@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');


.page-title {
  /* margin-top: 202px; */
  margin-top: 20px;
  padding-block: 50px;
  position: relative;
}

.page-title__inner {
  height: 100%;
}

.page-title__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.page-title__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-title__box {
  padding-block: 29px 32px;
  background: rgba(255, 255, 255, 0.8);
}

.page-title__h1 {
  font-size: 40px;
  text-align: center;
  line-height: calc(60 / 40);
}

.page-title__sub {
  display: block;
  margin-top: 5px;
  text-align: center;
  font-size: 20px;
  line-height: calc(25 / 30);
  font-weight: 300;
}

@media screen and (max-width:768px) {
  .page-title {
    /* margin-top: 137px; */
    margin-top: 10px;
    padding-block: 25px;
  }

  .page-title__box {
    padding-block: 18px 20px;
  }

  .page-title__h1 {
    font-size: 32px;
  }

  .page-title__sub {
    font-size: 16px;
  }
}


.contents {
  margin-top: 107px;
  background: #F1FCFF;
}

.contents__box {
  padding: 31px 23px 21px 5px;
}

.contents__h2 {}

.contents__sub {
  margin-top: 5px;
  text-align: center;
  font-size: 20px;
  line-height: calc(25 / 20);
}

.contents__row {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 27px;
}

.contents__sub+.contents__row {
  margin-top: 12px;
}

.contents__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px 10px;
}

.contents__item {
  padding-block: 7px;
  background: #FEF7B7;
  border-radius: 10px;
  text-align: center;
  display: grid;
  place-items: center;
  font-size: 25px;
  line-height: calc(38 / 25);
}

.contents__txt {
  font-size: 17px;
  line-height: calc(25 / 17);
}


