@charset "utf-8";

#container {
    width: 100%!important;
}
.p-option-service section {
    padding-top: 60px;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto 50px;
}
.p-option-service {
  overflow: hidden;
  font-size: 13px;
  color: #444;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
  .p-option-service {
    font-size: min(16/768*100vw, 20px);
  }
}
.p-option-service img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-option-service__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.p-option-service__mv {
  padding: 22px 8px;
  background: no-repeat url(../images/bg-sp.webp) top/cover;
  letter-spacing: 0;
}
@media screen and (min-width: 768px), print {
  .p-option-service__mv {
    background-image: url(../images/bg-pc.webp);
  }
}
@media screen and (min-width: 1200px), print {
  .p-option-service__mv {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 64px;
    padding-bottom: 85px;
  }
}
.p-option-service__mv__text {
  background: #fff;
  padding: 15px 10px;
  border-radius: 4px;
  font-size: 12px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px), print {
  .p-option-service__mv__text {
    padding: 26px 34px 30px;
    font-size: min(16/768*100vw, 20px);
  }
}
@media screen and (min-width: 1200px), print {
  .p-option-service__mv__text {
    font-size: min(16/1200*100vw, 20px);
    flex: 0 0 auto;
  }
}
.p-option-service__mv__text h1 {
  font-size: 37px;
  font-weight: bold;
  color: #004da1;
  line-height: 1.3;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px), print {
  .p-option-service__mv__text h1 {
    font-size: min(37/768*100vw, 63px);
  }
}
@media screen and (min-width: 1200px), print {
  .p-option-service__mv__text h1 {
    font-size: min(40/1200*100vw, 63px);
  }
}

.p-option-service__mv__img {
  text-align: center;
}
@media screen and (min-width: 1200px), print {
  .p-option-service__mv__img {
    transform: translateX(-15%);
  }
}

.service-area__heading {
  background: #004da1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  padding: 0.5em 0.5em;
  border-radius: 32px;
  line-height: 1.33;
  margin: 45px auto 22px;
}
@media screen and (min-width: 768px), print {
  .service-area__heading {
    width: fit-content;
    min-width: min(100%, 950px);
    margin: 60px auto 30px;
    font-size: min(20/768*100vw, 36px);
    border-radius: 37px;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
  }
}
.service-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
@media screen and (min-width: 768px), print {
  .service-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px 3.8%;
  }
}
@media screen and (min-width: 768px), print {
  .service-list > li {
    width: 48.1%;
    flex: 0 0 auto;
  }
}
.s-panel-arrow {
    position: relative;
}
.s-panel-arrow::before {
    z-index: 1;
    position: absolute;
    -webkit-transform: scale(1, 0.95) rotate(45deg);
    transform: scale(1, 0.95) rotate(45deg);
    border-top: 2px solid;
    border-right: 2px solid;
    content: "";
    right: 7px;
    bottom: 10px;
    width: 10px;
    height: 10px;
  border-color: #fff;
}
.s-panel-arrow::after {
    z-index: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #0062b0;
    content: "";
    width: 25px;
    height: 35px;
}
.service-box {
  display: flex;
  flex-direction: column;
  padding: 22px 30px 30px;
  border: 1px solid #004da1;
  transition: opacity 0.2s ease-in-out;
}
.service-box:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px), print {
  .service-box {
    padding: 30px 40px 40px;
    height: 100%;
    border-width: 2px;
  }
}
.service-box__icon {
  order: -1;
  height: 98px;
  text-align: center;
  margin-bottom: 17px;
}
@media screen and (min-width: 768px), print {
  .service-box__icon {
    height: min(100/768*100vw, 150px);
    margin-bottom: 24px;
  }
}
.service-box__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.service-box__title {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #004da1;
  margin-bottom: 14px;
  line-height: 1.33;
  letter-spacing: 0;
}
@media screen and (min-width: 768px), print {
  .service-box__title {
    margin-bottom: 0.66em;
    font-size: min(24/768*100vw, 40px);
  }
}

.how-to-select h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #004da1;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  height: 50px;
}
@media screen and (min-width: 768px), print {
  .how-to-select h2 {
    height: 80px;
    font-size: 28px;
  }
}
.how-to-select__flow-list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (min-width: 768px), print {
  .how-to-select__flow-list {
    flex-direction: row;
    gap: 30px;
  }
  .how-to-select__flow-list > li {
    flex: 1;
  }
}

.how-to-select__flow-list > li {
  position: relative;
}

.flow__step {
  display: block;
  color: #fff;
  background: #1d73be;
  padding: 0.2em 0.5em;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .how-to-select__flow-list > li:nth-child(-n+2) .flow__step::after {
    position: absolute;
    top: calc(100% + 15px);
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: block;
    width: 80px;
    height: 30px;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    background: inherit;
  }
}
.how-to-select__flow-list > li:nth-child(1) .flow__step {
  background: #64b1f5;
}
.how-to-select__flow-list > li:nth-child(2) .flow__step {
  background: #3c86c7;
}
@media screen and (min-width: 768px), print {
  .flow__step {
    position: relative;
    font-size: 20px;
    margin-bottom: 20px;
    padding: 0.3em 0.5em;
  }
  .how-to-select__flow-list > li:nth-child(-n+2) .flow__step::after {
    position: absolute;
    top: 0;
    left: 100%;
    content: "";
    width: 14px;
    height: 100%;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    background: inherit;
  }
}
.flow__img {
  margin: 8px auto;
}
@media screen and (min-width: 768px), print {
  .flow__img {
    margin: 20px auto;
  }
}

.flow__img img {
  width: 100%;
  height: auto;
}