/* =========================================================
Web fonts
========================================================= */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
/* =========================================================
base
========================================================= */
#guide {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #454545;
}
#guide img {
  max-width: 100%;
  height: auto;
}
#guide a {
  color: #222;
  text-decoration: none;
}
#guide figure {
  line-height: 0;
}
#guide .copy-en {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.2em;
}
#guide p {
  margin-bottom: 0;
}
#guide p.body-copy {
  line-height: 1.7;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #guide p.body-copy {
    font-size: 3.2vw;
  }
}
#guide ul, #guide ol {
  list-style-type: none;
  margin: 0;
}

/* =========================================================
utility
========================================================= */
.pc-ui {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pc-ui {
    display: none;
  }
}

.tab-ui {
  display: none;
}
@media only screen and (max-width: 990px) {
  .tab-ui {
    display: block;
  }
}

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

/* clearfix
--------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* border-box
--------------------------------------------------------- */
* {
  box-sizing: border-box;
}

/* =========================================================
layout
========================================================= */
.ast-container {
  max-width: none !important;
  padding: 0 !important;
}

@media only screen and (max-width: 767px) {
  #guide {
    padding-top: 11.97vmin;
  }
}

#guide .g-guide01,
#guide .g-guide02,
#guide .g-guide03,
#guide .g-guide04 {
  width: 100%;
  margin-bottom: 20px;
}
#guide .g-guide01 .sec-inner {
  background-color: #f2f5f1;
}
#guide .g-guide01 .sec-inner .sec-head-fig {
  left: 40px;
}
@media only screen and (max-width: 767px) {
  #guide .g-guide01 .sec-inner .sec-head-fig {
    width: 90%;
    left: auto;
  }
}
#guide .g-guide01 .sec-inner .sec-head-txt-num span {
  color: #82b676;
}
@media only screen and (max-width: 767px) {
  #guide .g-guide01 .sec-inner .sec-body-inner {
    padding: 0;
  }
}
#guide .g-guide02 .sec-inner {
  background-color: #ecf1f7;
}
#guide .g-guide02 .sec-inner .sec-head-fig {
  left: 70px;
}
@media only screen and (max-width: 767px) {
  #guide .g-guide02 .sec-inner .sec-head-fig {
    width: 74%;
    left: auto;
  }
}
#guide .g-guide02 .sec-inner .sec-head-txt-num span {
  color: #87aee4;
}
#guide .g-guide03 .sec-inner {
  background-color: #faf7f1;
}
#guide .g-guide03 .sec-inner .sec-head-fig {
  left: 50px;
}
@media only screen and (max-width: 767px) {
  #guide .g-guide03 .sec-inner .sec-head-fig {
    left: auto;
    width: 80%;
  }
}
#guide .g-guide03 .sec-inner .sec-head-txt-num span {
  color: #bc9f69;
}
#guide .g-guide04 .sec-inner {
  background-color: #f8f1f2;
}
#guide .g-guide04 .sec-inner .sec-head-fig {
  left: 50px;
}
@media only screen and (max-width: 767px) {
  #guide .g-guide04 .sec-inner .sec-head-fig {
    left: auto;
    width: 80%;
  }
}
#guide .g-guide04 .sec-inner .sec-head-txt-num span {
  color: #ea747c;
}
#guide .sec-inner {
  width: 100%;
  position: relative;
  margin: 0 auto;
  border-radius: 5px;
  max-width: 1440px;
  padding: 0 20px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  #guide .sec-inner {
    border-radius: 0;
    padding-bottom: 10vw;
    padding-top: 5vw;
  }
}
#guide .sec-head {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  margin: 0 auto;
  width: 1000px;
  height: 360px;
}
@media only screen and (max-width: 767px) {
  #guide .sec-head {
    display: block;
    width: 100%;
    height: auto;
  }
}
#guide .sec-head-fig {
  line-height: 0;
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  #guide .sec-head-fig {
    position: relative;
    margin: 7vw auto 0;
  }
}
#guide .sec-head-txt {
  width: 450px;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  #guide .sec-head-txt {
    width: 100%;
  }
}
#guide .sec-head-txt .body-copy {
  margin-top: 20px;
}
#guide .sec-head-txt-num {
  font-size: 12px;
  color: #9e9e9e;
}
@media only screen and (max-width: 767px) {
  #guide .sec-head-txt-num {
    font-size: 2.9333333333vw;
    text-align: center;
  }
}
#guide .sec-head-txt-num span {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  #guide .sec-head-txt-num span {
    font-size: 4.2666666667vw;
  }
}
#guide .sec-head-ttl {
  color: #454545;
  font-weight: bold;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  #guide .sec-head-ttl {
    font-size: 5.6vw;
    text-align: center;
  }
}
#guide .sec-body {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  border-radius: 5px;
  background-color: #fff;
  border: solid 1px #e5e5e5;
  padding: 56px 0 60px;
}
@media only screen and (max-width: 767px) {
  #guide .sec-body {
    padding: 5vw 0 10vw;
  }
}
#guide .sec-body-inner {
  margin: 0 auto;
  width: 1000px;
}
@media only screen and (max-width: 767px) {
  #guide .sec-body-inner {
    width: 100%;
    padding: 0 4vw;
  }
}

