/*************************************************
common-style
*************************************************/
* {
  box-sizing: border-box;
}

.ie_ObjectFit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  scroll-behavior: smooth;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  min-height: 100dvh;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #333;
  line-height: 150%;
}

p {
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 180%;
  margin: 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

.red_text {
  color: #EC1A1A;
}

.blue_text {
  color: #0E66BD;
}

.navy_text {
  color: #083D72;
}

.light-blue_text {
  color: #06AAF1;
}

.bold_text {
  font-weight: 700;
}

.underline_text {
  text-decoration: underline;
}

.obj-fit img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.heading {
  font-size: clamp(26px, 2.7777777778vw, 40px);
  font-weight: 700;
  line-height: 140%;
}

.br-sp {
  display: none;
}
@media screen and (max-width: 490px) {
  .br-sp {
    display: block;
  }
}

@media screen and (max-width: 490px) {
  .br-tb {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
}

.highlight {
  padding: 0 2px;
  background: linear-gradient(transparent 60%, rgba(255, 207, 66, 0.6) 60%);
}

/*************************************************
header
*************************************************/
.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 24px 0 0;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 16px 0 0;
  }
}

.header_inner {
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 1240px) {
  .header_inner {
    width: 100%;
    padding: 0 20px;
  }
}
.header_inner {
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .header_inner {
    width: 100%;
  }
}

.header_logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.header_logo img {
  width: 297px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .header_logo img {
    width: 180px;
  }
}

.header_logo_pr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  padding: 2px 6px;
  background: #EC1A1A;
  color: #fff;
  font-size: clamp(12px, 0.9722222222vw, 14px);
  font-weight: 600;
  border-radius: 2px;
  margin-left: 12px;
}

/*************************************************
footer
*************************************************/
footer {
  position: sticky;
  top: 100%;
}

/*************************************************
top
*************************************************/
.fv {
  position: relative;
  overflow: hidden;
  padding: 150px 0 87px;
  background: #0E66BD url("../images/fv-bg.jpg") center top/cover no-repeat;
}
@media screen and (max-width: 1024px) {
  .fv {
    padding: 100px 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    padding: 70px 0 40px;
    background-image: url("../images/fv-bg_sp.jpg");
  }
}

.fv_inner {
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 1240px) {
  .fv_inner {
    width: 100%;
    padding: 0 20px;
  }
}
.fv_inner {
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .fv_inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .fv_inner {
    text-align: left;
  }
}

.fv_catch {
  display: inline-block;
  margin-bottom: 24px;
  padding: 8px 30px;
  background: rgba(8, 61, 114, 0.6);
  color: #fff;
  font-size: clamp(14px, 1.6666666667vw, 24px);
  font-weight: 700;
  transform: skewX(-7deg);
}
@media screen and (max-width: 768px) {
  .fv_catch {
    padding: 4px 16px;
    margin-bottom: 0;
  }
}

.fv_title {
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(22px, 1.9444444444vw, 28px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 300%;
}
@media screen and (max-width: 768px) {
  .fv_title {
    margin-bottom: 16px;
    line-height: 250%;
  }
}

.fv_title_word {
  font-size: clamp(20px, 2.2222222222vw, 32px);
  position: relative;
  z-index: 2;
}

.fv_title_num {
  font-size: clamp(40px, 3.75vw, 54px);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  position: relative;
  z-index: 2;
}

.fv_title_word2 {
  font-size: clamp(24px, 2.6388888889vw, 38px);
  position: relative;
  z-index: 2;
}

.fv_check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin: 0 4px;
  font-size: clamp(14px, 1.3888888889vw, 20px);
  transform: skewX(-7deg);
  letter-spacing: 0;
  vertical-align: 16px;
  position: relative;
  z-index: 2;
}
.fv_check::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/fv-check.svg) center/cover no-repeat;
  width: 20px;
  height: 20px;
}
.fv_check::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  transform: skewX(7deg);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .fv_check {
    width: 64px;
    height: 64px;
  }
}

.fv_title_main {
  font-size: clamp(54px, 6.5277777778vw, 94px);
  transform: skewX(-7deg);
  letter-spacing: 0.05em;
  margin-top: 24px;
  white-space: nowrap;
  position: relative;
}
.fv_title_main::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100px;
  width: 12.5vw;
  height: 10.625vw;
  background: url(../images/circle.svg) center/cover no-repeat;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .fv_title_main::before {
    width: 128px;
    height: 110px;
    right: 60px;
    text-shadow: -2px 0 10px rgba(9, 43, 78, 0.2), 0 -2px 10px rgba(9, 43, 78, 0.2), 2px 0 10px rgba(9, 43, 78, 0.2), 0 2px 10px rgba(9, 43, 78, 0.2);
  }
}

.fv_title_mark {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: clamp(64px, 8.0555555556vw, 116px);
  margin-left: -20px;
}
@media screen and (max-width: 768px) {
  .fv_title_mark {
    text-shadow: -2px 0 10px rgba(9, 43, 78, 0.2), 0 -2px 10px rgba(9, 43, 78, 0.2), 2px 0 10px rgba(9, 43, 78, 0.2), 0 2px 10px rgba(9, 43, 78, 0.2);
  }
}

.fv_lead {
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(14px, 1.25vw, 18px);
  line-height: 1.8;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .fv_lead {
    margin-bottom: 16px;
    text-shadow: -2px 0 10px rgba(9, 43, 78, 0.3), 0 -2px 10px rgba(9, 43, 78, 0.3), 2px 0 10px rgba(9, 43, 78, 0.3), 0 2px 10px rgba(9, 43, 78, 0.3);
  }
}

.fv_check_list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .fv_check_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 490px) {
  .fv_check_list {
    display: none;
  }
}
.fv_check_list li {
  padding: 6px 16px 6px 38px;
  background: rgba(255, 255, 255, 0.8);
  color: #083D72;
  font-size: clamp(12px, 1.0416666667vw, 15px);
  letter-spacing: 0;
  line-height: 140%;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fv_check_list li {
    padding: 6px 12px 6px 32px;
  }
}
.fv_check_list li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url(../images/check-icon.svg) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .fv_check_list li::before {
    width: 16px;
    height: 16px;
    left: 8px;
  }
}

.fv_btns {
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 1240px) {
  .fv_btns {
    width: 100%;
    padding: 0 20px;
  }
}
.fv_btns {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 16px;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .fv_btns {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .fv_btns {
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
  }
}

.fv_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 24px;
  border-radius: 50px;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
  position: relative;
  width: 350px;
}
@media screen and (max-width: 490px) {
  .fv_btn {
    width: 320px;
  }
}
.fv_btn:hover {
  transform: translateY(4px);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
}
.fv_btn-white {
  background: #fff;
  color: #083D72;
  border: 1px solid #083D72;
  box-shadow: 0 4px 0 rgb(8, 61, 114);
  transition: transform 0.15s, box-shadow 0.15s;
}
.fv_btn-white::after {
  content: "";
  position: absolute;
  background: url(../images/arrow-navy.svg) center/cover no-repeat;
  width: 18px;
  height: 18px;
  right: 24px;
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .fv_btn-white::after {
    right: 12px;
  }
}
.fv_btn-orange {
  background: #FF902E;
  color: #fff;
  box-shadow: 0 4px 0 rgb(158, 91, 34);
  transition: transform 0.15s, box-shadow 0.15s;
}
.fv_btn-orange::after {
  content: "";
  position: absolute;
  background: url(../images/arrow-white.svg) center/cover no-repeat;
  width: 18px;
  height: 18px;
  right: 24px;
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .fv_btn-orange::after {
    right: 16px;
  }
}

