@charset "UTF-8";

* {
  box-sizing: border-box;
}

html {
  font:
    62.5%/1.231 "Noto Sans JP",
    "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro",
    游ゴシック体,
    "Yu Gothic",
    YuGothic,
    メイリオ,
    Meiryo,
    Osaka,
    "ＭＳ Ｐゴシック",
    "MS PGothic",
    sans-serif;
  overflow-y: scroll;
}

body {
  overflow: hidden;
  font-size: 1rem;
  letter-spacing: -0.001em;
  -webkit-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
section,
nav,
article,
aside,
hgroup,
header,
address,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

object,
embed {
  vertical-align: top;
}

legend {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
  box-shadow: #000 0 0 0;
  max-width: 100%;
  height: auto;
}

a,
button,
input,
textarea {
  outline: none;
}

x:-moz-any-link,
x:default {
  box-shadow: #000 0 0 0;
}

a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

select,
input,
button,
textarea,
table {
  font:
    1rem "Noto Sans JP",
    "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro",
    游ゴシック体,
    "Yu Gothic",
    YuGothic,
    メイリオ,
    Meiryo,
    Osaka,
    "ＭＳ Ｐゴシック",
    "MS PGothic",
    sans-serif;
}

pre,
code,
kbd,
samp,
tt {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic,
    メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
}

.js-fadeup {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 1.5s,
    transform 1.5s;
}

.js-fadeup.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js-fadeup-row-child {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 1.5s,
    transform 1.5s;
}

.js-fadeup-row.is-visible .js-fadeup-row-child {
  opacity: 1;
  transform: translateY(0);
}

.page-top {
  z-index: 99;
  position: fixed;
}

.page-top.is-absolute {
  position: absolute;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 960px;
  }

  a:hover {
    text-decoration: none;
    opacity: 0.7;
  }

  a[href^="tel"]:hover {
    opacity: 1;
  }

  .pc-none {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}

/* ---------
  common
--------- */
.m-list {
  font-size: calc(100vw * 14 / 640);
  line-height: 1.28;
  text-align: left;
  color: #18181b;
  margin-top: calc(100vw * 26 / 640);
}

@media screen and (min-width: 768px) {
  .m-list {
    font-size: clamp(1rem, 0.94vw, 1.2rem);
    margin-top: 10px;
  }

  .m-list li {
    white-space: nowrap;
  }
}

/* ---------
  header
--------- */
.header {
  display: flex;
  align-items: center;
  width: 100%;
  height: calc(100vw * 80 / 640);
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: calc(100vw * 10 / 640) 5px calc(100vw * 10 / 640) calc(100vw * 10 / 640);
  position: relative;
  z-index: 100;
}

.header__inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(100vw * 10 / 640);
  width: 100%;
}

.header__logo {
  flex: 0 0 clamp(120px, 31.25vw, 200px);
}

.header__box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  gap: 0;
  flex: 0 0 clamp(170px, 55vw, 303px);
}

.header__txt {
  font-weight: 400;
  font-size: min(14px, calc(100vw * 14 / 640));
  line-height: 1.2;
  color: #18181b;
}

@media screen and (min-width: 768px) {
  .header {
    height: 80px;
    padding: 7px 24px 6px 10px;
  }

  .header__inr {
    gap: 10px;
    max-width: 1280px;
    margin: 0 auto;
  }

  .header__logo {
    flex: 0 0 200px;
  }

  .header__box {
    flex-direction: row;
    gap: 20px;
    flex: 1;
  }
}

/* ---------
  MV
--------- */
.mv {
  position: relative;
  overflow: hidden;
  padding-bottom: calc(100vw * 22 / 640);
}

.mv::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100vw * 140 / 640);
  background-color: #fef12e;
  position: absolute;
  bottom: calc(100vw * 124 / 640);
  left: 0;
}

.mv__container {
  margin: 0 auto;
  position: relative;
}

.mv__item {
  position: absolute;
}

.mv__item.item01 {
  width: calc(100vw * 363 / 640);
  height: calc(100vw * 558 / 640);
  top: calc(100vw * -188 / 640);
  left: calc(100vw * -95 / 640);
}

.mv__item.item02 {
  width: calc(100vw * 348 / 640);
  height: calc(100vw * 539 / 640);
  top: calc(100vw * 75 / 640);
  right: calc(100vw * -100 / 640);
}

.mv__img {
  position: absolute;
}

.mv__img.img01 {
  width: calc(100vw * 214 / 640);
  height: calc(100vw * 562 / 640);
  top: calc(100vw * 330 / 640);
  left: calc(100vw * 6 / 640);
}

.mv__img.img02 {
  width: calc(100vw * 176 / 640);
  height: calc(100vw * 176 / 640);
  top: calc(100vw * 320 / 640);
  right: calc(100vw * 228 / 640);
}