/* =========================================================
common
========================================================= */
#guide .guide-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #464646;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 16px;
  height: 62px;
  background: url(../img/guide/g_guide_ttl_bg.png) no-repeat center;
}
@media only screen and (max-width: 767px) {
  #guide .guide-ttl {
    font-size: 3.7333333333vw;
    letter-spacing: 0.05em;
    height: 11.47vw;
    background: url(../img/guide/g_guide_ttl_bg_sp.png) no-repeat center;
    background-size: contain;
  }
}
#guide .guide-sub-ttl {
  font-weight: bold;
  color: #464646;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  #guide .guide-sub-ttl {
    font-size: 3.7333333333vw;
  }
}
#guide .guide-sub-ttl-min {
  font-weight: bold;
  color: #464646;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  #guide .guide-sub-ttl-min {
    font-size: 3.2vw;
  }
}
#guide .guide-check-ttl {
  width: 100%;
  letter-spacing: 0.14em;
  position: relative;
  text-align: center;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  #guide .guide-check-ttl {
    font-size: 4.2666666667vw;
  }
}
#guide .guide-check-ttl span {
  display: inline-block;
  background-color: #fff;
  padding: 0.1em 1em;
  position: relative;
  z-index: 2;
}
#guide .guide-check-ttl::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #9e9e9e;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
}
#guide .is-round {
  overflow: hidden;
  border-radius: 5px;
}
#guide .is-border {
  border: solid 1px #e5e5e5;
}
#guide .caption {
  font-size: 10px;
  color: #757575;
}
#guide .guide-btn-list {
  margin-top: 20px;
}
#guide .guide-btn-list-item {
  width: 90%;
  height: 50px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  #guide .guide-btn-list-item {
    width: 100%;
    height: 11vw;
  }
}
#guide .guide-btn-list-item:not(:last-of-type) {
  margin-top: 0;
}
#guide .guide-btn-list-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  transition: background-color 0.3s ease-out;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #guide .guide-btn-list-link {
    font-size: 3.2vw;
  }
}
@media only screen and (min-width: 768px) {
  #guide .guide-btn-list-link:hover {
    background-color: #e5e5e5;
  }
  #guide .guide-btn-list-link:hover .guide-btn-list-link-icon {
    transform: translateX(3px);
  }
}
#guide .guide-btn-list-link-icon {
  border: solid 1px #ccc;
  border-radius: 50%;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(0);
  transition: transform 0.3s ease-out;
  width: 26px;
  height: 26px;
}
@media only screen and (max-width: 767px) {
  #guide .guide-btn-list-link-icon {
    width: 5vw;
    height: 5vw;
  }
  #guide .guide-btn-list-link-icon img {
    width: 3px;
  }
}
#guide .guide-btn-list-link-icon img {
  margin-left: 1px;
}

