@charset "UTF-8";
/* responsive min:899px */

.sec_guidance {
  padding-top: 4em;
  border-bottom: 1px solid #eee;
}
.guidance_trial_block{
  text-align: center;
}
.guidance_ttl {
  font-size: 2.5em;
  font-weight: bold;
  padding: .4em 0;
}
.guidance_sub {
  font-size: 1.5em;
  font-weight: 600;
  padding: .8em 0;
}
.guidance_desc {
  font-size: 1.25em;
  font-weight: 400;
  padding: 1em 0;
  line-height: 1.7;
}

@media (min-width:899px){
  .sec_guidance {
    padding-top: 5%;
  }  
  .guidance_ttl {
    font-size: 2.7em;
  }
  .guidance_sub {
    font-size: 1.7em;
  }
  .guidance_desc {
    font-size: 1.3em;
  }
}/*  */


/* FLOW */
.flow_ttl{
  font-size: 2.3em;
  font-weight: bold;
  padding: .4em 0;
  color: var(--color-blue);
}
.flow-box {
  position: relative;
  width: 100%;
  margin-top: 3em;
}
.flow-box:not(:last-child){
  margin-bottom: 4em;
}
.flow-box:not(:last-child)::after{
  content: "";
  display: block;
  width: 80%;
  /* height: 7em; */
  aspect-ratio: 4/1;
  background-image: url(/images2/flow_arrow_down.svg);
  background-repeat: no-repeat;
  margin: 2em auto;
}
.step {
  font-family: 'Montserrat';
  position: absolute;
  color: #2993ca;
  opacity: 0.2;
  font-weight: bold;
  font-size: 9em;
  top: 0;
  right: 0%;
  line-height: 0.2;
}
.flow_box_ttl {
  font-size: 1.6rem;
  margin-bottom: 0.3em;
  font-weight: bold;
  padding-left: 0%;
}
.flow-info p {
  font-size: 1.3em;
  padding: 3% 0 5%;
}

@media (min-width:899px){

  .flow-block{
    display: flex;
    justify-content: space-between;
    padding-top: 2em;
  }
  .flow-box {
    width: 28%;
    margin-bottom: 0 !important;
  }
  .flow-box:not(:last-child)::after {
    position: absolute;
    transform: rotateZ(-90deg);
    transform-origin: center;
    top: 0;
    bottom: 28%;
    left: 93%;
    /* right: 0; */
    margin: auto;
    width: 12em;
    height: 5em;
    aspect-ratio: initial;
  }
  .flow-info p {
    font-size: 1.2em;
    padding: 1.5em 0;
  }
  .flow_box_ttl {
    font-size: 1.4rem;
  }
}/*  */


/* VISIT */

.visit_img_box{
  padding: 1em 0 5em;
}

@media (min-width:899px){

  .visit_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .visit_txt_box{
    width: 40%;
  }
  .visit_img_box{
    width: 52%;
    padding: 0;
  }
}/*  */



