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

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  color: #000;
  font-family: "Zen Old Mincho", serif;
  background: #fff;
  max-width: 1600px;
  margin: auto;
}

img {
  width: 100%;
  height: auto;
}

.boxShadow {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.0862745098);
}

.boxShadow-s {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0862745098);
}

.boxShadow-ss {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.0862745098);
}

a {
  text-decoration: none;
  transition: 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (hover: hover) {
  a:hover {
    opacity: 0.9;
  }
}
.btn {
  display: inline-block;
}

.inner, .inner-s {
  width: 100%;
  height: 100%;
  max-width: 1280px;
  margin: auto;
}
@media screen and (min-width:768px) {
  .inner, .inner-s {
    width: min(80vw, 1280px);
  }
}

.header {
  position: fixed;
  display: flex;
  align-items: center;
  max-width: 1600px;
  width: 100%;
  height: 45px;
  margin: auto;
  background: #fff;
  z-index: 50;
}
@media screen and (min-width:768px) {
  .header {
    height: min(4.375vw, 70px);
  }
}
.header__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 89.3%;
  height: 100%;
  margin: auto;
  z-index: 10;
}
@media screen and (min-width:768px) {
  .header__inner {
    width: min(80.125vw, 1282px);
  }
}
.header .header__logo img {
  width: 94px;
}
@media screen and (min-width:768px) {
  .header .header__logo img {
    width: min(10.9375vw, 175px);
  }
}
.header .nav--top {
  display: block;
  height: 100%;
}
.header .nav--top .header__nav-items {
  display: flex;
  justify-content: center;
  height: 100%;
  margin-left: 10px;
}
@media screen and (min-width:768px) {
  .header .nav--top .header__nav-items {
    gap: min(0.5vw, 8px);
    margin-left: 0;
  }
}
.header .nav--top .header__nav-item {
  position: relative;
  display: block;
  height: 100%;
  width: 90px;
}
@media screen and (min-width:768px) {
  .header .nav--top .header__nav-item {
    width: 100%;
  }
}
.header .nav--top .header__nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.15;
  letter-spacing: 0.04em;
  height: 100%;
  width: 100%;
}
@media screen and (min-width:768px) {
  .header .nav--top .header__nav-link {
    font-size: min(1.125vw, 18px);
    line-height: 2;
    width: min(10.9375vw, 175px);
  }
}
.header .nav--top .header__nav-link.line {
  background: #06c755;
}
.header .nav--top .header__nav-link.contact {
  background: #ff8c89;
}
.header .menu__sp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  padding-top: 60px;
}
@media screen and (min-width:768px) {
  .header .menu__sp {
    display: none;
  }
}
.header .menu__sp.view {
  display: block;
}
.header .menu__sp .menu__logo img {
  width: 101px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .menu__sp .nav--sp {
  background: url(../../assets/img/menu_bg_sp.png) no-repeat center center/cover;
  width: 100%;
  height: suto;
  padding: 100px 0 100px;
  margin: -50px 0 40px;
}
.header .menu__sp .sp__nav-items {
  width: 79.4%;
  margin: auto;
}
.header .menu__sp .sp__nav-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
}
.header .menu__sp .sp__nav-item:first-child {
  border-top: 1px solid #000;
}
.header .menu__sp .sp__nav-item::after {
  content: ">";
  display: block;
  font-size: 20px;
  color: #5c779c;
}
.header .menu__sp .sp__nav-link {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: #5c779c;
  text-align: left;
  line-height: 3.6;
  letter-spacing: 0.1em;
  width: 100%;
}
.header .menu__sp .l-height-s {
  line-height: 1.3;
  padding: 8px 0 9px;
}

.footer {
  width: 100%;
  height: 100%;
  margin: auto;
  background: #fff;
}
.footer .top__content {
  position: relative;
  height: 277px;
  padding-bottom: 20px;
  background: url(../../assets/img/footer_bg_sp.png) no-repeat center top/cover;
}
@media screen and (min-width:768px) {
  .footer .top__content {
    height: min(38.625vw, 618px);
    background: url(../../assets/img/footer_bg_pc.png) no-repeat center center/cover;
    padding-bottom: min(3.75vw, 60px);
  }
}
.footer .top__content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5c779c;
  mix-blend-mode: multiply;
  opacity: 0.7;
}
.footer .top__content .fv__btn-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-top: 0;
}
@media screen and (min-width:768px) {
  .footer .top__content .fv__btn-block {
    gap: min(2.0625vw, 33px);
  }
}
@media screen and (max-width:767px) {
  .footer .top__content .fv__btn-block .fv__btn {
    height: 41px;
    width: 197px;
  }
}
.footer .top__content .fv__btn-block .headeing {
  position: relative;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 2.5;
  letter-spacing: 0.04em;
  margin-bottom: -10px;
}
@media screen and (min-width:768px) {
  .footer .top__content .fv__btn-block .headeing {
    font-size: min(2.625vw, 42px);
    line-height: 1.28 mb0;
  }
}
.footer .top__content .fv__btn-block .headeing::before, .footer .top__content .fv__btn-block .headeing::after {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background: #fff;
  position: absolute;
}
@media screen and (min-width:768px) {
  .footer .top__content .fv__btn-block .headeing::before, .footer .top__content .fv__btn-block .headeing::after {
    width: min(0.125vw, 2px);
    height: min(3.125vw, 50px);
  }
}
.footer .top__content .fv__btn-block .headeing::before {
  left: -10px;
  bottom: 10px;
  transform: rotate(-20deg);
}
@media screen and (min-width:768px) {
  .footer .top__content .fv__btn-block .headeing::before {
    bottom: 0;
    left: max(-0.625vw, -10px);
  }
}
.footer .top__content .fv__btn-block .headeing::after {
  right: -10px;
  bottom: 10px;
  transform: rotate(20deg);
}
@media screen and (min-width:768px) {
  .footer .top__content .fv__btn-block .headeing::after {
    bottom: 0;
    right: max(-1.25vw, -20px);
  }
}
.footer .bottom__content {
  padding: 10px 0 5px;
  background: #5c779c;
}
@media screen and (min-width:768px) {
  .footer .bottom__content {
    padding-top: min(3.3125vw, 53px);
  }
}
.footer .bottom__content .company__block {
  text-align: center;
}
.footer .bottom__content .company__block .logo_footer {
  width: 60px;
  margin-bottom: 0;
}
@media screen and (min-width:768px) {
  .footer .bottom__content .company__block .logo_footer {
    width: min(10.375vw, 166px);
  }
}
.footer .bottom__content .copy {
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 2.5;
  letter-spacing: -0.02em;
}
@media screen and (min-width:768px) {
  .footer .bottom__content .copy {
    font-size: min(1vw, 16px);
    line-height: 6;
  }
}