/* =========================================================
mv
========================================================= */
#guide .mv {
  width: 100%;
  background-image: url(../img/guide/g_mv_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #f9f5f7;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 350px;
}
@media only screen and (max-width: 767px) {
  #guide .mv {
    align-items: flex-start;
    background-image: url(../img/guide/g_mv_bg_sp.png);
    background-size: 100vw auto;
    height: 93.3334vw;
  }
}
#guide .mv-inner {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #guide .mv-inner {
    padding-top: 6vw;
  }
}
#guide .mv-shoulder {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #guide .mv-shoulder {
    font-size: 3.2vw;
  }
}
#guide .mv-ttl {
  font-weight: normal;
  color: #333333;
  font-size: 28px;
  margin-top: 14px;
}
@media only screen and (max-width: 767px) {
  #guide .mv-ttl {
    font-size: 5.6vw;
    margin-top: 2vw;
  }
}
#guide .mv-ttl span {
  display: block;
  color: #bba1cb;
  font-size: 12px;
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  #guide .mv-ttl span {
    font-size: 2.6666666667vw;
    margin-top: 5px;
  }
}
#guide .mv-copy {
  line-height: 1.7;
  font-size: 14px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  #guide .mv-copy {
    font-size: 2.9333333333vw;
    margin-top: 3vw;
  }
}

/* =========================================================
anchor
========================================================= */
#guide .g-anchor {
  width: 100%;
  position: relative;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  #guide .g-anchor {
    padding: 6vw 0 8vw;
  }
}
#guide .g-anchor-inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  #guide .g-anchor-inner {
    padding: 0 3.5vw;
  }
}
#guide .g-anchor-list {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #guide .g-anchor-list {
    flex-wrap: wrap;
  }
}
#guide .g-anchor-list-item {
  width: 23%;
  margin-right: 2.66666%;
}
#guide .g-anchor-list-item:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  #guide .g-anchor-list-item {
    width: 49%;
    margin-right: 2%;
    margin-top: 2%;
  }
  #guide .g-anchor-list-item:nth-child(2n) {
    margin-right: 0;
  }
}
#guide .g-anchor-card {
  display: block;
  position: relative;
  width: 100%;
  border: solid 1px #e5e5e5;
  overflow: hidden;
  border-radius: 5px;
  padding-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  #guide .g-anchor-card {
    padding-bottom: 5vw;
  }
}
#guide .g-anchor-card::after {
  content: "";
  display: block;
  border-right: solid 1px #999;
  border-bottom: solid 1px #999;
  position: absolute;
  left: 50%;
  transition: bottom 0.3s ease-out;
  transform: translateY(-50%) rotate(45deg);
  bottom: 14px;
  width: 6px;
  height: 6px;
}
@media only screen and (max-width: 767px) {
  #guide .g-anchor-card::after {
    width: 2vw;
    height: 2vw;
    bottom: 3vw;
  }
}
#guide .g-anchor-card.-card01 .g-anchor-card-body-num span {
  color: #82b676;
}
#guide .g-anchor-card.-card02 .g-anchor-card-body-num span {
  color: #87aee4;
}
#guide .g-anchor-card.-card03 .g-anchor-card-body-num span {
  color: #bc9f69;
}
#guide .g-anchor-card.-card04 .g-anchor-card-body-num span {
  color: #ea747c;
}
@media only screen and (min-width: 768px) {
  #guide .g-anchor-card:hover {
    opacity: 0.7;
  }
  #guide .g-anchor-card:hover::after {
    bottom: 10px;
  }
}
#guide .g-anchor-card-body {
  text-align: center;
  padding: 6px 0 16px;
}
@media only screen and (max-width: 767px) {
  #guide .g-anchor-card-body {
    padding: 1vw 0 3vw;
  }
}
#guide .g-anchor-card-body-num {
  font-size: 10px;
  color: #9e9e9e;
}
@media only screen and (max-width: 767px) {
  #guide .g-anchor-card-body-num {
    font-size: 2.6666666667vw;
  }
}
#guide .g-anchor-card-body-num span {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  #guide .g-anchor-card-body-num span {
    font-size: 3.4666666667vw;
  }
}
#guide .g-anchor-card-body-name {
  font-weight: bold;
  line-height: 1.4;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #guide .g-anchor-card-body-name {
    font-size: 3.7333333333vw;
  }
}

