@charset "UTF-8";

html {
  font-size: 100%;
  overflow-x: hidden;
}

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
  pointer-events: none;
}

a > img, button > img {
  pointer-events: auto;
  -webkit-user-drag: none; 
  user-select: none; 
  -webkit-user-select: none;
}

li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.7;
}

/* 共通 */
.wrapper {
  max-width: 910px;
  padding: 0 20px;
  margin: 0 auto;
}

/* メインビジュアル */
.mv {
  margin-top: 40px;
  position: relative;
}

.mv-title {
  position: absolute;
  top: 26.95%;
  left: 14.83%;
  font-size: 2.5vw;
}

.mv-title span {
  font-size: 3vw;
}

/* セクション */
.problem {
  position: relative;
  height: auto;
  margin-top: -80px;
}

.problem .section-bg {
  position: absolute;
  top: -80px;
  width: 100%;
  height: 760px;
}

.problem .section-bg img {
  object-fit: cover;
  height: 100%;
}

.problem .section-title {
  margin-bottom: 40px;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
}

.problem .section-title .small {
  font-size: 1.8vw;
}

.problem .section-title .large {
  display: block;
  font-size: 2.7vw;
}

.problem .speech {
  font-size: 1.3vw;
  letter-spacing: 0.02em;
  text-align: center;
}

.problem .speech1 {
  position: absolute;
  top: 26%;
  left: 20%;
}

.problem .speech2 {
  position: absolute;
  top: 41%;
  left: 23%;
}

.problem .speech3 {
  position: absolute;
  top: 20%;
  left: 41%;
}

.problem .speech4 {
  position: absolute;
  top: 25%;
  left: 65%;
}

.problem .speech5 {
  position: absolute;
  top: 40%;
  left: 63%;
}

.merit {
  padding-bottom: 120px;
  background-color: #efece8;
  position: relative;
  margin-top: -100px;
}

.merit .deco1 {
  width: 512px;
  position: absolute;
  top: 22%;
  left: 0;
}

.merit .deco2 {
  position: absolute;
  top: 46%;
  right: 0;
}

.merit .deco3 {
  width: 512px;
  position: absolute;
  bottom: 22%;
  left: 0;
}