.mv__img.img03 {
  width: calc(100vw * 188 / 640);
  height: calc(100vw * 264 / 640);
  top: calc(100vw * 240 / 640);
  right: calc(100vw * 28 / 640);
  transform: rotate(9deg);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}

.mv__inr {
  width: calc(100vw * 597 / 640);
  margin: 0 auto;
  position: relative;
}

.mv__ttl {
  padding-bottom: calc(100vw * 159 / 640);
}

.mv__btn {
  display: inline-block;
  width: calc(100vw * 504 / 640);
  border-radius: calc(infinity * 1px);
  box-shadow: 0px 8px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 767px) {
  .mv__img.img01 {
    clip-path: polygon(0 0, 100% 0, 100% 50.9%, 0 50.9%);
  }

  .mv__inr {
    text-align: center;
  }

  .mv__btn {
    position: relative;
    z-index: 10;
  }
}

@media screen and (min-width: 768px) {
  .mv {
    padding-bottom: 0;
  }

  .mv::before {
    height: clamp(165px, 17.19vw, 220px);
    bottom: 0;
  }

  .mv__container {
    max-width: clamp(960px, 100vw, 1280px);
    padding: 0 0 clamp(23px, 2.34vw, 30px);
  }

  .mv__item.item01 {
    width: clamp(272px, 28.36vw, 363px);
    height: clamp(419px, 43.67vw, 559px);
    top: clamp(-102px, -7.97vw, -77px);
    left: clamp(-35.3px, -2.76vw, -26px);
  }

  .mv__item.item02 {
    width: clamp(262px, 27.27vw, 349px);
    height: clamp(404px, 42.11vw, 539px);
    top: clamp(23px, 2.42vw, 31px);
    right: clamp(-136px, -10.63vw, -102px);
  }

  .mv__img.img01 {
    width: clamp(218px, 22.66vw, 290px);
    height: clamp(572px, 59.61vw, 763px);
    top: clamp(49px, 5.08vw, 65px);
    left: clamp(-6px, -0.47vw, -5px);
  }

  .mv__img.img02 {
    width: clamp(132px, 13.75vw, 176px);
    height: clamp(132px, 13.75vw, 176px);
    top: clamp(-16px, -1.25vw, -12px);
    right: clamp(93px, 9.69vw, 124px);
  }

  .mv__img.img03 {
    width: clamp(201px, 20.94vw, 268px);
    height: clamp(285px, 29.69vw, 380px);
    top: clamp(98px, 10.16vw, 130px);
    right: clamp(84px, 10.94vw, 140px);
  }

  .mv__inr {
    max-width: clamp(488px, 50.78vw, 650px);
  }

  .mv__ttl {
    width: clamp(444px, 46.25vw, 592px);
    padding-bottom: clamp(18px, 1.88vw, 24px);
  }

  .mv__btn {
    width: clamp(378px, 39.38vw, 504px);
  }
}

/* ---------
  worries
--------- */
.worries__head {
  background-color: #0b507b;
  padding: calc(100vw * 36 / 640) calc(100vw * 16 / 640) calc(100vw * 16 / 640);
  position: relative;
}

.worries__head::before {
  content: "";
  display: block;
  width: 40px;
  height: 32px;
  background-color: #0b507b;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
}

.worries__head-ttl {
  font-weight: 700;
  font-size: clamp(2rem, 6.25vw, 4rem);
  line-height: 1.1;
  text-align: center;
  color: #fff;
}

.worries__head-ttl .is-small {
  display: block;
  width: 100%;
  max-width: calc(100vw * 436 / 640);
  font-size: clamp(1.2rem, 3.75vw, 2.4rem);
  text-align: center;
  color: #0b507b;
  background-color: #fff;
  border-radius: calc(infinity * 1px);
  border: 3px solid #0a507b;
  padding: calc(100vw * 6 / 640) calc(100vw * 16 / 640);
  margin: 0 auto;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: calc(100vw * -18 / 640);
  left: 50%;
  transform: translateX(-50%);
}

.worries__head-ttl .is-main {
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
  position: relative;
}

.worries__container {
  background-color: #ecf5f8;
}

.worries__inr {
  padding-top: 16px;
}

@media screen and (min-width: 768px) {
  .worries__head {
    padding: 36px 16px 16px;
  }

  .worries__head-ttl {
    font-size: 4rem;
  }

  .worries__head-ttl .is-small {
    max-width: 426px;
    font-size: 2.4rem;
    top: -18px;
    padding: 6px 16px;
  }

  .worries__inr {
    max-width: 888px;
    padding: 16px 16px 0;
    margin: 0 auto;
  }
}

/* ---------
  introduce
--------- */
.introduce__head {
  background-color: #fef12e;
  padding: calc(100vw * 50 / 640) calc(100vw * 8 / 640);
  position: relative;
}

