@charset "utf-8";
:root{}
html {
  scroll-behavior: auto;
}

body{
  font-size: 1.6rem;
  line-height: 2;
  font-weight: normal;
  font-weight: 400;
  font-family: "Noto Sans JP", "Hiragino Sans","Hiragino Kaku Gothic ProN", sans-serif;
  color: #000;
  --sub: "Exo 2", sans-serif;
  min-height: 100vh;
}

.por{
  position: relative;
  display: inline-block;
}

.bar{
  display: block;
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.bar.clr2,
.bar.clr12{
  background: #003E92;
}

.sp{ display: none !important;}
.pc{ display: block !important;}

@media only screen and (max-width: 1024px) {
  .sp{ display: block !important;}
  .pc{ display: none !important;}
}

.sp2{ display: none !important;}
.pc2{ display: block !important;}

@media only screen and (max-width: 768px) {
  .sp2{ display: block !important;}
  .pc2{ display: none !important;}
}

a{
  text-decoration: underline;
  color: #003E92;
}

.lower_contents{
  position: relative;
  padding-top: 90px;
  padding-bottom: 74px;
}

.page_items_handled .lower_contents,
.page_products .lower_contents{
  padding-bottom: 0px;
}

@media screen and (max-width: 1024px) {
  .lower_contents{
    padding-top: 70px;
    border-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .lower_contents{
    padding-top: 50px;
    border-bottom: 50px;
  }
}

.page_recruit .lower_contents{
  padding-bottom: 0;
}


.wrap{
  max-width: 1380px;
  padding: 0 50px;
  width: 100%;
  margin: 0 auto;
}

.wrap_s{
  max-width: 1080px;
  margin: 0 auto;
}

.page_products .wrap{
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .wrap{
    padding: 0 20px;
  }
}

/*
見出し
*/
.headline_m{
  margin-bottom: 50px;
}

.headline_m .en{
  font-size: 4.8rem;
  color: #003E92;
  line-height: 1;
  margin-bottom: 10px;
  font-family: var(--sub);
}
.headline_m .jp{
   font-size: 1.8rem; 
   color: #003E92;
}

.headline_m{
  margin-bottom: 50px;
}

.headline_m2 .en{
  font-size: 4rem;
  color: #003E92;
  line-height: 1;
  margin-bottom: 10px;
  font-family: var(--sub);
}
.headline_m2 .jp{
   font-size: 1.6rem; 
}

.button2{
  width: 600px;
  height: 113px;
  border-radius: 56.5px;
  background: #003e92;
  display: flex;
  text-align: center;
  border-radius: 57px;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.button2>div{
    font-size: 2.4rem;
    padding-top: 0.2em;
}
.button2>div>span,
.button2>div>span{
  display: block;
  line-height: 1;
  font-weight: normal;
}

.button3 {
  font-size: 1.8rem;
  line-height: 3.3333;
  text-align: center;
  color: #ffffff;
  position: relative;
  font-weight: bold;
  background-color: #003E92;
  display: block;
  padding: 0 30px;
  border-radius: 9999px;
  max-width: 668px;
  text-decoration: none;
}

.button3::after {
  content: "";
  position: absolute;
  top:24px;
  right:50px;
  display: inline-block;
  margin-left: 0px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  max-width: 668px;
}

.button4 {
  font-size: 1.8rem;
  line-height: 3.3333;
  text-align: center;
  background: #ffffff;
  position: relative;
  font-weight: bold;
  color: #003E92;
  display: block;
  padding: 0 30px;
  border-radius: 9999px;
  text-decoration: none;
  max-width: 416px;
  text-decoration: none;
}

.button4::after {
  content: "";
  position: absolute;
  top:24px;
  right:50px;
  display: inline-block;
  margin-left: 0px;
  border-right: 2px solid #003E92;
  border-top: 2px solid #003E92;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
}


.flex_c{
  display: flex;
  justify-content: center;
  width: 100%;
}

h1,h2,h3{
  font-weight: 500;
}

img{
  width: 100%;
  height: auto;
}

button,
a{
  cursor: pointer;
  transition: opacity 0.2s ease;
}

a:hover{
  opacity: 0.5;
}

@media screen and (max-width: 1024px) {
  a:hover{
    opacity: 1;
  }
}

img{
  width: 100%;
}

a.zm_img{
  display: block;
}
a.zm_img figure{
  overflow: hidden;
}
a.zm_img figure img{
  display: block;
  transition: transform 0.4s ease;
}

a.blank{
  position: relative;
}

a.blank::after{
  content: '';
  display: inline-block;
}

@media screen and (min-device-width: 768px) {
  .hover_an .hover_t{
    position: relative;
    overflow: hidden;
  }
  
  .hover_an .hover_t::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    background: #22AC38;
    z-index: 2;
    transform-origin: 0 0;
    transform: rotateY(90deg);
    transition: all 0.2s ease-in-out;
  }
  
  .hover_an:hover{
    opacity: 1;
  }

  .hover_an:hover .hover_t::after{
    transform: rotateY(0deg);
  }
  
}

header{
  position: absolute;
  width: 100%;
  left:0;
  top:0;
  display: flex;
  justify-content: space-between;
  padding-right: 80px;
  padding-left: 40px;
  padding-top: 40px;
  align-items: flex-start;
  z-index: 1000;
}

header .logo{
  position: relative;
  width: 100px;
  z-index: 1001;
}

header nav{
  display: flex;
  justify-content: flex-end;
}



header nav .button1{
  position: relative;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 52px;
  text-align: center;
  color: #fff;
  width: 230px;
  height: 52px;
  background: #003E92;
  border-radius: 26px;
  display: block;
  z-index: 1001;
  text-decoration: none;
  transition:all 0.2s ease;
}

header nav .button1.active{
  color:#003E92;
  background: #ffffff;
}

header nav .menu1{
  display: flex;
  gap:60px;
  align-items: center;
  margin-right: 80px;
  z-index: 20;
}

header nav .menu1>li>a{
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-weight: 500;
  z-index: 1001;
  text-decoration: none;
}

header nav .menu1>li .submenu_button{
    position: absolute;
    width: 80px;
    height: 116px;
    right: 0;
    top: 0;
    z-index: 1002;
}

header nav .menu1>li .submenu_button::before,
header nav .menu1>li .submenu_button::after{
  content:"";
  position: absolute;
  width:26px;
  height: 2px;
  background: #fff;
  left:50%;
  margin-left: -13px;
  top:50%;
}

header nav .menu1>li .submenu_button::after{
  transform: rotate(90deg);
  transition: all ease 0.19s;
}

header nav .menu1>li.open .submenu_button::after{
  transform: rotate(0deg);
} 

header nav .submenu {
  position:absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  pointer-events: none;
  height: 384px;
  background: #003E92;
  left:0;
  top:0;
  width: 100%;
  z-index: 9;
}

header nav .pc_hover_menu.active .submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  width: 100%;
}

header nav .pc_hover_menu.active>a::after{
  transform: scale(1,0);
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: all 0.2 ease;
}

header nav .pc_hover_menu.active>a::after{
  transform: scale(1,1);
}

header nav .submenu{
  display: flex;
  justify-content: center;
  padding-top: 142px;
  padding-right: 80px;
  padding-left: 80px;
}

header nav .menu2{
  display: flex;
  max-width: 1120px;
  width: 100%;
  gap:3.5%;
  justify-content: center;
}
header nav .menu2>li{
  width: 17.14%;
}
header nav .menu2>li p{
  color:#fff;
  margin-top: 5px;
  font-size: 1.5rem;
}

@media screen and (max-width: 1300px) {
  header nav .submenu {
    padding-right: 40px;
    padding-left: 147px;
  }
}
@media screen and (max-width: 1200px) {
  
  header{
    position: absolute;
    width: 100%;
    padding-right: 50px;
    padding-left: 40px;
    padding-top: 40px;
  }

  header nav .menu1 {
    gap: 4vw;
    margin-right: 60px;
  }

}

@media screen and (max-width: 1024px) {
  header{
    position: fixed;
    height: 100px;
  }
  
  header .logo{
    position: fixed;
    z-index:1001 ;
    width: 100px;
    left:30px;
    top:30px;
  }

header nav {
  position: fixed;
  top: 0px;
  height: 100vh;
  width: 100%;
  left: auto;
  right: 0;
  text-align: left;
  -webkit-overflow-scrolling: touch;
  padding: 0px;
  overflow: auto;
  visibility: hidden;
  background: #003E92;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  display: none;
  z-index: 100;
  padding: 0 30px;
  padding-top: 220px;
}


  header.block nav.slide{
    display: block;
    right: -300px;
  }

  header.block.active nav{ 
    opacity: 1;
    visibility: visible;
  }

  header.block nav.slide{
    display: block;
    opacity: 1;
  }

  header.block.active nav.slide{ 
    opacity: 1;
    right: 0px;
    visibility: visible;
  }

  header.block nav.fade_in{
    display: block;
    right: 0px;
    width: 100%;
  }

  header.block.active nav.fade_in{ 
    opacity: 1;
    right: 0px;
    visibility: visible;
  }

  header nav .menu2{
    display: block;
    border-bottom: 1px solid #B5CFF2;
    padding-bottom: 40px;
  }


  header nav .menu1>li>a>strong{
    display: block;
    text-align: left;
    font-family: var(--sub);
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 10px;
  }
  
  header nav .menu1{
    display: block;
    margin-right: 0px;
  }

  header nav .menu1>li{
    width: 100%;
    position: relative;
  }

  header nav .menu1>li>a{
    padding-top: 30px;
    padding-bottom: 30px;
    text-decoration: none;
  }

  header nav .menu1>li>a{
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    display: block;
    text-align: left;
    text-decoration: none;
    border-bottom: 1px solid #B5CFF2;
  }

  header nav .menu2{
    display: block;
    padding-top: 20px;
  }


  header nav .menu2>li>a{
    color: #fff;
    padding: 15px 30px;
    display: block;
    text-decoration: none;
  }

  header nav .submenu {
    position:relative;
    display: none;
    opacity: 1;
    padding: 0;
    visibility:visible;
    transition: opacity 0.3s ease;
    pointer-events:all;
    height: auto;
    background: #003E92;
    left:0;
    top:0;
    width: 100%;
    z-index: 9;
  }

  header nav .menu2>li{
    width: 100%;
  }

}

@media screen and (max-width: 500px) {
  header nav {
    padding-top: 140px;
  }
  header .logo {
    position: fixed;
    z-index: 1001;
    width: 65px;
    left: 20px;
    top: 20px;
  }
}

/*メニューボタン*/
@media screen and (max-width: 1024px) {

  header #menu_button {
    position: fixed;
    display: block;
    right: 30px;
    top: 30px;
    cursor: pointer;
    height: 74px;
    width: 74px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    background: #fff;
  }

  header #menu_button>.inr{
    position: relative;
    width: 30px;
    height: 20px;
    cursor: pointer;
    margin-top: 0px;
    transition: all 0.3s ease;
    transform: rotate(0deg);
    z-index: 2;
  }

  header.active #menu_button>.inr {
    margin-left: 0px;
  }

  header #menu_button>.inr>div {
    width: 90%;
    height: 1px;
    background: #003E92;
    position: absolute;
    transition: all 0.3s;
    z-index: 11;
  }

  header #menu_button>.inr>div:nth-child(1) {
    top: 0%;
    left: 0;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  header #menu_button>.inr>div:nth-child(2) {
    top: 50%;
    left: 0px;
  }

  header #menu_button>.inr>div:nth-child(3) {
    top: 100%;
    left: 0%;
    transform: translate(0%, 0%);
  }

  header.active #menu_button>.inr>div {
    position: absolute;
    transition: all 0.3s;
    width: 100%;
  }

  header.active #menu_button>.inr>div:nth-child(1) {
    top: 50%;
    margin-left: 0px;
    width: 100%;
    transform: translate(0, -50%) rotate(45deg);
  }

  header.active #menu_button>.inr>div:nth-child(2) {
    display: none;
  }

  header.active #menu_button>.inr>div:nth-child(3) {
    top: 50%;
    margin-left: 0px;
    width: 100%;
    transform: translate(0, -50%) rotate(-45deg);
  }

  header .menu_buttom{
    width: 100px;
    height: 100%;
    position: absolute;
    right: 0;
    top:0;
  }

}
@media screen and (max-width: 500px) {
  header #menu_button {
    position: fixed;
    right: 20px;
    top: 20px;
    height: 60px;
    width: 60px;
  }
}