.merit .section-text {
  width: 873px;
  height: 140px;
  text-align: center;
  padding: 30px;
  background: url(../img/speech2.png) center center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.merit .section-text p {
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
}

.merit .section-title {
  max-width: 766px;
  width: 100%;
  margin: 0 auto;
}

.merit1 {
  width: 100%;
  margin: 20px auto;
  position: relative;
}

.merit1 .plane {
  width: 162px;
  height: 89px;
  position: absolute;
  top: 7%;
  right: 6%;
  z-index: 10;
}

.merit1 .merit-inner {
  max-width: 740px;
  margin: 0 auto;
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
}

.merit-title {
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  font-weight: normal;
  border-bottom: solid 1px #000;
  padding-bottom: 10px;
  max-width: 697px;
}

.merit-title ._notBlack {
  color: #174d6a;
}

.merit1 .merit-title+p {
  padding-left: 20px;
  margin-top: 24px;
  font-weight: 300;
}

.merit1 .flex {
  display: flex;
  margin-top: 20px;
  width: 100%;
}

.merit1 figcaption {
  font-size: 11px;
  text-align: right;
}

.merit1 p {
  font-size: 18px;
  margin-top: 16px;
}

.merit1 .merit-body {
  width: 28rem;
  margin-left: 20px;
}

.merit1 .merit-body p {
  text-align: justify;
}

.merit1 .merit-body p._light300 {
  font-weight: 300;
}

.merit1 .merit-body p:nth-of-type(1) {
  margin-top: 0;
}

.merit1 .merit-body ._notBlack {
  color: #e75b00;
}

.merit1 .merit-body .time {
  font-size: 14px;
  display: flex;
  position: relative;
}

.merit1 .merit-body .time._arrow:after {
  content: "";
  width: 30px;
  height: 14px;
  background-image: url(../img/arrow1.png);
  background-size: cover;
  position: absolute;
  top: 26px;
  left: 26px;
}

.merit1 .merit-body .time .box {
  border: solid 1px #000;
  padding: 2px 6px;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
}

.merit1 .merit-body ._highlight {
  text-align: center;
}

.merit1 .merit-body ._highlight span {
  background: linear-gradient(transparent 50%, #f5bd98 50%);
}

.merit1 .merit-body p._light300 .text {
  font-weight: 300;
  white-space: nowrap;
}

.merit1 .flex .img {
  width: 292px;
}

.merit1 .img-deco {
  position: absolute;
  bottom: 6%;
  left: 20%;
  height: 180px;
}

.merit1 .img-deco img {
  height: 100%;
  width: auto;
}

.merit1 .sp-deco1,
.merit1 .sp-deco2 {
  display: none;
}

.merit2 {
  width: 100%;
  margin: 160px auto;
  position: relative;
}

.merit2 .merit-inner {
  max-width: 770px;
  padding: 0 20px;
  margin: 0 auto;
  position: absolute;
  top: 6%;
  left: 0;
  right: 0;
}

.merit2 .merit-title {
  text-align: center;
}

.merit2 .merit-title+p {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  margin-top: 24px;
}

.merit2 p {
  margin-top: 16px;
}

.merit2 .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 26px;
  margin-top: 36px;
  background-color: #fff;
  border: solid 1px #000;
}

.merit2 .merit-body .title {
  color: #e75b00;
  font-size: 22px;
  margin-top: 0;
}

.merit2 .merit-body .description {
  max-width: 26em;
  margin-top: 24px;
}

.merit2 .img {
  width: 260px;
  margin-left: 20px;
}

.merit2 .merit-content2,
.merit2 .merit-content3 {
  margin-top: 36px;
}

.merit2 .merit-content3 {
  background: #fff;
  border: solid 1px #000;
}

.merit2 .merit-content3 .flex {
  border: none;
  margin-top: 0;
}

.merit2 .merit-list {
  margin: 0 50px 50px;
}

.merit2 .merit-list p {
  position: relative;
  padding: 6px 0 6px 40px;
  background-color: #fef9f2;
  border: solid 1px #000;
  margin-top: 7px;
  font-size: 14px;
}

.merit2 .merit-list p::before {
  content: "";
  width: 22px;
  height: 24px;
  background-image: url(../img/check.png);
  background-size: cover;
  position: absolute;
  top: 4px;
  left: 10px;
}

.merit2 .merit-list p:first-of-type {
  margin-top: 0;
}

.merit3 {
  width: 100%;
  margin: 20px auto;
  position: relative;
}

.merit3 .merit-inner {
  max-width: 740px;
  padding: 0 20px;
  margin: 0 auto;
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
}

.merit3 .merit-title {
  text-align: center;
}

.merit3 .merit-title+p {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  margin: 24px 20px 40px;
}

.merit3 .flex {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 12px;
}

.merit3 .flex img {
  width: 161px;
}

.merit4 {
  width: 100%;
  margin: 160px auto 80px;
  position: relative;
}

.merit4 .merit-inner {
  max-width: 770px;
  padding: 0 20px;
  margin: 0 auto;
  position: absolute;
  top: 16%;
  left: 0;
  right: 0;
}

.merit4 .merit-title {
  text-align: center;
}

.merit4 .merit-title+p {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  margin: 24px 40px 40px;
}

.merit4 .img-deco {
  width: 209px;
  position: absolute;
  bottom: 50px;
  right: 50px;
}

.merit4 .merit-contact {
  text-align: right;
  margin: 0 auto;
  font-size: 14px;
  width: 260px;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}

.merit4 .merit-contact2 {
  position: absolute;
  bottom: 100px;
  text-align: right;
  margin: 0 auto;
  width: 600px;
}

.merit .end {
  max-width: 814px;
  margin: 0 auto;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

.merit .end .text1 {
  font-size: 28px;
}

.merit .end .text2 {
  font-size: 23px;
  margin-top: 36px;
}

.merit .end .text3 {
  font-size: 40px;
  margin-top: 36px;
  position: relative;
}

.merit .end .text3::after {
  content: "";
  width: 414px;
  height: 40px;
  background: url(../img/deco5.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.merit .end .img {
  margin-top: 50px;
}

.merit .end .deco {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  height: 240px;
  background: url(../img/deco3.png) top center no-repeat;
  background-size: cover;
}

.youtube iframe {
  max-width: 100%;
}

.property .section-title {
  width: 100%;
  background-color: #2c2c2c;
  font-size: 44px;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  padding: 30px 0;
}

.property .title {
  width: 100%;
  height: 210px;
  background: url(../img/deco4.png) no-repeat;
  background-size: cover;
  text-align: center;
}

.property .title p {
  font-size: 42px;
  font-family: "Noto Serif JP", serif;
  padding-top: 36px;
  position: relative;
  display: inline-block;
}

.property .title p::after {
  content: "";
  width: 100%;
  height: 18px;
  background: url(../img/deco8.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}

.property .wrapper {
  margin-top: -60px;
  position: relative;
}

.property .wrapper .img-circle {
  max-width: 200px;
  position: absolute;
  top: 26%;
  right: 1%;
}

.property3 .wrapper .img-circle-single {
  max-width: 200px;
  position: absolute;
  top: 29%;
  right: 5%;
}

.property4 .wrapper .img-circle-single {
  max-width: 200px;
  position: absolute;
  top: 27%;
  right: 1%;
}

.property5 .wrapper .img-circle-single {
  max-width: 200px;
  position: absolute;
  top: 26%;
  right: 1%;
}

.property6 .wrapper .img-circle-single {
  max-width: 200px;
  position: absolute;
  top: 26%;
  right: 1%;
}

.property .sp-only {
  display: none;
}

.contact .content {
  position: relative;
  text-align: center;
}

.contact .content .text {
  position: absolute;
  top: 30%;
  right: 20%;
}

.contact .text .description {
  font-size: 22px;
  line-height: 2;
}

.contact .text .title {
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  margin-top: 36px;
}

.contact .text .btn {
  max-width: 383px;
  margin: 36px auto;
}

#fixed-btn {
  width: 120px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}

.footer {
  background: #174d6a;
  color: #fff;
  padding: 80px 0 10px;
}

.footer .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer .about .title {
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
}

.footer .about-list {
  display: flex;
  flex-wrap: wrap;
  width: 320px;
  margin-top: 36px;
  font-family: "Noto Serif JP", serif;
}

.footer .about-list dt {
  width: 100px;
  padding-bottom: 20px;
}

.footer .about-list dd {
  padding-bottom: 20px;
}

.footer .privacy {
  text-align: center;
  margin-top: 60px;
  letter-spacing: 0.1em;
}

.footer .copyright {
  text-align: center;
  font-size: 12px;
  margin-top: 20px;
}

.footer-btn a {
  max-width: 260px;
  background-color: #cca95d;
  font-family: "Noto Serif JP", serif;
  color: #000;
  display: block;
  border: solid 1px #000;
  font-size: 22px;
  padding: 10px 20px;
  text-align: center;
  margin-left: 90px;
}

@media screen and (max-width: 1230px) {
  .contact .text .description {
    font-size: 16px;
    line-height: 2;
  }
}

@media screen and (max-width: 1130px) {

  .contact .text .title {
    margin-top: 1rem;
  }

  .contact .text .btn {
    margin: 1rem auto;
  }
}

@media screen and (max-width: 950px) {
  .merit2 .merit-inner {
    top: 7%;
    left: 0;
    right: 0;
  }

  .merit3 .flex img {
    width: 141px;
  }
}

@media screen and (max-width: 900px) {
  .merit-inner {
    display: none;
  }

  .merit1 .plane {
    display: none;
  }

  .merit1 .img-deco {
    display: none;
  }

  .merit4 .img-deco {
    display: none;
  }

  .merit4 .merit-contact {
    display: none;
  }

  .merit4 .merit-contact2 {
    display: none;
  }
}

@media (821px <=width <=900px) {
  .contact .content .text {
    right: 14%;
  }
}

@media (770px <=width <=820px) {
  .contact .content .text {
    top: 30%;
    right: 14%;
  }
}

@media screen and (max-width: 840px) {

  .property .wrapper .img-circle {
    max-width: 180px;
  }

  .property5 .wrapper .img-circle-single,
  .property6 .wrapper .img-circle-single {
    max-width: 140px;
  }

}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }

  .problem {
    margin-top: -50px;
  }

  .problem .section-title {
    margin-bottom: 40px;
  }

  .problem .section-title .small {
    font-size: 18px;
  }

  .problem .section-title .large {
    font-size: 24px;
    white-space: nowrap;
  }

  .problem .speech {
    font-size: 14px;
  }

  .problem .speech1 {
    top: 26%;
    left: 18%;
  }

  .problem .speech2 {
    top: 40%;
    left: 21%;
  }

  .problem .speech3 {
    top: 20%;
    left: 39%;
  }

  .problem .speech4 {
    top: 24%;
    left: 62%;
  }

  .problem .speech5 {
    top: 39%;
    left: 60%;
  }

  .property .wrapper .img-circle {
    max-width: 180px;
    position: absolute;
    top: 21%;
    right: 7%;
  }

  .property3 .wrapper .img-circle-single,
  .property4 .wrapper .img-circle-single,
  .property5 .wrapper .img-circle-single,
  .property6 .wrapper .img-circle-single {
    top: 22%;
    right: 10%;
  }

  #fixed-btn {
    width: 80px;
    bottom: 30px;
    right: 10px;
  }
}

@media screen and (max-width: 730px) {
  .merit1 .img-deco {
    display: none;
  }

  .contact .text .description {
    font-size: 11px;
  }
}

@media screen and (max-width: 640px) {
  .mv {
    margin-top: 0;
  }

  .mv-title {
    position: absolute;
    font-size: 18px;
    top: 43%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }

  .property .wrapper .img-circle {
    max-width: 160px;
    position: absolute;
    top: 18%;
    right: 7%;
  }

  .property3 .wrapper .img-circle-single,
  .property4 .wrapper .img-circle-single,
  .property5 .wrapper .img-circle-single,
  .property6 .wrapper .img-circle-single {
    top: 18%;
    right: 10%;
  }

  .footer {
    padding-top: 40px;
  }

  .footer .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer-btn a {
    margin-left: 20px;
  }

  .footer .about-list {
    display: flex;
    width: 270px;
}

  .footer .about-list dt {
    width: 60px;
  }

  .footer .about-list dd {
    width: 210px;
    flex-shrink: 0;
}

.footer .privacy {
  margin-top: 0;
}

}

@media screen and (max-width: 440px) {
  .wrapper {
    padding: 0 10px;
  }

  .mv-title {
    position: absolute;
    font-size: 18px;
    top: 43%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }

  .mv-title span {
    font-size: 20px;
  }

  .problem {
    margin-top: -50px;
  }

  .problem .section-title .small {
    font-size: 16px;
  }

  .problem .section-title .large {
    font-size: 18px;
  }

  .problem .speech {
    font-size: 11px;
  }

  .problem .speech1 {
    left: 8%;
  }

  .problem .speech2 {
    left: 12%;
  }

  .problem .speech3 {
    left: 36%;
  }

  .merit .head {
    padding: 0;
  }

  .merit1 .plane {
    display: none;
  }

  .merit {
    margin-top: -50px;
    padding-bottom: 50px;
  }

  .merit-title {
    font-size: 14px;
  }

  .merit p {
    font-size: 11px;
  }

  .merit2 {
    margin: 40px auto;
  }

  .merit4 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .merit4 .merit-inner,
  .merit4 .merit-contact,
  .merit4 .img-deco {
    display: none;
  }

  .merit .end .text1 {
    font-size: 16px;
  }

  .merit .end .text2 {
    font-size: 11px;
  }

  .merit .end .text3 {
    font-size: 20px;
  }

  .merit .end .text3::after {
    content: "";
    width: 195px;
    height: 19px;
    top: 30px;
  }

  .merit .end .deco {
    height: 100px;
  }

  .property .section-title {
    font-size: 24px;
  }

  .property .title p {
    font-size: 24px;
  }

  .property .title p::after {
    width: 100%;
  }

  .property .wrapper .img-circle,
  .property .wrapper .img-circle-single {
    display: none;
  }

  .property .sp-only {
    display: block;
  }

  .contact .content .text {
    top: 50px;
    right: 40px;
  }

  .contact .text .title {
    font-size: 18px;
    margin-top: 5px;
  }

  .contact .text .btn {
    max-width: 190px;
    margin: 5px 0 0 120px;
  }

  .footer .wrapper {
    flex-direction: column;
  }

  .footer .privacy {
    margin-top: 60px;
  }
}

/* ユーチューブサイズ */
.youtube-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 の比率（高さを幅の56.25%に設定） */
  height: 0;
  overflow: hidden;
}

.youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}