.introduce__head::before {
  content: "";
  display: block;
  width: calc(100vw * 480 / 640);
  height: calc(100vw * 80 / 640);
  background-color: #fef12e;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: calc(100vw * -56 / 640);
  left: 50%;
  transform: translateX(-50%);
}

.introduce__head-ttl {
  font-weight: 700;
  font-size: calc(100vw * 30 / 640);
  line-height: 1.68;
  text-align: center;
  color: #000;
}

.introduce__head-ttl .is-small {
  display: block;
  width: 100%;
  max-width: calc(100vw * 294 / 640);
  position: absolute;
  top: calc(100vw * -30 / 640);
  left: 50%;
  transform: translateX(-50%);
}

.introduce__head-ttl .is-color01 {
  color: #01a0d4;
}

.introduce__head-ttl .is-dot {
  display: inline-block;
  margin-right: -0.2em;
  position: relative;
}

.introduce__head-ttl .is-dot:nth-of-type(1) {
  margin-left: -0.2em;
}

.introduce__head-ttl .is-dot::before {
  content: "";
  display: block;
  width: calc(100vw * 6 / 640);
  aspect-ratio: 1 / 1;
  background-color: #01a0d4;
  border-radius: 50%;
  position: absolute;
  top: calc(100vw * -6 / 640);
  left: 50%;
  transform: translateX(-50%);
}

.introduce__head-ttl .is-strong {
  font-size: calc(100vw * 38 / 640);
  background: linear-gradient(transparent 70%, #fff 30%);
}

.introduce__container {
  background: url("../img/img_bg.jpg") repeat center center / contain;
  padding: calc(100vw * 64 / 640) calc(100vw * 15 / 640) calc(100vw * 22 / 640);
}

.introduce__block {
  position: relative;
}

.introduce__block-btn {
  display: block;
  width: calc(100vw * 504 / 640);
  height: calc(100vw * 100 / 640);
  border-radius: calc(infinity * 1px);
  box-shadow: 0px 8px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  bottom: calc(100vw * 90 / 640);
  left: 50%;
  transform: translateX(-50%);
}

.introduce__head02 {
  background-color: #01a0d4;
  padding: calc(100vw * 15 / 640) calc(100vw * 5 / 640) calc(100vw * 22 / 640);
  position: relative;
  z-index: 1;
}

.introduce__head02::before {
  content: "";
  display: block;
  width: calc(100vw * 370 / 640);
  height: calc(100vw * 80 / 640);
  background-color: #01a0d4;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: calc(100vw * -40 / 640);
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.introduce__head02-ttl {
  font-weight: 700;
  font-size: calc(100vw * 40 / 640);
  line-height: 1.4;
  text-align: center;
  color: #fff;
}

.introduce__container02 {
  padding-bottom: calc(100vw * 52 / 640);
}

@media screen and (min-width: 768px) {
  .introduce__head {
    padding: 50px 8px;
  }

  .introduce__head::before {
    width: 480px;
    height: 80px;
    bottom: -56px;
  }

  .introduce__head-ttl {
    font-size: 3.2rem;
  }

  .introduce__head-ttl .is-small {
    max-width: 294px;
    top: -30px;
  }

  .introduce__head-ttl .is-dot::before {
    width: 6px;
    top: -6px;
  }

  .introduce__head-ttl .is-strong {
    font-size: 4rem;
  }

  .introduce__container {
    padding: 64px 70px;
  }

  .introduce__inr {
    max-width: 962px;
    padding: 0 15px;
    margin: 0 auto;
  }

  .introduce__block-btn {
    width: clamp(426px, 45.73vw, 504px);
    height: clamp(84px, 9.07vw, 100px);
    bottom: clamp(20px, 2.07vw, 30px);
  }

  .introduce__container02 {
    padding-bottom: 20px;
  }

  .introduce__head02 {
    padding: 23px 16px 31px;
  }

  .introduce__head02::before {
    width: 370px;
    height: 80px;
    bottom: -40px;
  }

  .introduce__head02-ttl {
    font-size: 4rem;
  }
}

/* ---------
  link
--------- */
.link {
  background-color: #01a0d4;
  padding: calc(100vw * 8 / 640) calc(100vw * 16 / 640) calc(100vw * 32 / 640);
  position: relative;
}

.link__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}

.link__box-lead {
  width: calc(100vw * 225 / 640);
}

.info__box-ttl {
  font-weight: 900;
  font-size: calc(100vw * 32 / 640);
  line-height: 1.1;
  text-align: center;
  color: #fff;
}

.info__box-btn {
  display: block;
  font-weight: 700;
  font-size: clamp(1.2rem, 3.75vw, 2.4rem);
  line-height: 1.1;
  text-align: center;
  color: #01a0d4;
  border-radius: calc(infinity * 1px);
  background-color: #ff0;
  border: 4px solid #fff;
  box-shadow: 0px 8px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  padding: calc(100vw * 7 / 640) calc(100vw * 80 / 640) calc(100vw * 7 / 640) calc(100vw * 20 / 640);
  margin-top: calc(100vw * 141 / 640);
}

.info__box-btn::after {
  content: "";
  display: block;
  width: clamp(36px, 11.25vw, 72px);
  aspect-ratio: 1 / 1;
  background: url("../img/img_link_icon.png") no-repeat center center / contain;
  border-radius: 50%;
  filter: drop-shadow(0px 8px 6px rgba(0, 0, 0, 0.16));
  position: absolute;
  top: 50%;
  right: -4px;
  transform: translateY(-50%);
}

.link__img-inr {
  width: calc(100vw * 504 / 640);
  height: calc(100vw * 204 / 640);
  position: absolute;
  bottom: calc(100vw * 16 / 640);
  left: 50%;
  transform: translateX(-50%);
}

.link__img-inr img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .link {
    padding: 21px 16px;
  }

  .link__inr {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 24px;
    max-width: 1032px;
    margin: 0 auto;
    padding-left: 80px;
    position: relative;
  }

  .link__box {
    flex: 0 0 424px;
  }

  .link__box-lead {
    width: 225px;
  }

  .info__box-ttl {
    font-size: 3.2rem;
    margin-top: 10px;
  }

  .info__box-btn {
    font-size: 2.4rem;
    padding: 7px 80px 7px 20px;
    margin-top: 10px;
  }

  .info__box-btn::after {
    width: 72px;
  }

  .link__img {
    flex: 1;
    position: relative;
  }

  .link__img-inr {
    width: 504px;
    height: 240px;
    bottom: -28px;
    left: 0;
    transform: translateX(0);
  }
}

