@charset "UTF-8";
/* ========================================================
	reset.css
	Format,Font Reset
======================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
figure {
  margin: 0;
  padding: 0; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed; }

a:not([class]) {
  text-decoration-skip-ink: auto; }

img,
picture {
  max-width: 100%;
  border: 0; }

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  font: inherit; }

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto; }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }
html {
  font-family: "Noto Sans JP", 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  font-weight: 400;
  font-size: 62.5%; }

body {
  font-family: "Noto Sans JP", 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
  margin: 0;
  color: #000002;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  animation: fadeIn 2s ease 0s 1 normal; }
  body:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s;
    transition: all 0.6s; }
  body.fixed {
    position: fixed;
    width: 100%; }
    body.fixed:after {
      z-index: 90;
      opacity: 1;
      visibility: visible; }
  @media (max-width: 480px) {
    body {
      padding-bottom: 80px;
      font-size: 1.5rem; }
      body#home.scl {
        padding-bottom: 100px; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
a, a:link, a:visited {
  color: unset;
  text-decoration: none;
  transition: 0.5s; }

@media (min-width: 1025px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; }
    a[href*="tel:"]:hover {
      color: #000002; } }

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
  transition: 0.5s; }

.container {
  margin: auto;
  width: 90%;
  max-width: 1240px;
  height: auto;
  box-sizing: border-box; }
  .container .innerBox {
    margin: auto;
    width: 82.93%;
    max-width: 1020px;
    height: auto;
    box-sizing: border-box; }

main {
  display: block; }

/*============================================================================
	header
=============================================================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 105px;
  transition: all .3s; }
  @media (min-width: 481px) {
    .header.scl {
      background: rgba(255, 255, 255, 0.8); } }
  @media (max-width: 480px) {
    .header {
      height: 50px;
      background: none; }
      .header::before {
        content: '';
        display: block;
        position: absolute;
        inset: 0;
        background-color: rgba(255, 255, 255, 0.75);
        z-index: 210; } }
  .header .logoBox {
    flex-shrink: 0;
    width: 317px;
    margin: 0 0 0 30px; }
    @media (max-width: 480px) {
      .header .logoBox {
        width: 230px;
        margin-left: 10px;
        z-index: 250; } }
    .header .logoBox a {
      display: block; }
  .header .menuBox {
    margin: 0 min(60px,6.2505vw) 0 auto; }
    @media (max-width: 480px) {
      .header .menuBox {
        display: none;
        margin: 0;
        padding: 0; } }
  .header .contactListBox {
    flex-shrink: 0; }
    @media (max-width: 480px) {
      .header .contactListBox {
        display: flex;
        flex-direction: column;
        gap: 30px 0;
        max-width: 280px;
        margin: 2em auto; } }
    .header .contactListBox .btnContact {
      margin: 0; }
      @media (max-width: 480px) {
        .header .contactListBox .btnContact {
          order: 2; } }
      .header .contactListBox .btnContact a {
        display: flex;
        align-items: center;
        column-gap: 1em;
        color: #ffffff;
        font-size: clamp(14px, 2.916vw, 14px);
        text-decoration: none;
        padding: 0.5em 1em;
        background: #012383;
        border-radius: 100vmax; }
        @media (max-width: 480px) {
          .header .contactListBox .btnContact a {
            width: 100%;
            min-height: 35px;
            color: #012383;
            column-gap: 0;
            justify-content: space-between;
            align-items: stretch;
            padding: 0 0 0 1em;
            background: #ffffff;
            border: 1px solid #012383; }
            .header .contactListBox .btnContact a .txt {
              display: none; }
            .header .contactListBox .btnContact a::before {
              content: 'メールでお問い合わせはこちら';
              display: flex;
              align-items: center;
              font-size: 14px;
              font-weight: 500; } }
        .header .contactListBox .btnContact a .arrow {
          line-height: 0;
          display: block;
          width: 12px;
          transition: .5s; }
          @media (max-width: 480px) {
            .header .contactListBox .btnContact a .arrow {
              width: 45px;
              display: flex;
              justify-content: center;
              align-items: center;
              border-left: 1px solid #012383; }
              .header .contactListBox .btnContact a .arrow img {
                display: none; }
              .header .contactListBox .btnContact a .arrow::after {
                content: url("../img/common/common_arrow01_blue.svg");
                width: 15px;
                vertical-align: middle; } }
        .header .contactListBox .btnContact a:hover .arrow {
          transform: translateX(0.5em); }
    .header .contactListBox .telList {
      margin: 0.5em 0 0 0; }
      @media (max-width: 480px) {
        .header .contactListBox .telList {
          order: 1;
          padding: 1em 30px;
          background: linear-gradient(#2680eb 0%, #012383 100%);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          border-radius: 100vmax;
          text-align: center; } }
      .header .contactListBox .telList dt {
        display: none; }
        @media (max-width: 480px) {
          .header .contactListBox .telList dt {
            color: #ffffff;
            display: block;
            font-size: 14px;
            font-weight: 500;
            padding: 0 1em; } }
      .header .contactListBox .telList dd {
        color: #012383;
        font-size: clamp(14px, 3.75vw, 18px);
        font-weight: 700; }
        @media (max-width: 480px) {
          .header .contactListBox .telList dd {
            color: #ffffff;
            font-size: 19px;
            margin: 0.2em 0 0 0;
            padding: 0 1em;
            border-top: 1px solid #ffffff; } }
        .header .contactListBox .telList dd a {
          color: #012383;
          text-decoration: none; }
          @media (max-width: 480px) {
            .header .contactListBox .telList dd a {
              color: #ffffff; } }
  .header .btnMenu {
    display: none; }
    @media (max-width: 480px) {
      .header .btnMenu {
        display: block;
        width: 25px;
        height: 25px;
        position: absolute;
        z-index: 300;
        top: 50%;
        right: 30px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none; }
        .header .btnMenu > span.line, .header .btnMenu::before, .header .btnMenu::after {
          display: inline-block;
          transition: 0.5s;
          position: absolute;
          left: 0;
          width: 100%;
          height: 1px;
          background: #012383;
          border-radius: 100vmax; }
        .header .btnMenu > span.line {
          top: 12px; }
        .header .btnMenu::before, .header .btnMenu::after {
          content: ""; }
        .header .btnMenu::before {
          top: 7px; }
        .header .btnMenu::after {
          top: 17px; } }

body.open .menuBox {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100svh;
  background: #ffffff;
  overflow: scroll;
  padding: 50px 0 0 0; }
body.open .btnMenu::before {
  /*top: 14px;*/
  transform: translateY(5px) rotate(-20deg);
  width: 100%; }
body.open .btnMenu::after {
  /*top: 26px;*/
  transform: translateY(-5px) rotate(20deg);
  width: 100%; }
body.open .btnMenu > span.line {
  opacity: 0; }

/*============================================================================
	drawer menuBtn
=============================================================================*/
.menuBtn {
  margin: auto;
  padding: 5px;
  width: 36px;
  height: 30px;
  text-align: center;
  background: transparent;
  outline: 0;
  border: 0;
  position: fixed;
  top: 38px;
  left: auto;
  right: 29px;
  bottom: auto;
  z-index: 1200;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .menuBtn:hover {
    cursor: pointer; }
  @media (min-width: 1241px) {
    .menuBtn {
      display: none; } }
  @media (max-width: 1240px) {
    .menuBtn {
      display: block;
      top: 18px;
      right: 20px; } }
  .menuBtn .drawer-hamburger-icon {
    margin: auto;
    width: 100%;
    height: 1px;
    background-color: #FD961D;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    display: block; }
    .menuBtn .drawer-hamburger-icon.drawer-hamburger-icon:before, .menuBtn .drawer-hamburger-icon.drawer-hamburger-icon:after {
      content: '';
      width: 100%;
      height: 1px;
      background-color: #FD961D;
      -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
      position: absolute;
      left: 0; }
    .menuBtn .drawer-hamburger-icon.drawer-hamburger-icon:before {
      top: -10px; }
    .menuBtn .drawer-hamburger-icon.drawer-hamburger-icon:after {
      top: 10px; }
  .menuBtn.close-btn .drawer-hamburger-icon {
    background-color: transparent; }
    .menuBtn.close-btn .drawer-hamburger-icon.drawer-hamburger-icon:before, .menuBtn.close-btn .drawer-hamburger-icon.drawer-hamburger-icon:after {
      background-color: #FFFFFF;
      top: 0; }
    .menuBtn.close-btn .drawer-hamburger-icon.drawer-hamburger-icon:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .menuBtn.close-btn .drawer-hamburger-icon.drawer-hamburger-icon:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

/*============================================================================
	footer
=============================================================================*/
.footer {
  padding: min(100px,10.416vw) 0 0;
  position: relative;
  background: url("../img/common/fv_bg.jpg") no-repeat center center/cover; }
  @media (max-width: 480px) {
    .footer {
      padding: 74px 0 0; } }
  .footer .footerContentBox {
    position: relative; }
    .footer .footerContentBox .catch01 {
      width: 165px;
      margin: 0 auto;
      aspect-ratio: 1 /1;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #ffffff;
      font-size: 18px;
      font-weight: 700;
      text-align: center;
      border-radius: 50%;
      background: #012383; }
      @media (max-width: 480px) {
        .footer .footerContentBox .catch01 {
          width: 145px;
          font-size: 1.5rem; } }
    .footer .footerContentBox .logo {
      max-width: 415px;
      margin: min(100px,10.416vw) auto 0; }
    .footer .footerContentBox .address {
      font-size: 1.6rem;
      text-align: center;
      margin: 40px 0;
      line-height: 2.2; }
      @media (max-width: 480px) {
        .footer .footerContentBox .address {
          margin: 14px 0;
          line-height: 1.6; } }
      .footer .footerContentBox .address span {
        font-size: 1.6rem;
        display: inline; }
        @media (max-width: 480px) {
          .footer .footerContentBox .address span {
            display: block;
            font-size: 14px; } }
      .footer .footerContentBox .address a {
        display: inline-block;
        text-decoration: none; }
    .footer .footerContentBox .menuList01 {
      max-width: 900px;
      margin: min(124px,12.9165vw) auto 0;
      display: flex;
      flex-wrap: wrap;
      gap: 2em 0; }
      @media (max-width: 480px) {
        .footer .footerContentBox .menuList01 {
          margin: 60px auto 0;
          gap: 1em 0; } }
      .footer .footerContentBox .menuList01 li {
        width: 25%; }
        @media (min-width: 481px) {
          .footer .footerContentBox .menuList01 li:nth-of-type(1) {
            order: 1; }
          .footer .footerContentBox .menuList01 li:nth-of-type(2) {
            order: 5; }
          .footer .footerContentBox .menuList01 li:nth-of-type(3) {
            order: 9; }
          .footer .footerContentBox .menuList01 li:nth-of-type(4) {
            order: 2; }
          .footer .footerContentBox .menuList01 li:nth-of-type(5) {
            order: 10; }
          .footer .footerContentBox .menuList01 li:nth-of-type(6) {
            order: 6; }
          .footer .footerContentBox .menuList01 li:nth-of-type(7) {
            order: 3; }
          .footer .footerContentBox .menuList01 li:nth-of-type(8) {
            order: 7; }
          .footer .footerContentBox .menuList01 li:nth-of-type(9) {
            order: 4; }
          .footer .footerContentBox .menuList01 li:nth-of-type(10) {
            order: 8; } }
        @media (max-width: 480px) {
          .footer .footerContentBox .menuList01 li {
            width: 60%; }
            .footer .footerContentBox .menuList01 li:nth-of-type(n + 6) {
              width: 40%; }
            .footer .footerContentBox .menuList01 li:nth-of-type(1) {
              order: 1; }
            .footer .footerContentBox .menuList01 li:nth-of-type(2) {
              order: 3; }
            .footer .footerContentBox .menuList01 li:nth-of-type(3) {
              order: 5; }
            .footer .footerContentBox .menuList01 li:nth-of-type(4) {
              order: 7; }
            .footer .footerContentBox .menuList01 li:nth-of-type(5) {
              order: 9; }
            .footer .footerContentBox .menuList01 li:nth-of-type(6) {
              order: 2; }
            .footer .footerContentBox .menuList01 li:nth-of-type(7) {
              order: 4; }
            .footer .footerContentBox .menuList01 li:nth-of-type(8) {
              order: 6; }
            .footer .footerContentBox .menuList01 li:nth-of-type(9) {
              order: 8; }
            .footer .footerContentBox .menuList01 li:nth-of-type(10) {
              order: 10; } }
        .footer .footerContentBox .menuList01 li a {
          font-size: 1.6rem;
          text-decoration: none; }
          @media (max-width: 768px) {
            .footer .footerContentBox .menuList01 li a {
              font-size: 1.5rem; } }
    .footer .footerContentBox .ftLink {
      margin: min(112px,11.667vw) 0 0; }
      .footer .footerContentBox .ftLink p + p {
        margin-left: 1em; }
      .footer .footerContentBox .ftLink .contact, .footer .footerContentBox .ftLink .privacy {
        font-weight: 700;
        text-align: right; }
        @media (max-width: 480px) {
          .footer .footerContentBox .ftLink .contact, .footer .footerContentBox .ftLink .privacy {
            font-size: 1.6rem;
            text-align: center; } }
        .footer .footerContentBox .ftLink .contact::after, .footer .footerContentBox .ftLink .privacy::after {
          content: '＞';
          margin: 0 0 0 0.5em; }
        .footer .footerContentBox .ftLink .contact a, .footer .footerContentBox .ftLink .privacy a {
          display: inline-block;
          text-decoration: none; }
    .footer .footerContentBox .licenseListWrapper {
      text-align: right;
      margin: 1em auto 0; }
      @media (max-width: 480px) {
        .footer .footerContentBox .licenseListWrapper {
          text-align: center; } }
    .footer .footerContentBox .licenseList {
      display: inline-block;
      font-size: 1.6rem;
      text-align: left;
      margin-left: auto;
      line-height: 1.8; }
      @media (max-width: 480px) {
        .footer .footerContentBox .licenseList {
          text-align: center;
          line-height: 1.4; } }
      .footer .footerContentBox .licenseList li span {
        display: inline; }
      @media (max-width: 480px) {
        .footer .footerContentBox .licenseList li + li {
          margin-top: 8px; }
        .footer .footerContentBox .licenseList li span {
          display: block; } }
  .footer .cr {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 1.4rem;
    text-align: center;
    background: #012383;
    margin-top: 50px; }
    @media (max-width: 768px) {
      .footer .cr {
        font-size: 1.0rem; } }
    @media (max-width: 480px) {
      .footer .cr {
        margin-top: 20px; } }

#contactLink_sp {
  margin: auto;
  width: 85px;
  height: 75px;
  display: none;
  border-radius: 20px 0 0 20px;
  position: fixed;
  right: 0;
  bottom: 30px;
  background: #012383;
  z-index: 999;
  transition: 0.3s ease;
  transform: translateY(170px); }
  #contactLink_sp a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column; }
    #contactLink_sp a span {
      color: #fff;
      line-height: 1;
      text-align: center;
      display: block; }
      #contactLink_sp a span.jp {
        font-size: 1.0rem;
        font-weight: 700; }
      #contactLink_sp a span.icon {
        margin: 5px auto;
        width: 36px;
        height: 29px; }
      #contactLink_sp a span.tel {
        font-size: 0.8rem;
        font-weight: 700; }
  #contactLink_sp.sc {
    transform: translateY(0); }
  @media (max-width: 480px) {
    #contactLink_sp {
      display: block; } }

#spFootBar {
  padding: 5px 10px;
  width: 100%;
  height: 80px;
  background: #E1ECF7;
  border-top: 1px solid #012383;
  position: fixed;
  left: 0;
  bottom: -80px;
  z-index: 99;
  -webkit-transition: all .4s;
  transition: all .4s; }
  #spFootBar.show {
    bottom: 0; }
  #spFootBar dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #spFootBar dl dt {
      color: #012383;
      font-size: 1.4rem;
      font-weight: 700;
      width: 30%;
      text-align: center;
      line-height: 1; }
    #spFootBar dl dd {
      width: 70%; }
      #spFootBar dl dd .tel {
        margin: auto;
        width: 90%;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        #spFootBar dl dd .tel em {
          color: #012383;
          font-size: 2.0rem;
          font-weight: 700;
          line-height: 1; }
        #spFootBar dl dd .tel i {
          margin-right: 5px;
          width: 13px;
          height: 16px;
          background: url("../img/index/icon_tel.svg") no-repeat center center/contain;
          display: block;
          filter: brightness(0) saturate(100%) invert(13%) sepia(37%) saturate(6778%) hue-rotate(222deg) brightness(83%) contrast(110%); }
      #spFootBar dl dd .form {
        margin: 5px auto 0;
        width: 90%;
        text-align: center;
        background: #012383;
        border-radius: 3px;
        display: -webkit-flex;
        display: -moz-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        #spFootBar dl dd .form em {
          color: #FFFFFF;
          font-size: 1.4rem;
          font-weight: 700; }
        #spFootBar dl dd .form i {
          margin-right: 5px;
          width: 20px;
          height: 15px;
          background: url("../img/common/icon_mail.svg") no-repeat center center/contain;
          display: block; }
      #spFootBar dl dd .sml {
        font-size: 1.0rem;
        text-align: center; }
  @media (min-width: 481px) {
    #spFootBar {
      display: none;
      visibility: hidden; } }