footer {
  background: #003E92;
  color: #fff;
  padding: 60px 80px 0;
}
footer .footer_wrap{
  max-width: 1440px;
  margin: 0 auto;
}

footer .block1 {
  border-bottom: 1px solid #7E9ABF;
}

footer .block1 .menu1{
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 50px;
}

footer .block1 .menu1 > li {
  max-width: 145px;
  width: 22%;
}
footer .block1 .menu1 > li > a {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1;
  display: block;
  padding-bottom: 15px;
  white-space: nowrap;
  border-bottom: 1px solid #7E9ABF;
  margin-bottom: 15px;
  color: #fff;
  text-decoration: none;
}

footer .block1 .menu1 > li > .menu2 > li {
  margin-bottom: 15px;
}

footer .block1 .menu1 > li > .menu2 > li > a {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 500;
  white-space: nowrap;
  color: #fff;
  text-decoration: none;
}

footer .block2 {
  display: flex;
  padding-top: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid #7E9ABF;
}

footer .block2 .logo {
  width: 200px;
  display: block;
}

footer .block2 .logo img {
  width: 100%;
}

footer .block2 .info {
  padding-left: 64px;
}

footer .block2 .info p {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
}

footer .block2 .info .company {}
footer .block2 .info .address {}
footer .block2 .info .tel {}