.hamburger {
  position: relative;
  width: 40px;
  height: 100%;
  transition: 0.5s;
  z-index: 10;
}
@media screen and (min-width:768px) {
  .hamburger {
    display: none;
  }
}
.hamburger div {
  width: 36px;
  height: 3px;
  border: 1px solid #5c779c;
  background: #5c779c;
  position: absolute;
  transition: 0.3s;
}
.hamburger div:nth-child(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hamburger div:nth-child(2) {
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hamburger div:nth-child(3) {
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hamburger .close {
  display: none;
}

.hamburger.active div:nth-child(1) {
  display: none;
}

.hamburger.active div:nth-child(2) {
  transform: translate(-50%, 8px) rotate(-45deg);
  background: #5c779c;
  transition: 0.3s;
}

.hamburger.active div:nth-child(3) {
  transform: translate(-50%, -10px) rotate(45deg);
  background: #5c779c;
  transition: 0.3s;
}

.hamburger.active .close {
  display: block;
}

.hamburger.active .open {
  display: none;
}

.fv {
  position: relative;
}
.fv__inner {
  padding-top: 45px;
  padding-bottom: 30px;
}
@media screen and (min-width:768px) {
  .fv__inner {
    padding-top: min(4.375vw, 70px);
    padding-bottom: 0;
  }
}
.fv__content {
  position: absolute;
  top: 45px;
  left: 0;
  height: 500px;
  display: flex;
  width: 100%;
  margin: auto;
}
@media screen and (min-width:768px) {
  .fv__content {
    top: min(6.875vw, 110px);
    left: 50%;
    transform: translateX(-50%);
    gap: min(0.9375vw, 15px);
    width: min(79.375vw, 1270px);
    height: auto;
    z-index: 2;
  }
}
.fv__content .fv__logo {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 101px;
  height: 101px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width:768px) {
  .fv__content .fv__logo {
    position: static;
    top: auto;
    left: auto;
    width: min(10.625vw, 170px);
    height: auto;
  }
}
.fv__content .fv__title {
  position: absolute;
  bottom: 128px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.08em;
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
  width: 93%;
}
@media screen and (min-width:768px) {
  .fv__content .fv__title {
    position: static;
    bottom: auto;
    left: auto;
    transform: translate(0, 0);
    font-size: min(4.125vw, 66px);
    text-align: left;
    padding-top: min(0.9375vw, 15px);
  }
}
.fv__content .fv__subtitle {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -0.048em;
}
@media screen and (min-width:768px) {
  .fv__content .fv__subtitle {
    font-size: min(2.375vw, 38px);
    line-height: 1;
    text-align: left;
  }
}
.fv__bg-slider {
  position: relative;
  z-index: -1;
}
.fv__bg-slider .swiper-slide img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:768px) {
  .fv__bg-slider .swiper-slide img {
    height: min(44.375vw, 710px);
  }
}
.fv .point__block {
  position: relative;
}
.fv .point__block::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 380px;
  left: 120px;
  right: auto;
  width: 170px;
  height: 110px;
  background: url(../../assets/img/fv_point_sp.png) no-repeat center center/contain;
  mix-blend-mode: multiply;
  z-index: 2;
}
@media screen and (min-width:768px) {
  .fv .point__block::before {
    bottom: min(4.6875vw, 75px);
    right: min(9.0625vw, 145px);
    left: auto;
    background: url(../../assets/img/fv_point_pc.png) no-repeat center center/contain;
    width: min(25vw, 400px);
    height: min(19.1875vw, 307px);
  }
}
.fv .point__block01::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../../assets/img/point01_sp.png) no-repeat center center/contain;
  bottom: 390px;
  left: 130px;
  width: 69px;
  height: 63px;
  z-index: 3;
}
@media screen and (min-width:768px) {
  .fv .point__block01::after {
    bottom: min(9.0625vw, 145px);
    right: min(23.125vw, 370px);
    left: auto;
    background: url(../../assets/img/point01_pc.png) no-repeat center center/contain;
    width: min(9.6875vw, 155px);
    height: min(7vw, 112px);
  }
}
.fv .point__block02::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../../assets/img/point02_sp.png) no-repeat center center/contain;
  bottom: 390px;
  left: 210px;
  width: 73px;
  height: 60px;
  z-index: 3;
}
@media screen and (min-width:768px) {
  .fv .point__block02::after {
    bottom: min(7.5vw, 120px);
    right: min(10.4375vw, 167px);
    left: auto;
    background: url(../../assets/img/point02_pc.png) no-repeat center center/contain;
    width: min(10.5625vw, 169px);
    height: min(18.125vw, 290px);
  }
}
.fv .point__block03::before {
  display: none;
}
.fv .point__block03::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  width: 75px;
  height: 104px;
  background: url(../../assets/img/point03_sp.png) no-repeat center center/contain;
  bottom: 383px;
  left: 285px;
  right: auto;
}
@media screen and (min-width:768px) {
  .fv .point__block03::after {
    display: none;
  }
}
.fv__btn-block {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: -125px auto 20px;
  width: 89.3%;
}
@media screen and (min-width:768px) {
  .fv__btn-block {
    gap: min(1.875vw, 30px);
    margin: max(-3.125vw, -50px) auto 0;
  }
}
.fv__btn-block--menu {
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.fv__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.04em;
  border-radius: 40px;
  width: 50%;
  height: 45px;
}
@media screen and (min-width:768px) {
  .fv__btn {
    font-size: min(1.875vw, 30px);
    line-height: 1;
    width: min(30vw, 480px);
    height: min(6.25vw, 100px);
    border-radius: min(3.125vw, 50px);
  }
}
.fv__btn--line {
  background: linear-gradient(to bottom, #06c755, #00e355);
}
.fv__btn--contact {
  background: linear-gradient(to bottom, #ffad89, #ff7a90);
}
.fv__btn--menu {
  width: 275px;
  height: 57px;
}
.fv .benefit__block {
  text-align: center;
  width: 89.3%;
  margin: auto;
  max-width: 350px;
}
@media screen and (min-width:768px) {
  .fv .benefit__block {
    margin-top: max(-0.75vw, -12px);
    width: 100%;
    max-width: none;
  }
}
@media screen and (min-width:768px) {
  .fv .benefit__block .benefit_bnr {
    width: min(76.875vw, 1230px);
  }
}

.firstContent {
  margin-bottom: 80px;
}
@media screen and (min-width:768px) {
  .firstContent {
    margin-bottom: min(1.5625vw, 25px);
  }
}
.firstContent__bg {
  position: relative;
  background: url(../../assets/img/firstContent_bg_sp.png) no-repeat center top/cover;
  padding: 53px 0 100px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 97%, 50% 100%, 0 97%);
          clip-path: polygon(0 0, 100% 0, 100% 97%, 50% 100%, 0 97%);
}
@media screen and (min-width:768px) {
  .firstContent__bg {
    background: url(../../assets/img/firstContent_bg_pc.png) no-repeat center top min(1.875vw, 30px)/contain;
    padding: min(11.0625vw, 177px) 0 min(11.25vw, 180px);
    -webkit-clip-path: none;
            clip-path: none;
  }
}
.firstContent__inner {
  width: 89.3%;
  margin: auto;
}
@media screen and (min-width:768px) {
  .firstContent__inner {
    width: min(79.8125vw, 1277px);
    padding-left: min(4.1875vw, 67px);
  }
}
.firstContent__heading {
  font-size: 28px;
  font-weight: 700;
  color: #5c779c;
  text-align: center;
  line-height: 1.35;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
@media screen and (min-width:768px) {
  .firstContent__heading {
    font-size: min(3.625vw, 58px);
    line-height: 1.46;
    margin-bottom: min(1.0625vw, 17px);
    padding-right: min(1.75vw, 28px);
  }
}
.firstContent__heading span {
  display: inline-block;
  width: 100%;
  background: linear-gradient(to bottom, transparent 75%, #ffffbe 75%, #ffffbe 90%, transparent 90%);
}
.firstContent__subTitle {
  font-size: 20px;
  font-weight: 700;
  color: #5c779c;
  text-align: center;
  line-height: 1.35;
  letter-spacing: -0.02em;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .firstContent__subTitle {
    font-size: min(2.0625vw, 33px);
    line-height: 1.51;
    letter-spacing: 0em;
    margin-bottom: min(4.375vw, 70px);
    padding-right: min(4.0625vw, 65px);
  }
}
.firstContent__items {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width:768px) {
  .firstContent__items {
    gap: min(4.75vw, 76px);
  }
}
.firstContent__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width:768px) {
  .firstContent__item {
    flex-direction: row;
  }
}
.firstContent__item img {
  aspect-ratio: 334/214;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:768px) {
  .firstContent__item img {
    width: min(39.375vw, 630px);
    aspect-ratio: 630/407;
  }
}
.firstContent__item:nth-child(even) {
  flex-direction: column;
}
@media screen and (min-width:768px) {
  .firstContent__item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.firstContent .item__block {
  max-width: 540px;
  width: 100%;
  margin: 0 auto 50px;
}
@media screen and (min-width:768px) {
  .firstContent .item__block {
    width: min(33.75vw, 540px);
    margin: 0;
  }
}
.firstContent .item__block .heading {
  font-size: 24px;
  font-weight: 700;
  color: #5c779c;
  text-align: center;
  line-height: 1.35;
  letter-spacing: 0em;
  margin: 20px 0 15px;
}
@media screen and (min-width:768px) {
  .firstContent .item__block .heading {
    font-size: min(2.5vw, 40px);
    line-height: 1.46;
    margin: 0 0 min(0.9375vw, 15px);
  }
}
.firstContent .item__block .lisk {
  font-size: 18px;
  font-weight: 700;
  color: #4d4d4d;
  text-align: left;
  line-height: 1.38;
  letter-spacing: 0em;
  background: #fff;
  border-radius: 10px;
  padding: 15px 10px 18px 17px;
}
@media screen and (min-width:768px) {
  .firstContent .item__block .lisk {
    font-size: min(1.375vw, 22px);
    line-height: 1.59;
    padding: min(0.9375vw, 15px) min(2.1875vw, 35px);
  }
}
.firstContent .selected-result {
  position: relative;
  background: #fff;
  margin-top: -70px;
  z-index: -1;
}
@media screen and (max-width: 425px) {
  .firstContent .selected-result {
    margin-top: -55px;
  }
}
@media screen and (min-width:768px) {
  .firstContent .selected-result {
    margin-top: 0;
    padding: min(4.8125vw, 77px) 0 min(15.625vw, 250px);
  }
}
.firstContent .selected-result__content {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  padding-bottom: 300px;
}
@media screen and (min-width:768px) {
  .firstContent .selected-result__content {
    flex-direction: row;
    justify-content: flex-end;
    gap: min(5.1875vw, 83px);
    padding-bottom: 0;
  }
}
.firstContent .selected-result__content img {
  width: 100%;
  aspect-ratio: 375/263;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:768px) {
  .firstContent .selected-result__content img {
    width: min(45vw, 720px);
    aspect-ratio: 720/480;
  }
}
.firstContent .selected-result__content::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translate(50%, 0);
  height: 353px;
  max-width: 338px;
  aspect-ratio: 338/353;
  background: url(../../assets/img/waterserver_sp.png) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .firstContent .selected-result__content::before {
    position: absolute;
    right: min(25.625vw, 410px);
    bottom: max(-16.6875vw, -267px);
    transform: translate(0, 0);
    width: min(29.0625vw, 465px);
    max-width: none;
    height: min(36.5625vw, 585px);
    background: url(../../assets/img/waterserver_pc.png) no-repeat center center/contain;
  }
}
.firstContent .selected-result .item__block {
  position: relative;
}
@media screen and (min-width:768px) {
  .firstContent .selected-result .item__block {
    min-width: min(35.5vw, 568px);
    margin-top: max(-0.625vw, -10px);
  }
}
.firstContent .selected-result .item__block::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../../assets/img/sango_pc.png) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .firstContent .selected-result .item__block::before {
    bottom: max(-9.6875vw, -155px);
    left: max(-2.3125vw, -37px);
    width: min(13.875vw, 222px);
    height: min(13.875vw, 222px);
  }
}
.firstContent .selected-result .item__block .heading {
  font-size: 24px;
  font-weight: 700;
  color: #5c779c;
  text-align: center;
  line-height: 1.41;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .firstContent .selected-result .item__block .heading {
    font-size: min(2.5vw, 40px);
    line-height: 1.31;
    text-align: left;
  }
}
.firstContent .selected-result .item__block .text {
  font-size: 16px;
  font-weight: 700;
  color: #4d4d4d;
  text-align: left;
  line-height: 1.43;
  letter-spacing: -0.02em;
  width: 79.5%;
  margin: auto;
}
@media screen and (min-width:768px) {
  .firstContent .selected-result .item__block .text {
    font-size: min(1.6875vw, 27px);
    line-height: 1.6;
    letter-spacing: 0;
    width: 100%;
  }
}

