@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --wh: #fff;
  --orange: #f7b756;
  --green: #85c261;
  --lgblue: #76bbc8;
}

@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}

/* 三点リーダー 一行 */
/* 三点リーダー 複数行 */
/* 背景をテキストで切り取る */
/* ====================================================
main
==================================================== */
@media screen and (max-width: 834px) {
  main {
    padding-top: calc(65px - 1rem);
  }
}

/* ====================================================
FV
==================================================== */
@media (max-width: 1680px) {
  .fv {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .fv {
    margin: 2rem;
    padding-right: 0;
  }
}
.fv__inner {
  background: url(../img/fv-bg.webp) no-repeat center;
  background-size: cover;
  background-color: #85d2cd;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  padding: 10rem 7rem 12rem;
  margin: 2rem;
  margin-left: auto;
}
@media (min-width: 1681px) {
  .fv__inner {
    margin-right: calc((100% - 1200px) / 2 - 220px);
  }
}
@media (max-width: 1680px) {
  .fv__inner {
    width: calc(100% - 400px - 4rem);
    margin-left: 440px;
  }
}
@media screen and (max-width: 1200px) {
  .fv__inner {
    padding: 8rem 5rem 10rem;
  }
}
@media screen and (max-width: 990px) {
  .fv__inner {
    width: calc(100% - 400px - 2rem);
  }
}
@media screen and (max-width: 834px) {
  .fv__inner {
    width: 100%;
    padding: 6rem 3rem 3rem;
    margin: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 640px) {
  .fv__inner {
    padding: 4rem 2rem 2rem;
  }
}
.fv.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.fv__title {
  text-align: right;
}
@media screen and (max-width: 834px) {
  .fv__title {
    grid-column: 1;
    grid-row: 1;
    max-width: 317px;
  }
}
.fv__title-text {
  margin-top: 1rem;
  font-size: 13px;
  color: #231815;
}
@media screen and (max-width: 834px) {
  .fv__title-text {
    display: none;
  }
}
.fv__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  padding: 0 0 8rem;
}
@media screen and (max-width: 1200px) {
  .fv__ttl {
    padding: 0 0 6rem;
  }
}
@media screen and (max-width: 1200px) {
  .fv__ttl {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(190px, auto);
    /* 画像の最小高さを設定 */
    gap: 2rem;
    justify-items: center;
    align-items: center;
  }
}
@media screen and (max-width: 640px) {
  .fv__ttl {
    padding: 0;
  }
}
@media screen and (max-width: 1200px) {
  .fv__ttl-img.--01 {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .fv__ttl-img.--02 {
    display: none;
  }
}
.fv__ttl-img.--sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  .fv__ttl-img.--sp {
    display: block;
    max-width: 270px;
    grid-column: 1;
    grid-row: 2;
  }
}
.fv__ttl .img.--01 {
  max-width: 176px;
}
@media screen and (max-width: 1200px) {
  .fv__ttl .img.--01 {
    max-width: 150px;
  }
}
.fv__ttl .img.--02 {
  max-width: 119px;
}
@media screen and (max-width: 1200px) {
  .fv__ttl .img.--02 {
    max-width: 100px;
  }
}
.fv__ttl .img.--sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  .fv__ttl .img.--sp {
    display: block;
    max-width: 270px;
  }
}
.fv__period {
  display: flex;
  align-items: stretch;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .fv__period {
    flex-direction: column;
  }
}
.fv__period-title {
  background-color: var(--green);
  color: var(--wh);
  font-size: 32px;
  font-weight: bold;
  padding: 3rem 3rem 3rem 20rem;
  border-radius: 10px 0 0 10px;
  white-space: nowrap;
}
@media screen and (max-width: 1500px) {
  .fv__period-title {
    font-size: 28px;
    padding: 1.5rem 0;
    border-radius: 20px 20px 0 0;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .fv__period-title {
    font-size: 24px;
    padding: 1rem 0;
  }
}
.fv__period-imgbox {
  background-color: var(--wh);
  padding: 2rem 3rem;
  border-radius: 0 10px 10px 0;
  border: 3px solid var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1500px) {
  .fv__period-imgbox {
    border-radius: 0 0 20px 20px;
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 640px) {
  .fv__period-imgbox {
    padding: 2rem 1rem;
  }
}
.fv__period-char {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  max-width: 158px;
}
@media screen and (max-width: 1500px) {
  .fv__period-char {
    top: 3rem;
    left: -4%;
    max-width: 127px;
  }
}
@media screen and (max-width: 640px) {
  .fv__period-char {
    top: 3rem;
    left: -4%;
    max-width: 80px;
  }
}

/* ====================================================
フリガナ通知書について
==================================================== */
.about {
  padding: 12rem 0;
  background-color: #fffdf3;
}
@media screen and (max-width: 1200px) {
  .about {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 834px) {
  .about {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 640px) {
  .about {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 499px) {
  .about {
    padding: 3rem 0;
  }
}
@media (min-width: 1681px) {
  .about-inner {
    margin-right: calc((100% - 1200px) / 2 - 220px + 100px);
  }
}
@media (max-width: 1680px) {
  .about-inner {
    width: calc(100% - 440px);
    max-width: 1000px;
    margin-left: calc(100% - (100% - 440px) + (100% - 1440px) / 2);
    margin-right: calc((100% - 1440px) / 2);
  }
}
@media (max-width: 1500px) {
  .about-inner {
    width: calc(100% - 440px - 2rem);
    margin-left: 440px;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .about-inner {
    width: 100%;
    margin-left: auto;
  }
}
.about__title {
  font-size: 38px;
  font-weight: bold;
  color: #67493b;
  text-align: center;
  padding-bottom: 9rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .about__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 834px) {
  .about__title {
    font-size: 28px;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 640px) {
  .about__title {
    font-size: 24px;
    padding-bottom: 4rem;
  }
}
.about__title::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 46px;
  height: 15px;
  border-bottom: 5px dotted #76bbc8;
  position: absolute;
  top: 6rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 834px) {
  .about__title::after {
    top: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .about__title::after {
    top: 3rem;
  }
}
.about__text {
  font-size: 18px;
  margin-bottom: 3rem;
}
@media screen and (max-width: 834px) {
  .about__text {
    margin-bottom: 2rem;
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .about__text {
    margin-bottom: 2rem;
    font-size: 14px;
  }
}
.about__content-title {
  font-size: 32px;
  color: var(--wh);
  font-weight: bold;
  text-align: center;
  padding: 3rem 0;
  border-radius: 20px 20px 0 0;
  background-color: var(--lgblue);
}
@media screen and (max-width: 1200px) {
  .about__content-title {
    font-size: 28px;
    padding: 2rem 0;
  }
}
@media screen and (max-width: 640px) {
  .about__content-title {
    font-size: 24px;
  }
}
.about__content-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  background-color: var(--wh);
  padding: 4rem 2rem 0 5rem;
  border: 3px solid var(--lgblue);
  border-top: none;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 1200px) {
  .about__content-inner {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 834px) {
  .about__content-inner {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
    padding: 4rem 2rem 0;
  }
}
@media screen and (max-width: 640px) {
  .about__content-inner {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
.about__content-imgbox-inner {
  position: relative;
}
.about__content-imgbox-info {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: var(--wh);
  padding: 15px 7rem;
  white-space: nowrap;
}
@media screen and (max-width: 990px) {
  .about__content-imgbox-info {
    flex-direction: column;
    padding: 15px 5%;
  }
}
@media screen and (max-width: 834px) {
  .about__content-imgbox-info {
    padding: 15px 5rem;
    font-size: 21px;
  }
}
@media screen and (max-width: 640px) {
  .about__content-imgbox-info {
    padding: 10px 3rem;
    font-size: 18px;
  }
}
@media screen and (max-width: 499px) {
  .about__content-imgbox-info {
    padding: 7px 2rem;
    font-size: 16px;
  }
}
.about__content-imgbox-txt {
  font-size: 13px;
  margin-top: 1.8rem;
  text-align: right;
}
@media screen and (max-width: 834px) {
  .about__content-imgbox-txt {
    margin-top: 7px;
  }
}
@media screen and (max-width: 1200px) {
  .about__content-info {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 2rem;
  }
}
@media screen and (max-width: 990px) {
  .about__content-info {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
}
@media screen and (max-width: 834px) {
  .about__content-info {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
}
@media screen and (max-width: 640px) {
  .about__content-info {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
}
.about__content-info-txt {
  background-color: #edfdff;
  padding: 4rem 6rem;
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
  border-radius: 20px;
  transform: translateY(15px);
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .about__content-info-txt {
    padding: 2rem 3rem;
    transform: none;
    font-size: 21px;
  }
}
@media screen and (max-width: 640px) {
  .about__content-info-txt {
    padding: 2rem 3rem;
    font-size: 18px;
  }
}
.about__content-info-img {
  max-width: 240px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .about__content-info-img {
    max-width: 178px;
    position: static;
  }
}
@media screen and (max-width: 640px) {
  .about__content-info-img {
    max-width: 140px;
    margin-top: -1rem;
  }
}
@media screen and (max-width: 499px) {
  .about__content-info-img {
    max-width: 100px;
  }
}
.about .blue-txt {
  font-size: 34px;
  font-weight: bold;
  color: var(--lgblue);
}
@media screen and (max-width: 1200px) {
  .about .blue-txt {
    font-size: 28px;
  }
}
@media screen and (max-width: 640px) {
  .about .blue-txt {
    font-size: 24px;
  }
}

/* ====================================================
届出確認チャート
==================================================== */
.chart {
  background: url(../img/chart-bg.webp) no-repeat center;
  background-size: cover;
  background-color: #fff5bd;
  padding: 12rem 0;
}
@media screen and (max-width: 1200px) {
  .chart {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 834px) {
  .chart {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 640px) {
  .chart {
    padding: 4rem 0;
  }
}
@media (min-width: 1681px) {
  .chart-inner {
    margin-right: calc((100% - 1200px) / 2 - 220px + 100px);
  }
}
@media (max-width: 1680px) {
  .chart-inner {
    width: calc(100% - 440px);
    max-width: 1000px;
    margin-left: calc(100% - (100% - 440px) + (100% - 1440px) / 2);
    margin-right: calc((100% - 1440px) / 2);
  }
}
@media (max-width: 1500px) {
  .chart-inner {
    width: calc(100% - 440px - 2rem);
    margin-left: 440px;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .chart-inner {
    width: 100%;
    margin-left: auto;
  }
}
.chart__title {
  font-size: 38px;
  font-weight: bold;
  color: #67493b;
  text-align: center;
  padding-bottom: 9rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .chart__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 834px) {
  .chart__title {
    font-size: 28px;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 640px) {
  .chart__title {
    font-size: 24px;
    padding-bottom: 4rem;
  }
}
.chart__title::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 46px;
  height: 15px;
  border-bottom: 5px dotted #76bbc8;
  position: absolute;
  top: 6rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 834px) {
  .chart__title::after {
    top: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .chart__title::after {
    top: 3rem;
  }
}
.chart__box-ttl {
  background: url(../img/chart-hd-bg.webp) no-repeat center;
  background-size: cover;
  border-radius: 20px 20px 0 0;
  padding: 3rem 2rem;
  color: var(--wh);
  text-align: center;
}
@media screen and (max-width: 834px) {
  .chart__box-ttl {
    padding: 2rem 5%;
  }
}
.chart__box-ttl-icon {
  max-width: 120px;
  margin: auto;
}
@media screen and (max-width: 834px) {
  .chart__box-ttl-icon {
    max-width: 90px;
  }
}
.chart__box-ttl-img {
  margin: auto;
}
.chart__box-title {
  margin-bottom: 2rem;
}
.chart__box-text {
  font-size: 18px;
  color: var(--wh);
}
.chart__box-content {
  background-color: var(--wh);
  padding: 6.5rem 10rem 7.5rem;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 1200px) {
  .chart__box-content {
    padding: 6rem 5rem 7rem;
  }
}
@media screen and (max-width: 834px) {
  .chart__box-content {
    padding: 6rem 3rem 7rem;
  }
}
@media screen and (max-width: 640px) {
  .chart__box-content {
    padding: 4rem 2rem 5rem;
  }
}
.chart__box-content-img {
  display: block;
  height: auto;
  max-width: none;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .chart__box-content-img {
    width: 200%;
  }
}

/* ====================================================
届出方法
==================================================== */
.howto {
  background-color: #fffdf3;
  padding: 12rem 0 19rem;
}
@media screen and (max-width: 1200px) {
  .howto {
    padding: 8rem 0 12rem;
  }
}
@media screen and (max-width: 834px) {
  .howto {
    padding: 6rem 0 8rem;
  }
}
@media screen and (max-width: 640px) {
  .howto {
    padding: 4rem 0 6rem;
  }
}
@media (min-width: 1681px) {
  .howto-inner {
    margin-right: calc((100% - 1200px) / 2 - 220px + 100px);
  }
}
@media (max-width: 1680px) {
  .howto-inner {
    width: calc(100% - 440px);
    max-width: 1000px;
    margin-left: calc(100% - (100% - 440px) + (100% - 1440px) / 2);
    margin-right: calc((100% - 1440px) / 2);
  }
}
@media (max-width: 1500px) {
  .howto-inner {
    width: calc(100% - 440px - 2rem);
    margin-left: 440px;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .howto-inner {
    width: 100%;
    margin-left: auto;
  }
}
.howto__title {
  font-size: 38px;
  font-weight: bold;
  color: #67493b;
  text-align: center;
  padding-bottom: 9rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .howto__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 834px) {
  .howto__title {
    font-size: 28px;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 640px) {
  .howto__title {
    font-size: 24px;
    padding-bottom: 4rem;
  }
}
.howto__title::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 46px;
  height: 15px;
  border-bottom: 5px dotted #76bbc8;
  position: absolute;
  top: 6rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 834px) {
  .howto__title::after {
    top: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .howto__title::after {
    top: 3rem;
  }
}
.howto__text {
  font-size: 18px;
}
@media screen and (max-width: 834px) {
  .howto__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .howto__text {
    font-size: 14px;
  }
}
.howto__box {
  background-color: var(--wh);
  border-radius: 20px;
  border: 1px solid var(--green);
  border-top: none;
  text-align: center;
  padding-bottom: 4rem;
  margin-top: 5.5rem;
}
@media screen and (max-width: 834px) {
  .howto__box {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .howto__box {
    margin-top: 2rem;
  }
}
.howto__box-title {
  background-color: var(--green);
  color: var(--wh);
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding: 3rem 0;
  border-radius: 20px 20px 0 0;
  margin-bottom: 3rem;
}
@media screen and (max-width: 834px) {
  .howto__box-title {
    font-size: 28px;
    padding: 2rem 0;
  }
}
@media screen and (max-width: 640px) {
  .howto__box-title {
    font-size: 24px;
    padding: 1rem 0;
  }
}
.howto__box-imgbox {
  padding: 0 5%;
}
.howto__box-img {
  margin: auto;
}
.howto__group {
  background-color: #e6f5f7;
  border-radius: 20px;
  padding: 6rem 6rem 6rem 6rem;
  margin: 11.5rem 0 8rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .howto__group {
    padding: 6rem 4rem 6rem 4rem;
    margin: 6rem 0 8rem;
  }
}
@media screen and (max-width: 1024px) {
  .howto__group {
    padding: 6rem 4rem 6rem 4rem;
    margin: 6rem 0 8rem;
  }
}
@media screen and (max-width: 990px) {
  .howto__group {
    margin: 6rem 0 15rem;
  }
}
@media screen and (max-width: 834px) {
  .howto__group {
    padding: 4rem 4rem;
    margin: 4rem 0 20rem;
  }
}
@media screen and (max-width: 640px) {
  .howto__group {
    padding: 3rem 2rem;
    margin: 4rem 0 15rem;
  }
}
@media screen and (max-width: 499px) {
  .howto__group {
    margin: 4rem 0 10rem;
  }
}
.howto__group-title {
  font-size: 42px;
  font-weight: bold;
  color: var(--lgblue);
  margin-bottom: 1rem;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .howto__group-title {
    font-size: 20px;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 834px) {
  .howto__group-title {
    font-size: 18px;
  }
}
.howto__group-text {
  font-size: 18px;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 2em;
}
@media screen and (max-width: 1200px) {
  .howto__group-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 834px) {
  .howto__group-text {
    font-size: 15px;
    margin-bottom: 2rem;
  }
}
.howto__group-inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2.6rem;
  padding-right: 10rem;
}
@media screen and (max-width: 1024px) {
  .howto__group-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 990px) {
  .howto__group-inner {
    padding-right: 0;
  }
}
.howto__group-item {
  max-width: 360px;
  flex: 1;
}
@media screen and (max-width: 834px) {
  .howto__group-item {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 640px) {
  .howto__group-item {
    width: 90%;
    max-width: 100%;
    margin: auto;
  }
}
.howto__group-item-title {
  font-size: 32px;
  font-weight: bold;
  color: var(--wh);
  background-color: var(--lgblue);
  border-radius: 10px;
  margin-bottom: 2rem;
  text-align: center;
  letter-spacing: 2px;
}
@media screen and (max-width: 1200px) {
  .howto__group-item-title {
    font-size: 20px;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .howto__group-item-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .howto__group-item-title {
    font-size: 16px;
  }
}
.howto__group-item-text {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .howto__group-item-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 834px) {
  .howto__group-item-text {
    font-size: 14px;
  }
}
.howto__group-imgbox {
  position: absolute;
  bottom: 0;
  right: 2rem;
}
@media screen and (max-width: 990px) {
  .howto__group-imgbox {
    top: auto;
    bottom: -10vw;
    right: 0;
  }
}
@media screen and (max-width: 834px) {
  .howto__group-imgbox {
    top: auto;
    bottom: -26vw;
    right: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .howto__group-imgbox {
    top: auto;
    bottom: -20vw;
    right: 0;
  }
}
.howto__group-img {
  max-width: 129px;
}
@media screen and (max-width: 1200px) {
  .howto__group-img {
    width: 10vw;
  }
}
@media screen and (max-width: 834px) {
  .howto__group-img {
    width: 18vw;
  }
}
@media screen and (max-width: 640px) {
  .howto__group-img {
    max-width: none;
    width: 15vw;
  }
}
.howto__list-item {
  background-color: #ffef8f;
  padding: 10rem 6rem 8rem;
  position: relative;
  border-radius: 20px;
  scroll-margin-top: 90px;
}
.howto__list-item:first-of-type {
  margin-bottom: 8rem;
  scroll-margin-top: 45px;
}
@media screen and (max-width: 1200px) {
  .howto__list-item {
    padding: 8rem 4rem 6rem;
  }
}
@media screen and (max-width: 834px) {
  .howto__list-item {
    padding: 8rem 2rem 4rem;
  }
}
@media screen and (max-width: 640px) {
  .howto__list-item {
    padding: 7rem 2rem 3rem;
  }
}
@media screen and (max-width: 499px) {
  .howto__list-item {
    padding: 6rem 1.5rem 3rem;
  }
}
.howto__list-subttl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--lgblue);
  font-size: 50px;
  font-family: "Inter", sans-serif;
  background-color: #ffef8f;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .howto__list-subttl {
    width: 100px;
    height: 100px;
    font-size: 40px;
  }
}
@media screen and (max-width: 834px) {
  .howto__list-subttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 499px) {
  .howto__list-subttl {
    width: 90px;
    height: 90px;
    font-size: 25px;
  }
}
.howto__list-subttl .txt {
  font-size: 15px;
  color: #67493b;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .howto__list-subttl .txt {
    font-size: 14px;
  }
}
.howto__list-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  border-bottom: 2px dotted #d9c863;
  padding-bottom: 6rem;
  margin-bottom: 3.7rem;
}
@media screen and (max-width: 1200px) {
  .howto__list-ttl {
    flex-direction: column;
    gap: 3rem;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .howto__list-ttl {
    gap: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.howto__list-ttl-img {
  aspect-ratio: 400/300;
  min-width: 400px;
  border-radius: 20px;
}
@media screen and (max-width: 1200px) {
  .howto__list-ttl-img {
    min-width: 300px;
  }
}
@media screen and (max-width: 834px) {
  .howto__list-ttl-img {
    min-width: 200px;
  }
}
.howto__list-ttl-textbox-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1200px) {
  .howto__list-ttl-textbox-title {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .howto__list-ttl-textbox-title {
    font-size: 28px;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .howto__list-ttl-textbox-title {
    font-size: 24px;
    margin-bottom: 5px;
  }
}
.howto__list-ttl-textbox-txt {
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .howto__list-ttl-textbox-txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 834px) {
  .howto__list-ttl-textbox-txt {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.howto__list-content-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1200px) {
  .howto__list-content-title {
    font-size: 24px;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .howto__list-content-title {
    font-size: 20px;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .howto__list-content-title {
    font-size: 18px;
    margin-bottom: 1rem;
  }
}
.howto__list-flow {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 7px;
  counter-reset: flow-list;
  padding-left: 0;
  list-style: none;
}
@media screen and (max-width: 1500px) {
  .howto__list-flow {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 499px) {
  .howto__list-flow {
    gap: 0;
  }
}
.howto__list-flow-item {
  background: url(../img/howto-listbox-item-bg.webp) no-repeat center;
  background-size: cover;
  border-radius: 20px;
  padding: 9rem 2rem 5rem;
  flex: 1;
  counter-increment: flow-list;
  position: relative;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1500px) {
  .howto__list-flow-item {
    flex: auto;
    width: 48%;
    padding: 9rem 5rem 5rem;
  }
}
@media screen and (max-width: 1200px) {
  .howto__list-flow-item {
    width: 100%;
    padding: 9rem 4rem 5rem;
  }
}
@media screen and (max-width: 834px) {
  .howto__list-flow-item {
    width: 48%;
    padding: 9rem 4rem 3rem;
  }
}
@media screen and (max-width: 640px) {
  .howto__list-flow-item {
    padding: 8rem 2rem 3rem;
  }
}
@media screen and (max-width: 499px) {
  .howto__list-flow-item {
    width: 100%;
    padding: 7rem 2rem 3rem;
  }
}
.howto__list-flow-item::before {
  content: counter(flow-list, decimal-leading-zero);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  background: var(--lgblue);
  color: var(--wh);
  font-weight: bold;
  font-family: "Inter", sans-serif;
  border-radius: 50%;
  font-size: 2rem;
  position: absolute;
  left: 50%;
  top: 3rem;
  transform: translateX(-50%);
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .howto__list-flow-item::before {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.5rem;
    top: 2rem;
  }
}
.howto__list-flow-title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .howto__list-flow-title {
    margin-bottom: 1rem;
  }
}
.howto__list-btn {
  margin-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 1200px) {
  .howto__list-btn {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .howto__list-btn {
    gap: 1rem;
  }
}
@media screen and (max-width: 499px) {
  .howto__list-btn {
    flex-direction: column;
  }
}
.howto__list-btn-item {
  border: none;
  background-color: var(--lgblue);
  color: var(--wh);
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 80px;
  border-radius: 10px;
  box-shadow: 0 5px 0 0 #59a4b2;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 640px) {
  .howto__list-btn-item {
    font-size: 16px;
    width: 280px;
    height: 67px;
  }
}
.howto__list-btn-item:hover {
  transform: translateY(5px);
  box-shadow: none;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.howto__list-btn-item span {
  transform: translateY(5px);
}
.howto .yellow-txt {
  font-size: 32px;
  font-weight: bold;
  color: #fff000;
  letter-spacing: 2px;
}
@media screen and (max-width: 1200px) {
  .howto .yellow-txt {
    font-size: 28px;
  }
}
@media screen and (max-width: 834px) {
  .howto .yellow-txt {
    font-size: 24px;
  }
}
.howto .address-group {
  padding-bottom: 6rem;
  margin-bottom: 5rem;
  border-bottom: 2px dotted #d9c863;
}
@media screen and (max-width: 1200px) {
  .howto .address-group {
    padding-bottom: 4rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .howto .address-group {
    padding-bottom: 3rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .howto .address-group {
    padding-bottom: 2.5rem;
    margin-bottom: 2rem;
  }
}
.howto .address-ttl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2.5rem;
}
@media screen and (max-width: 834px) {
  .howto .address-ttl {
    gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.howto .address-ttl-title {
  font-size: 28px;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .howto .address-ttl-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 834px) {
  .howto .address-ttl-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .howto .address-ttl-title {
    font-size: 18px;
  }
}
.howto .address-ttl-text {
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .howto .address-ttl-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 834px) {
  .howto .address-ttl-text {
    font-size: 14px;
  }
}
.howto .address-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 834px) {
  .howto .address-list {
    gap: 1.5rem;
    margin-top: 2rem;
  }
}
.howto .address-list-item {
  background-color: #fffced;
  border-radius: 20px;
  padding: 3rem;
  width: calc(50% - 1rem);
}
@media screen and (max-width: 1200px) {
  .howto .address-list-item {
    width: calc(100% - 1rem);
    padding: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .howto .address-list-item {
    width: calc(50% - 1rem);
    padding: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .howto .address-list-item {
    width: calc(100% - 1rem);
  }
}
.howto .address-list-item-title {
  font-size: 21px;
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 1200px) {
  .howto .address-list-item-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 834px) {
  .howto .address-list-item-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .howto .address-list-item-title {
    font-size: 16px;
  }
}
.howto .address-list-item-title::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: var(--lgblue);
  border-radius: 50%;
  margin-right: 1rem;
}
@media screen and (max-width: 640px) {
  .howto .address-list-item-title::before {
    width: 11px;
    height: 11px;
  }
}
.howto .address-list-item-text {
  margin-top: 1rem;
}
@media screen and (max-width: 640px) {
  .howto .address-list-item-text {
    font-size: 14px;
  }
}

/* ====================================================
FAQ(よくある質問)
==================================================== */
.faq {
  background: url(../img/faq-bg.webp) no-repeat center;
  background-size: cover;
  background-color: #85d2cd;
  padding: 12rem 0;
}
@media screen and (max-width: 1200px) {
  .faq {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 834px) {
  .faq {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 640px) {
  .faq {
    padding: 4rem 0;
  }
}
@media (min-width: 1681px) {
  .faq-inner {
    margin-right: calc((100% - 1200px) / 2 - 220px + 100px);
  }
}
@media (max-width: 1680px) {
  .faq-inner {
    width: calc(100% - 440px);
    max-width: 1000px;
    margin-left: calc(100% - (100% - 440px) + (100% - 1440px) / 2);
    margin-right: calc((100% - 1440px) / 2);
  }
}
@media (max-width: 1500px) {
  .faq-inner {
    width: calc(100% - 440px - 2rem);
    margin-left: 440px;
    margin-right: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .faq-inner {
    width: 100%;
    margin-left: auto;
  }
}
.faq__title {
  font-size: 38px;
  font-weight: bold;
  color: #67493b;
  text-align: center;
  padding-bottom: 9rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .faq__title {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 10rem;
  }
}
@media screen and (max-width: 990px) {
  .faq__title {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .faq__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 834px) {
  .faq__title {
    width: 100%;
    margin-left: 0;
    font-size: 28px;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 640px) {
  .faq__title {
    font-size: 24px;
    padding-bottom: 4rem;
  }
}
.faq__title::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 46px;
  height: 15px;
  border-bottom: 5px dotted #76bbc8;
  position: absolute;
  top: 6rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 834px) {
  .faq__title::after {
    top: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .faq__title::after {
    top: 3rem;
  }
}
.faq__item {
  background-color: var(--wh);
  border-radius: 20px;
  position: relative;
}
.faq__item:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (max-width: 834px) {
  .faq__item:not(:last-child) {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .faq__item:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.faq__item-imgbox {
  position: absolute;
  top: -317px;
  right: 6rem;
}
@media screen and (max-width: 1200px) {
  .faq__item-imgbox {
    top: -247px;
    right: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .faq__item-imgbox {
    top: -187px;
    right: 0;
  }
}
@media screen and (max-width: 499px) {
  .faq__item-imgbox {
    top: -150px;
    right: 0;
  }
}
.faq__item-img {
  max-width: 169px;
}
@media screen and (max-width: 1200px) {
  .faq__item-img {
    max-width: 132px;
  }
}
@media screen and (max-width: 640px) {
  .faq__item-img {
    max-width: 100px;
  }
}
@media screen and (max-width: 499px) {
  .faq__item-img {
    max-width: 80px;
  }
}
.faq__item-question {
  font-size: 21px;
  font-weight: bold;
  color: var(--lgblue);
  padding: 4rem 5rem 2rem;
  border-bottom: 2px dotted var(--lgblue);
  margin-bottom: 3rem;
  position: relative;
  padding-left: calc(60px + 4rem);
  min-height: 110px;
}
@media screen and (max-width: 834px) {
  .faq__item-question {
    font-size: 21px;
    padding-left: calc(50px + 3rem);
  }
}
@media screen and (max-width: 640px) {
  .faq__item-question {
    font-size: 20px;
    padding-right: 3rem;
    padding-left: calc(40px + 3rem);
  }
}
@media screen and (max-width: 499px) {
  .faq__item-question {
    font-size: 18px;
  }
}
.faq__item-question::before {
  content: "Q";
  font-size: 30px;
  font-family: "Inter", sans-serif;
  color: var(--wh);
  display: inline-flex;
  width: 60px;
  height: 60px;
  background-color: var(--lgblue);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 834px) {
  .faq__item-question::before {
    width: 50px;
    height: 50px;
    font-size: 24px;
    left: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .faq__item-question::before {
    width: 40px;
    height: 40px;
    font-size: 20px;
    left: 2rem;
  }
}
.faq__item-answer {
  font-size: 18px;
  padding: 0 5rem 5rem;
}
@media screen and (max-width: 834px) {
  .faq__item-answer {
    font-size: 16px;
    padding: 0 5rem 3rem;
  }
}
@media screen and (max-width: 640px) {
  .faq__item-answer {
    font-size: 14px;
    padding: 0 3rem 3rem;
  }
}
.faq__item-answer-list {
  line-height: 1.2;
  margin-top: 3rem;
  counter-reset: faq-list;
  padding-left: 0;
}
.faq__item-answer-list-item {
  position: relative;
  margin-bottom: 2rem;
}
.faq__item-answer-list-item .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8em;
  height: 1.8em;
  background: var(--lgblue);
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  font-size: 1em;
  box-sizing: border-box;
  margin-right: 1rem;
}
.faq__item-answer-list-item .link {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.faq__item-answer-list-item .link::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #67493b;
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 4rem;
}
.faq__item-answer-list-item .link:hover::before {
  width: calc(100% - 4rem);
  transition: all 0.3s ease-in-out;
}/*# sourceMappingURL=index.css.map */