@charset "utf-8";

main {
  overflow: hidden;
}
/* ====================================================
guide-read
==================================================== */

.guide .contents-page-head {
  background-image: url(../img/guide/contents_bg.webp);
}

.guide .guide-read {
  position: relative;
  padding-top: 140px;
  font-size: var(--fs15);
  margin-bottom: 160px;
}
.guide .guide-read .inner-m {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
.guide .guide-read .guide_sec_001 .inner-m .guide_wrap {
  width: 60%;
}
.guide_sec_001 .guide_flow_txt {
  width: 100%;
}
.guide_sec_001 .guide_flow_txt h2 {
  font-size: var(--fs28);
  color: #4e4e4e;
  margin-bottom: 62px;
  text-align: center;
}
.guide_sec_001 .guide_flow_txt .flow_box {
  align-items: flex-start;
  margin-bottom: 100px;
}

.guide_sec_001 .guide_flow_txt .flow_box .flow_ttl {
  width: 15%;
  font-size: var(--fs16);
}
.guide_sec_001 .guide_flow_txt .flow_box .flow_month {
  font-size: var(--fs15);
  background: #d9bb80;
  color: #fff;
  padding: 0 10px;
  border-radius: 99px;
}
.guide_sec_001 .guide_flow_txt .flow_box .flow_txt {
  width: 70%;
  margin-left: auto;
  position: relative;
}
.guide_sec_001 .guide_flow_txt .flow_box .flow_txt:before {
  content: "";
  width: 59.1px;
  height: 33.58px;
  position: absolute;
  left: 10%;
  bottom: -60px;
  transform: translate(-10%);
  background-size: 100%;
}
.guide_sec_001 .guide_flow_txt .flow_box.flow_box001 .flow_txt:before {
  background-image: url(../img/guide/guide_flow_arrpw001.webp);
}
.guide_sec_001 .guide_flow_txt .flow_box.flow_box002 .flow_txt:before {
  background-image: url(../img/guide/guide_flow_arrpw002.webp);
}
.guide_sec_001 .guide_flow_txt .flow_box.flow_box003 .flow_txt:before {
  background-image: url(../img/guide/guide_flow_arrpw003.webp);
}
.guide_sec_001 .guide_flow_txt .flow_box.flow_box004 .flow_txt:before {
  background-image: url(../img/guide/guide_flow_arrpw001.webp);
}
.guide_sec_001 .guide_flow_txt .flow_box .flow_txt p {
  margin-bottom: 12px;
}
.guide_sec_001 .guide_flow_txt .flow_box .flow_txt a {
  border: 1px solid #000;
  border-radius: 99px;
  padding: 0 16px;
  margin-bottom: 12px;
}
.guide_sec_001 .guide_flow_txt .flow_box .flow_txt h3 {
  text-align: left;
  font-size: var(--fs16);
  line-height: 2;
}

.guide-read figure.sec_001_img {
  width: 38%;
  max-width: 832px;
  position: absolute;
  right: 0;
  top: 140px;
}

.guide .guide-read .guide_sec_002 {
  position: relative;
}

.guide .guide-read .guide_sec_002 .inner-m .guide_wrap {
  width: 40%;
  height: auto;
  margin-left: auto;
  text-align: center;
  background: #c8e5a7;
  /* background: url(../img/guide/guide_sec_002_bg.webp) no-repeat center / 100%; */
  /* aspect-ratio: 541 / 215; */
  border-radius: 24px;
  padding: 20px 3%;
  position: relative;
}

.guide .guide-read .guide_sec_002 .inner-m .guide_wrap:before {
  content: "";
  background: url(../img/guide/guide_wrap_top.webp) no-repeat center / 100%;
  width: 78.58px;
  height: 56.27px;
  position: absolute;
  right: -20px;
  top: -20px;
}

.guide .guide-read .guide_sec_002 .inner-m .guide_wrap h2 {
  font-size: var(--fs18);
  margin-bottom: 16px;
}

.guide .guide-read .guide_sec_002 .inner-m .guide_wrap p {
  margin-bottom: 12px;
  font-size: var(--fs15);
}
.guide .guide-read .guide_sec_002 .inner-m .guide_wrap a.tel_link {
  text-decoration: none;
  font-size: var(--fs16);
}
.guide .guide-read .guide_sec_002 .inner-m .guide_wrap a {
  font-size: var(--fs14);
  text-decoration: underline;
}

.guide .guide-read .guide_sec_002 .inner-m .guide_001_icon {
  width: 40%;
  max-width: 543px;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .guide .guide-read {
    padding-top: 0;
  }
  .guide_sec_001 .guide_flow_txt h2 {
    font-size: var(--fs24);
    margin-bottom: 40px;
  }
  .guide-read figure.sec_001_img {
    display: none;
  }
  .guide .guide-read .inner-m {
    max-width: 100%;
    padding: 0 5%;
  }
  .guide .guide-read .guide_sec_001 .inner-m .guide_wrap {
    width: 100%;
  }
  .guide_sec_001 .guide_flow_txt .flow_box {
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 60px;
    position: relative;
  }
  .guide_sec_001 .guide_flow_txt .flow_box.flow_box004:before {
    content: "";
    left: 50%;
    transform: translate(-50%);
    width: 29.55px;
    height: 16.79px;
    bottom: -30px;
    position: absolute;
    background-image: url(../img/guide/guide_flow_arrpw004.webp);
    background-size: 100%;
  }
  .guide_sec_001 .guide_flow_txt .flow_box.flow_box005 {
    margin-bottom: 40px;
  }
  .guide_sec_001 .guide_flow_txt .flow_box.flow_box004 .flow_ttl,
  .guide_sec_001 .guide_flow_txt .flow_box.flow_box005 .flow_ttl {
    display: none;
  }

  .guide_sec_001 .guide_flow_txt .flow_box .flow_txt {
    width: 100%;
    margin-top: 10px;
    order: 3;
  }
  .guide_sec_001 .guide_flow_txt .flow_box.flow_box004 .flow_txt,
  .guide_sec_001 .guide_flow_txt .flow_box.flow_box005 .flow_txt {
    width: 70%;
    margin: 0;
  }
  .guide_sec_001 .guide_flow_txt .flow_box .flow_ttl {
    order: 2;
    width: 30%;
    font-size: var(--fs17);
  }
  .guide_sec_001 .guide_flow_txt .flow_box .flow_month {
    order: 1;
    margin-right: 10px;
  }
  .guide_sec_001 .guide_flow_txt .flow_box .flow_txt:before {
    left: 50%;
    transform: translate(-50%);
    width: 29.55px;
    height: 16.79px;
    bottom: -30px;
  }
  .guide_sec_001 .guide_flow_txt .flow_box.flow_box004 .flow_txt:before {
    content: none;
  }
  .guide .guide-read .guide_sec_002 .inner-m .guide_wrap {
    width: 90%;
    margin: 0 auto 60px;
    /* background: url(../img/guide/guide_sec_002_bg_sp.webp) no-repeat top / 100%; */
    /* aspect-ratio: 315 / 327; */
    padding: 60px 0;
    position: relative;
  }
  .guide .guide-read .guide_sec_002 .inner-m .guide_wrap:after {
    content: "";
    background: url(../img/guide/guide_wrap_bottom.webp) no-repeat center / 100%;
    width: 73.45px;
    height: 64.92px;
    position: absolute;
    left: -20px;
    bottom: -20px;
  }
  .guide .guide-read .guide_sec_002 .inner-m .guide_001_icon {
    display: none;
  }
  .guide .guide-read .guide_sec_002 .inner-m .guide_wrap h2 {
    margin-bottom: 20px;
  }
  .guide .guide-read .guide_sec_002 .inner-m .guide_wrap p,
  .guide .guide-read .guide_sec_002 .inner-m .guide_wrap a {
    font-size: var(--fs15);
  }
  .guide .guide-read .guide_sec_002 .inner-m .guide_wrap p > a {
    display: block;
    font-size: var(--fs17);
  }
}

.guide-read figure.sec_002_img {
  width: 52%;
  max-width: 910px;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .guide-read figure.sec_002_img {
    position: static;
    width: 90%;
  }
}

.guide .ques-read {
  position: relative;
}
.guide .ques-read:before {
  content: "";
  background: url(../img/common/main_bg.webp) no-repeat center / cover;
  position: absolute;
  right: 0;
  max-width: 1003px;
  width: 56%;
  height: auto;
  aspect-ratio: 1003 / 1285;
}

.guide .ques-read:after {
  content: "";
  background: url(../img/guide/ques_read_bg.webp) no-repeat center / cover;
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 536.55px;
  width: 46%;
  height: auto;
  aspect-ratio: 536 / 1285;
  z-index: -1;
}

.guide .ques-read .inner-m {
  max-width: 1104px;
}

.guide .ques-read h1 {
  font-size: var(--fs28);
  text-align: center;
  margin-bottom: 72px;
  position: relative;
}

.guide .ques-read h1:before {
  content: "";
  background: url(../img/guide/ques_ttl_bg.webp) no-repeat;
  width: 249.7px;
  height: 154.17px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.guide .ques-read .ques_wrap {
  margin: 0 auto 120px;
  position: relative;
}
.guide .ques-read .ques_wrap:last-child {
  margin-bottom: 0;
}

.guide .ques-read .ques_wrap.ques_wrap_001:before {
  content: "";
  background: url(../img/guide/ques_wrap_001_img.webp) no-repeat center / 100%;
  width: 28%;
  max-width: 322.76px;
  height: auto;
  aspect-ratio: 322 / 235;
  position: absolute;
  right: -40px;
  bottom: 0;
}
.guide .ques-read .ques_wrap.ques_wrap_002:before {
  content: "";
  background: url(../img/guide/ques_wrap_002_img_left.webp) no-repeat center / 100%;
  width: 36%;
  max-width: 513.56px;
  height: auto;
  aspect-ratio: 513 / 292;
  position: absolute;
  left: -30%;
  top: -30%;
  z-index: -1;
}
.guide .ques-read .ques_wrap.ques_wrap_002:after {
  content: "";
  background: url(../img/guide/ques_wrap_002_img_right.webp) no-repeat center / 100%;
  width: 56%;
  max-width: 590.55px;
  height: auto;
  aspect-ratio: 590 / 386;
  position: absolute;
  right: -8%;
  top: 10%;
  z-index: -1;
}
.guide .ques-read .ques_wrap.ques_wrap_003:before {
  content: "";
  background: url(../img/guide/ques_wrap_003_img_left.webp) no-repeat center / 100%;
  width: 36%;
  max-width: 299.59px;
  height: auto;
  aspect-ratio: 299 / 232;
  position: absolute;
  left: -28%;
  bottom: 0;
}
.guide .ques-read .ques_wrap.ques_wrap_003:after {
  content: "";
  background: url(../img/guide/ques_wrap_003_img_right.webp) no-repeat center / 100%;
  width: 52%;
  max-width: 578.08px;
  height: auto;
  aspect-ratio: 578 / 426;
  position: absolute;
  right: -120px;
  bottom: -100px;
  z-index: -1;
}
.guide .ques-read .ques_wrap.ques_wrap_004:after {
  content: "";
  background: url(../img/guide/ques_wrap_004_img.webp) no-repeat center / 100%;
  width: 42%;
  max-width: 464.97px;
  height: auto;
  aspect-ratio: 464 / 308;
  position: absolute;
  left: -35%;
  bottom: -40%;
  z-index: -1;
}

.guide .ques-read .ques_wrap h2 {
  display: inline-flex;
  font-size: var(--fs24);
  margin-bottom: 30px;
  position: relative;
}
.guide .ques-read .ques_wrap h2:before {
  content: "";
  background: url(../img/guide/ques_h2_bg.webp) no-repeat;
  width: 128.8px;
  height: 51.69px;
  position: absolute;
  right: -40px;
  z-index: -1;
}

.guide .ques-read .ques_wrap dl {
  flex-flow: column;
}

.guide .ques-read .ques_wrap dl dt,
.guide .ques-read .ques_wrap dl dd {
  width: fit-content;
  border-radius: 5px;
}
.guide .ques-read .ques_wrap dl dt {
  background: #c8e6f5;
  padding: 6px 30px;
  font-size: var(--fs18);
  font-weight: bold;
  margin-bottom: 10px;
}

.guide .ques-read .ques_wrap dl dd {
  background: #fff0b4;
  padding: 16px 30px;
  margin-bottom: 36px;
  font-size: var(--fs15);
}

.guide .ques-read .ques_wrap dl dd span {
  display: inline-block;
  vertical-align: top;
}

.guide .ques-read .ques_wrap dl dd a {
  display: block;
  margin-top: 8px;
}

.guide .ques-read .ques_wrap dl dd .insta_txt_area {
  display: flex;
  gap: 20px;
  margin-left: 20px;
}

.guide .ques-read .ques_wrap dl dd .insta_txt figure {
  width: 15px;
  display: inline-block;
}

.guide .ques-read .ques_wrap dl dd .insta_txt p {
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .guide .ques-read .ques_wrap.ques_wrap_002:before {
    display: none;
  }
}

@media screen and (max-width: 1090px) {
  .guide .ques-read .ques_wrap.ques_wrap_001:before {
    bottom: -120px;
  }
  .guide .ques-read .ques_wrap.ques_wrap_003:before,
  .guide .ques-read .ques_wrap.ques_wrap_004:after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .guide .ques-read .inner-m {
    max-width: 100%;
    padding: 0 5%;
  }
  .guide .ques-read h1 {
    font-size: var(--fs24);
  }
  .guide .ques-read .ques_wrap h2 {
    font-size: var(--fs20);
  }
  .guide .ques-read .ques_wrap.ques_wrap_001:before {
    width: 40%;
    bottom: -120px;
  }
  .guide .ques-read .ques_wrap.ques_wrap_002:after {
    top: auto;
    bottom: -100px;
    z-index: 1;
    width: 40%;
  }
  .guide .ques-read .ques_wrap.ques_wrap_002:before,
  .guide .ques-read .ques_wrap.ques_wrap_003:before,
  .guide .ques-read .ques_wrap.ques_wrap_004:after {
    display: none;
  }
  .guide .ques-read .ques_wrap.ques_wrap_003:after {
    right: 0;
  }
  .guide .ques-read .ques_wrap dl dt {
    font-size: var(--fs17);
  }
  .guide .ques-read .ques_wrap dl dd .insta_txt_area {
    margin-left: 0;
    display: block;
  }
}
@media screen and (max-width: 430px) {
  .guide .ques-read .ques_wrap.ques_wrap_001:before {
    width: 60%;
    bottom: -100px;
  }
  .guide .ques-read .ques_wrap.ques_wrap_002:after {
    width: 54%;
  }
  .guide .ques-read .ques_wrap.ques_wrap_003:after {
    width: 42%;
    bottom: -100px;
    right: -10%;
    z-index: 1;
  }
}
