@charset "utf-8";
/* ========================================================
guide
======================================================== */
.guide-mv{
  text-align: center;
}
@media screen and (max-width: 768px){
  .guide-mv{
    padding: 0 3vw;
  }
}
/* guide-arrowborder
----------------------- */
.guide-arrowborder{
  background:url("../../images/guide/bg_arrow.png") center bottom no-repeat;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  text-align: center;
  margin: 90px -90px 0;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px){
  .guide-arrowborder{
    margin: 10vw -6vw 0;
    padding-bottom: 13vw;
    background:url("../../images/guide/bg_arrow.png") center bottom no-repeat;
    -moz-background-size: 101% 95%;
    background-size: 101% 95%;
  }
}
/* guide-accordion
----------------------- */
.guide-accordion{
  border-bottom: solid 1px #83D1D5;
  margin-top: 160px;
}
.guide-accordion .accordion-heading{
  border-top: solid 1px #83D1D5;
}
.guide-accordion .accordion-heading a{
  padding: 1em 3em 1em 0
}
.guide-accordion .accordion-body{
  background-color: #EFF9F8;
  padding: 80px 90px 60px;
}
.guide-accordion .accordion-body .accordion-close{
  text-align: center;
  margin-top: 80px;
}
.guide-accordion .accordion-body .accordion-close a{
  display: inline-block;
  position: relative;
  font-size: 88%;
}
.guide-accordion .accordion-body .accordion-close a::before,
.guide-accordion .accordion-body .accordion-close a::after{
  content: "";
  display: block;
}
.guide-accordion .accordion-body .accordion-close a::before{
  border-radius: 9999px;
  background-color: #00B7BD;
  width: 1.8em;
  height: 1.8em;
  margin: 0 auto 1em;
}
.guide-accordion .accordion-body .accordion-close a::after{
  width: 1.2em;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: calc(50% - 0.6em);
  top: 0.9em;
}
@media screen and (max-width: 768px){
  .guide-accordion{
    margin-top: 20vw;
  }
  .guide-accordion .accordion-heading a{
    padding: 1em 3em 1em 3vw
  }
  .guide-accordion .accordion-body{
    margin: 0 -3vw;
    padding: 7.69vw 6vw 8.7vw;
  }
  .guide-accordion .accordion-body .simple-headline{
    margin: 0 -1em;
  }
  .guide-accordion .accordion-body .accordion-close{
    margin-top: 10.25vw;
  }
}
/* .guide-unit
----------------------- */
.guide-unit{
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
}
.guide-unit__box{
  width: calc(50% - 20px);
}
.guide-unit__box hr{
  border:none;
  border-bottom: solid 1px #83D1D5;
  margin-right: 1em;
  margin-left: 1em;
}
.guide-unit__headline{
  font-weight: bold;
  line-height: 1.6em;
  font-size: 24px;
}
.guide-unit__otherheadline{
  font-weight: bold;
  line-height: 1.6em;
  font-size: 16px;
}
.guide-unit__lead{
  font-weight: bold;
  line-height: 1.6em;
  font-size: 18px;
}

/* 2025/11/10追記 */
.box-one {
    justify-content: center;
}
/* */

.guide-unit__box .link-bar{
  margin: auto 15px 0;
  padding-top: 35px;
}
.guide-unit__box .link-bar .link-bar__box{
  width: 100%;
}
.guide-unit__contact{
  border: 1px solid #83D1D5;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  height: 100%; /* 2025/11/10追記 */
}
@media screen and (max-width: 768px){
  .guide-unit__box{
    width: 100%;
    margin-top: 5.1vw;
  }
  .guide-unit__box .link-bar{
    margin: auto 0 0;
    padding-top: 7.1vw;
  }
  .guide-unit__headline{
    font-size: 5.64vw;
    margin: 0 -1em;
  }
  .guide-unit__otherheadline{
    font-size: 3.58vw;
  }
  .guide-unit__lead{
    font-size: 4.6vw;
    margin: 0 -1em;
  }
}
/* pickup-content
----------------------- */
.guide-accordion .pickup-content{
  margin: 50px -90px 0;
}
@media screen and (max-width: 768px){
.guide-accordion .pickup-content{
  margin: 50px -6vw 0;
}
}
/* guide-textbox
----------------------- */
.guide-textbox{
  margin: 30px 15px 0;
}
.guide-link-bar{
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:flex-start;
    flex-wrap: wrap;
  margin: 0 15px;
}
.guide-link-bar .link-bar__box{
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px){
  .guide-textbox{
    margin: 5vw 0 0;
  }
  .guide-link-bar{
    margin: 0;
  }
  .guide-link-bar .link-bar__box{
    width: 100%;
  }
}
/* guide-step
----------------------- */
.guide-step{
    display:flex;
    -ms-flex-pack:distribute;
    justify-content:space-between;
    flex-wrap: wrap;
}
.guide-step__box{
  border: 1px solid #83D1D5;
  position: relative;
  text-align: center;
  background-color: #fff;
      display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  width: calc((100% - 46px) / 3);
  border-radius: 10px;
  padding: 15px 20px 20px;
}
.guide-step__box:not(:last-of-type)::after{
  content: "";
  position: absolute;
  background-color: #00B7BD;
  height: calc(1.2em / 2);
  width: 1.2em;
  clip-path: polygon(50% 0, 83% 100%, 17% 100%);
  transform: rotate(90deg);
  right: -1.5em;
  bottom: calc(50% - 0.6em);
}
.guide-step__txt{
  text-align: left;
}
.guide-step__box .image{
  margin: auto;
  margin-top: 20px;
  width: 184px;
}
@media screen and (max-width: 768px){
  .guide-step__box{
    width: 100%;
    border-radius: 1.5em;
    padding: 3.8vw 5.1vw 6vw;
  }
  .guide-step__box:not(:first-of-type){
    margin-top: 15.38vw;
  }
  .guide-step__box:not(:last-of-type)::after{
    height: calc(2em / 2);
    width: 2em;
    transform: rotate(180deg);
    right: calc(50% - 1em);
    bottom: -2.8em;
  }
  .guide-step__box .image{
    margin-top: 7.69vw;
    width: 52vw;
  }
}