.desired-item__bg {
  position: relative;
  background: url(../../assets/img/desired-item_bg_sp.png) no-repeat center top/cover;
  padding: 65px 0 90px;
}
@media screen and (min-width: 600px) {
  .desired-item__bg {
    background: url(../../assets/img/desired-item_bg_pc.png) no-repeat center top/cover;
    padding: min(9vw, 144px) 0 min(5vw, 80px);
  }
}
.desired-item__inner {
  width: 89.3%;
  margin: auto;
}
@media screen and (min-width:768px) {
  .desired-item__inner {
    width: min(80vw, 1280px);
  }
}
.desired-item__heading {
  font-size: 27px;
  font-weight: 700;
  color: #5c779c;
  text-align: center;
  line-height: 1.35;
  letter-spacing: 0.12em;
  margin: 10px 0 53px;
}
@media screen and (min-width:768px) {
  .desired-item__heading {
    font-size: min(3.625vw, 58px);
    line-height: 1.9;
    letter-spacing: 0.1em;
    margin: max(-0.3125vw, -5px) 0 min(5vw, 80px);
  }
}
.desired-item__heading span {
  background: linear-gradient(to bottom, transparent 75%, #ffffbe 75%, #ffffbe 90%, transparent 90%);
}
.desired-item__ribbon {
  font-size: 18px;
  font-weight: 700;
  color: #5c779c;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .desired-item__ribbon {
    font-size: min(2.1875vw, 35px);
    line-height: 1.7;
  }
}
.desired-item__ribbon span {
  display: inline-block;
  background: #fff;
  padding: 0 40px;
}
@media screen and (min-width:768px) {
  .desired-item__ribbon span {
    padding: 0 min(10.3125vw, 165px);
  }
}
.desired-item__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 0;
}
@media screen and (min-width:768px) {
  .desired-item__items {
    grid-template-columns: repeat(3, 1fr);
    gap: min(1.0625vw, 17px) 0;
  }
}
.desired-item .item__img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.desired-item .item__img img {
  position: relative;
  width: 115px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width:768px) {
  .desired-item .item__img img {
    width: min(20.0625vw, 321px);
  }
}
.desired-item .item__img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  z-index: 0;
  background: linear-gradient(to bottom, #1bacff, #22d4ff);
  opacity: 0.8;
  border-radius: 50%;
  width: 130px;
  height: 130px;
}
@media screen and (min-width:768px) {
  .desired-item .item__img::before {
    width: min(21.875vw, 350px);
    height: min(21.875vw, 350px);
  }
}
.desired-item .item__block .heading {
  font-size: 22px;
  font-weight: 700;
  color: #5c779c;
  text-align: center;
  line-height: 1.35;
  letter-spacing: -0.05em;
  margin-top: 22px;
}
@media screen and (min-width:768px) {
  .desired-item .item__block .heading {
    font-size: min(2.0625vw, 33px);
    line-height: 3.5;
    letter-spacing: 0;
    white-space: nowrap;
    margin-top: 0;
  }
}

