@charset "UTF-8";
@media only screen and (max-width: 750px) {
  body {
    font-size: 100%;
    /* 16px */
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    color: var(--color-body);
    background: #ffffff;
    line-height: 1.875;
    word-wrap: break-word;
  }

  a,
  span,
  img {
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
  }

  a,
  a:link,
  a:visited {
    color: #009BC3;
  }

  a:hover {
    color: #009BC3;
  }

  #top {
    position: relative;
  }

  .container-inner {
    width: auto;
  }

  .fade-in {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    -o-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms;
    transition: all 500ms;
  }

  .scroll-in {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  /* HEADER */
  #header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 95px;
    z-index: 3000;
    transition: background-color 0.4s;
  }

  #header .container-inner {
    height: 100%;
    padding: 17px 60px 0 20px;
    box-sizing: border-box;
  }

  #header .container-inner .primary .h-logo a {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    display: inline-block;
    text-decoration: none;
    transition: opacity 0.3s ease-in-out;
  }

  #header .container-inner .primary .h-logo a:hover {
    opacity: 0.6;
  }

  #header .container-inner .primary .h-logo a .ja-text {
    color: #ffffff;
    letter-spacing: 0.06em;
    font-size: 93.75%;
    /* 15px */
    font-weight: bold;
    line-height: 1.55;
    margin-bottom: 0;
  }

  #header .container-inner .primary .h-logo a .ja-text .text-s {
    display: inline-block;
    font-size: 66.666666%;
    /* 10px */
    margin: 0 0 0 -4px;
    vertical-align: middle;
  }

  #header .container-inner .primary .h-logo a .ja-text em {
    display: block;
    font-size: 133.333333%;
    /* 20px */
    font-weight: bold;
    margin-top: -4px;
  }

  #header .container-inner .primary .h-logo a .en-text {
    margin: 0 0 0 1px;
    line-height: 1;
  }

  #header .container-inner .primary .h-logo a .en-text img {
    width: 230px;
    height: auto;
    vertical-align: middle;
  }

  #header .container-inner .secondary {
    display: none;
  }

  #header.spnav {
    position: fixed;
    background-color: #00A9E0;
  }

  /* FOOTER */
  #footer {
    background-color: #d8dfe6;
    text-align: center;
  }

  #footer a {
    color: #000000;
  }

  #footer .container-inner {
    padding: 40px 20px 45px;
  }

  #footer .container-inner .f-sign {
    margin-bottom: 25px;
  }

  #footer .container-inner .f-sign .f-name {
    display: inline-block;
    text-align: left;
    margin-left: -5px;
  }

  #footer .container-inner .f-sign .f-name a {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding-left: 54px;
  }

  #footer .container-inner .f-sign .f-name a:after {
    content: "";
    display: block;
    width: 43px;
    height: 47px;
    background-image: url(../images/common/logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 5px;
    left: 0;
  }

  #footer .container-inner .f-sign .f-name a:hover {
    opacity: 0.6;
  }

  #footer .container-inner .f-sign .f-name a .ja-text {
    display: inline-block;
    letter-spacing: 0.06em;
    font-size: 103.125%;
    /* 16.5px */
    font-weight: bold;
    line-height: 1.55;
    margin-bottom: 0;
  }

  #footer .container-inner .f-sign .f-name a .ja-text .text-s {
    display: inline-block;
    font-size: 69.696969%;
    /* 11.5px */
    margin: 0 0 0 -4px;
    vertical-align: middle;
  }

  #footer .container-inner .f-sign .f-name a .ja-text em {
    display: block;
    font-size: 139.393939%;
    /* 23px */
    font-weight: bold;
    margin-top: -2px;
  }

  #footer .container-inner .f-sign .f-name a .en-text {
    display: inline-block;
    margin: 0 0 0 1px;
    line-height: 1;
  }

  #footer .container-inner .f-sign .f-name a .en-text img {
    vertical-align: middle;
  }

  #footer .container-inner .f-sign .f-address {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    line-height: 1.75;
    font-size: 93.75%;
    /* 15px */
    margin-bottom: 23px;
  }

  #footer .container-inner .f-sign .f-address .f-place {
    margin-bottom: 0;
  }

  #footer .container-inner .f-sign .f-address .f-tel {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    margin-bottom: 0;
  }

  #footer .container-inner .f-sign .f-address .f-fax {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
  }

  #footer .container-inner .f-sign .f-banner .banner {
    margin-bottom: 0;
  }

  #footer .container-inner .f-sign .f-banner .banner:not(:last-child) {
    margin-bottom: 15px;
  }

  #footer .container-inner .f-sign .f-banner .banner>a {
    width: 250px;
    height: 100%;
    min-height: 70px;
    padding: 7px 15px;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 106.25%;
    /* 17px */
    font-weight: bold;
    text-align: center;
    background-color: #ffffff;
    text-decoration: none;
    transition: filter 0.3s ease-in-out;
    line-height: 1.55;
    display: grid;
    place-items: center;
  }

  #footer .container-inner .f-sign .f-banner .banner>a em {
    font-size: 117.647058%;
    /* 20px */
    font-weight: bold;
  }

  #footer .container-inner .f-sign .f-banner .banner>a:hover {
    filter: brightness(0.9);
  }

  #footer .container-inner .copyright {
    margin: 0;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-size: 81.25%;
  }

  /* NAVIGATION */
  #nav {
    display: none;
  }

  #sp-menu {
    position: fixed;
    top: 24px;
    right: 20px;
    z-index: 3500;
    margin-bottom: 0;
  }

  #sp-menu .menu {
    float: right;
    width: 26px;
    height: 30px;
    box-sizing: border-box;
  }

  #sp-menu .menu a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }

  #sp-menu .menu a .icon {
    display: block;
    width: 100%;
    height: 13px;
    transition: 0.2s;
    position: relative;
  }

  #sp-menu .menu a .icon:before {
    display: block;
    content: "";
    width: 100%;
    height: 2.5px;
    position: absolute;
    top: 0;
    left: 0;
    background: #00A9E0;
    transition: 0.3s;
  }

  #sp-menu .menu a .icon:after {
    display: block;
    content: "";
    width: 100%;
    height: 2.5px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #00A9E0;
    transition: 0.3s;
  }

  #sp-menu .menu a.close .icon:before {
    transform-origin: top right;
    transform: rotate(-22deg) skewX(-35deg);
    -webkit-transform: rotate(-22deg) skewX(-35deg);
    background-color: #ffffff;
  }

  #sp-menu .menu a.close .icon:after {
    transform-origin: right bottom;
    transform: rotate(22deg) skewX(35deg);
    -webkit-transform: rotate(22deg) skewX(35deg);
    background-color: #ffffff;
  }

  #sp-menu .menu a.close .text {
    text-shadow: none;
    color: #ffffff;
  }

  #sp-menu .menu a .text {
    font-size: 62.5%;
    /* 10px */
    line-height: 0;
    color: #00A9E0;
    display: block;
    font-family: "Aoboshi One", serif;
    transform: scaleY(0.8);
    line-height: 1.2;
    letter-spacing: 0.05em;
    line-height: 1;
    text-shadow: 0 0 2px #ffffff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }

  #sp-menu .menu a .text:first-letter {
    font-size: 115%;
    /* 11.5px */
  }

  #md-nav {
    position: fixed;
    top: 95px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: auto;
    z-index: 2000;
    display: none;
    background-color: #00A9E0;
  }

  #md-nav .spnav-outline {
    margin: 30px 20px 80px 20px;
  }

  #md-nav .spnav-outline #sp-nav {
    margin-bottom: 50px;
  }

  #md-nav .spnav-outline #sp-nav a {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
  }

  #md-nav .spnav-outline #sp-nav>li:not(:last-of-type) {
    margin-bottom: 22px;
  }

  #md-nav .spnav-outline #sp-nav>li .parent,
  #md-nav .spnav-outline #sp-nav>li>a {
    display: inline-block;
    color: #ffffff;
    font-size: 125%;
    /* 20px */
    font-weight: bold;
    cursor: pointer;
  }

  #md-nav .spnav-outline #sp-nav>li>a:hover {
    opacity: 0.6;
  }

  #md-nav .spnav-outline #sp-nav>li.on .parent {
    background-image: url(../images/common/spnav-minus.svg);
  }

  #md-nav .spnav-outline #sp-nav>li.on:has(.parent:not(.open)) .parent {
    background-image: url(../images/common/spnav-plus.svg);
  }

  #md-nav .spnav-outline #sp-nav>li .parent {
    display: block;
    padding-right: 40px;
    background-image: url(../images/common/spnav-plus.svg);
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: top 4px right;
    transition: background-image 0.3s ease-in-out;
  }

  #md-nav .spnav-outline #sp-nav>li .parent.open {
    background-image: url(../images/common/spnav-minus.svg);
  }

  #md-nav .spnav-outline #sp-nav>li .second {
    padding: 7px 0 0 16px;
    margin-bottom: 0;
    display: none;
  }

  #md-nav .spnav-outline #sp-nav>li .second>li:not(:last-of-type) {
    margin-bottom: 10px;
  }

  #md-nav .spnav-outline #sp-nav>li .second>li>a {
    font-weight: bold;
    position: relative;
    font-size: 112.5%;
    /* 18px */
    padding-left: 30px;
  }

  #md-nav .spnav-outline #sp-nav>li .second>li>a:hover {
    opacity: 0.6;
  }

  #md-nav .spnav-outline #sp-nav>li .second>li>a:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    top: 15px;
    left: 0;
  }

  #md-nav .spnav-outline .h-link_btnbox {
    text-align: center;
  }

  #md-nav .spnav-outline .h-link_btnbox .h-btn {
    margin-bottom: 0;
    line-height: 1.4;
  }

  #md-nav .spnav-outline .h-link_btnbox .h-btn:not(:last-of-type) {
    margin-bottom: 15px;
  }

  #md-nav .spnav-outline .h-link_btnbox .h-btn>a {
    width: 160px;
    text-align: center;
    display: inline-block;
    color: #00A9E0;
    background-color: #ffffff;
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-size: 112.5%;
    /* 18px */
    font-weight: 600;
    padding: 9px 20px;
    text-decoration: none;
    transition: opacity 0.3s ease-in-out;
  }

  #md-nav .spnav-outline .h-link_btnbox .h-btn>a:hover {
    opacity: 0.6;
  }

  /* TITLE */
  #title {
    height: 240px;
    background-image: url(../images/common/title-bg_sp.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
  }

  #title .title-box {
    width: 100%;
    height: 100%;
    background-color: rgba(30, 3, 0, 0.18);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
  }

  #title .title-box .title-area {
    display: inline-block;
    padding: 1px 30px 10px 25px;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  #title .title-box .title-area .title {
    color: #ffffff;
    line-height: 1.5;
    padding-top: 3px;
    position: relative;
    z-index: 2;
  }

  #title .title-box .title-area .title .ja-text {
    display: block;
    font-size: 137.5%;
    /* 2px */
    font-family: var(--yu-gothic);
    font-weight: bold;
    letter-spacing: 0.06em;
    margin-bottom: -2px;
  }

  #title .title-box .title-area .title .en-text {
    display: block;
    font-size: 87.5%;
    /* 14px */
    font-family: "Aoboshi One", serif;
    transform: scaleY(0.8);
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-align: right;
  }

  #title .title-box .title-area .title .en-text:first-letter {
    font-size: 110.714285%;
    /* 15.5px */
    margin-left: 4px;
  }

  #title .title-box .title-area:before {
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    background-color: #00A9E0;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
  }

  #title .title-box .title-area:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #00A9E0;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
  }

  #title .title-box .filter01 {
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
  }

  #title .title-box .filter02 {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
  }

  #title .title-box .triangle01 {
    width: 143px;
    height: 100%;
    background-color: #ffffff;
    clip-path: polygon(0 100%, 100% 0, 98px 0);
    opacity: 0.11;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  #title .title-box .triangle02 {
    width: 572px;
    height: 100%;
    background-color: #00A9E0;
    clip-path: polygon(0 100%, 100% 0, 296px 0);
    opacity: 0.19;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(calc(-50% + 147px));
  }

  /* CONTENT */
  #content {
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
  }

  #content .container-inner {
    padding: 10px 20px;
  }

  #content .container-inner.sp_incnt {
    padding: 0 20px;
  }

  #content:before {
    content: "";
    display: block;
    width: 228px;
    height: 392px;
    background-color: #00A9E0;
    opacity: 0.09;
    clip-path: polygon(0 0, 100% 100%, 73px 0);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(calc(-50% + 57px));
    z-index: -1;
  }

  #content:after {
    content: "";
    display: block;
    width: 896px;
    height: 390px;
    background-color: #00A9E0;
    opacity: 0.09;
    clip-path: polygon(0 0, 100% 100%, 428px 0);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(calc(-50% - 123px));
    z-index: -1;
  }

  #breadcrumb {
    line-height: 1.55;
    margin-bottom: 30px;
  }

  #breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    font-size: 81.25%;
  }

  #breadcrumb li a {
    color: #000000;
  }

  #breadcrumb li a:hover {
    text-decoration: none;
  }

  #breadcrumb li.on {
    font-weight: bold;
  }

  #main {
    margin-bottom: 50px;
  }

  #side {
    padding: 10px;
  }

  #content #side #snav {
    padding: 0 10px;
  }

  .section {
    margin-bottom: 80px;
  }

  .section-s {
    margin-bottom: 60px;
  }

  .section-ss {
    margin-bottom: 45px;
  }

  .section-sss {
    margin-bottom: 30px;
  }

  .section-ssss {
    margin-bottom: 15px;
  }

  .pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
    text-align: right;
    margin: 0;
    z-index: 5000;
  }

  .pagetop a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 0;
    text-decoration: none;
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    position: relative;
  }

  .pagetop a:hover {
    filter: alpha(opacity=60);
    /* IE 6,7*/
    -ms-filter: "alpha(opacity=60)";
    /* IE 8,9 */
    -moz-opacity: 0.6;
    /* FF , Netscape */
    -khtml-opacity: 0.6;
    /* Safari 1.x */
    opacity: 0.6;
    zoom: 1;
    /*IE*/
  }

  .pagetop a img {
    display: inline-block;
    padding: 3px 0 0 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }

  .inlink {
    margin-top: -65px;
    padding-top: 65px;
  }

  /* SNAV */
  #subnav {
    .subnav-list {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
      gap: 15px;
      margin-bottom: 50px;

      >li {
        line-height: 1.6;

        >a {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 100%;
          padding: 10px 16px 10px 25px;
          border: 1px solid var(--link-c);
          box-sizing: border-box;
          font-family: YuGothic, "Noto Sans JP", sans-serif;
          font-weight: bold;
          text-decoration: none;
          transition: 0.3s ease-in-out;
          position: relative;

          &:before {
            content: "";
            display: inline-block;
            width: 22px;
            aspect-ratio: 26 / 8;
            background: url(../images/common/arrow02_r.svg) no-repeat center / contain;
            position: absolute;
            top: 50%;
            left: 0;
            translate: 0 -50%;
          }
        }

        &.on {
          >a {
            color: #ffffff;
            background-color: var(--link-c);

            &:before {
              background-image: url(../images/common/arrow02_r_white.svg);
            }
          }
        }
      }
    }
  }
}

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