.fv_photo {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 70%;
}
.fv_photo img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1440px) {
  .fv_photo {
    width: 55%;
  }
}
@media screen and (max-width: 1024px) {
  .fv_photo {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .fv_photo {
    right: 0;
    bottom: 0;
    width: 100%;
  }
  .fv_photo img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 490px) {
  .fv_photo {
    right: -40px;
    bottom: 30%;
  }
}

/*************************************************
about
*************************************************/
.about {
  padding: 96px 0 0;
  background: linear-gradient(180deg, rgba(228, 242, 248, 0) -8.98%, #E4F2F8 100%);
}
@media screen and (max-width: 768px) {
  .about {
    padding: 60px 0;
  }
}

.about_inner {
  margin: 0 auto;
  max-width: 992px;
}
@media screen and (max-width: 1024px) {
  .about_inner {
    width: 100%;
    padding: 0 20px;
  }
}

.about_heading {
  margin-bottom: 48px;
  color: #333;
  font-size: clamp(24px, 2.2222222222vw, 32px);
  font-weight: 700;
  text-align: center;
  line-height: 140%;
}

.about_heading_badge {
  display: inline-block;
  margin-right: 8px;
  padding: 3px 16px;
  background: #083D72;
  color: #fff;
  font-size: clamp(28px, 3.0555555556vw, 44px);
  padding: 3px 12px;
}

.about_lead {
  position: relative;
  margin-bottom: 40px;
  padding: 24px 52px;
  background: #fff;
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .about_lead {
    padding: 24px 20px;
    margin-bottom: 24px;
  }
}

.about_lead_corner {
  position: absolute;
  width: 54px;
  height: 54px;
  background: url(../images/frame.svg) center/contain no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .about_lead_corner {
    width: 40px;
    height: 40px;
  }
}
.about_lead_corner-tl {
  top: -4px;
  left: -4px;
  transform: rotate(180deg);
}
.about_lead_corner-tr {
  top: -4px;
  right: -4px;
  transform: rotate(270deg);
}
.about_lead_corner-bl {
  bottom: -4px;
  left: -4px;
  transform: rotate(90deg);
}
.about_lead_corner-br {
  right: -4px;
  bottom: -4px;
  transform: rotate(0deg);
}

.about_lead_text {
  font-size: clamp(18px, 1.5277777778vw, 22px);
  font-weight: 700;
  line-height: 180%;
}

.about_body {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .about_body {
    flex-direction: column-reverse;
    gap: 24px;
  }
}

.about_body_text {
  flex: 1;
}

.about_body_text_main {
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 200%;
  margin-bottom: 24px;
}

.about_body_text_note {
  font-size: clamp(12px, 0.9722222222vw, 14px);
  line-height: 200%;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .about_body_text_note {
    padding-bottom: 0;
  }
}

.about_body_img {
  flex-shrink: 0;
  width: 329px;
}
.about_body_img img {
  display: block;
}
@media screen and (max-width: 768px) {
  .about_body_img {
    width: 180px;
    margin: 0 auto;
  }
}

/*************************************************
worries
*************************************************/
.worries {
  position: relative;
  overflow: hidden;
  padding: 96px 0 0;
  background: #F2F2F2;
}
@media screen and (max-width: 768px) {
  .worries {
    padding: 64px 0 0;
  }
}

.worries_inner {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: 784px;
}
@media screen and (max-width: 824px) {
  .worries_inner {
    width: 100%;
    padding: 0 20px;
  }
}

.worries_heading {
  margin-bottom: 32px;
  color: #333;
  font-size: clamp(25px, 2.7777777778vw, 40px);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .worries_heading {
    line-height: 140%;
    margin-bottom: 24px;
  }
}

.worries_heading_large {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.08em;
  font-size: clamp(30px, 3.0555555556vw, 44px);
}

.worries_heading_large_char {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
}
.worries_heading_large_char::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  transform: translateX(-50%);
}

.worries_board {
  position: relative;
  padding: 40px 80px;
  background: url("/images/chalk-texture.jpg") center/cover no-repeat #333;
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .worries_board {
    padding: 32px 20px;
    border-radius: 16px;
  }
}
.worries_board::after {
  content: "";
  position: absolute;
  bottom: -27px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 68px;
  height: 29px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: url("/images/chalk-texture.jpg") center/cover no-repeat #333;
}
@media screen and (max-width: 768px) {
  .worries_board::after {
    bottom: -16px;
    width: 30px;
    height: 16px;
  }
}

.worries_list li {
  position: relative;
  padding: 12px 0 16px 28px;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: clamp(18px, 1.3888888889vw, 20px);
  font-weight: 700;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .worries_list li {
    width: 100%;
    line-height: 140%;
  }
}
.worries_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../images/worries-check-icon.svg) center/contain no-repeat;
}
@media screen and (max-width: 490px) {
  .worries_list li::before {
    top: 26px;
  }
}

.worries_board_img {
  position: absolute;
  bottom: 58px;
  left: calc(50% + 260px);
  z-index: 2;
  width: 154px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .worries_board_img {
    display: none;
  }
}

.worries_solution {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: -40px;
  padding: 60px 0 0;
  background: #fff;
  border-radius: 80% 80% 0 0/120px 120px 0 0;
}
@media screen and (max-width: 768px) {
  .worries_solution {
    margin-top: -20px;
    padding: 40px 0 0;
    border-radius: 80% 80% 0 0/50px 50px 0 0;
  }
}

.worries_solution_inner {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 0 auto;
  max-width: 784px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .worries_solution_inner {
    gap: 8px;
    position: relative;
    justify-content: center;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 768px) and (max-width: 490px) {
  .worries_solution_inner {
    justify-content: flex-end;
  }
}

.worries_solution_img {
  flex-shrink: 0;
  width: 224px;
}
@media screen and (max-width: 768px) {
  .worries_solution_img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20%;
  }
}
@media screen and (max-width: 490px) {
  .worries_solution_img {
    left: -20px;
    width: 25%;
  }
}

.worries_solution_lead {
  margin-bottom: 12px;
  font-size: clamp(18px, 1.3888888889vw, 20px);
  font-weight: 700;
}

.worries_solution_main {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: clamp(20px, 2.2222222222vw, 32px);
  font-weight: 700;
}

.worries_solution_main-navy {
  display: inline-block;
  padding: 4px 12px;
  background: #0E66BD;
  color: #fff;
}

.worries_solution_main-yellow {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 12px;
  background: #0E66BD;
  color: #FFCF42;
}

/*************************************************
table
*************************************************/
.table {
  padding: 96px 0;
  background: #fff url("../images/table-bg.png") center top/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .table {
    padding: 60px 0;
  }
}

.table_inner {
  margin: 0 auto;
  max-width: 992px;
}
@media screen and (max-width: 1024px) {
  .table_inner {
    width: 100%;
    padding: 0 20px;
  }
}

.table_label {
  margin-bottom: 16px;
  text-align: center;
}

.table_label_text {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  font-size: clamp(20px, 1.9444444444vw, 28px);
  font-weight: 700;
  color: #EC1A1A;
}
.table_label_text::before, .table_label_text::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  height: 30px;
  background: #EC1A1A;
}
.table_label_text::before {
  left: 8px;
  transform: translateY(-50%) rotate(-30deg);
}
.table_label_text::after {
  right: 8px;
  transform: translateY(-50%) rotate(30deg);
}

.table_heading {
  margin-bottom: 32px;
  color: #333;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .table_heading {
    margin-bottom: 24px;
  }
}

.table_heading_small {
  font-size: clamp(20px, 1.9444444444vw, 28px);
}

.table_lead {
  margin-bottom: 40px;
  font-size: clamp(16px, 1.25vw, 18px);
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .table_lead {
    text-align: left;
    margin-bottom: 32px;
  }
}

.table_wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 10px 0 0;
}
.table_wrap::-webkit-scrollbar {
  height: 8px;
}
.table_wrap::-webkit-scrollbar-track {
  background: #EDEDED;
  border: 1px solid #EDEDED;
  border-radius: 4px;
}
.table_wrap::-webkit-scrollbar-thumb {
  background: #0E66BD;
  border-radius: 4px;
}

.table_data {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: #fff;
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .table_data {
    min-width: 640px;
    margin-bottom: 8px;
  }
}

.table_data_th {
  padding: 16px 24px;
  background: #EDEDED;
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #C2C2C2;
  position: relative;
}
.table_data_th-left {
  width: 260px;
}
@media screen and (max-width: 768px) {
  .table_data_th-left {
    width: 150px;
  }
}
.table_data_th-recommend {
  width: 200px;
  background: #0E66BD;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .table_data_th-recommend {
    width: 150px;
  }
}

.table_data_th_mark {
  position: absolute;
  top: -6px;
  right: 32px;
  width: 30px;
  height: 30px;
  z-index: 2;
  pointer-events: none;
}
.table_data_th_mark img {
  -o-object-fit: contain;
     object-fit: contain;
}

.table_data_td {
  padding: 12px;
  font-size: clamp(14px, 1.0416666667vw, 15px);
  line-height: 1.7;
  font-weight: 400;
  vertical-align: middle;
  border: 1px solid #C2C2C2;
}
.table_data_td-recommend {
  text-align: center;
  font-weight: 700;
  background: #E9F2FC;
}

.table_data_link {
  color: #0E66BD;
  font-weight: 700;
  font-size: clamp(16px, 1.25vw, 18px);
  text-decoration: underline;
  transition: all 0.3s;
}
.table_data_link:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*************************************************
explanation
*************************************************/
.explanation {
  position: relative;
  background: #083D72;
}
@media screen and (max-width: 490px) {
  .explanation {
    overflow-x: clip;
    overflow-y: visible;
  }
}