/* =========================================================
guide01
========================================================= */
/*tab
----------------------------------------------------------*/
#guide {
  /*swiper
  ----------------------------------------------------------*/
  /*slide
  ----------------------------------------------------------*/
}
#guide .tab-wrap {
  width: 100%;
}
#guide .tab-area {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #guide .tab-area {
    width: 94%;
    margin: 0 auto;
  }
}
#guide .tab-area .tab-label {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: ease 0.2s opacity;
  background-color: #e7e7e7;
  width: 375px;
  height: 70px;
  font-size: 18px;
  margin: 0 1px;
}
@media only screen and (max-width: 767px) {
  #guide .tab-area .tab-label {
    width: 49.5%;
    margin: 0 0.5%;
    font-size: 3.7333333333vw;
    text-align: center;
    line-height: 1.3;
    height: 16vw;
  }
}
#guide .tab-area .tab-label:nth-of-type(1) {
  border-radius: 5px 0 0 5px;
}
#guide .tab-area .tab-label:nth-of-type(2) {
  border-radius: 0 5px 5px 0;
}
#guide .tab-area .tab-label.is-active {
  background: #96c08c;
  color: #fff;
  font-weight: bold;
  cursor: auto;
}
#guide .tab-area .tab-label.is-active::after {
  content: "";
  display: block;
  border-top: solid 16px #96c08c;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  position: absolute;
  left: 50%;
  bottom: -15px;
}
@media only screen and (max-width: 767px) {
  #guide .tab-area .tab-label.is-active::after {
    border-top: solid 14px #96c08c;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    margin-left: -12px;
    bottom: -12px;
  }
}
#guide .tab-area .tab-label.is-active:hover {
  opacity: 1;
}
#guide .tab-area label:hover {
  opacity: 0.5;
}
#guide .panel-area {
  margin-top: 20px;
  width: 100%;
  height: 320px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #guide .panel-area {
    margin-top: 5vw;
    height: 96.6vw;
  }
}
#guide .tab-panel {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease-out;
}
#guide .tab-panel.is-active {
  opacity: 1;
  visibility: visible;
}
#guide .swiper-prev,
#guide .swiper-next {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s ease-out;
  z-index: 11;
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 50%;
  width: 55px;
  height: 55px;
}
@media only screen and (min-width: 768px) {
  #guide .swiper-prev:hover,
#guide .swiper-next:hover {
    background-color: #f3f3f3;
  }
}
@media only screen and (max-width: 767px) {
  #guide .swiper-prev,
#guide .swiper-next {
    width: 5.34vw;
    height: 5.34vw;
  }
  #guide .swiper-prev span,
#guide .swiper-next span {
    display: block;
    width: 3px;
  }
}
#guide .swiper-prev {
  left: -45px;
}
@media only screen and (max-width: 767px) {
  #guide .swiper-prev {
    left: 2vw;
  }
}
#guide .swiper-next {
  right: -45px;
}
@media only screen and (max-width: 767px) {
  #guide .swiper-next {
    right: 2vw;
  }
}
#guide .swiper-container {
  padding-bottom: 20px !important;
}
#guide .swiper-pagination.swiper-pagination-bullets {
  bottom: 0px !important;
}
#guide .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 9px !important;
}
#guide .swiper-pagination-bullet {
  width: 4px !important;
  height: 4px !important;
  vertical-align: middle;
  position: relative;
}
#guide .swiper-pagination-bullet::after {
  content: none;
  display: block;
  width: 6px;
  height: 1px;
  background-color: #96c08c;
  position: absolute;
  top: 50%;
  right: -6px;
}
#guide .swiper-pagination-bullet-active {
  opacity: 1;
  background: #96c08c !important;
  width: 8px !important;
  height: 8px !important;
}
#guide .swiper-pagination-bullet-active::after {
  content: "";
}
#guide .swiper-pagination-bullet-active:last-child::after {
  content: none;
}
#guide .slide-container {
  width: 94%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #guide .slide-container {
    width: 84%;
    flex-direction: column-reverse;
  }
}
#guide .slide-fig {
  line-height: 0;
  width: 54%;
}
@media only screen and (max-width: 767px) {
  #guide .slide-fig {
    width: 100%;
  }
}
#guide .slide-text {
  position: relative;
  padding: 104px 0 0 104px;
  width: 46%;
}
@media only screen and (max-width: 767px) {
  #guide .slide-text {
    padding: 12vw 0 0 0;
    width: 100%;
  }
}
#guide .slide-shoulder {
  position: absolute;
  top: 13px;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #guide .slide-shoulder {
    top: 0;
    width: 20vw;
  }
}
#guide .slide-text-content {
  position: relative;
  z-index: 2;
  width: 98%;
}
@media only screen and (max-width: 767px) {
  #guide .slide-text-content {
    width: 94%;
    margin: 0 auto;
  }
}
#guide .slide-text-ttl {
  color: #464646;
  font-weight: bold;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  #guide .slide-text-ttl {
    font-size: 4.2666666667vw;
    text-align: center;
  }
}
#guide .slide-text-copy {
  text-align: left;
  font-size: 14px;
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  #guide .slide-text-copy {
    font-size: 3.2vw;
    margin-top: 3vw;
  }
}