/* ---------
  info
--------- */
.info {
  background-color: #ecf5f8;
  border-top: 6px solid #127ea2;
  position: relative;
}

.info__container {
  border-left: 5px solid #01a0d4;
  border-right: 5px solid #01a0d4;
  background-color: #fff;
  padding: calc(100vw * 60 / 640) calc(100vw * 30 / 640) calc(100vw * 80 / 640);
}

.info__head {
  position: relative;
}

.info__head::before,
.info__head::after {
  content: "";
  display: block;
  width: calc(100vw * 170 / 640);
  aspect-ratio: 1 / 1;
  position: absolute;
  top: calc(100vw * 52 / 640);
}

.info__head::before {
  background: url("../img/img_info_illust_01.png") no-repeat center center / contain;
  left: calc(100vw * -25 / 640);
}

.info__head::after {
  background: url("../img/img_info_illust_02.png") no-repeat center center / contain;
  right: calc(100vw * -25 / 640);
}

.info__head-ttl {
  font-weight: 700;
  font-size: calc(100vw * 32 / 640);
  line-height: 1.3;
  text-align: center;
  color: #18181b;
  margin-top: calc(100vw * 16 / 640);
}

.info__head-ttl .is-color01 {
  color: #01a0d4;
}

.info__head-ttl .is-strong {
  display: inline-block;
  font-weight: 900;
  font-size: calc(100vw * 40 / 640);
  line-height: 1;
  background: linear-gradient(transparent 70%, #faff4e 30%);
  padding: 0 0.2em;
}

.info__head-ttl .is-large {
  font-weight: 700;
  font-size: calc(100vw * 64 / 640);
}

.info__block::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 856 / 37;
  background: url("../img/img_info_dashline.svg") no-repeat center center / cover;
  margin-top: calc(100vw * 40 / 640);
  margin-bottom: calc(100vw * 40 / 640);
}

.info__block-lead {
  display: flex;
  align-items: center;
  gap: calc(100vw * 10 / 640);
}

.info__block-lead .is-text {
  display: inline-block;
  font-weight: 700;
  font-size: calc(100vw * 24 / 640);
  line-height: 1;
  color: #fff;
  background-color: #01a0d4;
  padding: calc(100vw * 2 / 640) calc(100vw * 8 / 640) calc(100vw * 6 / 640) calc(100vw * 8 / 640);
  margin-top: calc(100vw * 16 / 640);
}

.info__block-lead .is-number {
  font-weight: 700;
  font-size: calc(100vw * 80 / 640);
  letter-spacing: -0.02em;
  line-height: 1;
  color: #01a0d4;
}

