@charset "utf-8";
html[lang="ja"] {
  margin: 0 !important;
}
body {
  font-size: 3.733vw;
}
.pc-only {
  display: none !important;
}
#wpadminbar {
  display: none !important;
}
.inner {
  width: 90%;
  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;
}
/**/
.btn_more {
  width: 39vw;
  height: 39vw;
  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 20px 5px rgba(0, 120, 255, 0.6);
  transition: filter .4s;
  will-change: filter;
}
.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 11%;
}
.title_base .en {
  font-size: 343%;
  font-weight: 500;
  letter-spacing: -.03em;
}
.title_base .jp {
  font-size: 129%;
  font-weight: 700;
  letter-spacing: 0;
  margin: 1.8% 0 0;
}
.title_center {
  text-align: center;
  font-size: 172%;
  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.14;
  color: #005AB7;
}
.title_section.color--white {
  color: #fff;
}
.title_section .en {
  display: block;
  font-size: 386%;
  font-weight: 500;
  letter-spacing: -.03em;
}
.title_section .jp {
  display: block;
  font-size: 107%;
  font-weight: 500;
  letter-spacing: .15em;
  margin: .2em 0 0;
}
/* == header ============================================== */
.h_logo {
  width: 96px;
  height: 34px;
  position: absolute;
  z-index: 100;
  left: 20px;
  top: 19px;
}
.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%;
}
body#page_under .h_logo a {
  background-image: url("../img/logo--under.svg");
}
header #navTrigger {
  position: fixed;
  z-index: 1010;
  right: 0;
  top: 20px;
  width: 75px;
  height: 32px;
  background: #fff;
}
header #navTrigger span {
  display: block;
  width: 32px;
  height: 3px;
  background: #2688AC;
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all .4s;
  transform-origin: center;
}
header #navTrigger span:nth-child(1) {
  bottom: 12px;
}
header #navTrigger span:nth-child(3) {
  top: 12px;
}
body.nav--open header #navTrigger span:nth-child(1) {
  transform: translateY(6px) rotateZ(30deg);
}
body.nav--open header #navTrigger span:nth-child(2) {
  opacity: 0;
}
body.nav--open header #navTrigger span:nth-child(3) {
  transform: translateY(-6px) 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 .4s;
  background: rgba(223, 229, 234, 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
header .navWrap {
  padding: 0 6.3%;
  width: 78%;
  height: 100%;
  margin: 0 0 0 auto;
  background: #fff;
  overflow-y: scroll;
  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;
}
.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;
}
.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;
}
.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%;
}
/**/
header .h_entry {
  width: 108px;
  background: #2688AC;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  position: fixed;
  z-index: 100;
  right: 75px;
  top: 20px;
  overflow: hidden;
  font-size: 14px;
}
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;
  position: relative;
  z-index: 5;
  letter-spacing: .2em;
  line-height: 32px;
}
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%;
  text-align: center;
}
.entryBox_title {
  line-height: 1;
  color: #003894;
  position: relative;
  z-index: 10;
  text-align: center;
}
.entryBox_title span.en {
  display: block;
  font-size: 628.6%;
  letter-spacing: -.03em;
  font-weight: 500;
}
.entryBox_title span.jp {
  display: block;
  font-size: 86%;
  font-weight: 700;
}
header .entryBox .entryBox_close {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  will-change: filter;
  transition: backdrop-filter .3s ease .1s;
  margin: auto;
}
header .entryBox .entryBox_close span {
  display: inline-block;
  background: #003894;
  width: 30px;
  height: 3px;
  position: absolute;
  margin: auto;
  bottom: 30px;
  right: 0;
  left: 0;
  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 {
  width: 90%;
  margin: 2em auto 0;
  position: relative;
  z-index: 10;
  text-align: center;
}
.btn_entry {
  background: #2688AC;
  overflow: hidden;
  position: relative;
}
.btnWrap .btn_entry + .btn_entry {
  margin: 5% auto 0;
}
.btn_entry::before {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #005AB7;
  transition: all .4s;
}
.btn_entry a {
  display: block;
  padding: 1.3em 0 2em;
  color: #fff;
  font-size: 114.3%;
  font-weight: 700;
  letter-spacing: 0.25em;
  position: relative;
  z-index: 5;
}
.btn_entry a::after {
  z-index: 5;
  content: '';
  width: 2em;
  height: .3em;
  background: url(../img/arrow02.webp) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.3em;
  margin: auto;
}
/* == footer ============================================== */
footer {
  background: #050634;
  padding: 14.5% 0;
}
footer .f_logo {
  margin: 0 auto 10%;
  width: 80%;
}
footer .f_logo a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  height: 0;
  padding: 12% 0 0;
  text-indent: 150%;
  background: url(../img/logo03.svg) no-repeat center top;
  background-size: contain;
  transition: all .2s;
}
.list_fNav {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 5%;
}
.list_fNav > li {
  font-size: 86%;
  position: relative;
  letter-spacing: .15em;
}
.list_fNav > li + li {
  margin: 0 0 0 1.5em;
  padding: 0 0 0 1.5em;
}
.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;
}
.copyright {
  color: #fff;
  font-size: 86%;
  letter-spacing: .1em;
  text-align: center;
}
/* == frontpage ==============================================*/
.block_frontTop .area_slider {
  position: relative;
  overflow: hidden;
  height: 0;
  padding: 177.2% 0 0;
}
.block_frontTop .area_slider::before {
  content: '';
  width: 50%;
  height: 0;
  padding: 11% 0 0;
  background: url("../img/sp_recruit.webp") no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 5;
  pointer-events: none;
  right: 5%;
  bottom: 5%;
}
#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: cover;
  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;
  max-width: none;
}
.block_frontTop .area_slider .frontTop_title {
  width: 86%;
  height: 0;
  padding: 70% 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 150%;
  background: url(../img/top_title_sp.webp);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 30% auto 0;
}
.block_frontTop .area_frontLead {
  padding: 32% 0 .5em;
  background: #050634;
  overflow: hidden;
}
.block_frontTop .area_frontLead .inner {
  width: 85%;
}
.block_frontTop .area_frontLead .frontLead_text {
  color: #fff;
  font-size: 129%;
  line-height: 2.333;
  letter-spacing: .05em;
  margin: 0 0 6%;
}
.block_frontTop .area_frontLead .frontLead_image {
  width: 96.5vw;
  transform: translateX(-8vw);
}
/*----------*/
.block_frontAbout {
  background: url(../img/bg05.webp) no-repeat center top;
  background-size: cover;
  padding: 26% 0 0;
}
.block_frontAbout .title_section {
  margin: 0 0 22%;
}
.block_frontAbout .bnr {
  position: relative;
  overflow: hidden;
  height: 0;
  padding: 63% 0 0;
  margin: 20% auto 0;
}
.block_frontAbout .bnr img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list_aboutList{
	overflow: hidden;
}
.list_aboutList li + li {
  margin: 29% 0 0;
}
.list_aboutList .aboutList_thumbnail {
  width: 93%;
  margin: 0 auto 4.5%;
}
.list_aboutList .aboutList_thumbnail.scale{
	width: 100%;
	transform: scale(1.05);
	transform-origin: center;
}
.list_aboutList .aboutList_thumbnail figcaption {
  text-align: center;
  color: #fff;
  font-size: 72%;
  letter-spacing: .03em;
}
.list_aboutList .textBox {
  color: #fff;
}
.list_aboutList .textBox .aboutList_num {
  font-size: 386%;
  line-height: 1;
  margin: 0 0 5%;
}
.list_aboutList .textBox dl dt {
  font-size: 150%;
  line-height: 1.715;
  font-weight: 700;
  letter-spacing: .05em;
  margin: 0 0 .8em;
}
.list_aboutList .textBox dl dd {
  font-size: 107.14%;
  line-height: 2.4;
}
.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_frontProduct {
  background: #dbe1e7;
  padding: 19% 0 19%;
}
.block_frontProduct .inner {
  position: relative;
}
.block_frontProduct .frontProduct_title {
  font-size: 150%;
  font-weight: 700;
  line-height: 1.714;
  color: #005AB7;
  margin: 8% 0 11%;
  letter-spacing: .07em;
}
.block_frontProduct .frontProduct_image {
  margin: 0 auto 5%;
}
.block_frontProduct .frontProduct_text {
  font-size: 107%;
  line-height: 2.4;
  color: #005AB7;
  margin: 0 0 8%;
}
.block_frontProduct .frontProduct_text p {
  letter-spacing: .03em;
  text-align: left;
}
.list_product {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4em 2%;
}
.list_product > li {
  width: 49%;
}
.list_product > li img {
  vertical-align: top;
}
.list_product figcaption {
  font-size: 107%;
  color: #005AB7;
  line-height: 1.6;
  margin: 6% 0 0;
}
.link_more {
  color: #005AB7;
  font-size: 107%;
  text-align: right;
}
.link_more a {
  display: inline-block;
  letter-spacing: .08em;
  padding: 0 3.2em 0 0;
  background: url(../img/link.svg) no-repeat right center;
  background-size: 2.5em auto;
  transition: all .2s;
}
.block_frontProduct .link_more {
  margin: 13% 0 0;
}
/*----------*/
.block_frontJob .area_lead {
  position: relative;
  overflow: hidden;
  padding: 19.3% 0 10%;
  background: url(../img/bg03_sp.webp) no-repeat center top;
  background-size: cover;
}
.block_frontJob .area_lead .frontJob_image {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 22%;
  width: 90%;
  height: 0;
  padding: 90% 0 0;
  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 {}
.block_frontJob .area_lead .title_section {
  color: #fff;
}
.block_frontJob .area_lead .frontJob_title {
  font-size: 150%;
  font-weight: 700;
  line-height: 1.7143;
  color: #fff;
  padding: 128% 0 0;
  letter-spacing: .12em;
  margin: 0 0 5%;
}
.block_frontJob .area_lead .frontJob_text {
  font-size: 107%;
  color: #fff;
  line-height: 2.4;
  margin: 0 auto 20%;
}
.block_frontJob .area_sales {
  padding: 13% 0 21%;
}
.block_frontJob .frontCrossFlex {
  margin: 0 0 2.6em;
}
.block_frontJob .frontCrossFlex .flex_text {
  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: 1.3em 0 2.1em;
  margin: 0 0 10%;
}
.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: 229%;
  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 {
  margin: 0 0 8%;
}
.block_frontJob .frontCrossFlex .flex_image img {
  vertical-align: top;
}
.block_frontJob .frontCrossFlex .frontCross_desc {
  font-size: 107%;
  text-align: left;
  color: #005AB7;
  letter-spacing: .03em;
  line-height: 2.4;
  margin: 0 auto 8%;
}
/**/
.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: 6.5%;
  color: #005AB7;
}
.block_frontJob .frontCross_link .link_title span.wrap {
  display: inline-block;
  background: #fff;
  line-height: 1;
  padding: 1em 1.2em .8em 1.2em;
  overflow: hidden;
}
.block_frontJob .frontCross_link .link_title .en {
  display: block;
  font-size: 343%;
  font-weight: 500;
  letter-spacing: -.03em;
}
.block_frontJob .frontCross_link .link_title .jp {
  display: block;
  font-size: 129%;
  font-weight: 700;
  letter-spacing: .03em;
  margin: -.1em 0 0;
}
.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_text {
  position: absolute;
  left: 6.4%;
  top: 26.5%;
  color: #005AB7;
}
.block_frontJob .frontCross_link .link_text span {
  background: #fff;
  display: inline-block;
  padding: .3em .9em;
  letter-spacing: .07em;
  line-height: 1;
  font-size: 107%;
}
.block_frontJob .frontCross_link.js--scroll .link_text span {
  transform: translateX(-150%);
  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: 7%;
}
.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: 18% 0 21%;
  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_frontWork {
  overflow: hidden;
  background-color: #dbe1e7;
  background-image: url(../img/bg_sp.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  padding: 19% 0 11%;
}
.block_frontWork .title_section {
  text-align: center;
  margin: 0 0 8%;
}
.block_frontWork .leadWrap {
  position: relative;
}
.block_frontWork .frontWork_lead {
  text-align: center;
  color: #005AB7;
  font-size: 107%;
  line-height: 2.4;
  letter-spacing: .03em;
  margin: 0 0 7%;
}
.block_frontWork .leadWrap img {
  vertical-align: top;
}
.block_frontWork .imgWrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0 7%;
  margin: 0 auto 12%;
}
.block_frontWork .leadWrap .lead_img01 {
  width: 31%;
}
.block_frontWork .leadWrap .lead_img02 {
  width: 31%;
}
.block_frontWork .frontWorkCatch {
  margin: 0 0 20%;
}
.block_frontWork .frontWorkCatch .catch_img {
  width: 85%;
}
.block_frontWork .frontWorkCatch .catch_img:nth-child(1) {
  transform: translateX(-6%);
}
.block_frontWork .frontWorkCatch .catch_img:nth-child(2) {
  transform: translateX(6%);
  margin: 2% 0 0 auto;
}
.block_frontWork .frontWorkCatch .catch_img img {
  vertical-align: top;
}
.block_frontWork .frontWork_contentsSet {
  margin: auto;
}
.block_frontWork .frontWork_contentsSet + .frontWork_contentsSet {
  margin: 5.4em auto 0;
}
.block_frontWork .workDetails_title {
  text-align: center;
  font-size: 143%;
  font-weight: 700;
  letter-spacing: .3em;
  color: #005AB7;
  margin: 0 0 1.9em;
  line-height: 1.4;
}
.block_frontWork .workDetails_title span {
  display: inline-block;
  position: relative;
}
.block_frontWork .workDetails_title span::before {
  content: '';
  width: 4em;
  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: 4em;
  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 {
  border-radius: .6em;
  overflow: hidden;
}
.list_holidayDetail > li + li {
  margin: 9% auto 0;
}
.list_holidayDetail > li .detail_thumbnail {
  background: rgba(255, 255, 255, .8);
  text-align: center;
  display: flex;
  align-items: center;
  padding: 12% 0 10%;
}
.list_holidayDetail > li .detail_thumbnail figure {
  width: 100%;
}
.list_holidayDetail > li .detail_thumbnail img {
  display: block;
  width: 32%;
  margin: 0 auto;
  vertical-align: top;
}
.list_holidayDetail > li .detail_thumbnail figcaption {
  display: block;
  font-size: 143%;
  font-weight: 500;
  letter-spacing: .1em;
  color: #005AB7;
  line-height: 1.5;
  margin: 2% 0 0;
}
.list_holidayDetail > li .detail_thumbnail figcaption small {
  display: block;
  font-size: 75%;
}
.list_holidayDetail > li .detail_textBox {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  font-size: 107%;
  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: 44%;
  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: 44%;
  box-sizing: border-box;
  font-weight: 700;
  padding: .6em .6em .6em 1.2em;
  line-height: 1.5;
}
.list_holidayDetail > li .detail_textBox dl dt small {
  display: block;
  font-size: 93.3%;
  font-weight: 500;
  margin: 1% 0;
}
.list_holidayDetail > li .detail_textBox dl dd {
  width: 56%;
  box-sizing: border-box;
  padding: .6em .6em .6em 1.2em;
  font-weight: 500;
  line-height: 1.5;
}
/**/
.list_holidayIcons {}
.list_holidayIcons > li {
  overflow: hidden;
  border-radius: .6em;
  margin: 0 0 8%;
}
.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: 32%;
  display: block;
  margin: auto;
}
.list_holidayIcons .icon_thumbnail figcaption {
  display: flex;
  align-items: center;
  flex-shrink: 1;
  font-size: 143%;
  font-weight: 500;
  color: #005AB7;
  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% 6.8% 6%;
  box-sizing: border-box;
  height: 100%;
}
.list_holidayIcons .textBox .icon_text {
  line-height: 2;
  font-size: 107%;
  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;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list_environment > li {
  width: 100%;
  margin: 7% auto;
}
.list_environment > li.short {
  width: 48%;
}
.list_environment > li .environment_title {
  background: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 129%;
  font-weight: 700;
  padding: .9em 0 1em;
  margin: 0 0 7%;
  position: relative;
  color: #005AB7;
  letter-spacing: .1em;
  line-height: 1.33;
}
.list_environment > li .environment_title span {
  display: block;
  line-height: 2.66;
}
.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: 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 5% 0;
  white-space: nowrap;
}
.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 .environmentWrap .environment_info .info_text {
  font-size: 250%;
  font-weight: 700;
  line-height: 1;
}
.list_environment > li .environmentWrap .environment_info .info_text span.num {
  font-size: 220%;
  font-weight: 500;
  font-family: "Akshar", sans-serif;
}
.list_environment > li.short .environment_title {
  padding: .6em 0 .7em;
}
.list_environment > li.short .environmentWrap .environment_info {
  width: 100%;
}
.list_environment > li.short .environmentWrap .environment_info .info_text {
  font-size: 150%;
}
.list_environment > li.short .environmentWrap .environment_info .info_text span.num {
  font-size: 214%;
}
.list_environment > li .environmentWrap .environment_info .info_att {
  font-size: 80%;
  margin: -5% 0 0;
}
/*----------*/
.block_frontCompany {
  background: #dbe1e7;
  padding: 20.5% 0;
}
.block_frontCompany .frontCompanyflex .flexLeft .title_section .en {
  line-height: .9;
  margin: 0 0 3%;
}
.list_companyData {
  margin: 3% 0 0;
}
.list_companyData > li {
  color: #005AB7;
  border-bottom: solid 1px #005AB7;
}
.list_companyData dl {
  display: flex;
  padding: 1.18em 0;
}
.list_companyData dl dt {
  width: 30%;
  font-size: 107%;
  line-height: 2;
  letter-spacing: .1em;
}
.list_companyData dl dd {
  width: 70%;
  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 38%;
}
.parts_entryBox .entryBox_title {
  color: #fff;
  padding: 37% 0 2%;
}
.parts_entryBox .entryBox_title span.en {
  font-size: 386%;
}
.parts_entryBox .entryBox_title span.jp {
  font-size: 87.5%;
}
/* == underpage ============================================== */
/* ====== 
page-name #
======*/
.block_crossTalk {
  background: #dbe1e7;
  padding: 28.5% 0 13%;
}
.block_crossTalk .area_title {
  position: relative;
}
.block_crossTalk .area_title .inner {
  width: 83%;
}
.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;
  color: #005AB7;
  padding: 13% 5%;
}
.block_crossTalk .area_title .top_leadBox .lead_title {
  font-size: 171.43%;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .07em;
  margin: 0 0 1em;
  position: relative;
  padding: 0 0 1.466em;
}
.block_crossTalk .area_title .top_leadBox .lead_title::before {
  content: '';
  width: 1.6em;
  height: 4px;
  background: #005AB7;
  position: absolute;
  left: 0;
  bottom: 0;
}
.block_crossTalk .area_title .top_leadBox .lead_text {
  font-size: 114.3%;
  line-height: 2.375;
}
/**/
.block_crossTalk .area_talk {
  padding: 21% 0 0;
}
.talkMember_flex {
  color: #005AB7;
}
.talkMember_flex .set_member {
  position: relative;
}
.talkMember_flex .set_member + .set_member {
  margin: 14% auto 0;
}
.talkMember_flex .set_member .member_imageBox {
  width: 47.3%;
}
.talkMember_flex .set_member .sp_position {
  position: absolute;
  right: 0;
  top: 0;
  width: 48%;
  height: 56vw;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.talkMember_flex .set_member .sp_position .positionWrap {
  width: 100%;
  margin: 1em 0 0;
}
.talkMember_flex .set_member .member_textBox .member_name {
  font-size: 257%;
  font-weight: 600;
  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 0;
}
.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;
  font-size: 114.3%;
}
.talkMember_flex .set_member .member_textBox .member_info span.join {
  display: block;
}
.talkMember_flex .set_member .member_textBox .member_desc {
  font-size: 107.2%;
  line-height: 2.133;
}
/**/
.block_crossTalk .spot_talkMembers {
  margin: 0 0 18%;
}
.block_crossTalk .spot_talkSection {
  background: url(../img/bg_sp.webp) no-repeat center bottom;
  background-size: contain;
  padding: 0 0 25%;
}
.block_crossTalk .spot_talkSection:last-child {
  padding: 0 0 17%;
}
.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: 0 0 9.4%;
  margin: 8% 0 12%;
  position: relative;
}
.dl_interview {
  color: #005AB7;
}
.dl_interview + .dl_interview {
  margin: 3em 0 0;
}
.dl_interview dt {
  font-size: 112.5%;
  font-weight: 700;
  font-style: italic;
  position: relative;
  letter-spacing: .03em;
  margin: 0 auto 10%;
  width: 90%;
}
.dl_interview dt::before {
  content: '―――';
  margin: 0 1em 0 0;
  vertical-align: top;
}
.dl_interview dd {
  margin: auto;
}
.dl_interview dd .contents_fukidashi + .contents_fukidashi {
  margin: 5% auto 0;
}
.dl_interview dd .contents_fukidashi .fukidashi_member {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
}
.dl_interview dd .contents_fukidashi .fukidashi_member img {
  width: 37.333%;
}
.dl_interview dd .contents_fukidashi .fukidashi_member span.en {
  display: block;
  font-size: 200%;
  line-height: 1;
  font-weight: 600;
  width: 52%;
  margin: 0 3%;
}
.dl_interview dd .contents_fukidashi .fukidashi_text {
  background: #fff;
  box-sizing: border-box;
  border-radius: .5em;
  font-size: 107.14%;
  line-height: 2.4;
  padding: 10% 7%;
  width: 90%;
  position: relative;
  margin: -2em auto 0;
  transform-origin: 0% top;
  text-align: left;
}
.dl_interview dd .contents_fukidashi.fukidashi--right .fukidashi_member {
  flex-direction: row-reverse;
  text-align: right;
}
.dl_interview dd .contents_fukidashi.fukidashi--right .fukidashi_text {
  transform-origin: 100% top;
}
.block_crossTalk .spot_talkSection .imageWrap {
  overflow: hidden;
  margin: 13% auto 9%;
}
.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: 5% 0 0 auto;
}
.block_crossTalk .area_otherLink {
  margin: auto;
  padding: 13% 0 4%;
}
.block_crossTalk .area_otherLink .otherLink_title {
  background: #fff;
  color: #005AB7;
  line-height: 1;
  padding: 3% 9% 3.5%;
  margin: 0 0 3%;
}
.block_crossTalk .area_otherLink .otherLink_title span.en {
  display: block;
  font-size: 343%;
  font-weight: 500;
  letter-spacing: -.03em;
}
.block_crossTalk .area_otherLink .otherLink_title span.jp {
  display: block;
  font-size: 129%;
  font-weight: 700;
  margin: -2% 0 0;
}
.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 figcaption {
  display: block;
  font-size: 114.3%;
  margin: 2% 0 0;
}
.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: 4% 0 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);
}