@charset "UTF-8";
/* ======================================================================
 p_top
====================================================================== */
/*============================
 kv_sec
============================*/
.kv_sec {
  position: relative;
  overflow: hidden;
  padding: 80px 0 135px;
}
.kv_sec::before, .kv_sec::after {
  content: "ONE Month Program";
  position: absolute;
  text-align: center;
  font-size: 100px;
  line-height: 1.13;
  font-weight: var(--font-bold);
  white-space: nowrap;
  letter-spacing: 0.04em;
  pointer-events: none;
  font-family: var(--font-en);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 2;
}
.kv_sec::before {
  top: 114px;
  left: 38px;
  background: linear-gradient(230deg, #FFFDE6 5.57%, #FFF6ED 105.53%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.kv_sec::after {
  top: 720px;
  left: 165px;
  background: linear-gradient(219deg, #FFFFE4 -25.23%, #FFF6DD 172.84%);
  -webkit-background-clip: text;
          background-clip: text;
}
.kv_sec .inner {
  padding: 103px 70px 0;
}
.kv_sec .kv_body {
  position: relative;
  z-index: 2;
}
.kv_sec .kv_body .kv_ttl {
  margin-bottom: 6px;
}
.kv_sec .kv_body .kv_ttl .kv_ttl_img {
  height: auto;
  display: block;
}
.kv_sec .kv_body .kv_cta .kv_lead {
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: var(--font-bold);
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.kv_sec .kv_body .kv_cta .kv_lead .em {
  color: #205C9B;
  font-weight: var(--font-black);
}
.kv_sec .kv_body .kv_cta .kv_lead .em.highlight {
  font-size: 24px;
}
.kv_sec .kv_body .kv_cta .kv_btn_area {
  padding-left: 0;
  display: flex;
  justify-content: center;
}
.kv_sec .kv_visual {
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("../img/top/kv_bg.webp");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  width: 394px;
  height: 890px;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .kv_sec {
    padding: 80px 0 11.27vw;
  }
  .kv_sec::before, .kv_sec::after {
    font-size: 7.321vw;
  }
  .kv_sec::before {
    top: calc(80px + 1.83vw);
    left: 2.78vw;
  }
  .kv_sec::after {
    top: auto;
    bottom: 5.2vw;
    left: 12.08vw;
  }
  .kv_sec .inner {
    padding: 7.54vw 5.12vw 0;
  }
  .kv_sec .kv_body .kv_ttl {
    margin-bottom: 6px;
  }
  .kv_sec .kv_body .kv_ttl .kv_ttl_img {
    width: 71.74vw;
  }
  .kv_sec .kv_body .kv_cta .kv_lead {
    margin-bottom: 0.73vw;
    font-size: 1.464vw;
  }
  .kv_sec .kv_body .kv_cta .kv_lead .em.highlight {
    font-size: 1.757vw;
  }
  .kv_sec .kv_visual {
    width: 28.84vw;
    height: 65.15vw;
  }
}
@media screen and (max-width: 767px) {
  .kv_sec {
    padding: 80px 0 98px;
  }
  .kv_sec::before, .kv_sec::after {
    content: "ONE Month \aProgram";
    white-space: pre;
    text-align: left;
    font-size: 42px;
    line-height: 0.9;
  }
  .kv_sec::before {
    top: 75px;
    left: 0;
  }
  .kv_sec::after {
    top: 346px;
    left: 88px;
  }
  .kv_sec .inner {
    padding: 11px 15px 0;
  }
  .kv_sec .kv_body .kv_ttl {
    margin-bottom: 68px;
  }
  .kv_sec .kv_body .kv_ttl .kv_ttl_img {
    width: 100%;
  }
  .kv_sec .kv_body .kv_cta .kv_lead {
    margin-bottom: 63px;
    text-align: left;
    font-size: 14px;
  }
  .kv_sec .kv_body .kv_cta .kv_lead .em {
    font-size: 16px;
  }
  .kv_sec .kv_body .kv_cta .kv_lead .em.highlight {
    font-size: 16px;
  }
  .kv_sec .kv_visual {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 22px;
    background-image: url("../img/top/kv_bg_sp.webp");
    width: 178px;
    height: 500px;
  }
}
/*============================
 problem_sec
============================*/
.problem_sec {
  position: relative;
  padding: 0 0 11.71vw; /*160*/
}
.problem_sec::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 532px;
  background: linear-gradient(180deg, rgba(255, 252, 172, 0) 0%, #FFEFB5 100%);
  pointer-events: none; /* クリックを透過 */
}
.problem_sec .problem_sec_bg01 {
  position: absolute;
  top: 90px;
  right: 0;
}
.problem_sec .problem_sec_bg02 {
  position: absolute;
  bottom: 124px;
  left: 55px;
  z-index: 1;
}
.problem_sec .problem_sec_bg03 {
  display: none;
}
.problem_sec .inner {
  position: relative;
  z-index: 1;
}
.problem_sec .problem_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
}
.problem_sec .problem_ttl {
  margin-bottom: 12px;
  text-align: center;
  font-size: 22px;
  font-weight: var(--font-bold);
  line-height: 1.4;
}
.problem_sec .problem_ttl .em {
  color: #ff7700;
}
.problem_sec .problem_media {
  width: 100%;
}
.problem_sec .problem_media .img {
  border-radius: 10px;
}
.problem_sec .problem_txt {
  margin: 15px 0 0;
  font-size: 18px;
  line-height: 1.6;
}
.problem_sec .problem_check_list {
  display: grid;
  gap: 10px;
  margin: 15px 0 0;
  padding: 15px;
  background-color: var(--color-white);
  border-radius: 10px;
}
.problem_sec .problem_check_item {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px;
}
.problem_sec .problem_check_icon {
  display: block;
  width: 18px;
  height: 18px;
  margin-top: 4px;
}
.problem_sec .problem_check_txt {
  font-size: 16px;
  font-weight: var(--font-semibold);
  line-height: 1.6;
}

@media screen and (max-width: 1000px) {
  .problem_sec .problem_ttl {
    font-size: 18px;
  }
  .problem_sec .problem_media .img {
    width: 100%;
    height: auto;
  }
  .problem_sec .problem_txt {
    font-size: 16px;
  }
  .problem_sec .problem_check_icon {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .problem_sec {
    padding: 13px 0 21.33vw; /*160*/
  }
  .problem_sec::after {
    height: 1216px;
    background: linear-gradient(180deg, rgba(251, 245, 218, 0) 0%, rgba(251, 245, 218, 0.8) 13.34%, #FFEFB5 100%);
  }
  .problem_sec .problem_sec_bg01,
  .problem_sec .problem_sec_bg02 {
    display: none;
  }
  .problem_sec .problem_sec_bg03 {
    position: absolute;
    top: -40px;
    left: 0;
    z-index: 1;
  }
  .problem_sec .problem_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .problem_sec .problem_card_head {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
  }
  .problem_sec .problem_ttl {
    flex-grow: 1;
    margin-bottom: 0;
    text-align: left;
  }
  .problem_sec .problem_media {
    max-width: 150px;
    flex-shrink: 0;
    width: 100%;
  }
  .problem_sec .problem_media .img {
    border-radius: 5px;
  }
  .problem_sec .problem_txt {
    margin: 20px 0 0;
  }
  .problem_sec .problem_check_list {
    margin: 20px 0 0;
  }
  .problem_sec .problem_check_icon {
    margin-top: 6px;
  }
}
/*============================
 shortage_sec
============================*/
.shortage_sec {
  position: relative;
  background-color: #FFF9EB;
  padding: 16px 0 80px;
}
.shortage_sec::before {
  content: "";
  position: absolute;
  top: -7.32vw;
  left: 50%;
  transform: translateX(-50%);
  width: 352vw;
  height: 352vw;
  border-radius: 50%;
  background: #FFF9EB;
  pointer-events: none;
}
.shortage_sec .inner {
  position: relative;
  z-index: 1;
}
.shortage_sec .shortage_sec_bg01 {
  position: absolute;
  top: 200px;
  right: -116px;
}
.shortage_sec .shortage_body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 35px;
}
.shortage_sec .shortage_text {
  flex: 1;
}
.shortage_sec .shortage_ttl {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: var(--font-bold);
  line-height: 2.1;
}
.shortage_sec .shortage_ttl_em {
  position: relative;
  font-size: 38px;
  font-weight: var(--font-black);
  color: inherit;
}
.shortage_sec .shortage_ttl_em.shortage_ttl_em--dot .char {
  position: relative;
}
.shortage_sec .shortage_ttl_em.shortage_ttl_em--dot .char::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -5px; /* ←上に出す */
  width: 8px;
  height: 8px;
  background: currentColor;
  border-radius: 50%;
}
.shortage_sec .shortage_ttl_em.shortage_ttl_em--dot::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 12px;
  background: linear-gradient(90deg, #FFCD7C 0%, #FFE77D 100%);
  border-radius: 100vw;
  mix-blend-mode: multiply;
}
.shortage_sec .shortage_media_sp {
  display: none;
}
.shortage_sec .shortage_lead {
  font-size: 16px;
  line-height: 1.6;
}
.shortage_sec .shortage_lead strong {
  font-weight: var(--font-bold);
}
.shortage_sec .shortage_lead + .shortage_lead {
  margin-top: 20px;
}
.shortage_sec .shortage_media {
  flex-shrink: 0;
  margin: 15px 0 0;
  width: 330px;
}
.shortage_sec .shortage_media .shortage_img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

@media screen and (max-width: 1000px) {
  .shortage_sec .shortage_ttl {
    font-size: 26px;
  }
  .shortage_sec .shortage_ttl_em {
    font-size: 32px;
  }
  .shortage_sec .shortage_ttl_em.shortage_ttl_em--dot::after {
    bottom: 0;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .shortage_sec {
    padding: 16px 0 50px;
  }
  .shortage_sec::before {
    content: "";
    position: absolute;
    top: -10.67vw;
    width: 240vw;
    height: 240vw;
  }
  .shortage_sec .shortage_sec_bg01 {
    display: none;
  }
  .shortage_sec .shortage_body {
    flex-direction: column;
    gap: 20px;
  }
  .shortage_sec .shortage_ttl {
    font-size: 26px;
  }
  .shortage_sec .shortage_ttl_em {
    font-size: 32px;
  }
  .shortage_sec .shortage_ttl_em.shortage_ttl_em--dot .char::before {
    top: -2px; /* ←上に出す */
    width: 6px;
    height: 6px;
  }
  .shortage_sec .shortage_media_sp {
    display: block;
    text-align: center;
    margin: 0 0 20px;
  }
  .shortage_sec .shortage_media_sp .shortage_img {
    border-radius: 10px;
  }
  .shortage_sec .shortage_media {
    display: none;
  }
}
/*============================
 support_sec
============================*/
.support_sec {
  position: relative;
  padding: 110px 0 120px;
  background: #fff;
}
.support_sec .inner {
  position: relative;
}
.support_sec .support_sec_bg01 {
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  height: auto;
}
.support_sec .support_sec_bg02 {
  display: none;
}
.support_sec .support_lead {
  font-size: 20px;
  font-weight: var(--font-bold);
  line-height: 1.6;
  text-align: center;
}
.support_sec .support_chips {
  margin: 40px 0 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.support_sec .support_chip {
  display: flex;
  align-items: center;
  margin: 0;
  min-height: 55px;
  padding: 12px 20px 14px;
  background: var(--color-deep-navy);
  border-radius: 5px;
  box-sizing: border-box;
}
.support_sec .support_chip_no {
  flex-shrink: 0;
  margin-right: 10px;
  font-family: var(--font-en);
  font-size: 26px;
  font-weight: var(--font-bold);
  line-height: 1;
  background: linear-gradient(90deg, #ff6f00 0%, #ffa100 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.support_sec .support_chip_no .support_num {
  display: none;
}
.support_sec .support_chip_txt {
  font-size: 18px;
  font-weight: var(--font-bold);
  line-height: 1.6;
  color: #fff;
}
.support_sec .support_chip_txt em {
  font-style: normal;
  color: #ff6f00;
}
.support_sec .support_step_area {
  margin: 80px 0 0;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.support_sec .support_step_head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0 0 40px;
}
.support_sec .support_step_badge {
  position: relative;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background: linear-gradient(90deg, var(--text, #03112A) 0%, var(--navy, #27527E) 100%);
  border-radius: 9999px;
}
.support_sec .support_step_badge_no {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-en);
  font-size: 30px;
  font-weight: var(--font-bold);
  line-height: 1;
  color: #fff;
}
.support_sec .support_step_ttl {
  font-size: 32px;
  font-weight: var(--font-black);
  line-height: 1.6;
  text-align: center;
}
.support_sec .support_columns {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: stretch;
  justify-content: center;
}
.support_sec .support_card {
  flex: 0 1 490px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 10px;
}
.support_sec .support_card--issue {
  position: relative;
  background-color: #F6F6F6;
}
.support_sec .support_card--issue::after {
  content: "";
  display: block;
  position: absolute;
  right: -38px;
  top: 258px;
  transform: translateY(-50%);
  width: 58px;
  height: 46px;
  background-image: url("../img/top/icon_triangle_orange01.webp");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.support_sec .support_card--solution {
  position: relative;
  background-color: #fff;
}
.support_sec .support_card--solution::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 6px; /* ← borderの太さ */
  border-radius: 12px;
  background: linear-gradient(90deg, #FF6F00 0%, #FFA100 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.support_sec .support_card_ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 76px;
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: var(--font-bold);
  line-height: 1.6;
  text-align: center;
}
.support_sec .support_card_ttl--solution {
  font-size: 24px;
  font-weight: var(--font-bold);
}
.support_sec .support_card_ttl_accent {
  color: #ff6f00;
}
.support_sec .support_card_fig {
  margin: 0 0 20px;
  border-radius: 10px;
  overflow: hidden;
}
.support_sec .support_card_img {
  display: block;
}
.support_sec .support_card_subttl {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: var(--font-bold);
  line-height: 1.4;
  text-align: center;
}
.support_sec .support_card_txt {
  font-size: 16px;
  line-height: 1.6;
}
.support_sec .support_notice {
  margin: 40px auto 0;
  max-width: 800px;
  padding: 30px 40px;
  background: #fbf7ed;
  border-radius: 10px;
}
.support_sec .support_notice_head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0 0 20px;
  flex-wrap: wrap;
}
.support_sec .support_notice_head_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex: 0 1 auto;
  margin: 0;
  font-size: 20px;
  font-weight: var(--font-bold);
  line-height: 1.6;
  text-align: center;
}
.support_sec .support_notice_head_txt::before, .support_sec .support_notice_head_txt::after {
  content: "";
  display: block;
  margin: 3px 0 0;
  width: 91px;
  height: 2px;
  border-radius: 9999px;
  background-color: #D0C8B6;
}
.support_sec .support_notice_body {
  font-size: 16px;
  font-weight: var(--font-regular);
  line-height: 1.6;
  text-align: center;
}
.support_sec .support_notice_body em {
  font-style: normal;
  font-weight: var(--font-bold);
  color: #ff6f00;
}

@media screen and (max-width: 1000px) {
  .support_sec .support_columns {
    flex-direction: column;
    align-items: center;
  }
  .support_sec .support_card--issue,
  .support_sec .support_card--solution {
    flex: 1 1 auto;
    width: 100%;
    max-width: 560px;
  }
  .support_sec .support_card--issue::after {
    right: 50%;
    top: auto;
    bottom: -38px;
    transform: translateX(50%);
    width: 46px;
    height: 58px;
    background-image: url("../img/top/icon_triangle_orange03.webp");
  }
}
@media screen and (max-width: 767px) {
  .support_sec {
    padding: 73px 0 60px;
  }
  .support_sec .support_sec_bg01 {
    display: none;
  }
  .support_sec .support_sec_bg02 {
    display: block;
    position: absolute;
    top: -69px;
    right: 0;
  }
  .support_sec .support_lead {
    font-size: 18px;
  }
  .support_sec .support_chips {
    margin: 20px 0 0;
    gap: 5px;
  }
  .support_sec .support_chip {
    position: relative;
    justify-content: center;
    min-height: 71px;
    padding: 15px;
  }
  .support_sec .support_chip_no {
    position: absolute;
    left: 50%;
    top: -11px;
    transform: translate(-50%, 0);
    margin-right: 0;
    font-size: 21px;
  }
  .support_sec .support_chip_no .support_num_pc {
    display: none;
  }
  .support_sec .support_chip_no .support_num {
    display: block;
  }
  .support_sec .support_chip_txt {
    font-size: 13px;
    text-align: center;
  }
  .support_sec .support_step_area {
    margin: 40px 0 0;
    gap: 60px;
  }
  .support_sec .support_step_head {
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
  }
  .support_sec .support_step_badge {
    width: 40px;
    height: 40px;
    margin: -2px 0 0;
  }
  .support_sec .support_step_badge_no {
    font-size: 20px;
  }
  .support_sec .support_step_ttl {
    font-size: 20px;
    text-align: left;
  }
  .support_sec .support_card {
    align-items: stretch;
    padding: 20px 15px 30px;
  }
  .support_sec .support_card--issue {
    width: 92.17%;
  }
  .support_sec .support_card--solution::before {
    padding: 4px; /* ← borderの太さ */
    border-radius: 10px;
  }
  .support_sec .support_card_ttl {
    height: auto;
    margin: 0 0 10px;
  }
  .support_sec .support_card_ttl--solution {
    font-size: 22px;
  }
  .support_sec .support_card_fig {
    margin: 0 0 15px;
  }
  .support_sec .support_card_img {
    width: 100%;
    height: auto;
  }
  .support_sec .support_card_subttl {
    text-align: left;
  }
  .support_sec .support_notice {
    max-width: unset;
    padding: 20px 15px;
  }
  .support_sec .support_notice_head_txt {
    gap: 10px;
  }
  .support_sec .support_notice_head_txt::before, .support_sec .support_notice_head_txt::after {
    width: 30px;
  }
  .support_sec .support_notice_body {
    text-align: left;
  }
}
/*============================
 cta_sec
============================*/
.cta_sec {
  position: relative;
  padding: 30px;
  background-image: url("../img/top/cta_bg01.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
}
.cta_sec .cta_card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 900px;
  padding: 40px 35px 35px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 30px;
}
.cta_sec .cta_card::before {
  content: "Contact";
  position: absolute;
  left: -217px;
  bottom: -27px;
  font-family: var(--font-en);
  font-weight: var(--font-bold);
  font-size: 86px;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  background: linear-gradient(90deg, #FF6F00 0%, #FFA100 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: multiply;
  opacity: 0.2;
  pointer-events: none;
  line-height: 1;
  z-index: 10;
}
.cta_sec .cta_body {
  position: relative;
  z-index: 2;
  flex: 1;
}
.cta_sec .cta_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cta_sec .cta_lead {
  margin-bottom: 28px;
  font-size: 30px;
  font-weight: var(--font-bold);
  line-height: 1.6;
}
.cta_sec .cta_ttl {
  position: relative;
  display: inline-block;
  font-size: 40px;
  font-weight: var(--font-black);
  line-height: 1.6;
}
.cta_sec .cta_ttl::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 14px);
  height: 14px;
  background: linear-gradient(90deg, #FFCD7C 0%, #FFE77D 100%);
  border-radius: 9999px;
  mix-blend-mode: multiply;
  z-index: -1;
}
.cta_sec .cta_sub {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.6;
  font-weight: var(--font-bold);
  text-transform: capitalize;
  background: linear-gradient(90deg, #FF6F00 0%, #FFA100 100%);
  background-clip: text;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}
.cta_sec .cta_sub::before, .cta_sec .cta_sub::after {
  content: "";
  display: block;
  margin: 3px 0 0;
  width: 18px;
  height: 2px;
  border-radius: 9999px;
}
.cta_sec .cta_sub::before {
  background-color: #FF6F00;
  transform: rotate(-120deg);
}
.cta_sec .cta_sub::after {
  background-color: #FFA100;
  transform: rotate(120deg);
}
.cta_sec .cta_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 380px;
  height: 70px;
  padding: 0 54px 0 56px;
  background: linear-gradient(90deg, #ff6f00 0%, #ffa100 100%);
  border: none;
  border-radius: 80px;
  font-size: 20px;
  font-weight: var(--font-bold);
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: transform 0.3s ease, filter 0.3s ease;
  box-shadow: 0px 7px 0px #EA3E00;
}
.cta_sec .cta_btn .arrow {
  position: absolute;
  display: block;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 13px;
  background-image: url("../img/top/icon_triangle_white01.webp");
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.cta_sec .cta_note {
  margin-top: 26px;
  font-size: 16px;
}
.cta_sec .cta_note_link {
  color: #205c9b;
  text-decoration: underline;
}
.cta_sec .cta_media {
  position: absolute;
  right: -90px;
  bottom: -30px;
  width: 228px;
  height: 308px;
  pointer-events: none;
}
.cta_sec .cta_media .cta_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

@media screen and (min-width: 768px) {
  .cta_sec .cta_btn:hover {
    transform: translateY(5px);
  }
  .cta_sec .cta_note_link:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 1100px) {
  .cta_sec .cta_card::before {
    display: none;
  }
  .cta_sec .cta_lead {
    font-size: 18px;
  }
  .cta_sec .cta_ttl {
    font-size: 25px;
  }
  .cta_sec .cta_ttl::after {
    bottom: 2px;
    width: calc(100% + 8px);
    height: 8px;
  }
  .cta_sec .cta_note {
    font-size: 14px;
  }
  .cta_sec .cta_media {
    right: -50px;
    width: 188px;
    height: 253px;
  }
}
@media screen and (max-width: 767px) {
  .cta_sec {
    padding: 35px 20px;
    background-image: url("../img/top/cta_bg01_sp.webp");
  }
  .cta_sec .inner {
    padding: 0;
  }
  .cta_sec .cta_card {
    max-width: unset;
    padding: 25px 10px 30px;
    border-radius: 20px;
  }
  .cta_sec .cta_lead {
    margin-bottom: 6px;
    line-height: 1.4;
  }
  .cta_sec .cta_ttl {
    margin-top: 6px;
    line-height: 1.4;
  }
  .cta_sec .cta_sub {
    font-size: 14px;
    margin: 20px 0 7px;
  }
  .cta_sec .cta_btn {
    min-width: 0;
    width: 100%;
    max-width: 285px;
    height: 60px;
    padding: 0 clamp(0px, 10.4vw, 39px);
    border-radius: 9999px;
    font-size: clamp(0px, 4.8vw, 18px);
    box-shadow: 0px 5px 0px #EA3E00;
  }
  .cta_sec .cta_btn .arrow {
    right: 17px;
    width: 14px;
    height: 11px;
  }
  .cta_sec .cta_media {
    right: -20px;
    width: 88px;
    height: 116px;
    bottom: -35px;
  }
}
/*============================
 features_sec
============================*/
.features_sec {
  position: relative;
  padding: 110px 0 120px;
  background: #fbf7ed;
}
.features_sec .inner {
  position: relative;
}
.features_sec .features_sec_bg01 {
  position: absolute;
  top: 110px;
  right: -120px;
}
.features_sec .features_sec_bg02 {
  position: absolute;
  top: 452px;
  left: -80px;
}
.features_sec .features_sec_bg03 {
  position: absolute;
  bottom: -43px;
  left: -156px;
}
.features_sec .features_sec_bg04 {
  position: absolute;
  bottom: 66px;
  right: -120px;
}
.features_sec .features_sec_bg05,
.features_sec .features_sec_bg06,
.features_sec .features_sec_bg07 {
  display: none;
}
.features_sec .features_body {
  position: relative;
}
.features_sec .features_intro {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: clamp(24px, 3vw, 40px);
  max-width: 100%;
}
.features_sec .features_intro_media .img {
  display: block;
}
.features_sec .features_intro_msg {
  text-align: center;
}
.features_sec .features_intro_catch {
  margin: 0 0 40px;
  font-size: 26px;
  font-weight: var(--font-bold);
  line-height: 1.6;
}
.features_sec .features_intro_em {
  color: #ff6f00;
}
.features_sec .features_intro_lead {
  font-size: 16px;
  line-height: 1.6;
}
.features_sec .features_points {
  display: flex;
  justify-content: center;
  gap: 38px;
  margin: 60px 0 0;
}
.features_sec .features_point {
  flex: 0 1 308px;
  max-width: 308px;
}
.features_sec .features_point_head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.features_sec .features_point_badge {
  position: relative;
  width: 158px;
  height: 41px;
  flex-shrink: 0;
  background-image: url("../img/top/features_point_badge.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.features_sec .features_point_badge_lbl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-top: 4px;
  font-size: 18px;
  font-family: var(--font-en);
  font-weight: var(--font-bold);
  line-height: 1;
  color: #fff;
}
.features_sec .features_point_badge_no {
  font-size: 28px;
}
.features_sec .features_point_heading {
  margin: 10px 0 0;
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: var(--font-bold);
  line-height: 1.4;
}
.features_sec .features_point_heading em {
  font-style: normal;
  color: #ff6f00;
}
.features_sec .features_point_fig {
  margin: 10px 0 0;
}
.features_sec .features_point_img {
  display: block;
  border-radius: 10px;
}
.features_sec .features_point_txt {
  margin: 15px 0 0;
  font-size: 16px;
  line-height: 1.6;
}
.features_sec .features_audience {
  margin-top: 80px;
}
.features_sec .features_audience_ttl {
  margin: 0 0 6px;
  font-size: 32px;
  font-weight: var(--font-black);
  line-height: 1.6;
  text-align: center;
}
.features_sec .features_audience_deco {
  text-align: center;
}
.features_sec .features_audience_deco img {
  display: inline-block;
  width: 100%;
  max-width: 352px;
  height: auto;
  vertical-align: top;
}
.features_sec .features_audience_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: flex-start;
  height: 410px;
}
.features_sec .features_audience_item:nth-of-type(2) {
  align-self: flex-end;
}
.features_sec .features_audience_item:nth-of-type(3) {
  align-self: center;
}
.features_sec .features_audience_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 320px;
  border-radius: 9999px;
  background: linear-gradient(90deg, #fff 0%, #fff 100%);
  box-shadow: 0 0 50px rgba(255, 237, 205, 0.6);
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.features_sec .features_audience_card_ttl {
  margin: 0 0 15px;
  width: 100%;
  font-size: 24px;
  font-weight: var(--font-bold);
  line-height: 1.5;
}
.features_sec .features_audience_card_em {
  font-size: 28px;
  color: #ff6f00;
}
.features_sec .features_audience_card_txt {
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 1000px) {
  .features_sec .features_intro_media {
    width: 50%;
  }
  .features_sec .features_intro_media .img {
    width: 100%;
    height: auto;
  }
  .features_sec .features_intro_msg {
    width: 50%;
  }
  .features_sec .features_intro_catch {
    font-size: 20px;
  }
  .features_sec .features_intro_lead {
    text-align: left;
  }
  .features_sec .features_point {
    flex: 1;
  }
  .features_sec .features_point_img {
    width: 100%;
    height: auto;
  }
  .features_sec .features_audience_list {
    grid-template-columns: repeat(3, 235px);
    justify-content: center;
    height: 335px;
  }
  .features_sec .features_audience_card {
    min-height: 235px;
  }
  .features_sec .features_audience_card_ttl {
    font-size: 16px;
  }
  .features_sec .features_audience_card_em {
    font-size: 18px;
  }
  .features_sec .features_audience_card_txt {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .features_sec {
    padding: 73px 0 60px;
  }
  .features_sec .features_sec_bg01,
  .features_sec .features_sec_bg02,
  .features_sec .features_sec_bg03,
  .features_sec .features_sec_bg04 {
    display: none;
  }
  .features_sec .features_sec_bg05 {
    display: block;
    position: absolute;
    top: 130px;
    right: 0;
  }
  .features_sec .features_sec_bg06 {
    display: block;
    position: absolute;
    top: 300px;
    left: 0;
  }
  .features_sec .features_sec_bg07 {
    display: block;
    position: absolute;
    bottom: 340px;
    right: 0;
  }
  .features_sec .ttl {
    position: relative;
  }
  .features_sec .features_intro {
    flex-direction: column;
    gap: 20px;
    max-width: unset;
    width: 100%;
  }
  .features_sec .features_intro_media {
    width: 100%;
    max-width: 300px;
  }
  .features_sec .features_intro_msg {
    width: 100%;
  }
  .features_sec .features_intro_catch {
    margin: 0 0 20px;
  }
  .features_sec .features_points {
    flex-direction: column;
    justify-content: stretch;
    gap: 50px;
    margin: 40px 0 0;
  }
  .features_sec .features_point {
    flex: 1;
    max-width: 100%;
  }
  .features_sec .features_point_badge {
    width: 115px;
    height: 36px;
    gap: 6px;
    padding-top: 0;
    font-size: 14px;
    background-image: url("../img/top/features_point_badge_sp.webp");
  }
  .features_sec .features_point_badge_lbl {
    padding-top: 3px;
    font-size: 14px;
  }
  .features_sec .features_point_badge_no {
    font-size: 24px;
  }
  .features_sec .features_point_heading {
    margin: 5px 0 0;
  }
  .features_sec .features_audience {
    margin-top: 40px;
  }
  .features_sec .features_audience_ttl {
    margin: 0 0 4px;
    font-size: 22px;
  }
  .features_sec .features_audience_deco {
    margin: 0 0 20px;
  }
  .features_sec .features_audience_deco img {
    max-width: 262px;
  }
  .features_sec .features_audience_list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    height: auto;
  }
  .features_sec .features_audience_item:nth-of-type(2) {
    align-self: flex-start;
  }
  .features_sec .features_audience_item:nth-of-type(3) {
    align-self: flex-start;
  }
  .features_sec .features_audience_card {
    flex-direction: row;
    justify-content: stretch;
    gap: 15px;
    width: 100%;
    min-height: unset;
    padding: 15px;
    border-radius: 30px;
    box-shadow: 0 0 15px rgba(255, 237, 205, 0.6);
    text-align: center;
    word-break: normal;
  }
  .features_sec .features_audience_card_ttl {
    flex-shrink: 0;
    width: auto;
    min-width: 144px;
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
  }
  .features_sec .features_audience_card_em {
    font-size: 18px;
  }
  .features_sec .features_audience_card_txt {
    text-align: left;
    font-size: 14px;
  }
}
/*============================
 price_sec
============================*/
.price_sec {
  position: relative;
  padding: 110px 0 120px;
  background: #fff;
}
.price_sec .inner {
  position: relative;
}
.price_sec .price_sec_bg01 {
  position: absolute;
  top: 106px;
  right: 0;
}
.price_sec .price_sec_bg02 {
  position: absolute;
  bottom: 618px;
  left: 0;
}
.price_sec .price_intro {
  margin: 0 auto 60px;
  text-align: center;
}
.price_sec .price_intro_ttl {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: var(--font-bold);
  line-height: 1.6;
}
.price_sec .price_intro_txt {
  font-size: 16px;
  line-height: 1.6;
}
.price_sec .price_plans {
  display: grid;
  grid-template-columns: 292px 376px 292px;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
.price_sec .price_plan {
  width: 292px;
  background-color: #f2f7ff;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 0 30px;
  border-radius: 10px;
}
.price_sec .price_plan .price_plan_recommend {
  position: relative;
  display: inline-block;
  font-family: var(--font-en);
  font-size: 18px;
  font-weight: var(--font-bold);
  letter-spacing: 0.06em;
}
.price_sec .price_plan .price_plan_recommend::before, .price_sec .price_plan .price_plan_recommend::after {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  width: 24px;
  height: 2px;
  border-radius: 9999px;
  background-color: var(--color-white);
}
.price_sec .price_plan .price_plan_recommend::before {
  left: -27px;
  transform: rotate(-120deg);
}
.price_sec .price_plan .price_plan_recommend::after {
  right: -27px;
  transform: rotate(120deg);
}
.price_sec .price_plan .price_plan_head {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 76px;
  padding: 0 16px;
  font-size: 22px;
  font-weight: var(--font-bold);
  line-height: 1.6;
  text-align: center;
  color: #fff;
  background: var(--color-deep-navy);
  border-radius: 10px 10px 0 0;
}
.price_sec .price_plan .price_plan_head_num {
  font-size: 26px;
}
.price_sec .price_plan .price_plan_price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding: 30px 0 26px;
  font-weight: var(--font-bold);
  line-height: 1;
}
.price_sec .price_plan .price_plan_price_yen {
  font-size: 34px;
}
.price_sec .price_plan .price_plan_price_num {
  font-size: 38px;
}
.price_sec .price_plan .price_plan_price_tax {
  font-size: 16px;
  font-weight: var(--font-medium);
}
.price_sec .price_plan .price_plan_line {
  border: none;
  height: 1px;
  margin: 0 auto;
  width: calc(100% - 40px);
  background: #cfe0ff;
  opacity: 1;
}
.price_sec .price_plan .price_plan_term {
  text-align: center;
  padding: 12px 20px 20px;
}
.price_sec .price_plan .price_plan_term_lbl {
  font-size: 16px;
  font-weight: var(--font-bold);
}
.price_sec .price_plan .price_plan_term_val {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  line-height: 1;
}
.price_sec .price_plan .price_plan_term_month {
  font-size: 20px;
  font-weight: var(--font-bold);
}
.price_sec .price_plan .price_plan_term_note {
  font-size: 14px;
}
.price_sec .price_plan .price_plan_note {
  padding: 20px 15px 0;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
.price_sec .price_plan .price_plan_out {
  margin: 14px 10px 0;
  padding-bottom: 20px;
  text-align: center;
}
.price_sec .price_plan .price_plan_out_ttl {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: var(--font-bold);
  line-height: 1.6;
}
.price_sec .price_plan .price_plan_out_ttl_em {
  color: #ff6f00;
}
.price_sec .price_plan .price_plan_out_txt {
  font-size: 14px;
  line-height: 1.6;
}
.price_sec .price_plan.price_plan--8 {
  background-color: #f2f9ff;
  color: #205c9b;
  transform: translateY(-8px);
}
.price_sec .price_plan.price_plan--8 .price_plan_head {
  background: #205c9b;
}
.price_sec .price_plan.price_plan--16 {
  background-color: #f2f7ff;
  color: var(--color-deep-navy);
  transform: translateY(-8px);
}
.price_sec .price_plan.price_plan--12 {
  width: 376px;
  padding-bottom: 10px;
  background-color: #fff;
  border-radius: 10px;
  background: linear-gradient(90deg, #ff6f00 0%, #ffa100 100%);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.25);
}
.price_sec .price_plan.price_plan--12 .price_plan_head {
  min-height: 107px;
  background: linear-gradient(90deg, #ff6f00 0%, #ffa100 100%);
  font-size: 28px;
  line-height: 1.4;
}
.price_sec .price_plan.price_plan--12 .price_plan_head_num {
  font-size: 34px;
}
.price_sec .price_plan.price_plan--12 .price_plan_body {
  background-color: #fff;
  margin: 0 10px;
}
.price_sec .price_plan.price_plan--12 .price_plan_price_yen {
  font-size: 44px;
}
.price_sec .price_plan.price_plan--12 .price_plan_price_num {
  font-size: 50px;
}
.price_sec .price_plan.price_plan--12 .price_plan_price_tax {
  font-size: 20px;
}
.price_sec .price_plan.price_plan--12 .price_plan_term_month {
  font-size: 24px;
}
.price_sec .price_plan.price_plan--12 .price_plan_term_note {
  font-size: 16px;
}
.price_sec .price_light {
  position: relative;
  max-width: 830px;
  margin: 80px auto 0;
  padding: 30px;
  border: 3px solid #6887A7;
  border-radius: 10px;
  background-color: #fff;
}
.price_sec .price_light_lbl {
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  margin: 0;
  padding: 0 40px;
  border-radius: 9999px;
  background: #6887A7;
  color: #fff;
  font-size: 20px;
  line-height: 1.7;
  font-weight: var(--font-bold);
}
.price_sec .price_light_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  color: #6887A7;
}
.price_sec .price_light_price {
  font-weight: var(--font-bold);
}
.price_sec .price_light_price_yen {
  font-size: 30px;
}
.price_sec .price_light_price_num {
  font-size: 34px;
}
.price_sec .price_light_price_tax {
  font-size: 14px;
}
.price_sec .price_light_term {
  position: relative;
  text-align: center;
  padding: 17px 0;
}
.price_sec .price_light_term::before {
  content: "";
  display: block;
  position: absolute;
  left: -40px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #E0E5EE;
}
.price_sec .price_light_term_lbl {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: var(--font-bold);
  line-height: 1.6;
}
.price_sec .price_light_term_num {
  margin-left: 10px;
  font-size: 20px;
}
.price_sec .price_light_term_note {
  font-size: 14px;
  line-height: 1.6;
}
.price_sec .price_light_note {
  position: relative;
  text-align: center;
  padding: 17px 0;
  font-size: 16px;
  font-weight: var(--font-bold);
  line-height: 1.6;
}
.price_sec .price_light_note::before {
  content: "";
  display: block;
  position: absolute;
  left: -40px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #E0E5EE;
}
.price_sec .price_attention {
  margin: 40px 0 0;
  font-size: 14px;
  line-height: 1.6;
}
.price_sec .price_attention .price_attention_item {
  text-indent: -1em;
  padding-left: 1em;
  color: #666;
}
.price_sec .price_more {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 322px;
  height: 72px;
  margin: 40px auto 0;
  padding: 12px;
  border-radius: 9999px;
  text-decoration: none;
  background-color: #27527E;
  color: #fff;
  box-shadow: 0px 7px 0px #042344;
  transition: transform 0.3s ease;
}
.price_sec .price_more .price_more_txt {
  font-size: 16px;
  font-weight: var(--font-bold);
  line-height: 1.4;
  text-align: center;
}
.price_sec .price_more .arrow {
  position: absolute;
  display: block;
  top: 50%;
  right: 20px;
  width: 13px;
  height: 16px;
  background-image: url("../img/top/icon_triangle_white02.webp");
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.price_sec .price_compare {
  margin: 80px 0 0;
}
.price_sec .price_compare_ttl {
  position: relative;
  margin: 0 0 50px;
  text-align: center;
  font-size: 32px;
  font-weight: var(--font-black);
  line-height: 1.6;
}
.price_sec .price_compare_ttl .price_compare_ttl_txt {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 30px;
}
.price_sec .price_compare_ttl .price_compare_ttl_txt::before, .price_sec .price_compare_ttl .price_compare_ttl_txt::after {
  content: "";
  display: block;
  width: 120px;
  height: 4px;
  border-radius: 9999px;
  background: #27527E;
}
.price_sec .price_table_wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.price_sec .price_table {
  width: 100%;
  min-width: 997px;
  border-collapse: separate;
  border-spacing: 0;
  position: relative;
}
.price_sec .price_table_th,
.price_sec .price_table_td,
.price_sec .price_table_row {
  border-right: 3px solid #f2f5f7;
  border-bottom: 3px solid #f2f5f7;
  padding: 24px 12px;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  font-weight: var(--font-bold);
  vertical-align: middle;
  background: #fff;
  overflow-wrap: anywhere;
  word-break: normal;
}
.price_sec .price_table_row {
  background: #f2f5f7;
  font-size: 16px;
  white-space: nowrap;
  border-bottom-color: #fff;
}
.price_sec .price_table_th {
  background: transparent;
  font-size: 20px;
  font-weight: var(--font-bold);
  height: 90px;
  padding: 0 12px;
  white-space: nowrap;
}
.price_sec .price_table_th--omp {
  background: linear-gradient(90deg, #ff6f00 0%, #ffa100 100%);
  color: #fff;
  font-size: 28px;
  font-weight: var(--font-bold);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 90px;
  white-space: nowrap;
  padding: 0 12px;
  border: none;
  background-image: linear-gradient(90deg, #ff6f00 0%, #ffa100 100%), linear-gradient(#ff6f00, #ff6f00), linear-gradient(#ffa100, #ffa100), linear-gradient(90deg, #ff6f00 0%, #ffa100 100%);
  background-size: 100% 100%, 5px 100%, 5px 100%, 100% 5px;
  background-position: 0 0, left top, right top, left top;
  background-repeat: no-repeat;
}
.price_sec .price_table_td--omp {
  font-size: 22px;
  border-left: none;
  border-right: none;
  border-bottom: none;
  position: relative;
  background-image: linear-gradient(#ff6f00, #ff6f00), linear-gradient(#ffa100, #ffa100);
  background-size: 5px 100%, 5px 100%;
  background-position: left top, right top;
  background-repeat: no-repeat;
}
.price_sec .price_table_td--omp::after {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 0;
  height: 3px;
  background: #f2f5f7;
}
.price_sec .price_table_big {
  font-size: 50px;
  font-weight: var(--font-bold);
  color: #ff6f00;
}
.price_sec .price_table_yen {
  font-weight: var(--font-bold);
  color: #ff6f00;
  margin-right: 2px;
}
.price_sec .price_table_td--omp .price_table_yen {
  font-size: 34px;
}
.price_sec .price_table_td--omp .price_table_big {
  line-height: 1;
}
.price_sec .price_table thead th,
.price_sec .price_table tbody th,
.price_sec .price_table tbody td {
  vertical-align: middle;
}
.price_sec .price_table tbody th,
.price_sec .price_table tbody td {
  height: 89px;
}
.price_sec .price_table tbody tr:first-child .price_table_td:not(.price_table_td--omp) {
  font-size: 30px;
  white-space: nowrap;
}
.price_sec .price_table tbody tr:first-child .price_table_td:not(.price_table_td--omp) .price_table_yen {
  font-size: 24px;
  margin-right: 2px;
  color: #03112a;
}
.price_sec .price_table tbody tr:last-child th {
  border-color: #f2f5f7;
}
.price_sec .price_table tbody tr:last-child td.price_table_td--omp {
  background-image: linear-gradient(#ff6f00, #ff6f00), linear-gradient(#ffa100, #ffa100), linear-gradient(90deg, #ff6f00 0%, #ffa100 100%);
  background-size: 5px 100%, 5px 100%, 100% 5px;
  background-position: left top, right top, left bottom;
  background-repeat: no-repeat;
}
.price_sec .price_table tbody tr:last-child td.price_table_td--omp::after {
  display: none;
}
.price_sec .price_table thead .price_table_th:not(.price_table_th--omp):not(.price_table_th--rowhead) {
  position: relative;
  background: linear-gradient(to bottom, transparent 0 28px, #f2f5f7 28px 100%);
  padding-top: 28px;
  line-height: 1;
  border-right: none;
}
.price_sec .price_table thead .price_table_th:not(.price_table_th--omp):not(.price_table_th--rowhead)::after {
  content: "";
  position: absolute;
  top: 21px;
  right: 0;
  width: 3px;
  height: 72px;
  background: #fff;
}
.price_sec .price_table thead tr > th.price_table_th:last-of-type::after {
  display: none;
}

/* Modaal のデフォルトスタイルを上書き */
.modaal-container {
  background: transparent;
  box-shadow: none;
  max-width: 962px;
  width: 100%;
  padding: 0;
}

.modaal-close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 34px;
  height: 34px;
  border-radius: 9999px;
  background: #042344 !important;
  transition: all 0.3s ease !important;
  border: 1px solid #fff !important;
}
.modaal-close > span {
  pointer-events: none;
}
.modaal-close::before, .modaal-close::after {
  background: #fff;
  width: 2px !important;
  border-radius: 9999px;
  height: 16px !important;
  top: 8px !important;
  left: 15px !important;
  transition: all 0.2s ease !important;
}
.modaal-close:hover {
  transform: rotate(90deg);
}
.modaal-close:hover::before, .modaal-close:hover::after {
  background: #fff !important;
}

.modaal-content-container {
  padding: 0;
}
.modaal-content-container .price_modal_inner {
  width: 100%;
  max-width: 962px;
  margin: 0 auto;
  background: var(--color-white);
  border-radius: 10px;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.modaal-content-container .price_modal_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.modaal-content-container .price_modal_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 19px;
  text-align: center;
  border-right: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
}
.modaal-content-container .price_modal_icon {
  display: block;
  height: auto;
  margin: 0 0 10px;
}
.modaal-content-container .price_modal_txt {
  font-size: 15px;
  font-weight: var(--font-bold);
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .price_sec .price_more:hover {
    transform: translateY(5px);
  }
  .modaal-close:hover {
    transform: rotate(90deg);
  }
  .modaal-close:hover::before, .modaal-close:hover::after {
    background: #fff !important;
  }
}
@media screen and (max-width: 1000px) {
  .price_sec .inner {
    margin: 0;
  }
  .price_sec .price_intro {
    margin: 0 20px 60px;
  }
  .price_sec .price_light {
    margin: 80px 20px 0;
  }
  .price_sec .price_light_inner {
    gap: 60px;
  }
  .price_sec .price_light_price_yen {
    font-size: 26px;
  }
  .price_sec .price_light_price_num {
    font-size: 30px;
  }
  .price_sec .price_light_term::before {
    left: -30px;
  }
  .price_sec .price_light_note {
    font-size: 14px;
  }
  .price_sec .price_light_note::before {
    left: -30px;
  }
  .price_sec .price_attention {
    margin: 40px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .price_sec {
    padding: 73px 0 60px;
  }
  .price_sec .price_sec_bg01,
  .price_sec .price_sec_bg02 {
    display: none;
  }
  .price_sec .inner {
    padding: 0;
  }
  .price_sec .price_intro {
    margin: 0 15px 40px;
  }
  .price_sec .price_intro_ttl {
    font-size: 18px;
  }
  .price_sec .price_intro_txt {
    text-align: left;
  }
  .price_sec .price_plans {
    display: grid;
    grid-template-columns: 305px 305px 305px;
    justify-content: flex-start;
    gap: 15px;
    padding: 0 20px;
  }
  .price_sec .price_plan {
    width: 100%;
    padding: 0 0 20px;
  }
  .price_sec .price_plan .price_plan_recommend {
    font-size: 16px;
  }
  .price_sec .price_plan .price_plan_head {
    min-height: 64px;
    padding: 0 10px;
    font-size: 20px;
  }
  .price_sec .price_plan .price_plan_price {
    padding: 16px 0 14px;
  }
  .price_sec .price_plan .price_plan_price_yen {
    font-size: 28px;
  }
  .price_sec .price_plan .price_plan_price_num {
    font-size: 32px;
  }
  .price_sec .price_plan .price_plan_term_lbl {
    font-size: 14px;
  }
  .price_sec .price_plan .price_plan_note {
    padding: 12px 15px 0;
  }
  .price_sec .price_plan .price_plan_out {
    margin: 10px 20px 0;
    padding-bottom: 20px;
  }
  .price_sec .price_plan .price_plan_out_ttl {
    font-size: 16px;
  }
  .price_sec .price_plan .price_plan_out_txt {
    text-align: left;
    font-size: 13px;
  }
  .price_sec .price_plan.price_plan--12 {
    width: 100%;
    padding-bottom: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  }
  .price_sec .price_plan.price_plan--12 .price_plan_head {
    min-height: 90px;
    font-size: 24px;
  }
  .price_sec .price_plan.price_plan--12 .price_plan_head_num {
    font-size: 30px;
  }
  .price_sec .price_plan.price_plan--12 .price_plan_body {
    margin: 0 5px;
  }
  .price_sec .price_plan.price_plan--12 .price_plan_price_yen {
    font-size: 36px;
  }
  .price_sec .price_plan.price_plan--12 .price_plan_price_num {
    font-size: 42px;
  }
  .price_sec .price_plan.price_plan--12 .price_plan_price_tax {
    font-size: 14px;
  }
  .price_sec .price_plan.price_plan--12 .price_plan_term_month {
    font-size: 20px;
  }
  .price_sec .price_plan.price_plan--12 .price_plan_term_note {
    font-size: 14px;
  }
  .price_sec .price_light {
    max-width: 292px;
    margin: 60px auto 0;
    padding: 10px 20px 15px;
  }
  .price_sec .price_light_lbl {
    height: 30px;
    top: -18px;
    padding: 0 40px;
    font-size: 18px;
    line-height: 1.5;
    white-space: nowrap;
  }
  .price_sec .price_light_inner {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .price_sec .price_light_price {
    align-self: center;
  }
  .price_sec .price_light_term {
    padding: 10px 0;
  }
  .price_sec .price_light_term::before {
    left: 0;
    top: -2px;
    width: 100%;
    height: 2px;
  }
  .price_sec .price_light_term_lbl {
    margin: 0 0 0;
    font-size: 14px;
  }
  .price_sec .price_light_note {
    padding: 10px 0 0;
  }
  .price_sec .price_light_note::before {
    left: 0;
    top: -2px;
    width: 100%;
    height: 2px;
  }
  .price_sec .price_attention {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 20px 15px 0;
  }
  .price_sec .price_more {
    width: 315px;
    height: 60px;
    margin: 30px auto 0;
    padding: 8px;
    box-shadow: 0px 5px 0px #042344;
  }
  .price_sec .price_more .price_more_txt {
    font-size: 14px;
    line-height: 1.6;
  }
  .price_sec .price_more .arrow {
    right: 16px;
    width: 11px;
    height: 14px;
  }
  .price_sec .price_compare {
    margin: 60px 0 0;
  }
  .price_sec .price_compare_ttl {
    margin: 0 0 32px;
    font-size: 22px;
  }
  .price_sec .price_compare_ttl .price_compare_ttl_txt {
    gap: 20px;
  }
  .price_sec .price_compare_ttl .price_compare_ttl_txt::before, .price_sec .price_compare_ttl .price_compare_ttl_txt::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
  }
  .price_sec .price_table_wrap {
    max-width: unset;
    margin: 0 15px;
  }
  .price_sec .price_table {
    min-width: unset;
    border-left: none;
  }
  .price_sec .price_table::after {
    height: 20px;
  }
  .price_sec .price_table::before {
    content: none;
  }
  .price_sec .price_table_th,
  .price_sec .price_table_td,
  .price_sec .price_table_row {
    padding: 10px 10px;
    font-size: 16px;
  }
  .price_sec .price_table_row {
    position: sticky;
    left: 0;
    font-size: 14px;
    line-height: 1.2;
    z-index: 2;
  }
  .price_sec .price_table_th {
    font-size: 14px;
    height: 57px;
  }
  .price_sec .price_table_th--rowhead {
    position: sticky;
    left: 0;
    height: 57px;
    border-right: none;
    background: #fff;
    z-index: 2;
  }
  .price_sec .price_table_th--omp {
    font-size: 20px;
    line-height: 1;
    height: 57px;
    padding: 0 8px;
  }
  .price_sec .price_table_td--omp {
    font-size: 18px;
    background-size: 3px 100%, 3px 100%;
  }
  .price_sec .price_table_td--omp::after {
    left: 3px;
    right: 3px;
    bottom: 0;
    height: 3px;
  }
  .price_sec .price_table_big {
    font-size: 40px;
  }
  .price_sec .price_table_td--omp .price_table_yen {
    font-size: 26px;
  }
  .price_sec .price_table tbody th,
  .price_sec .price_table tbody td {
    height: 56px;
    white-space: nowrap;
  }
  .price_sec .price_table tbody tr:first-child .price_table_td:not(.price_table_td--omp) {
    font-size: 22px;
  }
  .price_sec .price_table tbody tr:first-child .price_table_td:not(.price_table_td--omp) .price_table_yen {
    font-size: 18px;
  }
  .price_sec .price_table tbody tr:last-child td.price_table_td--omp {
    background-size: 3px 100%, 3px 100%, 100% 3px;
  }
  .price_sec .price_table thead .price_table_th:not(.price_table_th--omp):not(.price_table_th--rowhead) {
    padding: 19px 0 0;
    background: linear-gradient(to bottom, transparent 0 16px, #f2f5f7 16px 100%);
    line-height: 1;
  }
  .price_sec .price_table thead .price_table_th:not(.price_table_th--omp):not(.price_table_th--rowhead)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #fff;
  }
  .price_sec .price_table thead .price_table_th:not(.price_table_th--omp):not(.price_table_th--rowhead)::after {
    top: 0;
    right: 0;
    width: 3px;
    height: 59px;
    background: #fff;
  }
  .scroll-hint-icon {
    width: 160px;
    height: 120px;
    padding: 34px 10px 10px 10px;
    left: calc(50% - 80px);
  }
  .scroll-hint-icon::after {
    top: 23px;
  }
  .scroll-hint-text {
    font-size: 14px;
    font-weight: bold;
  }
  .modaal-wrapper {
    --modaal-scroll-offset-top: calc(80px + env(safe-area-inset-top));
    scroll-padding-top: var(--modaal-scroll-offset-top);
  }
  .modaal-wrapper .modaal-focus {
    scroll-margin-top: var(--modaal-scroll-offset-top);
  }
  .modaal-inner-wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .modaal-content-container .price_modal_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .modaal-content-container .price_modal_item {
    padding: 15px 5px;
    justify-content: flex-start;
  }
  .modaal-content-container .price_modal_icon {
    width: 60px;
    margin-bottom: 10px;
  }
  .modaal-content-container .price_modal_item:nth-of-type(4) .price_modal_icon {
    width: 94px;
  }
  .modaal-content-container .price_modal_txt {
    font-size: 12px;
    line-height: 1.6;
  }
}
/*============================
 flow_sec
============================*/
.flow_sec {
  position: relative;
  padding: 110px 0 120px;
  background: #FFFAEF;
}
.flow_sec .flow_sec_bg01 {
  position: absolute;
  top: 110px;
  right: 0;
}
.flow_sec .flow_list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.flow_sec .flow_item {
  position: relative;
  width: 241px;
  padding: 0 15px;
  box-sizing: border-box;
}
.flow_sec .flow_item + .flow_item::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 31px;
  background-image: url("../img/top/icon_triangle_orange02.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
.flow_sec .flow_media {
  width: 160px;
  height: 160px;
  margin: 0 auto 10px;
  border-radius: 50%;
  overflow: hidden;
}
.flow_sec .flow_img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flow_sec .flow_no {
  position: absolute;
  left: 23PX;
  top: 12PX;
  margin: 0;
  font-family: var(--font-en);
  font-size: 40px;
  font-weight: var(--font-bold);
  line-height: 1;
  background: linear-gradient(90deg, var(--color-black) 0%, var(--color-navy) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(-1px 0 0 #fff) drop-shadow(1px 0 0 #fff) drop-shadow(0 -1px 0 #fff) drop-shadow(0 1px 0 #fff);
}
.flow_sec .flow_ttl {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: var(--font-bold);
  line-height: 1.4;
  text-align: center;
}
.flow_sec .flow_txt {
  font-size: 15px;
  line-height: 1.6;
}

@media screen and (max-width: 991px) {
  .flow_sec .flow_list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px 18px;
  }
  .flow_sec .flow_item {
    width: min(100%, 340px);
  }
  .flow_sec .flow_item + .flow_item::before {
    left: -21px;
  }
  .flow_sec .flow_item:nth-of-type(3)::before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .flow_sec {
    padding: 73px 0 60px;
  }
  .flow_sec .flow_sec_bg01 {
    display: none;
  }
  .flow_sec .flow_list {
    align-items: stretch;
    justify-content: stretch;
    gap: 65px;
  }
  .flow_sec .flow_item {
    max-width: unset;
    width: 100%;
    padding: 0;
  }
  .flow_sec .flow_item + .flow_item::before {
    width: 22px;
    height: 28px;
    left: 50%;
    top: -49px;
    transform: translateX(-50%) rotate(90deg);
  }
  .flow_sec .flow_item:nth-of-type(3)::before {
    content: "";
  }
  .flow_sec .flow_media {
    width: 148px;
    height: 148px;
    margin: 0;
  }
  .flow_sec .flow_content {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-left: 20px;
  }
  .flow_sec .flow_no {
    left: 0;
    top: 10px;
  }
  .flow_sec .flow_ttl {
    margin: 0;
    text-align: left;
  }
  .flow_sec .flow_txt {
    margin: 20px 0 0;
  }
}
/*============================
 voice_sec
============================*/
.voice_sec {
  position: relative;
  padding: 110px 0 120px;
  background: #fff;
}
.voice_sec .voice_sec_bg01 {
  position: absolute;
  top: -193px;
  left: 0;
}
.voice_sec .voice_sec_bg02 {
  position: absolute;
  bottom: 148px;
  right: 0;
}
.voice_sec .voice_pager {
  display: none;
}
.voice_sec .voice_list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px 26px;
  overflow: visible !important;
}
.voice_sec .voice_item {
  position: relative;
}
.voice_sec .voice_card {
  height: 100%;
  padding: 26px 20px 20px;
  border-radius: 10px;
  background: #fbf7ed;
  box-sizing: border-box;
}
.voice_sec .voice_quote {
  position: absolute;
  font-family: var(--font-en);
  font-weight: var(--font-medium);
  font-size: 70px;
  line-height: 1;
  color: #cad1d8;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.voice_sec .voice_quote--tl {
  left: 15px;
  top: -48px;
  transform: rotate(180deg);
}
.voice_sec .voice_quote--br {
  right: 15px;
  bottom: -48px;
}
.voice_sec .voice_head {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 15px;
}
.voice_sec .voice_avatar {
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.voice_sec .voice_avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice_sec .voice_meta_job {
  font-size: 14px;
  font-weight: var(--font-semibold);
  line-height: 1.6;
}
.voice_sec .voice_meta_job:has(+ .voice_meta_lbl) {
  margin: 0 0 5px;
}
.voice_sec .voice_meta_job_val {
  font-weight: var(--font-bold);
  color: #ff6f00;
}
.voice_sec .voice_meta_lbl {
  font-size: 14px;
  font-weight: var(--font-semibold);
  line-height: 1.6;
}
.voice_sec .voice_meta_val {
  font-size: 15px;
  font-weight: var(--font-bold);
  line-height: 1.6;
  color: #ff6f00;
}
.voice_sec .voice_txt {
  font-size: 16px;
  line-height: 1.6;
}
.voice_sec .voice_note {
  margin: 40px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  text-align: left;
}
.voice_sec .voice_more {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 322px;
  height: 70px;
  margin: 40px auto 0;
  border-radius: 9999px;
  text-decoration: none;
  background: #27527E;
  color: #fff;
  font-size: 20px;
  font-weight: var(--font-bold);
  line-height: 1.4;
  padding-left: 56px;
  box-shadow: 0px 7px 0px #042344;
  transition: transform 0.3s ease;
}

@media screen and (min-width: 768px) {
  .voice_sec .voice_more:hover {
    transform: translateY(5px);
  }
}
@media screen and (max-width: 1000px) {
  .voice_sec .voice_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .voice_sec {
    padding: 73px 0 60px;
  }
  .voice_sec .voice_sec_bg01,
  .voice_sec .voice_sec_bg02 {
    display: none;
  }
  .voice_sec .voice_body {
    display: flex;
    flex-direction: column;
  }
  .voice_sec .voice_pager {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 27px;
  }
  .voice_sec .voice_pager[hidden] {
    display: none;
  }
  .voice_sec .voice_pager_dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #DBE3EE;
    border: 0;
    padding: 0;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
  }
  .voice_sec .voice_pager_dot.is-active {
    background: #FFA100;
  }
  .voice_sec .voice_list {
    display: flex;
    gap: 10px;
    overflow-x: auto !important;
    overflow-y: visible !important;
    padding: 60px 0;
    margin: -60px 0;
  }
  .voice_sec .voice_item {
    width: 292px;
    flex-shrink: 0;
  }
  .voice_sec .voice_card {
    padding: 25px 15px 20px;
  }
  .voice_sec .voice_quote--tl {
    left: 10px;
  }
  .voice_sec .voice_quote--br {
    right: 10px;
  }
  .voice_sec .voice_head {
    gap: 15px;
    margin: 0 0 15px;
  }
  .voice_sec .voice_avatar {
    width: 76px;
    height: 76px;
  }
  .voice_sec .voice_note {
    font-size: 12px;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
  }
  .voice_sec .voice_more {
    position: relative;
    justify-content: center;
    width: 315px;
    height: 60px;
    margin: 30px auto 0;
    font-size: 16px;
    padding-left: 0;
    box-shadow: 0px 5px 0px #042344;
  }
  .voice_sec .voice_more_icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}
/*============================
 faq_sec
============================*/
.faq_sec {
  padding: 110px 0 120px;
  background: #FFFAEF;
}
.faq_sec .accordion_area {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq_sec .accordion_item {
  width: 100%;
  box-shadow: 5px 5px 0 rgba(255, 201, 101, 0.3);
}
.faq_sec .accordion_head {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.faq_sec .accordion_head::before {
  content: "Q";
  flex: 0 0 auto;
  font-family: var(--font-en);
  font-size: 36px;
  font-weight: var(--font-extra-bold);
  line-height: 1.1;
  text-transform: capitalize;
  background: linear-gradient(90deg, #ff6f00 0%, #ffa100 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.faq_sec .accordion_head .period {
  margin: 0;
  font-size: 22px;
  font-weight: var(--font-bold);
  line-height: 1.6;
  color: var(--color-black);
  flex: 1 1 auto;
}
.faq_sec .accordion_head .icon {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/top/faq_icon_plus.svg");
}
.faq_sec .accordion_head.is_open .icon {
  background-image: url("../img/top/faq_icon_minus.svg");
}
.faq_sec .accordion_body {
  display: none;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
.faq_sec .accordion_head.is_open .accordion_body {
  display: block;
}
.faq_sec .accordion_body_inner {
  padding: 0 40px 30px;
}
.faq_sec .accordion_body_inner::before {
  content: "";
  display: block;
  height: 0;
  border-top: 2px solid #F2F5F7;
  margin: 0 0 20px;
}
.faq_sec .accordion_body_inner .accordion_body_txt {
  font-size: 16px;
  line-height: 1.6;
}
.faq_sec .accordion_body_inner .accordion_body_txt + .accordion_body_txt {
  margin-top: 1.5em;
}

@media screen and (min-width: 768px) {
  .faq_sec .accordion_head:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .faq_sec {
    padding: 73px 0 60px;
  }
  .faq_sec .accordion_area {
    gap: 15px;
  }
  .faq_sec .accordion_item {
    box-shadow: 3px 3px 0 rgba(255, 201, 101, 0.3);
  }
  .faq_sec .accordion_head {
    align-items: flex-start;
    gap: 10px;
    padding: 20px 15px;
  }
  .faq_sec .accordion_head::before {
    font-size: 30px;
  }
  .faq_sec .accordion_head .period {
    font-size: 18px;
  }
  .faq_sec .accordion_head .icon {
    width: 28px;
    height: 28px;
  }
  .faq_sec .accordion_body_inner {
    padding: 0 15px 20px;
  }
  .faq_sec .accordion_body_inner::before {
    margin: 0 0 15px;
  }
}
/*============================
 application_sec
============================*/
.application_sec {
  position: relative;
  padding: 110px 0 120px;
  background: #fff;
}
.application_sec .application_sec_bg01 {
  position: absolute;
  top: 240px;
  left: 26px;
}
.application_sec .application_sec_bg02 {
  position: absolute;
  bottom: 90px;
  right: 0;
}
.application_sec .application_form {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .application_sec {
    padding: 73px 0 80px;
  }
  .application_sec .application_sec_bg01,
  .application_sec .application_sec_bg02 {
    display: none;
  }
  .application_sec .application_form .application_form_img {
    width: 100%;
    height: auto;
  }
}