.explanation_inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
  max-width: 784px;
  padding: 32px 20px;
}
@media screen and (max-width: 768px) {
  .explanation_inner {
    padding: 24px 20px;
  }
}

.explanation_text {
  padding-left: 9.7222222222vw;
}
@media screen and (max-width: 768px) {
  .explanation_text {
    padding-left: 0;
    padding-right: 100px;
  }
}
@media screen and (max-width: 490px) {
  .explanation_text {
    padding-right: 50px;
  }
}

.explanation_text_small {
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(18px, 1.6666666667vw, 24px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .explanation_text_small {
    margin-bottom: 8px;
    line-height: 140%;
  }
}

.explanation_mark {
  color: #FFCF42;
}

.explanation_text_main {
  color: #fff;
  font-size: clamp(24px, 2.2222222222vw, 32px);
  font-weight: 700;
}

.explanation_img {
  flex-shrink: 0;
  width: 210px;
  margin-top: -60px;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  .explanation_img {
    width: 120px;
    margin-top: -36px;
  }
}
@media screen and (max-width: 490px) {
  .explanation_img {
    right: -40px;
  }
}

/*************************************************
merit
*************************************************/
.merit {
  padding: 96px 0;
}
@media screen and (max-width: 768px) {
  .merit {
    padding: 64px 0;
  }
}

.merit_inner {
  margin: 0 auto;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 1240px) {
  .merit_inner {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .merit_inner {
    width: 100%;
    padding: 0 20px;
  }
}

.merit_heading {
  margin-bottom: 32px;
  text-align: center;
}

.merit_lead {
  margin-bottom: 40px;
  font-size: clamp(16px, 1.25vw, 18px);
  text-align: center;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .merit_lead {
    text-align: left;
  }
}

.merit_cards {
  display: flex;
  align-items: stretch;
  gap: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .merit_cards {
    flex-direction: column;
  }
}

.merit_card {
  position: relative;
  overflow: hidden;
  flex: 1;
  padding: 32px 56px;
  border-radius: 24px;
}
.merit_card-demerit {
  background: #F5F5F5;
}
.merit_card-merit {
  background: #EAF2FC;
}
@media screen and (max-width: 768px) {
  .merit_card {
    padding: 24px 20px;
    border-radius: 16px;
  }
}

.merit_card_deco {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 70px;
  height: 70px;
  pointer-events: none;
}
.merit_card_deco-merit {
  width: 90px;
  height: 90px;
}

.merit_card_heading {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  font-size: clamp(20px, 1.6666666667vw, 24px);
  font-weight: 700;
  text-align: center;
}

.merit_card_list {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .merit_card_list {
    border-radius: 12px;
    padding: 16px;
  }
}
.merit_card_list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid #C2C2C2;
}
@media screen and (max-width: 768px) {
  .merit_card_list li {
    gap: 8px;
    padding: 12px 0;
  }
}

.merit_card_list_icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-top: 2px;
}

.merit_card_list_text {
  font-size: clamp(15px, 1.1805555556vw, 17px);
  line-height: 140%;
}

.merit_note {
  font-size: clamp(18px, 1.6666666667vw, 24px);
  text-align: center;
  line-height: 180%;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .merit_note {
    text-align: left;
  }
}

.merit_note_large {
  font-size: clamp(24px, 2.2222222222vw, 32px);
}

.merit_benefit {
  margin-top: 56px;
  padding: 56px 0;
  background: url(../images/merit-bg.jpg) center center/cover no-repeat;
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .merit_benefit {
    margin-top: 40px;
    border-radius: 16px;
    padding: 40px 0;
  }
}

.merit_benefit_inner {
  max-width: 992px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .merit_benefit_inner {
    padding: 0 20px;
  }
}

.merit_benefit_heading_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .merit_benefit_heading_wrap {
    margin-bottom: 24px;
  }
}

.merit_benefit_heading {
  color: #0E66BD;
  font-size: clamp(22px, 2.2222222222vw, 32px);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 160%;
}

.merit_benefit_heading_line {
  display: block;
  width: 34.7222222222vw;
  height: 2px;
  background: #0E66BD;
}
@media screen and (max-width: 768px) {
  .merit_benefit_heading_line {
    width: 240px;
  }
}

.merit_benefit_img {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .merit_benefit_img {
    margin-bottom: 24px;
  }
}

.merit_benefit_lead {
  margin-bottom: 8px;
  font-size: clamp(16px, 1.3888888889vw, 20px);
  text-align: center;
  line-height: 180%;
}
@media screen and (max-width: 490px) {
  .merit_benefit_lead {
    text-align: left;
  }
}

.merit_note_bottom {
  font-size: clamp(20px, 1.9444444444vw, 28px);
  text-align: center;
  line-height: 160%;
  font-weight: 700;
}
@media screen and (max-width: 490px) {
  .merit_note_bottom {
    text-align: left;
  }
}

/*************************************************
standard
*************************************************/
.standard {
  padding: 96px 0;
  background: #E9F2FC;
}
@media screen and (max-width: 768px) {
  .standard {
    padding: 64px 0;
  }
}

.standard_inner {
  margin: 0 auto;
  max-width: 992px;
}
@media screen and (max-width: 1024px) {
  .standard_inner {
    width: 100%;
    padding: 0 20px;
  }
}

.standard_heading {
  margin-bottom: 32px;
  text-align: center;
}

.standard_heading_num {
  color: #0E66BD;
  font-family: "Poppins", sans-serif;
  font-size: clamp(48px, 5.5555555556vw, 80px);
  font-weight: 500;
}