.reason {
  overflow: hidden;
}
.reason__inner {
  width: 89.3%;
  margin: auto;
  padding: 80px 0 60px;
}
@media screen and (min-width:768px) {
  .reason__inner {
    width: min(81.25vw, 1300px);
    padding: min(7.5vw, 120px) 0 0;
  }
}
.reason__heading {
  font-size: 27px;
  font-weight: 700;
  color: #5c779c;
  text-align: center;
  line-height: 1.35;
  letter-spacing: 0.24em;
  margin-bottom: 36px;
}
@media screen and (min-width:768px) {
  .reason__heading {
    font-size: min(3.625vw, 58px);
    line-height: 1.46;
    margin-bottom: min(3.125vw, 50px);
  }
}
.reason__heading span {
  background: linear-gradient(to bottom, transparent 75%, #ffffbe 75%, #ffffbe 90%, transparent 90%);
}
.reason__items {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
@media screen and (min-width:768px) {
  .reason__items {
    gap: min(4.375vw, 70px);
  }
}
.reason__item {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width:768px) {
  .reason__item {
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: min(1.25vw, 20px);
    height: min(34.375vw, 550px);
  }
}
.reason__item:nth-child(even) {
  flex-direction: column;
}
@media screen and (min-width:768px) {
  .reason__item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width:768px) {
  .reason__item:nth-child(even) .item__block {
    width: min(40.125vw, 642px);
    padding-left: min(5vw, 80px);
    padding-right: 0;
    margin-top: min(1.6875vw, 27px);
  }
}
.reason__item:nth-child(even) .item__img::before {
  position: absolute;
  top: 54%;
  right: 0;
  left: auto;
  transform: translate(0, -50%);
  content: "";
  display: block;
  margin-right: calc(50% - 50vw);
  z-index: 0;
}
@media screen and (min-width:768px) {
  .reason__item:nth-child(even) .item__img::before {
    right: min(5.625vw, 90px);
    margin-left: calc(50% - 50vw);
    margin-right: 0;
  }
}
.reason .item__img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
}
@media screen and (min-width:768px) {
  .reason .item__img {
    padding-top: 0;
  }
}
.reason .item__img img,
.reason .item__img iframe {
  position: relative;
  aspect-ratio: 334/214;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:768px) {
  .reason .item__img img,
  .reason .item__img iframe {
    width: min(39.375vw, 630px);
    height: min(25vw, 400px);
  }
}
.reason .item__img::before {
  position: absolute;
  top: 54%;
  left: 0;
  transform: translate(0, -50%);
  content: "";
  display: block;
  z-index: 0;
  background: #d2ebf9;
  height: 110%;
  width: 71%;
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width:768px) {
  .reason .item__img::before {
    top: 50%;
    left: min(5.625vw, 90px);
    margin-right: calc(50% - 50vw);
    margin-left: 0;
    width: 100vw;
    height: min(33.75vw, 540px);
  }
}
@media screen and (min-width:768px) {
  .reason .item__block {
    width: min(39vw, 624px);
    padding-right: min(3.75vw, 60px);
  }
}
.reason .item__block h3.heading {
  font-size: 21px;
  font-weight: 700;
  color: #5c779c;
  text-align: center;
  line-height: 1.29;
  letter-spacing: 0.01em;
  margin-bottom: 15px;
}
@media screen and (min-width:768px) {
  .reason .item__block h3.heading {
    font-size: min(2.25vw, 36px);
    line-height: 1.45;
    letter-spacing: 0.04em;
    text-align: left;
    margin-bottom: min(1.875vw, 30px);
  }
}
.reason .item__block .subTitle {
  font-size: 17px;
  font-weight: 700;
  color: #5c779c;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0.04em;
  background: #e6e6e6;
  padding: 0 15px;
}
@media screen and (min-width:768px) {
  .reason .item__block .subTitle {
    font-size: min(1.8125vw, 29px);
    line-height: 1.58;
    padding: 0 min(1.25vw, 20px);
    margin-bottom: min(0.5vw, 8px);
  }
}
.reason .item__block p {
  font-size: 16px;
  font-weight: 700;
  color: #4d4d4d;
  text-align: left;
  line-height: 1.43;
  letter-spacing: -0.05em;
  margin: 3px 0 25px;
}
@media screen and (min-width:768px) {
  .reason .item__block p {
    font-size: min(1.25vw, 20px);
    line-height: 1.5;
    margin: 0 0 min(3.4375vw, 55px);
  }
}

.selected {
  padding: 50px 0 85px;
}
@media screen and (min-width:768px) {
  .selected {
    padding: min(8.4375vw, 135px) 0 min(8.125vw, 130px);
  }
}
.selected__inner {
  width: 89.3%;
  margin: auto;
  background: #f5f1df;
  padding: 30px 0 55px;
}
@media screen and (min-width:768px) {
  .selected__inner {
    width: min(81.25vw, 1300px);
    padding: min(3.75vw, 60px) min(7.375vw, 118px);
  }
}
.selected__heading {
  font-size: 27px;
  font-weight: 700;
  color: #5c779c;
  text-align: center;
  line-height: 1.35;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
}
@media screen and (min-width:768px) {
  .selected__heading {
    font-size: min(3.625vw, 58px);
    line-height: 1.46;
    margin-bottom: min(2.75vw, 44px);
  }
}
.selected__heading span {
  background: linear-gradient(to bottom, transparent 75%, #ffffbe 75%, #ffffbe 90%, transparent 90%);
}
.selected__items {
  display: grid;
  gap: 37px;
  padding: 0 20px;
}
@media screen and (min-width:768px) {
  .selected__items {
    grid-template-columns: repeat(2, 1fr);
    gap: min(4.6875vw, 75px) min(3.75vw, 60px);
  }
}
.selected .item__block h3.heading {
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #5c779c;
  text-align: left;
  line-height: 1.29;
  letter-spacing: 0.04em;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 7px;
}
@media screen and (min-width:768px) {
  .selected .item__block h3.heading {
    font-size: min(2.125vw, 34px);
    line-height: 1.45;
    margin-bottom: min(1.25vw, 20px);
    padding-left: 0;
  }
}
.selected .item__block h3.heading span {
  display: block;
  width: 100%;
  background: linear-gradient(to bottom, transparent 75%, rgba(255, 255, 255, 0.3764705882) 75%, rgba(255, 255, 255, 0.3764705882) 100%);
  z-index: 0;
}
.selected .item__block h3.heading .label {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 39px;
  content: "";
  display: block;
  z-index: 2;
  transform: rotate(-5deg);
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width:768px) {
  .selected .item__block h3.heading .label {
    height: min(3.0625vw, 49px);
    width: auto;
  }
}
.selected .item__block .heading__block {
  position: relative;
}
.selected .item__block .heading__block .label {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 39px;
  content: "";
  display: block;
  z-index: 2;
  transform: rotate(-5deg);
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width:768px) {
  .selected .item__block .heading__block .label {
    height: min(3.0625vw, 49px);
  }
}
.selected .item__block .heading__block .label--cost {
  background: url(../../assets/img/cost_label.png) no-repeat center center/contain;
  width: 140px;
}
@media screen and (min-width:768px) {
  .selected .item__block .heading__block .label--cost {
    width: min(8.75vw, 140px);
  }
}
.selected .item__block .label--uasge {
  width: 135px;
  background: url(../../assets/img/usage_labe.png) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .selected .item__block .label--uasge {
    width: min(8.4375vw, 135px);
  }
}
.selected .item__block .label--safety {
  width: 185px;
  background: url(../../assets/img/safety_labe.png) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .selected .item__block .label--safety {
    width: min(11.5625vw, 185px);
  }
}
.selected .item__block .label--convenience {
  width: 181px;
  background: url(../../assets/img/convenience_labe.png) no-repeat center center/contain;
}
@media screen and (min-width:768px) {
  .selected .item__block .label--convenience {
    width: min(11.3125vw, 181px);
  }
}
.selected .item__block .selected-faq {
  display: flex;
  align-items: flex-start;
  margin-bottom: 17px;
}
@media screen and (min-width:768px) {
  .selected .item__block .selected-faq {
    align-items: center;
    gap: min(0.625vw, 10px);
    margin-bottom: min(1.875vw, 30px);
  }
}
.selected .item__block .selected-faq:nth-child(even) {
  flex-direction: row-reverse;
}
.selected .item__block .selected-faq:last-child {
  margin-bottom: 0;
}
.selected .item__block .person {
  width: 64px;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
}
@media screen and (min-width:768px) {
  .selected .item__block .person {
    min-width: min(6.6875vw, 107px);
    width: min(6.6875vw, 107px);
  }
}

.faq {
  position: relative;
  padding-bottom: 55px;
}
@media screen and (min-width:768px) {
  .faq {
    padding-bottom: min(10.9375vw, 175px);
  }
}
.faq::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
  background: url(../../assets/img/contact_bg_sp.png) no-repeat center top/cover;
}
@media screen and (min-width: 400px) {
  .faq::before {
    background: url(../../assets/img/contact_bg_pc.png) no-repeat center top/cover;
    height: min(7.5vw, 120px);
  }
}
.faq__inner {
  width: 89.3%;
  margin: auto;
  padding: 50px 0 50px;
}
@media screen and (min-width:768px) {
  .faq__inner {
    width: min(50vw, 800px);
    padding: min(6.25vw, 100px) 0 min(6.25vw, 100px);
  }
}
.faq__heading {
  font-size: 27px;
  font-weight: 700;
  color: #5c779c;
  text-align: center;
  line-height: 1.35;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
@media screen and (min-width:768px) {
  .faq__heading {
    font-size: min(3.625vw, 58px);
    line-height: 1.46;
    letter-spacing: 0.24em;
    margin-bottom: min(6.25vw, 100px);
  }
}
.faq__heading span {
  background: linear-gradient(to bottom, transparent 75%, #ffffbe 75%, #ffffbe 90%, transparent 90%);
}
.faq .faq__block {
  /* 質問のタイトル部分 */
  /* 回答は初期表示非表示 */
}
.faq .faq__block .faq-question {
  border-top: 1px solid #4d4d4d;
}
@media screen and (min-width:768px) {
  .faq .faq__block .faq-question {
    border-top: min(0.0625vw, 1px) solid #4d4d4d;
  }
}
.faq .faq__block .faq-question:last-child {
  border-bottom: 1px solid #4d4d4d;
}
@media screen and (min-width:768px) {
  .faq .faq__block .faq-question:last-child {
    border-bottom: min(0.0625vw, 1px) solid #4d4d4d;
  }
}
.faq .faq__block .question-trigger {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #4d4d4d;
  text-align: left;
  line-height: 1.375;
  letter-spacing: 0.02em;
  font-family: "Zen Old Mincho", serif;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 14px 40px 14px 0px;
  cursor: pointer;
  border: none;
  background: #fff;
}
@media screen and (min-width:768px) {
  .faq .faq__block .question-trigger {
    font-size: min(1.5625vw, 25px);
    line-height: 1.5;
    letter-spacing: 0.04em;
    padding: min(2.5vw, 40px) min(4.375vw, 70px) min(2.1875vw, 35px) min(0.625vw, 10px);
  }
}
.faq .faq__block .question-trigger::before {
  content: "Q";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  color: #5c779c;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.04em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: -0.25em;
  margin-right: 10px;
  background: #e6e6e6;
  border-radius: 50%;
  min-width: 28px;
  height: 28px;
}
@media screen and (min-width:768px) {
  .faq .faq__block .question-trigger::before {
    font-size: min(1.75vw, 28px);
    line-height: 1;
    margin-right: min(1.5625vw, 25px);
    min-width: min(4.1875vw, 67px);
    height: min(4.1875vw, 67px);
  }
}
.faq .faq__block .question-trigger::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  content: "";
  background: url(../../assets/img/sapporo-drone-park/faq-open.svg) no-repeat center center/contain;
  width: 14px;
  height: 14px;
}
@media screen and (min-width:768px) {
  .faq .faq__block .question-trigger::after {
    right: min(0.5625vw, 9px);
    width: min(1.25vw, 20px);
    height: min(1.25vw, 20px);
  }
}
.faq .faq__block .answer-wrapper {
  display: none;
}
.faq .faq__block .answer {
  position: relative;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: #4d4d4d;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 0px 30px 12px 0px;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width:768px) {
  .faq .faq__block .answer {
    font-size: min(1.5vw, 24px);
    line-height: 1.45;
    padding: 0 min(4.375vw, 70px) min(1.5625vw, 25px) min(0.625vw, 10px);
  }
}
.faq .faq__block .answer span {
  font-size: 12px;
}
@media screen and (min-width:768px) {
  .faq .faq__block .answer span {
    font-size: min(1.25vw, 20px);
  }
}
.faq .faq__block .answer::before {
  content: "A";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  color: #5c779c;
  text-align: left;
  line-height: 1;
  letter-spacing: 0.04em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: -0.25em;
  margin-right: 10px;
  background: #dff2fc;
  border-radius: 50%;
  min-width: 28px;
  height: 28px;
}
@media screen and (min-width:768px) {
  .faq .faq__block .answer::before {
    font-size: min(1.75vw, 28px);
    line-height: 1;
    margin-right: min(1.5625vw, 25px);
    min-width: min(4.1875vw, 67px);
    height: min(4.1875vw, 67px);
  }
}
.faq .faq__block .faq-question .question-trigger::after {
  content: "";
  display: block;
  background: url(../../assets/img/open.svg) no-repeat center center/contain;
  width: 16px;
  height: 16px;
}
@media screen and (min-width:768px) {
  .faq .faq__block .faq-question .question-trigger::after {
    width: min(2.5vw, 40px);
    height: min(2.5vw, 40px);
  }
}
.faq .faq__block .faq-question.open .question-trigger::after {
  content: "";
  display: block;
  background: url(../../assets/img/close.svg) no-repeat center center/contain;
  width: 16px;
  height: 16px;
}
@media screen and (min-width:768px) {
  .faq .faq__block .faq-question.open .question-trigger::after {
    width: min(2.5vw, 40px);
    height: min(2.5vw, 40px);
  }
}

.cta__inner {
  position: relative;
  width: 89.3%;
  height: 100%;
  margin: auto;
  padding: 65px 0 18px;
}
@media screen and (min-width:768px) {
  .cta__inner {
    width: min(76.875vw, 1230px);
    padding: min(3.75vw, 60px) 0 min(7.5vw, 120px);
  }
}
.cta .benefit__block {
  margin: auto;
  margin-bottom: 25px;
  max-width: 350px;
}
@media screen and (min-width:768px) {
  .cta .benefit__block {
    max-width: none;
    margin-bottom: min(5.625vw, 90px);
  }
}
.cta .fv__btn-block {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 0px auto 20px;
  width: 100%;
}
@media screen and (min-width:768px) {
  .cta .fv__btn-block {
    gap: min(1.875vw, 30px);
    margin-top: max(-3.125vw, -50px);
  }
}

.voice {
  overflow: hidden;
}
.voice__bg {
  position: relative;
  background: url(../../assets/img/voice_bg_sp.png) no-repeat center top/cover;
  padding: 70px 0 20px;
}
@media screen and (min-width: 600px) {
  .voice__bg {
    background: url(../../assets/img/voice_bg_pc.png) no-repeat center top/cover;
    padding: min(7.1875vw, 115px) 0 min(6.0625vw, 97px);
  }
}
.voice__inner {
  margin: auto;
  width: 100%;
}
.voice__heading {
  font-size: 27px;
  font-weight: 700;
  color: #5c779c;
  text-align: center;
  line-height: 1.35;
  letter-spacing: 0.24em;
  margin-bottom: 42px;
}
@media screen and (min-width:768px) {
  .voice__heading {
    font-size: min(3.625vw, 58px);
    line-height: 1.46;
    margin-bottom: min(4.25vw, 68px);
  }
}
.voice__heading span {
  background: linear-gradient(to bottom, transparent 75%, #ffffbe 75%, #ffffbe 90%, transparent 90%);
}
.voice .swiper--voice .swiper-wrapper {
  transition-timing-function: linear;
}
.voice .swiper--voice .swiper-wrapper .swiper-slide {
  margin-right: 20px;
}
@media screen and (min-width:768px) {
  .voice .swiper--voice .swiper-wrapper .swiper-slide {
    margin-right: min(2.5vw, 40px);
  }
}
.voice .swiper--voice .swiper-wrapper img {
  aspect-ratio: 312/200;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:768px) {
  .voice .swiper--voice .swiper-wrapper img {
    aspect-ratio: 368/244;
  }
}
.voice .swiper--voice .swiper-body .name {
  font-size: 19px;
  font-weight: 700;
  color: #4d4d4d;
  text-align: left;
  line-height: 1.49;
  letter-spacing: 0.04em;
  margin: 6px 0 8px;
}
@media screen and (min-width:768px) {
  .voice .swiper--voice .swiper-body .name {
    font-size: min(1.5vw, 24px);
    line-height: 1.48;
    margin: min(0.625vw, 10px) 0 min(0.4375vw, 7px);
  }
}
.voice .swiper--voice .swiper-body .ttl {
  font-size: 19px;
  font-weight: 700;
  color: #5c779c;
  text-align: left;
  line-height: 1.49;
  letter-spacing: -0.06em;
  margin-bottom: 5px;
}
@media screen and (min-width:768px) {
  .voice .swiper--voice .swiper-body .ttl {
    font-size: min(1.5vw, 24px);
    line-height: 1.48;
    margin-bottom: min(0.4375vw, 7px);
  }
}
.voice .swiper--voice .swiper-body .txt {
  font-size: 16px;
  font-weight: 700;
  color: #4d4d4d;
  text-align: left;
  line-height: 1.49;
  letter-spacing: -0.04em;
}
@media screen and (min-width:768px) {
  .voice .swiper--voice .swiper-body .txt {
    font-size: min(1.25vw, 20px);
    line-height: 1.5;
  }
}

.gallery {
  overflow: hidden;
  background: #fff;
}
.gallery__inner {
  margin: auto;
  width: 100%;
  padding: 38px 0 35px;
}
@media screen and (min-width:768px) {
  .gallery__inner {
    padding: 0;
  }
}
.gallery__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media screen and (min-width:768px) {
  .gallery__items {
    grid-template-columns: repeat(3, 1fr);
    gap: min(0.625vw, 10px);
    padding: min(0.625vw, 10px) 0;
  }
}
.gallery__items li:nth-child(even) {
  text-align: right;
}
.gallery__items img {
  aspect-ratio: 528/380;
  -o-object-fit: cover;
     object-fit: cover;
  width: 89.3%;
}
@media screen and (min-width:768px) {
  .gallery__items img {
    width: 100%;
    aspect-ratio: 528/368;
  }
}

.type-option {
  overflow: hidden;
  background: #dff2fc;
}
.type-option__inner {
  width: 89.3%;
  margin: auto;
  padding: 60px 0 50px;
}
@media screen and (min-width:768px) {
  .type-option__inner {
    width: min(81.25vw, 1300px);
    padding: min(7.6875vw, 123px) 0 min(11.875vw, 190px);
  }
}
.type-option__heading {
  font-size: 27px;
  font-weight: 700;
  color: #5c779c;
  text-align: center;
  line-height: 1.35;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
}
@media screen and (min-width:768px) {
  .type-option__heading {
    font-size: min(3.625vw, 58px);
    line-height: 1.46;
    margin-bottom: min(7.8125vw, 125px);
  }
}
.type-option__heading span {
  background: linear-gradient(to bottom, transparent 75%, #ffffbe 75%, #ffffbe 90%, transparent 90%);
}
.type-option__content {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width:768px) {
  .type-option__content {
    flex-direction: row;
  }
}
.type-option__content .item__block .description {
  font-size: 18px;
  font-weight: 700;
  color: #5c779c;
  text-align: left;
  line-height: 1.48;
  letter-spacing: -0.06em;
  margin-bottom: 50px;
}
@media screen and (min-width:768px) {
  .type-option__content .item__block .description {
    font-size: min(2.0625vw, 33px);
    line-height: 1.5;
    margin-bottom: min(5.3125vw, 85px);
  }
}
.type-option__content .item__img {
  text-align: center;
}
@media screen and (min-width:768px) {
  .type-option__content .item__img {
    position: absolute;
    bottom: min(0.4375vw, 7px);
    right: min(0.75vw, 12px);
  }
}
.type-option__content .item__img img {
  max-width: 433px;
  width: 60%;
  margin: auto;
}
@media screen and (min-width:768px) {
  .type-option__content .item__img img {
    width: min(27.0625vw, 433px);
    aspect-ratio: 433/862;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.type-option__items li {
  margin-bottom: 45px;
}
@media screen and (min-width:768px) {
  .type-option__items li {
    margin-bottom: min(6.25vw, 100px);
  }
}
.type-option__items li:last-child {
  margin-bottom: 50px;
}
@media screen and (min-width:768px) {
  .type-option__items li:last-child {
    margin-bottom: 0;
  }
}
.type-option__items .ttl {
  font-size: 18px;
  font-weight: 700;
  color: #5c779c;
  text-align: left;
  line-height: 1.38;
  letter-spacing: -0.06em;
  margin-bottom: 5px;
}
@media screen and (min-width:768px) {
  .type-option__items .ttl {
    font-size: min(2.5vw, 40px);
    line-height: 1.5;
    margin-bottom: min(0.5vw, 8px);
  }
}
.type-option__items .txt {
  font-size: 16px;
  font-weight: 700;
  color: #4d4d4d;
  text-align: left;
  line-height: 1.38;
  letter-spacing: -0.04em;
  margin-bottom: 10px;
}
@media screen and (min-width:768px) {
  .type-option__items .txt {
    font-size: min(1.75vw, 28px);
    line-height: 1.5;
    margin-bottom: min(1.625vw, 26px);
  }
}
.type-option__items .name {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 700;
  color: #5c779c;
  text-align: left;
  line-height: 1.8;
  letter-spacing: -0.06em;
  max-width: 690px;
  width: 100%;
  border: 1px solid #5c779c;
}
@media screen and (min-width:768px) {
  .type-option__items .name {
    font-size: min(2.0625vw, 33px);
    line-height: 1.8;
    letter-spacing: -0.04em;
    width: min(43.125vw, 690px);
  }
}

.contactForm {
  position: relative;
  background: #dff2fc;
}
.contactForm__inner {
  width: 89.3%;
  margin: auto;
  padding: 35px 0 20px;
}
@media screen and (min-width:768px) {
  .contactForm__inner {
    width: min(80vw, 1280px);
    padding: min(7.5vw, 120px) 0 min(10.625vw, 170px);
  }
}
.contactForm__heading {
  font-size: 27px;
  font-weight: 700;
  color: #5c779c;
  text-align: center;
  line-height: 1.35;
  letter-spacing: 0.24em;
  margin-bottom: 43px;
}
@media screen and (min-width:768px) {
  .contactForm__heading {
    font-size: min(3.625vw, 58px);
    line-height: 1.46;
    margin-bottom: min(5vw, 80px);
  }
}
.contactForm__heading span {
  background: linear-gradient(to bottom, transparent 75%, #ffffbe 75%, #ffffbe 90%, transparent 90%);
}
.contactForm .inner--form {
  margin: auto;
  width: 100%;
  background: #fff;
  padding: 20px 18px 40px;
}
@media screen and (min-width:768px) {
  .contactForm .inner--form {
    width: 100%;
    padding: min(10vw, 160px) min(11.25vw, 180px) min(7vw, 112px);
  }
}
.contactForm .contactForm__txt {
  font-size: 12px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-bottom: 20px;
  padding: 0 3px;
}
@media screen and (min-width:768px) {
  .contactForm .contactForm__txt {
    font-size: min(1vw, 16px);
    line-height: 1.5;
    margin-bottom: min(1.875vw, 30px);
    padding: 0;
  }
}
.contactForm .tel__block {
  text-align: center;
  margin-bottom: 46px;
}
@media screen and (min-width:768px) {
  .contactForm .tel__block {
    margin-bottom: min(5.625vw, 90px);
  }
}
.contactForm .tel__block img {
  width: 125px;
}
@media screen and (min-width:768px) {
  .contactForm .tel__block img {
    width: min(14.875vw, 238px);
  }
}
.contactForm .entryform__item {
  margin-bottom: 20px;
}
@media screen and (min-width:768px) {
  .contactForm .entryform__item {
    margin-bottom: min(4.25vw, 68px);
  }
}
.contactForm .entryform__item-name {
  font-size: 14px;
  font-weight: 700;
  color: #5c779c;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-bottom: 0;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width:768px) {
  .contactForm .entryform__item-name {
    font-size: min(1.75vw, 28px);
    line-height: 1;
    margin-bottom: min(0.5625vw, 9px);
  }
}
.contactForm .req {
  font-size: 14px;
  font-weight: 700;
  color: #ff8c89;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0.06em;
  margin-left: 8px;
}
@media screen and (min-width:768px) {
  .contactForm .req {
    font-size: min(1.125vw, 18px);
    line-height: 1.68;
    margin-left: min(0.9375vw, 15px);
  }
}
.contactForm input,
.contactForm select,
.contactForm option {
  font-size: 16px;
  font-weight: 500;
  color: #5c779c;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: "Zen Old Mincho", serif;
  height: 40px;
  padding-left: 10px;
  border-radius: 4px;
  border: 1px solid #5c779c;
}
@media screen and (min-width:768px) {
  .contactForm input,
  .contactForm select,
  .contactForm option {
    font-size: min(1.75vw, 28px);
    line-height: 2;
    height: min(4.5625vw, 73px);
    padding-left: min(1.5vw, 24px);
  }
}
.contactForm textarea {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #5c779c;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: "Zen Old Mincho", serif;
  height: 145px;
  border: 1px solid #5c779c;
  border-radius: 4px;
  padding: 13px 10px;
}
@media screen and (min-width:768px) {
  .contactForm textarea {
    font-size: min(1.75vw, 28px);
    line-height: 2;
    height: min(16.5vw, 264px);
    padding: min(1.25vw, 20px) min(1.5vw, 24px);
  }
}
.contactForm .entryform__item-input {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .contactForm .entryform__item-input {
    font-size: min(1.125vw, 18px);
    line-height: 2;
  }
}
.contactForm .entryform__item-input--2 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (min-width:768px) {
  .contactForm .entryform__item-input--2 {
    flex-direction: row;
    gap: min(2.8125vw, 45px);
  }
}
.contactForm .address {
  display: flex;
  gap: 40px;
}
@media screen and (min-width:768px) {
  .contactForm .address {
    gap: min(2.5vw, 40px);
  }
}
.contactForm .address div:first-child {
  position: relative;
}
.contactForm .address div:first-child::before {
  position: absolute;
  top: 50%;
  right: -28px;
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #000;
}
@media screen and (min-width:768px) {
  .contactForm .address div:first-child::before {
    right: max(-1.75vw, -28px);
    width: min(1vw, 16px);
    height: min(0.125vw, 2px);
  }
}
.contactForm .size-half {
  width: 100%;
}
@media screen and (min-width:768px) {
  .contactForm .size-half {
    width: min(38.9375vw, 623px);
  }
}
.contactForm .size-340 {
  width: 60%;
}
@media screen and (min-width:768px) {
  .contactForm .size-340 {
    width: min(26.875vw, 430px);
  }
}
.contactForm .size-120 {
  width: 100px;
}
@media screen and (min-width:768px) {
  .contactForm .size-120 {
    width: min(7.5vw, 120px);
  }
}
.contactForm input::-moz-placeholder, .contactForm textarea::-moz-placeholder {
  color: #cccccc;
  font-family: "Zen Old Mincho", serif;
}
.contactForm input::placeholder,
.contactForm textarea::placeholder {
  color: #cccccc;
  font-family: "Zen Old Mincho", serif;
}
.contactForm .txt-center {
  text-align: center;
}
.contactForm button.submit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 41px;
  width: 66%;
  background: linear-gradient(to bottom, #ffad89, #ff7a90);
  border-radius: 50px;
  border: none;
  margin: auto;
  cursor: pointer;
  margin-top: 28px;
}
@media screen and (min-width:768px) {
  .contactForm button.submit-button {
    width: min(30vw, 480px);
    height: min(6.25vw, 100px);
    border-radius: min(3.125vw, 50px);
    margin-top: min(6.6875vw, 107px);
  }
}
.contactForm button.submit-button span {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width:768px) {
  .contactForm button.submit-button span {
    font-size: min(2vw, 32px);
    line-height: 1.5;
  }
}
.contactForm .mb-0 {
  margin-bottom: 0;
}
.contactForm .mb-20 {
  margin-bottom: 12px;
}
@media screen and (min-width:768px) {
  .contactForm .mb-20 {
    margin-bottom: min(1.25vw, 20px);
  }
}
@media screen and (min-width:768px) {
  .contactForm .mb-40 {
    margin-bottom: min(2.5vw, 40px);
  }
}
@media screen and (min-width:768px) {
  .contactForm .mb-45 {
    margin-bottom: min(2.8125vw, 45px);
  }
}

.contact-thanks {
  position: relative;
  background: #dff2fc;
}
.contact-thanks__inner {
  position: relative;
  width: 89.3%;
  margin: auto;
  padding: 60px 0 60px;
}
@media screen and (min-width:768px) {
  .contact-thanks__inner {
    width: min(80vw, 1280px);
    padding: min(5vw, 80px) 0 min(5vw, 80px);
  }
}
.contact-thanks__heading {
  font-size: 27px;
  font-weight: 700;
  color: #5c779c;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.16em;
  margin-bottom: 10px;
}
@media screen and (min-width:768px) {
  .contact-thanks__heading {
    font-size: min(3.625vw, 58px);
    line-height: 1.46;
    letter-spacing: 0.56em;
    margin-bottom: min(1.0625vw, 17px);
  }
}
.contact-thanks__heading span {
  background: linear-gradient(to bottom, transparent 75%, #ffffbe 75%, #ffffbe 90%, transparent 90%);
}
.contact-thanks__content {
  background: #fff;
  margin-top: 30px;
  padding: 60px 0 70px;
}
.contact-thanks__content--confirm {
  padding: 50px 20px 50px;
}
@media screen and (min-width:768px) {
  .contact-thanks__content {
    margin: min(3.75vw, 60px) 0 0;
    padding: min(5.1875vw, 83px) min(8vw, 128px) min(5.5vw, 88px);
  }
}
.contact-thanks__content .ttl {
  font-size: 20px;
  font-weight: 700;
  color: #5c779c;
  text-align: center;
  line-height: 1.33;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
}
@media screen and (min-width:768px) {
  .contact-thanks__content .ttl {
    font-size: min(2.5vw, 40px);
    line-height: 1.5;
    margin-bottom: min(4.375vw, 70px);
  }
}
.contact-thanks__content .txt {
  font-size: 16px;
  font-weight: 500;
  color: #4d4d4d;
  text-align: center;
  line-height: 2.04;
  letter-spacing: 0.1em;
}
@media screen and (min-width:768px) {
  .contact-thanks__content .txt {
    font-size: min(2vw, 32px);
    line-height: 2.2;
  }
}
.contact-thanks__content .btn--top {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 41px;
  width: 197px;
  background: linear-gradient(to bottom, #989898, #4d4d4d);
  border-radius: 40px;
  border: none;
  margin: 50px auto 0;
  cursor: pointer;
}
@media screen and (min-width:768px) {
  .contact-thanks__content .btn--top {
    width: min(30vw, 480px);
    height: min(6.25vw, 100px);
    margin-top: min(4.375vw, 70px);
    border-radius: min(3.125vw, 50px);
  }
}
.contact-thanks__content .btn--top span {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (min-width:768px) {
  .contact-thanks__content .btn--top span {
    font-size: min(2vw, 32px);
    line-height: 1.333;
    font-weight: 700;
  }
}
.contact-thanks__content .entryform__item {
  margin-bottom: 33px;
}
@media screen and (min-width:768px) {
  .contact-thanks__content .entryform__item {
    margin-bottom: 48px;
  }
}
.contact-thanks__content .entryform__item-name {
  font-size: 16px;
  font-weight: 700;
  color: #5c779c;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.06em;
  margin-bottom: 15px;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width:768px) {
  .contact-thanks__content .entryform__item-name {
    font-size: min(1.75vw, 28px);
    line-height: 1;
    margin-bottom: min(0.9375vw, 15px);
  }
}
.contact-thanks__content .entryform__item-input {
  font-size: 16px;
  font-weight: 500;
  color: #4d4d4d;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width:768px) {
  .contact-thanks__content .entryform__item-input {
    font-size: min(1.75vw, 28px);
    line-height: 2;
  }
}
.contact-thanks__content .req {
  font-size: 14px;
  font-weight: 700;
  color: #ff8c89;
  text-align: left;
  line-height: 1.71;
  letter-spacing: 0.06em;
  margin-left: 8px;
}
@media screen and (min-width:768px) {
  .contact-thanks__content .req {
    font-size: min(1.125vw, 18px);
    line-height: 1.68;
    margin-left: min(0.9375vw, 15px);
  }
}
.contact-thanks__content .input-memo {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (min-width:768px) {
  .contact-thanks__content .input-memo {
    font-size: min(1vw, 16px);
    line-height: 2;
  }
}
.contact-thanks .entryform__buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  margin-top: 70px;
}
@media screen and (min-width:768px) {
  .contact-thanks .entryform__buttons {
    flex-direction: row;
    gap: min(1.5vw, 24px);
    margin-top: 0;
  }
}
.contact-thanks button.submit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 41px;
  width: 197px;
  background: linear-gradient(to bottom, #ffad89, #ff7a90);
  border-radius: 50px;
  border: none;
  margin: 0 auto;
  cursor: pointer;
}
@media screen and (min-width:768px) {
  .contact-thanks button.submit-button {
    width: min(30vw, 480px);
    height: min(6.25vw, 100px);
    margin-top: min(3vw, 48px);
    border-radius: min(3.125vw, 50px);
  }
}
.contact-thanks button.submit-button span {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width:768px) {
  .contact-thanks button.submit-button span {
    font-size: min(2vw, 32px);
    line-height: 1.333;
  }
}

.loading {
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 1s ease;
}

.loading__text {
  font-size: 24px;
  font-weight: 700;
  color: #3c85ce;
  text-align: center;
  line-height: 1.62;
  letter-spacing: 0.3em;
  opacity: 0;
  animation: fadeIn 1.5s ease forwards;
}
@media screen and (min-width:768px) {
  .loading__text {
    font-size: min(3vw, 48px);
    line-height: 1.9;
    letter-spacing: 0.3em;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.container {
  opacity: 0;
  transition: opacity 1s ease;
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (min-width:768px) {
  .sp-inlineblock {
    display: inline-block !important;
  }
}
@media screen and (max-width:767px) {
  .sp-inlineblock {
    display: none !important;
  }
}

@media screen and (max-width:767px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (min-width:768px) {
  .pc-only {
    display: block !important;
  }
}

@media screen and (max-width:767px) {
  .sp-inlineblocknone {
    display: inline-block !important;
  }
}
@media screen and (min-width:768px) {
  .sp-inlineblocknone {
    display: none !important;
  }
}

@media screen and (max-width:767px) {
  .sp-only {
    display: block !important;
  }
}
@media screen and (min-width:768px) {
  .sp-only {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */