@charset "UTF-8";
/* ***************************************************
 PC / SP共通
*************************************************** */
/* ////////////////// タグ初期値 ////////////////// */
html,
body {
  height: 100%;
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, Verdana, sans-serif;
}

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  font-weight: 500;
  color: #4c4c4c;
}

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

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}

a {
  color: #4c4c4c;
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
  line-height: 2em;
}

ul,
ol,
dl {
  margin: 0;
  padding: 0;
}

li, dt, dd {
  margin: 0px;
  padding: 0px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -moz-box-sizing: content-box;
  height: 0;
}

/* テーブル */
table,
th,
td {
  border-collapse: collapse;
  border: 1px;
}

table {
  width: 100%;
  margin: 0 auto;
  min-height: 0.1%;
  overflow: auto;
}

td,
th {
  padding: 0.5em;
}

th {
  white-space: nowrap;
  font-weight: normal;
}

/* ***************************************************
 SP
*************************************************** */
@media screen and (max-width:1099px) {
  .pc {
    display: none !important;
  }
  html.scroll-prevent {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #recruitContainer {
    width: 100vw;
    overflow-x: hidden;
  }
  #header {
    position: relative;
    background-color: #fff;
    text-align: center;
  }
  #header .logo {
    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;
  }
  #header .logo a {
    display: grid;
    place-items: center;
    height: 40px;
    margin-right: 20px;
  }
  #header .logo a img {
    width: 200px;
  }
  #header .logo small {
    display: inline-block;
    padding: 0.5em 1em 0.6em;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    line-height: 1em;
    background-color: #51A5CE;
    border-radius: 3em;
  }
  #header .fv {
    display: grid;
    place-items: center;
    height: 100svh;
    max-height: 900px;
    background-image: url(../images/fv.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  #header .fv .philosophy strong,
  #header .fv .philosophy b {
    display: block;
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  }
  #header .fv .philosophy strong {
    margin-bottom: 40px;
    font-size: clamp(24px, 6.4vw, 30px);
    font-weight: 700;
  }
  #header .fv .philosophy b {
    font-size: 22px;
    font-weight: 700;
  }
  #header .header-nav {
    display: none;
  }
  .btn-float {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    padding: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }
  .btn-float a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 1em 3em;
    color: #fff;
    text-align: center;
    letter-spacing: 0.5em;
    background-color: #17BF91;
  }
  .btn-float a:hover {
    padding: 2em 1.5em;
  }
  #footer {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 4vw 110px;
    font-size: 14px;
  }
  #footer .inner .footer-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #footer .inner .footer-left img {
    width: 60px;
    margin-right: 10px;
  }
  #footer .inner .footer-left p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #footer .inner .footer-left p b {
    font-weight: 700;
  }
  .inview,
  .inview1,
  .inview2,
  .inview3,
  .inview4 {
    opacity: 0;
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
    -webkit-transition: all 0.75s;
    transition: all 0.75s;
  }
  .inview.is-show,
  .inview1.is-show,
  .inview2.is-show,
  .inview3.is-show,
  .inview4.is-show {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .section-title {
    margin-bottom: 70px;
    font-size: clamp(24px, 6.4vw, 30px);
    font-weight: 800;
    color: #005680;
    text-align: center;
  }
  .section-title span {
    position: relative;
  }
  .section-title span::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100px;
    height: 7px;
    background-color: #51A5CE;
  }
  main .section-intro .inner {
    width: 800px;
    max-width: 100%;
    margin: 80px auto 60px;
    padding: 0 4vw;
  }
  main .section-intro .inner h2 {
    margin: 0 auto 60px;
    font-size: clamp(20px, 5.3vw, 24px);
    font-weight: 800;
    line-height: 1.75em;
  }
  main .section-intro .inner h2 b {
    font-size: clamp(24px, 6.4vw, 30px);
    font-weight: inherit;
    color: #005680;
  }
  main .section-intro .inner p {
    font-size: clamp(16px, 1.45vw, 18px);
    font-weight: 600;
    line-height: 2.25em;
  }
  main .section-intro #introSwiper {
    width: 100%;
    height: 150px;
    margin-bottom: 80px;
    padding: 10px 0;
    overflow: hidden;
  }
  main .section-intro #introSwiper .swiper-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  main .section-intro #introSwiper .swiper-slide {
    width: 200px;
    height: 100%;
  }
  main .section-intro #introSwiper .swiper-slide img {
    display: inline-block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
  }
  main .section-intro .greetings {
    width: 1920px;
    max-width: 100%;
    margin: 0 auto 80px;
  }
  main .section-intro .greetings .img {
    position: relative;
    z-index: 2;
    width: 620px;
    max-width: calc(100% - 6vw);
    margin: 0 auto;
  }
  main .section-intro .greetings .img img {
    -webkit-box-shadow: 6px 6px 0 #51A5CE;
            box-shadow: 6px 6px 0 #51A5CE;
  }
  main .section-intro .greetings .text {
    width: 800px;
    max-width: calc(100% - 6vw);
    margin: 0 auto;
    padding: 40px 6vw;
  }
  main .section-intro .greetings .text::after {
    content: "";
    position: absolute;
    top: -15%;
    left: -20%;
    z-index: -1;
    display: block;
    width: 120%;
    height: 115%;
    background: #F0FAFF;
    background: linear-gradient(135deg, rgb(153, 221, 255) 0%, rgb(240, 250, 255) 100%);
  }
  main .section-intro .greetings .text h2 {
    margin-bottom: 1.5em;
    font-size: clamp(24px, 6.4vw, 30px);
    font-weight: 900;
  }
  main .section-intro .greetings .text h2 b {
    font-weight: inherit;
    color: #005680;
  }
  main .section-intro .greetings .text p {
    font-size: clamp(16px, 1.45vw, 18px);
    line-height: 2em;
  }
  main .section-intro .greetings .text .sign {
    font-size: clamp(16px, 1.45vw, 18px);
    text-align: right;
  }
  main #sectionWork {
    width: 800px;
    max-width: 100%;
    margin: 0 auto 120px;
    padding: 0 6vw;
  }
  main #sectionWork .work-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 30px 20px;
  }
  main #sectionWork .work-wrapper .work img {
    margin-bottom: 20px;
    border-radius: 24px;
    -webkit-box-shadow: 5px 5px 0 rgba(81, 165, 206, 0.5);
            box-shadow: 5px 5px 0 rgba(81, 165, 206, 0.5);
  }
  main #sectionWork .work-wrapper .work figcaption h3 {
    margin-bottom: 10px;
    font-size: clamp(20px, 1.8vw, 24px);
    color: #005680;
  }
  main #sectionWork .work-wrapper .work figcaption p {
    margin: 0;
    line-height: 1.75em;
  }
  main #sectionAbout {
    position: relative;
    margin: 0 auto 100px;
    padding: 80px 4vw;
    background-color: #F0FAFF;
  }
  main #sectionAbout::before, main #sectionAbout::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 30px;
    -webkit-mask-repeat: repeat-x;
            mask-repeat: repeat-x;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #F0FAFF;
  }
  main #sectionAbout::before {
    top: -29px;
    -webkit-mask-image: url(../images/about-before.svg);
            mask-image: url(../images/about-before.svg);
  }
  main #sectionAbout::after {
    bottom: -29px;
    -webkit-mask-image: url(../images/about-after.svg);
            mask-image: url(../images/about-after.svg);
  }
  main #sectionAbout .inner {
    width: 1920px;
    max-width: 100%;
    margin: 0 auto;
  }
  main #sectionAbout .col2 {
    margin-bottom: 60px;
  }
  main #sectionAbout .col2 .img {
    width: 600px;
    max-width: 100%;
    margin: 0 auto 30px;
  }
  main #sectionAbout .col2 .img img {
    border-radius: 20px;
  }
  main #sectionAbout .col2 .text h3 {
    margin-bottom: 0.75em;
    padding: 0 0 0.5em;
    font-size: clamp(20px, 5.3vw, 24px);
    border-bottom: 5px solid #51A5CE;
  }
  main #sectionAbout .col2 .text h4 {
    margin-bottom: 40px;
    font-size: clamp(18px, 4.8vw, 22px);
  }
  main #sectionAbout .col2 .text p {
    line-height: 2em;
  }
  main #sectionAbout .col2 .text .box {
    padding: 30px 20px;
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  }
  main #sectionAbout .col2 .text .box > p {
    font-weight: 700;
    color: #005680;
  }
  main #sectionAbout .col2 .text .list-box {
    margin-bottom: 20px;
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  }
  main #sectionAbout .col2 .text .list-box:last-child {
    margin-bottom: 0;
  }
  main #sectionAbout .col2 .text .list-box p {
    margin-bottom: 0;
  }
  main #sectionAbout .col2 .text .list-box dl {
    margin: 30px auto;
  }
  main #sectionAbout .col2 .text .list-box dl div {
    margin-bottom: 20px;
  }
  main #sectionAbout .col2 .text .list-box dl div dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #005680;
  }
  main #sectionAbout .col2 .text .list-box dl div dt::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    -webkit-mask-image: url(../images/ico-check.svg);
            mask-image: url(../images/ico-check.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #17BF91;
  }
  main #sectionAbout .col2 .text .list-box dl div dd {
    padding-left: 40px;
  }
  main #sectionAbout .col2 .text .list-box dl div dd::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 18px;
    vertical-align: text-bottom;
    margin-right: 10px;
    -webkit-mask-image: url(../images/ico-arrow.svg);
            mask-image: url(../images/ico-arrow.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #005680;
  }
  main #sectionAbout .col2 .text .list-box ul {
    list-style: none;
    margin: 30px auto 0;
    padding: 0 0 0 34px;
  }
  main #sectionAbout .col2 .text .list-box ul li {
    margin-bottom: 20px;
    line-height: 2em;
    text-indent: -34px;
  }
  main #sectionAbout .col2 .text .list-box ul li::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: text-bottom;
    margin-right: 8px;
    -webkit-mask-image: url(../images/ico-clip.svg);
            mask-image: url(../images/ico-clip.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #17BF91;
  }
  main #sectionAbout .about-data {
    position: relative;
    z-index: 1;
    width: 600px;
    max-width: 100%;
    margin: 150px auto 0;
    padding: 60px 4vw 30px;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  }
  main #sectionAbout .about-data::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    width: 70%;
    height: 120px;
    background-color: #fff;
    border-radius: 50%;
  }
  main #sectionAbout .about-data::after {
    content: "";
    position: absolute;
    top: -130px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100px;
    height: 150px;
    background-image: url(../images/data-img.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
  }
  main #sectionAbout .about-data h2 {
    margin-bottom: 60px;
    font-size: clamp(24px, 6.4vw, 30px);
    font-weight: 800;
    color: #51A5CE;
    text-align: center;
  }
  main #sectionAbout .about-data .data-wrapper .data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin-bottom: 70px;
  }
  main #sectionAbout .about-data .data-wrapper .data:last-child {
    margin-bottom: 0;
  }
  main #sectionAbout .about-data .data-wrapper .data .num01,
  main #sectionAbout .about-data .data-wrapper .data .num02,
  main #sectionAbout .about-data .data-wrapper .data .num03 {
    position: relative;
    width: 100%;
    margin: 0 auto 10px;
    padding: 15px 10px 0;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 55px;
    font-weight: 600;
    line-height: 1em;
    color: #fff;
    background-color: #17BF91;
    border-radius: 10px;
  }
  main #sectionAbout .about-data .data-wrapper .data .num01::before,
  main #sectionAbout .about-data .data-wrapper .data .num02::before,
  main #sectionAbout .about-data .data-wrapper .data .num03::before {
    content: "";
    position: absolute;
    top: -42px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 40px;
    height: 40px;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: bottom center;
            mask-position: bottom center;
    background-color: #17BF91;
  }
  main #sectionAbout .about-data .data-wrapper .data .num01 small,
  main #sectionAbout .about-data .data-wrapper .data .num02 small,
  main #sectionAbout .about-data .data-wrapper .data .num03 small {
    font-size: 20px;
    font-weight: 700;
  }
  main #sectionAbout .about-data .data-wrapper .data .num01::before {
    -webkit-mask-image: url(../images/ico-user.svg);
            mask-image: url(../images/ico-user.svg);
  }
  main #sectionAbout .about-data .data-wrapper .data .num02::before {
    -webkit-mask-image: url(../images/ico-clock.svg);
            mask-image: url(../images/ico-clock.svg);
  }
  main #sectionAbout .about-data .data-wrapper .data .num03::before {
    -webkit-mask-image: url(../images/ico-island.svg);
            mask-image: url(../images/ico-island.svg);
  }
  main #sectionAbout .about-data .data-wrapper .data .memo {
    font-weight: 700;
  }
  main #btnModal {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 1em 3em;
    font-size: 18px;
    color: #fff;
    background-color: #005680;
    cursor: pointer;
  }
  main #aboutModal {
    position: relative;
    width: 640px;
    max-width: 100%;
    border: none;
    background: transparent;
  }
  main #aboutModal::-ms-backdrop {
    background: rgba(0, 0, 0, 0.6);
  }
  main #aboutModal::backdrop {
    background: rgba(0, 0, 0, 0.6);
  }
  main #aboutModal.open {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 200;
  }
  main #aboutModal .inner {
    padding: 60px 4vw;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    text-align: left;
    color: #4c4c4c;
  }
  main #aboutModal form {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  main #aboutModal form .close {
    border: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    -webkit-mask-image: url(../images/ico-close.svg);
            mask-image: url(../images/ico-close.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    background-color: #51A5CE;
    cursor: pointer;
  }
  main #aboutModal h5 {
    margin-bottom: 1em;
    font-size: clamp(16px, 1.45vw, 18px);
  }
  main #aboutModal dl {
    line-height: 2em;
  }
  main #aboutModal dl dt {
    font-weight: 700;
  }
  main #aboutModal dl dd {
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    border-bottom: 1px dashed #ddd;
  }
  main #aboutModal p:last-child {
    margin-bottom: 0;
  }
  main #sectionAmbience .ambience-intro {
    margin-bottom: 60px;
    font-size: clamp(22px, 5.8vw, 26px);
    text-align: center;
  }
  main #sectionAmbience .col2 {
    width: 800px;
    max-width: 100%;
    margin: 0 auto 40px;
    padding: 0 6vw;
  }
  main #sectionAmbience .col2 .img {
    width: 500px;
    max-width: 100%;
    margin: 0 auto 50px;
  }
  main #sectionAmbience .col2 .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  main #sectionAmbience .col2 .text p {
    line-height: 2.25em;
  }
  main #sectionAmbience #ambienceSwiper {
    width: 100%;
    height: 150px;
    margin-bottom: 40px;
    padding: 10px 0;
    overflow: hidden;
  }
  main #sectionAmbience #ambienceSwiper .swiper-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  main #sectionAmbience #ambienceSwiper .swiper-slide {
    width: 200px;
    height: 100%;
  }
  main #sectionAmbience #ambienceSwiper .swiper-slide img {
    display: inline-block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
  }
  main #sectionAmbience .ambience-schedule {
    width: 800px;
    max-width: 100%;
    margin: 0 auto 1em;
    padding: 0 4vw;
    font-size: clamp(22px, 5.8vw, 26px);
    line-height: 1em;
    text-align: center;
  }
  main #sectionAmbience .ambience-schedule::before {
    content: "";
    position: relative;
    top: 5px;
    display: inline-block;
    width: 30px;
    height: 30px;
    -webkit-mask-image: url(../images/ico-clock.svg);
            mask-image: url(../images/ico-clock.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: bottom left;
            mask-position: bottom left;
    background-color: #17BF91;
    vertical-align: bottom;
  }
  main #sectionAmbience .schedule-wrapper {
    width: 800px;
    max-width: calc(100% - 8vw);
    margin: 0 auto 80px;
    padding: 30px 6vw;
    background-color: #ECF8F5;
    border-radius: 30px;
  }
  main #sectionAmbience .schedule-wrapper .schedule {
    line-height: 2em;
  }
  main #sectionAmbience .schedule-wrapper .schedule div:not(:last-child) {
    margin-bottom: 30px;
  }
  main #sectionAmbience .schedule-wrapper .schedule div dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
    color: #005680;
  }
  main #sectionAmbience .schedule-wrapper .schedule div dt::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    -webkit-mask-image: url(../images/ico-clock.svg);
            mask-image: url(../images/ico-clock.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #005680;
  }
  main #sectionAmbience .schedule-wrapper .img {
    display: none;
  }
  main #sectionVoice {
    width: 800px;
    max-width: 100%;
    margin: 0 auto 80px;
    padding: 0 6vw;
  }
  main #sectionVoice .col2 {
    margin-bottom: 60px;
  }
  main #sectionVoice .col2:last-child {
    margin-bottom: 0;
  }
  main #sectionVoice .col2 .img {
    width: 620px;
    max-width: 100%;
    margin-bottom: 30px;
  }
  main #sectionVoice .col2 .img img {
    border-radius: 20px;
    -webkit-box-shadow: 8px 8px 0 rgba(81, 165, 206, 0.5);
            box-shadow: 8px 8px 0 rgba(81, 165, 206, 0.5);
  }
  main #sectionVoice .col2 .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  main #sectionVoice .col2 .text .text-inner {
    position: relative;
    height: 300px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  main #sectionVoice .col2 .text .text-inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 120px;
    background: rgba(255, 255, 255, 0);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(255, 255, 255, 0)), color-stop(90%, rgb(255, 255, 255)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, rgb(255, 255, 255) 90%);
  }
  main #sectionVoice .col2 .text .text-inner.open {
    height: 100%;
  }
  main #sectionVoice .col2 .text .text-inner.open::after {
    display: none;
  }
  main #sectionVoice .col2 .text .text-inner h3 {
    margin-bottom: 1em;
    font-size: clamp(20px, 5.3vw, 24px);
  }
  main #sectionVoice .col2 .text .text-inner h4 {
    margin-top: 2em;
    margin-bottom: 1em;
    padding: 0 0 0.5em 15px;
    font-size: clamp(18px, 4.8vw, 22px);
    color: #005680;
    border-left: 8px solid #51A5CE;
    border-bottom: 4px solid #51A5CE;
  }
  main #sectionVoice .col2 .text .voice-open {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: none;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 0.8em 3em 1em;
    font-family: "Noto Sans JP", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, Verdana, sans-serif;
    font-size: 18px;
    color: #fff;
    background-color: #005680;
    cursor: pointer;
  }
  main #sectionRequirement {
    margin: 0 auto 80px;
    padding: 50px 4vw;
    background-color: #F0FAFF;
  }
  main #sectionRequirement .requirement-tab {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
  }
  main #sectionRequirement .requirement-tab li {
    padding: 0 0.5em 0.5em;
    cursor: pointer;
  }
  main #sectionRequirement .requirement-tab li:hover {
    color: #51A5CE;
    opacity: 0.8;
  }
  main #sectionRequirement .requirement-tab li.active {
    color: #005680;
    border-bottom: 4px solid #51A5CE;
  }
  main #sectionRequirement .inner {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 4vw 30px;
    background-color: #fff;
    border-radius: 20px;
  }
  main #sectionRequirement .inner .requirement-content {
    display: none;
  }
  main #sectionRequirement .inner .requirement-content.active {
    display: block;
  }
  main #sectionRequirement .inner .requirement-content .requirement div {
    padding: 1.5em 0;
    line-height: 2em;
    border-bottom: 1px solid #ddd;
  }
  main #sectionRequirement .inner .requirement-content .requirement div dt {
    margin-bottom: 1em;
    font-weight: 700;
    color: #005680;
  }
  main #sectionRequirement .inner .requirement-content .requirement div dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 0.875em;
  }
  main .entry-box {
    margin-top: 50px;
    text-align: center;
  }
  main .entry-box p {
    font-size: 20px;
  }
  main .entry-box .btn-entry a {
    display: block;
    width: 360px;
    max-width: 100%;
    margin: 30px auto 0;
    padding: 1.5em 3em;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background-color: #005680;
  }
  main #sectionCompany {
    width: 800px;
    max-width: 100%;
    margin: 0 auto 80px;
    padding: 0 6vw;
  }
  main #sectionCompany .col2 {
    margin-bottom: 80px;
    font-size: 15px;
  }
  main #sectionCompany .col2 .text {
    margin-bottom: 30px;
  }
  main #sectionCompany .col2 .text dl div {
    padding: 0.75em 1em;
    line-height: 2em;
    border-bottom: 1px solid #ddd;
  }
  main #sectionCompany .col2 .text dl div dt {
    margin-bottom: 1em;
    font-weight: 700;
    color: #005680;
  }
  main #sectionCompany .col2 .text dl div dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  main #sectionCompany .col2 .text dl div dd p:last-child {
    margin-bottom: 0;
  }
  main #sectionCompany .col2 .map {
    position: relative;
    width: 100%;
    aspect-ratio: 10/12;
    margin: 0 auto;
  }
  main #sectionCompany .col2 .map iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  main #sectionCompany .title-business {
    margin-bottom: 2em;
    font-size: 24px;
    text-align: center;
  }
  main #sectionCompany .col2-business .left,
  main #sectionCompany .col2-business .right {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
  }
  main #sectionCompany .col2-business .left {
    margin-bottom: 30px;
  }
  main #sectionCompany .col2-business h3 {
    margin-bottom: 1.5em;
    font-size: 22px;
    color: #005680;
    text-align: center;
  }
  main #sectionCompany .col2-business .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
  }
  main #sectionCompany .col2-business .img figure img {
    width: calc(100% - 5px);
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main #sectionCompany .col2-business .img figure figcaption {
    margin-top: 0.5em;
    font-size: clamp(12px, 1vw, 14px);
  }
  main #sectionCompany .col2-business .text p {
    font-size: clamp(14px, 1.27vw, 15px);
  }
}
/* ***************************************************
 PC
*************************************************** */
@media all and (min-width:1100px) {
  .sp {
    display: none !important;
  }
  #header {
    position: relative;
    padding-bottom: 50px;
    background-color: #fff;
    text-align: center;
  }
  #header .logo {
    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;
  }
  #header .logo a {
    display: grid;
    place-items: center;
    height: 50px;
    margin-right: 20px;
  }
  #header .logo a img {
    width: 240px;
  }
  #header .logo small {
    display: inline-block;
    padding: 0.5em 1em 0.6em;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    line-height: 1em;
    background-color: #51A5CE;
    border-radius: 3em;
  }
  #header .fv {
    display: grid;
    place-items: center;
    height: 650px;
    background-image: url(../images/fv.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  #header .fv .philosophy strong,
  #header .fv .philosophy b {
    display: block;
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  }
  #header .fv .philosophy strong {
    margin-bottom: 40px;
    font-size: 45px;
    font-weight: 700;
  }
  #header .fv .philosophy b {
    font-size: 36px;
    font-weight: 700;
  }
  #header .header-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 150;
    width: 100vw;
    padding: 0 50px;
    background-color: #005680;
  }
  #header .header-nav.fixed {
    position: fixed;
    top: 0;
    bottom: auto;
  }
  #header .header-nav ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(16% - 10px), 1fr));
    gap: 10px;
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
  }
  #header .header-nav ul li a {
    position: relative;
    display: block;
    padding: 1em;
    font-weight: 500;
    color: #fff;
  }
  #header .header-nav ul li a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0%;
    height: 6px;
    background-color: #51A5CE;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #header .header-nav ul li a:hover::after {
    width: 100%;
  }
  .btn-float {
    position: fixed;
    top: 45%;
    right: 0;
    z-index: 1000;
  }
  .btn-float a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 2em 1em;
    color: #fff;
    text-align: center;
    letter-spacing: 0.5em;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    background-color: #17BF91;
    border-radius: 8px 0 0 8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn-float a:hover {
    padding: 2em 1.5em;
  }
  #footer {
    width: 1920px;
    max-width: 100%;
    font-size: 14px;
  }
  #footer .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #footer .inner .footer-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #footer .inner .footer-left img {
    width: 60px;
    margin-right: 10px;
  }
  #footer .inner .footer-left p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #footer .inner .footer-left p b {
    font-weight: 700;
  }
  .inview,
  .inview1,
  .inview2,
  .inview3,
  .inview4 {
    opacity: 0;
    -webkit-filter: blur(5px);
            filter: blur(5px);
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
    -webkit-transition: all 0.75s;
    transition: all 0.75s;
  }
  .inview.is-show,
  .inview1.is-show,
  .inview2.is-show,
  .inview3.is-show,
  .inview4.is-show {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .section-title {
    margin-bottom: 90px;
    font-size: 36px;
    font-weight: 800;
    color: #005680;
    text-align: center;
  }
  .section-title span {
    position: relative;
  }
  .section-title span::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100px;
    height: 7px;
    background-color: #51A5CE;
  }
  main .section-intro {
    margin: 120px 0 0;
  }
  main .section-intro .inner {
    width: 1400px;
    max-width: 100%;
    margin: 20px auto 60px;
    text-align: center;
  }
  main .section-intro .inner h2 {
    margin: 0 auto 50px;
    padding: 30px 50px 30px;
    font-size: clamp(26px, 2.36vw, 30px);
    font-weight: 800;
    line-height: 1.75em;
    background-image: url(../images/intro-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  main .section-intro .inner h2 b {
    font-size: clamp(30px, 2.7vw, 36px);
    font-weight: inherit;
    color: #005680;
  }
  main .section-intro .inner p {
    padding: 0 50px;
    font-size: clamp(16px, 1.45vw, 18px);
    font-weight: 600;
    line-height: 2.25em;
  }
  main .section-intro #introSwiper {
    width: 100%;
    height: 200px;
    margin-bottom: 150px;
    padding: 10px 0;
    overflow: hidden;
  }
  main .section-intro #introSwiper .swiper-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  main .section-intro #introSwiper .swiper-slide {
    width: 330px;
    height: 100%;
  }
  main .section-intro #introSwiper .swiper-slide img {
    display: inline-block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
  }
  main .section-intro .greetings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1920px;
    max-width: 100%;
    margin: 0 auto 200px;
  }
  main .section-intro .greetings .img {
    position: relative;
    z-index: 2;
    width: 780px;
    max-width: 45%;
  }
  main .section-intro .greetings .img img {
    width: 100%;
    -webkit-box-shadow: 12px 12px 0 #51A5CE;
            box-shadow: 12px 12px 0 #51A5CE;
  }
  main .section-intro .greetings .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    z-index: 1;
    padding: 0 clamp(100px, 9vw, 150px) 0 80px;
  }
  main .section-intro .greetings .text::after {
    content: "";
    position: absolute;
    top: -15%;
    left: -20%;
    z-index: -1;
    display: block;
    width: 120%;
    height: 130%;
    background: #F0FAFF;
    background: linear-gradient(135deg, rgb(153, 221, 255) 0%, rgb(240, 250, 255) 100%);
  }
  main .section-intro .greetings .text h2 {
    margin-bottom: 1.5em;
    font-size: clamp(26px, 2.35vw, 34px);
    font-weight: 900;
  }
  main .section-intro .greetings .text h2 b {
    font-weight: inherit;
    color: #005680;
  }
  main .section-intro .greetings .text p {
    font-size: clamp(16px, 1.45vw, 18px);
    line-height: 2em;
  }
  main .section-intro .greetings .text .sign {
    font-size: clamp(16px, 1.45vw, 18px);
    text-align: right;
  }
  main #sectionWork {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto 150px;
    padding: 0 50px;
  }
  main #sectionWork .work-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(33% - 25px), 1fr));
    gap: 50px 25px;
  }
  main #sectionWork .work-wrapper .work img {
    margin-bottom: 20px;
    border-radius: 24px;
    -webkit-box-shadow: 5px 5px 0 rgba(81, 165, 206, 0.5);
            box-shadow: 5px 5px 0 rgba(81, 165, 206, 0.5);
  }
  main #sectionWork .work-wrapper .work figcaption h3 {
    margin-bottom: 10px;
    font-size: clamp(20px, 1.8vw, 24px);
    color: #005680;
  }
  main #sectionWork .work-wrapper .work figcaption p {
    margin: 0;
    line-height: 1.75em;
  }
  main #sectionAbout {
    position: relative;
    margin: 0 auto 150px;
    padding: 80px 0;
    background-color: #F0FAFF;
  }
  main #sectionAbout::before, main #sectionAbout::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 40px;
    -webkit-mask-repeat: repeat-x;
            mask-repeat: repeat-x;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #F0FAFF;
  }
  main #sectionAbout::before {
    top: -39px;
    -webkit-mask-image: url(../images/about-before.svg);
            mask-image: url(../images/about-before.svg);
  }
  main #sectionAbout::after {
    bottom: -39px;
    -webkit-mask-image: url(../images/about-after.svg);
            mask-image: url(../images/about-after.svg);
  }
  main #sectionAbout .inner {
    width: 1920px;
    max-width: 100%;
    margin: 0 auto;
  }
  main #sectionAbout .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 100px;
  }
  main #sectionAbout .col2:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  main #sectionAbout .col2 .img {
    width: 760px;
    max-width: 42%;
  }
  main #sectionAbout .col2 .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 1160px;
    padding: 0 50px;
  }
  main #sectionAbout .col2 .text h3 {
    margin-bottom: 0.75em;
    padding: 0 0 0.5em;
    font-size: clamp(24px, 2.18vw, 30px);
    border-bottom: 5px solid #51A5CE;
  }
  main #sectionAbout .col2 .text h4 {
    margin-bottom: 40px;
    font-size: clamp(20px, 1.8vw, 24px);
  }
  main #sectionAbout .col2 .text p {
    line-height: 2em;
  }
  main #sectionAbout .col2 .text .box {
    padding: 30px 20px;
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  }
  main #sectionAbout .col2 .text .box > p {
    font-weight: 700;
    color: #005680;
  }
  main #sectionAbout .col2 .text .list-box {
    margin-bottom: 20px;
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  }
  main #sectionAbout .col2 .text .list-box:last-child {
    margin-bottom: 0;
  }
  main #sectionAbout .col2 .text .list-box p {
    margin-bottom: 0;
  }
  main #sectionAbout .col2 .text .list-box dl {
    margin: 30px auto;
  }
  main #sectionAbout .col2 .text .list-box dl div {
    margin-bottom: 20px;
  }
  main #sectionAbout .col2 .text .list-box dl div dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #005680;
  }
  main #sectionAbout .col2 .text .list-box dl div dt::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    -webkit-mask-image: url(../images/ico-check.svg);
            mask-image: url(../images/ico-check.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #17BF91;
  }
  main #sectionAbout .col2 .text .list-box dl div dd {
    padding-left: 40px;
  }
  main #sectionAbout .col2 .text .list-box dl div dd::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 18px;
    vertical-align: text-bottom;
    margin-right: 10px;
    -webkit-mask-image: url(../images/ico-arrow.svg);
            mask-image: url(../images/ico-arrow.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #005680;
  }
  main #sectionAbout .col2 .text .list-box ul {
    list-style: none;
    margin: 30px auto 0;
    padding: 0 0 0 34px;
  }
  main #sectionAbout .col2 .text .list-box ul li {
    margin-bottom: 20px;
    line-height: 2em;
    text-indent: -34px;
  }
  main #sectionAbout .col2 .text .list-box ul li::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: text-bottom;
    margin-right: 8px;
    -webkit-mask-image: url(../images/ico-clip.svg);
            mask-image: url(../images/ico-clip.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #17BF91;
  }
  main #sectionAbout .about-data {
    position: relative;
    z-index: 1;
    width: 800px;
    margin: 150px auto 0;
    padding: 40px 50px 30px;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  }
  main #sectionAbout .about-data::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 50%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    width: 500px;
    height: 120px;
    background-color: #fff;
    border-radius: 50%;
  }
  main #sectionAbout .about-data::after {
    content: "";
    position: absolute;
    top: -130px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100px;
    height: 150px;
    background-image: url(../images/data-img.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
  }
  main #sectionAbout .about-data h2 {
    margin-bottom: 60px;
    font-size: 30px;
    font-weight: 800;
    color: #51A5CE;
    text-align: center;
  }
  main #sectionAbout .about-data .data-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(33% - 30px), 1fr));
    gap: 30px;
  }
  main #sectionAbout .about-data .data-wrapper .data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  main #sectionAbout .about-data .data-wrapper .data .num01,
  main #sectionAbout .about-data .data-wrapper .data .num02,
  main #sectionAbout .about-data .data-wrapper .data .num03 {
    position: relative;
    width: 100%;
    margin: 0 auto 10px;
    padding: 15px 10px 0;
    font-family: "Montserrat", "Noto Sans JP", sans-serif;
    font-size: 55px;
    font-weight: 600;
    line-height: 1em;
    color: #fff;
    background-color: #17BF91;
    border-radius: 10px;
  }
  main #sectionAbout .about-data .data-wrapper .data .num01::before,
  main #sectionAbout .about-data .data-wrapper .data .num02::before,
  main #sectionAbout .about-data .data-wrapper .data .num03::before {
    content: "";
    position: absolute;
    top: -42px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 40px;
    height: 40px;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: bottom center;
            mask-position: bottom center;
    background-color: #17BF91;
  }
  main #sectionAbout .about-data .data-wrapper .data .num01 small,
  main #sectionAbout .about-data .data-wrapper .data .num02 small,
  main #sectionAbout .about-data .data-wrapper .data .num03 small {
    font-size: 20px;
    font-weight: 700;
  }
  main #sectionAbout .about-data .data-wrapper .data .num01::before {
    -webkit-mask-image: url(../images/ico-user.svg);
            mask-image: url(../images/ico-user.svg);
  }
  main #sectionAbout .about-data .data-wrapper .data .num02::before {
    -webkit-mask-image: url(../images/ico-clock.svg);
            mask-image: url(../images/ico-clock.svg);
  }
  main #sectionAbout .about-data .data-wrapper .data .num03::before {
    -webkit-mask-image: url(../images/ico-island.svg);
            mask-image: url(../images/ico-island.svg);
  }
  main #sectionAbout .about-data .data-wrapper .data .memo {
    font-weight: 700;
  }
  main #btnModal {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 1em 3em;
    font-size: 18px;
    color: #fff;
    background-color: #005680;
    cursor: pointer;
  }
  main #aboutModal {
    position: relative;
    width: 640px;
    max-width: 100%;
    border: none;
    background: transparent;
  }
  main #aboutModal::-ms-backdrop {
    background: rgba(0, 0, 0, 0.6);
  }
  main #aboutModal::backdrop {
    background: rgba(0, 0, 0, 0.6);
  }
  main #aboutModal.open {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 200;
  }
  main #aboutModal .inner {
    padding: 60px;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    text-align: left;
    color: #4c4c4c;
  }
  main #aboutModal form {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  main #aboutModal form .close {
    border: none;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: inline-block;
    width: 40px;
    height: 40px;
    -webkit-mask-image: url(../images/ico-close.svg);
            mask-image: url(../images/ico-close.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
            mask-size: 100%;
    background-color: #51A5CE;
    cursor: pointer;
  }
  main #aboutModal h5 {
    margin-bottom: 1em;
    font-size: clamp(16px, 1.45vw, 18px);
  }
  main #aboutModal dl {
    line-height: 2em;
  }
  main #aboutModal dl dt {
    font-weight: 700;
  }
  main #aboutModal dl dd {
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    border-bottom: 1px dashed #ddd;
  }
  main #aboutModal p:last-child {
    margin-bottom: 0;
  }
  main #sectionAmbience .ambience-intro {
    margin-bottom: 60px;
    font-size: 32px;
    text-align: center;
  }
  main #sectionAmbience .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 1400px;
    max-width: 100%;
    margin: 0 auto 50px;
    padding: 0 50px;
  }
  main #sectionAmbience .col2 .img {
    width: 500px;
    margin-left: 50px;
  }
  main #sectionAmbience .col2 .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  main #sectionAmbience .col2 .text p {
    line-height: 2.25em;
  }
  main #sectionAmbience #ambienceSwiper {
    width: 100%;
    height: 200px;
    margin-bottom: 80px;
    padding: 10px 0;
    overflow: hidden;
  }
  main #sectionAmbience #ambienceSwiper .swiper-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  main #sectionAmbience #ambienceSwiper .swiper-slide {
    width: 330px;
    height: 100%;
  }
  main #sectionAmbience #ambienceSwiper .swiper-slide img {
    display: inline-block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
            box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
  }
  main #sectionAmbience .ambience-schedule {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto 1em;
    padding: 0 50px;
    font-size: 30px;
  }
  main #sectionAmbience .ambience-schedule::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    -webkit-mask-image: url(../images/ico-clock.svg);
            mask-image: url(../images/ico-clock.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: bottom left;
            mask-position: bottom left;
    background-color: #17BF91;
    vertical-align: bottom;
  }
  main #sectionAmbience .schedule-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1000px;
    max-width: calc(100% - 100px);
    margin: 0 auto 120px;
    padding: 80px 50px 0;
    background-color: #ECF8F5;
    border-radius: 30px;
  }
  main #sectionAmbience .schedule-wrapper .schedule {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 18px;
    line-height: 2em;
  }
  main #sectionAmbience .schedule-wrapper .schedule div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main #sectionAmbience .schedule-wrapper .schedule div:not(:last-child) {
    margin-bottom: 40px;
  }
  main #sectionAmbience .schedule-wrapper .schedule div dt {
    width: 100px;
  }
  main #sectionAmbience .schedule-wrapper .schedule div dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  main #sectionAmbience .schedule-wrapper .img {
    width: 600px;
    max-width: 40%;
  }
  main #sectionAmbience .schedule-wrapper .img div {
    position: relative;
    z-index: 1;
  }
  main #sectionAmbience .schedule-wrapper .img div:nth-child(odd) {
    text-align: right;
  }
  main #sectionAmbience .schedule-wrapper .img div:nth-child(2) {
    top: -30px;
  }
  main #sectionAmbience .schedule-wrapper .img div:nth-child(3) {
    top: -60px;
  }
  main #sectionAmbience .schedule-wrapper .img div:nth-child(4) {
    top: -90px;
    z-index: 0;
  }
  main #sectionAmbience .schedule-wrapper .img img {
    width: 70%;
  }
  main #sectionVoice {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto 120px;
    padding: 0 50px;
  }
  main #sectionVoice .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 70px;
  }
  main #sectionVoice .col2:last-child {
    margin-bottom: 0;
  }
  main #sectionVoice .col2 .img {
    width: 620px;
    max-width: 45%;
    margin-right: 50px;
  }
  main #sectionVoice .col2 .img img {
    border-radius: 20px;
    -webkit-box-shadow: 8px 8px 0 rgba(81, 165, 206, 0.5);
            box-shadow: 8px 8px 0 rgba(81, 165, 206, 0.5);
  }
  main #sectionVoice .col2 .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  main #sectionVoice .col2 .text .text-inner {
    position: relative;
    height: 480px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  main #sectionVoice .col2 .text .text-inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 120px;
    background: rgba(255, 255, 255, 0);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(255, 255, 255, 0)), color-stop(90%, rgb(255, 255, 255)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, rgb(255, 255, 255) 90%);
  }
  main #sectionVoice .col2 .text .text-inner.open {
    height: 100%;
  }
  main #sectionVoice .col2 .text .text-inner.open::after {
    display: none;
  }
  main #sectionVoice .col2 .text .text-inner h3 {
    margin-bottom: 1em;
    font-size: clamp(24px, 2.18vw, 30px);
  }
  main #sectionVoice .col2 .text .text-inner h4 {
    margin-top: 2em;
    margin-bottom: 1em;
    padding: 0 0 0.5em 15px;
    font-size: 20px;
    color: #005680;
    border-left: 8px solid #51A5CE;
    border-bottom: 4px solid #51A5CE;
  }
  main #sectionVoice .col2 .text .voice-open {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: none;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 0.8em 3em 1em;
    font-family: "Noto Sans JP", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, Verdana, sans-serif;
    font-size: 18px;
    color: #fff;
    background-color: #005680;
    cursor: pointer;
  }
  main #sectionRequirement {
    margin: 0 auto 120px;
    padding: 100px 50px;
    background-color: #F0FAFF;
  }
  main #sectionRequirement .requirement-tab {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px;
    margin-bottom: 30px;
  }
  main #sectionRequirement .requirement-tab li {
    padding: 0 0.5em 0.5em;
    cursor: pointer;
  }
  main #sectionRequirement .requirement-tab li:hover {
    color: #51A5CE;
    opacity: 0.8;
  }
  main #sectionRequirement .requirement-tab li.active {
    color: #005680;
    border-bottom: 4px solid #51A5CE;
  }
  main #sectionRequirement .inner {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 160px;
    background-color: #fff;
    border-radius: 20px;
  }
  main #sectionRequirement .inner .requirement-content {
    display: none;
  }
  main #sectionRequirement .inner .requirement-content.active {
    display: block;
  }
  main #sectionRequirement .inner .requirement-content .requirement div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5em 1em;
    line-height: 2em;
    border-bottom: 1px solid #ddd;
  }
  main #sectionRequirement .inner .requirement-content .requirement div dt {
    width: 200px;
  }
  main #sectionRequirement .inner .requirement-content .requirement div dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  main .entry-box {
    margin-top: 50px;
    text-align: center;
  }
  main .entry-box p {
    font-size: 20px;
  }
  main .entry-box .btn-entry a {
    display: block;
    width: 360px;
    margin: 30px auto 0;
    padding: 1.5em 3em;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background-color: #005680;
  }
  main #sectionCompany {
    width: 1500px;
    max-width: 100%;
    margin: 0 auto 100px;
    padding: 0 50px;
  }
  main #sectionCompany .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 100px;
    font-size: 15px;
  }
  main #sectionCompany .col2 .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  main #sectionCompany .col2 .text dl div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.75em 1em;
    line-height: 2em;
    border-bottom: 1px solid #ddd;
  }
  main #sectionCompany .col2 .text dl div dt {
    width: 120px;
    font-weight: 700;
  }
  main #sectionCompany .col2 .text dl div dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  main #sectionCompany .col2 .text dl div dd p:last-child {
    margin-bottom: 0;
  }
  main #sectionCompany .col2 .map {
    position: relative;
    width: 665px;
    max-width: 45%;
    aspect-ratio: 11/10;
    margin-left: 50px;
  }
  main #sectionCompany .col2 .map iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }
  main #sectionCompany .title-business {
    margin-bottom: 2em;
    font-size: 32px;
    text-align: center;
  }
  main #sectionCompany .col2-business {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
  main #sectionCompany .col2-business .left,
  main #sectionCompany .col2-business .right {
    width: calc(50% - 15px);
  }
  main #sectionCompany .col2-business h3 {
    margin-bottom: 1.5em;
    font-size: 22px;
    color: #005680;
    text-align: center;
  }
  main #sectionCompany .col2-business .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
  }
  main #sectionCompany .col2-business .img figure img {
    width: calc(100% - 5px);
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main #sectionCompany .col2-business .img figure figcaption {
    margin-top: 0.5em;
    font-size: clamp(12px, 1vw, 14px);
  }
  main #sectionCompany .col2-business .text p {
    font-size: clamp(14px, 1.27vw, 15px);
  }
}