.standard_lead {
  margin-bottom: 48px;
  font-size: clamp(16px, 1.25vw, 18px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .standard_lead {
    text-align: left;
  }
}

.standard_item {
  margin-bottom: 48px;
  border-radius: 16px 16px 0 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.standard_item:last-of-type {
  margin-bottom: 0;
}

.standard_item_head {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 16px;
  border-radius: 16px 16px 0 0;
  padding: 6px 24px 6px 24px;
  background: #083D72;
}
@media screen and (max-width: 768px) {
  .standard_item_head {
    padding: 16px 20px;
    border-radius: 12px 12px 0 0;
  }
}

.standard_item_badge {
  position: absolute;
  left: -80px;
  top: -50px;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .standard_item_badge {
    width: 60px;
    height: 60px;
    left: -50px;
  }
}

.standard_item_title {
  position: relative;
  color: #fff;
  font-size: clamp(20px, 2.2222222222vw, 32px);
  font-weight: 700;
  line-height: 160%;
  text-align: center;
}

.standard_item_title-small {
  font-size: clamp(18px, 1.6666666667vw, 24px);
}

.standard_item_body {
  padding: 32px 40px 40px 40px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .standard_item_body {
    padding: 24px 20px;
  }
}

.standard_item_text {
  margin-bottom: 24px;
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 180%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .standard_item_text {
    text-align: left;
  }
}

.standard_table_wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.standard_table_wrap::-webkit-scrollbar {
  height: 8px;
}
.standard_table_wrap::-webkit-scrollbar-track {
  background: #EDEDED;
  border: 1px solid #EDEDED;
  border-radius: 4px;
}
.standard_table_wrap::-webkit-scrollbar-thumb {
  background: #0E66BD;
  border-radius: 4px;
}

.standard_table {
  margin: 0 auto;
  border-collapse: collapse;
  background: #fff;
}
.standard_table th, .standard_table td {
  padding: 16px 24px;
  border: 1px solid #cdcdcd;
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .standard_table th, .standard_table td {
    padding: 8px 12px;
  }
}
.standard_table thead th {
  background: #EDEDED;
  font-weight: 700;
  font-size: clamp(16px, 1.25vw, 18px);
  min-height: 60px;
}
.standard_table tbody th {
  background: #EDEDED;
}

.standard_item_conclusion {
  font-size: clamp(18px, 1.6666666667vw, 24px);
  font-weight: 700;
  text-align: center;
  line-height: 180%;
  margin-top: 24px;
}

.standard_item_annotation {
  font-size: clamp(12px, 0.9027777778vw, 13px);
  margin-top: 8px;
  color: #888;
}

.standard_item_conclusion_annotation {
  text-align: center;
}

.standard_note {
  display: flex;
  gap: 24px;
  padding: 24px;
  background: #F2F2F2;
  border-radius: 16px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .standard_note {
    flex-direction: column;
    gap: 16px;
    padding: 24px 12px;
    margin-top: 24px;
  }
}

.standard_note_label {
  flex-shrink: 0;
  color: #06AAF1;
  font-size: clamp(17px, 1.5277777778vw, 22px);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-style: wavy;
  text-decoration-color: #06AAF1;
  text-underline-offset: 8px;
  line-height: 180%;
}

.standard_note_text {
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 180%;
}

.standard_table-compare {
  width: 100%;
  min-width: 760px;
  table-layout: fixed;
}
.standard_table-compare th, .standard_table-compare td {
  padding: 12px;
  font-size: clamp(13px, 0.9722222222vw, 14px);
  line-height: 1.6;
  white-space: normal;
  vertical-align: middle;
}
.standard_table-compare td .standard_icon {
  display: block;
  margin: 0 0 4px;
}
.standard_table-compare td .standard_icon.obj-fit {
  width: 30px;
  height: 30px;
  margin: 0 auto 8px;
}
.standard_table-compare td .standard_icon.standard_icon-bad {
  width: 26px;
  height: 26px;
}
.standard_table-compare thead th {
  background: #EDEDED;
  font-weight: 700;
  text-align: center;
}
.standard_table-compare tbody th {
  background: #F9F9F9;
  font-weight: 700;
  white-space: nowrap;
  height: 50px;
}

.standard_table-list {
  width: 100%;
  min-width: 760px;
}
.standard_table-list th, .standard_table-list td {
  padding: 12px 8px;
  font-size: clamp(13px, 0.9722222222vw, 14px);
  font-weight: 400;
  line-height: 1.6;
  white-space: normal;
}
.standard_table-list thead th {
  background: #EDEDED;
  font-weight: 700;
}
.standard_table-list tbody td:first-child {
  text-align: left;
  font-weight: 700;
}

.standard_table_row-pr {
  background: #EAF2FC;
}
.standard_table_row-pr td {
  color: #0E66BD;
  font-weight: 700;
  font-size: clamp(13px, 0.9722222222vw, 14px);
}

.standard_table_th-pr {
  background: #0E66BD !important;
  color: #fff;
}

.standard_table_th-pr_inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .standard_table_th-pr_inner {
    flex-direction: column;
    gap: 4px;
  }
}

.standard_table_td-price {
  font-size: clamp(16px, 1.25vw, 18px) !important;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.standard_table_td-head {
  background: #F9F9F9;
}

.standard_table_pr {
  display: inline-block;
  margin-left: 4px;
  padding: 1px 6px;
  background: #fff;
  color: #0E66BD;
  font-size: 1rem;
  font-weight: 700;
  vertical-align: middle;
}

.standard_table_td-pr {
  background: #EAF2FC;
  font-weight: 700 !important;
  color: #0E66BD;
}

.standard_table_note {
  display: block;
  color: #0E66BD;
  font-size: 1.2rem;
}

.standard_table_price {
  display: block;
  color: #0E66BD;
  font-size: clamp(16px, 1.25vw, 18px);
  font-family: "Poppins", sans-serif;
}

.standard_table_desc {
  display: block;
  font-size: 1.2rem;
}

.standard_table_amount {
  display: block;
  font-size: clamp(16px, 1.25vw, 18px);
  font-family: "Poppins", sans-serif;
}

.standard_icon {
  display: inline-block;
  margin-right: 4px;
  font-weight: 700;
}
.standard_icon-great {
  width: 25px;
  height: auto;
}
.standard_icon-good {
  width: 25px;
  height: auto;
}
.standard_icon-normal {
  width: 26px;
  height: auto;
}
.standard_icon-bad {
  width: 22px;
  height: auto;
}

.standard_row {
  display: flex;
  gap: 48px;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .standard_row {
    flex-direction: column;
    margin-top: 40px;
  }
}

.standard_item-sm {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-bottom: 0;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
}
.standard_item-sm .standard_item_body {
  flex: 1;
}

.standard_item_title-sm {
  line-height: 120%;
}

.standard_item_row_text {
  text-align: left;
}

/*************************************************
fail
*************************************************/
.fail {
  padding: 96px 0;
  background: url(../images/fail-bg.jpg) center top/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .fail {
    padding: 64px 0;
  }
}

.fail_inner {
  margin: 0 auto;
  max-width: 992px;
}
@media screen and (max-width: 1024px) {
  .fail_inner {
    width: 100%;
    padding: 0 20px;
  }
}

.table_label_text-fail {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  font-size: clamp(20px, 1.9444444444vw, 28px);
  font-weight: 700;
  color: #333;
}
.table_label_text-fail::before, .table_label_text-fail::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  height: 30px;
  background: #333;
}
.table_label_text-fail::before {
  left: 8px;
  transform: translateY(-50%) rotate(-30deg);
}
.table_label_text-fail::after {
  right: 8px;
  transform: translateY(-50%) rotate(30deg);
}
.table_label_text-fail img {
  width: 30px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}

.fail_heading {
  margin-bottom: 32px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fail_heading {
    margin-bottom: 24px;
    font-size: clamp(23px, 6.1538461538vw, 24px);
  }
}

.fail_heading_num_wrap {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.fail_heading_num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.4444444444vw;
  height: 4.4444444444vw;
  background: #EDEDED;
  border-radius: 50%;
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: clamp(32px, 3.3333333333vw, 48px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .fail_heading_num {
    width: 40px;
    height: 40px;
    font-size: 2.4rem;
  }
}

.fail_heading_deco {
  position: absolute;
  top: -18px;
  right: -26px;
  width: 30px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .fail_heading_deco {
    width: 22px;
    top: -12px;
    right: -18px;
  }
}

.fail_lead {
  margin-bottom: 40px;
  font-size: clamp(16px, 1.25vw, 18px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fail_lead {
    text-align: left;
    margin-bottom: 32px;
    line-height: 180%;
  }
}

.fail_row {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .fail_row {
    flex-direction: column;
  }
}

.fail_card {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 16px;
  background: url(../images/fail-inner-bg.jpg) center/cover no-repeat;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .fail_card {
    padding: 32px 20px;
  }
}

.fail_card_icon {
  display: inline-block;
  width: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .fail_card_icon {
    margin-bottom: 12px;
  }
}

.fail_card_title {
  display: inline-block;
  margin-bottom: 24px;
  color: #333;
  font-size: clamp(18px, 1.5277777778vw, 22px);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-style: wavy;
  text-decoration-color: #cdcdcd;
  text-decoration-thickness: 3px;
  text-underline-offset: 8px;
  line-height: 180%;
}

.fail_card_text {
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.8;
  text-align: left;
}

/*************************************************
cta
*************************************************/
.cta {
  padding: 48px 0;
  background: url(../images/cta-bg.jpg) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .cta {
    padding: 40px 0;
    background: url(../images/cta-bg_sp.jpg) center/cover no-repeat;
  }
}

.cta_card {
  margin: 0 auto;
  max-width: 992px;
  padding: 40px;
  background: #fff;
  border-radius: 24px;
}
@media screen and (max-width: 1024px) {
  .cta_card {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .cta_card {
    padding: 40px 20px;
    border-radius: 16px;
  }
}

.cta_heading {
  margin-bottom: 24px;
  color: #333;
  font-size: clamp(20px, 1.6666666667vw, 24px);
  font-weight: 700;
  line-height: 180%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cta_heading {
    margin-bottom: 16px;
  }
}

.cta_heading_highlight {
  display: inline;
  padding: 0 4px;
  background: linear-gradient(transparent 65%, rgba(255, 207, 66, 0.6) 65%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.cta_note {
  margin-bottom: 24px;
  font-size: clamp(16px, 1.25vw, 18px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cta_note {
    text-align: left;
  }
}

.cta_btns {
  display: flex;
  justify-content: center;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .cta_btns {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}

.cta_btn_group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.cta_btn_label {
  padding: 2px 16px;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  font-size: clamp(13px, 0.9722222222vw, 14px);
  font-weight: 700;
}
@media screen and (max-width: 490px) {
  .cta_btn_label {
    width: 300px;
  }
}
.cta_btn_label-line {
  background: #C2F5D7;
  color: #04A646;
}
.cta_btn_label-orange {
  background: #FFEAD7;
  color: #FF973C;
}
.cta_btn_label-blue {
  background: #E5F0FB;
  color: #1F6BB6;
}

.cta_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 340px;
  max-width: 100%;
  padding: 22px 24px;
  border-radius: 50px;
  color: #fff;
  font-size: clamp(15px, 1.1111111111vw, 16px);
  font-weight: 700;
  text-align: center;
  transition: transform 0.15s, box-shadow 0.15s;
  padding-left: 50px;
  white-space: nowrap;
}
@media screen and (max-width: 490px) {
  .cta_btn {
    width: 300px;
  }
}
.cta_btn:hover {
  transform: translateY(4px);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
}
.cta_btn-line {
  background: #06C755;
  box-shadow: 0 5px 0 0 #04903D;
}
.cta_btn-orange {
  background: #FF902E;
  box-shadow: 0 4px 0 rgb(158, 91, 34);
}
.cta_btn-navy {
  background: #083D72;
  box-shadow: 0 4px 0 rgb(6, 39, 71);
}

.cta_btn_arrow {
  display: inline-block;
  width: 18px;
}

/*************************************************
comparison
*************************************************/
.comparison {
  padding: 96px 0;
  position: relative;
}
.comparison::after {
  position: absolute;
  content: "";
  background: url(../images/comparison-bg.jpg) center/cover no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .comparison {
    padding: 64px 0;
  }
}

.comparison_inner {
  margin: 0 auto;
  max-width: 992px;
}
@media screen and (max-width: 1024px) {
  .comparison_inner {
    width: 100%;
    padding: 0 20px;
  }
}

.comparison_heading {
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .comparison_heading {
    margin-bottom: 24px;
  }
}

.comparison_lead {
  margin-bottom: 40px;
  font-size: clamp(16px, 1.25vw, 18px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .comparison_lead {
    margin-bottom: 32px;
  }
}

.comparison_recommend {
  margin-top: 40px;
  padding: 32px;
  background: #F2F2F2;
  border-radius: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .comparison_recommend {
    padding: 20px;
    border-radius: 12px;
  }
}
.comparison_recommend::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 10%;
  width: 42px;
  height: 78px;
  background: url(../images/finger-img.svg) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .comparison_recommend::after {
    top: -10px;
    right: -10px;
    width: 30px;
    height: 56px;
  }
}

.comparison_recommend_text {
  margin-bottom: 12px;
  font-size: clamp(18px, 1.3888888889vw, 20px);
  font-weight: 700;
  line-height: 180%;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #333;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}
@media screen and (max-width: 768px) {
  .comparison_recommend_text {
    text-align: left;
  }
}

.comparison_recommend_note {
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 180%;
  text-align: left;
}

.comparison_annotation {
  font-size: clamp(12px, 0.9027777778vw, 13px);
  margin-top: 8px;
  color: #888;
  line-height: 180%;
}

/*************************************************
detail-comparison
*************************************************/
.detail-comparison {
  padding: 96px 0;
  background: url(../images/detail-comparison-bg.jpg) center top/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .detail-comparison {
    padding: 64px 0;
  }
}

.detail-comparison_inner {
  margin: 0 auto;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 1240px) {
  .detail-comparison_inner {
    width: 100%;
    padding: 0 20px;
  }
}

.detail-comparison_heading {
  margin-bottom: 32px;
  color: #333;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .detail-comparison_heading {
    font-size: 2.6rem;
    margin-bottom: 24px;
  }
}

.detail-comparison_lead {
  margin-bottom: 40px;
  color: #333;
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .detail-comparison_lead {
    margin-bottom: 32px;
  }
}

.detail_card_list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.detail_card {
  padding: 40px 104px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1024px) {
  .detail_card {
    padding: 32px 40px;
  }
}
@media screen and (max-width: 768px) {
  .detail_card {
    padding: 24px 20px;
    border-radius: 16px;
  }
}

.detail_card_head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .detail_card_head {
    flex-wrap: wrap;
    gap: 8px 12px;
  }
}

.detail_card_num {
  display: inline-block;
  transform: skewX(-7deg) scaleY(0.99);
  color: #0E66BD;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .detail_card_num {
    font-size: 3.2rem;
  }
}

.detail_card_title {
  color: #333;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .detail_card_title {
    font-size: 1.9rem;
  }
}

.detail_card_pr {
  display: inline-block;
  padding: 2px 8px;
  background: #EC1A1A;
  border-radius: 4px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
}

.detail_card_line {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
.detail_card_line img {
  display: block;
  width: 100%;
  height: 6px;
}

.detail_card_body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.detail_card_row {
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .detail_card_row {
    flex-direction: column;
    gap: 24px;
  }
}

.detail_card_col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  flex: 1;
  min-width: 0;
}

.detail_card_img {
  width: 100%;
  max-width: 392px;
  border: 1px solid #C2C2C2;
}
.detail_card-featured .detail_card_img {
  max-width: 784px;
}
.detail_card_img img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.detail_card_info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  flex: 1;
  min-width: 0;
}

.detail_info_item {
  padding: 12px 24px;
  background: #F2F2F2;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .detail_info_item {
    border-radius: 8px;
  }
}
.detail_info_item-human {
  background: #E9F2FC;
}
.detail_info_item-point {
  background: #FFEAD7;
}

.detail_info_label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: #888;
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 700;
  letter-spacing: 0.05em;
}
.detail_info_item-human .detail_info_label {
  color: #1F6BB6;
}
.detail_info_item-point .detail_info_label {
  color: #FF973C;
}

.detail_info_icon {
  display: inline-block;
  flex-shrink: 0;
  width: 25px;
}
.detail_info_icon img {
  display: block;
  width: 100%;
  height: auto;
}

.detail_info_text {
  color: #333;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  line-height: 180%;
  letter-spacing: 0.05em;
}

.detail_card_text {
  color: #333;
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.05em;
}

/*************************************************
type
*************************************************/
.type {
  padding: 96px 0;
}
@media screen and (max-width: 768px) {
  .type {
    padding: 60px 0;
  }
}

.type_inner {
  margin: 0 auto;
  max-width: 992px;
}
@media screen and (max-width: 1024px) {
  .type_inner {
    width: 100%;
    padding: 0 20px;
  }
}

.type_heading {
  margin-bottom: 32px;
  color: #333;
  text-align: center;
}

.type_lead {
  margin-bottom: 40px;
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 180%;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .type_lead {
    text-align: left;
    margin-bottom: 24px;
  }
}

.type_wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 10px 0 0;
}
.type_wrap::-webkit-scrollbar {
  height: 8px;
}
.type_wrap::-webkit-scrollbar-track {
  background: #EDEDED;
  border: 1px solid #EDEDED;
  border-radius: 4px;
}
.type_wrap::-webkit-scrollbar-thumb {
  background: #0E66BD;
  border-radius: 4px;
}