/* =========================================================
guide02
========================================================= */
#guide {
  /*qa
  ----------------------------------------------------------*/
  /*place
  ----------------------------------------------------------*/
  /*flow
  ----------------------------------------------------------*/
}
#guide .guide02-qa {
  position: relative;
  margin: 0 auto;
  width: 890px;
  height: 380px;
}
@media only screen and (max-width: 767px) {
  #guide .guide02-qa {
    width: 100%;
    height: auto;
  }
}
#guide .guide02-qa-question {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  #guide .guide02-qa-question {
    position: relative;
    margin-top: -4vw;
  }
}
#guide .guide02-qa-answer {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  #guide .guide02-qa-answer {
    position: relative;
    top: -4vw;
  }
}
#guide .guide02-place {
  width: 100%;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  #guide .guide02-place {
    margin-top: 0;
  }
}
#guide .guide02-place-content {
  width: 100%;
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  #guide .guide02-place-content {
    margin-top: 0;
  }
}
#guide .guide02-place-list {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #guide .guide02-place-list {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
#guide .guide02-place-list-item {
  width: 50%;
  text-align: center;
  background: url(../img/guide/g_dot_border.png) repeat-y right 0;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  #guide .guide02-place-list-item {
    width: 100%;
    padding: 5vw 0;
    background: url(../img/guide/g_dot_border_hr.png) repeat-x left bottom 0;
    background-size: auto 3px;
  }
  #guide .guide02-place-list-item:first-child {
    padding-bottom: 8vw;
  }
}
#guide .guide02-place-list-item:last-child {
  background: none;
}
#guide .guide02-place-list-item .guide-sub-ttl {
  margin-top: 4px;
}
@media only screen and (max-width: 767px) {
  #guide .guide02-place-list-item .guide-sub-ttl {
    margin-top: 0;
  }
}
#guide .guide02-place-list-fig {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  #guide .guide02-place-list-fig {
    margin-top: 2vw;
  }
}
#guide .guide02-flow {
  position: relative;
  width: 100%;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  #guide .guide02-flow {
    margin-top: 2vw;
  }
}
#guide .guide02-flow-content {
  width: 100%;
  margin-top: 30px;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  #guide .guide02-flow-content {
    margin-top: 3vw;
    padding: 0;
  }
}
#guide .guide02-flow-pc {
  position: relative;
  width: 655px;
}
#guide .guide02-flow-base {
  line-height: 0;
}
#guide .guide02-flow-step1 {
  position: absolute;
  top: 10px;
  left: 18px;
}
#guide .guide02-flow-step2 {
  position: absolute;
  top: 115px;
  left: 0;
}
#guide .guide02-flow-step3 {
  position: absolute;
  top: 10px;
  right: 0;
}
#guide .guide02-flow-sp {
  width: 100%;
  position: relative;
}
#guide .guide02-flow-step {
  position: absolute;
  top: 0;
  left: 0;
}
#guide .guide02-flow-msg {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #guide .guide02-flow-msg {
    position: relative;
    margin-top: 4vw;
    right: auto;
    bottom: auto;
  }
}

