@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  vertical-align: baseline;
  box-sizing: border-box;
  color: #222;
  font-weight: 500;
}

html {
  line-height: 1;
  letter-spacing: 0.05rem;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 0;
  tab-size: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

a {
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, picture {
  display: block;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

.oswald {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

.roboto {
  font-family: 'Roboto', sans-serif;
}

p {
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
  }
}

header {
  width: 100%;
  height: 70px;
  padding-left: 30px;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 5;
}
@media screen and (max-width: 1150px) {
  header {
    padding-left: 10px;
  }
}
header .header {
  width: 100%;
  height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header .logo_area {
  display: grid;
  grid-template-columns: 157px 1fr;
  align-items: flex-end;
  gap: 0 10px;
}
@media screen and (max-width: 1150px) {
  header .header .logo_area {
    grid-template-columns: calc(157px * 0.8) 1fr;
    gap: 0 calc(10px * 0.8);
  }
}
@media screen and (max-width: 860px) {
  header .header .logo_area {
    grid-template-columns: 99px 1fr;
    align-items: flex-end;
    gap: 0 6px;
    position: relative;
    z-index: 10;
  }
}
header .header .logo_area .logo {
  width: 100%;
}
@media screen and (max-width: 860px) {
  header .header .logo_area .logo {
    background: url(../img/common/logo_w.svg) no-repeat left top;
    background-size: cover;
  }
  header .header .logo_area .logo img {
    transition: all 0s;
  }
}
header .header .logo_area .site_name {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 1150px) {
  header .header .logo_area .site_name {
    font-size: calc(16px * 0.8);
  }
}
@media screen and (max-width: 860px) {
  header .header .logo_area .site_name {
    font-size: 10px;
  }
}
header .header .nav_area {
  height: inherit;
}
@media screen and (max-width: 860px) {
  header .header .nav_area {
    width: 100vw;
    height: 100svh;
    position: fixed;
    top: 0;
    left: 0;
    background: #0A50A1;
    z-index: 9;
    overflow-y: scroll;
    translate: 0 -115vh;
    transition: all .3s;
  }
}
header .header .nav_area nav {
  display: flex;
  height: inherit;
  align-items: center;
  gap: 0 30px;
}
@media screen and (max-width: 1150px) {
  header .header .nav_area nav {
    gap: 0 15px;
  }
}
@media screen and (max-width: 860px) {
  header .header .nav_area nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 70px 0;
    padding: 30vw 10px 40px;
    height: auto;
  }
}
header .header .nav_area nav .global_menu {
  display: flex;
  gap: 0 40px;
}
@media screen and (max-width: 1150px) {
  header .header .nav_area nav .global_menu {
    gap: 0 10px;
  }
}
@media screen and (max-width: 860px) {
  header .header .nav_area nav .global_menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    padding: 0;
    gap: 12vw 10px;
  }
}
header .header .nav_area nav .global_menu .list .btn {
  font-size: 14px;
  display: block;
  width: fit-content;
  position: relative;
}
header .header .nav_area nav .global_menu .list .btn:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #0A50A1;
  transition: all .3s;
}
@media screen and (max-width: 860px) {
  header .header .nav_area nav .global_menu .list .btn {
    font-size: 15px;
    color: #FFF;
  }
}
@media (any-hover: hover) {
  header .header .nav_area nav .global_menu .list .btn:hover:after {
    width: 100%;
  }
}
/* 表示中ページのグロナビに下線 */
@media screen and (min-width: 768px) {
body.page-id-86 header .global_menu .list:nth-child(2) .btn:after,
body.page-template-business header .global_menu .list:nth-child(3) .btn:after,
body.post-type-archive-product header .global_menu .list:nth-child(4) .btn:after,
body.single-product header .global_menu .list:nth-child(4) .btn:after,
body.page-id-155 header .global_menu .list:nth-child(5) .btn:after,
body.page-template-benefits header .global_menu .list:nth-child(5) .btn:after,
body.page-template-recruit header .global_menu .list:nth-child(6) .btn:after,
body.single-staff header .global_menu .list:nth-child(6) .btn:after,
body.page-id-228 header .global_menu .list:nth-child(6) .btn:after,
body.page-template-faq header .global_menu .list:nth-child(7) .btn:after,
body.post-type-archive-news header .global_menu .list:nth-child(8) .btn:after,
body.single-news header .global_menu .list:nth-child(8) .btn:after {
width: 100%;
}
}
header .header .nav_area nav .global_menu .list .btn.tab {
  display: none;
}
@media screen and (max-width: 860px) {
  header .header .nav_area nav .global_menu .list .btn.tab {
    display: block;
  }
}
header .header .nav_area nav .contact_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: inherit;
  font-size: 14px;
  color: #FFF;
  background: #0A50A1;
}
@media screen and (max-width: 1150px) {
  header .header .nav_area nav .contact_btn {
    width: calc(180px * 0.8);
  }
}
@media screen and (max-width: 860px) {
  header .header .nav_area nav .contact_btn {
	display:none;
/*
    width: 50%;
    height: auto;
    justify-content: flex-start;
    font-size: 15px;
*/
  }
}
@media (any-hover: hover) {
  header .header .nav_area nav .contact_btn:hover {
    background: #757575;
  }
}
header .header .nav_area .is_contact {
  display: none;
}
@media screen and (max-width: 860px) {
  header .header .nav_area .is_contact {
    display: flex;
  }
}