footer .copy {
  padding: 25px 0;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  footer {
    padding: 60px 50px 0;
  }

  footer .block1 .menu1 > li > .menu2 > li > a {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1024px) {
  footer {
    padding: 20px 50px 0;
  }
  footer .block1 {
    display: none;
  }
  
  footer .block2 .info {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding: 40px 30px 30px;
  }

  footer .block2 {
    display: block;
  }

  footer .block2 .logo {
      margin-bottom: 30px;
      width: 47.8%;
      max-width: 240px;
  }

  footer .block2 .info {
    padding-left: 0px;
  }

  footer .block2 .info p {
    font-size: 3vw;
    line-height: 2;
  }

  footer .copy {
    padding: 1em 0;
    font-size: 3vw;
    line-height: 2;
  }
}

.lower_slider_wrap,
.lower_main_visual {
  position: relative;
}

.lower_slider_wrap picture,
.lower_main_visual picture{
  position: relative;
  aspect-ratio: 144/60;
}

.lower_slider_wrap img,
.lower_main_visual img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lower_slider_wrap .box,
.lower_main_visual .box{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  color: #fff;
  z-index: 10;
}

.lower_slider_wrap .box .ttl span,
.lower_main_visual .box .ttl span{
  display: inline-block;
}

.lower_slider_wrap .box .ttl .en,
.lower_main_visual .box .ttl .en{
  font-family: var(--sub);
  font-size: 6rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.2em;
}
.lower_slider_wrap .box .ttl .jp,
.lower_main_visual .box .ttl .jp {
    font-size: 2rem;
    line-height: 1.2;
    margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .lower_slider_wrap picture,
  .lower_main_visual picture{
    position: relative;
    aspect-ratio: 768/800;
  }
}

@media screen and (max-width: 768px) {

  .lower_slider_wrap .box .ttl .en ,
  .lower_main_visual .box .ttl .en {
    font-family: var(--sub);
    font-size: 9vw;
    margin-bottom: 0;
  }

  .lower_slider_wrap .box .ttl .jp,
  .lower_main_visual .box .ttl .jp{
    font-size: 1.8rem;
  }

}

/*フッター問い合わせ*/
.footer_contact {
  color: #fff;
  background: url(../img/contact.webp) no-repeat  50% 50% / cover;
  padding: 0 80px;
  overflow: hidden;
}

.footer_contact .footer_wrap{
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}

.footer_contact .headline_l {
  margin-bottom: 40px;
}

.footer_contact .headline_l .en {
  font-size: 6rem;
  line-height: 1;
  display: block;
  font-family: var(--sub);
  margin-bottom: 10px;
  font-weight: 600;
}

.footer_contact .headline_l .jp {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
}

.footer_contact .row {
  display: flex;
  align-items: center;
  height: 367px;
}

.footer_contact .row .box1 {
  width: 50%;
}

.footer_contact .row .box2 {
  width: 50%;
  text-align: center;
}

.footer_contact .row .box1 .msg {
  font-size: 1.6rem;
  line-height: 1.9375;
}

.footer_contact .row .box2 .tel_box {
  margin-bottom: 40px;
  display: block;
}

.footer_contact .row .box2 .tel_box .msg1 {
  font-size: 2rem;
  line-height: 1.2;
}

.footer_contact .row .box2 .tel_box .num {
  font-size: 4rem;
  line-height: 1.5;
  font-weight: bold;
}

.footer_contact .row .box2 .tel_box .msg2 {
  font-size: 1.6rem;
  line-height: 1;
}

.footer_contact .row .box2 .msg3 {
  font-size: 2rem;
  line-height: 1;
  margin: 10px;
}

.footer_contact .row .box2 .button1 {
  font-size: 2rem;
  line-height: 3.45;
  font-weight: bold;
  background-color:#ffffff;
  color:  #003E92;
  border-radius: 34px;
  display: inline-block;
  padding: 0 30px;
  width: 380px;
  margin: 0 auto;
  text-decoration: none;
}


@media screen and (max-width: 1024px) {

  .footer_contact {
    text-align: center;
    padding: 65px 50px 113px;
  }

  .footer_contact .headline_l {
    margin-bottom: 40px;
  }

  .footer_contact .headline_l .en {
    font-size: 6rem;
    margin-bottom: 10px;
  }

  .footer_contact .headline_l .jp {
    font-size: 2.4rem;
  }

  .footer_contact .row {
    display: block;
    height: auto;
  }

  .footer_contact .row .box1 {
    width: 100%;
  }

  .footer_contact .row .box2 {
    width: 100%;
    text-align: center;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer_contact .row .box1 .msg {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }

  .footer_contact .row .box2 .tel_box{
    margin-bottom: 40px;
    width: auto;
    margin: 0 auto 40px;
    padding: 0 20px 30px;
    border-bottom: 1px solid #FFFFFF;
  }

  .footer_contact .row .box2 .tel_box .msg1 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .footer_contact .row .box2 .tel_box .num {
    font-size: 5rem;
    line-height: 1.8;
    font-weight: bold;
  }

  .footer_contact .row .box2 .tel_box .msg2 {
    font-size: 1.6rem;
    line-height: 1;
  }

  .footer_contact .row .box2 .msg3 {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 15px;
  }

  .footer_contact .row .box2 .button1 {
    font-size: 2rem;
    line-height: 3.45;
    font-weight: bold;
    background-color:#ffffff;
    color:  #003E92;
    border-radius: 34px;
    display: inline-block;
    padding: 0 30px;
    width: 100%;
    margin: 0 auto;
    text-decoration: none;
  }
}
@media screen and (max-width: 1024px) {
  .footer_contact {
    text-align: center;
    padding: 65px 30px 113px;
  }
}
@media screen and (max-width: 768px) {
  .footer_contact .headline_l .en{
      font-size: 10vw;
      margin-bottom: 10px;
  }

  .footer_contact .headline_l .jp {
      font-size: 1.6rem;
  }

    .footer_contact .row .box2 .tel_box{
    margin-bottom: 40px;
    width: auto;
    margin: 0 auto 40px;
    padding: 0 20px 30px;
    border-bottom: 1px solid #FFFFFF;
  }

  .footer_contact .row .box1 .msg {
      font-size: 1.5rem;
      margin-bottom: 40px;
  }

  .footer_contact .row .box1 .msg span{
    display: block;
  }

  .footer_contact .row .box2 .tel_box .num {
    font-size: 4rem;
    line-height: 1.8;
    font-weight: bold;
    white-space: nowrap;
  }

  .footer_contact .row .box2 .tel_box .msg2 {
    font-size: 1.4rem;
    line-height: 1;
  }

  .footer_contact .row .box2 .msg3 {
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 15px;
  }
}

.main_catch{
  padding-top: 90px;
  padding-bottom:0px;
  text-align: center;
  font-weight: 500;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .main_catch {
    padding-top: 50px;
    font-size: 4vw;
  }
}

 .headline_m {
  margin-bottom: 40px;
  overflow: hidden;
}

 .headline_m > span {
  font-size: 3rem;
  line-height: 2;
  font-weight: 600;
}

.greetings_section1 .row {
  display: flex;
  justify-content: space-between;
}

.greetings_section1 .row .box1 {
  width: 48%;
}

.greetings_section1 .row .box2 {
  width: 48%;
}

.greetings_section1 .row .box1 .msg {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 30px;
}

.greetings_section1 .row .box2 .img {
  margin-bottom: 30px;
}

.greetings_section1 .row .box2 dl.auth {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.greetings_section1 .row .box2 dl.auth > dt {
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  margin-right: 10px;
}

.greetings_section1 .row .box2 dl.auth > dd {
  font-size: 2.8rem;
  line-height: 1;
  padding-left: 1em;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  
  .greetings_section1 .row {
    display: block;
  }

  .greetings_section1 .row .box1 {
    width: 100%;
    margin-bottom: 60px;
  }

  .greetings_section1 .row .box2 {
    width: 100%;
    padding: 0 30px;
  }

}

@media screen and (max-width: 1024px) {
  
   .headline_m {
    margin-bottom: 30px;
  }

   .headline_m > span {
    font-size: 2.4rem;
  }

  .greetings_section1 .row {
    display: block;
  }

  .greetings_section1 .row .box1 {
    width: 100%;
    margin-bottom: 30px;
  }

  .greetings_section1 .row .box2 {
    width: 100%;
    padding: 0 20px;
  }

  .greetings_section1 .row .box1 .msg {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }

  .greetings_section1 .row .box2 .img {
    margin-bottom: 30px;
  }

  .greetings_section1 .row .box2 dl.auth {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .greetings_section1 .row .box2 dl.auth > dt {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 500;
    margin-right: 10px;
  }

  .greetings_section1 .row .box2 dl.auth > dd {
    font-size: 2.4rem;
    line-height: 1;
    padding-left: 0.5em;
    font-weight: 500;
  }

}

/*
SERVICE
*/

.page_service .bg{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 1;
}

.page_service .headline_m{
  text-align: center;
}

.service_section {
  position: relative;
  z-index: 2;
}

.service_section .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.service_section .row.revs {
  flex-direction: row-reverse;
}

.service_section .row .box1 {
  width: calc( 50% - 30px);
}

.service_section .row .box2 {
  width: 45.3%;
}

.service_section .row .box1 .ttl {
  font-size: 8rem;
  line-height: 1;
  margin-bottom: 10px;
  color: #003E92;
  font-family: var(--sub);
}

.service_section .row .box1 .head1 {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  font-weight: 600;
}

.service_section .row .box1 .head1 .icon {
  width: 160px;
  margin-left: -5px;
}

.service_section .row .box1 .head1 .text {
  font-size: 2.4rem;
  line-height: 2.0833;
  padding-left: 30px;
  width: calc(100% - 160px);
}

.service_section .row .box1 .msg {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.2222;
}

.service_section .row .box2 .img{
  overflow: hidden;
  border-radius: 12px;
}

@media screen and (max-width: 1200px) {

.service_section .row .box1 .ttl {
  font-size: 6.8vw;
}

  .service_section .row .box1 .head1 .text {
    font-size: 2vw;
    white-space: nowrap;
    padding-left: 30px;
  }

  .service_section .row .box1 {
    width: 50%;
  }

  .service_section .row .box1 .msg {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 1024px) {
    
  .page_service .headline_m{
    text-align: left;
  }

  .service_section .row {
    display:block ;
  }

  .service_section .row .box1 {
    width: 100%;
    margin-bottom: 50px;
  }

  .service_section .row .box2 {
    width: 100%;
  }

  .service_section .row .box1 .ttl {
    font-size: 8rem;
    line-height: 1;
    margin-bottom: 10px;
    color: #003E92;
    font-family: var(--sub);
  }

  .service_section .row .box1 .head1 {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    font-weight: 600;
  }

  .service_section .row .box1 .head1 .text {
    font-size: 2.4rem;
    line-height: 2.0833;
    padding-left: 30px;
  }

  .service_section .row .box1 .msg {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.2222;
  }

  .service_section .row .box2 .img{
    overflow: hidden;
    border-radius: 12px;
  }

}

@media only screen and (max-width: 768px) {

  .service_section .row .box1 .ttl {
      font-size: 10vw;
  }
  .service_section .row .box1 .head1 .icon {
    width: 20%;
    max-width: 160px;
    margin-left: -1%;
  }

  .service_section .row .box1 .head1 .text {
      font-size: 4.8vw;
      line-height: 2.0833;
      padding-left: 3%;
      width: 80%;
  }

  .service_section .row .box1 .msg {
    font-size: 1.6rem;
  }

}


/*
会社情報
*/

.lower_row{ display: flex;}
.lower_row .lower_aside{ width: 290px;}
.lower_row .lower_main{ width: calc(100% - 290px);}
.lower_row .lower_main > .head{ margin-bottom: 80px;}

.lower_row .lower_aside{
  overflow: visible;
  padding-bottom: 50px;
}
.lower_row .lower_aside nav {
  position: sticky;
  top:80px;
  z-index: 10;
}

.lower_row .lower_aside .menu > li{
  margin-bottom: 10px;
}

.lower_row .lower_aside .menu > li > a {
  position: relative;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  color: #9B9B9B;
  padding-left: 1em;
  transition:all 0.5s ease;
  text-decoration: none;
}

.lower_row .lower_aside .menu > li > a::after{
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #003E92;
  border-radius: 50%;
  opacity:0;
  transform: scale(0.8);
  transition:all 0.5s ease 0.1s;
}


.lower_row .lower_aside .menu > li.active > a::after{
 opacity: 1;
}


.lower_row .lower_aside .menu > li.active > a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #2F2F2F;
}
@media screen and (max-width: 1024px) {

  .lower_row{ display: block;}
  .lower_row .lower_aside{ width: 100%;}
  .lower_row .lower_main{ width:100%}
  .lower_row .lower_main > .head{ margin-bottom: 80px;}

  .lower_row .lower_aside{
    overflow: visible;
  }
  .lower_row .lower_aside nav {
    position: sticky;
    top:80px;
    z-index: 10;
  }
  .lower_row .lower_aside .menu{
    display: flex;
    flex-wrap: wrap;
    gap:10px 28px;
    margin-bottom: 60px;
  }

  .lower_row .lower_aside .menu > li{
    margin-bottom: 10px;
    width: calc((100% - 28px) / 2);
  }

  .lower_row .lower_aside .menu > li > a {
    position: relative;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    background: #003E92;
    text-align: center;
    width: 100%;
    display: block;
    line-height: 60px;
    border-radius: 8px;
    padding-left: 0;
    color: #fff !important;
    transition:all 0.5s ease;
  }

  .lower_row .lower_aside .menu > li > a::after{
    display: none;
  }

  .lower_row .lower_aside .menu > li.active > a::after{
    opacity: 1;
  }

  .lower_row .lower_aside .menu > li.active > a {
    font-size: 1.6rem;
    font-weight: 500;
    color: #2F2F2F;
  }
}
@media screen and (max-width: 768px) {
  .lower_row .lower_aside .menu{
    display: flex;
    flex-wrap: wrap;
    gap:10px 15px;
    margin-bottom: 40px;
  }

  .lower_row .lower_aside .menu > li{
    margin-bottom: 10px;
    width: calc((100% - 30px) / 2);
  }
}

.dl_table_wrap{
  margin-bottom: 70px;
}

.dl_table {
  display: flex;
  flex-wrap: wrap;
}

.dl_table dt {
  position: relative;
  border-top: 1px #CBCBCB solid;
  width: 146px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: bold;
  padding: 20px 0;
}
.dl_table dt::after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  height: 1px;
  width: 20px;
  background: #003E92;
  z-index: 2;
  box-sizing: border-box;
}

.dl_table dd {
  width: calc(100% - 146px);
  border-top: 1px #CBCBCB solid;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  padding: 20px 0;
}

.dl_table dt.type2 dt{
  width: 150px;
}

.dl_table dt.type2 dd{
  width: calc(100% - 150px);
}

.dl_table dd .map{
  text-decoration: none;
}

.dl_table dd .num_list > li {
  padding-left: 1em;
  text-indent: -1em;
}

.dl_table dd .doc_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  font-weight: bold;
  max-width: 760px;
}

.dl_table dd .doc_list > li {
  width: calc((100% - 90px) / 4);
}
@media screen and (max-width: 500px) {

  .dl_table {
   display: block;
  }

  .dl_table dt {
    width: 100%;
  }
  .dl_table dt::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    height: 1px;
    width: 20px;
    background: #003E92;
    z-index: 2;
    box-sizing: border-box;
  }

  .dl_table dd {
    width: 100%;
    border-top: 0;
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 500;
    padding: 0 0 25px;
  }

  .dl_table dt.type2 dt{
    width: 100%;
  }

  .dl_table dt.type2 dd{
    width: 100%;
  }

  .dl_table dd .doc_list {
    gap: 25px;
  }

.dl_table dd .doc_list > li {
  width: calc((100% - 25px) / 2);
}

}

.about_vision{
  padding-bottom:80px;
}

.about_vision .msg{
  line-height: 2.5;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about_vision .msg {
    line-height: 2.5;
    font-size: 3.5vw;
  }
}

.about_security {
  padding-top: 80px;
}

.about_security .msg {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 50px;
}

.about_security .ol_list > li::after{
    content: '';
  position: absolute;
  top: -1px;
  left: 0;
  height: 1px;
  width: 20px;
  background: #003E92;
  z-index: 2;
  box-sizing: border-box;
}

.about_security .ol_list > li {
  display: flex;
  position: relative;
  align-items: center;
  font-size: 1.6rem;
  line-height: 2;
  padding: 20px 0 50px 0;
  border-top: 1px #CBCBCB solid;
}

.about_security .ol_list > li > .num {
  width: 100px;
  font-size: 4rem;
  line-height: 1;
  color: #003E92;
  font-family: var(--sub);
}

.about_security .ol_list > li > .text {
  width: calc(100% - 100px);
}

.inter_image{
  position: relative;
  height: 400px;
}

.inter_image1{
  margin-bottom: 50px;
}

.inter_image>picture{
  position: absolute;
  left:  calc(-50vw + 340px);
  min-width: 100vw;
  overflow: hidden;
  height: 100%;
}

.inter_image>picture img{
  height: 100%;
}

@media screen and (max-width: 1390px) {
  .inter_image>picture {
      position: absolute;
      left: -353px;
      /* min-width: 100vw; */
      width: 100vw;
      overflow: hidden;
      height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .inter_image{
    position: relative;
    height: auto;
    aspect-ratio: 768 / 530;
    margin-bottom: 50px;
  }

  .inter_image>picture{
    position: absolute;
    left:  -50px;
    min-width: 0;
    width: calc(100% + 100px);
    overflow: hidden;
    height: 100%;
  }

}
@media screen and (max-width: 768px) {
  .inter_image>picture {
    left: -20px;
    width: calc(100% + 40px);
  }
}

.inter_image>picture img{
  width: 100%;
  object-fit: cover;
}

/**/
.inter_bg{
  position:absolute;
  height: 100%;
  top:0;
  z-index: -1;
}

.inter_bg>.bg{
  position: absolute;
  top:0;
  left:  calc(-50vw + 340px);
  min-width: 100vw;
  overflow: hidden;
  height: 100%;
  background: #F8FBFF;
}

.inter_bg>.bg img{
  height: 100%;
}

@media screen and (max-width: 1360px) {
  .inter_bg>.bg{
    position: absolute;
    left:  -340px;
    min-width: 100vw;
    overflow: hidden;
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .inter_bg{
    width: 100%;
    margin-bottom: 0px;
  }

  .inter_bg>.bg{
    position: absolute;
    left:  -50px;
    min-width: 0;
    width: calc(100% + 100px);
    overflow: hidden;
    height: 100%;
  }

}

.inter_image>picture img{
  width: 100%;
  object-fit: cover;
}

.iframe_wrap{
  margin-top: 60px;
}
.main_slider .swiper-pagination-bullet{
  width: 60px;
  height: 2px;
  border-radius: 0;
  opacity: 1 !important;
  background: #fff;
}

.main_slider .swiper-pagination{
  align-items: center;
  display: flex;
  justify-content: flex-start;
  padding-left: 80px;
  bottom:55px;
}
.main_slider .swiper-pagination-bullet-active{
  width: 60px;
  height: 4px;
  border-radius: 0;
  opacity: 1 !important;
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .main_slider .swiper-pagination{
    padding-left: 50px;
    bottom:30px;
  }
}
@media screen and (max-width: 768px) {
  .main_slider .swiper-pagination{
    align-items: center;
    display: flex;
    justify-content: flex-start;
    padding-left: 20px;
    bottom:30px;
  }
  .main_slider .swiper-pagination-bullet{
    width: 30px;
  }
  .main_slider .swiper-pagination-bullet-active{
    width: 30px;
    height: 4px;
  }
}
.page_menu_wrap{
  max-width: 930px;
  border: 4px solid #003E92;
  padding: 7px;
  margin: 0px auto;
  border-radius: 60px;
}

.page_menu {
  position: relative;
}


.page_menu ul {
  position: relative;
  display: flex;
  z-index: 2;
}

.page_menu ul::after{
  width: 50%;
  height: 100%;
  background: #f10;
}

.page_menu ul > li {
  width: 50%;
}

.page_menu ul > li > a {
  display: block;
  position: relative;
  text-align: center;
  font-size: 2.4rem;
  line-height: 2.5;
  font-weight: bold;
  color: #003E92;
  border-radius: 40px;
  padding: 0.5em 0;
  font-weight: normal;
  text-decoration: none;
}

.page_menu ul > li.active a {
  color: #fff;
  transition: all 0.3s ease 0.2s;
}


.page_menu ul > li> a:hover{
  color: #fff;
  opacity: 1;
}

.page_menu .indicator {
  content: '';
  position: absolute;
  top: 0;
  left: 0%;
  width: 50%;
  height: 100%;
  background-color: #003E92;
  font-weight: bold;
  color: #ffffff;
  z-index: -1;
  border-radius: 40px;
   transition: all 0.3s ease;
} 

.page_products .page_menu_wrap{
  margin-bottom: 60px;
}

/* クラスで左右切り替え */
.page_menu.left-active .indicator {
  left: 0;
}
.page_menu.right-active .indicator {
  left: 50%;
}


.page_menu.left-active li a.active {
    color: #fff;
}

.page_menu.right-active li a,
.page_menu.left-active li a {
  color: #003E92;
}

.page_msg {
  font-size: 2rem;
  line-height: 2;
  margin: 56px 0;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1024px) {
    .page_msg {
      text-align: left;
    }
}

@media screen and (max-width: 768px) {
  .page_msg {
    margin: 30px 0;
    font-size: 1.8rem;
  }

  .page_menu_wrap{
    margin-bottom: 50px;
  }

  .page_menu ul{
    margin-bottom: 0px;
  }
  .page_menu ul > li > a {
    display: block;
    text-align: center;
    font-size:3.5vw;
  }

}

.item_group{
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
  gap:0 78px;
}

.item_box {
  width: calc((100% - 78px) / 2);
  margin-bottom: 80px;
}

.item_box .head {
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 4px solid #003E92;
}

.item_box .head .ttl {
  font-size: 4.8rem;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #003E92;
  font-family: var(--sub);
}

.item_box .head .ttl2 {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #003E92;
  font-family: var(--sub);
  text-align: left;
}


.item_box .head .msg {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 20px;
}

.item_box .img {
  text-align: center;
  margin-bottom: 38px;
}

.item_box .img img {
  max-width: 350px;
}

.item_box .img.img2 img {
  max-width: 268px;
}

.item_box .item_ttl {
  margin-bottom: 30px;
  font-size: 2rem;
  line-height: 1;
  color: #003E92;
  font-family: var(--sub);
}

.item_box .item_list {
  column-count: 2;
  column-gap: 40px;
  font-family: var(--sub);
}
.item_box .item_list > li {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 5px;
}
.item_box .item_msg{
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .item_group{
    display: block;
  }
    
  .item_box {
    width: 100%;
    margin-bottom: 60px;
  }

  .item_box .head {
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 4px solid #003E92;
  }

  .item_box .head .ttl {
    font-size: 3.8rem;
  }d

  .item_box .img {
    text-align: center;
    margin-bottom: 15px;
  }

  .item_box .img img {
    max-width: 350px;
  }

  .item_box .item_ttl {
    margin-bottom: 30px;
    font-size: 2rem;
    line-height: 1.3;
    color: #003E92;
    font-family: var(--sub);
  }

  .item_box .item_list {
    column-count: 2;
    column-gap: 40px;
    font-family: var(--sub);
  }

  .item_box .item_list > li {
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 5px;
  }

}
@media screen and (max-width: 600px) {
  .item_box .item_list {
    column-count: 1;
    column-gap: 0px;
    font-family: var(--sub);
  }
  
  .item_box .item_list > li {
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 5px;
  }

}

.page_items_handled .button_area,
.products_section1 .button_area{
  display: flex;
  justify-content: center;
  padding: 100px 10px;
  background:#F4F4F4;
  gap:20px
}
@media screen and (max-width: 768px) {
  .page_items_handled .button_area,
  .products_section1 .button_area{
    padding: 50px 10px;
    display: block;
  }
  .page_items_handled .button_area a,
  .products_section1 .button_area a{
    margin: 0 auto;
  }
  .page_items_handled .button_area a:nth-child(1),
  .products_section1 .button_area a:nth-child(1){
    margin-bottom: 20px;
  }
}

/*
トップ：見出し
*/
.top_ttl{
  color: #003E92;
  margin-bottom: 50px;
}

.top_ttl .en {
  font-size: 6rem;
  margin-bottom: 20px;
  line-height: 1;
  font-family: var(--sub);
  font-weight: 600;
  display: inline-block;
}

.top_ttl .jp {
  font-size: 2rem;
  line-height: 1;
}

/*
トップ：メインビジュアル
*/

.top_slider_wrap{
  position: relative;
}
.top_slider_wrap .box{
  position: absolute;
  top:50%;
  padding-right:10px;
  transform: translateY(-50%);
  z-index: 10;
  width: 100%;
}

.top_slider_wrap .wrap{
  display: flex;
  justify-content: flex-end;
}

.top_slider_wrap .box .ttl{
  font-weight: 500;
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: left;
  color: #fff;
}

@media screen and (max-width: 1024px) {

  .top_slider_wrap .box{
    position: absolute;
    top:50%;
  }

  .top_slider_wrap .box .ttl{
    font-weight: 500;
    font-size: 2.8rem;
    letter-spacing: 0.1em;
  }

}

@media screen and (max-width: 768px) {

  .top_slider_wrap .box{
    position: absolute;
    top:50%;
    padding-right:10px;
  }

  .top_slider_wrap .box .ttl {
    font-size: 5vw;
  }
}

.clr1{ color: #003E92;}

.headline_l2 {
  margin-bottom: 50px;
}

.headline_l2 .en {
  font-size: 4.8rem;
  line-height: 1.25;
  font-family: var(--sub);
  margin-bottom: 0.3em;
  font-weight: 600;
}

.headline_l2 .jp {
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .headline_l2 .en {
    font-size: 3.6rem;
    margin-bottom: 0.3em;
  }

  .headline_l2 .jp {
    font-size: 1.6rem;
    line-height: 1;
  }
}

/*
トップ：ニュース
*/
.top_section_news {
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
  z-index: 10;
}

.top_section_news .head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
  width: 100%;
  color: #003E92;
}


.top_section_news .head .more {
  position: relative;
  font-size: 1.8rem;
  line-height: 1;
  position: relative;
  font-weight: 500;
  padding-right: 1.5em;
  text-decoration: none;
}

.top_section_news .head .more::before{
  content: '';
  position: absolute;
  right: 6px;
  top: 5px;
  width: 0.6em;
  height: 0.6em;
  border-top: 1px solid #003E92;
  border-right: 1px solid #003E92;
  transform: rotate(45deg);
}

.top_section_news .news_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top_section_news .news_list > li {
  width: 48%;
  background-color: #F4F6FA;
  padding: 25px 30px;
}

.top_section_news .news_list > li > time {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  color: #003E92;
  display: block;
  margin-bottom: 10px;
  font-family: var(--sub);
}

.top_section_news .news_list > li > p {
  font-size: 1.8rem;
  line-height: 2;
  padding: 20px 0;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  
  .top_section_news .news_list {
    display: block;
  }

  .top_section_news .news_list > li {
    width: 100%;
    background-color: #F4F6FA;
    padding: 27px 30px;
    margin-bottom: 40px;
  }

  .top_section_news .news_list > li > time {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: bold;
    color: #003E92;
    display: block;
    margin-bottom: 10px;
    font-family: var(--sub);
  }

  .top_section_news .news_list > li > p {
    font-size: 1.8rem;
    line-height: 2;
    padding: 20px 0;
    font-weight: 500;
  }
}

/*
トップ：サービス
*/
.top_section_service{
  position: relative;
  z-index: 0;
  margin-top: -200px;
  padding-top: 250px;
  padding-bottom: 120px;
  color: #fff;
  background-size: cover;
  background-position: 0 0;
}

.top_section_service .head {
  display: flex;
  margin-bottom: 60px;
  color: #fff;
}

.top_section_service .head .box1{
  padding-right: 140px;
}

.top_section_service .head .box1 .top_ttl {
  color: #ffffff;
  margin-bottom: 0;
}

.top_section_service .head .box1 .top_ttl .en {
  font-size: 6.3rem;
}

.top_section_service .head .box1 .top_ttl  .jp {
  font-size: 2.3rem;
}

.top_section_service .head .box2 .msg {
  font-size: 2.6rem;
  line-height: 1.923;
  font-weight: 500;
}

.top_section_service .row {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.top_section_service .row .box2 {
  width: 500px;
  aspect-ratio: 500/468;
  position: relative;
}

.top_section_service .row .box2 .service_num{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.top_section_service .row .box2 .service_num:nth-child(1){
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.top_section_service .row .box2 .service_num.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.top_section_service .features_list{
  margin-top: -10px;
}

.top_section_service .features_list > a {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  color: #fff;
}
.top_section_service .features_list > a:last-child {
  margin-bottom: 0;
}

.top_section_service .features_list > a .icon {
  width: 150px;
}

.top_section_service .features_list > a .box {
  border-bottom: 1px solid #ffffff;
  width: calc(100% - 150px);
}

.top_section_service .features_list > a .icon img{
  width: 140px;
  display: block;
  margin-left: -10px;
}

.top_section_service .features_list > a .box .ttl {
  font-size: 2rem;
  line-height: 2;
  font-weight: 600;
  font-family: var(--sub);
}

.top_section_service .features_list > a .box .msg {
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 2.1rem;
}
@media screen and (max-width: 1200px) {
  .top_section_service .head .box1 {
    padding-right: 60px;
  }
    .top_section_service .row .box2 {
    width: 40%;
  }

  .top_section_service .features_list > a .box .msg {
    margin-bottom: 25px;
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 1024px) {
  .top_section_service {
      margin-top: -300px;
      padding-top: 250px;
      padding-bottom: 120px;
  }
  .top_section_service .head {
    display: block;
    margin-bottom: 30px;
  }

  .top_section_service .head .box1{
    padding-right: 50px;
  }

  .top_section_service .head .box1 .top_ttl {
    color: #ffffff;
    margin-bottom: 40px;
  }
/* 
  .top_section_service .head .box1 .top_ttl .en {
    font-size: 6.3rem;
  }

  .top_section_service .head .box1 .top_ttl  .jp {
    font-size: 2.3rem;
  }
    
*/


  .top_section_service .head .box2 .msg {
    font-size: 2.3rem;
      margin-bottom: 40px;
  } 

  .top_section_service .head .box1 {
    padding-right: 0px;
  }

  .top_section_service .row {
    flex-direction: column-reverse;
    width: 100%;
  }

  .top_section_service .row .box1{
    margin-bottom: 0px;
  }
  
  .top_section_service .row .box2 {
    margin-bottom: 40px;
    width: 100%;
  }

  .top_section_service .features_list{
    margin-top: -10px;
  }

  .top_section_service .features_list > a {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .top_section_service .features_list > a:last-child {
    margin-bottom: 0;
  }

  .top_section_service .features_list > a .icon {
    width: 150px;
  }

  .top_section_service .features_list > a .box {
    border-bottom: 1px solid #ffffff;
    width: calc(100% - 150px);
  }

  .top_section_service .features_list > a .icon img{
    width: 140px;
    display: block;
    margin-left: -10px;
  }

  .top_section_service .features_list > a .box .ttl {
    font-size: 2rem;
    line-height: 2;
    font-weight: 600;
    font-family: var(--sub);
  }

  .top_section_service .features_list > a .box .msg {
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 2.1rem;
  }
  .top_section_service .sp_img{
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .top_section_service .head {
    display: block;
    margin-bottom: 30px;
  }

  .top_section_service .head .box1{
    padding-right: 50px;
  }

  .top_section_service .head .box1 .top_ttl {
    color: #ffffff;
    margin-bottom: 40px;
  }
/* 
  .top_section_service .head .box1 .top_ttl .en {
    font-size: 6.3rem;
  }

  .top_section_service .head .box1 .top_ttl  .jp {
    font-size: 2.3rem;
  }
*/

  .top_section_service .head .box2 .msg {
    margin-bottom: 40px;
    font-size: 3.7vw;
  }

  .top_section_service .head .box1 {
    padding-right: 0px;
  }


  .top_section_service .features_list{
    margin-top: -5px;
  }

  .top_section_service .features_list > a {
    margin-bottom: 20px;
  }
  .top_section_service .features_list > a:last-child {
    margin-bottom: 0;
  }

  .top_section_service .features_list > a .icon {
    width: 80px;
  }

  .top_section_service .features_list > a .box {
    width: calc(100% - 80px)
  }

  .top_section_service .features_list > a .icon img{
    width: 80px;
    display: block;
    margin-left: -10px;
  }

  .top_section_service .features_list > a .box .ttl {
    font-size: 1.8rem;
    line-height: 2;
  }

  .top_section_service .features_list > a .box .msg {
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 1.8rem;
  }

  .top_section_service {
    margin-top: -300px;
    padding-top: 250px;
    padding-bottom: 60px;
  }
}

.top_section_ih {
  padding: 76px 0 136px;
  overflow: hidden;
}

.top_section_ih .wrap{
  max-width: none;
  min-width: 1380px;
  padding: 0;
  padding-left: 50px;
  margin-left: calc(50vw - 690px);
}

.top_section_ih .row {
  display: flex;
}

.top_section_ih .row .box1 {
  width: 416px;
}

.top_section_ih .row .box2 {
  width: calc(100% - 416px - (50vw - 690px));
  padding-left: 123px;

}

.top_section_ih .row .box2 .img_list{
  overflow-x: scroll;
  padding-top: 3px;
  padding-bottom: 15px;
  padding-right: 25px;
}

.top_section_ih .row .box2 .img_list::-webkit-scrollbar {
  height: 12px; 
}

.top_section_ih .row .box2 .img_list::-webkit-scrollbar-track {
  background:transparent;
}

.top_section_ih .row .box2 .img_list::-webkit-scrollbar-thumb {
  background-color: #CBCBCB; 
  border-radius: 10px;
}

.top_section_ih .row .box2 .img_list ul {
  display: flex;
  gap:40px;
}

.top_section_ih .row .box2 .img_list ul > li {
  min-width: 540px;
  padding: 5px;
  background: #fff;
}

.top_section_ih .row .box2 .img_list ul > li img{
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.top_section_ih .row .box1 .msg {
  font-size: 1.8rem;
  line-height: 2.2222;
  margin-bottom: 40px;
}

.top_section_ih .row .box1 .button_list > li:nth-child(1) {
  margin-bottom: 26px;
}
@media screen and (max-width: 1380px) {
  .top_section_ih .wrap{
    max-width: none;
    min-width: 0;
    padding: 0;
    width: 100%;
    padding-left: 50px;
    margin-left: 0;
  }
  .top_section_ih .row .box2 {
      width: calc(100% - 416px);
      padding-left: 60px;
  }
}

@media screen and (max-width: 1024px) {
  .top_section_ih .row {
    display: block;
  }

  .top_section_ih .row .box1 {
      width: 100%;
      padding-right: 50px;
  }

  .top_section_ih .row .box2 {
    width: 100%;
    padding-left: 0;
  }

  .top_section_ih .row .box1 .button_list{
    margin-bottom: 40px;
  }
  .top_section_ih .row .box1 .button_list >li>a{
    margin: 0 auto;
  }

}
@media screen and (max-width: 768px) {
   .top_section_ih .wrap{
    padding-left: 30px;
   }
  .top_section_ih .row {
    display: block;
  }

  .top_section_ih .row .box1 {
    width: 100%;
    padding-right: 30px;
  }
}

/*トップ：会社概要*/

.top_section_greetings{
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

.top_section_greetings::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  background: #F4F4F4;
}

.top_section_greetings .row {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.top_section_greetings .row .box1 {
  width: 416px;
}

.top_section_greetings .row .box1 .msg {
  font-size: 1.8rem;
  line-height: 2.2222;
  margin-bottom: 40px;
}

.top_section_greetings .row .box2 {
  width: 651px;
}

.top_section_greetings .section_list {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 40px;
}

.top_section_greetings .section_list > li {
  width: calc((100% - 120px) / 4);
}


.top_section_greetings .section_list > li p {
  font-size: 1.8rem;
  line-height: 1;
  padding-top: 10px;  
}

.top_section_greetings .section_list > li >a{
  text-decoration: none;
}


@media screen and (max-width: 1200px) {

  .top_section_greetings .row {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }

  .top_section_greetings .row .box1 {
    width: 45%;
  }

  .top_section_greetings .row .box1 .msg {
    font-size: 1.8rem;
    line-height: 2.2222;
    margin-bottom: 40px;
  }

  .top_section_greetings .row .box2 {
    width: 50%;
  }

  .top_section_greetings .section_list {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 40px;
  }

  .top_section_greetings .section_list > li {
    width: calc((100% - 120px) / 4);
  }

  .top_section_greetings .section_list > li p {
    font-size: 1.8rem;
    line-height: 1;
    padding-top: 10px;
  }
}

@media screen and (max-width: 1024px) {
  
  .top_section_greetings {
    padding-bottom: 100px;
  }
  .top_section_greetings .row {
    position: relative;
    z-index: 2;
    display: block;
    margin-bottom: 50px;
  }

  .top_section_greetings .row .box1 {
    width: 100%;
  }

  .top_section_greetings .row .box1 .msg {
    font-size: 1.8rem;
    line-height: 2.2222;
    margin-bottom: 40px;
  }

  .top_section_greetings .row .box1 a{
    margin:  auto;
  }
  
  .top_section_greetings .row .box1 .img_sp{
    margin-bottom: 40px;
  }

  .top_section_greetings .row .box2 {
    width: 100%;
  }

  .top_section_greetings .section_list {
    position: relative;
    z-index: 2;
    flex-wrap:wrap;
    justify-content: space-between;
    gap: 50px 68px;
  }

  .top_section_greetings .section_list > li {
    width: calc((100% - 68px) / 2);
  }

  .top_section_greetings .section_list > li p {
    font-size: 1.8rem;
    line-height: 1;
    padding-top: 10px;
  }
}
@media screen and (max-width: 600px) {
 .top_section_greetings .section_list {
    gap: 40px 30px;
  }
  .top_section_greetings .section_list > li {
    width: calc((100% - 30px) / 2);
  }
  .top_section_greetings {
    padding-bottom: 50px;
   }

}

.top_section_recruit{
  padding-bottom: 80px;
}
.top_section_recruit .row {
  display: flex;
  padding: 60px;
  border-radius: 20px;
  background-color: #003E92;
  color: #ffffff;
  align-items: center;
}

.top_section_recruit .row .box1 {
  width: 50%;
  color: #fff;
}

.top_section_recruit .row .box1 .top_ttl .en {
  color: #fff;
}

.top_section_recruit .row .box1 .top_ttl .jp {
  color: #fff;
}

.top_section_recruit .row .box1 .msg {
  font-size: 1.8rem;
  line-height: 2.2222;
  margin-bottom: 40px;
}

.top_section_recruit .row .box2 {
  width: 50%;
}

.top_section_recruit .row .box2 img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1250px) {

.top_section_recruit{
  padding-bottom: 80px;
}
.top_section_recruit .row {
  display: flex;
  padding: 50px;
}

.top_section_recruit .row .box1 {
  width: 50%;
  color: #fff;
  padding-right: 20px;
}

.top_section_recruit .row .box1 .top_ttl .en {
  color: #fff;
}

.top_section_recruit .row .box1 .top_ttl .jp {
  color: #fff;
}

.top_section_recruit .row .box1 .msg {
  font-size: 1.5vw;
  line-height: 2.2222;
  margin-bottom: 40px;
}

.top_section_recruit .row .box2 {
  width: 50%;
}

.top_section_recruit .row .box2 img {
  width: 100%;
  height: auto;
}

}

@media screen and (max-width: 1024px) {

  .top_section_recruit{
    padding-bottom: 80px;
  }
  .top_section_recruit .row {
    display: block;
    padding: 85px 44px 100px;
  }

  .top_section_recruit .row .box1 .img_sp{
    margin-bottom: 40px;
  }

  .top_section_recruit .row .box1 {
    width: 100%;
    color: #fff;
    padding-right: 0px;
  }

    .top_section_recruit .row .box1 a{
      margin: 0 auto;
    }

  .top_section_recruit .row .box1 .top_ttl .en {
    color: #fff;
  }

  .top_section_recruit .row .box1 .top_ttl .jp {
    color: #fff;
  }

  .top_section_recruit .row .box2 {
    width: 50%;
  }

  .top_section_recruit .row .box2 img {
    width: 100%;
    height: auto;
  }

  .top_section_recruit .row .box1 .msg {
    font-size: 1.8rem;
  }

  .top_section_greetings::after {
    height: 100%;
    background: #F4F4F4;
  }

  .top_section_greetings::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background: #f10;
  }
}

@media screen and (max-width: 768px) {

  .top_section_recruit{
    padding-bottom: 80px;
  }
  .top_section_recruit .row {
    display: block;
    padding: 50px 30px 50px;
  }
}

/*
リクルート
*/
.recruit_section{
  position: relative;
  padding-top: 60px;
}

.recruit_section .section_img {
  margin-bottom: 60px;
}

.recruit_section .row{
  display: flex;
  position: relative;
}

.recruit_text{
  position: absolute;
  right: 0;
  bottom:0;
  margin-bottom: -0.1em;
  font-size: 28.4rem;
  font-weight: 600;
  font-family: var(--sub);
  color: #003E92;
  opacity: 0.03;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
  letter-spacing: 0.1em;
  z-index: -1;
}

.recruit_section .row .box1 {
  width: 50%;
}

.recruit_section .row .box1 .label {
  font-size: 1.6rem;
  line-height: 1;
  color: #003E92;
  margin-bottom: 16px;
  font-weight: 400;
}

.recruit_section .row .box1 h2.ttl {
  font-size: 2.4rem;
  line-height: 2.0833;
  font-weight: 500;
}

.recruit_section .row .box2 {
  width: 47.5%;
}

.recruit_section .row .box2 .msg {
  font-size: 1.8rem;
  line-height: 2.2222;
}
  
@media screen and (max-width: 1360px) {
  .recruit_text{
    font-size: 20vw;
  }
}
@media screen and (max-width: 1024px) {
  .recruit_section{
    position: relative;
    padding-top: 40px;
  }

  .recruit_section .section_img {
    margin-bottom: 40px;
  }

  .recruit_section .row{
    display: block;
  }

  .recruit_text{
    position: absolute;
    right: -40px;
    bottom:0;
    margin-bottom: -0.1em;
    font-size: 20vw;
  }

  .recruit_section .row .box1 {
    width: 100%;
    margin-bottom: 50px;
  }

  .recruit_section .row .box1 .label {
    font-size: 1.6rem;
    line-height: 1;
    color: #003E92;
    margin-bottom: 16px;
    font-weight: 400;
  }

  .recruit_section .row .box1 h2.ttl {
    font-size: 2.4rem;
    line-height: 2.0833;
    font-weight: 500;
  }

  .recruit_section .row .box2 .msg {
    font-size: 1.8rem;
    line-height: 2.2222;
  }

  .recruit_section .row .box2 {
    width: 100%;
  }

}
@media screen and (max-width: 768px) {
  .recruit_section .row .box1 h2.ttl {
    font-size: 4.8vw;
  }

  .recruit_section_message {
    position: relative;
    z-index: 2;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.recruit_section_about{
  padding-bottom: 60px;
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .recruit_section_about{
    padding-bottom: 40px;
    padding-top: 0;
  }
}

.recruit_section_requirements {
  color: #003E92;
  font-weight: 500;
  padding-top: 60px;
  padding-bottom: 55px;
  position: relative;
}

.recruit_section_requirements .box{
  position: relative;
  z-index: 4;
}

.recruit_section_requirements .catch {
  font-size: 2.8rem;
  line-height: 2.1428;
  margin-bottom: 35px;
  font-weight: 500;
}

.recruit_section_requirements .order_list {
  display: flex;
  flex-direction: column;
  margin-bottom: 55px;
}

.recruit_section_requirements .order_list > li {
  display: flex;
  align-items: center;
  padding: 16px 0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(159, 187, 224, 0.16);
  margin-bottom: 12px;
}

.recruit_section_requirements .order_list > li .num {
  width: 66px;
  border-right: 1px solid #CBCBCB;
  text-align: center;
  font-family: var(--sub);
  font-size: 2.4rem;
  line-height: 1;
}

.recruit_section_requirements .order_list > li .text {
  width: calc(100% - 66px);
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.6;
}

.recruit_section_requirements .ttl2 {
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 24px;
}

.recruit_section_requirements .msg {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 30px;
}

.recruit_section_requirements .img_list {
  display: flex;
  gap: 30px;
}

.recruit_section_requirements .img_list > li {
  width: calc((100% - 60px) / 3);
}

.recruit_section_requirements .img_list > li img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {

  
.recruit_section_requirements {
  padding-top: 30px;
  padding-bottom: 40px;
  position: relative;
}


  .recruit_section_requirements .catch {
    font-size: 2.2rem;
    line-height: 2.1428;
    margin-bottom: 35px;
    font-weight: 500;
  }

  .recruit_section_requirements .order_list {
    display: block;
    margin-bottom: 40px;
  }

  .recruit_section_requirements .order_list > li {
    margin-bottom: 12px;
    align-items: flex-start;
  }

  .recruit_section_requirements .order_list > li .num {
      width: 66px;
      border-right: 0;
      text-align: center;
      font-family: var(--sub);
      font-size: 2.4rem;
      line-height: 1;
      margin-top: 2px;
  }

  .recruit_section_requirements .order_list > li .text {
    width: calc(100% - 66px);
    padding-left: 20px;
    border-left: 1px solid #CBCBCB;
  }

  .recruit_section_requirements .ttl2 {
    font-size: 2rem;
    line-height: 2;
    margin-bottom: 24px;
  }

  .recruit_section_requirements .msg {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 30px;
  }
  
}
@media screen and (max-width: 768px) {
  
  .recruit_section_requirements .img_list {
    display: block;
  }

  .recruit_section_requirements .img_list > li {
    width: 100%;
    margin-bottom: 20px;
  }

  .recruit_section_requirements .img_list > li img {
    width: 100%;
    height: auto;
    display: block;
  }
}

.recruit_section_jd {
  position: relative;
  padding: 0 0 60px;
  color: #003E92;
  font-weight: 500;
}

.recruit_section_jd .order_list {
  /* display: flex; */
  flex-wrap: wrap;
  margin-bottom: 45px;
  /* column-count: 2; */
  column-gap: 40px;
}

.recruit_section_jd .order_list > li {
  margin-bottom: 12px;
  padding: 16px 0;
  display: flex;
  /* width: calc((100% - 40px) / 2); */
  width:100%;
  box-shadow: 0px 3px 6px rgba(159, 187, 224, 0.16);
  align-items: center;
}

.recruit_section_jd .order_list > li .num {
  width: 40px;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  font-family: var(--sub);
   border-right: 1px solid #CBCBCB;
}

.recruit_section_jd .order_list > li .text {
  width: calc(100% - 40px);
  font-size: 1.6rem;
  line-height: 2;
  padding-left: 16px;
}

.recruit_section_jd .msg {
  margin-bottom: 40px;
  font-size: 1.6rem;
  line-height: 2;
}

.recruit_section_jd .task_list{
  margin-bottom: 0px;
}

.recruit_section_jd .task_list > li {
  margin-bottom: 12px;
  padding: 16px 0;
  color: #ffffff;
  background-color: #003E92;
  border-radius: 12px;
  display: flex;
  align-items: center;
}

.recruit_section_jd .task_list > li .num {
  width: 90px;
  font-size: 2rem;
  line-height: 1;
  padding-left: 16px;
  border-right: 1px solid #CBCBCB;
}

.recruit_section_jd .task_list > li .text {
  width: calc(100% - 90px);
  font-size: 1.6rem;
  line-height: 2;
  padding-left: 16px;
}

.recruit_section_jd .img{
  margin-bottom: 55px;
}

.recruit_section_jd .box{
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 1024px) {

  .recruit_section_jd {
    padding: 0 0 40px;
  }

  .recruit_section_jd .order_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
    column-count: 1;
    column-gap: 40px;
  }

  .recruit_section_jd .order_list > li {
    margin-bottom: 12px;
    padding: 16px 0;
    width: 100%;
    align-items: flex-start;
  }

  .recruit_section_jd .order_list > li .num {
    width: 40px;
    font-size: 2rem;
    line-height: 1;
    text-align: center;
    font-family: var(--sub);
    border-right: 0;
    margin-top: 0px;
  }

  .recruit_section_jd .order_list > li .text {
    width: calc(100% - 40px);
    font-size: 1.6rem;
    line-height: 1.6;
    padding-left: 16px;
    border-left: 1px solid #CBCBCB;
  }

  .recruit_section_jd .msg {
    margin-bottom: 40px;
    font-size: 1.6rem;
    line-height: 2;
  }

  .recruit_section_jd .task_list{
    margin-bottom: 0px;
  }

  .recruit_section_jd .task_list > li {
    margin-bottom: 12px;
    padding: 16px;
    color: #ffffff;
    background-color: #003E92;
    border-radius: 12px;
    display: block;
  }

  .recruit_section_jd .task_list > li .num {
    width: auto;
    padding-bottom: 10px;
    text-align: left;
    font-size: 2rem;
    line-height: 1;
    padding-left: 0;
    border-right: 0;
    border-bottom: 1px solid #CBCBCB;
    margin-bottom: 10px;
  }

  .recruit_section_jd .task_list > li .text {
    width: 100%;
    font-size: 1.6rem;
    line-height: 2;
    padding-left: 0px;
  }

  .recruit_section_jd .img{
    margin-bottom: 55px;
  }

  .recruit_section_jd .box{
    position: relative;
    z-index: 10;
  }

}

.recruit_section_message {
    position: relative;
    z-index: 2;
    padding-top: 40px;
    padding-bottom: 40px;
}

.recruit_section_message .img{
  margin-bottom: 50px;
}

.recruit_section_guidelines{
  padding-bottom: 60px;
}
.recruit_section_apply{
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .recruit_section_guidelines {
    padding-bottom: 0px;
  }
}

#search-controls .row{
  display: flex;
  align-items: center;
  gap:18px;
  margin-bottom: 30px;
}

#search-controls .row .ttl{
  font-size: 2rem;
  color: #003E92;
  font-weight: bold;
  font-family: var(--sub);
  white-space: nowrap;
}

#search-controls .row input[type="text"] {
  width: 300px;
  height: 46px;
}


/*主な取り扱い精神*/
.products_section1 .msg{
  text-align: center;
  font-weight:500;
  font-size: 2rem;
  margin-bottom: 60px;
}

#csvTable_filter{
  display: none;
}

.csv_table_wrap{
  position: relative;
}

.dataTables_wrapper 
.dataTables_length.disabled,

.dataTables_wrapper 
.dataTables_length.disabled select{
  pointer-events: none;
  cursor: default;
}

.dataTables_wrapper 
.dataTables_length{
    position: absolute;
    right: 0;
    top: -67px;
    display: flex;
    align-items: center;
}

.dataTables_wrapper 
.dataTables_length>label{
  position: relative;
  height: 30px;
  width: 66px;
  padding-left: 0px;
  overflow: hidden;
  text-indent: 100%;
}

.dataTables_wrapper 
.dataTables_length>label::before {
  content: '';
  position: absolute;
  right: 10px;
  top: 10px;
  width: 5px;
  height: 12px;
  z-index: 2;
  background: url(../svg/select_arw.svg) no-repeat 0 0 / 5px;
  pointer-events: none;
}

.dataTables_wrapper 
.dataTables_length >label> select {
  position: absolute;
  display: block;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  padding: 0 17px 0 10px ;
  cursor: pointer;
  white-space: nowrap;
  border: none;
  box-sizing: border-box;
  z-index: 1;
  font-size: 1.6rem;
  border-radius: 5px;
  color: #333333;
  border:1px solid #ccc;
  background: linear-gradient(#f8f8f8 0%, #e6e6e6 100%);
  border: 1px solid #cbcbcb;
  border-radius: 8px;
}

table.dataTable{
  border:1px solid #CBCBCB;
  font-family: var(--sub);
  margin-bottom: 40px;
}

table.dataTable tr th{
  width: 50%;
  background: #003E92;
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 5px 20px;
}

table.dataTable tr th:nth-child(1){
  font-family: var(--sub);
}

table.dataTable tr th:nth-child(2){
  background: #6E84A2;
  font-weight: 500;
}

table.dataTable.row-border>tbody>tr>th, table.dataTable.row-border>tbody>tr>td, table.dataTable.display>tbody>tr>th, table.dataTable.display>tbody>tr>td {
    border-top: 1px solid #CBCBCB;
    padding: 5px 20px;
}

table.dataTable.stripe>tbody>tr.odd>*, table.dataTable.display>tbody>tr.odd>* {
  /* box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023); */
  /* box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.023);*/
  box-shadow:none;
}

table.dataTable tr td:nth-child(1){
  background: #F2F7FF !important;
}

.dataTables_wrapper .dataTables_paginate span{
  display: flex;
  gap:8px;
  align-items: center;
}

.dataTables_wrapper .dataTables_paginate span .paginate_button.current{
  color:#fff !important;
}
.dataTables_wrapper .dataTables_paginate span .paginate_button.current:hover{
  color:#fff !important;
  opacity: 0.5 !important;
  background: #003E92 !important;
}

.dataTables_wrapper .dataTables_paginate span .paginate_button:hover{
  color:#fff !important;
  opacity: 0.5 !important;
  background: #A1A4A7 !important;
  border: 1px transparent solid !important;
}

.dataTables_wrapper .dataTables_paginate span .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 36px;
    height: 46px;
    line-height: 46px;
    margin: 0;
    padding: 0;
    margin-left: 0px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: inherit !important;
    border: 1px solid transparent;
    border-radius: 0;
    background: #A1A4A7;
    font-size: 1.8rem;
    font-family: var(--sub);
    color: #fff !important;
  }

  .dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 0.5em;
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #003E92;
    border: 1px solid transparent;
  }

  .dataTables_wrapper .dataTables_paginate{
    float: none;
    display: flex;
    text-align: right;
    padding-top: .25em;
    justify-content: flex-end;
  }

  .paginate_button.next,
  .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #2F2F2F !important;
  } 

  .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    font-family: var(--sub);
  }

  @media screen and (max-width: 1024px) {
    .products_section1 .msg {
      font-size: 1.8rem;
      margin-bottom: 40px;
    }

    .dataTables_wrapper .dataTables_length {
      top: 0px;
      position: static;
      margin-bottom: 30px;
    }

    #search-controls .row {
        gap: 10px;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    #search-controls .row input[type="text"] {
      width: 100%;
    }

    .dataTables_wrapper .dataTables_info {
        clear: both;
        float: none;
    }

    .dataTables_wrapper .dataTables_paginate {
      justify-content: center;
    }

    .dataTables_wrapper .dataTables_paginate span .paginate_button {
        min-width: 25px;
        height: 35px;
        line-height: 35px;
        margin: 0;
        padding: 0;
        margin-left: 0px;
        text-align: center;
        text-decoration: none !important;
        cursor: pointer;
        color: inherit !important;
        border: 1px solid transparent;
        border-radius: 0;
        background: #A1A4A7;
        font-size: 1.5rem;
        font-family: var(--sub);
        color: #fff !important;
    }

    .paginate_button.next, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
      font-size: 1.2rem;
    }

    .dataTables_wrapper .dataTables_paginate .ellipsis {
        padding: 0;
    }

    .dataTables_wrapper .dataTables_paginate span {
      display: flex;
      gap: 6px;
      align-items: center;
    }
    
  }

  .items_handled_head{
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
  }

  .items_handled_head img{
    max-width: 536px;
  }

/*船舶関連部品*/
.items_handled_section .drw_block {
  border-radius: 24px 24px 0 0;
  margin-bottom: 80px;
}

.items_handled_section .drw_head {
  position: relative;
  text-align: center;
  font-size: 2.4rem;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background: #003E92;
  color: #fff;
  border-radius: 24px;
  cursor: pointer;
}
.items_handled_section .open .drw_head{
  border-radius: 24px 24px 0 0;
}
.items_handled_section .drw_head::after{
  content: "";
  content: '';
  position: absolute;
  right: 30px;
  top: 39px;
  width: 18px;
  height: 18px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-135deg);
}

