@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

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

/* ============================
  basic
=============================*/
* {
  box-sizing: border-box;
}

@media (min-width: 768px) {
  html {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  html {
    font-size: calc(28 / 750 * 100vw);
  }
}

body {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  color: #414445;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Sans", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  text-decoration: none;
}

main {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .container {
    max-width: 1240px;
    padding: min(7.81vw,100px) 20px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
}

.clearfix * {
  zoom: 1;
}

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

.hide {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}

@media (min-width: 768px) {
  .u-pc {
    display: block;
  }
}

@media (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

.u-sup {
  font-size: 50%;
  vertical-align: top;
  position: relative;
  top: -0.01em;
}

.u-note {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .u-note {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .u-note {
    font-size: calc(20 / 750 * 100vw);
  }
}

.f-blue {
  color: #5dc1d0;
}

.f-wht {
  color: #fff;
}

/* ============================
  Header
=============================*/
.l-header {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

.l-header__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .l-header__in {
    padding: 0px min(2.08vw,40px) 0 min(1.67vw,20px);
  }
}

@media (max-width: 767px) {
  .l-header__in {
    height: calc(130 / 750 * 100vw);
    padding: 0 calc(20 / 750 * 100vw);
  }
}

.l-header__corplogo {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/ベネッセロゴ.png);
}

@supports (background-image: url(../img/ベネッセロゴ.webp)) {
  .l-header__corplogo {
    background-image: url(../img/ベネッセロゴ.webp);
  }
}

@media (min-width: 768px) {
  .l-header__corplogo {
    width: 15.67vw;
    max-width: 188px;
    height: 6.67vw;
    max-height: 80px;
    background-image: url(../img/ベネッセロゴ@2x.png);
  }
  @supports (background-image: url(../img/ベネッセロゴ@2x.webp)) {
    .l-header__corplogo {
      background-image: url(../img/ベネッセロゴ@2x.webp);
    }
  }
}

@media (max-width: 767px) {
  .l-header__corplogo {
    width: calc(226 / 750 * 100vw);
    height: calc(96 / 750 * 100vw);
  }
}

.l-header__brandlogo {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/logo_hoiku.png);
}

@supports (background-image: url(../img/logo_hoiku.webp)) {
  .l-header__brandlogo {
    background-image: url(../img/logo_hoiku.webp);
  }
}

@media (min-width: 768px) {
  .l-header__brandlogo {
    width: 22.33vw;
    max-width: 268px;
    height: 4.83vw;
    max-height: 58px;
    background-image: url(../img/logo_hoiku@2x.png);
  }
  @supports (background-image: url(../img/logo_hoiku@2x.webp)) {
    .l-header__brandlogo {
      background-image: url(../img/logo_hoiku@2x.webp);
    }
  }
}

@media (max-width: 767px) {
  .l-header__brandlogo {
    width: calc(256 / 750 * 100vw);
    height: calc(56 / 750 * 100vw);
  }
}

/* ============================
  main-visual
=============================*/
.p-mv {
  display: block;
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .p-mv {
    padding: 0 min(2.08vw,40px);
  }
}

@media (max-width: 767px) {
  .p-mv {
    padding: 0 calc(20 / 750 * 100vw);
  }
}

.p-mv__inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  width: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 768px) {
  .p-mv__inner {
    height: 32.29vw;
    max-height: 620px;
    padding-left: min(6.25vw,120px);
    background-image: url(../img/mv_bg.png);
  }
  @supports (background-image: url(../img/mv_bg.webp)) {
    .p-mv__inner {
      background-image: url(../img/mv_bg.webp);
    }
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .p-mv__inner {
    background-image: url(../img/mv_bg@2x.png);
  }
  @supports (background-image: url(../img/mv_bg@2x.webp)) {
    .p-mv__inner {
      background-image: url(../img/mv_bg@2x.webp);
    }
  }
}

@media (max-width: 767px) {
  .p-mv__inner {
    width: 100%;
    height: calc(750 / 750 * 100vw);
    padding-top: calc(450 / 750 * 100vw);
    background-image: url(../img/mv_bg@sp.png);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  @supports (background-image: url(../img/mv_bg@sp.webp)) {
    .p-mv__inner {
      background-image: url(../img/mv_bg@sp.webp);
    }
  }
}

.p-mv__copy {
  display: block;
  z-index: 0;
}

.p-mv__copy-main {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: drop-shadow(0 0px 30px rgba(105, 85, 62, 0.7));
}

@media (min-width: 768px) {
  .p-mv__copy-main {
    width: 24.95vw;
    max-width: 479px;
    height: 6.88vw;
    max-height: 132px;
    background-image: url(../img/mv_copy_main.png);
  }
  @supports (background-image: url(../img/mv_copy_main.png)) {
    .p-mv__copy-main {
      background-image: url(../img/mv_copy_main.png);
    }
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .p-mv__copy-main {
    background-image: url(../img/mv_copy_main_sp.png);
  }
  @supports (background-image: url(../img/mv_copy_main_sp.png)) {
    .p-mv__copy-main {
      background-image: url(../img/mv_copy_main_sp.png);
    }
  }
}

@media (max-width: 767px) {
  .p-mv__copy-main {
    width: calc(557 / 750 * 100vw);
    height: calc(159 / 750 * 100vw);
    background-image: url(../img/mv_copy_main_sp.png);
  }
  @supports (background-image: url(../img/mv_copy_main_sp.png)) {
    .p-mv__copy-main {
      background-image: url(../img/mv_copy_main_sp.png);
    }
  }
}

.p-mv__copy-body {
  display: block;
  width: 100%;
  margin-top: 1rem;
}

.p-mv__copy-body span {
  display: table;
  margin-bottom: .5rem;
  padding: .1rem .5rem;
  background-color: rgba(93, 193, 208, 0.8);
  color: #fff;
}

@media (min-width: 768px) {
  .p-mv__copy-body span {
    font-size: min(1.46vw,28px);
  }
}

@media (max-width: 767px) {
  .p-mv__copy-body{
    display: none;
  }
  .p-mv__copy-body span {
    margin-left: auto;
    margin-right: auto;
    font-size: calc(38 / 750 * 100vw);
    text-align: center;
  }
}

.p-mv__bottom {
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
  z-index: 2;
}

@media (min-width: 768px) {
  .p-mv__bottom {
    margin-top: min(3.13vw,40px);
  }
}

@media (max-width: 767px) {
  .p-mv__bottom {
    margin-top: calc(40 / 750 * 100vw);
  }
}

.p-mv__bottom > a {
  position: relative;
  display: table;
  margin: auto;
  background-color: #5dc1d0;
  border-radius: 9999px;
  text-align: center;
  color: #fff;
}

@media (min-width: 768px) {
  .p-mv__bottom > a {
    width: 35vw;
    max-width: 400px;
    height: 5vw;
    max-height: 72px;
    font-size: min(1.72vw,22px);
    line-height: min(5vw,72px);
    transition: .3s;
  }
}

@media (max-width: 767px) {
  .p-mv__bottom > a {
    width: calc(500 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    line-height: calc(128 / 750 * 100vw);
  }
}

.p-mv__bottom > a:hover {
  opacity: 0.8;
}

@media (min-width: 768px) {
  .p-mv__bottom > a:hover::after {
    right: 1rem;
  }
}

.p-mv__bottom > a::after {
  content: '\f0da';
  font-family: 'Font Awesome 6 Free';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  width: 1rem;
  height: 1rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .p-mv__bottom > a::after {
    transition: .3s;
  }
}

/* ==========================================================
  Section
=====*/
.sec-ttl {
  display: block;
  margin: auto;
  text-align: center;
  font-weight: 500;
  line-height: 1.42;
}

@media (min-width: 768px) {
  .sec-ttl {
    margin-bottom: min(5.33vw,64px);
    font-size: min(3.28vw,42px);
  }
}

@media (max-width: 767px) {
  .sec-ttl {
    margin-bottom: calc(64 / 750 * 100vw);
    font-size: calc(58 / 750 * 100vw);
  }
}

.sec-ttl__sub {
  display: block;
}

@media (min-width: 768px) {
  .sec-ttl__sub {
    font-size: min(1.88vw,24px);
  }
}

@media (max-width: 767px) {
  .sec-ttl__sub {
    font-size: calc(32 / 750 * 100vw);
  }
}

/* ==========================================================
  about
=====*/
.p-about {
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
  z-index: 1;
}

@media (min-width: 768px) {
  .p-about {
    margin-top: -36px;
  }
}

@media (max-width: 767px) {
  .p-about {
    margin-top: calc(-40 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .p-about__ttl {
    font-size: min(2.81vw,36px);
  }
}

@media (max-width: 767px) {
  .p-about__ttl {
    font-size: calc(48 / 750 * 100vw);
  }
}

.p-about__body {
  position: relative;
  width: 100%;
  margin: auto;
}

@media (min-width: 768px) {
  .p-about__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    max-width: 1260px;
    container-type: inline-size;
  }
}

.p-about__body picture {
  display: block;
}
@media (max-width: 767px) {
  .p-about__body picture {
    display: block;
    margin: auto;
    padding-bottom: calc(80 / 750 * 100vw);
    text-align: center;
  }
}
.p-about__body-txt{
  width:  calc(620/1920 * 100vw);
}
@media screen and (min-width: 769px) {
  .p-about__body-txt{
    max-width: 620px;
  }
}
@media screen and (max-width: 768px) {
  .p-about__body-txt{
    width: calc(637/750 * 100vw);
    margin-top: calc(80/750 * 100vw);
  }
}

.p-about__body-txt > p {
  text-align: justify;
  line-height: 2;
}

@media (min-width: 768px) {
  .p-about__body-txt > p {
    font-size: 1.5cqw;
  }
}

@media (max-width: 767px) {
  .p-about__body-txt > p {
    font-size: calc(30 / 750 * 100vw);
    text-align: center;
  }
}

.p-about__body-txt > p.mb {
  margin-bottom: 1rem;
}

.p-about__body-txt > p .ul {
  position: relative;
  padding-bottom: .2rem;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  background-image: url(../img/about_txt_marker.png);
}

@supports (background-image: url(../img/about_txt_marker.webp)) {
  .p-about__body-txt > p .ul {
    background-image: url(../img/about_txt_marker.webp);
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .p-about__body-txt > p .ul {
    background-image: url(../img/about_txt_marker@2x.png);
  }
  @supports (background-image: url(../img/about_txt_marker@2x.webp)) {
    .p-about__body-txt > p .ul {
      background-image: url(../img/about_txt_marker@2x.webp);
    }
  }
}

@media (max-width: 767px) {
  .p-about__body-txt > p .ul {
    width: calc(681 / 750 * 100vw);
    height: calc(167 / 750 * 100vw);
    background-image: url(../img/about_txt_marker@sp.png);
  }
  @supports (background-image: url(../img/about_txt_marker@sp.webp)) {
    .p-about__body-txt > p .ul {
      background-image: url(../img/about_txt_marker@sp.webp);
    }
  }
}

/* ==========================================================
  point
=====*/
.p-point {
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
  background-color: #e7f6f8;
}

.p-point__body {
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
}

@media (min-width: 768px) {
  .p-point__body {
    max-width: 1240px;
    margin-bottom: 60px;
    container-type: inline-size;
  }
}

@media (max-width: 767px) {
  .p-point__body {
    margin-bottom: calc(80 / 750 * 100vw);
  }
}

.p-point__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .p-point__list li {
    width: 22.5cqw;
  }
}

@media (max-width: 767px) {
  .p-point__list li {
    width: calc(315 / 750 * 100vw);
  }
}

@media (max-width: 767px) {
  .p-point__list li:nth-child(1), .p-point__list li:nth-child(2) {
    margin-bottom: calc(80 / 750 * 100vw);
  }
}

.p-point__list-head {
  position: relative;
  display: table;
  margin: auto;
  text-align: center;
  line-height: 1.32;
}

@media (min-width: 768px) {
  .p-point__list-head {
    margin-bottom: 10px;
    font-size: 1.5cqw;
  }
}

@media (max-width: 767px) {
  .p-point__list-head {
    margin-bottom: calc(24 / 750 * 100vw);
  }
}

.p-point__list-head::before, .p-point__list-head::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #414445;
}

.p-point__list-head::before {
  transform: rotate(-12deg);
}

@media (min-width: 768px) {
  .p-point__list-head::before {
    right: 110%;
  }
}

@media (max-width: 767px) {
  .p-point__list-head::before {
    left: -10%;
  }
}

.p-point__list-head::after {
  transform: rotate(12deg);
}

@media (min-width: 768px) {
  .p-point__list-head::after {
    left: 110%;
  }
}

@media (max-width: 767px) {
  .p-point__list-head::after {
    right: -10%;
  }
}

.p-point__list-main {
  display: table;
  padding: .5rem 0;
  background-color: #5dc1d0;
  border-radius: 9999px;
  text-align: center;
  color: #fff;
  line-height: 1;
}

@media (min-width: 768px) {
  .p-point__list-main {
    width: 11.66666667cqw;
    margin: 16px auto;
    font-size: 2.333333333cqw;
  }
}

@media (max-width: 767px) {
  .p-point__list-main {
    width: calc(210 / 750 * 100vw);
    margin: calc(14 / 750 * 100vw) auto;
    font-size: calc(40 / 750 * 100vw);
  }
}

.p-point__list-txt {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .p-point__list-txt {
    font-size: 1.48cqw;
  }
}

@media (max-width: 767px) {
  .p-point__list-txt {
    font-size: calc(24 / 750 * 100vw);
  }
}

.p-point__bottom {
 display: flex;
 align-items: center;
 justify-content: space-between;
 margin:0 auto;
 max-width:1000px;
 width:  calc(1000/1920 * 100vw);
}
@media screen and (max-width: 768px) {
  .p-point__bottom{
    display: block;
    width: calc(670/750 * 100vw);
  }
}
.p-point-movie-ttl{
  width:  calc(490/1920 * 100vw);
  margin-bottom: calc(40/1920 * 100vw);
}
@media screen and (min-width: 769px) {
  .p-point-movie-ttl{
  max-width: 490px;
}
}
@media screen and (max-width: 768px) {
  .p-point-movie-ttl{
    width: calc(670/750 * 100vw);
    margin-bottom: calc(54/750 * 100vw);
  }
}
.movie-txt{
  font-size:  calc(18/1920 * 100vw);
  line-height: 1.3em;
  width:  calc(490/1920 * 100vw);
  text-align: left;
}
@media screen and (min-width: 769px) {
  .movie-txt{
    max-width: 490px;
  }
}
@media screen and (max-width: 768px) {
  .movie-txt{
    font-size:  calc(30/750 * 100vw);
    width: calc(670/750 * 100vw);
    line-height: 1.7em;
  }
}
.p-point__bottom .p-point__list-head{
  font-size:  calc(18/1920 * 100vw);
  margin-bottom:  calc(32/1920 * 100vw);
}
@media screen and (max-width: 768px) {
  .p-point__bottom .p-point__list-head{
    font-size: calc(24/750 * 100vw);
    margin-bottom: calc(37/750 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  .p-point-movie-box{
    margin-top: calc(54/750 * 100vw);
  }
}
.movie{
  width:  calc(390/1920 * 100vw);
  height: calc(219/750 * 100vw);
}
@media screen and (min-width: 769px) {
  .movie{
    max-width: 390px;
    max-height: 219px;
  }
}
@media screen and (max-width: 768px) {
  .movie{
   width: 100%;
   height: calc(430/750 * 100vw);
  }
}


.p-point__bottom-box-lft {
  position: relative;
  text-align: center;
}

.p-point__bottom-box-lft::before, .p-point__bottom-box-lft::after {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.p-point__bottom-box-lft::before {
  top: 0;
  background-image: url(../img/point_bottom_box_kira_01.png);
}

@supports (background-image: url(../img/point_bottom_box_kira_01.webp)) {
  .p-point__bottom-box-lft::before {
    background-image: url(../img/point_bottom_box_kira_01.webp);
  }
}

@media (min-width: 768px) {
  .p-point__bottom-box-lft::before {
    right: 4.2cqw;
    width: 1.666666667cqw;
    height: 1.5cqw;
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .p-point__bottom-box-lft::before {
    background-image: url(../img/point_bottom_box_kira_01@2x.png);
  }
  @supports (background-image: url(../img/point_bottom_box_kira_01@2x.webp)) {
    .p-point__bottom-box-lft::before {
      background-image: url(../img/point_bottom_box_kira_01@2x.webp);
    }
  }
}

@media (max-width: 767px) {
  .p-point__bottom-box-lft::before {
    right: calc(20 / 750 * 100vw);
    width: calc(24 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
  }
}

.p-point__bottom-box-lft::after {
  background-image: url(../img/point_bottom_box_kira_02.png);
}

@supports (background-image: url(../img/point_bottom_box_kira_02.webp)) {
  .p-point__bottom-box-lft::after {
    background-image: url(../img/point_bottom_box_kira_02.webp);
  }
}

@media (min-width: 768px) {
  .p-point__bottom-box-lft::after {
    bottom: 1.5cqw;
    left: 2.2cqw;
    width: 1.5cqw;
    height: 1.666666667cqw;
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .p-point__bottom-box-lft::after {
    background-image: url(../img/point_bottom_box_kira_02@2x.png);
  }
  @supports (background-image: url(../img/point_bottom_box_kira_02@2x.webp)) {
    .p-point__bottom-box-lft::after {
      background-image: url(../img/point_bottom_box_kira_02@2x.webp);
    }
  }
}

@media (max-width: 767px) {
  .p-point__bottom-box-lft::after {
    left: calc(0 / 750 * 100vw);
    bottom: calc(110 / 750 * 100vw);
    width: calc(19 / 750 * 100vw);
    height: calc(23 / 750 * 100vw);
  }
}

.p-point__bottom-box-lft .ribbon {
  display: block;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 768px) {
  .p-point__bottom-box-lft .ribbon {
    width: 15.58333333cqw;
    height: 5.5cqw;
    margin-bottom: -1.25cqw;
    background-image: url(../img/point_bottom_box_ribbon.png);
  }
  @supports (background-image: url(../img/point_bottom_box_ribbon.webp)) {
    .p-point__bottom-box-lft .ribbon {
      background-image: url(../img/point_bottom_box_ribbon.webp);
    }
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .p-point__bottom-box-lft .ribbon {
    background-image: url(../img/point_bottom_box_ribbon@2x.png);
  }
  @supports (background-image: url(../img/point_bottom_box_ribbon@2x.webp)) {
    .p-point__bottom-box-lft .ribbon {
      background-image: url(../img/point_bottom_box_ribbon@2x.webp);
    }
  }
}

@media (max-width: 767px) {
  .p-point__bottom-box-lft .ribbon {
    width: calc(279 / 750 * 100vw);
    height: calc(94 / 750 * 100vw);
    margin-bottom: calc(-30 / 750 * 100vw);
    background-image: url(../img/point_bottom_box_ribbon@sp.png);
  }
  @supports (background-image: url(../img/point_bottom_box_ribbon@sp.webp)) {
    .p-point__bottom-box-lft .ribbon {
      background-image: url(../img/point_bottom_box_ribbon@sp.webp);
    }
  }
}

.p-point__bottom-box-lft > p {
  background-color: #fff;
  font-weight: 700;
  line-height: 1.32;
}

@media (min-width: 768px) {
  .p-point__bottom-box-lft > p {
    font-size: 1.666666667cqw;
  }
}

@media (max-width: 767px) {
  .p-point__bottom-box-lft > p {
    width: 100%;
    padding: 0 calc(20 / 750 * 100vw);
  }
}

.p-point__bottom-box-lft > p > .ul {
  position: relative;
  padding-bottom: .2rem;
  font-size: 130%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  background-image: url(../img/point_bottom_box_marker.png);
}

@supports (background-image: url(../img/point_bottom_box_marker.webp)) {
  .p-point__bottom-box-lft > p > .ul {
    background-image: url(../img/point_bottom_box_marker.webp);
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .p-point__bottom-box-lft > p > .ul {
    background-image: url(../img/point_bottom_box_marker@2x.png);
  }
  @supports (background-image: url(../img/point_bottom_box_marker@2x.webp)) {
    .p-point__bottom-box-lft > p > .ul {
      background-image: url(../img/point_bottom_box_marker@2x.webp);
    }
  }
}

@media (max-width: 767px) {
  .p-point__bottom-box-lft > p > .ul {
    width: calc(681 / 750 * 100vw);
    height: calc(167 / 750 * 100vw);
    background-image: url(../img/point_bottom_box_marker@sp.png);
  }
  @supports (background-image: url(../img/point_bottom_box_marker@sp.webp)) {
    .p-point__bottom-box-lft > p > .ul {
      background-image: url(../img/point_bottom_box_marker@sp.webp);
    }
  }
}

.p-point__bottom-box-lft .note {
  display: block;
  margin-top: .5rem;
  font-size: 80%;
}

.p-point__bottom-box > picture {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
}

@media (min-width: 768px) {
  .p-point__bottom-box > picture {
    right: 2.5cqw;
    width: 21.25cqw;
    height: 21.25cqw;
    filter: drop-shadow(4px 0px 10px rgba(46, 95, 102, 0.45));
  }
}

@media (max-width: 767px) {
  .p-point__bottom-box > picture {
    right: calc(-20 / 750 * 100vw);
    width: calc(307 / 750 * 100vw);
    height: calc(307 / 750 * 100vw);
    filter: drop-shadow(calc(4 / 750 * 100vw) 0px calc(8 / 750 * 100vw) rgba(46, 95, 102, 0.4));
  }
}

.p-point__bottom-box > picture img {
  width: 100%;
  height: 100%;
}

.p-point__bottom-box > picture::before {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../img/point_bottom_box_sun.png);
  z-index: 2;
}

@supports (background-image: url(../img/point_bottom_box_sun.webp)) {
  .p-point__bottom-box > picture::before {
    background-image: url(../img/point_bottom_box_sun.webp);
  }
}

@media (min-width: 768px) {
  .p-point__bottom-box > picture::before {
    top: 2.3cqw;
    right: -2cqw;
    width: 2.083333333cqw;
    height: 2cqw;
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .p-point__bottom-box > picture::before {
    background-image: url(../img/point_bottom_box_sun@2x.png);
  }
  @supports (background-image: url(../img/point_bottom_box_sun@2x.webp)) {
    .p-point__bottom-box > picture::before {
      background-image: url(../img/point_bottom_box_sun@2x.webp);
    }
  }
}

@media (max-width: 767px) {
  .p-point__bottom-box > picture::before {
    top: calc(0 / 750 * 100vw);
    right: calc(35 / 750 * 100vw);
    width: calc(40 / 750 * 100vw);
    height: calc(38 / 750 * 100vw);
  }
}

/* ==========================================================
  step
=====*/
.p-step {
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
}

.p-step__body {
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
}

@media (min-width: 768px) {
  .p-step__body {
    max-width: 1240px;
    margin-bottom: 64px;
    container-type: inline-size;
  }
}

@media (max-width: 767px) {
  .p-step__body {
    margin-bottom: calc(64 / 750 * 100vw);
  }
}

.p-step__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.p-step__list li {
  position: relative;
}

@media (min-width: 768px) {
  .p-step__list li {
    width: 28.33333333cqw;
  }
}

@media (max-width: 767px) {
  .p-step__list li {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .p-step__list li:not(:last-child) {
    margin-right: 2.5cqw;
  }
}

@media (max-width: 767px) {
  .p-step__list li:not(:last-child) {
    padding-bottom: calc(230 / 750 * 100vw);
  }
}

.p-step__list li:not(:last-child)::after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 768px) {
  .p-step__list li:not(:last-child)::after {
    top: 5.833333333cqw;
    left: 80%;
    width: 13.33333333cqw;
    height: 1.5cqw;
    background-image: url(../img/step_arrow.png);
  }
  @supports (background-image: url(../img/step_arrow.webp)) {
    .p-step__list li:not(:last-child)::after {
      background-image: url(../img/step_arrow.webp);
    }
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .p-step__list li:not(:last-child)::after {
    background-image: url(../img/step_arrow@2x.png);
  }
  @supports (background-image: url(../img/step_arrow@2x.webp)) {
    .p-step__list li:not(:last-child)::after {
      background-image: url(../img/step_arrow@2x.webp);
    }
  }
}

@media (max-width: 767px) {
  .p-step__list li:not(:last-child)::after {
    left: 0;
    right: 0;
    bottom: calc(50 / 750 * 100vw);
    width: calc(18 / 750 * 100vw);
    height: calc(160 / 750 * 100vw);
    background-image: url(../img/step_arrow@2x.png);
  }
  @supports (background-image: url(../img/step_arrow@sp.webp)) {
    .p-step__list li:not(:last-child)::after {
      background-image: url(../img/step_arrow@sp.webp);
    }
  }
}

.p-step__list li > picture {
  display: block;
  margin: -.8rem auto 0;
  text-align: center;
}

@media (min-width: 768px) {
  .p-step__list li > picture {
    width: 11.66666667cqw;
  }
}

@media (max-width: 767px) {
  .p-step__list li > picture {
    width: calc(210 / 750 * 100vw);
  }
}

.p-step__list-num {
  position: relative;
  display: table;
  margin: auto;
  border-bottom: solid 1px #5dc1d0;
  text-align: center;
  line-height: 1;
  z-index: 2;
}

@media (min-width: 768px) {
  .p-step__list-num {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .p-step__list-num {
    font-size: calc(42 / 750 * 100vw);
  }
}

.p-step__list-txt {
  display: block;
  margin-top: 1rem;
  text-align: center;
}

@media (min-width: 768px) {
  .p-step__list-txt {
    font-size: 2cqw;
  }
}

@media (max-width: 767px) {
  .p-step__list-txt {
    font-size: calc(32 / 750 * 100vw);
  }
}

/* ==========================================================
  search
=====*/
.p-search {
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
  background-repeat: repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 768px) {
  .p-search {
    padding: 0 20px;
    background-image: url(../img/search_bg.jpg);
  }
  @supports (background-image: url(../img/search_bg.webp)) {
    .p-search {
      background-image: url(../img/search_bg.webp);
    }
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .p-search {
    background-image: url(../img/search_bg@2x.jpg);
  }
  @supports (background-image: url(../img/search_bg@2x.webp)) {
    .p-search {
      background-image: url(../img/search_bg@2x.webp);
    }
  }
}

@media (max-width: 767px) {
  .p-search {
    background-image: url(../img/search_bg@2x.jpg);
  }
  @supports (background-image: url(../img/search_bg@sp.webp)) {
    .p-search {
      background-image: url(../img/search_bg@sp.webp);
    }
  }
}

.p-search__ttl {
  font-weight: 600;
}

.p-search__ttl-sub {
  display: block;
}

@media (min-width: 768px) {
  .p-search__ttl-sub {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .p-search__ttl-sub {
    font-size: calc(32 / 750 * 100vw);
  }
}

.p-search__ttl .icon::before {
  content: '';
  position: relative;
  top: .09em;
  margin-right: .3em;
  display: inline-block;
  background-repeat: repeat;
  background-position: center;
  background-size: contain;
}

@media (min-width: 768px) {
  .p-search__ttl .icon::before {
    width: min(5.08vw,61px);
    height: min(4.42vw,53px);
    background-image: url(../img/search_ttl_icon.jpg);
  }
  @supports (background-image: url(../img/search_ttl_icon.webp)) {
    .p-search__ttl .icon::before {
      background-image: url(../img/search_ttl_icon.webp);
    }
  }
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and (min-resolution: 2dppx) {
  .p-search__ttl .icon::before {
    background-image: url(../img/search_ttl_icon@2x.jpg);
  }
  @supports (background-image: url(../img/search_ttl_icon@2x.webp)) {
    .p-search__ttl .icon::before {
      background-image: url(../img/search_ttl_icon@2x.webp);
    }
  }
}

@media (max-width: 767px) {
  .p-search__ttl .icon::before {
    width: calc(61 / 750 * 100vw);
    height: calc(53 / 750 * 100vw);
    background-image: url(../img/search_ttl_icon@2x.jpg);
  }
  @supports (background-image: url(../img/search_ttl_icon@sp.webp)) {
    .p-search__ttl .icon::before {
      background-image: url(../img/search_ttl_icon@sp.webp);
    }
  }
}

.p-search__box {
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
}

@media (min-width: 768px) {
  .p-search__box {
    max-width: 1440px;
    padding: 4.166666667cqw 2.857142857cqw;
    background-color: #fff;
    border-radius: 20px;
    container-type: inline-size;
  }
}

@media (max-width: 767px) {
  .p-search__box {
    padding: calc(40 / 750 * 100vw) calc(30 / 750 * 100vw) calc(80 / 750 * 100vw);
    background-color: #e7f6f8;
    border-radius: calc(20 / 750 * 100vw);
  }
}

.p-search__box-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.p-search__box-ttl .icon {
  display: block;
  margin-right: .5rem;
}

@media (min-width: 768px) {
  .p-search__box-ttl .icon {
    width: 2.142857143cqw;
  }
}

@media (max-width: 767px) {
  .p-search__box-ttl .icon {
    width: calc(30 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .p-search__box-ttl .text {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .p-search__box-ttl .text {
    font-size: calc(36 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .p-search__box-ttl .text .small {
    font-size: 70%;
  }
}

@media (min-width: 768px) {
  .p-search__keywords {
    margin-bottom: 4.571428571cqw;
  }
}

@media (max-width: 767px) {
  .p-search__keywords {
    margin-bottom: calc(42 / 750 * 100vw);
  }
}

.p-search .text-search {
  display: flex;
  align-items: flex-end;
}

@media (max-width: 767px) {
  .p-search .text-search {
    width: 100%;
  }
}

.p-search .m__form__input input[type="text"] {
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  border: 1px solid #dcdcdc;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .p-search .m__form__input input[type="text"] {
    width: 42.71428571cqw;
    margin-right: 1rem;
    padding: 0.971428571cqw 1.428571429cqw;
    border-radius: .6em;
    font-size: min(1.5vw,18px);
  }
}

@media (max-width: 767px) {
  .p-search .m__form__input input[type="text"] {
    width: calc(520 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    padding: 1rem;
    border-radius: calc(30 / 750 * 100vw) 0 0 calc(30 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
    line-height: calc(100 / 750 * 100vw);
  }
}

.p-search .m__form__input input[type="text"]::placeholder {
  color: #dcdcdc;
}

.p-search .m__form__input input[type="text"]:focus {
  outline: none;
}

.p-search .m__btn__search a, .p-search .m__btn__search button, .p-search .m__btn__search > span {
  position: relative;
}

.p-search .m__btn__search a::after, .p-search .m__btn__search button::after, .p-search .m__btn__search > span::after {
  content: "";
  background: url(../img/icon_search_handwrite_blue.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .p-search .m__btn__search a::after, .p-search .m__btn__search button::after, .p-search .m__btn__search > span::after {
    width: 1.571428571cqw;
    height: 1.571428571cqw;
    left: 2.142857143cqw;
  }
}

@media (max-width: 767px) {
  .p-search .m__btn__search a::after, .p-search .m__btn__search button::after, .p-search .m__btn__search > span::after {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.32;
  }
}

@media print, screen and (min-width: 767px) {
  .p-search .m__btn__white a, .p-search .m__btn__white button, .p-search .m__btn__white input[type="submit"] {
    transition: 0.3s;
  }
}

.p-search .search-btn {
  display: block;
}

.p-search .m__btn__white a, .p-search .m__btn__white button, .p-search .m__btn__white input[type="submit"] {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5dc1d0;
  appearance: none;
  cursor: pointer;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
  background-color: #fff;
}

@media (min-width: 768px) {
  .p-search .m__btn__white a, .p-search .m__btn__white button, .p-search .m__btn__white input[type="submit"] {
    padding: 0.971428571cqw;
    width: 22.85714286cqw;
    border-radius: 9999px;
    border: solid #5dc1d0 2px;
    font-size: min(1.5vw,18px);
  }
}

@media (max-width: 767px) {
  .p-search .m__btn__white a, .p-search .m__btn__white button, .p-search .m__btn__white input[type="submit"] {
    width: calc(90 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    appearance: none;
    border: 0;
    border-radius: 0 calc(30 / 750 * 100vw) calc(30 / 750 * 100vw) 0;
    box-shadow: none;
    background: url(../img/icon_search_handwrite.svg) #5dc1d0 center center no-repeat;
    background-size: calc(40 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 767px) {
  .p-search .m__btn__white a:hover, .p-search .m__btn__white button:hover, .p-search .m__btn__white input[type="submit"]:hover {
    background-color: #e7f6f8;
  }
}

.p-search .link-list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

@media screen and (min-width: 768px) {
  .p-search .link-list {
    max-height: none;
    overflow: visible;
  }
}

.p-search .link-list.active {
  max-height: 1000px;
}

.p-search .prefectures-block {
  margin: auto;
}

@media (min-width: 768px) {
  .p-search .prefectures-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .p-search .prefectures-block {
    -webkit-justify-content: center;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .p-search .prefectures-block .prefecture-area {
    width: 9.285714286cqw;
  }
}

@media (max-width: 767px) {
  .p-search .prefectures-block .prefecture-area {
    position: relative;
    width: 100%;
    margin-top: calc(20 / 750 * 100vw);
    padding: .75rem 1.5rem;
    background-color: #fff;
    border-radius: calc(30 / 750 * 100vw);
  }
}

.p-search .prefectures-block .prefecture-area.active {
  border-radius: calc(30 / 750 * 100vw) calc(30 / 750 * 100vw) 0 0;
}

@media (max-width: 767px) {
  .p-search .prefectures-block .prefecture-area.js__sp-accordion-trigger::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    width: calc(30 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
    line-height: 1;
    color: #5dc1d0;
    margin: auto;
    font-weight: bold;
    transition: .3s;
  }
}

@media (max-width: 767px) {
  .p-search .prefectures-block .prefecture-area.js__sp-accordion-trigger.active::after {
    transform: rotate(180deg);
  }
}

@media (max-width: 767px) {
  .p-search .prefectures-block .prefecture-area.js__sp-link-trigger::after {
    content: '\f061';
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    width: calc(30 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
    line-height: 1;
    color: #5dc1d0;
    margin: auto;
    font-weight: bold;
  }
}

@media (min-width: 768px) {
  .p-search .prefectures-block .prefecture-area > p {
    font-weight: 600;
    font-size: min(1.67vw,20px);
  }
}

@media (max-width: 767px) {
  .p-search .prefectures-block .prefecture-area > p {
    font-size: calc(30 / 750 * 100vw);
  }
}

@media (min-width: 768px) {
  .p-search .prefectures-block .link-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    width: 85%;
  }
}

@media (max-width: 767px) {
  .p-search .prefectures-block .link-list {
    -webkit-justify-content: center;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    padding: 0 1.5rem;
    background-color: #fff;
    border-radius: 0 0 calc(30 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}

.p-search .prefectures-block .link-list-head {
  color: #5dc1d0;
  appearance: none;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  background-color: #fff;
}

@media (min-width: 768px) {
  .p-search .prefectures-block .link-list-head {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: 2%;
    padding: 0.671428571cqw;
    width: 25%;
    border-radius: 9999px;
    border: solid #5dc1d0 2px;
    font-size: min(1.5vw,18px);
    line-height: 1.4;
    transition: 0.3s;
  }
}

@media (max-width: 767px) {
  .p-search .prefectures-block .link-list-head {
    width: 100%;
    padding: .75rem 1rem;
    background-color: #fff;
    border-top: solid 1px #5dc1d0;
    font-size: calc(30 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 767px) {
  .p-search .prefectures-block .link-list-head:hover {
    background-color: #e7f6f8;
  }
}

@media (max-width: 767px) {
  .p-search .prefectures-block .link-list-head::after {
    content: '\f061';
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: calc(30 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
    line-height: 1;
    color: #5dc1d0;
    margin: auto;
    font-weight: bold;
  }
}

.p-search .prefectures-block .link-list-head a {
  color: #5dc1d0;
}

@media (min-width: 768px) {
  .p-search .prefectures-block .link-list-body {
    width: 73%;
  }
}

@media (max-width: 767px) {
  .p-search .prefectures-block .link-list-body {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .p-search .prefectures-block .link-list .link-list02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .p-search .prefectures-block .link-list .link-list02 {
    width: 100%;
  }
}

.p-search .prefectures-block .link-list .link-list02 > li {
  color: #5dc1d0;
  appearance: none;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  background-color: #fff;
}

@media (min-width: 768px) {
  .p-search .prefectures-block .link-list .link-list02 > li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.771428571cqw 0;
    width: 14.42857143cqw;
    margin-right: .5rem;
    margin-bottom: .75rem;
    border: solid #5dc1d0 2px;
    border-radius: 9999px;
    font-size: min(1.5vw,18px);
    line-height: 1.4;
    text-align: center;
    transition: 0.3s;
  }
}

@media (max-width: 767px) {
  .p-search .prefectures-block .link-list .link-list02 > li {
    display: block;
    width: 100%;
    padding: .75rem 1rem;
    background-color: #fff;
    border-top: solid 1px #5dc1d0;
    font-size: calc(30 / 750 * 100vw);
  }
}

@media (max-width: 767px) {
  .p-search .prefectures-block .link-list .link-list02 > li::after {
    content: '\f061';
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: calc(30 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
    line-height: 1;
    color: #5dc1d0;
    margin: auto;
    font-weight: bold;
  }
}

@media print, screen and (min-width: 767px) {
  .p-search .prefectures-block .link-list .link-list02 > li:hover {
    background-color: #e7f6f8;
  }
}

.p-search .prefectures-block .link-list .link-list02 > li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #5dc1d0;
}

@media screen and (max-width: 767px) {
  .p-search {
    /* 千葉県などアコーディオンはSP表示では非表示 */
  }
  .p-search .prefecture-area.js__sp-link-trigger {
    cursor: pointer;
  }
  .p-search .prefectures-block.not-sp-accordion .js__sp-accordion-target {
    display: none;
  }
}

/* ============================
  Footer
=============================*/
.l-footer {
  display: block;
  width: 100%;
  margin: auto;
  background-color: #fff;
}

@media (min-width: 768px) {
  .l-footer {
    padding: 20px 20px 100px;
  }
}

@media (max-width: 767px) {
  .l-footer {
    padding: calc(20 / 750 * 100vw) 0 calc(180 / 750 * 100vw);
  }
}

.l-footer__copy {
  display: block;
  margin: auto;
}

.l-footer__copy > p {
  text-align: center;
}

@media (min-width: 768px) {
  .l-footer__copy > p {
    font-size: min(0.7291666666666666vw,14px);
  }
}

@media (max-width: 767px) {
  .l-footer__copy > p {
    font-size: calc(22 / 750 * 100vw);
  }
}

.data-inner{
  text-align: center;
  position: relative;
  width:  calc(1111/1920 * 100vw);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .data-inner{
    width:100%;
    max-width: calc(690/750 * 100vw);
  }
}

.data-img{
  margin: 0 auto;
  width: 32.5cqw;
  height: auto;
}
@media screen and (max-width: 768px) {
  .data-img{
    margin-top: calc(214/750 * 100vw);
   width: calc(591/750 * 100vw);
   margin-bottom: calc(240/750 * 100vw);
  }
}

.data-txt{
  position: absolute;
  color: #5dc1d0;
  font-size: 1.2cqw;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3em;
}
@media screen and (max-width: 768px) {
  .data-txt{
    font-size: calc(22/750 * 100vw);
  }
}

.data-txt-01{
  width: 15.5cqw;
  height: 10.5cqw;
  left: -4.8cqw;
  top: -5.8cqw;
background: url(../img/voice_02.png) top center/100% auto no-repeat;
}
@media screen and (max-width: 768px) {
  .data-txt-01{
    left:calc(-18/750 * 100vw);
    top:  calc(0/750 * 100vw);
    width:calc(265/750 * 100vw);
    height: calc(181/750 * 100vw);
  background: url(../img/voice_02_sp.png) top center/100% auto no-repeat;
  }
}
.data-txt-02{
  top: -5.8cqw;
  width: 15.5cqw;
  height: 11.5cqw;
  right: -4.8cqw;
background: url(../img/voice_03.png) top center/100% auto no-repeat;
}
@media screen and (max-width: 768px) {
  .data-txt-02{
   right:calc(-18/750 * 100vw);
    top:  calc(0/750 * 100vw);
    width:calc(270/750 * 100vw);
    height: calc(188/750 * 100vw);
  background: url(../img/voice_03_sp.png) top center/100% auto no-repeat;
  }
}
.data-txt-03{
  width: 15.5cqw;
  height: 10.5cqw;
  left: -5.8cqw;
  bottom: -4.8cqw;
  line-height: 1.3em;
background: url(../img/voice_04.png) top center/100% auto no-repeat;
}
@media screen and (max-width: 768px) {
  .data-txt-03{
    left:calc(-18/750 * 100vw);
    bottom: calc(-19 / 750* 100vw);
    width: calc(324 / 750* 100vw);
    height: calc(222 / 750* 100vw);
  background: url(../img/voice_04_sp.png) top center/100% auto no-repeat;
  }
}
.data-txt-04{
  width: 15.5cqw;
  height: 10.5cqw;
  right: -5.8cqw;
  bottom: -4.8cqw;
  line-height: 1.3em;
background: url(../img/voice_05.png) top center/100% auto no-repeat;
}
@media screen and (max-width: 768px) {
  .data-txt-04{
    right: calc(-18/750 * 100vw);
    bottom:  calc(0/750 * 100vw);
    width:calc(289/750 * 100vw);
    height: calc(191/750 * 100vw);
  background: url(../img/voice_05_sp.png) top center/100% auto no-repeat;
  }
}

.notes{
  font-size: 1cqw;
  text-align: center;
  margin-top: min(5.33vw, 120px);
}
@media screen and (max-width: 768px) {
  .notes{
    width: calc(690/750 * 100vw);
    margin: 0 auto;
  font-size: calc(24/750 * 100vw);
  margin-top: calc(80/750 * 100vw);
  }
}

.data-txt-link{
  color: #5dc1d0;
  text-align: center;
  display: block;
  font-size: 1.2cqw;
  font-weight: 600;
}
.data-txt-link:hover{
  opacity: .7;
}
@media screen and (max-width: 768px) {
  .data-txt-link{
    margin-top: calc(16/750 * 100vw);
    font-size:  calc(28/750 * 100vw);
  }
}

.p-point .container{
  padding-bottom: 0;
}

.p-point__bottom{
  padding-bottom: 80px;
}

.p-point-data{
  border-top: solid 5px #ffffff;
  padding: 80px 0;
    border-bottom: solid 5px #ffffff;
}
@media screen and (max-width: 768px) {
  .p-point-data{
    padding:calc(40/750 * 100vw) 0;
  }
}

.p-point__ttl{
 max-width: 566px;
 width: calc(566/1920 * 100vw);
  margin: 0 auto;
  margin-bottom: calc(60/1920 * 100vw);
}
@media screen and (max-width: 768px) {
  .p-point__ttl{
    width: calc(580/750 * 100vw);
     margin: 0 auto;
     margin-bottom: calc(65/750 * 100vw);
     margin-top: calc(60/750 * 100vw);
   }
}

.point-sttl{
  font-size: 20px;
  text-align: center;
  margin: 11px 0 2px 0;
  color: #5dc1d0;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .point-sttl{
    font-size: calc(24/750 * 100vw);
    margin: calc(10/750 * 100vw) 0 calc(2/750 * 100vw) 0;
  }
}





.floating{
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  left: 0;
  padding: 10px 0;
  z-index: 10;
    bottom: -112px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
}

.floating.show {
  bottom: 0;
  opacity: 1;
}


.floating > a {
  position: relative;
  display: table;
  margin: auto;
  background-color: #5dc1d0;
  border-radius: 9999px;
  text-align: center;
  color: #fff;
}

@media (min-width: 768px) {
  .floating > a {
    width: 35vw;
    max-width: 400px;
    height: 5vw;
    max-height: 72px;
    font-size: min(1.72vw,22px);
    line-height: min(5vw,72px);
    transition: .3s;
  }
}

@media (max-width: 767px) {
  .floating > a {
    width: calc(500 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    line-height: calc(128 / 750 * 100vw);
  }
}

.floating > a:hover {
  opacity: 0.8;
}

@media (min-width: 768px) {
  .floating > a:hover::after {
    right: 1rem;
  }
}

.floating > a::after {
  content: '\f0da';
  font-family: 'Font Awesome 6 Free';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  width: 1rem;
  height: 1rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .floating > a::after {
    transition: .3s;
  }
}