.type_data {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .type_data {
    min-width: 100%;
    margin-bottom: 10px;
  }
}

.type_data_th_icon {
  width: 24px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .type_data_th_icon {
    width: 18px;
  }
}

.type_data_th_mark {
  position: absolute;
  top: -6px;
  right: 28%;
  width: 30px;
  height: 30px;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .type_data_th_mark {
    right: 20%;
  }
}
@media screen and (max-width: 490px) {
  .type_data_th_mark {
    right: 20px;
  }
}
.type_data_th_mark img {
  -o-object-fit: contain;
     object-fit: contain;
}

.type_data_th {
  padding: 20px 12px;
  background: #EDEDED;
  border: 1px solid #c2c2c2;
  font-size: clamp(15px, 1.3888888889vw, 20px);
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .type_data_th {
    padding: 12px;
  }
}
.type_data_th-type {
  width: 40%;
}
.type_data_th-recommend {
  width: 60%;
  background: #0E66BD;
  color: #fff;
}

.type_data_th_inner {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .type_data_th_inner {
    flex-direction: column;
    gap: 4px;
  }
}

.type_data_td {
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #C2c2c2;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .type_data_td {
    padding: 18px 12px;
    text-align: left;
  }
}
.type_data_td-recommend {
  background: #E9F2FC;
  color: #0E66BD;
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 700;
}

/*************************************************
recommend
*************************************************/
.recommend {
  padding: 96px 0 0;
  background: #E9F2FC;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .recommend {
    padding: 60px 0 0;
  }
}

.recommend_inner {
  margin: 0 auto;
  max-width: 992px;
}
@media screen and (max-width: 1024px) {
  .recommend_inner {
    width: 100%;
    padding: 0 20px;
  }
}
.recommend_inner-large {
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 1240px) {
  .recommend_inner-large {
    width: 100%;
    padding: 0 20px;
  }
}

.recommend_heading_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .recommend_heading_wrap {
    gap: 4px;
    margin-bottom: 12px;
  }
}

.recommend_label {
  color: #0E66BD;
  font-size: clamp(20px, 1.9444444444vw, 28px);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}

.recommend_label_line {
  display: block;
  width: 292px;
  max-width: 100%;
  height: 2px;
  background: #0E66BD;
}
@media screen and (max-width: 768px) {
  .recommend_label_line {
    width: 220px;
  }
}