.items_handled_section .open .drw_head::after{
  top: 29px;
  transform: rotate(45deg);
}

.items_handled_section .drw_body {
  padding: 40px 60px 10px;
  border-radius: 0 0 24px 24px; 
  background: #FCFDFF;
}

.items_handled_section .drw_body .row {
  display: flex;
  gap: 78px;
}

.items_handled_section .drw_body .row .box {
  width: calc((100% - 78px) / 2);
}

.items_handled_section .drw_body .row .box p {
  font-size: 1.6rem;
  line-height: 2.25;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 1024px) {
  .items_handled_section .drw_block {
    margin-bottom: 50px;
  }

  .items_handled_section .drw_head::after{
    width: 14px;
    height: 14px;
  }

  .items_handled_section .drw_head {
    font-size: 2rem;
  }

  .items_handled_section .drw_body{
    padding: 20px;
  }

  .items_handled_section .drw_body .row {
    display: flex;
    flex-wrap: wrap;
    gap:40px;
  }

  .items_handled_section .drw_body .row .box {
    width: 100%;
  }

  .item_box .head .ttl2 {
    font-size: 2.4rem;
  }
}


@media screen and (max-width: 768px) {
  .items_handled_section .drw_head::after{
    width: 14px;
    height: 14px;
  }

  .items_handled_section .drw_head {
    font-size: 2rem;
  }

  .items_handled_section .drw_body{
    padding: 20px 10px;
  }
}

/* 
モーダル 
*/
.modal_overlay {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
}

.modal_overlay.active {
  visibility: visible;
  opacity: 1;
}

.modal_content {
  background: transparent;
  padding: 80px 20px;
  max-width: none;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: relative;
  transform: translateY(0px);
  transition: transform 0.3s ease;
}

.modal_overlay.active .modal_content {
  transform: translateY(0);
}

.scroll_lock {
  overflow: hidden;
}

.hidden_content {
  display: none;
}
.modal_block{
  position: relative;
  pointer-events: all;
  max-width: 1160px;
  margin: 0 auto;
  background: #fff;
}

.modal_block .close {
    width: 48px;
    height: 48px;
    position: absolute;
    right: 3px;
    top: -63px;
    background: url(../svg/close.svg) no-repeat 50% 50% / 100%;
}

.modal_block_head {
  height: 134px;
  color: #fff;
  background: #003E92;
  text-align: center;
  padding-top: 40px;
}
.modal_block_head .jp {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 15px;
  display: block;
}
.modal_block_head .en {
  font-size: 2.0rem;
  line-height: 1;
  font-weight: 500;
  font-family: var(--sub);
}
.modal_block_body {
  padding: 60px 80px;
}
.modal_block_body .row {
  display: flex;
  gap: 50px;
  margin-bottom: 50px;
}
.modal_block_body .row .box2,
.modal_block_body .row .box1{
  width: calc(( 100% - 50px) / 2);
}

.modal_block_body .row .box2 .img{
  margin-bottom: 10px;
}

.modal_block_body .row .box1 p,
.modal_block_body .row .box2 p {
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 500;
}
.modal_block_body .group {
  padding: 0 0 50px;
}
.modal_block_body .group .ttl {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 500;
  border-bottom: 4px solid #003E92;
  color: #003E92;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.modal_block_body .group .box {
  background: #F4F4F4;
  padding: 20px;
}

.modal_block_body .group .m_list > li {
  padding-left: 1em;
  text-indent: -1em;
}

.modal_block_body .group .msg {
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 500;
}
.modal_block_body .button {
  height: 113px;
  width: 229px;
  border-radius: 56.5px;
  background: #003E92;
  display:flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.modal_block_body .button .jp,
.modal_block_body .button .en {
  font-size: 2.4rem;
  display: block;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .modal__container {
    padding: 110px 10px 50px;
    pointer-events: none;
  }

  .modal_block_head {
    height: 90px;
    padding-top: 20px;
  }

  .modal_block_head .jp {
    margin-bottom: 8px;
  }

  .modal_block .close {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 3px;
    top: -32px;
    background: url(../svg/close.svg) no-repeat 50% 50% / 100%;
  }

  .modal_block_body .row {
    display: flex;
    flex-wrap:wrap;
    gap: 40px;
    margin-bottom: 40px;
  }

  .modal_block_body {
    padding: 30px 30px;
  }

  .modal_block_body .row .box2,
  .modal_block_body .row .box1{
    width: 100%;
  }

  .modal_block_body .group .ttl {
    font-size: 2rem;
    margin-bottom: 25px;
    padding-bottom: 15px;
  }

  .modal_block_body .button {
  height: 80px;
  width: 190px;
  border-radius: 56.5px;
  background: #003E92;
  display:flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.modal_block_body .button .jp,
.modal_block_body .button .en {
  font-size: 2rem;
  display: block;
  line-height: 1.5;
}


}

  .map-img{
    display: flex;
  }

  .map-img .left{
    max-width: 680px;
    margin-right: 50px;
    width: 68.68%;
  }

  .map-img .right{
    max-width: 260px;
    width: 31.32%;
  }

  @media screen and (max-width: 768px) {
     .map-img{
      display: block;
    }
    .map-img .left{
      max-width: none;
      width: 100%;
    }
    .map-img .right{
      max-width: 400px;
      width: 100%;
      margin: 0 auto;
  }

  }