#contactModalWrap {
  width: 100vw;
  height: 100svh;
  background: rgba(0, 0, 0, 0.2);
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s; }
  #contactModalWrap.open {
    opacity: 1;
    visibility: visible; }
  #contactModalWrap .modalBox {
    padding: 6.6666666667vw 8vw;
    width: 84vw;
    height: auto;
    background: rgba(255, 255, 255, 0.93);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border: 1px solid #012383; }
    #contactModalWrap .modalBox h2 {
      margin: 0 auto 15px;
      color: #012383;
      font-size: 1.8rem;
      font-weight: 700;
      text-align: center;
      line-height: 29px;
      letter-spacing: 0.06em;
      text-indent: -0.06em; }
    #contactModalWrap .modalBox .linkBtn a {
      color: #FFFFFF;
      font-size: 1.4rem;
      font-weight: 700;
      letter-spacing: 0.06em;
      text-indent: -0.06em;
      width: 100%;
      height: 34px;
      background: linear-gradient(#719dd0 0%, #235389 100%);
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    #contactModalWrap .modalBox .linkBtn + .linkBtn {
      margin-top: 15px; }
    #contactModalWrap .modalBox .tel {
      margin: 15px auto; }
      #contactModalWrap .modalBox .tel p {
        margin-bottom: 5px;
        color: #012383;
        font-size: 1.4rem;
        font-weight: 700;
        text-align: center; }
      #contactModalWrap .modalBox .tel .linkBtn a i {
        margin-right: 5px;
        width: 13px;
        height: 16px;
        background: url("../img/index/icon_tel.svg") no-repeat center center/contain;
        display: block; }
    #contactModalWrap .modalBox .small {
      padding-left: 1.5em;
      color: #012383;
      font-size: 1rem;
      line-height: 1.4;
      letter-spacing: 0;
      position: relative; }
      #contactModalWrap .modalBox .small::before {
        content: '\00203b';
        position: absolute;
        top: 0;
        left: 0; }
    @media (min-width: 481px) {
      #contactModalWrap .modalBox {
        padding: 30px 20px;
        max-width: 400px; } }