.menu {
  width: 40px;
  height: 40px;
  position: relative;
  position: absolute;
  top: 10px;
  right: 0;
  display: none;
  z-index: 11;
}
@media screen and (max-width: 860px) {
  .menu {
    display: block;
  }
}
.menu .bar {
  width: 20px;
  height: 1px;
  background: #222;
  position: absolute;
  left: 50%;
  translate: -50% 0;
}
.menu .bar:nth-of-type(1) {
  top: 15px;
}
.menu .bar:nth-of-type(2) {
  top: 20px;
}
.menu .bar:nth-of-type(3) {
  bottom: 14px;
}

main{margin-top:70px;}

footer {
  padding: 65px 30px 50px;
}
@media screen and (max-width: 860px) {
  footer {
    padding: 65px 10px 50px;
  }
}
footer .footer {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  footer .footer {
    flex-direction: column;
    justify-content: flex-start;
  }
}
footer .footer .logo_area {
  display: grid;
  grid-template-columns: 157px 1fr 51px;
  width: fit-content;
  gap: 16px;
}
@media screen and (max-width: 860px) {
  footer .footer .logo_area {
    grid-template-columns: 127px 1fr 71px;
  }
}
@media screen and (max-width: 860px) and (max-width: 860px) {
  footer .footer .logo_area {
    gap: 6px;
  }
}

footer .footer .logo_area .logo {
  display: block;
  width: 157px;
}
@media screen and (max-width: 860px) {
  footer .footer .logo_area .logo {
    width: 100%;
  }
}
footer .footer .logo_area .site_info {
  font-weight: 700;
  line-height: 1;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 860px) {
  footer .footer .logo_area .site_info {
    font-size: 13px;
  }
}
footer .footer .logo_area .site_info .iso_license {
  font-weight: 500;
  font-size: 13px;
  display: block;
}
@media screen and (max-width: 860px) {
  footer .footer .logo_area .site_info .iso_license {
    font-size: 11px;
  }
}
footer .footer .logo_area .license_badge {
  width: 51px;
}
@media screen and (max-width: 860px) {
  footer .footer .logo_area .license_badge {
    padding-left: 20px;
    width: 71px;
  }
}
footer .footer nav {
  display: flex;
  flex-direction: column;
  gap: 21px;
}
@media screen and (max-width: 860px) {
  footer .footer nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
    gap: 50px;
  }
}
footer .footer nav .global_menu {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
}
@media screen and (max-width: 860px) {
  footer .footer nav .global_menu {
    display: contents;
  }
}
footer .footer nav .global_menu .list .btn {
  font-size: 15px;
}
@media (any-hover: hover) {
  footer .footer nav .global_menu .list .btn:hover {
    color: #757575;
  }
}
footer .footer_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 30px;
}
@media screen and (max-width: 860px) {
  footer .footer_info {
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
  }
}
footer .footer_info .information {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 860px) {
  footer .footer_info .information {
    flex-direction: column;
    width: 100%;
    gap: 32px;
  }
}
footer .footer_info .information .location_base .base_name {
  font-weight: 700;
}
footer .footer_info .information .location_base .base_name + .info_text {
  margin-top: 12px;
}
footer .footer_info .information .location_base .info_text {
  font-size: 13px;
  color: #757575;
  line-height: 1.5;
}
footer .footer_info .copyright {
  font-size: 14px;
  color: #757575;
}
@media screen and (max-width: 860px) {
  footer .footer_info .copyright {
    margin-top: 50px;
    text-align: center;
  }
}

