@charset "UTF-8";
/* medium */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
/* フォームリセット */
input[type=checkbox],
input[type=radio] {
  display: none;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

/* リキッドレイアウト対応 */
html body .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  html body .sp {
    display: block;
  }
}

html body .pc {
  display: block;
}
@media screen and (max-width: 767px) {
  html body .pc {
    display: none;
  }
}

html body {
  color: #171717;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  font-size: clamp(14px, 1rem, 1rem);
}
@media screen and (max-width: 767px) {
  html body {
    letter-spacing: 0.03em;
  }
}

h1, h2, h3, h4 {
  font-family: "Zen Kaku Gothic New", "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.ja {
  font-family: "Zen Kaku Gothic New", "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", sans-serif;
}

html {
  font-size: 16px;
}

/* aタグ設定 */
a {
  text-decoration: none;
  color: inherit;
}

/* pcの電話番号発信対応 */
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

.l-page--detail {
  padding-top: clamp(76.5px, 7.03125vw, 90px);
  padding-bottom: clamp(127.5px, 11.71875vw, 150px);
}
@media screen and (max-width: 767px) {
  .l-page--detail {
    padding-top: clamp(35.7px, 10.447761194vw, 42px);
    padding-bottom: clamp(127.5px, 37.3134328358vw, 150px);
  }
}

.l-inner {
  max-width: clamp(833px, 76.5625vw, 980px);
  margin-left: auto;
  margin-right: auto;
  padding: 0 clamp(76.5px, 7.03125vw, 90px);
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 clamp(35.7px, 3.28125vw, 42px);
  }
}