.recommend_title_row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .recommend_title_row {
    margin-bottom: 24px;
  }
}

.recommend_title {
  color: #333;
  font-size: clamp(28px, 2.7777777778vw, 40px);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}

.recommend_pr {
  display: inline-block;
  padding: 2px 8px;
  background: #EC1A1A;
  border-radius: 4px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
}

.recommend_intro {
  padding-bottom: 40px;
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 180%;
  letter-spacing: 0.05em;
  text-align: center;
  width: 70%;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 590px) {
  .recommend_intro {
    width: 100%;
    padding-bottom: 32px;
    margin-top: 120px;
  }
}
.recommend_intro::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -230px;
  background: url(../images/recommend-illust.svg) center center/cover no-repeat;
  width: 184px;
  height: 165px;
}
@media screen and (max-width: 590px) {
  .recommend_intro::before {
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 120px;
    height: 108px;
  }
}
@media screen and (max-width: 768px) {
  .recommend_intro {
    text-align: left;
  }
}

.recommend_reasons {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 0 auto 48px auto;
  max-width: 1200px;
}
@media screen and (max-width: 1220px) {
  .recommend_reasons {
    margin: 0 0 48px 0;
  }
}

.recommend_reason {
  width: calc(100% + (100vw - 1200px) / 2);
  margin-left: calc((100vw - 1200px) / -2);
  margin-right: auto;
  padding: 56px 104px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 0 24px 24px 0;
}
@media screen and (max-width: 1220px) {
  .recommend_reason {
    width: 97%;
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .recommend_reason {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .recommend_reason {
    padding: 32px 20px;
    border-radius: 0 16px 16px 0;
  }
}
.recommend_reason-right {
  width: calc(100% + (100vw - 1200px) / 2);
  border-radius: 24px 0 0 24px;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 1220px) {
  .recommend_reason-right {
    width: 97%;
    margin-left: 20px;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .recommend_reason-right {
    border-radius: 16px 0 0 16px;
  }
}

.recommend_reason_inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 992px;
}
@media screen and (max-width: 768px) {
  .recommend_reason_inner {
    gap: 32px;
  }
}

.recommend_reason .recommend_reason_inner {
  margin-left: auto;
}

.recommend_reason-right .recommend_reason_inner {
  margin-right: auto;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .recommend_reason-right .recommend_reason_inner {
    padding-right: 20px;
  }
}

.recommend_reason_head {
  display: inline-flex;
  align-items: baseline;
  gap: 16px;
  max-width: 100%;
  padding-bottom: 16px;
  border-bottom: 3px dotted #C2C2C2;
}
@media screen and (max-width: 768px) {
  .recommend_reason_head {
    display: flex;
    flex-wrap: wrap;
  }
}

.recommend_reason_num_wrap {
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
  color: #6FA9E4;
}

.recommend_reason_num_label {
  font-size: 1.6rem;
  font-weight: 700;
}

.recommend_reason_num {
  font-family: "Poppins", sans-serif;
  font-size: clamp(36px, 3.8888888889vw, 56px);
  font-weight: 500;
}

.recommend_reason_title {
  display: inline;
  color: #333;
  font-size: clamp(20px, 1.9444444444vw, 28px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.recommend_reason_title_small {
  font-size: clamp(15px, 1.3888888889vw, 20px);
}

.recommend_reason_row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
}
@media screen and (max-width: 1024px) {
  .recommend_reason_row {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}

.recommend_reason_col {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
  min-width: 0;
}

.recommend_reason_text {
  color: #333;
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.recommend_reason_text a {
  text-decoration: underline;
  transition: all 0.3s;
}
.recommend_reason_text a:hover {
  opacity: 0.7;
}

.recommend_reason_price_label,
.recommend_reason_price_value {
  font-size: clamp(14px, 1.0416666667vw, 15px);
}

.recommend_reason_img {
  flex-shrink: 0;
  width: 472px;
  max-width: 100%;
}
.recommend_reason_img img {
  display: block;
  width: 100%;
  height: auto;
}

.recommend_reason_img-row {
  width: 100%;
}

.recommend_reason_price_compare {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.recommend_reason_price_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #C2C2C2;
  color: #333;
  font-size: 1.5rem;
  font-weight: 500;
}
.recommend_reason_price_row-us {
  color: #0E66BD;
  font-weight: 700;
}

.recommend_reason_price_num {
  font-family: "Poppins", sans-serif;
  font-size: clamp(18px, 1.3888888889vw, 20px);
}

.recommend_reason_sub {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.recommend_reason_sub_title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.recommend_reason_sub_title::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #0E66BD;
}

.recommend_reason_lead {
  color: #333;
  font-size: clamp(16px, 1.6666666667vw, 24px);
  line-height: 180%;
  letter-spacing: 0.05em;
  text-align: center;
}
.recommend_reason_lead-small {
  font-size: clamp(18px, 1.3888888889vw, 20px);
}

.recommend_reason_list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.recommend_reason_list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #333;
  font-size: clamp(14px, 1.1111111111vw, 16px);
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.recommend_reason_list_icon {
  display: inline-block;
  flex-shrink: 0;
  width: 18px;
  margin-top: 6px;
}

.recommend_note {
  padding: 32px 24px 24px;
  border: 1px solid #C2C2C2;
  border-radius: 16px;
  background: url(../images/recommend-inner-bg.jpg) center center/cover no-repeat;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recommend_note {
    padding: 24px 8px 16px;
  }
}
.recommend_note-reason1::before {
  content: "";
  position: absolute;
  background: url(../images/text-img.svg) center center/cover no-repeat;
  width: 85px;
  height: 20px;
  left: 40px;
  top: -5px;
}
@media screen and (max-width: 768px) {
  .recommend_note-reason1::before {
    left: -16px;
  }
}
.recommend_note-reason2 {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .recommend_note-reason2 {
    margin-top: 24px;
  }
}

.recommend_note_label {
  display: inline-block;
  padding: 2px 24px;
  line-height: 180%;
  background: #083D72;
  border-radius: 999px;
  color: #fff;
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
  position: absolute;
  top: -16px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.recommend_note_text {
  color: #333;
  font-size: clamp(13px, 1.1111111111vw, 16px);
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: left;
}

.recommend_process {
  margin-bottom: 56px;
  padding: 56px 104px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .recommend_process {
    border-radius: 16px;
    padding: 32px 20px;
    margin-bottom: 40px;
  }
}

.recommend_process_heading_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .recommend_process_heading_wrap {
    margin-bottom: 32px;
  }
}

.recommend_process_heading {
  color: #0E66BD;
  font-size: clamp(20px, 1.9444444444vw, 28px);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}

.recommend_process_heading_line {
  display: block;
  width: 514px;
  max-width: 100%;
  height: 2px;
  background: #0E66BD;
}

.recommend_process_list {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 1024px) {
  .recommend_process_list {
    flex-wrap: wrap;
  }
}

.recommend_process_item {
  flex: 1;
  min-width: 150px;
  padding: 24px 20px 36px;
  background: #F2F8FF;
  border-radius: 8px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .recommend_process_item {
    flex: 1 1 calc(33.333% - 8px);
  }
}
@media screen and (max-width: 768px) {
  .recommend_process_item {
    flex: 1 1 calc(50% - 6px);
    padding: 24px 20px;
  }
}

.recommend_process_icon {
  display: inline-block;
  width: 48px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .recommend_process_icon {
    margin-bottom: 12px;
  }
}
.recommend_process_icon img {
  display: block;
  width: 100%;
  height: auto;
}

.recommend_process_title {
  margin-bottom: 12px;
  color: #0E66BD;
  font-size: clamp(16px, 1.3888888889vw, 20px);
  font-weight: 700;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #0E66BD;
  padding-bottom: 4px;
}

.recommend_process_text {
  color: #333;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: left;
}

.recommend_voice {
  position: relative;
  margin: 0 auto 56px auto;
  padding: 56px 104px;
  background: url(../images/recommend-inner-bg.jpg) center center/cover no-repeat;
  border-radius: 24px;
  max-width: 992px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .recommend_voice {
    padding: 32px 20px;
    margin: 0 auto 40px auto;
    border-radius: 16px;
  }
}

.recommend_voice_heading_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .recommend_voice_heading_wrap {
    margin-bottom: 32px;
  }
}

.recommend_voice_heading {
  color: #0E66BD;
  font-size: clamp(20px, 1.9444444444vw, 28px);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}

.recommend_voice_heading_line {
  display: block;
  width: 145px;
  height: 2px;
  background: #0E66BD;
}

.recommend_voice_body {
  display: flex;
  align-items: center;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .recommend_voice_body {
    flex-direction: column;
    gap: 24px;
  }
}

.recommend_voice_illust {
  display: inline-block;
  flex-shrink: 0;
  width: 160px;
}
@media screen and (max-width: 768px) {
  .recommend_voice_illust {
    width: 120px;
  }
}

.recommend_voice_text {
  color: #333;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.recommend_voice_list {
  padding-left: 20px;
  margin-top: 12px;
}
.recommend_voice_list li {
  list-style: disc;
  color: #333;
  font-size: clamp(14px, 1.25vw, 18px);
  line-height: 180%;
  letter-spacing: 0.05em;
}
.recommend_voice_list li + li {
  margin-top: 4px;
}

.recommend_voice_links {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .recommend_voice_links {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
  }
}

.recommend_voice_link_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 1;
  max-width: 100%;
  padding: 16px 24px 22px;
  background: #fff;
  border: 5px solid #EDEDED;
  transition: transform 0.15s, box-shadow 0.15s;
}
.recommend_voice_link_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .recommend_voice_link_card {
    padding: 16px 20px 20px;
    width: 100%;
  }
}

.recommend_voice_link_title {
  color: #333;
  font-size: clamp(18px, 1.3888888889vw, 20px);
  font-weight: 500;
  letter-spacing: 0.05em;
}

.recommend_voice_link_line {
  display: block;
  width: 118px;
  height: 0;
  margin-bottom: 16px;
  border-bottom: 3px dotted #C2C2C2;
}
.recommend_voice_link_card-youtube .recommend_voice_link_line {
  width: 188px;
}

.recommend_voice_link_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 47px;
}
.recommend_voice_link_logo img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 47px;
}

