@charset "utf-8";
/* CSS Document */
/*-------------------------------------------------------------
	PC SP 共通
-------------------------------------------------------------*/
html {
  font-size: 62.5%; /*16px × 62.5% = 10px*/
}
body {
  font-size: 1.6rem;
  /*font-weight: 500;*/
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #292929;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 200;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 4px;
}
.uppercase {
  text-transform: uppercase;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
picture img {
  width: 100%;
  height: auto;
}
footer .pageTop {
  position: fixed;
  bottom: 0;
  right: 10%;
  background-color: #000;
  padding: 10px 20px;
  font-size: 1rem;
  letter-spacing: 2px;
  text-align: center;
  line-height: 1;
}
/*-------------------------------
	見出し
-------------------------------*/
.ttl span{
  font-size: 1.6rem;
  color: #7E7E7E;
  letter-spacing: 2px;
  padding-left: 20px;
}
.ttl {
  margin-bottom: 60px;
}
.ttl002 {
  text-align: left !important;
  font-size: 2.5rem !important;
  border-bottom: 3px solid #ddd;
  padding-bottom: 36px;
  position: relative;
}
.ttl002::before {
  content: "";
  display: block;
  background-color: #005bac;
  width: 50px;
  height: 3px;
  position: absolute;
  top: auto;
  left: 0;
  bottom: -3px;
}
.ttl003 {
  font-size: 2rem;
  width: auto;
  display: table;
  position: relative;
  border-bottom: 2px solid #ddd;
  padding-bottom: 5px;
}
.ttl003::before {
  content: "";
  display: block;
  background-color: #005bac;
  width: 25px;
  height: 2px;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
}
.ttl004 {
  font-size: 1.8rem;
  width: auto;
  display: table;
  position: relative;
  border-bottom: 2px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.ttl005 {
  background-color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  padding: 20px;
  margin-bottom: 30px;
}
.ttl006 {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
  color: #1976c9;
}
.ttl007 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 25px;
  background-color: #eee;
  line-height: 2;
}

/*-------------------------------------------------------------
	PC
-------------------------------------------------------------*/
@media screen and (min-width:768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  body {
    min-width: 1300px;
  }
  @media all and (max-width: 1290px) {
    body {
      min-width: inherit;
    }
  }
  .inner {
    width: 1200px;
    margin: auto;
  }
  @media all and (max-width: 1290px) {
    .inner {
      width: auto;
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  .pc_none {
    display: none;
  }
  /*-------------------------------
	header
-------------------------------*/
  header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 20px 0 0 20px;
    background-color: #F5F5F5;
  }
  header .inner {
    display: flex;
    width: 100%;
    min-width: 1300px;
  }
  @media all and (max-width: 1290px) {
    header .inner {
      width: 1200px;
      min-width: 1200px;
    }
  }
  @media all and (max-width: 1024px) {
    header {
      background-color: #fff;
      padding: 0;
    }
  }
  header h1.logo {
    display: none;
  }
  header a {
    transition: all 0.3s ease 0s;
  }
  header a:hover {
    opacity: 0.6;
  }
  header nav {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding-right: 30px;
    margin: 0 30px 0 auto;
  }
  header nav ul {
    display: flex;
    justify-content: flex-end;
  }
  header nav ul.nav_sub {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  header nav ul.nav_sub li:not(:last-of-type)::after {
    content: "";
    border-right: 1px dashed rgba(255, 255, 255, 0.6);
    margin: 0 20px;
  }
  header nav ul.nav_main li {
    margin-left: 40px;
  }
  header nav ul.nav_main a {
    font-weight: 700;
  }
  header .contact_link {
    position: absolute;
    right: 0;
    top: 20px;
  }
  header .contact_link a {
    display: block;
    background: url("../image/common/icon_header_mail.jpg") no-repeat top/33px 24px;
    font-size: 1.2rem;
    text-align: center;
    padding: 35px 0 0 0;
    border-left: 1px solid #D8D8D8;
  }
  header .contact_link a span {
    padding: 0 30px;
  }
  @media all and (max-width: 1024px) {
    header .contact_link a {
      display: block;
      background: none;
      padding: 0;
      text-align: left;
      border-left: none;
    }
    header .contact_link a span {
      padding: 0;
    }
    header .contact_link span {
      color: #fff;
      font-size: 1.7rem;
    }
  }
  /*-------------------------------
	ページ下部　お問い合わせ
-------------------------------*/
  .contact_box {
    display: flex;
  }
  @media all and (max-width: 1290px) {
    .contact_box {
      display: block;
    }
    .contact_box .tel_box, .contact_box .mail_box {
      width: auto !important;
    }
  }
  .contact_box * {
    color: #fff;
    white-space: nowrap;
  }
  .contact_box .tel_box, .contact_box .mail_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 90px 0;
  }
  .contact_box .tel_box {
    background-color: #005bac;
  }
  .contact_box .mail_box {
    background-color: #00529b;
  }
  .contact_box .text {
    width: 240px;
    position: relative;
    margin: 0 60px 0 90px;
  }
  .contact_box .text::before {
    content: "";
    display: block;
    background: url("../image/common/icon_tel.png") no-repeat center/contain;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 50%;
    left: -80px;
    transform: translateY(-50%);
  }
  .contact_box .mail_box .text::before {
    background: url("../image/common/icon_mail.png") no-repeat center/contain;
  }
  .contact_box h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #FFF;
    font-family: "Source Han Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 32px */
    letter-spacing: 4px;
    text-transform: capitalize;
  }
  .contact_box h2 + p {
    font-size: 1.2rem;
    color: #FFF;
    font-family: "Source Han Sans JP", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 19.2px */
    letter-spacing: 1.44px;
    text-transform: capitalize;
  }
  .contact_box .tel .num a {
    font-size: 3rem;
    font-weight: 700;
    pointer-events: none;
  }
  .contact_box .tel p:not(.num) {
    font-size: 1rem;
    text-align: center;
  }
  .contact_box .mail a {
    display: block;
    background-color: #004481;
    font-size: 1.5rem;
    font-weight: 700;
    width: 230px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    transition: all 0.3s ease 0s;
    color: #FFF;
    font-family: "Source Han Sans JP", sans-serif;
    font-style: normal;
    letter-spacing: 0.9px;
    text-transform: capitalize;
  }
  .contact_box .mail a:hover {
    background-color: #005bac;
  }
  .contact_box .mail a::before {
    content: "";
    display: inline-block;
    background: url("../image/common/icon_mail_btn.png") no-repeat center/contain;
    width: 9px;
    height: 9px;
    margin-right: 1em;
  }
  /*-------------------------------
	footer
-------------------------------*/
  footer {
    background-color: #262626;
    max-height: 650px;
    padding: 90px 0;
  }
  footer * {
    color: #fff;
  }
  footer .inner, .lp_page footer .inner {
    width: 1280px;
  }
  @media all and (max-width: 1290px) {
    footer .inner, .lp_page footer .inner {
      width: inherit;
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  footer .img_wrap {
    margin-bottom: 50px;
  }
  footer .img_wrap, footer .img_wrap img {
    width: 315px;
    height: auto;
  }
  footer .footer_nav {
    display: inherit;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 50px 0;
    margin-bottom: 30px;
  }
  footer .footer_nav .box_left > p {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #FFF;
    font-family: "Source Han Sans JP", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 24px */
    letter-spacing: 1.65px;
    text-transform: uppercase;
  }
  footer .footer_nav .box_left .nav_list {
    display: flex;
    flex-wrap: wrap;
  }
  footer .footer_nav .box_left .nav_list div {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #FFF;
    font-family: "Source Han Sans JP", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 19.2px */
  }
  footer .footer_nav .box_left .nav_list div:first-of-type {
    font-weight: 700;
    border-right: 1px solid rgba(255, 255, 255, 0.50);
    width: 150px;
    margin-right: 30px;
  }
  footer .footer_nav .box_left .nav_list div:not(:first-of-type):not(:last-of-type)::after {
    content: "/";
    margin: 0 1em;
  }
  footer .footer_nav .box_right ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  footer .footer_nav .box_right ul li {
    font-size: 1.5rem;
    font-weight: 700;
    width: 120px;
    margin-bottom: 10px;
  }
  footer .footer_nav_sub .inner {
    display: flex;
    justify-content: space-between;
  }
  footer .footer_nav_sub .box_left ul {
    display: flex;
  }
  footer .footer_nav_sub .box_left li {
    font-size: 1.2rem;
    font-weight: 700;
  }
  footer .footer_nav_sub .box_left li:not(:last-of-type)::after {
    content: "|";
    margin: 0 2em;
  }
  footer .footer_nav_sub small {
    font-size: 1.1rem;
  }
}
/*-------------------------------------------------------------
	SP
-------------------------------------------------------------*/
@media screen and (max-width:767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .inner {
    width: 90%;
    margin: auto;
  }
  .sp_none {
    display: none;
  }

	
  /*-------------------------------
	header(SP)
-------------------------------*/
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transition: all 0.3s ease 0s;
    background-color: #fff;
  }
  /*▼▼▼ js addClass scroll ▼▼▼*/
  header.scroll {
    background-color: #F5F5F5;
  }
  /*▲▲▲ js addClass scroll ▲▲▲*/
  header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header h1.logo {
    display: none;
  }
  header .logo {
    width: 170px;
    height: auto;
  }
  header .logo img {
    width: 100%;
    height: auto;
    display: block;
  }
  header a {
    color: #fff;
  }
  /* メニューボタン */
  header button.menu_btn {
    display: block;
    --width: 30px;
    width: var(--width);
    height: 25px;
    position: relative;
    z-index: 999;
    order: 3;
  }
  header button.menu_btn::before, header button.menu_btn::after, header button.menu_btn span {
    content: "";
    display: block;
    background-color: #383838;
    width: var(--width);
    height: 2px;
    position: absolute;
    left: 0;
    transition: all 0.3s ease 0s;
  }
  header button.menu_btn::before {
    top: 0;
  }
  header button.menu_btn::after {
    bottom: 0;
  }
  header button.menu_btn span {
    top: 50%;
    transform: translateY(-50%);
  }
  /*▼▼▼ js addClass touch ▼▼▼*/
  header button.menu_btn.touch::before, header button.menu_btn.touch::after, header button.menu_btn.touch span {
    /*background-color: #292929;*/
  }
  header button.menu_btn.touch::before, header button.menu_btn.touch::after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  header button.menu_btn.touch::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  header button.menu_btn.touch span {
    display: none;
  }
  /*▲▲▲ js addClass touch ▲▲▲*/
  header nav {
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: rgb(0, 82, 155, 0.95); /*#00529b*/
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 50px 25px;
  }
  header nav ul.nav_main li {
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  header nav ul.nav_main a {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 20px 0;
  }
  header .contact_link {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #004481;
    color: #fff;
    border: none;
    padding: 20px;
    top: auto;
  }
  header .contact_link.header__item:after {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  header .contact_link span {
    color: #fff;
    font-size: 1.7rem;
  }
  /*-------------------------------
	ページ下部　お問い合わせ(SP)
-------------------------------*/
  .contact_box {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .contact_box * {
    color: #fff;
    white-space: nowrap;
  }
  .contact_box .tel_box, .contact_box .mail_box {
    padding: 45px 0;
  }
  .contact_box .tel_box {
    background-color: #005bac;
  }
  .contact_box .mail_box {
    background-color: #00529b;
  }
  .contact_box .text {
    width: 240px;
    text-align: center;
    position: relative;
    margin: 0 auto 15px;
  }
  .contact_box h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .contact_box h2::before {
    content: "";
    display: inline-block;
    background: url("../image/common/icon_tel.png") no-repeat bottom/contain;
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
  .contact_box .mail_box h2::before {
    background: url("../image/common/icon_mail.png") no-repeat bottom/contain;
  }
  .contact_box h2 + p {
    opacity: 0.45;
    font-size: 1.2rem;
  }
  .contact_box .tel {
    width: 100%;
    text-align: center;
  }
  .contact_box .tel .num a {
    font-size: 3rem;
    font-weight: 700;
  }
  .contact_box .tel p:not(.num) {
    font-size: 1rem;
    text-align: center;
  }
  .contact_box .mail a {
    display: block;
    background-color: #004481;
    font-size: 1.3rem;
    font-weight: 700;
    width: 230px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    transition: all 0.3s ease 0s;
    margin: auto;
  }
  .contact_box .mail a:hover {
    background-color: #005bac;
  }
  .contact_box .mail a::before {
    content: "";
    display: inline-block;
    background: url("../image/common/icon_mail_btn.png") no-repeat center/contain;
    width: 9px;
    height: 9px;
    margin-right: 1em;
  }
  /*-------------------------------
	footer(SP)
-------------------------------*/
  footer {
    padding: 60px 0 10px;
    background-color: #262626;
  }
  footer * {
    color: #fff;
  }
  footer .img_wrap {
    margin-bottom: 50px;
  }
  footer .img_wrap, footer .img_wrap img {
    width: 250px;
    height: auto;
  }
  footer .footer_nav {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    margin-bottom: 20px;
  }
  footer .footer_nav .box_left > p {
    font-size: 1.4rem;
    opacity: 0.45;
    margin-bottom: 20px;
  }
  footer .footer_nav .box_left .nav_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  footer .footer_nav .box_left .nav_list div {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  footer .footer_nav .box_left .nav_list div:first-of-type {
    font-weight: 700;
    width: 100%;
  }
  footer .footer_nav .box_left .nav_list div:not(:first-of-type):not(:last-of-type)::after {
    content: "/";
    margin: 0 1em;
  }
  footer .footer_nav .box_right ul {
    display: flex;
    flex-wrap: wrap;
  }
  footer .footer_nav .box_right ul li {
    opacity: 0.45;
    font-size: 1.2rem;
    font-weight: 700;
    width: 90px;
    margin-bottom: 10px;
  }
  footer .footer_nav_sub .inner {
    margin: 0;
  }
  footer .footer_nav_sub .box_left ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  footer .footer_nav_sub .box_left li {
    font-size: 1.1rem;
    font-weight: 700;
    opacity: 0.45;
    margin-bottom: 10px;
  }
  footer .footer_nav_sub .box_left li:not(:last-of-type)::after {
    content: "|";
    margin: 0 1.1em;
  }
  footer .footer_nav_sub .box_right {}
  footer .footer_nav_sub small {
    display: block;
    font-size: 1.1rem;
    opacity: 0.45;
    margin: 0 auto 40px;
  }
  footer .pageTop {
    right: 0;
  }
}
/*-------------------------------------------------------------
	フッター　住所
-------------------------------------------------------------*/
footer .footer-address .address__box {
  display: flex;
  font-size: 1.3rem;
  font-weight: normal;
  margin-bottom: 20px;
}
footer .footer-address .address__box li {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 30px;
  color: #FFF;
  font-family: "Source Han Sans JP", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 20.8px */
  letter-spacing: 1.43px;
  text-transform: uppercase;
}
footer .footer-address .address__box li:last-child {
  border: 0;
}
@media screen and (max-width:896px) {
  footer .footer-address .address__box {
    display: inherit;
    font-size: 2.6vw;
  }
  footer .footer-address .address__box li {
    border-right: none;
    padding: 0;
  }
}
/*-------------------------------
	見出し SP
-------------------------------*/
@media screen and (max-width:767px) {
  .ttl span{
    padding-left: 5px;
    letter-spacing: 0;
    font-size: 1.4rem;
  }
  .ttl002 {
    font-size: 1.5rem !important;
    padding-bottom: 14px;
    margin-bottom: 30px;
  }
  .ttl003 {
    font-size: 1.8rem;
  }
  .ttl007 {
    font-size: 1.6rem;
    padding: 0 20px;
    line-height: 1.3;
  }
}
main section p, main section a {
  color: #292929;
  font-family: "Source Han Sans JP", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 1.92px;
  text-transform: capitalize;
}
/*-------------------------------
	.header
-------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.header.header-fix {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px)
}
@media only screen and (max-width: 1024px) {
  .header.header-fix {
    -webkit-transform: none;
    transform: none
  }
}
.header.is-active .header__toggle span {
  border-color: transparent
}
.header.is-active .header__toggle span:before {
  -webkit-transform: rotateZ(45deg) translate(8.5px, 8px);
  transform: rotate(45deg) translate(8.5px, 8px)
}
.header.is-active .header__toggle span:after {
  -webkit-transform: rotateZ(-45deg) translate(8.5px, -7.5px);
  transform: rotate(-45deg) translate(8.5px, -7.5px)
}
.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 1vw
}
@media only screen and (max-width: 1600px) {
  .header__wrap {}
}
@media only screen and (max-width: 1024px) {
  .header__wrap {
    height: 70px;
    padding: 0 20px
  }
}
.header__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 100
}
@media only screen and (max-width: 1600px) {
  .header__top {
    max-width: 20vw
  }
}
@media only screen and (max-width: 1024px) {
  .header__top {
    max-width: 100%
  }
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  position: relative
}
@media only screen and (max-width: 1024px) {
  .header__logo {
    width: 180px
  }
}
.header__logoImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.header__logo .is-active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0
}
.header__toggle {
  display: none;
  z-index: 1000
}
@media only screen and (max-width: 1024px) {
  .header__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25px;
    height: 25px
  }
}
.header__toggle span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  position: relative
}
.header__toggle span span {
  width: 25px;
  height: auto;
  border-top: 1px solid #CCC;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.header__toggle span span:before, .header__toggle span span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  border-top: 1px solid #CCC;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.header__toggle span span:before {
  top: -12px
}
.header__toggle span span:after {
  top: 11px
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 1024px) {
  .header__nav {
    position: fixed;
    top: 70px;
    left: -100%;
    width: 100%;
    background: #fcfcfc;
    height: 100vh;
    z-index: 99;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: auto
  }
  .header__nav.is-active {
    left: 0;
    opacity: 1;
    visibility: visible
  }
}
.header__navbar {
  padding-right: 150px;
}
@media only screen and (max-width: 1600px) {
  .header__navbar {
    gap: 1.5625vw;
  }
}
@media only screen and (max-width: 1024px) {
  .header__navbar {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    height: calc(100vh - 140px);
    gap: 0;
    padding-right: 0;
    overflow-y: scroll;
    padding-bottom: 70px;
  }
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px
}
.header__list.header__list__more {
  margin: 0 0 0 auto;
  justify-content: flex-end;
  gap: 0;
}

	.header__item:nth-child(5) .header__subList::after{
		content: "";
		display: inline-block;
		        width: calc(50% - 7.5px);
        min-width: 200px;
		height: 100%;
	}
@media only screen and (max-width: 1024px) {
  .header__list.header__list__more {
    display: flex;
    justify-content: flex-start;
  }
  .header__list.header__list__more .header__item {
    border-bottom: none;
  }
  .header__list.header__list__more .header__item:first-child {
    margin: 0;
    padding-right: 2%;
  }
  .header__list.header__list__more .header__item:after {
    content: none;
  }
  header .contact_link {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #004481;
    color: #fff;
    border: none;
    padding: 20px;
    top: auto;
  }
  header .contact_link.header__item:after {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
}
.header__list__more .header__link {
  padding: 0;
  color: #292929;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.44px;
}
.header__list__more .header__item {
  display: inherit;
}
.header__list__more .header__item a {
  min-width: inherit;
}
.header__list__more .header__item:first-child {
  padding-right: 20px;
}
.header__list__more .header__item + .header__item {
  border-left: 1px solid #D8D8D8;
  padding: 0 20px;
}
.header__list__more .header__item:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 1600px) {
  .header__list {
    gap: 1.875vw
  }
}
@media only screen and (max-width: 1024px) {
  .header__list {
    display: block;
    padding: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    overflow-y: auto
  }
  .header__list__more .header__item + .header__item {
    padding: 0 2%;
  }
}
@media only screen and (max-width: 375px) {
  .header__list {
    padding: 20px
  }
}
.header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .header__item {
    display: block;
    border-left: none;
    position: relative
  }
}
@media only screen and (max-width: 1024px) {
  .header__item {
    margin-left: 0;
    padding: 25px 0;
    border-bottom: 1px solid #ededed
  }
  .header__item:after {
    content: "";
    position: absolute;
    top: 28px;
    right: 0;
    width: 25px;
    height: 25px;
    background: url(../image/common/ic_arrow.svg) no-repeat center / 12px 9px, #EBEBEB;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .header__item:first-child {
    margin-top: -25px
  }
  .header__item.js-submenu:after {
    background: url("../image/common/ic_plus.svg") no-repeat center / 9px 9px, #EBEBEB;
  }
  .header__item.js-submenu.is-active:after {
    background: url(../image/common/ic_minus.svg) no-repeat center / 9px 9px, #EBEBEB;
  }
}
@media only screen and (min-width: 1025px) {
  .header__item.is-hover {}
}
@media only screen and (min-width: 1025px) and (min-width: 768px) {
  .header__item .header__sub .container {
    max-width: 1180px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .header__item.is-hover:hover .header__sub {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    pointer-events: initial;
    background-color: #FaFaFa;
  }
  .header__item.is-hover:hover .header__link {
    opacity: 1;
    color: #005BAC
  }
}
@media only screen and (min-width: 1025px) {
  .header__item.is-hover .header__sub {
    display: block !important;
    position: absolute;
    top: 90%;
    left: 0;
    width: 100%;
    background: #f5f5f5;
    -webkit-box-shadow: 0px 2px 4px rgba(198, 198, 198, .15);
    box-shadow: 0 2px 4px #c6c6c626;
    border-radius: 0 0 10px 10px;
    padding: 60px 0;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    pointer-events: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: -1
  }
  .header__item.is-hover .header__subWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 56px;
    justify-content: flex-end;
  }
  .header__item.is-hover .header__sub .titleMain {
    display: block;
	letter-spacing: 4px;
  }
  .header__item.is-hover .header__sub .titleMain__en {
    font-size: 1.3rem;
    font-family: europa, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 3px;
    color: #005bac;
  }
  .header__item.is-hover .header__sub .titleMain__jp {
    display: block;
    font-size: 3rem;
    font-weight: 500;
    color: #005bac;
  }
  .header__item.is-hover .header__subList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
  }
  .header__item.is-hover .header__subList li {
    width: calc(50% - 7.5px);
    min-width: 200px;
  }
  .header__item.is-hover .header__subTit {
    font-size: 1.5rem;
    line-height: 1.3;
    letter-spacing: .03em;
    font-weight: 500;
    color: #383838;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 25px;
    height: auto;
    -webkit-box-shadow: 0px 2px 4px rgba(198, 198, 198, .15);
    box-shadow: 0 2px 4px #c6c6c626;
    border-radius: 10px;
    font-family: Zen Kaku Gothic New, sans-serif
  }
}
@media only screen and (min-width: 1025px) and (max-width: 767px) {
  .header__item.is-hover .header__subTit {
    padding: 20px
  }
}
@media only screen and (min-width: 1025px) and (min-width: 768px) {
  .header__item.is-hover .header__subTit:hover {
    opacity: 1;
    background: #005BAC;
    color: #fcfcfc
  }
  .header__item.is-hover .header__subTit span {
    font-size: 1.6rem;
  }
  .header__item.is-hover .header__subTit:hover span {
    color: #fcfcfc
  }
  .header__item.is-hover .header__subTit:hover .header__subIcon {
    border-color: #fcfcfc
  }
  .header__item.is-hover .header__subTit:hover .header__subIcon span:before {
    background: url("../image/common/ic_arrow-blue.svg") no-repeat center;
    -webkit-animation: arrowSlide .6s 1 both;
    animation: arrowSlide .6s 1 both
  }
}
@media only screen and (min-width: 1025px) {
  .header__item.is-hover .header__subIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 25px;
    height: 25px;
    background-color: #EBEBEB !important;
    border-color: #EBEBEB;
    border-radius: 50%;
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
  }
  .header__item.is-hover .header__subIcon span {
    position: relative;
    overflow: hidden;
    display: block;
    width: 12px;
    height: 10px
  }
  .header__item.is-hover .header__subIcon span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 12px;
    height: 10px;
    background: url("../image/common/ic_arrow.svg") no-repeat center;
    background-size: 12px 10px !important;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
  }
}
@media only screen and (max-width: 1024px) {
  .header__item.is-hover .container {
    padding: 0
  }
  .header__item.is-hover .titleMain {
    display: none !important
  }
}
.header__link {
  font-size: 1.5rem;
  line-height: 2.1;
  letter-spacing: .03em;
  font-weight: 500;
  color: #222;
  white-space: nowrap;
  padding: 10px 0 20px 0;
  min-width: 60px;
  text-align: center;
}
@media only screen and (max-width: 1600px) {
  .header__link {
    font-size: 1.0416666667vw
  }
}
@media only screen and (max-width: 1024px) {
  .header__link {
    font-size: 1.5rem;
    padding: 0;
    min-width: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .header__link {
    font-size: 1.5rem;
    display: block;
    max-width: fit-content;
  }
}
@media only screen and (min-width: 1025px) {
  .header__sub {
    display: none !important
  }
}
@media only screen and (max-width: 1024px) {
  .header__sub {
    display: none
  }
  .header__sub li {
    list-style: none;
    margin-left: 0;
    margin-top: 15px
  }
  .header__sub li::marker {
    display: none;
  }
  .header__sub li::before {
    content: "";
    display: inline-block;
    background-color: #e6e6e6;
    width: 15px;
    height: 1px;
    transform: translateY(-5px);
    margin: 0 9px;
  }
  .header__sub li a {
    font-size: 1.5rem;
    line-height: 1.3;
    color: #222
  }
}
.header__gr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px
}
@media only screen and (max-width: 1024px) {
  .header__gr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #335166;
    border-radius: 15px 15px 0 0;
    padding: 30px;
    width: 100%
  }
}
@media only screen and (max-width: 375px) {
  .header__gr {
    padding: 20px
  }
}
.header__btn {
  border-radius: 100px;
  overflow: hidden
}
.header__btn.is-recruit a, .header__btn.is-contact a, .header__btn.is-company a {
  height: 45px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  color: #fcfcfc;
  white-space: nowrap
}
@media only screen and (max-width: 1600px) {
  .header__btn.is-recruit a, .header__btn.is-contact a, .header__btn.is-company a {
    font-size: 1.1805555556vw;
    height: 3.125vw;
    padding: 0 1.7361111111vw
  }
}
@media only screen and (max-width: 1024px) {
  .header__btn.is-recruit a, .header__btn.is-contact a, .header__btn.is-company a {
    font-family: Zen Kaku Gothic New, sans-serif;
    font-size: 2rem;
    line-height: 1.45;
    height: 65px;
    padding: 0 30px;
    width: calc(100% - 60px);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    letter-spacing: .03em
  }
  .header__btn.is-recruit a:after, .header__btn.is-contact a:after, .header__btn.is-company a:after {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-size: 15px 15px !important;
    margin-right: -15px;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
}
@media only screen and (max-width: 375px) {
  .header__btn.is-recruit a, .header__btn.is-contact a, .header__btn.is-company a {
    font-size: 5.3333333333vw;
    height: 17.3333333333vw;
    padding: 0 8vw
  }
  .header__btn.is-recruit a:after, .header__btn.is-contact a:after, .header__btn.is-company a:after {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    background-size: 4vw 4vw !important;
    margin-right: -4vw
  }
}
.header__btn.is-recruit, .header__btn.is-company {
  background: -webkit-linear-gradient(154.98deg, #239CD7 18.92%, #52CCCC 82.56%);
  background: linear-gradient(295.02deg, #239CD7 18.92%, #52CCCC 82.56%)
}
.header__btn.is-recruit a:after, .header__btn.is-company a:after {
  background: #fcfcfc url(/_demo/ats/recruit/mockup/assets/img/common/icon/ic_arrow-grd.svg) no-repeat center
}
.header__btn.is-contact {
  background: -webkit-linear-gradient(338.63deg, #f2836d 21.88%, #f2786d 78.13%);
  background: linear-gradient(111.37deg, #f2836d 21.88%, #f2786d 78.13%)
}
.header__btn.is-contact a:after {
  background: #fcfcfc url(/_demo/ats/recruit/mockup/assets/img/common/icon/ic_arrow-orange.svg) no-repeat center
}
@media only screen and (max-width: 1024px) {
  .header__btn.is-recruit {
    display: none
  }
}
@media only screen and (min-width: 1025px) {
  .header__btn.is-company {
    display: none !important
  }
}
@media only screen and (max-width: 1024px) {
  .header__btn.is-company {
    display: block
  }
}
/* #menu */
@media only screen and (max-width: 1024px) {
  .header__gr {
    padding-bottom: 100px;
  }
  .header__item {
    padding: 10px 0;
  }
  .header__btn.is-recruit a, .header__btn.is-contact a, .header__btn.is-company a {
    height: 55px;
    padding: 0 20px;
  }
  .header__item:after {
    top: 13px;
  }
}

/*--------------------------------------------
	.sp-only
--------------------------------------------*/
.sp-only{
	display: none;
}
@media only screen and (max-width: 767px) {
.sp-only{
	display: block;
}
	.pc-only{
	display: none;
	}
}


/* ADD CSS 2025.10.24 */
/*-------------------------------
	#service-item
-------------------------------*/
#service-item {
  max-width: 960px;
  margin: 0 auto;
}
#service-item .service-group {
  border-left: 1px solid #dedede;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  #service-item .service-group {
    padding: 20px;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  #service-item .service-group + .service-group {
    margin-top: 40px;
  }
}
#service-item .service-group .child-list a.no-link{
	opacity: 0.4 !important;
}
#service-item .service-group .head {
  display: flex;
  align-items: center;
  margin-bottom: 38px;
  padding-bottom: 20px;
  justify-content: space-between;
  border-bottom: 1px solid #f1f1f1;
}
@media screen and (max-width: 767px) {
  #service-item .service-group .head {
    margin-bottom: 20px;
    display: inherit;
  }
}
#service-item .service-group .head h3 {
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #service-item .service-group .head h3 {
    font-size: 2rem;
  }
}
#service-item .service-group .head .more_btn {
  margin: 0 0 0 60px !important;
}
@media screen and (max-width: 767px) {
  #service-item .service-group .head .more_btn {
    margin: 10px 0 0 20px !important;
  }
}
#service-item ul.link_list {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 767px) {
  #service-item ul.link_list {
    margin-bottom: 0 !important;
  }
}
#service-item ul.link_list li {
  width: calc(50% - 7.5px);
  min-width: 200px;
}
@media screen and (max-width: 767px) {
  #service-item ul.link_list li {
    min-width: inherit;
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  #service-item ul.link_list li + li {
    margin-top: 10px !important;
  }
}
#service-item ul.link_list li a {
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #383838;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 25px;
  height: auto;
  -webkit-box-shadow: 0px 2px 4px rgba(198, 198, 198, 0.15);
  box-shadow: 0 2px 4px #c6c6c626;
  border-radius: 10px;
  font-family: Zen Kaku Gothic New, sans-serif;
}
@media screen and (max-width: 767px) {
  #service-item ul.link_list li a {
    font-size: 3.8vw;
    padding: 10px;
  }
}
#service-item ul.link_list li .header__subIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25px;
  height: 25px;
  background-color: #fff !important;
  border-color: #fff;
  border-radius: 50%;
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  #service-item ul.link_list li .header__subIcon {
    margin-right: 14px;
  }
}
#service-item ul.link_list li .header__subIcon span {
  font-size: 1.6rem;
  position: relative;
  overflow: hidden;
  display: block;
  width: 12px;
  height: 10px;
}
#service-item ul.link_list li .header__subIcon span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 10px;
  background: url(../image/common/ic_arrow.svg) no-repeat center;
  background-size: 12px 10px !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* ADD CSS 2025.10.28 */
/*-------------------------------
	#service-item
-------------------------------*/
main section p, main section a{
	text-transform: inherit;
}