.info__block-ttl {
  display: inline-block;
  font-weight: 700;
  font-size: calc(100vw * 36 / 640);
  line-height: 1.5;
  color: #01a0d4;
  background: linear-gradient(transparent 60%, #faff4e 40%);
  margin-top: calc(100vw * 20 / 640);
}

.info__block-txt {
  font-weight: 400;
  font-size: calc(100vw * 22 / 640);
  line-height: 1.8;
  text-align: left;
  color: #18181b;
  margin-top: calc(100vw * 30 / 640);
}

.info__block-note {
  font-weight: 400;
  font-size: calc(100vw * 14 / 640);
  line-height: 1.2;
  text-align: left;
  color: #18181b;
  margin-top: calc(100vw * 10 / 640);
}

@media screen and (max-width: 767px) {
  .info__block-inr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .info__box {
    display: contents;
  }

  .info__box-img {
    text-align: center;
    margin: calc(100vw * 50 / 640) auto 0;
  }

  .info__block-img {
    margin-top: calc(100vw * 40 / 640);
  }

  .info__block .m-list {
    order: 1;
    margin-top: calc(100vw * 10 / 640);
  }
}

@media screen and (min-width: 768px) {
  .info__container {
    max-width: 1032px;
    padding: 64px 88px;
    margin: 0 auto;
  }

  .info__head::before,
  .info__head::after {
    width: 170px;
    top: -16px;
  }

  .info__head::before {
    left: 0;
  }

  .info__head::after {
    right: 0;
  }

  .info__head-ttl {
    font-size: 3.2rem;
    margin-top: 16px;
  }

  .info__head-ttl .is-strong {
    font-size: 4rem;
  }

  .info__head-ttl .is-large {
    font-size: 6.4rem;
  }

  .info__block::before {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .info__block-lead {
    gap: 10px;
  }

  .info__block-lead .is-text {
    font-size: 2.4rem;
    padding: 2px 8px;
    margin-top: 16px;
  }

  .info__block-inr {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
  }

  .info__block-inr.is-reverse {
    flex-direction: row-reverse;
  }

  .info__box {
    flex: 0 0 328px;
  }

  .info__block-lead .is-number {
    font-size: 8rem;
  }

  .info__block-ttl {
    font-size: 2.4rem;
    margin-top: 16px;
  }

  .info__block-txt {
    font-size: 2rem;
    margin-top: 16px;
  }

  .info__block-img {
    flex: 1;
  }

  .info__block-img .is-wide {
    display: block;
    width: calc(100% + 30px);
    margin-left: -30px;
  }

  .info__block-note {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}

/* ---------
  form
--------- */
.form {
  background-color: #e8f9fd;
  padding: calc(100vw * 40 / 640) calc(100vw * 16 / 640);
}

.form__container {
  max-width: 856px;
  margin: 0 auto;
}

.form__head {
  text-align: center;
  background-color: #1eafdb;
  padding: calc(100vw * 50 / 640) calc(100vw * 16 / 640) calc(100vw * 13 / 640);
  position: relative;
}

.form__head::before {
  content: "";
  display: block;
  width: calc(100vw * 416 / 640);
  height: calc(100vw * 114 / 640);
  background: url("../img/img_form_title.png") no-repeat center center / contain;
  position: absolute;
  top: calc(100vw * -70 / 640);
  left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(0px 8px 6px rgba(0, 0, 0, 0.16));
}

.form__head-ttl {
  display: inline-block;
  color: #01a0d4;
  font-weight: 900;
  font-size: calc(100vw * 38 / 640);
  letter-spacing: -0.05em;
  text-shadow:
    #fff 4px 0px 0px,
    #fff 3.87565px 0.989616px 0px,
    #fff 3.51033px 1.9177px 0px,
    #fff 2.92676px 2.72656px 0px,
    #fff 2.16121px 3.36588px 0px,
    #fff 1.26129px 3.79594px 0px,
    #fff 0.282949px 3.98998px 0px,
    #fff -0.712984px 3.93594px 0px,
    #fff -1.66459px 3.63719px 0px,
    #fff -2.51269px 3.11229px 0px,
    #fff -3.20457px 2.39389px 0px,
    #fff -3.69721px 1.52664px 0px,
    #fff -3.95997px 0.56448px 0px,
    #fff -3.97652px -0.432781px 0px,
    #fff -3.74583px -1.40313px 0px,
    #fff -3.28224px -2.28625px 0px,
    #fff -2.61457px -3.02721px 0px,
    #fff -1.78435px -3.57996px 0px,
    #fff -0.843183px -3.91012px 0px,
    #fff 0.150409px -3.99717px 0px,
    #fff 1.13465px -3.8357px 0px,
    #fff 2.04834px -3.43574px 0px,
    #fff 2.83468px -2.82216px 0px,
    #fff 3.44477px -2.03312px 0px,
    #fff 3.84068px -1.11766px 0px,
    #fff 3.9978px -0.132717px 0px;
}

.form__block {
  background-color: #fff;
  padding: calc(100vw * 16 / 640) calc(100vw * 25 / 640) calc(100vw * 40 / 640);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 768px) {
  .form {
    padding: 40px 16px;
  }

  .form__head {
    padding: 50px 16px 13px;
  }

  .form__head-ttl {
    font-size: 4rem;
  }

  .form__head::before {
    width: 416px;
    height: 114px;
    top: -58px;
  }

  .form__block {
    padding: 24px 88px 80px;
  }
}

.request_form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form__row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: calc(100vw * 10 / 640);
}

.form__col {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.is-width01 {
  max-width: 328px;
}

.is-maxwidth02 {
  max-width: 240px;
}

.is-width03 {
  max-width: 176px;
}

.request_form_ttl {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #333;
}

.request_form_ttl .is-required {
  color: #e73d36;
}

.request_form_group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* .request_form_tel {
  display: flex;
  align-items: center;
  gap: 7px;
}

.request_form_tel input {
  max-width: 72px;
  text-align: center;
}

.request_form_tel span {
  display: block;
  width: 10px;
  height: 1px;
  background-color: #707070;
} */

.request_form .alert {
  color: #e73d36;
  font-size: 1.4rem;
  line-height: 1.4;
  padding-top: 8px;
  font-weight: 500;
  clear: both;
}

.request_form input,
.request_form textarea,
.request_form select {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  padding: 5px 10px;
  -webkit-appearance: none;
  border-radius: 5px;
  border: solid 1px #d3d3d3;
}

.request_form input::placeholder {
  color: #c1c1c1;
}

input[type="checkbox"] {
  border-radius: 3px;
  border: 1px solid #000;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 20px;
  margin: -4px 14px 0 0;
  padding: 0 !important;
  text-align: center;
  width: 20px;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.05s border-color ease-in-out;
  transition: 0.05s border-color ease-in-out;
  position: relative;
  vertical-align: middle;
}

input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  width: 11px;
  height: 6px;
  border-bottom: 3px solid #49bc08;
  border-left: 3px solid #49bc08;
  transform: rotate(-55deg);
  position: absolute;
  top: 2px;
  left: 2px;
}

label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.form__radio {
  display: flex;
  align-items: center;
  column-gap: 32px;
  row-gap: 16px;
}

.form__radio .radio {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #333;
}

input[type="radio"] {
  -webkit-appearance: none;
  border: solid 1px #b1b1b1;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  background: #fff;
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
  background: #fff;
}

.request_form select {
  background: url("../img/icon_arrow.svg") no-repeat right 10px center / 10px;
}

.agreement {
  font-size: 13px;
}

.agreement .terms02 {
  display: none;
}

.agreement .terms p {
  font-size: 13px;
  color: #555;
  margin-bottom: 0.5em;
}

.agreement .terms h4 {
  font-size: 14px;
  color: #555;
  font-weight: bold;
  line-height: 2;
}

.agreement .terms h5 {
  font-size: 13px;
  color: #555;
  font-weight: bold;
  line-height: 2;
}

.read02 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  color: #333;
  margin: 40px 0 8px;
}

.read02 span {
  color: #1eafdb;
  position: relative;
  cursor: pointer;
}

.read02 span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #1eafdb;
}

