@media only screen and (max-width: 767px) {
  .pageTitleArea {
    padding: 40px 0 40px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .pageTitleArea {
    padding: 48px 0 38px 0;
  }
}
.secPlot {
  background: url(../../shared/images/bg_mesh.png) left top repeat;
  background-size: 41px;
}
.secPlot .secPlotIn .plotTitle {
  font-weight: bold;
  text-align: center;
}
.secPlot .secPlotIn .plotCaption {
  font-weight: 600;
  text-align: center;
  line-height: 160%;
}
.secPlot .secPlotIn .flowArea .flowTitle {
  font-weight: bold;
  text-align: center;
}
.secPlot .secPlotIn .flowArea .flowListWrap {
  position: relative;
}
.secPlot .secPlotIn .flowArea .flowListWrap .flowList .num {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFE248;
  border-radius: 50%;
  color: #000000;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  margin: 0 auto;
}
.secPlot .secPlotIn .flowArea .flowListWrap .flowList .listName {
  font-weight: bold;
}
.secPlot .secPlotIn .flowArea .flowListWrap .flowList .listDetail.text {
  color: #777777;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .secPlot {
    padding: 40px 0 22px 0;
  }
  .secPlot .secPlotIn .plotTitle {
    font-size: clamp(14px, 6.15vw, 24px);
    padding: 0 0 26px 0;
  }
  .secPlot .secPlotIn .plotCaption {
    font-size: clamp(14px, 4.1vw, 16px);
  }
  .secPlot .secPlotIn .plotImg {
    width: min(100%, 320px);
    margin: 0 auto;
    padding: 24px 0 8px 0;
  }
  .secPlot .secPlotIn .graphArea {
    margin: 0 -5px;
  }
  .secPlot .secPlotIn .flowArea .flowTitle {
    font-size: clamp(14px, 5.13vw, 20px);
    padding: 40px 0 0 0;
  }
  .secPlot .secPlotIn .flowArea .flowListWrap {
    position: relative;
    margin: 32px auto 0;
    width: min(100%, 310px);
  }
  .secPlot .secPlotIn .flowArea .flowListWrap .flowList {
    position: relative;
    padding-left: 65px;
    padding-bottom: 42px;
    padding-top: 8px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .secPlot .secPlotIn .flowArea .flowListWrap .flowList::before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 10px;
    height: 105%;
    background: #FFE248;
    top: 16px;
    left: 16px;
  }
  .secPlot .secPlotIn .flowArea .flowListWrap .flowList:last-of-type::before {
    display: none;
  }
  .secPlot .secPlotIn .flowArea .flowListWrap .flowList .num {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 42px;
    height: 42px;
    font-size: 20px;
  }
  .secPlot .secPlotIn .flowArea .flowListWrap .flowList .listName {
    font-size: clamp(14px, 5.13vw, 20px);
  }
  .secPlot .secPlotIn .flowArea .flowListWrap .flowList .listDetail {
    width: 100%;
  }
  .secPlot .secPlotIn .flowArea .flowListWrap .flowList .listDetail.btn {
    padding-top: 16px;
  }
  .secPlot .secPlotIn .flowArea .flowListWrap .flowList .listDetail.text {
    font-size: clamp(14px, 4.1vw, 16px);
    line-height: 160%;
    padding: 8px 0 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .secPlot {
    padding: 48px 0 36px 0;
  }
  .secPlot .secPlotIn .plotTitle {
    font-size: clamp(20px, 2.66vw, 34px);
  }
  .secPlot .secPlotIn .plotCaption {
    font-size: clamp(14px, 1.25vw, 16px);
    padding: 8px 0 0 0;
  }
  .secPlot .secPlotIn .plotImg {
    padding: 48px 0 24px 0;
    margin: 0 -10px;
  }
  .secPlot .secPlotIn .graphArea {
    padding: 0 0 74px 0;
  }
  .secPlot .secPlotIn .flowArea .flowTitle {
    font-size: clamp(20px, 2.66vw, 34px);
  }
  .secPlot .secPlotIn .flowArea .flowListWrap {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 32px 0 0 0;
  }
  .secPlot .secPlotIn .flowArea .flowListWrap .flowList {
    width: min(25%, 230px);
    position: relative;
  }
  .secPlot .secPlotIn .flowArea .flowListWrap .flowList::before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 105%;
    height: 10px;
    background: #FFE248;
    left: 50%;
    top: 16px;
  }
  .secPlot .secPlotIn .flowArea .flowListWrap .flowList:last-of-type::before {
    display: none;
  }
  .secPlot .secPlotIn .flowArea .flowListWrap .flowList .num {
    position: relative;
    z-index: 1;
    width: 42px;
    height: 42px;
    font-size: 20px;
  }
  .secPlot .secPlotIn .flowArea .flowListWrap .flowList .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
  }
  .secPlot .secPlotIn .flowArea .flowListWrap .flowList .listName {
    font-size: clamp(14px, 1.48vw, 19px);
    padding: 0 0 14px 0;
    text-align: center;
    letter-spacing: 0;
  }
  .secPlot .secPlotIn .flowArea .flowListWrap .flowList .listDetail {
    text-align: center;
  }
  .secPlot .secPlotIn .flowArea .flowListWrap .flowList .listDetail.text {
    font-size: clamp(14px, 1.25vw, 16px);
    line-height: 160%;
    padding: 16px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .secCta {
    padding: 32px 0 40px 0;
  }
  .secCta.bottom {
    padding-bottom: 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .secCta {
    padding: 56px 0 64px 0;
  }
  .secCta.bottom {
    padding-bottom: 8px;
  }
}
.secReason {
  background: url(../../shared/images/bg_mesh.png) left top repeat;
  background-size: 41px;
}
.secReason .sectionTitleJp {
  text-align: center;
  font-weight: bold;
}
.secReason .sectionTitleEn {
  text-align: center;
  color: #1DC2FF;
  font-weight: bold;
  font-style: italic;
  font-family: "Inter", sans-serif;
}
.secReason .secReasonIn .pointListWrap .pointList {
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(118, 172, 192, 0.6);
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
}
.secReason .secReasonIn .pointListWrap .pointList .textCol .titleRow {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
}
.secReason .secReasonIn .pointListWrap .pointList .textCol .titleRow .num {
  font-style: italic;
  color: #FFE248;
  font-family: "Inter", sans-serif;
  font-weight: bold;
}
.secReason .secReasonIn .pointListWrap .pointList .textCol .titleRow .title {
  font-weight: bold;
}
.secReason .secReasonIn .reasonBox {
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(118, 172, 192, 0.6);
  border-radius: 12px;
}
.secReason .secReasonIn .reasonBox .boxTitle {
  font-weight: bold;
  text-align: center;
}
.secReason .secReasonIn .reasonBox .boxImg {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .secReason {
    padding: 48px 0 8px 0;
  }
  .secReason .secReasonIn .sectionTitleJp {
    font-size: clamp(14px, 6.15vw, 24px);
  }
  .secReason .secReasonIn .sectionTitleEn {
    font-size: clamp(17px, 7.18vw, 28px);
  }
  .secReason .secReasonIn .pointListWrap {
    padding: 32px 0 32px 0;
  }
  .secReason .secReasonIn .pointListWrap .pointList {
    align-items: flex-start;
    margin: 0 0 16px 0;
    padding: 24px 20px 24px 12px;
  }
  .secReason .secReasonIn .pointListWrap .pointList .iconCol {
    width: 30.9%;
  }
  .secReason .secReasonIn .pointListWrap .pointList .textCol {
    width: 66.67%;
  }
  .secReason .secReasonIn .pointListWrap .pointList .textCol .titleRow {
    -moz-column-gap: 8px;
         column-gap: 8px;
    padding: 0 0 8px 0;
  }
  .secReason .secReasonIn .pointListWrap .pointList .textCol .titleRow .num {
    font-size: clamp(19px, 8.21vw, 32px);
  }
  .secReason .secReasonIn .pointListWrap .pointList .textCol .titleRow .title {
    font-size: clamp(14px, 4.36vw, 17px);
  }
  .secReason .secReasonIn .pointListWrap .pointList .textCol .detail {
    font-size: 14px;
  }
  .secReason .secReasonIn .reasonBox {
    padding: 32px 16px 32px;
    margin: 0 0 24px 0;
  }
  .secReason .secReasonIn .reasonBox .boxTitle {
    font-size: clamp(15px, 6.41vw, 25px);
    padding: 0 0 16px 0;
  }
  .secReason .secReasonIn .reasonBox .boxImg.legend {
    width: min(100%, 298px);
    margin: 0 auto;
    padding-bottom: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  .secReason {
    padding: 60px 0 48px 0;
  }
  .secReason .secReasonIn .sectionTitleJp {
    font-size: clamp(20px, 2.66vw, 34px);
  }
  .secReason .secReasonIn .sectionTitleEn {
    font-size: clamp(17px, 2.19vw, 28px);
  }
  .secReason .secReasonIn .pointListWrap {
    padding: 40px 0 58px 0;
  }
  .secReason .secReasonIn .pointListWrap .pointList {
    align-items: center;
    margin: 0 0 12px 0;
    padding: 30px 3.26%;
  }
  .secReason .secReasonIn .pointListWrap .pointList .iconCol {
    width: min(16%, 130px);
  }
  .secReason .secReasonIn .pointListWrap .pointList .textCol {
    width: min(82%, 700px);
  }
  .secReason .secReasonIn .pointListWrap .pointList .textCol .titleRow {
    -moz-column-gap: 18px;
         column-gap: 18px;
    padding: 0 0 6px 0;
  }
  .secReason .secReasonIn .pointListWrap .pointList .textCol .titleRow .num {
    font-size: clamp(24px, 3.13vw, 40px);
  }
  .secReason .secReasonIn .pointListWrap .pointList .textCol .titleRow .title {
    font-size: clamp(15px, 1.95vw, 25px);
  }
  .secReason .secReasonIn .pointListWrap .pointList .textCol .detail {
    font-size: clamp(14px, 1.25vw, 16px);
  }
  .secReason .secReasonIn .reasonBox {
    padding: 34px 20px 40px;
    margin: 0 0 36px 0;
  }
  .secReason .secReasonIn .reasonBox .boxTitle {
    font-size: clamp(15px, 1.95vw, 25px);
    padding: 0 0 16px 0;
  }
}/*# sourceMappingURL=style.css.map */