@charset "UTF-8";
.mv_container {
  position: relative;
  width: 100%;
  background: url("../img/mv_bg_pc.png") no-repeat center/cover;
}
@media screen and (max-width: 520px) {
  .mv_container {
    background: url("../img/mv-bg-sp.png") no-repeat center/cover;
  }
}
.mv_container .main_catch {
  padding: 70px 0 130px;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .mv_container .main_catch {
    padding: 70px 15px 130px;
  }
}
@media screen and (max-width: 1180px) {
  .mv_container .main_catch {
    padding: 70px 15px;
  }
}
@media screen and (max-width: 903px) {
  .mv_container .main_catch {
    padding: 70px 15px 0;
  }
}
@media screen and (max-width: 820px) {
  .mv_container .main_catch {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .mv_container .main_catch {
    flex-direction: column;
  }
}
.mv_container .main_catch-r--img {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 1500px) {
  .mv_container .main_catch-r--img {
    right: -100px;
  }
}
.mv_container .main_catch-r--img img {
  max-width: 1028px;
  width: 100%;
  margin-left: auto;
  display: block;
}
@media screen and (max-width: 1500px) {
  .mv_container .main_catch-r--img img {
    width: 90%;
  }
}
@media screen and (max-width: 1366px) {
  .mv_container .main_catch-r--img img {
    width: 80%;
  }
}
@media screen and (max-width: 1180px) {
  .mv_container .main_catch-r--img img {
    width: 70%;
  }
}
@media screen and (max-width: 903px) {
  .mv_container .main_catch-r--img {
    display: none;
  }
}
.mv_container .main_catch .hero-content {
  max-width: 520px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 903px) {
  .mv_container .main_catch .hero-content {
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  .mv_container .main_catch .hero-content {
    padding-top: 35px;
  }
}
.mv_container .main_catch .hero-content .badge {
  width: 100%;
  border-radius: 25px;
  max-width: 300px;
  height: 50px;
  text-align: center;
  color: #55aae1;
  border: 2px solid #55aae1;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.15rem;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .mv_container .main_catch .hero-content .badge {
    font-size: 1.8rem;
    max-width: 260px;
    height: 40px;
  }
}
.mv_container .main_catch .hero-content .main-title {
  font-size: 5.2rem;
  font-weight: 600;
  color: #0569b4;
  line-height: 1.35;
}
@media screen and (max-width: 1366px) {
  .mv_container .main_catch .hero-content .main-title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1180px) {
  .mv_container .main_catch .hero-content .main-title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .mv_container .main_catch .hero-content .main-title {
    font-size: 3.2rem;
  }
}
.mv_container .main_catch .hero-content .main-title span {
  font-size: 3.6rem;
  color: #333;
  display: block;
}
@media screen and (max-width: 1180px) {
  .mv_container .main_catch .hero-content .main-title span {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .mv_container .main_catch .hero-content .main-title span {
    font-size: 2.4rem;
  }
}
.mv_container .main_catch .hero-content .description {
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.1rem;
  margin-top: 15px;
}
@media screen and (max-width: 1180px) {
  .mv_container .main_catch .hero-content .description {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .mv_container .main_catch .hero-content .description {
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 3px;
  }
}
.mv_container .main_catch .hero-content .cta-button {
  max-width: 360px;
  width: 100%;
  margin-top: 30px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: #e63241;
  border-radius: 45px;
  transition: 0.3s;
}
.mv_container .main_catch .hero-content .cta-button:hover {
  background: #d61626;
  opacity: 1;
}
.mv_container .main_catch .hero-content .cta-button span {
  font-size: 1.8rem;
  color: #fff;
}
@media screen and (max-width: 1180px) {
  .mv_container .main_catch .hero-content .cta-button {
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .mv_container .main_catch .hero-content .cta-button {
    max-width: 335px;
    height: 80px;
    margin-top: 15px;
    margin: 0 auto;
  }
}
.mv_container .main_catch--img {
  width: 100%;
  margin-top: 30px;
  display: none;
}
@media screen and (max-width: 903px) {
  .mv_container .main_catch--img {
    display: block;
    margin: 30px auto 0;
  }
  .mv_container .main_catch--img img {
    margin: 0 auto;
    display: block;
  }
}

.column_features {
  background: url(../img/features_bg.png) no-repeat center/cover;
}
.column_features .tit_box::before {
  background: url(../img/features_txt.png) no-repeat center/cover;
  max-width: 621px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .column_features .tit_box::before {
    background: url(../img/features_txt-sp.png) no-repeat center/cover;
    max-width: 352px;
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .column_features .tit-btm_txt {
    font-size: 1.6rem;
  }
}
.column_features {
  /* カードを横並びにするためのコンテナ */
}
.column_features .features-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 820px) {
  .column_features .features-container {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .column_features .features-container {
    flex-direction: column;
    gap: 35px;
  }
}
.column_features {
  /* 個別のカードのスタイル */
}
.column_features .feature-card {
  background: #fff;
  width: calc(33.3333333333% - 20px);
  max-width: 400px;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1180px) {
  .column_features .feature-card {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 820px) {
  .column_features .feature-card {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .column_features .feature-card {
    width: 100%;
  }
}
.column_features .icon-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.column_features .feature-title {
  color: #0569b4;
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .column_features .feature-title {
    letter-spacing: 0.17rem;
    margin-bottom: 13px;
  }
}
.column_features .feature-description {
  line-height: 1.8;
}

.column_bef-aft {
  background-image: url(../img/bef-aft-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 390px !important;
}
@media screen and (max-width: 767px) {
  .column_bef-aft {
    padding-top: 150px !important;
  }
}
.column_bef-aft .tit_box::before {
  background: url(../img/bef-aft-txt.png) no-repeat center/cover;
  max-width: 1010px;
  width: 100%;
}
@media screen and (max-width: 1180px) {
  .column_bef-aft .tit_box::before {
    height: 80px;
  }
}
@media screen and (max-width: 820px) {
  .column_bef-aft .tit_box::before {
    height: 63px;
  }
}
@media screen and (max-width: 767px) {
  .column_bef-aft .tit_box::before {
    background: url(../img/bef-aft-txt-sp.png) no-repeat center/cover;
    height: 148px;
    top: -95px;
  }
}
.column_bef-aft .tit_box .sec_title {
  color: #333;
}
.column_bef-aft .tit-btm_txt {
  color: #333;
  margin-bottom: 100px;
}
.column_bef-aft .comparison__inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .column_bef-aft .comparison__inner {
    flex-direction: column;
    gap: 130px;
  }
}
.column_bef-aft .comparison__inner .arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -8%);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .column_bef-aft .comparison__inner .arrow {
    top: 39%;
    left: 40%;
    transform: rotate(90deg);
  }
}
.column_bef-aft .comparison__inner .comparison-item {
  position: relative;
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .column_bef-aft .comparison__inner .comparison-item {
    width: 100%;
  }
}
.column_bef-aft .comparison__inner .comparison-item.panel--before {
  background: #3f4756;
  border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 767px) {
  .column_bef-aft .comparison__inner .comparison-item.panel--before {
    border-radius: 20px 20px 0 0;
  }
}
.column_bef-aft .comparison__inner .comparison-item.panel--before .panel__label {
  border: 4px solid #3f4756;
  color: #3f4756;
}
.column_bef-aft .comparison__inner .comparison-item.panel--before .icon::before {
  content: "";
  background: url(../img/bef-icon.png) no-repeat center/cover;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.column_bef-aft .comparison__inner .comparison-item.panel--before .card__heading {
  color: #3f4756;
}
.column_bef-aft .comparison__inner .comparison-item.panel--before .bef-img {
  display: none;
}
@media screen and (max-width: 767px) {
  .column_bef-aft .comparison__inner .comparison-item.panel--before .bef-img {
    display: block;
    position: absolute;
    top: -100px;
    right: 35px;
    width: 96px;
    height: 100px;
  }
}
.column_bef-aft .comparison__inner .comparison-item.panel--before .panel {
  padding: 30px 20px 50px;
}
.column_bef-aft .comparison__inner .comparison-item.panel--after {
  background: #0569b4;
  border-radius: 0 20px 20px 0;
}
@media screen and (max-width: 767px) {
  .column_bef-aft .comparison__inner .comparison-item.panel--after {
    border-radius: 0 0 20px 20px;
  }
}
.column_bef-aft .comparison__inner .comparison-item.panel--after .panel__label {
  border: 4px solid #0569b4;
  color: #0569b4;
}
.column_bef-aft .comparison__inner .comparison-item.panel--after .icon::before {
  content: "";
  background: url(../img/aft-icon.png) no-repeat center/cover;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.column_bef-aft .comparison__inner .comparison-item.panel--after .card__heading {
  color: #0569b4;
}
.column_bef-aft .comparison__inner .comparison-item.panel--after .aft-img {
  position: absolute;
  top: -160px;
  right: 35px;
}
@media screen and (max-width: 1180px) {
  .column_bef-aft .comparison__inner .comparison-item.panel--after .aft-img {
    top: -104px;
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .column_bef-aft .comparison__inner .comparison-item.panel--after .aft-img {
    display: none;
  }
}
.column_bef-aft .comparison__inner .panel {
  position: relative;
  z-index: 10;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .column_bef-aft .comparison__inner .panel {
    padding: 30px 20px;
  }
}
.column_bef-aft .comparison__inner .panel__title {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  margin: 0 0 32px;
}
@media screen and (max-width: 767px) {
  .column_bef-aft .comparison__inner .panel__title {
    border-radius: 20px 20px 0 0;
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
.column_bef-aft .comparison__inner .panel .card-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  position: relative;
  z-index: 1;
}
.column_bef-aft .comparison__inner .panel .card-list .card {
  background: #f3f3f3;
  border-radius: 12px;
  padding: 18px 20px 18px 20px;
  min-height: 118px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.column_bef-aft .comparison__inner .panel .card-list .card .icon {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-top: 4px;
  position: relative;
}
.column_bef-aft .comparison__inner .panel__label {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding-top: 25px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .column_bef-aft .comparison__inner .panel__label {
    left: 30%;
  }
}
.column_bef-aft .comparison__inner .card__body {
  flex: 1;
}
.column_bef-aft .comparison__inner .card__heading {
  margin: 0 0 8px;
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.column_bef-aft .comparison__inner .card__text {
  margin: 0;
  line-height: 1.75;
  font-weight: 500;
}
.column_bef-aft .comparison--txt {
  text-align: right;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .column_bef-aft .comparison--txt {
    text-align: left;
  }
}

.column_result {
  background: url(../img/result-bg.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .column_result {
    padding-bottom: 130px !important;
  }
  .column_result::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: url(../img/result_img.png) no-repeat center/cover;
    display: block;
    width: 93px;
    height: 100px;
  }
}
.column_result .tit_box::before {
  background: url(../img/result-txt.png) no-repeat center/cover;
  max-width: 461px;
  width: 100%;
  height: 90px;
}
@media screen and (max-width: 767px) {
  .column_result .tit_box::before {
    background: url(../img/result-txt-sp.png) no-repeat center/cover;
    max-width: 256px;
    height: 50px;
  }
}
.column_result .case-grid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .column_result .case-grid {
    flex-direction: column;
    margin-top: 30px;
  }
}
.column_result .case-grid .case-card {
  position: relative;
  width: calc(50% - 20px);
  background: #f3f3f3;
  border-radius: 20px;
  padding: 60px 28px 45px;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.08) inset;
  min-height: 210px;
}
@media screen and (max-width: 767px) {
  .column_result .case-grid .case-card {
    width: 100%;
    padding: 60px 20px 20px;
  }
}
.column_result .case-grid .case-card.case-card-a::before {
  content: "";
  position: absolute;
  left: 50px;
  top: -160px;
  background: url(../img/result_img.png) no-repeat center/cover;
  display: block;
  width: 149px;
  height: 160px;
}
@media screen and (max-width: 1180px) {
  .column_result .case-grid .case-card.case-card-a::before {
    width: 100px;
    height: 104px;
    top: -104px;
  }
}
@media screen and (max-width: 767px) {
  .column_result .case-grid .case-card.case-card-a::before {
    display: none;
  }
}
.column_result .case-grid .case-label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 40px;
  border-radius: 0 0 20px 20px;
  background: #55aae1;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.03em;
}
.column_result .case-grid .case-label span {
  font-size: 2.4rem;
  font-weight: 600;
}
.column_result .case-grid .case-title {
  margin: 0 0 18px;
  text-align: center;
  color: #333;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .column_result .case-grid .case-title {
    font-size: 2.4rem;
  }
}
.column_result .case-grid .case-img {
  margin: 15px auto;
}
@media screen and (max-width: 767px) {
  .column_result .case-grid .case-img {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 180px;
    width: 100%;
  }
}
.column_result .case-grid .case-text {
  font-size: 1.6rem;
  line-height: 1.7;
}
.column_result .case-btn-text {
  text-align: center;
  margin-top: 30px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .column_result .case-btn-text {
    text-align: left;
    margin-top: 15px;
  }
}

.column_function {
  overflow: hidden;
}
.column_function .tit_box::before {
  background: url(../img/function-txt.png) no-repeat center/cover;
  max-width: 642px;
  width: 100%;
  height: 93px;
}
@media screen and (max-width: 767px) {
  .column_function .tit_box::before {
    background: url(../img/function-txt-sp.png) no-repeat center/cover;
    max-width: 353px;
    height: 48px;
  }
}
.column_function .tit_box .sec_title {
  color: #333;
}
.column_function .function_sec {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media screen and (max-width: 1180px) {
  .column_function .function_sec {
    gap: 150px;
  }
}
@media screen and (max-width: 820px) {
  .column_function .function_sec {
    gap: 70px;
  }
}
@media screen and (max-width: 767px) {
  .column_function .function_sec {
    gap: 50px;
  }
}
.column_function .function_sec_flex {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 820px) {
  .column_function .function_sec_flex {
    flex-direction: column;
  }
}
.column_function .function_sec_flex--l {
  width: 49%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1180px) {
  .column_function .function_sec_flex--l {
    width: 40%;
  }
}
@media screen and (max-width: 820px) {
  .column_function .function_sec_flex--l {
    width: 100%;
  }
}
.column_function .function_sec_flex--l .function-img {
  position: relative;
  z-index: 2;
}
.column_function .function_sec_flex--l .function-icon {
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.column_function .function_sec_flex--r {
  width: 47%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1180px) {
  .column_function .function_sec_flex--r {
    width: 58%;
  }
}
@media screen and (max-width: 820px) {
  .column_function .function_sec_flex--r {
    width: 100%;
  }
}
.column_function .function_sec_flex--r::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
  background: #f4f9ff;
  z-index: -1;
  pointer-events: none;
  padding: 280px 0;
  border-radius: 320px 0 0 320px;
}
@media screen and (max-width: 820px) {
  .column_function .function_sec_flex--r::before {
    border-radius: 200px 0 0 200px;
    left: 50%;
    top: 45%;
  }
}
@media screen and (max-width: 767px) {
  .column_function .function_sec_flex--r::before {
    border-radius: 100px 0 0 100px;
    padding: 410px 0;
  }
}
.column_function .function_sec_flex--r h3 {
  color: #0569b4;
  font-weight: 600;
  font-size: 2.8rem;
  letter-spacing: 0.2rem;
}
.column_function .function_sec_flex--r p {
  color: #333;
  letter-spacing: 0.15rem;
  margin: 30px 0 35px;
}
.column_function .function_sec_flex--r ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 15px;
}
@media screen and (max-width: 820px) {
  .column_function .function_sec_flex--r ul {
    justify-content: start;
  }
}
@media screen and (max-width: 767px) {
  .column_function .function_sec_flex--r ul {
    gap: 10px;
  }
}
.column_function .function_sec_flex--r ul li {
  background: #fff;
  width: calc(50% - 10px);
  max-width: 285px;
  border: 1px solid #55aae1;
  border-radius: 10px;
  color: #55aae1;
  padding: 23px 35px;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 767px) {
  .column_function .function_sec_flex--r ul li {
    max-width: 100%;
    width: 100%;
  }
}
.column_function .function_sec_flex--r ul li::before {
  content: "";
  width: 10px;
  background: #55aae1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 8px 0 0 8px;
}
.column_function .function_sec_flex:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 820px) {
  .column_function .function_sec_flex:nth-child(even) {
    flex-direction: column;
  }
}
.column_function .function_sec_flex:nth-child(even) .function_sec_flex--r {
  width: 47%;
}
@media screen and (max-width: 1180px) {
  .column_function .function_sec_flex:nth-child(even) .function_sec_flex--r {
    width: 58%;
  }
}
@media screen and (max-width: 820px) {
  .column_function .function_sec_flex:nth-child(even) .function_sec_flex--r {
    width: 100%;
  }
}
.column_function .function_sec_flex:nth-child(even) .function_sec_flex--r::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
  background: #f4f9ff;
  z-index: -1;
  pointer-events: none;
  padding: 280px 0;
  border-radius: 0 320px 320px 0;
}
@media screen and (max-width: 820px) {
  .column_function .function_sec_flex:nth-child(even) .function_sec_flex--r::before {
    border-radius: 0 200px 200px 0;
    left: 50%;
    top: 45%;
  }
}
@media screen and (max-width: 767px) {
  .column_function .function_sec_flex:nth-child(even) .function_sec_flex--r::before {
    border-radius: 0 100px 100px 0;
    padding: 410px 0;
  }
}

@media screen and (max-width: 767px) {
  .column_reason {
    padding-bottom: 150px !important;
  }
  .column_reason::before {
    content: "";
    background: url(../img/reason_img.png) no-repeat center/cover;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 110px;
    height: 110px;
  }
}
.column_reason .tit_box::before {
  background: url(../img/reason-txt.png) no-repeat center/cover;
  max-width: 493px;
  width: 100%;
  height: 93px;
}
@media screen and (max-width: 820px) {
  .column_reason .tit_box::before {
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .column_reason .tit_box::before {
    background: url(../img/reason-txt-sp.png) no-repeat center/cover;
    max-width: 299px;
    width: 100%;
    height: 55px;
  }
}
.column_reason .tit_box .sec_title {
  color: #333;
}
.column_reason .reason_list {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  position: relative;
}
@media screen and (max-width: 1180px) {
  .column_reason .reason_list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .column_reason .reason_list {
    flex-direction: column;
  }
}
.column_reason .reason_list::before {
  content: "";
  background: url(../img/reason_img.png) no-repeat center/cover;
  display: block;
  position: absolute;
  right: 130px;
  top: -170px;
  width: 180px;
  height: 170px;
}
@media screen and (max-width: 1180px) {
  .column_reason .reason_list::before {
    top: -100px;
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .column_reason .reason_list::before {
    display: none;
  }
}
.column_reason .reason_list .support_card {
  position: relative;
  width: calc(33.3333333333% - 25px);
  max-width: 400px;
  background-color: #55aae1;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 65px 30px;
}
@media screen and (max-width: 1180px) {
  .column_reason .reason_list .support_card {
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 767px) {
  .column_reason .reason_list .support_card {
    width: 100%;
    padding: 63px 20px 20px;
  }
}
.column_reason .reason_list .support_card .card_index {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: #0569b4;
  border-radius: 20px 0 60px 0;
}
.column_reason .reason_list .support_card .card_index span {
  position: absolute;
  top: 11px;
  left: 11px;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .column_reason .reason_list .support_card .card_index span {
    top: 12px;
  }
}
.column_reason .reason_list .support_card .card_content {
  text-align: center;
  width: 100%;
}
.column_reason .reason_list .card_title {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
.column_reason .reason_list .icon_circle {
  width: 160px;
  height: 160px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.column_reason .reason_list .card_text {
  color: #fff;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.2rem;
}

.column_trust {
  background: url(../img/trust-bg.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .column_trust {
    background: url(../img/trust-bg-sp.png) no-repeat center/cover;
  }
}
.column_trust .tit_box::before {
  background: url(../img/trust-txt.png) no-repeat center/cover;
  max-width: 395px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .column_trust .tit_box::before {
    background: url(../img/trust-txt-sp.png) no-repeat center/cover;
    max-width: 223px;
  }
}
.column_trust .tit-btm_txt {
  margin: 75px 0 0;
}
.column_trust .trust_box {
  max-width: 340px;
  width: 100%;
  margin: 70px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .column_trust .trust_box {
    margin: 40px auto;
  }
}
.column_trust .trust_box--lin {
  max-width: 320px;
  width: 100%;
  height: 50px;
  background: #fff;
  color: #0569b4;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.column_trust .trust_box--num {
  font-weight: 500;
  font-size: 2.8rem;
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #fff;
  line-height: 1.3;
  padding: 5px 0 0;
}
.column_trust .trust_box--num span {
  font-family: "Roboto", sans-serif;
  font-size: 13.2rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  margin-top: -15px;
}
@media screen and (max-width: 767px) {
  .column_trust .trust_box--num span {
    font-size: 11.5rem;
  }
}
.column_trust .trust_box--txt {
  color: #fff;
}
.column_trust .stats_box {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 40px 20px 67px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(120, 180, 220, 0.8);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .column_trust .stats_box {
    padding: 40px 10px 60px;
    box-shadow: 0 0 15px rgba(120, 180, 220, 0.9);
  }
}
.column_trust .stats_box .stats_title {
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 30px;
}
.column_trust .stats_box .stats_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1180px) {
  .column_trust .stats_box .stats_list {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .column_trust .stats_box .stats_list {
    gap: 20px;
  }
}
.column_trust .stats_box .stats_item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 0 10px;
}
@media screen and (max-width: 1180px) {
  .column_trust .stats_box .stats_item {
    width: calc(25% - 15px);
    flex: initial;
  }
}
@media screen and (max-width: 767px) {
  .column_trust .stats_box .stats_item {
    width: calc(50% - 15px);
  }
}
.column_trust .stats_box .stats_item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 120px;
  background-color: #333;
}
@media screen and (max-width: 1180px) {
  .column_trust .stats_box .stats_item:not(:first-child)::before {
    display: none;
  }
}
.column_trust .stats_box .region_label {
  background-color: #55aae1;
  color: #fff;
  max-width: 140px;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 4px 15px;
  border-radius: 20px;
  margin-bottom: 15px;
  white-space: nowrap;
  display: inline-block;
}
.column_trust .stats_box .stats_number {
  font-size: 4.8rem;
  font-weight: 500;
  color: #0569b4;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: baseline;
  line-height: 1;
  letter-spacing: 0.01rem;
}
.column_trust .stats_box .stats_number .unit {
  font-size: 1.8rem;
  color: #333;
  margin-left: 4px;
  font-weight: 600;
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.column_faq .tit_box::before {
  background: url(../img/faq-txt.png) no-repeat center/cover;
  max-width: 227px;
  height: 102px;
}
@media screen and (max-width: 767px) {
  .column_faq .tit_box::before {
    background: url(../img/faq-txt-sp.png) no-repeat center/cover;
    max-width: 136px;
    height: 58px;
  }
}
.column_faq .tit_box .sec_title {
  color: #333;
}
.column_faq .faq_wrapper {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .column_faq .faq_wrapper {
    margin-top: 50px;
  }
}
.column_faq .faq_content {
  margin-bottom: 20px;
}
.column_faq .faq_content .question {
  background-color: #0569b4;
  color: #fff;
  padding: 15px 35px 15px 25px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .column_faq .faq_content .question {
    padding: 15px;
  }
}
.column_faq .faq_content .question .q_icon {
  font-size: 4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .column_faq .faq_content .question .q_icon {
    margin-right: 10px;
  }
}
.column_faq .faq_content .question .q_text {
  font-weight: 600;
  font-size: 1.8rem;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .column_faq .faq_content .question .q_text {
    letter-spacing: 0.2rem;
    font-size: 1.7rem;
    line-height: 1.5;
  }
}
.column_faq .faq_content .question .toggle_icon {
  position: relative;
  width: 20px;
  height: 20px;
}
.column_faq .faq_content .question .toggle_icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.column_faq .faq_content .question .toggle_icon::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #fff;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  transition: transform 0.3s;
}
.column_faq .faq_content .question.active .toggle_icon::after {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}
.column_faq .faq_content .answer {
  padding: 25px;
  display: flex;
  align-items: flex-start;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .column_faq .faq_content .answer {
    padding: 15px;
  }
}
.column_faq .faq_content .answer .a_icon {
  font-size: 4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #0569b4;
  margin-right: 20px;
  line-height: 1.2;
}
.column_faq .faq_content .answer .a_text .main_text {
  padding-top: 10px;
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .column_faq .faq_content .answer .a_text .main_text {
    letter-spacing: 0.2rem;
  }
}

.column_contact {
  background: url(../img/contact-bg.png) no-repeat center/cover;
  padding: 90px 0 !important;
}
@media screen and (max-width: 767px) {
  .column_contact {
    padding: 50px 0 !important;
  }
}
.column_contact .contact-tit {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  color: #fff;
}
.column_contact .contact-tit span {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .column_contact .contact-tit span {
    margin-bottom: 0;
  }
}
.column_contact .contact_txt {
  text-align: center;
  margin: 50px auto;
  line-height: 2;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .column_contact .contact_txt {
    margin: 30px auto;
  }
}
.column_contact .contact_btn {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  height: 90px;
  font-size: 1.8rem;
  background: #e63241;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 99px;
  font-weight: 600;
  transition: 0.3s;
}
.column_contact .contact_btn:hover {
  background: #d61626;
  opacity: 1;
}/*# sourceMappingURL=style.css.map */