.request_form .btnConfirmation {
  max-width: 504px;
  margin: 0 auto;
}

.request_form .btnConfirmation button {
  background: none;
  border: none;
  border-radius: calc(infinity * 1px);
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.request_form .btnConfirmation button:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .form__row {
    gap: 24px;
  }
}

/* ---------
  about
--------- */
.about {
  background-color: #f4f4f4;
  padding: calc(100vw * 40 / 640) calc(100vw * 40 / 640) calc(100vw * 64 / 640);
}

.about__ttl {
  font-weight: 700;
  font-size: calc(100vw * 40 / 640);
  letter-spacing: -0.04em;
  line-height: 1.2;
  text-align: center;
  color: #01a0d4;
}

.about__ttl span {
  display: inline-block;
  background-color: #fff;
  padding: 0 calc(100vw * 10 / 640);
}

.about__block {
  margin-top: calc(100vw * 40 / 640);
}

.about__block-ttl {
  font-weight: 700;
  font-size: calc(100vw * 26 / 640);
  line-height: 1.4;
  text-align: left;
  color: #01a0d4;
  margin-bottom: calc(100vw * 16 / 640);
}

.about__block-ttl.is-center {
  text-align: center;
  color: #18181b;
}

.about__txt {
  font-weight: 400;
  font-size: calc(100vw * 22 / 640);
  line-height: 1.7;
  text-align: left;
  color: #18181b;
}

.about__block02 {
  margin-top: calc(100vw * 80 / 640);
}

.about__img {
  text-align: center;
}

.about__inr {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: calc(100vw * 16 / 640);
}

.about__list {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  max-width: calc(100vw * 560 / 640);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  padding: calc(100vw * 40 / 640) calc(100vw * 30 / 640) calc(100vw * 70 / 640) calc(100vw * 60 / 640);
}

.about__list dt {
  font-weight: 700;
  font-size: calc(100vw * 30 / 640);
  line-height: 1.5;
  text-align: center;
  color: #01a0d4;
}

.about__list dt::after {
  content: "";
  display: block;
  width: calc(100vw * 64 / 640);
  height: calc(100vw * 3 / 640);
  margin: calc(100vw * 4 / 640) auto 0;
}