@keyframes bar {
  0% {
    opacity: 1;
    transform: scale(1, 0); }
  30% {
    transform: scale(1, 1); }
  30.1%, 90% {
    transform: scale(1, 1); }
  100% {
    opacity: 0;
    transform: scale(1, 0); } }
/*============================================================================
	common parts
=============================================================================*/
#breadcrumbs ol {
  align-items: center; }
  #breadcrumbs ol li {
    color: #D74D49;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.18em; }
    #breadcrumbs ol li:not(:last-of-type)::after {
      content: '\00ff1e';
      margin-left: 8px;
      font-size: 1.0rem;
      vertical-align: text-top; }
    #breadcrumbs ol li + li {
      margin-left: 5px; }
    #breadcrumbs ol li a {
      color: #D74D49;
      font-size: 1.6rem; }
      #breadcrumbs ol li a:hover {
        opacity: 0.4; }
    body.page_about #breadcrumbs ol li {
      color: #012383; }
      body.page_about #breadcrumbs ol li a {
        color: #012383; }
    body.page_business #breadcrumbs ol li {
      color: #D74D49; }
      body.page_business #breadcrumbs ol li a {
        color: #D74D49; }
    body.page_sdgs #breadcrumbs ol li {
      color: #56AF96; }
      body.page_sdgs #breadcrumbs ol li a {
        color: #56AF96; }
    body.page_recruit #breadcrumbs ol li {
      color: #FFFFFF; }
      body.page_recruit #breadcrumbs ol li a {
        color: #FFFFFF; }
    @media (max-width: 480px) {
      #breadcrumbs ol li {
        font-size: 1.4rem; }
        #breadcrumbs ol li:not(:last-of-type)::after {
          font-size: 0.8rem; }
        #breadcrumbs ol li a {
          font-size: 1.4rem; } }

.toggleBtn {
  width: 25px;
  height: 25px; }
  .toggleBtn span {
    width: 100%;
    height: 100%;
    display: block;
    position: relative; }
    .toggleBtn span::before, .toggleBtn span::after {
      content: '';
      margin: auto;
      width: 100%;
      height: 2px;
      background: #012383;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -webkit-transition: all .4s;
      transition: all .4s; }
      @media (max-width: 480px) {
        .toggleBtn span::before, .toggleBtn span::after {
          height: 1px; } }
    .toggleBtn span::after {
      transform: rotate(90deg); }
  .toggleBtn.active span::before, .toggleBtn.active span::after {
    transform: rotate(180deg); }

/* accordionBox */
.accordionBox {
  padding: min(50px,5.208vw) 0 0; }
  @media (max-width: 1024px) {
    .accordionBox {
      padding: 20px; } }
  @media (max-width: 480px) {
    .accordionBox {
      padding: 20px 5px; } }
  .accordionBox .targetBtn {
    position: relative; }
    .accordionBox .targetBtn .toggleBtn {
      position: absolute;
      top: 0;
      right: 0; }
      .accordionBox .targetBtn .toggleBtn span::before, .accordionBox .targetBtn .toggleBtn span::after {
        background: #012383; }
    .accordionBox .targetBtn.active .toggleBtn span::before, .accordionBox .targetBtn.active .toggleBtn span::after {
      transform: rotate(180deg); }
    @media (max-width: 1024px) {
      .accordionBox .targetBtn .toggleBtn {
        width: 25px;
        height: 25px;
        top: 7px; } }
    @media (max-width: 480px) {
      .accordionBox .targetBtn .toggleBtn {
        width: 20px;
        height: 20px;
        top: 0; } }
  .accordionBox .acdInner {
    display: none; }

/* accordionBox */
.accordionBox {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%; }
  .accordionBox dl {
    border-bottom: 1px solid #012383; }
    .accordionBox dl + dl {
      margin-top: 20px; }
      @media (max-width: 480px) {
        .accordionBox dl + dl {
          margin-top: 0; } }
  .accordionBox dt.targetBtn {
    position: relative;
    padding: 20px 20px 12px;
    font-weight: 700;
    cursor: pointer; }
    .accordionBox dt.targetBtn::before {
      content: 'Q';
      position: absolute;
      font-size: 3.5rem;
      color: #012383;
      font-weight: 700;
      top: 50%;
      transform: translateY(-50%);
      left: 0; }
    .accordionBox dt.targetBtn p {
      padding-left: 1em;
      font-size: clamp(14px, 4.167vw, 20px);
      color: #012383; }
    .accordionBox dt.targetBtn .toggleBtn {
      position: absolute;
      top: 50%;
      right: 1.388vw;
      transform: translateY(-50%); }
      .accordionBox dt.targetBtn .toggleBtn span::before, .accordionBox dt.targetBtn .toggleBtn span::after {
        background: #012383; }
    .accordionBox dt.targetBtn.active .toggleBtn span::before, .accordionBox dt.targetBtn.active .toggleBtn span::after {
      transform: rotate(180deg); }
    @media (max-width: 480px) {
      .accordionBox dt.targetBtn {
        padding-right: 30px;
        padding-bottom: 15px; }
        .accordionBox dt.targetBtn p {
          font-size: 1.7rem;
          line-height: 1.4705882353; }
        .accordionBox dt.targetBtn .toggleBtn {
          width: 15px;
          height: 15px;
          right: 10px; } }
  .accordionBox dd.acdInner {
    display: none;
    padding: 15px 20px 20px;
    position: relative; }
    @media (max-width: 480px) {
      .accordionBox dd.acdInner {
        padding: 0;
        margin-bottom: 20px; } }
    .accordionBox dd.acdInner p {
      line-height: 1.6666666667;
      padding-left: 1.5em;
      font-size: clamp(14px, 3.75vw, 18px);
      width: 90%; }
      @media (max-width: 480px) {
        .accordionBox dd.acdInner p {
          padding-left: 0;
          width: 100%;
          font-size: 1.6rem;
          line-height: 1.4375; } }
    .accordionBox dd.acdInner .photoBox {
      margin-top: 30px;
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      width: fit-content; }
      .accordionBox dd.acdInner .photoBox figure {
        max-width: 300px; }
        .accordionBox dd.acdInner .photoBox figure img {
          border-radius: 0;
          margin-bottom: 0; }
        .accordionBox dd.acdInner .photoBox figure + figure {
          margin-left: 20px; }
          @media (max-width: 480px) {
            .accordionBox dd.acdInner .photoBox figure + figure {
              margin-left: 0; } }
    .accordionBox dd.acdInner p.note {
      font-size: 1.4rem;
      margin-top: 15px; }

.moreBtn {
  margin: auto;
  width: 90%;
  max-width: 374px;
  height: 85px;
  -webkit-transition: all .4s;
  transition: all .4s; }
  .moreBtn a {
    text-align: center;
    color: #fff;
    font-size: clamp(14px, 4.167vw, 20px);
    font-weight: 700;
    width: 100%;
    height: 100%;
    line-height: 85px;
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .4s;
    transition: all .4s;
    transition: all .4s;
    z-index: 1; }
  .moreBtn.gra_blue {
    position: relative;
    z-index: 0;
    display: block; }
    .moreBtn.gra_blue::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      transition: 0.5s;
      background: linear-gradient(to bottom, #719DD0, #6491C4, #5A87BB, #4E7CB0, #4573A8, #39689D, #305F95, #2A598F, #235389); }
    .moreBtn.gra_blue::after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: -2;
      top: 0;
      left: 0;
      transition: 0.5s;
      background: #235389; }
  .moreBtn.gra_yellow {
    position: relative;
    z-index: 0;
    display: block; }
    .moreBtn.gra_yellow a {
      color: #012383; }
    .moreBtn.gra_yellow::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      transition: 0.5s;
      background: linear-gradient(to bottom, #FFFFFF, #FFFCF4, #FFF9E8, #FEF5DD, #FEF2D2, #FDEEC6, #FDEBBB, #FDE9B3, #FCE6AB); }
    .moreBtn.gra_yellow::after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: -2;
      top: 0;
      left: 0;
      transition: 0.5s;
      background: #FCE6AB; }
  .moreBtn.gra_green {
    height: 40px;
    position: relative;
    z-index: 0;
    display: block; }
    .moreBtn.gra_green a {
      color: #012383;
      line-height: 40px;
      font-size: clamp(14px, 3.543vw, 17px); }
    .moreBtn.gra_green::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      transition: 0.5s;
      background: linear-gradient(to bottom, #FFFFFF, #F4FAF8, #EBF6F2, #DDF0E8, #D1EBE0, #C7E6D9, #BEE2D2, #B6DFCD, #ADDBC6); }
    .moreBtn.gra_green::after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: -2;
      top: 0;
      left: 0;
      transition: 0.5s;
      background: #ADDBC6; }
  .moreBtn:hover::before {
    opacity: 0; }
  @media (max-width: 1024px) {
    .moreBtn {
      height: 75px; }
      .moreBtn a {
        font-size: 1.8rem;
        line-height: 75px; }
      .moreBtn.gra_green {
        height: 38px; }
        .moreBtn.gra_green a {
          line-height: 38px;
          font-size: 1.5rem; } }

.ttl_line {
  display: inline;
  background-image: linear-gradient(#012383, #012383);
  background-size: 0 1px;
  background-position: bottom 3px right;
  background-repeat: no-repeat;
  box-decoration-break: slice;
  -webkit-box-decoration-break: slice;
  transition: background-size 2s ease-out; }
  .ttl_line.active {
    background-size: 100% 1px;
    background-position: bottom 3px left; }
  .ttl_line.wh {
    background-image: linear-gradient(#fff, #fff); }

/*============================================================================
	404
=============================================================================*/
#notfoundWrap {
  margin: min(120px,12.4995vw) auto; }
  #notfoundWrap h3 {
    margin-bottom: min(40px,4.167vw);
    text-align: center; }
  #notfoundWrap p {
    text-align: center; }
    #notfoundWrap p.moreBtn {
      margin-top: min(80px,8.334vw); }

/*============================================================================
	regulation
=============================================================================*/
/*============================================================================
	調整用
=============================================================================*/
.fl {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex; }

.fl-tab {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex; }
  @media (max-width: 1024px) {
    .fl-tab {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column; } }

.fl-smp {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex; }
  @media (max-width: 480px) {
    .fl-smp {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column; } }

.fl-jst {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.fl-cen {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.fl-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.fl-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.fl-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.fl-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.mt0 {
  margin-top: min(0vw,0px) !important; }

.mb0 {
  margin-bottom: min(0vw,0px) !important; }

.pt0 {
  padding-top: min(0vw,0px) !important; }

.pb0 {
  padding-bottom: min(0vw,0px) !important; }

.mt40 {
  margin-top: min(3vw,40px) !important; }

.mb40 {
  margin-bottom: min(3vw,40px) !important; }

.pt40 {
  padding-top: min(3vw,40px) !important; }

.pb40 {
  padding-bottom: min(3vw,40px) !important; }

.mt80 {
  margin-top: min(6vw,80px) !important; }

.mb80 {
  margin-bottom: min(6vw,80px) !important; }

.pt80 {
  padding-top: min(6vw,80px) !important; }

.pb80 {
  padding-bottom: min(6vw,80px) !important; }

.mt120 {
  margin-top: min(9vw,120px) !important; }

.mb120 {
  margin-bottom: min(9vw,120px) !important; }

.pt120 {
  padding-top: min(9vw,120px) !important; }

.pb120 {
  padding-bottom: min(9vw,120px) !important; }

.mt160 {
  margin-top: min(12vw,160px) !important; }

.mb160 {
  margin-bottom: min(12vw,160px) !important; }

.pt160 {
  padding-top: min(12vw,160px) !important; }

.pb160 {
  padding-bottom: min(12vw,160px) !important; }

.mt200 {
  margin-top: min(15vw,200px) !important; }

.mb200 {
  margin-bottom: min(15vw,200px) !important; }

.pt200 {
  padding-top: min(15vw,200px) !important; }

.pb200 {
  padding-bottom: min(15vw,200px) !important; }

.mt240 {
  margin-top: min(18vw,240px) !important; }

.mb240 {
  margin-bottom: min(18vw,240px) !important; }

.pt240 {
  padding-top: min(18vw,240px) !important; }

.pb240 {
  padding-bottom: min(18vw,240px) !important; }

.mt280 {
  margin-top: min(21vw,280px) !important; }

.mb280 {
  margin-bottom: min(21vw,280px) !important; }

.pt280 {
  padding-top: min(21vw,280px) !important; }

.pb280 {
  padding-bottom: min(21vw,280px) !important; }

.mt320 {
  margin-top: min(24vw,320px) !important; }

.mb320 {
  margin-bottom: min(24vw,320px) !important; }

.pt320 {
  padding-top: min(24vw,320px) !important; }

.pb320 {
  padding-bottom: min(24vw,320px) !important; }

.mt360 {
  margin-top: min(27vw,360px) !important; }

.mb360 {
  margin-bottom: min(27vw,360px) !important; }

.pt360 {
  padding-top: min(27vw,360px) !important; }

.pb360 {
  padding-bottom: min(27vw,360px) !important; }

.mt400 {
  margin-top: min(30vw,400px) !important; }

.mb400 {
  margin-bottom: min(30vw,400px) !important; }

.pt400 {
  padding-top: min(30vw,400px) !important; }

.pb400 {
  padding-bottom: min(30vw,400px) !important; }

br {
  display: inline; }
  @media (min-width: 1241px) {
    br.showPC {
      display: none !important; } }
  @media (min-width: 1025px) {
    br.showTab {
      display: none !important; } }
  @media (min-width: 481px) {
    br.showSP {
      display: none !important; } }
  @media (max-width: 1240px) {
    br.hdnPC {
      display: none; }
    br.showPC {
      display: inherit; } }
  @media (max-width: 1024px) {
    br.hdnTab {
      display: none; }
    br.showTab {
      display: inherit; } }
  @media (max-width: 480px) {
    br.hdnSP {
      display: none; }
    br.showSP {
      display: inherit; } }

span {
  display: inline-block; }
  @media (min-width: 1241px) {
    span.showPC {
      display: none !important; } }
  @media (min-width: 1025px) {
    span.showTab {
      display: none !important; } }
  @media (min-width: 481px) {
    span.showSP {
      display: none !important; } }
  @media (max-width: 1240px) {
    span.hdnPC {
      display: none !important; }
    span.showPC {
      display: inherit; } }
  @media (max-width: 1024px) {
    span.hdnTab {
      display: none !important; }
    span.showTab {
      display: inherit; } }
  @media (max-width: 480px) {
    span.hdnSP {
      display: none !important; }
    span.showSP {
      display: inherit; } }

p, div, figure, ul, a {
  display: block; }
  @media (min-width: 1241px) {
    p.showPC, div.showPC, figure.showPC, ul.showPC, a.showPC {
      display: none !important; } }
  @media (min-width: 1025px) {
    p.showTab, div.showTab, figure.showTab, ul.showTab, a.showTab {
      display: none !important; } }
  @media (min-width: 481px) {
    p.showSP, div.showSP, figure.showSP, ul.showSP, a.showSP {
      display: none !important; } }
  @media (max-width: 1240px) {
    p.hdnPC, div.hdnPC, figure.hdnPC, ul.hdnPC, a.hdnPC {
      display: none !important; }
    p.showPC, div.showPC, figure.showPC, ul.showPC, a.showPC {
      display: inherit; } }
  @media (max-width: 1024px) {
    p.hdnTab, div.hdnTab, figure.hdnTab, ul.hdnTab, a.hdnTab {
      display: none !important; }
    p.showTab, div.showTab, figure.showTab, ul.showTab, a.showTab {
      display: inherit; } }
  @media (max-width: 480px) {
    p.hdnSP, div.hdnSP, figure.hdnSP, ul.hdnSP, a.hdnSP {
      display: none !important; }
    p.showSP, div.showSP, figure.showSP, ul.showSP, a.showSP {
      display: inherit; } }

li {
  display: list-item; }
  @media (min-width: 1241px) {
    li.showPC {
      display: none !important; } }
  @media (min-width: 1025px) {
    li.showTab {
      display: none !important; } }
  @media (min-width: 481px) {
    li.showSP {
      display: none !important; } }
  @media (max-width: 1240px) {
    li.hdnPC {
      display: none !important; }
    li.showPC {
      display: inherit; } }
  @media (max-width: 1024px) {
    li.hdnTab {
      display: none !important; }
    li.showTab {
      display: inherit; } }
  @media (max-width: 480px) {
    li.hdnSP {
      display: none !important; }
    li.showSP {
      display: inherit; } }

.ta_cnt {
  text-align: center; }

.ta_right {
  text-align: right; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

/* scroll */
.fade {
  opacity: 0;
  transition: all 0.8s; }
  .fade.active {
    opacity: 1; }

.upfade {
  transform: translate(0, 50px);
  opacity: 0;
  transition: all 0.8s; }
  .upfade.scrollin {
    transform: translate(0, 0);
    opacity: 1; }

.downfade {
  transform: translate(0, -50px);
  opacity: 0;
  transition: all 0.8s; }
  .downfade.scrollin {
    transform: translate(0, 0);
    opacity: 1; }

.sclinWrap {
  overflow: hidden !important; }

.sclin_right {
  transform: translate(50px, 0);
  opacity: 0;
  transition: all 0.8s; }
  .sclin_right.scrollin {
    transform: translate(0, 0);
    opacity: 1; }

.sclin_left {
  transform: translate(-50px, 0);
  opacity: 0;
  transition: all 0.8s; }
  .sclin_left.scrollin {
    transform: translate(0, 0);
    opacity: 1; }

.listfade li {
  transform: translate(0, 50px);
  opacity: 0.1;
  transition: all 1.0s; }
  .listfade li.scrollin {
    transform: translate(0, 0);
    opacity: 1; }

.maskBlock {
  overflow: hidden;
  position: relative; }
  .maskBlock::after {
    content: '';
    margin: auto;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(var(--blockScale));
    transform-origin: top;
    z-index: 10; }
  .maskBlock.wh::after {
    background: -moz-linear-gradient(top, white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, white 0%, white 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, white 0%, white 50%, rgba(255, 255, 255, 0) 100%); }
  .maskBlock.bk::after {
    background: -moz-linear-gradient(bottom, #1a1a1a 0%, #1a1a1a 75%, rgba(26, 26, 26, 0) 100%);
    background: -webkit-linear-gradient(bottom, #1a1a1a 0%, #1a1a1a 75%, rgba(26, 26, 26, 0) 100%);
    background: linear-gradient(to top, #1a1a1a 0%, #1a1a1a 75%, rgba(26, 26, 26, 0) 100%); }