.recommend_voice_link_note {
  margin-top: 8px;
  color: #333;
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: 0.05em;
  text-align: center;
}

.recommend_voice_link_arrow {
  display: inline-block;
  position: absolute;
  right: 30px;
  bottom: 22px;
  width: 30px;
}
@media screen and (max-width: 490px) {
  .recommend_voice_link_arrow {
    right: 10px;
  }
}
.recommend_voice_link_arrow img {
  display: block;
  width: 100%;
  height: auto;
}

.recommend_suit {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-bottom: 96px;
}
@media screen and (max-width: 1024px) {
  .recommend_suit {
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .recommend_suit {
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin-bottom: 64px;
  }
}

.recommend_suit_box {
  position: relative;
  flex: 1;
  max-width: 100%;
  min-height: 318px;
  padding: 24px;
  background: #fff;
  border: 2px solid #C2C2C2;
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .recommend_suit_box {
    width: 100%;
    min-height: auto;
    padding: 24px 20px;
    border-radius: 16px;
  }
}
.recommend_suit_box-yes {
  border-color: #0E66BD;
}

.recommend_suit_head {
  margin: -24px -24px 24px;
  padding: 24px;
  background: #EDEDED;
  border-radius: 22px 22px 0 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recommend_suit_head {
    padding: 16px;
    margin: -24px -20px 24px;
    border-radius: 14px 14px 0 0;
  }
}
.recommend_suit_box-yes .recommend_suit_head {
  background: #0E66BD;
}

.recommend_suit_title {
  color: #333;
  font-size: clamp(20px, 1.9444444444vw, 28px);
  font-weight: 700;
  letter-spacing: 0.05em;
}
.recommend_suit_box-yes .recommend_suit_title {
  color: #fff;
}

.recommend_suit_icon {
  position: absolute;
  top: -20px;
  right: 20%;
  width: 54px;
}
@media screen and (max-width: 768px) {
  .recommend_suit_icon {
    width: 44px;
  }
}
.recommend_suit_box-yes .recommend_suit_icon {
  width: 65px;
}
@media screen and (max-width: 768px) {
  .recommend_suit_box-yes .recommend_suit_icon {
    width: 55px;
  }
}

.recommend_suit_list {
  padding-left: 20px;
}
.recommend_suit_list li {
  list-style: disc;
  color: #333;
  font-size: clamp(14px, 1.25vw, 18px);
  line-height: 180%;
  letter-spacing: 0.05em;
}
.recommend_suit_list li + li {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .recommend_suit_list li + li {
    margin-top: 8px;
  }
}

.recommend_cta {
  position: relative;
  padding: 60px 0;
  background: url(../images/cta-bg.jpg) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .recommend_cta {
    padding: 48px 0 48px;
    background: url(../images/cta-bg_sp.jpg) center/cover no-repeat;
  }
}

.recommend_cta_stamp {
  position: absolute;
  left: 10px;
  top: -20px;
  transform: rotate(-13deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 134px;
  height: 134px;
  border-radius: 50%;
  background: #FFCF42;
  color: #333;
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .recommend_cta_stamp {
    left: -10px;
  }
}
@media screen and (max-width: 768px) {
  .recommend_cta_stamp {
    width: 96px;
    height: 96px;
    top: -40px;
  }
}

.recommend_cta_card {
  position: relative;
  margin: 0 auto;
  max-width: 992px;
  padding: 40px 119px;
  background: #fff;
  border-radius: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .recommend_cta_card {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .recommend_cta_card {
    padding: 48px 20px 32px;
    border-radius: 16px;
  }
}

.recommend_cta_heading {
  position: relative;
  display: inline-block;
  margin-bottom: 24px;
  font-size: clamp(20px, 1.9444444444vw, 28px);
  font-weight: 700;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .recommend_cta_heading {
    margin-bottom: 16px;
  }
}

.recommend_cta_note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: clamp(14px, 1.25vw, 18px);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .recommend_cta_note {
    margin-bottom: 8px;
  }
}

.recommend_cta_note_quote {
  flex-shrink: 0;
  width: 20px;
  height: auto;
}
@media screen and (max-width: 590px) {
  .recommend_cta_note_quote {
    width: 24px;
  }
}

.br-590 {
  display: none;
}
@media screen and (max-width: 590px) {
  .br-590 {
    display: block;
  }
}

/*************************************************
faq
*************************************************/
.faq {
  position: relative;
  padding: 96px 0;
  background: url(../images/faq-bg.jpg) center top/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 64px 0;
  }
}

.faq_inner {
  margin: 0 auto;
  max-width: 992px;
}
@media screen and (max-width: 1024px) {
  .faq_inner {
    width: 100%;
    padding: 0 20px;
  }
}

.faq_heading {
  margin-bottom: 48px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}

.faq_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.faq_item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .faq_item {
    border-radius: 8px;
  }
}

.faq_item_q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 24px;
  cursor: pointer;
  list-style: none;
}
.faq_item_q::-webkit-details-marker {
  display: none;
}
.faq_item_q .faq_item_text {
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 180%;
}

.faq_item_q_left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.faq_item_mark {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: clamp(18px, 1.5277777778vw, 22px);
}
.faq_item_mark-q {
  background: #0E66BD;
}
.faq_item_mark-a {
  background: #888;
}

.faq_item_icon {
  position: relative;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.faq_item_icon::before, .faq_item_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #0E66BD;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
}
.faq_item_icon::before {
  width: 16px;
  height: 2px;
}
.faq_item_icon::after {
  width: 2px;
  height: 16px;
}
.faq_item[open] .faq_item_icon::after {
  transform: translate(-50%, -50%) rotate(90deg) scale(0);
}

.faq_item_a {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 0 24px 16px;
}
.faq_item_a .faq_item_text {
  padding-top: 6px;
  color: #333;
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.05em;
}

/*************************************************
last-cta
*************************************************/
.last-cta {
  position: relative;
  padding: 80px 0;
  background: #0E66BD url(../images/cta-last-bg.jpg) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .last-cta {
    padding: 48px 0;
  }
}

.last-cta_card {
  position: relative;
  margin: 0 auto;
  max-width: 992px;
  padding: 40px 56px;
  background: #fff;
  border-radius: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .last-cta_card {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .last-cta_card {
    padding: 32px 20px;
    border-radius: 16px;
  }
}

.last-cta_heading {
  position: relative;
  display: inline-block;
  margin-bottom: 24px;
  font-size: clamp(20px, 1.9444444444vw, 28px);
  font-weight: 700;
  line-height: 180%;
}

.last-cta_sub {
  margin-bottom: 24px;
  color: #333;
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.05em;
}

.last-cta_text {
  margin-bottom: 24px;
  color: #333;
  font-size: clamp(15px, 1.1111111111vw, 16px);
  line-height: 180%;
  letter-spacing: 0.05em;
  text-align: left;
}

.last-cta_highlight {
  color: #FF902E;
}
.last-cta_highlight-bold {
  font-weight: 700;
}

.last-cta_note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 12px;
  color: #333;
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .last-cta_note {
    flex-wrap: wrap;
  }
}