.about__list dd {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.about__list dd ul {
  display: flex;
  flex-direction: column;
  gap: calc(100vw * 20 / 640);
}

.about__list dd ul li {
  font-weight: 400;
  font-size: calc(100vw * 22 / 640);
  line-height: 1.2;
  text-align: left;
  color: #18181b;
  text-indent: -1em;
  padding-left: 0.6em;
}

.about__list dd ul li::before {
  content: "";
  display: inline-block;
  width: calc(100vw * 10 / 640);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  margin-right: calc(100vw * 6 / 640);
}

.about__list.is-color01 {
  background-color: #d1eff8;
}

.about__list.is-color01 dt {
  color: #01a0d4;
}

.about__list.is-color01 dt::after {
  background-color: #01a0d4;
}

.about__list.is-color01 dd ul li::before {
  background-color: #01a0d4;
}

.about__list.is-color02 {
  background-color: #e3e3e3;
}

.about__list.is-color02 dt {
  color: #18181b;
}

.about__list.is-color02 dt::after {
  background-color: #7b7b7b;
}

.about__list.is-color02 dd ul li::before {
  background-color: #7b7b7b;
}

@media screen and (max-width: 767px) {
  .about__list dt {
    padding-right: calc(100vw * 30 / 640);
  }
}

@media screen and (min-width: 768px) {
  .about {
    border-top: 10px solid #1eafdb;
    padding: 80px 16px 110px;
  }

  .about__container {
    max-width: 856px;
    margin: 0 auto;
  }

  .about__ttl {
    font-size: 4rem;
  }

  .about__ttl span {
    padding: 0 10px;
  }

  .about__block {
    margin-top: 40px;
  }

  .about__block-ttl {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }

  .about__txt {
    font-size: 1.6rem;
  }

  .about__block02 {
    margin-top: 80px;
  }

  .about__inr {
    flex-direction: row;
    gap: 24px;
  }

  .about__list {
    max-width: 416px;
    padding: 40px 25px 70px 55px;
  }

  .about__list dt {
    font-size: 2.4rem;
  }

  .about__list dt::after {
    width: 64px;
    height: 3px;
    margin: 4px auto 0;
  }

  .about__list dd ul li {
    font-size: 1.6rem;
  }

  .about__list dd ul {
    gap: 8px;
  }

  .about__list dd ul li::before {
    width: 10px;
    margin-right: 6px;
  }
}

/* ---------
  cta
--------- */
.cta {
  text-align: center;
  padding: calc(100vw * 16 / 640) calc(100vw * 16 / 640) calc(100vw * 75 / 640);
}

.cta__btn {
  display: block;
  width: calc(100vw * 504 / 640);
  height: calc(100vw * 100 / 640);
  border-radius: calc(infinity * 1px);
  box-shadow: 0px 8px 6px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .cta {
    padding: 16px 16px 75px;
  }

  .cta__btn {
    width: 504px;
    height: 100px;
  }
}

/* ---------
  footer
--------- */
.footer {
  padding-bottom: calc(100vw * 100 / 640);
}

.footer__pagetop {
  display: block;
  width: calc(100vw * 90 / 640);
  margin: 0 auto;
}

.footer__container {
  padding: calc(100vw * 14 / 640) calc(100vw * 16 / 640);
  background-color: #484848;
}

.footer__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(100vw * 12 / 640);
}

.footer__list li {
  display: flex;
  align-items: center;
  gap: calc(100vw * 12 / 640);
}

.footer__list li:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100vw * 16 / 640);
  background-color: #fff;
}

.footer__list li a {
  font-weight: 400;
  font-size: calc(100vw * 20 / 640);
  line-height: 1.5;
  color: #fff;
}

.footer__copy {
  text-align: center;
  margin-top: calc(100vw * 6 / 640);
}

.footer__copy small {
  font-size: calc(100vw * 20 / 640);
  line-height: 1.5;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .footer {
    padding-bottom: 98px;
  }

  .footer__pagetop {
    width: 90px;
  }

  .footer__container {
    padding: 14px 16px;
  }

  .footer__list {
    gap: 16px;
  }

  .footer__list li {
    gap: 16px;
  }

  .footer__list li:not(:last-child)::after {
    height: 16px;
  }

  .footer__list li a {
    font-size: 1.4rem;
  }

  .footer__copy {
    margin-top: 16px;
  }

  .footer__copy small {
    font-size: 1.2rem;
  }
}

/* ---------
  contact
--------- */
.contact {
  display: flex;
  justify-content: center;
  gap: calc(100vw * 10 / 640);
  width: 100%;
  height: calc(100vw * 100 / 640);
  background-color: rgba(0, 0, 0, 0.66);
  padding: calc(100vw * 20 / 640) 3%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
}

.contact__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(10px, 3.13vw, 20px);
  border: 2px solid #fff;
  border-radius: 8px;
  box-shadow: 0px 8px 6px rgba(0, 0, 0, 0.16);
  padding: clamp(5px, 1.56vw, 10px);
}