/* =========================================================
guide03
========================================================= */
#guide {
  /*scene
  ----------------------------------------------------------*/
  /*photo
  ----------------------------------------------------------*/
  /*point
  ----------------------------------------------------------*/
  /*check
  ----------------------------------------------------------*/
}
#guide .guide03-scene {
  width: 100%;
}
#guide .guide03-scene-content {
  width: 100%;
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  #guide .guide03-scene-content {
    margin-top: 1vw;
  }
}
#guide .guide03-scene-list {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #guide .guide03-scene-list {
    flex-wrap: wrap;
  }
}
#guide .guide03-scene-list-item {
  width: 25%;
  text-align: center;
  background: url(../img/guide/g_dot_border.png) repeat-y right 0;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  #guide .guide03-scene-list-item {
    width: 50%;
    padding: 0 3%;
    background-size: 2px auto;
    margin-top: 5vw;
  }
  #guide .guide03-scene-list-item:nth-of-type(2n) {
    background: none;
  }
}
#guide .guide03-scene-list-item:last-child {
  background: none;
}
#guide .guide03-scene-list-fig {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  #guide .guide03-scene-list-fig {
    margin-top: 2vw;
  }
}
#guide .guide03-photo {
  width: 100%;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  #guide .guide03-photo {
    margin-top: 8vw;
  }
}
#guide .guide03-photo-content {
  width: 100%;
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  #guide .guide03-photo-content {
    margin-top: 3vw;
  }
}
#guide .guide03-photo-copy {
  margin: 0 auto;
  width: 560px;
}
@media only screen and (max-width: 767px) {
  #guide .guide03-photo-copy {
    width: 80%;
  }
}
#guide .guide03-photo-pc {
  margin: 0 auto;
  position: relative;
  margin-top: 20px;
  width: 732px;
  height: 430px;
}
#guide .guide03-photo-pc .caption {
  position: absolute;
  left: 0;
  bottom: 0;
}
#guide .guide03-photo-fig01 {
  position: absolute;
  top: 60px;
  left: 0;
}
#guide .guide03-photo-fig02 {
  position: absolute;
  top: 0;
  right: 0;
}
#guide .guide03-photo-fig03 {
  position: absolute;
  bottom: 2px;
  right: 33px;
}
#guide .guide03-photo-sp {
  width: 90%;
  margin: 4vw auto 0;
}
#guide .guide03-point {
  width: 100%;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  #guide .guide03-point {
    margin-top: 8vw;
  }
}
#guide .guide03-point-content {
  width: 100%;
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  #guide .guide03-point-content {
    margin-top: 3vw;
  }
}
#guide .guide03-point-fig {
  text-align: center;
  line-height: 0;
}
#guide .guide03-point-box {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#guide .guide03-point-acd {
  width: 100%;
}
#guide .guide03-point-acd:not(:first-of-type) {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  #guide .guide03-point-acd:nth-child(2) .guide03-point-acd-icon {
    left: 5.2vw;
  }
}
#guide .guide03-point-trigger {
  width: 100%;
  background-color: #f7f7f7;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 70px;
  cursor: pointer;
  transition: background-color 0.3s ease-out;
}
@media only screen and (min-width: 768px) {
  #guide .guide03-point-trigger:hover {
    background-color: #f1f1f1;
  }
}
@media only screen and (max-width: 767px) {
  #guide .guide03-point-trigger {
    height: 16vw;
  }
}
#guide .guide03-point-trigger span {
  pointer-events: none;
}
#guide .guide03-point-trigger::after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #bda373;
  position: absolute;
  top: 50%;
  right: 30px;
}
@media only screen and (max-width: 767px) {
  #guide .guide03-point-trigger::after {
    width: 3vw;
    right: 5vw;
  }
}
#guide .guide03-point-trigger::before {
  content: "";
  display: block;
  width: 14px;
  background-color: #bda373;
  height: 2px;
  transform: rotate(-90deg);
  transition: transform 0.3s ease-out;
  position: absolute;
  top: 50%;
  right: 30px;
}
@media only screen and (max-width: 767px) {
  #guide .guide03-point-trigger::before {
    width: 3vw;
    right: 5vw;
  }
}
#guide .guide03-point-trigger.is-open::before {
  transform: rotate(0);
}
#guide .guide03-point-acd-icon {
  position: absolute;
  line-height: 0;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  #guide .guide03-point-acd-icon {
    text-align: center;
    left: 4vw;
  }
  #guide .guide03-point-acd-icon img {
    max-width: 80%;
  }
}
#guide .guide03-point-acd-ttl {
  font-size: 18px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #guide .guide03-point-acd-ttl {
    font-size: 3.7333333333vw;
  }
}
#guide .guide03-point-acd-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease-out;
}
#guide .guide03-point-list {
  padding: 0 0 36px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #guide .guide03-point-list {
    display: block;
    padding: 0;
  }
}
#guide .guide03-point-list-item {
  width: 50%;
  padding: 0 40px;
  margin-top: 36px;
  background: url(../img/guide/g_dot_border.png) repeat-y right 0;
}
#guide .guide03-point-list-item:nth-child(even) {
  background: none;
}
@media only screen and (max-width: 767px) {
  #guide .guide03-point-list-item {
    width: 100%;
    padding: 0 2vw 6vw;
    margin-top: 6vw;
    background: url(../img/guide/g_dot_border_hr.png) repeat-x left bottom 0;
    background-size: auto 2px;
  }
  #guide .guide03-point-list-item:nth-child(even) {
    background: url(../img/guide/g_dot_border_hr.png) repeat-x left bottom 0;
    background-size: auto 2px;
  }
  #guide .guide03-point-list-item:last-child {
    background: none;
  }
}
#guide .guide03-point-list-heading {
  display: flex;
  align-items: center;
}
#guide .guide03-point-list-heading-item {
  display: block;
  line-height: 0;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  #guide .guide03-point-list-heading-item {
    width: 10.67vw;
    margin-right: 3vw;
  }
}
#guide .guide03-point-list-heading-main {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #d96077;
}
@media only screen and (max-width: 767px) {
  #guide .guide03-point-list-heading-main {
    font-size: 3.7333333333vw;
  }
}
#guide .guide03-point-acd-content-copy {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  #guide .guide03-point-acd-content-copy {
    margin-top: 3vw;
  }
}
#guide .guide03-check {
  width: 100%;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  #guide .guide03-check {
    margin-top: 3vw;
  }
}
#guide .guide03-check .guide-check-ttl {
  color: #bda373;
}
#guide .guide03-check-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 80%;
  margin: 30px auto 0;
}
@media only screen and (max-width: 767px) {
  #guide .guide03-check-content {
    display: block;
    width: 90%;
    margin: 3vw auto 0;
  }
}
#guide .guide03-check-fig {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #guide .guide03-check-fig {
    width: 100%;
  }
}
#guide .guide03-check-txt {
  width: 46%;
}
@media only screen and (max-width: 767px) {
  #guide .guide03-check-txt {
    width: 100%;
    margin-top: 4vw;
  }
}

