@import url("global.css");
#introduction {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#introduction .img {
  width: 50vw;
  aspect-ratio: 1.84 / 1;
}
#introduction .img figure {
  height: 100%;
  -webkit-border-top-left-radius: 12px;
  border-top-left-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow: hidden;
}
#introduction .main {
  width: 50vw;
  padding-top: 100px;
  padding-inline: calc( ( 100vw - 1440px ) / 2 ) 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#introduction .main .text {
  text-align: justify;
}
#introduction .main .text > p + p {
  margin-top: 1em;
}

#bodyarea {
  counter-reset: listnum 0;
}

#sec_flow {
  margin: 150px auto;
  max-width: 960px;
}
#sec_flow .sec_title {
  text-align: center;
  margin-bottom: 70px;
}
#sec_flow .sec_title span {
  display: block;
  line-height: 1.3;
}
#sec_flow .sec_title span.en {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: .3em;
  font-weight: 600;
  font-size: 1.125em;
}
#sec_flow .sec_title span.en::before {
  content: "(";
  display: block;
}
#sec_flow .sec_title span.en::after {
  content: ")";
  display: block;
}
#sec_flow .sec_title span.ja {
  font-weight: 700;
  font-size: clamp(22px, 3vw, 36px);
}
#sec_flow ol.flow_list {
  counter-reset: listnum 0;
}
#sec_flow ol.flow_list > li {
  counter-increment: listnum 1;
}
#sec_flow ol.flow_list > li + li::before {
  content: "";
  display: block;
  margin: 25px auto;
  width: 36px;
  height: 20px;
  background: url("../img/flow/arrow.svg") no-repeat center center;
  background-size: contain;
}
#sec_flow ol.flow_list > li .inner {
  border: #262626 solid 1px;
  -webkit-border-radius: var(--radius-normal);
  border-radius: var(--radius-normal);
  overflow: hidden;
  padding: 30px 40px 40px 5.2vw;
  position: relative;
}
#sec_flow ol.flow_list > li .inner::before {
  content: counter(listnum);
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 60px;
  color: #FFF;
  background-color: #262626;
  -webkit-border-radius: var(--radius-small) 0 var(--radius-small) 0;
  border-radius: var(--radius-small) 0 var(--radius-small) 0;
  overflow: hidden;
  font-family: "Barlow Semi Condensed", "LINE Seed JP", sans-serif;
  font-weight: 600;
  font-size: clamp(21px, 2.2vw, 28px);
}
#sec_flow ol.flow_list > li .inner .title {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: clamp(17px, 2.3vw, 30px);
}
#sec_flow ol.flow_list > li .inner .title > small {
  font-size: 66.67%;
}
#sec_flow ol.flow_list > li .inner .text {
  margin-inline: 5px;
  text-align: justify;
}
#sec_flow ol.flow_list > li .inner .text > p {
  font-size: 1.06em;
}
#sec_flow ol.flow_list > li .inner .text > p + p {
  margin-top: 1em;
}
#sec_flow ol.flow_list > li .inner ul.dot {
  margin-inline: 5px;
  margin-top: 20px;
}
#sec_flow ol.flow_list > li .inner ul.dot > li {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 1.06em;
  line-height: 1.5;
}
#sec_flow ol.flow_list > li .inner ul.dot > li + li {
  margin-top: 5px;
}
#sec_flow ol.flow_list > li .inner ul.dot > li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #D5501E;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
#sec_flow ol.flow_list > li .inner .moreview {
  margin-top: 30px;
}
#sec_flow ol.flow_list > li .inner .moreview .more {
  margin-left: auto;
  box-shadow: 0 2px 3px rgba(38, 38, 38, 0.2);
}

.endcnt {
  border-top: #262626 solid 1px;
  padding-block: 60px;
  max-width: 1200px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}
.endcnt .ph {
  flex-shrink: 0;
  width: 535px;
  margin-inline: 3.65vw 15px;
}
.endcnt .ph figure {
  width: 100%;
}
.endcnt .main {
  padding-top: 50px;
  width: 100%;
}
.endcnt .main .h {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: clamp(20px, 2.4vw, 30px);
}
.endcnt .main .text {
  text-align: justify;
}
.endcnt .main .text > p {
  font-size: 1.06em;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1600px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1600px) {
  #introduction .main {
    padding-inline: 50px 60px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 1300px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  #introduction .img {
    width: 48vw;
  }
  #introduction .main {
    width: 52vw;
    padding-top: 35px;
    padding-inline: 5vw 40px;
  }
}
@media only screen and (max-width: 1300px) and (max-width: 959px) {
  #introduction .main {
    padding-block: 25px;
  }
  #introduction .main .text > p br {
    display: none;
  }
}

@media only screen and (max-width: 1300px) {
  #sec_flow {
    margin: 120px auto;
  }
  #sec_flow .sec_title {
    margin-bottom: 45px;
  }
  #sec_flow ol.flow_list > li .inner {
    padding: 30px 30px 40px 75px;
  }
  #sec_flow ol.flow_list > li .inner::before {
    width: 50px;
    height: 54px;
  }
  #sec_flow ol.flow_list > li .inner .title {
    margin-bottom: 20px;
  }

  .endcnt {
    padding-block: 40px 60px;
  }
  .endcnt .ph {
    width: 45%;
    margin-inline: 0 20px;
  }
  .endcnt .main {
    padding-top: 0;
  }
  .endcnt .main .h {
    margin-bottom: 15px;
  }
  .endcnt .main .text > p br {
    display: none;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #introduction {
    display: block;
  }
  #introduction .img {
    width: 100%;
    margin-bottom: 30px;
  }
  #introduction .img figure {
    height: auto;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  #introduction .main {
    width: auto;
    padding: 0 5vw;
  }

  #sec_flow {
    margin: 65px auto;
  }
  #sec_flow .sec_title {
    margin-bottom: 30px;
  }
  #sec_flow ol.flow_list > li + li::before {
    margin: 20px auto;
    width: 30px;
    height: 16px;
  }
  #sec_flow ol.flow_list > li .inner {
    padding: 35px 20px;
  }
  #sec_flow ol.flow_list > li .inner::before {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  #sec_flow ol.flow_list > li .inner .title {
    margin-bottom: 10px;
  }
  #sec_flow ol.flow_list > li .inner .text {
    margin-inline: 0;
  }
  #sec_flow ol.flow_list > li .inner .text > p {
    font-size: 1em;
  }
  #sec_flow ol.flow_list > li .inner ul.dot {
    margin: 15px 0 0;
  }
  #sec_flow ol.flow_list > li .inner ul.dot > li {
    column-gap: 8px;
    font-size: 1em;
    line-height: 1.4;
  }
  #sec_flow ol.flow_list > li .inner ul.dot > li::before {
    width: 5px;
    height: 5px;
  }
  #sec_flow ol.flow_list > li .inner .moreview {
    margin-top: 20px;
  }

  .endcnt {
    padding-block: 30px;
    display: block;
  }
  .endcnt .ph {
    width: 86%;
    margin: 0 auto 20px;
  }
  .endcnt .ph figure {
    width: 100%;
  }
  .endcnt .main .h {
    margin-bottom: 12px;
  }
  .endcnt .main .text > p {
    font-size: 1em;
  }
}