.more_btn {
  min-width: 110px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 45px;
  border: 1px solid #FFF;
  font-size: 15px;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .more_btn {
    height: 50px;
  }
}
.more_btn:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 11px;
  translate: 0 -50%;
  width: 5px;
  height: 9px;
  background: url(../img/common/more_arow.svg) no-repeat left top;
  background-size: 5px 9px;
}
@media (any-hover: hover) {
  .more_btn:hover {
    background: #FFF;
    color: #0A50A1;
  }
  .more_btn:hover:after {
    background: url(../img/common/more_arow_b.svg) no-repeat left top;
    background-size: 5px 9px;
  }
}

section .container {
  padding: 80px 20px;
}
@media screen and (max-width: 767px) {
  section .container {
    padding: 50px 10px 70px;
  }
}
section .container .contents {
  width: 100%;
  max-width: 1026px;
  margin-inline: auto;
}
section.template, section:has(.product_list), section:has(.news_list_wrap), section:has(.faq_list) {
  padding-bottom: 200px;
}
section.bottom_section {
  background: #F5F5F5;
}
section.bottom_section .container {
  padding-top: 0;
}
section.bottom_section .container .contents_title_en {
  position: absolute;
  top: 0;
  left: 43px;
  color: #09478F;
  font-size: clamp(60px, 9.2081vw, 100px);
}
@media screen and (max-width: 767px) {
  section.bottom_section .container .contents_title_en {
    left: 0;
    right: 0;
    margin-inline: auto;
    top: -6vw;
    width: fit-content;
  }
}
section.bottom_section .container .contents {
  max-width: 1086px;
}
section.bottom_section .container .contents .contact_area {
  background: #0A50A1;
  display: grid;
  grid-template-columns: 321px 1fr;
  grid-template-columns: 25vw 1fr;
  align-items: center;
  padding: 70px 60px 76px 0;
  position: relative;
  translate: 0 -130px;
}
@media screen and (max-width: 860px) {
  section.bottom_section .container .contents .contact_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 15px 70px;
    overflow: hidden;
  }
}
section.bottom_section .container .contents .contact_area .hgroup {
  display: flex;
  justify-content: left;
  position: relative;
  z-index: 1;
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
section.bottom_section .container .contents .contact_area .hgroup {
  padding-left: 0;
}
}
section.bottom_section .container .contents .contact_area .hgroup .contents_title {
  color: #FFF;
  border-bottom: 3px solid #FFF;
  font-size:25px;
  margin: 0;
}
section.bottom_section .container .contents .contact_area .contact_info {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  section.bottom_section .container .contents .contact_area .contact_info {
    margin-top: 32px;
  }
}
section.bottom_section .container .contents .contact_area .contact_info .info_text {
  color: #FFF;
}
@media screen and (max-width: 767px) {
  section.bottom_section .container .contents .contact_area .is_contact {
    padding: 0;
  }
}
section.bottom_section .container .contents .recruit_banner {
  max-width: 805px;
  margin-top: -80px;
  margin-inline: auto;
  display: block;
}