.contact__btn-inr {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(100vw * 6 / 640);
}

.contact__text {
  font-weight: 700;
  font-size: clamp(1.1rem, 3.2vw, 2.4rem);
  letter-spacing: -0.05em;
  line-height: 1.5;
  color: #fff;
}

.contact__label {
  display: inline-block;
  font-weight: 700;
  font-size: clamp(1rem, 3vw, 2.2rem);
  letter-spacing: -0.05em;
  line-height: 1.5;
  background-color: #fff;
  border-radius: 4px;
  padding: 1px 4px;
}

.contact__btn.is-tel {
  background: linear-gradient(#56fdfe 0%, #0081de 100%);
}

.contact__btn.is-tel .contact__label {
  color: #0b8ee2;
}

.contact__btn.is-form {
  background: linear-gradient(#ff6c7d 0%, #e81b32 100%);
}

.contact__btn.is-form .contact__label {
  color: #ed4659;
}

@media screen and (min-width: 768px) {
  .contact {
    gap: 24px;
    height: 98px;
    padding: 24px 16px;
  }

  .contact__btn-inr {
    gap: 6px;
  }

  .contact__text {
    font-size: 2rem;
  }

  .contact__label {
    font-size: 1.6rem;
  }

  .contact__btn {
    gap: 20px;
    padding: 10px;
  }

  .contact__btn.is-tel {
    padding: 7px 16px;
  }

  .contact__btn.is-form {
    padding: 7px 60px;
  }
}

/*----------------
  Forms
----------------*/
.wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
}

.hidden-input {
  display: none;
}

.wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
}

.form .request_form input[type="email"],
.form .request_form input[type="text"] {
  background-color: #fff;
}

.request_form .request_form_table {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* 生年月日 */
.request_form .txt.birth {
  margin-inline: 0;
}

.request_form dl.dlBirth dd {
  display: grid;
  grid-template-columns: repeat(3, 120px);
  grid-gap: 10px;
}

@media screen and (max-width: 768px) {
  .request_form dl.dlBirth dd {
    grid-template-columns: repeat(3, 100px);
  }
}

.request_form dl.dlBirth dd .birth-item {
  display: flex;
  position: relative;
}

.request_form dl.dlBirth dd input.txt.birth {
  width: 50px;
}

.request_form dl.dlBirth dd .birth-unit {
  padding-top: 5px;
  padding-left: 8px;
}

.request_form .prefectures,
.request_form .zip {
  max-width: 200px;
  width: 100%;
}

/* 電話番号 */
.request_form dl.dlPhone dd {
  display: grid;
  grid-template-columns: repeat(3, 95px);
  grid-gap: 20px;
}

@media screen and (max-width: 768px) {
  .request_form dl.dlPhone dd {
    grid-template-columns: repeat(3, 65px);
  }
}

.dlPhone dd .phone-item {
  position: relative;
}

.dlPhone dd .phone-item:not(:first-child)::before {
  content: "-";
  font-size: 14px;

  position: absolute;
  top: 5px;
  left: -11px;
}

/* ラジオ */
.wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(2, 140px);
  grid-gap: 10px;
}

@media screen and (max-width: 768px) {
  .form .wpcf7-radio label {
    display: flex;
  }
}

.wpcf7-radio label {
  margin: 0;
  width: 100%;
  align-items: center;
  display: flex;
  gap: 8px;
}

.gender .wpcf7-list-item.first {
  display: none;
}

.request_form input[type="radio"] {
  -webkit-appearance: radio;
}

input[type="radio"]:checked+.radio:before {
  display: none;
}

@media screen and (max-width: 768px) {

  .request_form dl.dlGender label,
  .request_form dl.dlSpeak label {
    padding-left: 16px;
  }
}

.request_form .wpcf7-list-item {
  margin: 0;
}

/* 送信ボタン */
.request_form input.c-button-submit {
  background: url(../img/img_form_btn.png) 50% / contain no-repeat;
  border: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  width: 100%;
}

/* エラーメッセージ */
.wpcf7-not-valid-tip {
  margin-top: 2px;
}

.wpcf7-not-valid-tip,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
  border: none;
  color: #f30;
  font-size: 12px;
  font-weight: 700;
}

.wpcf7-response-output,
.screen-reader-response {
  display: none;
}

.wpcf7 #entry {
  scroll-margin-top: 200px;
}

.wpcf7 .wpcf7-spinner {
  display: none;
}

/* 生年月日 */
.request_form dl dd.birth {
  align-items: center;
  display: grid;
  grid-template-columns: 90px 18px 60px 18px 60px 18px;
  gap: 5px;
}

.request_form dl dd.birth select {
  margin: 0;
  padding: 3px 20px 3px 10px;

  width: auto;
}

.request_form dl dd.birth span {
  line-height: 1;
  margin: 0;
}