.c-media-slider {
  margin-bottom: clamp(42.5px, 3.90625vw, 50px);
}
@media screen and (max-width: 767px) {
  .c-media-slider {
    margin-bottom: clamp(15.3px, 4.4776119403vw, 18px);
  }
}
.c-media-slider__main .swiper-slide img {
  aspect-ratio: 640/426.7;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-media-slider__thumbs {
  margin-top: clamp(12.75px, 1.171875vw, 15px);
}
@media screen and (max-width: 767px) {
  .c-media-slider__thumbs {
    margin-top: clamp(12.75px, 3.7313432836vw, 15px);
  }
}
.c-media-slider__thumbs .swiper-slide img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-ttl {
  color: #3E4047;
  font-weight: 500;
  font-size: clamp(20.4px, 1.875vw, 24px);
  margin-bottom: clamp(30.6px, 2.8125vw, 36px);
}
@media screen and (max-width: 767px) {
  .c-ttl {
    font-size: clamp(15.3px, 4.4776119403vw, 18px);
    margin-bottom: clamp(30.6px, 8.9552238806vw, 36px);
  }
}

.c-block {
  line-height: 1.8;
  font-size: clamp(11.9px, 1.09375vw, 14px);
  margin-top: clamp(23.8px, 2.1875vw, 28px);
  padding-bottom: clamp(23.8px, 2.1875vw, 28px);
}
@media screen and (max-width: 767px) {
  .c-block {
    font-size: clamp(11.9px, 3.4825870647vw, 14px);
    margin-top: clamp(23.8px, 6.9651741294vw, 28px);
    padding-bottom: clamp(23.8px, 6.9651741294vw, 28px);
  }
}
.c-block p + p, .c-block p + address {
  margin-top: 1em;
}
.c-block h3 {
  font-size: 1.2em;
}
.c-block address {
  font-style: normal;
}
.c-block ~ iframe {
  width: 100%;
  aspect-ratio: 3/2;
  margin-top: clamp(34px, 3.125vw, 40px);
}
@media screen and (max-width: 767px) {
  .c-block ~ iframe {
    margin-top: clamp(34px, 9.9502487562vw, 40px);
  }
}
.c-block .qr {
  margin-top: 1em;
  width: clamp(127.5px, 11.71875vw, 150px);
}
.c-block .qr img {
  margin-top: 0.5em;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  place-content: center;
}
@media screen and (max-width: 767px) {
  main {
    height: auto;
  }
}

.top {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(85px, 7.8125vw, 100px) 0;
}
@media screen and (max-width: 767px) {
  .top {
    height: auto;
    padding: clamp(34px, 3.125vw, 40px) 0;
  }
}
.top .card__list {
  display: -ms-grid;
  display: grid;
  max-width: clamp(1190px, 109.375vw, 1400px);
  padding: 0 clamp(51px, 4.6875vw, 60px);
  width: calc(100% - clamp(102px, 9.375vw, 120px));
  margin: 0 auto;
  gap: clamp(85px, 7.8125vw, 100px);
  -ms-grid-columns: calc(50% - clamp(42.5px, 3.90625vw, 50px)) clamp(85px, 7.8125vw, 100px) calc(50% - clamp(42.5px, 3.90625vw, 50px));
  grid-template-columns: calc(50% - clamp(42.5px, 3.90625vw, 50px)) calc(50% - clamp(42.5px, 3.90625vw, 50px));
}
@media screen and (max-width: 1025px) {
  .top .card__list {
    gap: clamp(51px, 4.6875vw, 60px);
    -ms-grid-columns: calc(50% - clamp(25.5px, 2.34375vw, 30px)) clamp(51px, 4.6875vw, 60px) calc(50% - clamp(25.5px, 2.34375vw, 30px));
    grid-template-columns: calc(50% - clamp(25.5px, 2.34375vw, 30px)) calc(50% - clamp(25.5px, 2.34375vw, 30px));
  }
}
@media screen and (max-width: 767px) {
  .top .card__list {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    padding: 0 clamp(34px, 3.125vw, 40px);
    max-width: 450px;
    width: 100%;
  }
}
.top .card__list .card__col02 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - clamp(25.5px, 2.34375vw, 30px)) clamp(51px, 4.6875vw, 60px) calc(50% - clamp(25.5px, 2.34375vw, 30px));
  grid-template-columns: calc(50% - clamp(25.5px, 2.34375vw, 30px)) calc(50% - clamp(25.5px, 2.34375vw, 30px));
  gap: clamp(51px, 4.6875vw, 60px);
}
@media screen and (max-width: 1025px) {
  .top .card__list .card__col02 {
    gap: clamp(25.5px, 2.34375vw, 30px);
    -ms-grid-columns: calc(50% - clamp(12.75px, 1.171875vw, 15px)) clamp(25.5px, 2.34375vw, 30px) calc(50% - clamp(12.75px, 1.171875vw, 15px));
    grid-template-columns: calc(50% - clamp(12.75px, 1.171875vw, 15px)) calc(50% - clamp(12.75px, 1.171875vw, 15px));
  }
}
.top .card__list .card__col02__item img {
  display: block;
  margin: 0 auto;
  max-width: 90%;
}
@media screen and (max-width: 767px) {
  .top .card__list .card__col02__item img {
    max-width: 100%;
  }
}
.top .card__list .card__col02__item p {
  text-align: center;
  font-size: clamp(11.9px, 1.09375vw, 14px);
  letter-spacing: 0.1em;
  color: #171717;
  margin-top: clamp(12.75px, 1.171875vw, 15px);
}
.top .top__ttl {
  text-align: left;
  max-width: clamp(1190px, 109.375vw, 1400px);
  width: calc(100% - clamp(102px, 9.375vw, 120px));
  padding: 0 clamp(51px, 4.6875vw, 60px);
  margin: clamp(34px, 3.125vw, 40px) auto 0;
  color: #00b8ee;
}
@media screen and (max-width: 767px) {
  .top .top__ttl {
    padding: 0 clamp(34px, 3.125vw, 40px);
    max-width: 100%;
    width: 100%;
    margin: clamp(51px, 14.9253731343vw, 60px) auto 0;
  }
}
.top .top__ttl h1 {
  font-size: clamp(19.125px, 1.7578125vw, 22.5px);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .top .top__ttl h1 {
    font-size: clamp(15.3px, 4.4776119403vw, 18px);
  }
}