@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/* ----------------------------------------------------------------
 トップページ修正による追記用css
 add --> assets/css/common-__php echo date('Ymd-Hi')_ __.css

 - edit : 2024.06 : /ja-jp/index.html
---------------------------------------------------------------- */
body {
 font-family: "Noto Sans JP", sans-serif;
}

#header {
 min-width: 1300px;
}
@media screen and (min-width: 1024px) and (max-width: 1300px) {
 #header {
  min-width: initial;
  padding-left: 30px;
  padding-right: 30px;
 }
}
@media screen and (max-width: 1024px) {
 #header {
  min-width: unset;
  padding: 0 4.1vw;
 }
}
#header #headInner.wcl-header {
 padding: 0;
 width: 1300px;
}
@media screen and (min-width: 1024px) and (max-width: 1300px) {
 #header #headInner.wcl-header {
  width: 100%;
 }
}
@media screen and (max-width: 1024px) {
 #header #headInner.wcl-header {
  padding: 0;
  width: 100%;
 }
}

.wcl-header {
 width: 1300px;
 height: 64px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
     -ms-flex-pack: justify;
         justify-content: space-between;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
@media screen and (max-width: 1024px) {
 .wcl-header {
  width: 100%;
 }
}
.wcl-header--main {
 width: calc(100% - 168px);
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 -webkit-box-pack: justify;
     -ms-flex-pack: justify;
         justify-content: space-between;
}
@media screen and (max-width: 1024px) {
 .wcl-header--main {
  background: #0a1464;
  padding: 84px 4.1666666667vw;
  display: block;
  height: 100vh !important;
  height: 100dvh !important;
  width: 100vw;
  height: 100dvw;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  overflow-x: hidden;
  -webkit-transform: translate3d(150vw, 0, 0);
          transform: translate3d(150vw, 0, 0);
  -webkit-transform: translate3d(150dvw, 0, 0);
          transform: translate3d(150dvw, 0, 0);
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
 }
}
@media screen and (max-width: 1024px) {
 .wcl-header.open .wcl-header--main {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
 }
}
.wcl-header--aside {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
@media screen and (max-width: 1024px) {
 .wcl-header--aside {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
 }
}
.wcl-header .nav-toggle {
 cursor: pointer;
 display: none;
 position: absolute;
 right: 15px;
 top: 20px;
 height: 24px;
 width: 24px;
 z-index: 1001;
}
@media screen and (max-width: 1024px) {
 .wcl-header .nav-toggle {
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 24px;
  width: 24px;
 }
}
@media screen and (max-width: 1024px) {
 .wcl-header .nav-toggle div {
  position: relative;
 }
}
@media screen and (max-width: 1024px) {
 .wcl-header .nav-toggle div span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  left: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
 }
}
@media screen and (max-width: 1024px) {
 .wcl-header .nav-toggle div span:nth-child(1) {
  top: 0;
 }
}
@media screen and (max-width: 1024px) {
 .wcl-header .nav-toggle div span:nth-child(2) {
  top: 11px;
 }
}
@media screen and (max-width: 1024px) {
 .wcl-header .nav-toggle div span:nth-child(3) {
  top: 22px;
 }
}
.wcl-header .nav-toggle.open span:nth-child(1) {
 top: 9px;
 -webkit-transform: rotate(135deg);
         transform: rotate(135deg);
}
.wcl-header .nav-toggle.open span:nth-child(2) {
 width: 0;
 left: 50%;
}
.wcl-header .nav-toggle.open span:nth-child(3) {
 top: 9px;
 -webkit-transform: rotate(-135deg);
         transform: rotate(-135deg);
}
.wcl-header--logo, .wcl-header--logo img {
 width: 142px;
 height: auto;
 display: block;
 position: relative;
 z-index: 1001;
}
.wcl-header--logo-misumi {
 margin-left: 23px;
 width: 70px;
 height: auto;
 display: block;
}
@media screen and (max-width: 1024px) {
 .wcl-header--logo-misumi {
  margin: 34px auto 0;
  width: 124px;
 }
}
.wcl-header--logo-misumi img {
 width: 100%;
 height: auto;
 display: block;
}
.wcl-header--icon-earth,
.wcl-header a.wcl-header--icon-earth {
 margin-left: 23px;
 width: -webkit-fit-content;
 width: -moz-fit-content;
 width: fit-content;
 height: auto;
 font-style: normal;
 font-weight: 700;
 font-size: 10px;
 line-height: 1.5;
 color: #fff;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 gap: 10px;
}
@media screen and (max-width: 1024px) {
 .wcl-header--icon-earth,
 .wcl-header a.wcl-header--icon-earth {
  margin: 54px auto 0;
  gap: 5px;
 }
 .wcl-header--icon-earth::after,
 .wcl-header a.wcl-header--icon-earth::after {
  margin-left: 10px;
  content: "Region/Language";
  font-size: 18px;
  color: #fff;
  display: inline;
 }
}
.wcl-header--icon-earth img,
.wcl-header a.wcl-header--icon-earth img {
 width: 24px;
 height: auto;
 display: block;
}
.wcl-header--nav {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 gap: 0 20px;
}
@media screen and (min-width: 1024px) and (max-width: 1300px) {
 .wcl-header--nav {
  gap: 0 10px;
 }
}
@media screen and (max-width: 1024px) {
 .wcl-header--nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
 }
}
@media screen and (max-width: 1024px) {
 .wcl-header--nav li {
  border-bottom: solid 1px #E6E6E6;
  width: 100%;
 }
}
.wcl-header--nav a {
 height: 64px;
 font-style: normal;
 font-weight: 700;
 font-size: 10px;
 line-height: 1.5;
 color: #fff;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
@media screen and (max-width: 1024px) {
 .wcl-header--nav a {
  padding: 10px 5px;
  height: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  font-size: 20px;
 }
}
@media screen and (max-width: 500px) {
 .wcl-header--nav a {
  font-size: 2.7777777778vw;
 }
}
.wcl-header--related-services {
 display: block;
 width: 140px;
 height: 64px;
 font-style: normal;
 font-weight: 700;
 font-size: 10px;
 line-height: 1.5;
 color: #fff;
 position: relative;
 overflow: visible;
 cursor: pointer;
}
@media screen and (max-width: 1024px) {
 .wcl-header--related-services {
  border-bottom: 1px solid #DEDEDE;
  width: 100%;
  height: auto;
 }
}
.wcl-header--related-services p {
 height: 64px;
 padding-right: 15px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 text-align: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 position: relative;
 overflow: visible;
 z-index: 1;
}
@media screen and (max-width: 1024px) {
 .wcl-header--related-services p {
  padding: 10px 5px;
  height: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  font-size: 20px;
 }
}
@media screen and (max-width: 500px) {
 .wcl-header--related-services p {
  font-size: 2.7777777778vw;
 }
}
.wcl-header--related-services p::after {
 content: "";
 background: #fff;
 height: 4.3301270189px;
 width: 9px;
 clip-path: polygon(0 0, 100% 0, 50% 100%);
 display: block;
 position: absolute;
 top: 50%;
 right: 0;
 -webkit-transform: translate3d(0, -50%, 0);
         transform: translate3d(0, -50%, 0);
}
@media screen and (max-width: 1024px) {
 .wcl-header--related-services p::after {
  right: 15px;
 }
}
.wcl-header--related-services ul {
 border-bottom: 1px solid #DEDEDE;
 background: #0a1464;
 width: 100%;
 display: none;
 position: absolute;
 top: 80%;
 left: 0;
 z-index: 1001;
}
@media screen and (max-width: 1024px) {
 .wcl-header--related-services ul {
  background: #0a1464;
  border-bottom: none;
  padding-left: 15px;
  display: none;
  position: static;
  top: auto;
  left: auto;
 }
}
.wcl-header--related-services ul li,
.wcl-header--related-services ul li a {
 display: block;
}
.wcl-header--related-services ul a {
 background: #0a1464;
 border-top: 1px solid #DEDEDE;
 padding: 5px;
 width: 100%;
 height: 30px;
 font-style: normal;
 font-weight: 700;
 font-size: 10px;
 line-height: 1.5;
 color: #fff;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 text-align: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
}
@media screen and (max-width: 1024px) {
 .wcl-header--related-services ul a {
  background: #0a1464;
  padding: 10px 5px;
  height: auto;
  color: #fff;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  font-size: 18px;
 }
}
@media screen and (max-width: 500px) {
 .wcl-header--related-services ul a {
  font-size: 2.7777777778vw;
 }
}
.wcl-header--related-services ul a:hover {
 background: #fff;
 color: #333;
 opacity: 1;
}
@media screen and (max-width: 1024px) {
 .wcl-header--related-services ul a:hover {
  background: #0a1464;
  color: #fff;
 }
}
.wcl-header--related-services:hover p::after {
 clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 1024px) {
 .wcl-header--related-services:hover p::after {
  clip-path: polygon(0 0, 100% 0, 50% 100%);
 }
}
.wcl-header--related-services:hover ul {
 display: block;
}
@media screen and (max-width: 1024px) {
 .wcl-header--related-services:hover ul {
  display: none;
 }
}
@media screen and (max-width: 1024px) {
 .wcl-header--related-services.open p::after {
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
 }
}
@media screen and (max-width: 1024px) {
 .wcl-header--related-services.open ul {
  display: block;
 }
}
.wcl-header--button {
 margin-left: 15px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 gap: 8px;
}
@media screen and (max-width: 1024px) {
 .wcl-header--button {
  width: 100%;
  margin: 15px auto 0;
  display: block;
  /*
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  */
 }
}
@media screen and (max-width: 1024px) {
 .wcl-header--button {
  margin: 4.1666666667vw auto 0;
 }
}
@media screen and (max-width: 1024px) {
 .wcl-header--button li:nth-child(2) {
  display: none;
 }
}
.wcl-header--button a {
 border-radius: 100px;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
     -ms-flex-pack: center;
         justify-content: center;
 text-align: center;
 -webkit-box-align: center;
     -ms-flex-align: center;
         align-items: center;
 padding: 5px;
 width: 127px;
 height: 34px;
 font-style: normal;
 font-weight: 700;
 font-size: 10px;
 line-height: 1.5;
 color: #333;
}
@media screen and (max-width: 1024px) {
 .wcl-header--button a {
  padding: 10px;
  width: 100%;
  height: auto;
  font-size: 20px;
 }
}
@media screen and (max-width: 500px) {
 .wcl-header--button a {
  font-size: 2.7777777778vw;
 }
}
.wcl-header--button a.wcl-header--button_login {
 background: #fff;
}
.wcl-header--button a.wcl-header--button_registration {
 background: #ea873c;
 color: #fff;
}
.wcl-header--button-notes {
 display: none;
}
@media screen and (max-width: 1024px) {
 .wcl-header--button-notes {
  margin: 8.3333333333vw auto 0;
  font-style: normal;
  font-weight: 700;
  font-size: 3.3333333333vw;
  line-height: 1.5;
  color: #fff;
  display: block;
 }
}

.section-block {
 padding-bottom: 80px;
}
.section-block__wrap {
 max-width: 1200px;
 width: 90%;
 margin: 0 auto;
}

.heading-area {
 padding: 100px 0 40px 0;
 line-height: 1.4;
 text-align: center;
}
.heading-area h2 {
 font-size: 40px;
 font-weight: 700;
 color: #0A1464;
}
.heading-area h2 + * {
 margin-top: 34px;
}
.heading-area h2 .decoration {
 display: inline-block;
 border-bottom: 5px solid #FFCD00;
}
.heading-area__caption {
 font-size: 28px;
 font-weight: 500;
}
.heading-area__caption + p {
 font-size: 16px;
 margin-top: 1em;
}
@media screen and (max-width: 767px) {
 .heading-area {
  padding: 50px 0 20px 0;
 }
 .heading-area h2 {
  font-size: max( 6.4vw , 12px);
 }
 .heading-area h2 + * {
  margin-top: 15px;
 }
 .heading-area__caption {
  font-size: max( 5.3333333333vw , 12px);
 }
 .heading-area__caption + p {
  font-size: max( 3.2vw , 12px);
 }
}

.button-white {
 text-align: center;
}
* + .button-white {
 margin-top: 40px;
}
.button-white a {
 display: inline-block;
 position: relative;
 background: #FFFFFF;
 border: 2px solid #0A1464;
 -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
         box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
 border-radius: 100px;
 color: #0A1464;
 font-size: 20px;
 font-weight: bold;
 min-width: 400px;
 -webkit-box-sizing: border-box;
         box-sizing: border-box;
 padding: 0.5em 70px 0.5em 40px;
 text-align: center;
}
.button-white a::after {
 content: "";
 background: url("../img/icon_arrow_bw_r.svg") no-repeat center;
 background-size: contain;
 width: 32px;
 height: 32px;
 display: block;
 position: absolute;
 top: 50%;
 right: 15px;
 -webkit-transform: translate3d(0, -50%, 0);
         transform: translate3d(0, -50%, 0);
}
.button-white .left {
 text-align: left;
}
@media screen and (max-width: 767px) {
 .button-white a {
  min-width: initial;
  width: 100%;
  font-size: max( 4.2666666667vw , 12px);
  padding: 0.5em 50px 0.5em 30px;
 }
 .button-white a::after {
  width: 22px;
  height: 22px;
 }
}

.dec-border {
 display: inline-block;
 position: relative;
 border-bottom: 2px solid #0A1464;
 padding: 0 0.8em;
}
.dec-border::before {
 content: "";
 display: block;
 position: absolute;
 width: 20px;
 height: 10px;
 background-color: #f7f7f7;
 clip-path: polygon(50% 10px, 0% 0%, 20px 0%);
 left: 50%;
 bottom: -6px;
 translate: -52%;
}
.dec-border::after {
 content: "";
 position: absolute;
 top: calc(100% + 5px);
 left: calc(50% - 7px);
 width: 16px;
 height: 2px;
 rotate: -45deg;
 z-index: -1;
 -webkit-box-sizing: border-box;
         box-sizing: border-box;
 background-color: #0A1464;
}

.sp-only {
 display: none;
}

@media screen and (max-width: 767px) {
 .sp-only {
  display: inline-block;
 }
 .pc-only {
  display: none !important;
 }
}
.wcl-header--nav a {
 font-size: 12px;
}
@media screen and (min-width: 1024px) and (max-width: 1300px) {
 .wcl-header--nav a {
  font-size: 10px;
 }
}
.wcl-header--related-services {
 font-size: 11px;
}
.wcl-header--related-services ul li a {
 font-size: 11px;
}
@media screen and (min-width: 1024px) and (max-width: 1300px) {
 .wcl-header--related-services ul li a {
  font-size: 9px;
 }
}
.wcl-header--button a {
 font-size: 12px;
 width: 110px;
}
@media screen and (min-width: 1024px) and (max-width: 1300px) {
 .wcl-header--button a {
  font-size: 10px;
  width: 90px;
 }
}
.wcl-header--button a.wcl-header--button_login {
 background: #FFCD00;
 color: #0A1464;
}
.wcl-header--button a.wcl-header--button_registration {
 background: #fff;
 color: #0A1464;
}

@media screen and (max-width: 767px) {
 #header.optimize .wcl-header--button {
  display: none;
 }
}/*# sourceMappingURL=common_wcl-2024.css.map */