@media screen and (max-width:768px) {
  .contents {
    margin-top: 64px;
  }

  .contents__box {
    padding: 32px 14px 32px 5px;
  }

  .contents__sub {
    font-size: 16px;
  }

  .contents__row {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .contents__item {
    padding-block: 4px;
    border-radius: 5px;
    font-size: 16px;
  }

  .contents__txt {
    font-size: 16px;
  }
}


.aricon {
  margin-top: 71px;
}

.aircon__content {
  margin-top: 27px;
}

.aircon__content h3 {
  margin-top: 60px;
  padding-block: 6px 7px;
  background: #FEF7B7;
  font-size: 25px;
  line-height: calc(38 / 25);
}

.aircon__content h3:first-of-type {
  margin-top: 0;
}

@media screen and (max-width:768px) {
  .aricon {
    margin-top: 64px;
  }

  .aircon__content {
    margin-top: 16px;
  }

  .aircon__content h3 {
    margin-top: 10px;
    padding-block: 6px 7px;
    font-size: 18px;
  }
}

.price {
  margin-top: 71px;
}

.price__content {
  margin-top: 76px;
}

@media screen and (max-width:768px) {
  .price {
    margin-top: 64px;
  }

  .price__content {
    margin-top: 16px;
  }
}

.plan {
  margin-top: 87px;
}

.plan__content h3 {
  margin-top: 53px;
  font-size: 30px;
  font-weight: bold;
  padding-block: 11px 10px;
}

.plan__content h3:first-of-type {
  margin-top: 0;
}

@media screen and (max-width:768px) {
  .plan__content h3 {
    margin-top: 24px;
    font-size: 20px;
    padding-block: 6px 5px;
  }
}

.range {
  margin-top: 40px;
}

.plan+.range {
  margin-top: 0;
}

.range__content h3 {
  margin-top: 53px;
  font-size: 30px;
  font-weight: bold;
  padding-block: 11px 10px;
}

.range__content h3:first-of-type {
  margin-top: 0;
}

.range__content p {
  margin-top: 35px;
  font-size: 20px;
  line-height: 1.5;
}

@media screen and (max-width:768px) {
  .range__content h3 {
    margin-top: 24px;
    font-size: 20px;
    padding-block: 6px 5px;
  }

  .range__content p {
    margin-top: 24px;
    font-size: 16px;
  }
}

.option-menu {
  margin-top: 109px;
  background: initial !important;
}

.option-menu__list {
  margin-top: 34px;
  margin-inline: auto;
  max-width: 932px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 41px 21px;
}

/* .option-menu__item:first-of-type {
  margin-top: -15px;
  margin-left: -12px;
} */

.option-menu__attention {
  margin-top: 42px;
  padding: 40px 55px 53px;
  background: rgba(254, 247, 183, 0.5);
  font-size: 20px;
  line-height: calc(30 / 20);
  border-top: 2px solid #707070;
}

@media screen and (max-width:768px) {
  .option-menu {
    margin-top: 64px;
  }

  .option-menu__list {
    margin-top: 24px;
    max-width: 95%;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 8px;
  }

  .option-menu__item:first-of-type {
    margin-top: -8px;
    margin-left: -6px;
  }

  .option-menu__attention {
    margin-top: 32px;
    padding: 32px 16px 40px;
    font-size: 14px;
    border-top: 2px solid #707070;
  }
}

.type {
  margin-top: 123px;
}

.type__box {
  padding-block: 40px;
  background: rgba(254, 247, 183, 0.5);
}

.type__box h2 {
  margin-bottom: 52.4px;
}

.type .wp-block-group {
  border-block: 2px solid #707070;
  gap: 0;
  font-size: 20px;
}

.type .wp-block-group>div {
  padding-block: 28px;
}

.type .wp-block-group>div:not(:first-of-type) {
  border-top: 1px solid #707070;
}

.type .wp-block-group>div>div:first-of-type {
  padding-left: 28px;
  margin-block: auto;
  height: fit-content;
}

.type .wp-block-group>div>div>div>div:nth-of-type(2) {
  font-size: 30px;
  text-align: center;
}

.type .wp-block-group>div>div>div>div:nth-of-type(2) code {
  font-size: 20px;
}

.type :where(.wp-block-columns) {
  margin-bottom: 0 !important;
}

@media screen and (max-width:768px) {
  .type .wp-block-group {
    font-size: 16px;
  }

  .type .wp-block-group>div {
    padding-inline: 16px;
  }

  .type .wp-block-group>div>div:first-of-type {
    padding-left: initial;
    text-align: center;
    font-size: 20px;
  }
}

.flow {
  margin-top: 120px;
  position: relative;
}

.flow__title {
  padding-block: 50px;
  position: relative;
}

.flow__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.flow__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flow__box {
  padding-block: 29px 32px;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
}

.flow__h2 {
  font-size: 40px;
  text-align: center;
  line-height: calc(60 / 40);
}

.flow__sub {
  display: block;
  margin-top: 5px;
  text-align: center;
  font-size: 20px;
  line-height: calc(25 / 30);
  font-weight: 300;
}

.flow__list {
  margin-top: 84px;
  display: flex;
  flex-direction: column;
  gap: 49px;
}

.flow__item {}

.flow__item-heading {
  display: grid;
  grid-template-columns: 169px 1fr;
  background: #FEF7B7;
}

.flow__item-step {
  padding: 8px 30px 8px 20px;
  background: #98775D;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  display: flex;
  align-items: center;
  clip-path: polygon(0 0, 100% 0, calc(100% - 16px) 100%, 0 100%);
}

.flow__item-step span {
  display: inline-block;
  margin-top: 2px;
  margin-left: 0.1em;
  width: 32px;
  font-size: 24px;
  background: #fff;
  color: #98775D;
  aspect-ratio: 1;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
}

.flow__item-title {
  font-size: 35px;
  text-align: center;
  padding-right: 169px;
  font-weight: bold;
}

.flow__item-row {
  margin-top: 24px;
  padding-inline: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.flow__item-img {}

.flow__txt p {
  font-size: 20px;
  line-height: calc(30 / 20);
}

.flow__txt h3 {
  font-size: 24px;
  line-height: calc(36 / 24);
}

@media screen and (max-width:768px) {
  .flow {
    margin-top: 64px;
  }

  .flow__title {
    padding-block: 24px;
  }

  .flow__box {
    padding-block: 18px 20px;
  }

  .flow__h2 {
    font-size: 32px;
  }

  .flow__sub {
    font-size: 16px;
  }

  .flow__list {
    margin-top: 40px;
    gap: 24px;
  }

  .flow__item-heading {
    grid-template-columns: 100px 1fr;
  }

  .flow__item-step {
    padding: 8px 16px 8px 8px;
    font-size: 18px;
    line-height: 24px;
    clip-path: polygon(0 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
  }

  .flow__item-step span {
    margin-top: 0;
    margin-left: 0.1em;
    width: 24px;
    font-size: 14px;
  }

  .flow__item-title {
    font-size: 24px;
    line-height: 40px;
    padding-right: 100px;
    font-weight: bold;
    transform: translateY(1px);
  }

  .flow__item-row {
    margin-top: 24px;
    padding-inline: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .flow__item-img {}

  .flow__txt p {
    font-size: 16px;
  }

  .flow__txt h3 {
    font-size: 20px;
  }
}