.is_contact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 27px;
}
@media screen and (max-width: 860px) {
  .is_contact {
    display: flex;
    flex-direction: column;
    padding: 0 25px 70px;
    align-items: center;
    width: 100%;
    gap: 30px 0;
  }
}
.is_contact .in_contact {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
}
@media screen and (max-width: 860px) {
  .is_contact .in_contact {
    width: fit-content;
  }
}
.is_contact .tel_area .tel {
  font-size: clamp(30px, 3.41131vw, 35px);
  color: #FFF;
  font-weight: 700;
  padding-left: 50px;
  position: relative;
  width: 100%;
}
.is_contact .tel_area .tel:before, .is_contact .tel_area .tel:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  translate: 0 -50%;
}
.is_contact .tel_area .tel:before {
  width: 14px;
  height: 14px;
  background: url(../img/common/icon_tel.svg) no-repeat left top;
  background-size: 14px 14px;
  z-index: 1;
  left: 10px;
}
.is_contact .tel_area .tel:after {
  width: 35px;
  height: 35px;
  background: #FFF;
  border-radius: 100%;
  left: 0;
}
.is_contact .tel_area .caption {
  font-size: 13px;
  color: #FFF;
}
.is_contact .mainl_area .mail_item {
  position: relative;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 45px;
  border: 1px solid #FFF;
  translate: 0 5px;
}
@media screen and (max-width: 860px) {
  .is_contact .mainl_area .mail_item {
    padding: 0 10vw 0 62px;
    justify-content: center;
  }
}
.is_contact .mainl_area .mail_item .in_text {
  font-size: clamp(17px, 1.94932vw, 20px);
  color: #FFF;
  padding-left: 67px;
}
@media screen and (max-width: 860px) {
  .is_contact .mainl_area .mail_item .in_text {
    padding-left: 0;
  }
}
.is_contact .mainl_area .mail_item .in_text:before, .is_contact .mainl_area .mail_item .in_text:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  translate: 0 -50%;
}
.is_contact .mainl_area .mail_item .in_text:before {
  width: 15px;
  height: 13px;
  background: url(../img/common/icon_mail.svg) no-repeat left top;
  background-size: 15px 13px;
  z-index: 1;
  left: 27px;
}
.is_contact .mainl_area .mail_item .in_text:after {
  width: 35px;
  height: 35px;
  background: #FFF;
  border-radius: 100%;
  left: 17px;
}
.is_contact .mainl_area .mail_item:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 11px;
  translate: 0 -50%;
  width: 5px;
  height: 9px;
  background: url(../img/common/more_arow.svg) no-repeat left top;
  background-size: 5px 9px;
}

@media screen and (max-width: 860px) {
  .table_scroll {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 860px) {
  .table_scroll table {
    min-width: 860px;
  }
}

.menu_open header .header .nav_area {
  translate: 0 0;
}
.menu_open header .header .logo_area .logo img {
  opacity: 0;
}
.menu_open header .header .logo_area .site_name {
  color: #FFF;
}
.menu_open .menu .bar {
  background: #FFF;
}
.menu_open .menu .bar:nth-of-type(1) {
  animation: menu01 .3s ease-in-out 0s forwards;
}
.menu_open .menu .bar:nth-of-type(2) {
  animation: menu02 .3s ease-in-out 0s forwards;
}
.menu_open .menu .bar:nth-of-type(3) {
  animation: menu03 .3s ease-in-out 0s forwards;
}

.tab {
  display: none;
}
@media screen and (max-width: 860px) {
  .tab {
    display: block;
  }
}

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

@keyframes menu01 {
  0% {
    top: 15px;
    rotate: 0;
  }
  50% {
    top: 20px;
    rotate: 0;
  }
  100% {
    top: 20px;
    rotate: 45deg;
  }
}
@keyframes menu02 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.1% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes menu03 {
  0% {
    bottom: 14px;
    rotate: 0;
  }
  50% {
    bottom: 19px;
    rotate: 0;
  }
  100% {
    bottom: 19px;
    rotate: -45deg;
  }
}
.this_anime {
  opacity: 0;
}
.this_anime.start {
  animation: fadeIn .5s ease-in-out 0.2s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Lightbox */

.lightbox-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease;
    z-index: 9999;
}
.lightbox-overlay.active {
    opacity: 1;
    visibility: visible;
}
.lightbox-overlay img {
    max-width: 90%;
    max-height: 90%;
    border: 6px solid #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.5);
    transform: scale(.9);
    transition: transform .3s ease;
}
.lightbox-overlay.active img {
    transform: scale(1);
}

/* recaptcha */
@media screen and (min-width: 768px) {
.grecaptcha-badge{
    bottom: 50px!important;
}
}

/*# sourceMappingURL=style.css.map */
