@charset "utf-8";
.sp-only {
  display: none !important;
}
.inner {
  width: 94%;
  max-width: 1130px;
  margin: auto;
}
body::before {
  content: '';
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #DFE5EA;
  z-index: 10000;
  pointer-events: none;
  -webkit-animation: pageIn 1s ease-in .3s 1 forwards;
  animation: pageIn 1s ease-in .3s 1 forwards;
}
@media all and (max-width:1220px) {
  main {
    font-size: 1.3115vw;
  }
}
/**/
.btn_more {
  width: min(14.75vw, 180px);
  height: min(14.75vw, 180px);
  position: relative;
  text-align: center;
  border-radius: 50%;
}
.btn_more a {
  display: flex;
  align-items: center;
  height: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 61%, rgba(250, 252, 255, 0.99) 65%, rgba(237, 245, 255, 0.97) 69%, rgba(216, 234, 255, 0.94) 73%, rgba(185, 218, 255, 0.89) 77%, rgba(146, 197, 255, 0.83) 81%, rgba(99, 172, 255, 0.75) 86%, rgba(43, 143, 255, 0.55) 90%, rgba(0, 120, 255, 0.48) 93%);
  border-radius: 50%;
  box-shadow: 0 0 30px 10px rgba(0, 120, 255, 0.6);
  transition: filter .4s;
  will-change: filter;
}
.btn_more a:hover {
  filter: brightness(120%);
}
.btn_more a span {
  width: 100%;
  display: inline-block;
  position: relative;
  color: #005AB7;
}
.btn_more a span::before {
  content: '';
  width: 3em;
  height: .8em;
  background: url("../img/link.svg") no-repeat right center;
  background-size: contain auto;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: -.7em;
  margin: auto;
  transition: width .4s;
}
.btn_more a:hover span::before {
  width: 42px;
}
/* == parts ============================================== */
.title_base {
  color: #005AB7;
  line-height: 1;
  margin: 0 0 3.65em;
}
.title_base .en {
  font-size: 737.5%;
  font-weight: 500;
  letter-spacing: -.03em;
}
.title_base .jp {
  font-size: 125%;
  font-weight: 700;
  letter-spacing: 0;
}
.title_center {
  text-align: center;
  font-size: 225%;
  font-weight: 500;
  letter-spacing: .07em;
  line-height: 1.389;
  color: #005AB7;
  position: relative;
  padding: 0 0 1em;
}
.title_center::before {
  content: '';
  width: 2em;
  height: 8px;
  background: #005AB7;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.title_section {
  line-height: 1;
  color: #005AB7;
}
.title_section.color--white {
  color: #fff;
}
.title_section .en {
  display: block;
  font-size: 500%;
  font-weight: 500;
  letter-spacing: -.03em;
}
.title_section .jp {
  display: block;
  font-weight: 500;
  letter-spacing: .15em;
  margin: .2em 0 0;
}
/* == header ============================================== */
.h_logo {
  width: 138px;
  height: 48px;
  position: absolute;
  z-index: 100;
  left: 36px;
  top: 27px;
}
.h_logo a {
  display: block;
  background-image: url("../img/logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 150%;
  height: 100%;
  transition: all .2s;
}
body#page_under .h_logo a {
  background-image: url("../img/logo--under.svg");
}
.h_logo a:hover {
  opacity: .7;
}
/*
header nav {
  position: fixed;
  z-index: 1000;
  right: 36px;
  top: 28px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 6px 24px 6px 9px;
  border-radius: .5em;
}
.list_mainNav {
  display: flex;
}
.list_mainNav a {
  display: block;
  color: #005AB7;
  font-size: 87.5%;
  padding: 0 1.03em;
  letter-spacing: .02em;
}
.list_mainNav a span {
  display: inline-block;
  position: relative;
}
.list_mainNav a span::before {
  content: '';
  width: 0;
  height: 1px;
  background: #005AB7;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all .4s;
}
.list_mainNav a:hover span::before, .list_mainNav li.active a span::before {
  width: 100%;
  left: 0;
  right: auto;
}
body#page_under .list_mainNav li:not(.under--top) {
  display: none;
}
.list_mainNav li.under--top {
  margin: 0 .5em;
}
.list_mainNav li.under--top a span {
  background: url(../img/arrow.svg) no-repeat;
  background-size: .4em auto;
  background-position: right center;
  padding: 0 1em 0 0;
}
*/
header .h_entry {
  width: 200px;
  background: #2688AC;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  position: fixed;
  z-index: 100;
  overflow: hidden;
  margin: 0 0 0 .7em;
  right: 88px;
  top: 16px;
}
header .h_entry::before {
  content: '';
  width: 0;
  height: 100%;
  background: #005AB7;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .4s;
}
header .h_entry span {
  display: block;
  font-weight: 500;
  color: #fff;
  line-height: 48px;
  position: relative;
  z-index: 5;
  letter-spacing: .2em;
}
header .h_entry:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}
header .entryBox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10001;
  width: 100%;
  height: 100%;
  background: rgba(223, 229, 234, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transform: translateY(0);
  will-change: backdrop-filter;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all .4s;
}
body.entry--open header .entryBox {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
header .entryBox .boxWrap {
  width: 100%;
}
.entryBox_title {
  line-height: 1;
  color: #003894;
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 400px;
  margin: auto;
}
.entryBox_title span.en {
  display: block;
  font-size: 737.5%;
  letter-spacing: -.03em;
  font-weight: 500;
}
.entryBox_title span.jp {
  display: block;
  font-size: 125%;
  font-weight: 700;
}
header .entryBox .entryBox_close {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  right: 0;
}
header .entryBox .entryBox_close span {
  display: inline-block;
  background: #003894;
  width: 40px;
  height: 4px;
  position: absolute;
  margin: auto;
  top: 37px;
  right: 25px;
  transition: all .4s;
}
header .entryBox .entryBox_close span:nth-child(1) {
  transform: rotateZ(23deg);
}
header .entryBox .entryBox_close span:nth-child(2) {
  transform: rotateZ(-23deg);
}
.btnWrap {
  display: flex;
  justify-content: center;
  gap: 0 1.2em;
  max-width: 950px;
  width: 96%;
  margin: 2em auto 0;
  position: relative;
  z-index: 10;
}
.btnWrap .btn_entry {
  width: 48.95%;
}
.btn_entry {
  background: #2688AC;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.btn_entry::before {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #005AB7;
  transition: all .4s;
}
.btn_entry:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}
.btn_entry a {
  display: block;
  padding: 2em 0;
  color: #fff;
  font-size: 125%;
  font-weight: 700;
  letter-spacing: 0.25em;
  position: relative;
  z-index: 5;
}
.btn_entry a::after {
  z-index: 5;
  content: '';
  width: 43px;
  height: 6px;
  background: url(../img/arrow02.webp) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.5em;
  margin: auto;
}
header #navTrigger {
  position: fixed;
  z-index: 1010;
  right: 0;
  top: 16px;
  width: 88px;
  height: 48px;
  background: #fff;
  cursor: pointer;
}
header #navTrigger span {
  display: block;
  width: 40px;
  height: 4px;
  background: #2688AC;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all .4s;
  transform-origin: center;
}
header #navTrigger span:nth-child(1) {
  bottom: 16px;
}
header #navTrigger span:nth-child(3) {
  top: 16px;
}
body.nav--open header #navTrigger span:nth-child(1) {
  transform: translateY(8px) rotateZ(30deg);
}
body.nav--open header #navTrigger span:nth-child(2) {
  opacity: 0;
}
body.nav--open header #navTrigger span:nth-child(3) {
  transform: translateY(-8px) rotateZ(-30deg);
}
header nav {
  position: fixed;
  z-index: 1000;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all .2s;
  background: rgba(223, 229, 234, 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
header .navWrap {
  padding: 0 6.3%;
  width: 486px;
  height: 100%;
  margin: 0 0 0 auto;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
header .nav_inner {
  width: 100%;
}
body.nav--open header nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.list_mainNav > li > a {
  display: block;
  color: #2688AC;
  font-size: 107.143%;
  font-weight: 700;
  padding: .55em 0;
  letter-spacing: .05em;
  transition: all .2s;
}
.list_mainNav > li > a:hover {
  opacity: .7;
}
.list_mainNav > li > a span {
  display: inline-block;
  position: relative;
}
.list_mainNav > li > a span::before {
  content: '';
  width: 0;
  height: 1px;
  background: #005AB7;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all .4s;
}
body#page_under .list_mainNav > li > a {
  display: inline-block;
  background: url(../img/arrow02.svg) no-repeat right center;
  background-size: .5em auto;
  transition: all .2s;
  padding: .2em .9em .4em 1.2em;
}
.list_mainNav .list_underLink a {
  display: inline-block;
  padding: .2em .9em .4em 1.2em;
  position: relative;
  color: #2688AC;
  font-size: 107.143%;
  font-weight: 700;
  letter-spacing: .03em;
  background: url(../img/arrow02.svg) no-repeat right center;
  background-size: .5em auto;
  transition: all .2s;
}
.list_mainNav .list_underLink a:hover {
  opacity: .7;
}
.list_mainNav .list_underLink a::before {
  content: '';
  width: .4em;
  height: 2px;
  background: #2688AC;
  position: absolute;
  left: .5em;
  top: 0;
  bottom: 0;
  margin: auto;
}
header .sp_link {
  margin: 1.7em 0 0;
}
header nav .btn_entry {
  text-align: center;
}
header nav .btn_entry + .btn_entry {
  margin: 3% auto 0;
}
header nav .btn_entry a {
  font-size: 107%;
  padding: .3em 0 1em;
}
header nav .btn_entry a::after {
  bottom: .7em;
}
header .sp-logo {
  margin: 17% auto 0;
}
header .sp-logo a {
  display: block;
  height: 0;
  padding: 13% 0 0;
  background: url(../img/logo02.svg) no-repeat;
  background-size: contain;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 150%;
  transition: all .2s;
}
header .sp-logo a:hover {
  opacity: .7;
}
@media all and (max-height:700px) {
  .list_mainNav > li > a {
    padding: .3em 0;
  }
  header .sp_link {
    margin: 1em 0 0;
  }
  header .sp-logo {
    margin: 10% 0 0;
  }
}
/* == footer ============================================== */
footer {
  background: #050634;
  padding: 3.5em 0;
}
footer .f_inner {
  max-width: 1200px;
  width: 94%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .f_logo {
  width: 372px;
  height: 44px;
  margin: 0 auto 0 0;
}
footer .f_logo a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 150%;
  background: url(../img/logo03.svg) no-repeat;
  background-size: contain;
  transition: all .2s;
}
footer .f_logo a:hover {
  opacity: .7;
}
.list_fNav {
  color: #fff;
  display: flex;
  align-items: center;
  margin: 0 2em 0 0;
}
.list_fNav > li {
  font-size: 75%;
  position: relative;
  letter-spacing: .15em;
}
.list_fNav > li + li {
  margin: 0 0 0 3em;
  padding: 0 0 0 3em;
}
.list_fNav > li + li::before {
  content: '';
  width: 1px;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.list_fNav > li a {
  display: block;
  position: relative;
}
.list_fNav > li a::before {
  content: '';
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all .4s;
}
.list_fNav > li a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.copyright {
  color: #fff;
  font-size: 75%;
  letter-spacing: .1em;
}
@media all and (max-width:1024px) {
  footer .f_inner {
    flex-wrap: wrap;
  }
  footer .f_logo {
    width: 100%;
    margin: 0 auto 5%;
  }
}
/* == frontpage ==============================================*/
.block_frontTop .area_slider {
  position: relative;
  overflow: hidden;
  height: 0;
  padding: 56.3% 0 0;
}
#js_frontTopSlider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#js_frontTopSlider .swiper-wrapper {
  position: absolute;
  left: 0;
  top: 0;
}
#js_frontTopSlider .swiper-slide {
  position: relative;
}
#js_frontTopSlider img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.1);
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
#js_frontTopSlider .swiper-slide.swiper-slide-active img, #js_frontTopSlider .swiper-slide.swiper-slide-prev img, #js_frontTopSlider .swiper-slide.swiper-slide-prev img, #js_frontTopSlider .swiper-slide.swiper-slide-duplicate-active img {
  -webkit-animation: scale 5s linear 0s forwards;
  animation: scale 5s linear 0s forwards;
}
.block_frontTop .area_slider .inner {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  max-width: none;
}
.block_frontTop .frontTop_title {
  width: 86%;
  height: 0;
  padding: 36% 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 150%;
  background: url(../img/top_title.webp);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 5% auto 0;
}
.block_frontTop .area_frontLead {
  padding: 9.2em 0 .5em;
  background: #050634;
}
.block_frontTop .area_frontLead .inner {
  max-width: 928px;
}
.block_frontTop .area_frontLead .frontLead_text {
  color: #fff;
  font-size: 131.25%;
  line-height: 2.286;
  letter-spacing: .07em;
}
.block_frontTop .area_frontLead .frontLead_image {
  margin: -7.6em 0 0;
}
/*----------*/
.block_frontAbout {
  background: url(../img/bg02.webp) no-repeat center top;
  background-size: cover;
  padding: 21.8em 0 0;
}
.block_frontAbout .title_section {
  text-align: center;
  margin: 0 0 8.5em;
}
.block_frontAbout .bnr {
  position: relative;
  overflow: hidden;
  height: 0;
  padding: 38% 0 0;
}
.block_frontAbout .bnr img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list_aboutList li {
  display: flex;
  justify-content: space-between;
}
.list_aboutList li + li {
  margin: 8.5em 0 0;
}
.list_aboutList .aboutList_thumbnail {
  width: 40.7965%;
  margin: -2.8% 0 0 2.8%;
}
.list_aboutList .aboutList_thumbnail figcaption {
  text-align: center;
  color: #fff;
  font-size: 87.5%;
}
.list_aboutList .textBox {
  width: 48%;
  color: #fff;
}
.list_aboutList .textBox .aboutList_num {
  font-size: 400%;
  line-height: 1;
  margin: 0 0 .45em;
}
.list_aboutList .textBox dl dt {
  font-size: 187.5%;
  line-height: 1.733;
  font-weight: 700;
  letter-spacing: .07em;
  margin: 0 0 1em;
}
.list_aboutList .textBox dl dd {
  font-size: 93.75%;
  line-height: 2.4;
  margin: 0 1.5em 0 0;
}
.list_aboutData {
  display: flex;
  justify-content: space-between;
  margin: 8.4em 0 0;
}
.list_aboutData > li {
  width: 31.859%;
  height: 0;
  padding: 31.859% 0 0;
  background: #0681AD;
  border-radius: 50%;
  position: relative;
}
.list_aboutData > li .aboutData_name {
  position: absolute;
  width: 77.222%;
  background: #fff;
  left: 0;
  right: 0;
  top: 4%;
  margin: auto;
  border-radius: .3em;
  text-align: center;
  font-size: 150%;
  font-weight: 700;
  color: #0681AD;
  padding: .2em 0;
}
.list_aboutData > li .aboutData_name::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: .45em solid transparent;
  border-left: .45em solid transparent;
  border-top: .9em solid #ffffff;
  border-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: auto;
}
.list_aboutData > li .aboutDataWaku {
  position: absolute;
  left: 0;
  top: 29%;
  width: 100%;
  text-align: center;
}
.list_aboutData > li .aboutData_icon {
  width: 26.667%;
  margin: auto;
}
.list_aboutData > li .aboutData_icon img {
  vertical-align: top;
}
.list_aboutData > li .aboutData_number {
  color: #fff;
  line-height: 1;
  margin: .5em 0 0;
}
.list_aboutData > li .aboutData_number span.en {
  font-size: 500%;
  font-weight: 500;
  letter-spacing: -.03em;
}
.list_aboutData > li .aboutData_number span.en small {
  font-size: 70%;
}
.list_aboutData > li .aboutData_number span.unit {
  font-size: 250%;
  font-weight: 700;
}
.list_aboutData > li .aboutData_number small.att {
  display: block;
  font-size: 68.75%;
  letter-spacing: .01em;
}
.block_frontAbout .bnr {
  margin: 12.6em auto 0;
  height: 0;
  padding: 38.1% 0 0;
  position: relative;
}
.block_frontAbout .bnr img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*----------*/
.block_frontProduct {
  background: #dbe1e7;
  padding: 9.4em 0 9em;
}
.block_frontProduct .inner {
  position: relative;
}
.block_frontProduct .frontProduct_title {
  font-size: 187.5%;
  font-weight: 700;
  line-height: 1.733;
  color: #005AB7;
  margin: 2.2em 0 1em;
  letter-spacing: .07em;
}
.block_frontProduct .frontProduct_image {
  position: absolute;
  right: -2%;
  top: 2em;
  width: 48.146%;
}
.block_frontProduct .frontProduct_text {
  font-size: 93.75%;
  line-height: 2.4;
  color: #005AB7;
  width: 48%;
  margin: 0 0 5.8em;
}
.block_frontProduct .frontProduct_text p {
  letter-spacing: .03em;
  text-align: left;
}
.list_product {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4em 4.37%;
}
.list_product > li {
  width: 30.089%;
}
.list_product > li img {
  vertical-align: top;
}
.list_product figcaption {
  font-size: 93.75%;
  color: #005AB7;
  line-height: 2.4;
}
.link_more {
  color: #005AB7;
  font-size: 93.75%;
  text-align: right;
}
.link_more a {
  display: inline-block;
  letter-spacing: .08em;
  padding: 0 3.5em 0 0;
  background: url(../img/link.svg) no-repeat right center;
  background-size: 2.5em auto;
  transition: all .2s;
}
.link_more a:hover {
  opacity: .7;
}
.block_frontProduct .link_more {
  margin: 2.8em 0 0;
}
/*----------*/
.block_frontJob {
  background: url(../img/bg03.webp) no-repeat center top;
  background-size: contain;
}
.block_frontJob .area_lead {
  position: relative;
  overflow: hidden;
  padding: 17.4% 0 10%;
  font-size: 1.29vw;
}
.block_frontJob .area_lead .inner {
  max-width: none;
}
.block_frontJob .area_lead .frontJob_image {
  width: 48.31625%;
  padding: 42.44% 0 0;
  position: absolute;
  left: 0;
  top: 12vw;
  overflow: hidden;
  border-top-right-radius: 47%;
  border-bottom-right-radius: 47%;
}
.block_frontJob .area_lead .frontJob_image img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.block_frontJob .area_lead .textBox {
  width: 45.6%;
  margin: 0 0 0 auto;
}
.block_frontJob .area_lead .title_section {
  color: #fff;
}
.block_frontJob .area_lead .frontJob_title {
  font-size: 187.5%;
  font-weight: 700;
  line-height: 1.7333;
  color: #fff;
  margin: 2.1em 0 1em;
  letter-spacing: .11em;
}
.block_frontJob .area_lead .frontJob_text {
  font-size: 93.75%;
  color: #fff;
  line-height: 2.4;
}
.block_frontJob .area_sales {
  padding: 5.7em 0 8.7em;
}
.block_frontJob .frontCrossFlex {
  display: flex;
  justify-content: space-between;
  margin: 0 0 5em;
}
.block_frontJob .frontCrossFlex .flex_text {
  width: 42.65%;
  margin: 1.1em 0 0;
}
.block_frontJob .frontCrossFlex .frontCross_title {
  border-top: solid 1px #005AB7;
  border-bottom: solid 1px #005AB7;
  text-align: center;
  color: #005AB7;
  position: relative;
  padding: 1em 0 1.8em;
  margin: 0 0 3.3em;
}
.block_frontJob .frontCrossFlex .frontCross_title::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #005AB7;
  position: absolute;
  left: 0;
  top: -5px;
}
.block_frontJob .frontCrossFlex .frontCross_title::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #005AB7;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.block_frontJob .frontCrossFlex .frontCross_title .jp {
  display: block;
  font-size: 200%;
  line-height: 1.625;
}
.block_frontJob .frontCrossFlex .frontCross_title .en {
  line-height: 1.125;
  letter-spacing: -.03em;
  margin: .4em 0 0;
}
.block_frontJob .frontCrossFlex .flex_image {
  width: 47.8%;
}
.block_frontJob .frontCrossFlex .flex_image img {
  vertical-align: top;
}
.block_frontJob .frontCrossFlex .frontCross_desc {
  font-size: 93.75%;
  text-align: left;
  color: #005AB7;
  letter-spacing: .03em;
  line-height: 2.4;
}
/**/
.block_frontJob .frontCross_link {
  position: relative;
}
.block_frontJob .frontCross_link .link_image img {
  vertical-align: top;
  pointer-events: none;
}
.block_frontJob .frontCross_link .link_title {
  position: absolute;
  left: 0;
  top: 12%;
  color: #005AB7;
  overflow: hidden;
}
.block_frontJob .frontCross_link .link_title::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
}
.block_frontJob .frontCross_link.js--scroll .link_title::before {
  transform: translateX(-101%);
  transition: transform .6s;
}
.block_frontJob .frontCross_link.js--scroll.scroll--start .link_title::before {
  transform: translateX(0);
}
.block_frontJob .frontCross_link .link_title span.wrap {
  display: inline-block;
  line-height: 1;
  padding: .8em 2em .9em 3.8em;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.block_frontJob .frontCross_link .link_title span.wrap .anime {
  display: block;
  overflow: hidden;
}
.block_frontJob .frontCross_link.js--scroll .link_title span.wrap .anime {
  transform: translateX(-101%);
  transition: transform .6s ease .5s;
}
.block_frontJob .frontCross_link.js--scroll.scroll--start .link_title span.wrap .anime {
  transform: translateX(0);
}
.block_frontJob .frontCross_link.js--scroll .link_title span.wrap .anime span.en, .block_frontJob .frontCross_link.js--scroll .link_title span.wrap .anime span.jp {
  transform: translateX(101%);
  transition: transform .6s ease .5s;
}
.block_frontJob .frontCross_link.js--scroll.scroll--start .link_title span.wrap .anime span.en, .block_frontJob .frontCross_link.js--scroll.scroll--start .link_title span.wrap .anime span.jp {
  transform: translateX(0);
}
.block_frontJob .frontCross_link .link_title .en {
  display: block;
  font-size: 400%;
  font-weight: 500;
  letter-spacing: -.03em;
}
.block_frontJob .frontCross_link .link_title .jp {
  display: block;
  font-size: 150%;
  font-weight: 700;
  letter-spacing: .03em;
  margin: -.1em 0 0;
}
.block_frontJob .frontCross_link .link_text {
  position: absolute;
  left: 3em;
  top: 34.5%;
  color: #005AB7;
  overflow: hidden;
}
.block_frontJob .frontCross_link .link_text span {
  background: #fff;
  display: inline-block;
  padding: .3em .9em;
  letter-spacing: .07em;
  line-height: 1;
}
.block_frontJob .frontCross_link.js--scroll .link_text span {
  transform: translateX(-101%);
  transition: all 1s ease .6s;
}
.block_frontJob .frontCross_link.js--scroll.scroll--start .link_text span {
  transform: translateX(0);
}
.block_frontJob .frontCross_link .btn_more {
  position: absolute;
  right: 4.5%;
  bottom: 13%;
}
.block_frontJob .frontCross_link.js--scroll .btn_more {
  transform-origin: center;
  transform: scale(.1);
  transition: transform .8s linear .8s;
  transition-timing-function: cubic-bezier(.08, .9, .51, 1.29);
}
.block_frontJob .frontCross_link.js--scroll.scroll--start .btn_more {
  transform: scale(1);
}
.block_frontJob .area_engineer {
  padding: 8.8em 0 9.7em;
  background: #3D9BCE;
}
.block_frontJob .area_engineer .frontCrossFlex .frontCross_title {
  border-color: #fff;
  color: #fff;
}
.block_frontJob .area_engineer .frontCrossFlex .frontCross_title::before, .block_frontJob .area_engineer .frontCrossFlex .frontCross_title::after {
  background-color: #fff;
}
.block_frontJob .area_engineer .frontCrossFlex .frontCross_desc {
  color: #fff;
}
.block_frontJob .area_engineer .frontCross_link .link_title {
  top: 53%;
}
.block_frontJob .area_engineer .frontCross_link .link_text {
  top: 76%;
}
/*----------*/
.block_frontWork {
  overflow: hidden;
  background-color: #dbe1e7;
  background-image: url(../img/bg.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  padding: 9.5em 0 1.7em;
}
.block_frontWork .title_section {
  text-align: center;
  margin: 0 0 4.2em;
}
.block_frontWork .leadWrap {
  position: relative;
}
.block_frontWork .frontWork_lead {
  text-align: center;
  color: #005AB7;
  font-size: 93.75%;
  line-height: 2.4;
  letter-spacing: .03em;
  margin: 0 0 4.6em;
}
.block_frontWork .leadWrap img {
  vertical-align: top;
}
.block_frontWork .leadWrap .lead_img01 {
  position: absolute;
  width: 202px;
  height: 159px;
  left: -807px;
  right: 0;
  top: -54px;
  margin: auto;
}
.block_frontWork .leadWrap .lead_img02 {
  position: absolute;
  width: 190px;
  height: 109px;
  left: 0;
  right: -818px;
  top: -4px;
  margin: auto;
}
.block_frontWork .frontWorkCatch {
  display: flex;
  justify-content: center;
  gap: 0 10px;
  margin: 0 0 4.1em;
}
.block_frontWork .frontWorkCatch .catch_img {
  width: 49.6%;
}
.block_frontWork .frontWorkCatch .catch_img img {
  vertical-align: top;
}
.block_frontWork .frontWork_contentsSet {
  max-width: 864px;
  margin: auto;
}
.block_frontWork .frontWork_contentsSet + .frontWork_contentsSet {
  margin: 5.4em auto 0;
}
.block_frontWork .workDetails_title {
  text-align: center;
  font-size: 125%;
  font-weight: 700;
  letter-spacing: .3em;
  color: #005AB7;
  margin: 0 0 1.8em;
}
.block_frontWork .workDetails_title span {
  display: inline-block;
  position: relative;
}
.block_frontWork .workDetails_title span::before {
  content: '';
  width: 5.75em;
  height: 4px;
  box-sizing: border-box;
  border-top: solid 1px #005AB7;
  border-bottom: solid 1px #005AB7;
  display: block;
  position: absolute;
  left: calc(100% + .6em);
  top: 0;
  bottom: 0;
  margin: auto;
}
.block_frontWork .workDetails_title span::after {
  content: '';
  width: 5.75em;
  height: 4px;
  box-sizing: border-box;
  border-top: solid 1px #005AB7;
  border-bottom: solid 1px #005AB7;
  display: block;
  position: absolute;
  right: calc(100% + .9em);
  top: 0;
  bottom: 0;
  margin: auto;
}
/**/
.list_holidayDetail > li {
  display: flex;
  overflow: hidden;
  border-radius: .6em;
}
.list_holidayDetail > li + li {
  margin: 4% auto 0;
}
.list_holidayDetail > li .detail_thumbnail {
  width: 30%;
  background: rgba(255, 255, 255, .8);
  text-align: center;
  display: flex;
  align-items: center;
  padding: 4% 0;
}
.list_holidayDetail > li .detail_thumbnail figure {
  width: 100%;
}
.list_holidayDetail > li .detail_thumbnail img {
  display: block;
  width: 42.4%;
  margin: 0 auto;
  vertical-align: top;
}
.list_holidayDetail > li .detail_thumbnail figcaption {
  display: block;
  font-size: 125%;
  font-weight: 500;
  letter-spacing: .1em;
  color: #005AB7;
  line-height: 1.5;
}
.list_holidayDetail > li .detail_thumbnail figcaption small {
  display: block;
  font-size: 75%;
}
.list_holidayDetail > li .detail_textBox {
  width: 70%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  font-size: 93.75%;
  color: #005AB7;
}
.list_holidayDetail > li .detail_textBox dl {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.list_holidayDetail > li .detail_textBox dl + dl {
  border-top: solid 1px #DFE5EA;
}
.list_holidayDetail > li .detail_textBox dl::before {
  content: '';
  background: #DFE5EA;
  position: absolute;
  left: 54%;
  top: 0;
  width: 1px;
  height: 100%;
}
.list_holidayDetail > li .detail_textBox dl:nth-child(2n + 1) {
  background: rgba(255, 255, 255, .5);
}
.list_holidayDetail > li .detail_textBox dl:nth-child(2n + 0) {
  background: rgba(255, 255, 255, .3);
}
.list_holidayDetail > li .detail_textBox dl dt {
  width: 54%;
  box-sizing: border-box;
  font-weight: 700;
  padding: .4em 1.8em;
}
.list_holidayDetail > li .detail_textBox dl dt small {
  display: block;
  font-size: 93.3%;
  line-height: 1.5;
  font-weight: 500;
  margin: 1% 0;
}
.list_holidayDetail > li .detail_textBox dl dd {
  width: 46%;
  box-sizing: border-box;
  padding: .4em 1.8em;
  font-weight: 500;
  line-height: 1.75;
}
/**/
.list_holidayIcons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
	gap:0 3%;
}
.list_holidayIcons > li {
  width: 48.5%;
  overflow: hidden;
  border-radius: .6em;
  margin: 0 0 3.7%;
}
.list_holidayIcons .icon_thumbnail {
  background: rgba(255, 255, 255, .8);
  text-align: center;
  padding: 1.5em 0 1.2em;
}
.list_holidayIcons .icon_thumbnail img {
  width: 26.2%;
  display: block;
  margin: auto;
}
.list_holidayIcons .icon_thumbnail figcaption {
  display: flex;
  align-items: center;
  flex-shrink: 1;
  font-size: 125%;
  font-weight: 500;
  color: #005AB7;
  height: 3em;
  line-height: 1.5;
  letter-spacing: .1em;
}
.list_holidayIcons .icon_thumbnail figcaption span {
  display: block;
  width: 100%;
}
.list_holidayIcons .icon_thumbnail figcaption small {
  display: block;
  font-size: 75%;
}
.list_holidayIcons .textBox {
  background: rgba(255, 255, 255, .5);
  padding: 3% 9.8% 6%;
  box-sizing: border-box;
  height: 100%;
}
.list_holidayIcons .textBox .icon_text {
  line-height: 2;
  font-size: 93.75%;
  font-weight: 500;
  color: #005AB7;
}
.list_holidayIcons .textBox .decimal {
  font-size: 87.5%;
  line-height: 2;
  position: relative;
}
.list_holidayIcons .textBox .icon_text + .decimal {
  margin: 4% 0 0;
}
.list_holidayIcons .textBox .decimal li {
  position: relative;
  padding: 0 0 0 1.4em;
  text-align: left;
  font-weight: 500;
  color: #005AB7;
}
.list_holidayIcons .textBox .decimal li::before {
  content: '';
  width: .3em;
  height: .3em;
  background: #005AB7;
  border-radius: 50%;
  position: absolute;
  left: .4em;
  top: 1em;
}
/**/
.list_environment {
  display: flex;
  justify-content: space-between;
  margin: 11.4% auto;
  flex-wrap: wrap;
  gap: 2em 0;
}
.list_environment > li {
  width: 32%;
}
.list_environment > li.short {
  width: 24%;
}
.list_environment > li .environment_title {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 150%;
  font-weight: 700;
  padding: .3em 0;
  margin: 0 0 7%;
  position: relative;
  color: #005AB7;
}
.list_environment > li .environment_title::before {
  content: '';
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 20px;
  border-bottom-width: 20px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #FFF;
  top: 100%;
  left: 50%;
}
.list_environment > li .environmentWrap {
  background: #61B8FF;
  border-radius: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 4% 0;
}
.list_environment > li .environmentWrap .environment_icon {
  width: 34%;
  text-align: center
}
.list_environment > li .environmentWrap .environment_info {
  width: 55%;
  text-align: center;
}
.list_environment > li.short .environmentWrap .environment_info {
  width: 100%;
}
.list_environment > li .environmentWrap .environment_info .info_text {
  font-size: 225%;
  font-weight: 700;
  line-height: 1;
}
.list_environment > li .environmentWrap .environment_info .info_text span.num {
  font-size: 250%;
  font-weight: 500;
  font-family: "Akshar", sans-serif;
}
.list_environment > li .environmentWrap .environment_info .info_text span.month {
  font-size: 210%;
  font-weight: 500;
  font-family: "Akshar", sans-serif;
}
.list_environment > li .environmentWrap .environment_info .info_text span.small_num {
  font-size: 145%;
}
.list_environment > li .environmentWrap .environment_info .info_att {
  font-size: 68.75%;
}
/*----------*/
.block_frontCompany {
  background: #dbe1e7;
  padding: 9.5% 0 12%;
}
.block_frontCompany .inner {
  max-width: 1200px;
}
.block_frontCompany .frontCompanyflex {
  display: flex;
}
.block_frontCompany .frontCompanyflex .flexLeft {
  width: 34%;
  margin: 1.4em 0 0;
}
.block_frontCompany .frontCompanyflex .flexRight {
  width: 64%;
}
.list_companyData > li {
  color: #005AB7;
  border-bottom: solid 1px #005AB7;
}
.list_companyData dl {
  display: flex;
  padding: 1.15em 0;
}
.list_companyData dl dt {
  width: 21%;
  font-size: 93.75%;
  line-height: 2;
  letter-spacing: .1em;
}
.list_companyData dl dd {
  width: 79%;
  font-size: 87.5%;
  font-weight: 400;
  line-height: 1.72;
  margin: .2em 0 0;
}
#js_frontBottomSlider img {
  vertical-align: top;
}
#js_frontBottomSlider .swiper-wrapper {
  transition-timing-function: linear !important;
}
/*----------*/
.parts_entryBox {
  background: url(../img/bg04.webp) no-repeat center top;
  background-size: cover;
  padding: 0 0 18em;
}
.parts_entryBox .entryBox_title {
  color: #fff;
  padding: 12.6em 0 3.4em;
}
.parts_entryBox .entryBox_title span.en {
  font-size: 500%;
}
.parts_entryBox .entryBox_title span.jp {
  font-size: 87.5%;
}
.parts_entryBox .btnWrap {
  max-width: 1130px;
}
.parts_entryBox .btnWrap .btn_entry a {
  padding: 2.9em 0;
}
/* == underpage ============================================== */
/* ====== 
page-name #
======*/
.block_crossTalk {
  background: #dbe1e7;
  padding: 9.3em 0 6.4em;
}
.block_crossTalk .area_title {
  position: relative;
}
.block_crossTalk .area_title .top_image {
  overflow: hidden;
}
.block_crossTalk .area_title .top_image img {
  vertical-align: top;
}
.block_crossTalk .area_title .top_leadBox {
  background: #fff;
  width: 65.7vw;
  position: absolute;
  left: 0;
  top: calc(100% - 9vw);
  color: #005AB7;
  box-sizing: border-box;
  padding: 3% 6.5% 3.4% 8.6%;
}
.block_crossTalk .area_title .top_leadBox .lead_title {
  font-size: 250%;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .07em;
  margin: 0 0 .8em;
}
.block_crossTalk .area_title .top_leadBox .lead_text {
  font-size: 112.5%;
  line-height: 2.333;
  letter-spacing: .07em;
}
@media all and (max-width:1366px) {
  .block_crossTalk .area_title .top_leadBox {
    font-size: 1.1713vw;
  }
}
/**/
.block_crossTalk .area_talk {
  padding: 29vw 0 0;
  position: relative;
}
.block_crossTalk .area_talk .sideFixed {
  position: absolute;
  right: .5em;
  top: 2em;
  height: 100%;
  pointer-events: none;
}
.block_crossTalk .area_talk .sideFixed p {
  position: sticky;
  z-index: 100;
  left: 0;
  top: 120px;
  color: #005AB7;
  margin: 0 0 4em;
  line-height: 1;
  width: 2em;
  background-position: center top;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 150%;
  background-size: contain;
  background-repeat: no-repeat;
}
.block_crossTalk .area_talk .sideFixed p.tate01 {
  background-image: url("../img/tate01.svg");
  height: 220px;
}
.block_crossTalk .area_talk .sideFixed p.tate02 {
  background-image: url("../img/tate02.svg");
  height: 400px;
}
.block_crossTalk .area_talk .sideFixed p span.en {
  font-size: 200%;
  letter-spacing: 0;
  font-weight: 500;
  margin: 0 0 .5em;
}
.block_crossTalk .area_talk .sideFixed p span.jp {
  font-size: 137.5%;
  letter-spacing: .05em;
}
.talkMember_flex {
  display: flex;
  justify-content: space-between;
  color: #005AB7;
}
.talkMember_flex .set_member {
  width: 48%;
  display: flex;
  justify-content: space-between;
}
.talkMember_flex .set_member .member_imageBox {
  width: 49%;
}
.talkMember_flex .set_member .member_textBox {
  width: 48%;
}
.talkMember_flex .set_member .member_textBox .member_name {
  font-size: 225%;
  line-height: 1;
  margin: 0 0 .2em;
}
.talkMember_flex .set_member .member_textBox .member_name span {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  padding: .1em .4em;
}
.talkMember_flex .set_member .member_textBox .member_info {
  margin: 0 0 1em;
  line-height: 1.5;
  min-height: 4.5em;
}
.talkMember_flex .set_member .member_textBox .member_info span.position {
  font-weight: 700;
  display: block;
}
.talkMember_flex .set_member .member_textBox .member_info span.join {
  display: block;
  font-size: 87.5%;
}
.talkMember_flex .set_member .member_textBox .member_desc {
  font-size: 93.75%;
  line-height: 2.133;
}
@media all and (max-width:1024px) {
  .talkMember_flex {
    display: block;
  }
  .talkMember_flex .set_member {
    width: 100%;
  }
  .talkMember_flex .set_member + .set_member {
    margin: 3% auto 0;
  }
  .talkMember_flex .set_member .member_imageBox {
    width: 25%;
  }
  .talkMember_flex .set_member .member_textBox {
    width: 72%;
  }
}
/**/
.block_crossTalk .spot_talkMembers {
  margin: 0 0 9.3em;
}
.block_crossTalk .spot_talkSection {
  background: url(../img/bg.webp) no-repeat center bottom;
  background-size: contain;
  padding: 0 0 6em;
}
.block_crossTalk .spot_talkSection:last-child {
  padding: 0 0 2em;
}
.block_crossTalk .spot_talkSection .talkSection_bnr {
  text-align: center;
}
.block_crossTalk .spot_talkSection .talkSection_bnr img {
  vertical-align: top;
}
.block_crossTalk .spot_talkSection .title_center {
  padding: 2.365em 0 1.35em;
  margin: 0 0 4.1em;
  position: relative;
}
.dl_interview {
  color: #005AB7;
}
.dl_interview + .dl_interview {
  margin: 4em 0 0;
}
.dl_interview dt {
  text-align: center;
  font-size: 112.5%;
  font-weight: 700;
  font-style: italic;
  position: relative;
  letter-spacing: .03em;
  margin: 0 0 5em;
}
.dl_interview dt span {
  display: inline-block;
  text-align: left;
}
.dl_interview dt span::before {
  content: '―――';
  margin: 0 1em 0 0;
  vertical-align: top;
}
.dl_interview dd {
  max-width: 992px;
  width: 96%;
  margin: auto;
}
.dl_interview dd .contents_fukidashi {
  display: flex;
  align-items: flex-start;
}
.dl_interview dd .contents_fukidashi .fukidashi_member {
  width: 153px;
  text-align: center;
}
.dl_interview dd .contents_fukidashi .fukidashi_member span.en {
  display: block;
  font-size: 175%;
  line-height: 1;
  font-weight: 600;
}
.dl_interview dd .contents_fukidashi .fukidashi_text {
  background: #fff;
  max-width: 600px;
  width: calc(100% - 200px);
  box-sizing: border-box;
  border-radius: .5em;
  font-size: 112.5%;
  line-height: 2.111;
  padding: 1.1em 1.75em;
  position: relative;
  margin: 0 2.4em 4.5em;
  transform-origin: 0% center;
  text-align: left;
}
.dl_interview dd .contents_fukidashi .fukidashi_text::before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(255, 255, 255, 0);
  border-top-width: .5em;
  border-bottom-width: .5em;
  border-left-width: 0;
  border-right-width: 1em;
  margin-top: -.5em;
  border-right-color: #FFFFFF;
  right: 100%;
  top: 4.3em;
}
.dl_interview dd .contents_fukidashi.fukidashi--right {
  flex-direction: row-reverse;
}
.dl_interview dd .contents_fukidashi.fukidashi--right .fukidashi_text {
  transform-origin: 100% center;
}
.dl_interview dd .contents_fukidashi.fukidashi--right .fukidashi_text::before {
  left: 100%;
  right: auto;
  transform: rotateZ(180deg);
}
.block_crossTalk .spot_talkSection .imageWrap {
  overflow: hidden;
  margin: 5em auto 9.3em;
  max-width: 1366px;
}
.block_crossTalk .spot_talkSection .imageWrap .image {
  width: 72%;
}
.block_crossTalk .spot_talkSection .imageWrap .image img {
  vertical-align: top;
}
.block_crossTalk .spot_talkSection .imageWrap .image:nth-child(2n) {
  margin: 3.6em 0 0 auto;
}
.block_crossTalk .area_otherLink {
  padding: 6.2em 0;
  position: relative;
  overflow: hidden;
}
.block_crossTalk .area_otherLink .inner {
  max-width: 846px;
}
.block_crossTalk .area_otherLink .otherLink_title {
  background: #fff;
  color: #005AB7;
  line-height: 1;
  padding: .6em 2.5em .7em;
  margin: 0 0 1.5em;
}
.block_crossTalk .area_otherLink .otherLink_title span.en {
  display: block;
  font-size: 400%;
  font-weight: 500;
  letter-spacing: -.03em;
}
.block_crossTalk .area_otherLink .otherLink_title span.jp {
  display: block;
  font-size: 150%;
  font-weight: 700;
}
.block_crossTalk .area_otherLink .otherLink_image a {
  display: block;
  position: relative;
  overflow: hidden;
}
.block_crossTalk .area_otherLink .otherLink_image a img {
  transition: all .4s;
  vertical-align: top;
}
.block_crossTalk .area_otherLink .otherLink_image a:hover img {
  transform: scale(1.05);
}
.block_crossTalk .area_otherLink .otherLink_image figcaption {
  display: block;
  position: absolute;
  left: 5%;
  top: 65%;
}
.block_crossTalk .area_otherLink .otherLink_image figcaption span {
  display: inline-block;
  background: #fff;
  color: #005AB7;
  line-height: 1;
  letter-spacing: .07em;
  padding: .32em .6em;
}
.block_crossTalk .area_otherLink .link_more {
	margin: 1.1em 0 0;
}
.dl_interview dd .contents_fukidashi.js--scroll .fukidashi_member {
  transform: translateY(40px);
  transform-origin: center bottom;
  opacity: 0;
  transition: opacity 500ms ease, transform 500ms ease;
  backface-visibility: hidden;
}
.dl_interview dd .contents_fukidashi.js--scroll.scroll--start .fukidashi_member {
  opacity: 1;
  transform: translateY(0);
}
.dl_interview dd .contents_fukidashi.js--scroll .fukidashi_text {
  transform: scale(0);
  transition: transform 600ms cubic-bezier(1, -0.1, .15, 1.35);
}
.dl_interview dd .contents_fukidashi.js--scroll.scroll--start .fukidashi_text {
  transform: scale(1);
}