/* =========================================================
guide04
========================================================= */
#guide {
  /*flow
  ----------------------------------------------------------*/
  /*check
  ----------------------------------------------------------*/
}
#guide .guide04-flow {
  width: 100%;
}
#guide .guide04-flow-content {
  width: 100%;
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  #guide .guide04-flow-content {
    margin-top: 0;
  }
}
#guide .guide04-flow-list {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #guide .guide04-flow-list {
    display: block;
    width: 94%;
    margin: 0 auto;
  }
}
#guide .guide04-flow-list-item {
  width: 33.333%;
  text-align: center;
  background: url(../img/guide/g_dot_border.png) repeat-y right 0;
  padding: 0 30px 13px;
}
@media only screen and (max-width: 767px) {
  #guide .guide04-flow-list-item {
    width: 100%;
    padding: 5vw 0;
    background: url(../img/guide/g_dot_border_hr.png) repeat-x left bottom 0;
    background-size: auto 2px;
  }
}
#guide .guide04-flow-list-item:last-child {
  background: none;
}
#guide .guide04-flow-list-item .body-copy {
  text-align: left;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  #guide .guide04-flow-list-item .body-copy {
    margin-top: 2vw;
  }
}
#guide .guide04-flow-list-fig {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  #guide .guide04-flow-list-fig {
    margin-top: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  #guide .guide04-flow-list-item-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #guide .guide04-flow-list-item-inner .guide04-flow-list-fig {
    width: 44%;
  }
  #guide .guide04-flow-list-item-inner .body-copy {
    width: 52%;
  }
}
#guide .guide04-check {
  width: 100%;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  #guide .guide04-check {
    margin-top: 1vw;
  }
}
#guide .guide04-check .guide-check-ttl {
  color: #ea747c;
}
#guide .guide04-check-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 80%;
  margin: 30px auto 0;
}
@media only screen and (max-width: 767px) {
  #guide .guide04-check-content {
    display: block;
    width: 90%;
    margin: 3vw auto 0;
  }
}
#guide .guide04-check-fig {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #guide .guide04-check-fig {
    width: 100%;
  }
}
#guide .guide04-check-txt {
  width: 46%;
}
#guide .guide04-check-txt .body-copy b {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  #guide .guide04-check-txt .body-copy b {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (max-width: 767px) {
  #guide .guide04-check-txt {
    width: 100%;
    margin-top: 4vw;
  }
}