.last-cta_note_bubble {
  display: inline-block;
  flex-shrink: 0;
  width: 18px;
}
@media screen and (max-width: 590px) {
  .last-cta_note_bubble {
    width: 24px;
  }
}

.last-cta_gift_img {
  width: 100%;
  margin-top: 40px;
}
.last-cta_gift_img img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .last-cta_gift_img {
    margin-top: 32px;
  }
}

.last-cta_gift {
  padding: 24px 0 32px;
  background: rgba(161, 225, 123, 0.4);
  border-radius: 16px;
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .last-cta_gift {
    padding: 24px 20px;
    margin-top: 32px;
  }
}

.last-cta_gift_ribbon {
  width: 220px;
  height: auto;
  display: block;
}

.last-cta_gift_heading {
  margin-bottom: 12px;
  color: #EC1A1A;
  font-size: clamp(22px, 2.2222222222vw, 32px);
  font-weight: 700;
  letter-spacing: 0.05em;
}

.last-cta_gift_list {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .last-cta_gift_list {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 490px) {
  .last-cta_gift_list {
    width: 100%;
  }
}

.last-cta_gift_item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  width: 368px;
  max-width: 100%;
  padding: 24px 24px 24px 60px;
  background: #fff;
  border-radius: 8px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .last-cta_gift_item {
    padding: 20px 20px 20px 56px;
  }
}
@media screen and (max-width: 490px) {
  .last-cta_gift_item {
    width: 100%;
  }
}

.last-cta_gift_badge {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 70px;
  flex-shrink: 0;
}
.last-cta_gift_badge img {
  display: block;
  width: 100%;
  height: auto;
}

.last-cta_gift_text {
  flex: 1;
  margin-left: 40px;
  color: #333;
  font-size: clamp(16px, 1.3888888889vw, 20px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.last-cta_gift_text-red {
  color: #EC1A1A;
}

/*************************************************
disclaimer
*************************************************/
.disclaimer {
  padding: 56px 0;
}
@media screen and (max-width: 768px) {
  .disclaimer {
    padding: 40px 0;
  }
}

.disclaimer_inner {
  margin: 0 auto;
  max-width: 992px;
}
@media screen and (max-width: 1024px) {
  .disclaimer_inner {
    width: 100%;
    padding: 0 20px;
  }
}

.disclaimer_card {
  padding: 40px 56px;
  background: #F6F6F6;
  border-radius: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .disclaimer_card {
    padding: 32px 20px;
    border-radius: 16px;
  }
}

.disclaimer_heading_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}

.disclaimer_heading {
  color: #333;
  font-size: clamp(18px, 1.3888888889vw, 20px);
  font-weight: 700;
  line-height: 1.2;
}

.disclaimer_heading_line {
  display: block;
  width: 158px;
  height: 2px;
  background: #333;
}

.disclaimer_text {
  margin-bottom: 24px;
  color: #333;
  font-size: clamp(14px, 1.25vw, 18px);
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .disclaimer_text {
    margin-bottom: 16px;
  }
}

.disclaimer_note {
  padding: 8px 12px;
  background: #E3E3E3;
  border-radius: 8px;
  text-align: left;
}

.disclaimer_note_text {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.disclaimer_note_text a {
  text-decoration: underline;
  transition: all 0.3s;
}
.disclaimer_note_text a:hover {
  opacity: 0.7;
}

/*************************************************
voice-form
*************************************************/
.voice-form {
  padding: 96px 0;
  background: #E9F2FC;
}
@media screen and (max-width: 768px) {
  .voice-form {
    padding: 60px 0;
  }
}

.voice-form_inner {
  margin: 0 auto;
  max-width: 992px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .voice-form_inner {
    width: 100%;
    padding: 0 20px;
  }
}

.voice-form_heading {
  text-align: center;
}

.voice-form_lead {
  color: #333;
  font-size: clamp(14px, 1.25vw, 18px);
  line-height: 180%;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .voice-form_lead {
    text-align: left;
  }
}

.voice-form_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  max-width: 784px;
  padding: 56px;
  background: #fff;
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .voice-form_card {
    padding: 40px 20px;
    border-radius: 16px;
    gap: 32px;
  }
}

.voice-form_group {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.voice-form_group_head {
  display: flex;
  align-items: center;
  gap: 8px;
}

.voice-form_group_dot {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  background: #0E66BD;
}

.voice-form_group_title {
  color: #333;
  font-size: clamp(16px, 1.3888888889vw, 20px);
  font-weight: 700;
  letter-spacing: 0.05em;
}

.voice-form_fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.voice-form_field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.voice-form_label {
  font-size: clamp(13px, 0.9722222222vw, 14px);
  font-weight: 700;
  letter-spacing: 0.05em;
}

.voice-form_input,
.voice-form_textarea {
  width: 100%;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid #C2C2C2;
  border-radius: 5px;
  color: #333;
  font-family: inherit;
  font-size: clamp(15px, 1.0416666667vw, 16px);
  letter-spacing: 0.05em;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .voice-form_input,
  .voice-form_textarea {
    padding: 8px 12px;
  }
}
.voice-form_input::-moz-placeholder, .voice-form_textarea::-moz-placeholder {
  color: #888;
}
.voice-form_input::placeholder,
.voice-form_textarea::placeholder {
  color: #888;
}
.voice-form_input:focus,
.voice-form_textarea:focus {
  outline: none;
  border-color: #0E66BD;
}

.voice-form_textarea {
  height: 80px;
  resize: vertical;
  line-height: 180%;
}

.voice-form_select_wrap {
  position: relative;
  width: 100%;
}
.voice-form_select_wrap::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 14px;
  height: 14px;
  background: url(../images/arrow-navy.svg) center/contain no-repeat;
  transform: translateY(-65%) rotate(90deg);
  pointer-events: none;
}

.voice-form_select {
  width: 100%;
  padding: 10px 40px 10px 12px;
  background: #fff;
  border: 1px solid #C2C2C2;
  border-radius: 5px;
  color: #333;
  font-family: inherit;
  font-size: clamp(15px, 1.0416666667vw, 16px);
  letter-spacing: 0.05em;
  line-height: 180%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .voice-form_select {
    padding: 8px 12px;
  }
}
.voice-form_select:focus {
  outline: none;
  border-color: #0E66BD;
}

.voice-form_submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 340px;
  max-width: 100%;
  padding: 20px 24px 20px 50px;
  background: #083D72;
  border: 2px solid #083D72;
  box-shadow: 0 4px 0 #000101;
  border-radius: 999px;
  color: #fff;
  font-size: clamp(15px, 1.1111111111vw, 16px);
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s;
}
.voice-form_submit:hover {
  transform: translateY(4px);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
}

.voice-form_submit_arrow {
  display: inline-block;
  width: 18px;
}

/*************************************************
last
*************************************************/
.last {
  padding: 56px 0;
}

.last_inner {
  margin: 0 auto;
  max-width: 992px;
}
@media screen and (max-width: 1024px) {
  .last_inner {
    width: 100%;
    padding: 0 20px;
  }
}

.last_card {
  position: relative;
  padding: 40px 56px;
  background: #fff;
  border: 1px solid #C2C2C2;
  border-radius: 24px;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .last_card {
    padding: 32px 20px;
    border-radius: 16px;
  }
}
.last_card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/recommend-inner-bg.jpg) top left repeat;
}

.last_logo {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 312px;
  max-width: 100%;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .last_logo {
    width: 260px;
    margin-bottom: 24px;
  }
}

.last_text {
  position: relative;
  z-index: 1;
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 180%;
  letter-spacing: 0.05em;
  text-align: left;
}

/*************************************************
footer
*************************************************/
.footer {
  background: #0E66BD;
}

.footer_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 1240px) {
  .footer_inner {
    width: 100%;
    padding: 0 20px;
  }
}
.footer_inner {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .footer_inner {
    padding: 16px 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer_inner {
    flex-direction: column;
    gap: 12px;
  }
}

.footer_nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: clamp(15px, 1.1111111111vw, 16px);
  letter-spacing: 0.05em;
  line-height: 1;
}

.footer_nav_link {
  color: #fff;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  transition: all 0.3s;
}
.footer_nav_link:hover {
  opacity: 0.7;
}

.footer_nav_sep {
  color: #fff;
}

.footer_copy {
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

/*************************************************
aos override
*************************************************/
[data-aos=fade-up] {
  transform: translate3d(0, 50px, 0);
}/*# sourceMappingURL=style.css.map */