@charset "UTF-8";
/* responsive */
/*@include mq() { }*/
/*color*/
/* cubic-bezier */
.vh_max {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.f_sans {
  font-family: "Noto Sans JP", sans-serif;
}

.text {
  line-height: 2;
}

.u_ba {
  position: relative;
}
.u_ba::before, .u_ba::after {
  content: "";
  position: absolute;
  display: block;
}

.vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  line-height: 1.7142857143;
  font-size: 4.1025641026vw;
}
@media (min-width: 768px) {
  html {
    font-size: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199.9px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 768px) and (max-width: 999.9px) {
  html {
    font-size: 83.3333333333%;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  min-width: 100%;
  margin: 0;
  color: #111;
  font-weight: 500;
  font-family: "noto sans jp", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  background: #fff;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
@media (min-width: 768px) {
  body {
    font-size: 1rem;
  }
}

.sans {
  font-family: "noto sans jp", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.en, .form .tel_dl dd .tel .tel_btn .icon, .lp_sec.faq .faq_dl .faq_dl_in dd::before, .lp_sec.faq .faq_dl .faq_dl_in dt::before, .lp_sec.voice .voice_list .voice_review .star, .lp_sec.case_studies .in_bg .case_studies_list .case_studies_list_title_wrap .case_studies_list_title .no, .lp_sec.reason .reason_list .reason_list_title .icon .no, .lp_sec.loan .check_list.flex.bg_green .no, .lp_sec.loan .ex_dl_list .ex_dl_list_in .loan_step_list .loan_step_list_text .no, .lp_sec.loan .bdr_box_list.loan_step_list .loan_step_list_title .no, .device_pc .lp_cta02_tel .tel_btn .icon, .device_tab .lp_cta02_tel .tel_btn .icon, .device_pc .lp_cta_tel .tel_btn .icon, .device_tab .lp_cta_tel .tel_btn .icon, .lp_sec.first .lp_cta_block01 .cta_pr_list_wrap .cta_pr_list .no, .page_footer_in .inbox p.ft_tel a .icon, .fix_cta_in ul li.tel .tel_btn .tel_no, .page_header .hd_tel .tel_btn .icon {
  letter-spacing: 0;
  font-family: "Poppins", sans-serif;
}

main {
  width: 100%;
  display: block;
}

nav {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}
a [href=""] {
  pointer-events: none;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

input:focus,
textarea:focus {
  background: #f8f8f8 !important;
}

button {
  padding: 0;
}

figure {
  margin: 0;
}

img, video {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: top;
}

video {
  width: 100%;
}

p {
  margin: 0;
}
p.center {
  text-align: center;
  line-height: 1.7142857143;
}

b, strong {
  font-weight: 500;
}

i {
  font-style: normal;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          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;
}

button,
select {
  text-transform: none;
}

button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: 100%;
}

ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

small {
  font-size: 0.8125rem;
}
small.text {
  margin-top: 0.8em;
  line-height: 1.5;
  display: block;
}

address {
  font-style: normal;
}

.fixed {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.clearfix {
  *zoom: 1;
}

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

.obj-fit {
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-slide:focus {
  outline: none;
}

picture {
  display: block;
}
picture img {
  width: 100%;
}

.obj_fit, .ft_bn_nav_list figure img,
.on_text_bn figure img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.on_fit, .ft_bn_nav_list a > .text_wrap,
.ft_bn_nav_list a > p,
.on_text_bn a > .text_wrap,
.on_text_bn a > p {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.tx_hidden {
  display: block;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}

.f_en {
  font-family: "Libre Caslon Display", serif;
}

.btn_radius {
  min-height: 2.1875rem;
  border: 1px solid #FFFFFF;
  border-radius: 6.25rem;
  padding: 0.125rem 0.9375rem 0.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.more_wrap {
  margin-top: 3.125rem;
}
.more_wrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  padding-left: 0.75rem;
}
.more_wrap li + li {
  margin-top: 1.25rem;
}

p.more_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
p.more_wrap.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.more_btn_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  letter-spacing: 0.06em;
  padding-bottom: 0.625rem;
  line-height: 1.5;
  color: #675E3F;
  border-bottom: 1px solid #675E3F;
}
.more_btn_link.bg {
  color: #ffffff;
  background: #837956;
  padding: 1.3125rem 2.5rem;
}
.more_btn_link.bg .more_btn {
  background-image: url("../img/icon_arw_w.svg");
}
.more_btn_link.bg.bdr {
  background: #ffffff;
  color: #675E3F;
  border: 1px solid #675E3F;
}
.more_btn_link.bg.bdr .more_btn {
  background-image: url("../img/icon_arw.svg");
}
.more_btn_link.bg.no_arw span:not(.more_btn) {
  text-align: center;
  margin-right: 0;
}
.more_btn_link:hover > span:not(.more_btn) {
  letter-spacing: 0.1em;
}
.more_btn_link .more_btn {
  -webkit-transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.more_btn_link > span:not(.more_btn) {
  margin-right: 1.25rem;
  -webkit-transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.more_btn_link .more_btn {
  width: 1.875rem;
  height: 0.8125rem;
  background: url("../img/icon_arw.svg");
  background-size: contain;
  display: block;
  position: relative;
}

@media (max-width: 767.9px) {
  .more_wrap {
    margin-top: 2.1875rem;
  }
  .more_wrap li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    padding-left: 0.75rem;
  }
  .more_wrap li + li {
    margin-top: 1.25rem;
  }
  .more_btn_link {
    font-size: 1.0625rem;
    padding-bottom: 0.625rem;
  }
  .more_btn_link.bg {
    padding: 0.9375rem 1.5625rem;
  }
  .more_btn_link > span:not(.more_btn) {
    margin-right: 0.875rem;
  }
  .more_btn_link .more_btn {
    width: 1.5rem;
    height: 0.65rem;
  }
}
.more_text {
  font-size: 1.25rem;
  padding-right: 3.125rem;
  padding-bottom: 0.1875rem;
  position: relative;
  -webkit-transition: letter-spacing 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: letter-spacing 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.more_text::before, .more_text::after {
  content: "";
  display: block;
  position: absolute;
}
.more_text::before {
  width: 1.875rem;
  height: 0.8125rem;
  right: 0;
  top: 50%;
  margin-top: -0.5rem;
  background: url("../img/icon_arw.svg") center center no-repeat;
  background-size: contain;
}
.more_text::after {
  width: 100%;
  height: 1px;
  background: #ffffff;
  bottom: 0;
  left: 0;
}
.more_text:hover {
  letter-spacing: 0.1em !important;
}
@media (max-width: 767.9px) {
  .more_text {
    font-size: 1.0625rem;
    padding-right: 2.5rem;
    padding-bottom: 0.1875rem;
  }
  .more_text::before {
    width: 1.5rem;
    height: 0.65rem;
    margin-top: -0.4rem;
  }
}
.ft_bn_nav_list a,
.on_text_bn a {
  color: #ffffff;
  position: relative;
  overflow: hidden;
  display: block;
}
.ft_bn_nav_list a:hover img,
.on_text_bn a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.ft_bn_nav_list a:hover > p .more_text:hover,
.on_text_bn a:hover > p .more_text:hover {
  letter-spacing: 0.18em;
}
.ft_bn_nav_list figure,
.on_text_bn figure {
  height: auto;
  aspect-ratio: 1000/250;
}
.ft_bn_nav_list figure img,
.on_text_bn figure img {
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ft_bn_nav_list a > .text_wrap,
.ft_bn_nav_list a > p,
.on_text_bn a > .text_wrap,
.on_text_bn a > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ft_bn_nav_list a > .text_wrap .tx,
.ft_bn_nav_list a > p .tx,
.on_text_bn a > .text_wrap .tx,
.on_text_bn a > p .tx {
  margin-bottom: 1.25rem;
  letter-spacing: 0.02em;
}
.ft_bn_nav_list a > .text_wrap .more_text,
.ft_bn_nav_list a > p .more_text,
.on_text_bn a > .text_wrap .more_text,
.on_text_bn a > p .more_text {
  letter-spacing: 0.09em;
}

.on_text_bn {
  margin-top: 6.25rem;
  margin-bottom: 1.25rem;
}
.on_text_bn p {
  padding-bottom: 0.125rem;
}
.on_text_bn p .tx {
  font-size: 2.5rem;
  line-height: 1.425;
}
.on_text_bn.shop_info_bn {
  margin-bottom: 0;
}
.on_text_bn.shop_info_bn figure {
  margin-bottom: 0;
}

@media (max-width: 767.9px) {
  /*
  	.more_text {
  		font-size: fs(15);
  		padding-right: fs(10+5);
  		padding-bottom: fs(6);
  		&::before {
  			width: fs(4);
  			height: fs(8);
  			margin-top: fs(-4);
  		}
  	}
  	.ft_bn_nav_list,
  	.on_text_bn {
  		figure {
  			aspect-ratio: 335/162;
  		}
  		a > .text_wrap,
  		a > p {
  			.tx {
  				margin-bottom: fs(16);
  			}
  		}
  	}
  	.on_text_bn {
  		margin-top: fs(50);
  		margin-bottom: fs(20);
  		p {
  			padding-bottom: fs(10);
  			.tx {
  				font-size: fs(20);
  				line-height: (30/20);
  			}
  		}
  	}
  */
}
.space_l {
  letter-spacing: 0.5em;
}

.contents {
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .inbox {
    max-width: 70rem;
    margin-inline: auto;
    position: relative;
    margin-inline: auto !important;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.att_text {
  position: relative;
}

.att_list {
  margin-top: 1em;
}
.att_list li {
  position: relative;
  padding-left: 1em;
  font-size: 0.875em;
}
.att_list li::before {
  content: "※";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}

/* dis */
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 767.9px) {
  .pc {
    display: none !important;
  }
}
span.page_link {
  display: block;
}

.wrapper {
  z-index: 2;
  position: relative;
  padding-top: 3.75rem;
}

.lp_contents > * {
  margin-top: -3.75rem;
  padding-top: 3.75rem;
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

.page_header {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 4000;
  background: rgba(255, 255, 255, 0.95);
}
.page_header .inbox {
  height: 3.75rem;
  padding-inline: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_header .hd_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
}
.page_header .hd_logo img {
  width: auto;
  height: 2rem;
  display: block;
}
.page_header .hd_logo .tx {
  font-size: 0.625rem;
  margin-left: 0.375rem;
}
.page_header .hd_tel {
  margin-right: 0.75rem;
}
.page_header .hd_tel .tel_btn {
  width: 8.75rem;
  height: 2.375rem;
  background: #FFF8E0;
  border-radius: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_header .hd_tel .tel_btn::before {
  width: 0.6875rem;
  height: 0.875rem;
  background: url("../img/i_tel.svg") no-repeat;
  background-size: contain;
  content: "";
  margin-right: 0.375rem;
}
.page_header .hd_tel .tel_btn .icon {
  font-size: 1rem;
  font-weight: 800;
  color: #FF7300;
}

@media (min-width: 768px) {
  .wrapper {
    padding-top: 4.5rem;
  }
}
@media (min-width: 768px) and (max-width: 999.9px) {
  .wrapper, .page_footer {
    min-width: 1000px;
  }
}
@media (min-width: 768px) {
  .lp_contents > * {
    margin-top: -4.5rem;
    padding-top: 4.5rem;
  }
  .page_header .inbox {
    height: 4.5rem;
    padding-inline: 1rem 0;
  }
  .page_header .hd_logo img {
    height: 2.5rem;
  }
  .page_header .hd_logo .tx {
    font-size: 0.75rem;
    margin-left: 0.625rem;
  }
  .page_header .hd_tel {
    margin-right: 0;
  }
  .page_header .hd_tel .tel_btn {
    width: 11.5rem;
    height: 3rem;
    border-radius: 0.3125rem;
  }
}
.fix_cta {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 50;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  opacity: 0;
  -webkit-transform: translate(0, 105%);
          transform: translate(0, 105%);
}
.fix_cta.fix_stop:not(.is-hidden) {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.fix_cta_in ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fix_cta_in ul li {
  width: 50%;
}
.fix_cta_in ul li a {
  height: 4.5rem;
  padding-top: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fix_cta_in ul li.tel {
  background: #FFF8E0;
}
.fix_cta_in ul li.tel .tel_btn {
  color: #D20000;
}
.fix_cta_in ul li.tel .tel_btn .tx {
  padding-bottom: 0.125rem;
}
.fix_cta_in ul li.tel .tel_btn .tx.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fix_cta_in ul li.tel .tel_btn .tx.icon::before {
  width: 1.125rem;
  height: 1.375rem;
  background: url("../img/i_tel_rd.svg") no-repeat;
  background-size: contain;
  content: "";
  margin-right: 0.375rem;
  position: relative;
  top: 0.125rem;
}
.fix_cta_in ul li.tel .tel_btn .tx.icon span {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.3;
}
.fix_cta_in ul li.tel .tel_btn .tel_no {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}
.fix_cta_in ul li.mail {
  background: #FF8500;
}
.fix_cta_in ul li.mail .mail_btn {
  background: #FF8500;
  color: #FFFFFF;
}
.fix_cta_in ul li.mail .mail_btn::before {
  width: 1.1875rem;
  height: 0.875rem;
  margin-inline: auto;
  background: url("../img/i_mail_w.svg") no-repeat;
  background-size: contain;
  content: "";
  margin-bottom: 0.375rem;
  display: block;
}
.fix_cta_in ul li.mail .mail_btn span {
  width: 100%;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.2;
}

.page_footer {
  padding-top: 2.5rem;
}
.page_footer_in {
  border-top: 1px solid #BABABA;
  padding: 1.5rem 0;
}
.page_footer_in .inbox {
  padding-inline: 1.125rem;
}
.page_footer_in .inbox .company_name {
  font-size: 1.125rem;
  margin-bottom: 1em;
  font-weight: bold;
}
.page_footer_in .inbox p:not([class]) {
  line-height: 1.5;
}
.page_footer_in .inbox p:not([class]) + p {
  margin-top: 0.5em;
}
.page_footer_in .inbox p:not([class]) span {
  display: inline-block;
  margin-right: 0.5em;
}
.page_footer_in .inbox p.ft_tel {
  margin-top: 0.5rem !important;
}
.page_footer_in .inbox p.ft_tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_footer_in .inbox p.ft_tel a::before {
  width: 0.6875rem;
  height: 0.875rem;
  background: url("../img/i_tel_bl.svg") no-repeat;
  background-size: contain;
  content: "";
  margin-right: 0.375rem;
}
.page_footer_in .inbox p.ft_tel a .icon {
  font-size: 1rem;
  font-weight: 800;
}
.page_footer_in .inbox .alert_box {
  margin-top: 1.25rem;
  padding: 0.75rem;
  background: #EDEDED;
  letter-spacing: 0;
}
.page_footer_in .inbox .privacy_text {
  margin-top: 1em;
}
.page_footer_in .inbox .privacy_text a {
  text-decoration: underline;
}
.page_footer .copy {
  display: block;
  text-align: center;
  font-size: 0.75rem;
  color: #BAB5AB;
  border-top: 1px solid #BABABA;
  padding-top: 1.25rem;
  padding-bottom: 2.8125rem;
}

@media (min-width: 768px) {
  .page_footer {
    padding-top: 1.75rem;
  }
  .page_footer_in {
    padding: 0 0 1.25rem;
    border-top: 0;
  }
  .page_footer_in .inbox {
    padding-inline: 0;
  }
  .page_footer_in .inbox .company_name {
    font-size: 1rem;
    margin-bottom: 0.5em;
  }
  .page_footer_in .inbox p:not([class]) {
    font-size: 0.875rem;
  }
  .page_footer_in .inbox p.ft_tel {
    margin-top: 0.5rem !important;
  }
  .page_footer_in .inbox p.ft_tel a::before {
    width: 0.6875rem;
    height: 0.875rem;
    margin-right: 0.375rem;
  }
  .page_footer_in .inbox p.ft_tel a .icon {
    font-size: 1rem;
  }
  .page_footer_in .inbox .alert_box {
    margin-top: 1.25rem;
    padding: 0.75rem 2em;
    font-size: 0.75rem;
  }
  .page_footer_in .inbox .privacy_text {
    font-size: 0.875rem;
  }
  .page_footer .copy {
    font-size: 0.75rem;
    padding-top: 1.25rem;
    padding-bottom: 2.8125rem;
  }
}
.bdr_side_title {
  text-align: center;
}
.bdr_side_title span {
  font-size: 0.9375rem;
  font-weight: 600;
  padding-inline: 1.75rem;
  display: inline-block;
  position: relative;
}
.bdr_side_title span::before, .bdr_side_title span::after {
  content: "";
  width: 1.25rem;
  height: 1px;
  background: #111111;
  position: absolute;
  display: block;
  top: 50%;
}
.bdr_side_title span::before {
  left: 0;
}
.bdr_side_title span::after {
  right: 0;
}

.lp_title_wrap {
  position: relative;
}
.lp_title_wrap .lp_title {
  font-size: 1.625rem;
  line-height: 1.4230769231;
  font-weight: 900;
  color: #D20000;
}
.lp_title_wrap .lp_title.large {
  font-size: 2rem;
}
.lp_title_wrap .lp_title span {
  display: inline-block;
  padding-left: 0.875rem;
  padding-right: 0.5em;
  border-bottom: 0.3125rem solid #D20000;
}
.lp_title_wrap .title_text {
  margin-top: 1rem;
  padding-inline: 1.125rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.lp_title_wrap figure {
  position: absolute;
  pointer-events: none;
}
.lp_title_wrap figure img {
  width: 100%;
}

@media (min-width: 768px) {
  .lp_title_wrap {
    max-width: 70rem;
    margin-inline: auto;
  }
  .lp_title_wrap .lp_title {
    font-size: 2.25rem;
    margin-bottom: 1.75rem;
  }
  .lp_title_wrap .lp_title.large {
    font-size: 2.5rem;
  }
  .lp_title_wrap .lp_title span {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0.125rem;
    border-bottom: 0.3125rem solid #D20000;
  }
  .lp_title_wrap .title_text {
    margin-top: 1rem;
    padding-inline: 0;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.slash_title {
  text-align: center;
}
.slash_title .in {
  color: #FF8500;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.5625;
  padding-inline: 2.1875rem;
  display: inline-block;
  position: relative;
}
.slash_title .in::before, .slash_title .in::after {
  content: "";
  width: 2.1875rem;
  height: 1px;
  background: #FF8500;
  position: absolute;
  bottom: 0.9375rem;
  display: block;
}
.slash_title .in::before {
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.slash_title .in::after {
  right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (min-width: 768px) {
  .slash_title .in {
    font-size: 1.375rem;
    font-weight: 800;
    padding-inline: 2.8125rem;
  }
  .slash_title .in::before, .slash_title .in::after {
    width: 2.8125rem;
    height: 2px;
    bottom: 0.9375rem;
  }
}
.lp_head {
  margin-bottom: 1.125rem;
}
.lp_head .alert_top {
  color: #FFFFFF;
  background: #D20000;
  padding: 0.9375rem 1.375rem;
}
.lp_head .alert_top .alert_top_title {
  text-align: center;
}
.lp_head .alert_top .alert_top_title .tx01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  font-weight: 900;
}
.lp_head .alert_top .alert_top_title .tx01::before {
  width: 1.625rem;
  height: 1.625rem;
  background: url("../img/i_alert_w.svg") no-repeat;
  background-size: contain;
  content: "";
  margin-right: 0.25rem;
}
.lp_head .alert_top .alert_top_title .tx02 {
  font-size: 0.9375rem;
  display: block;
}
.lp_head .alert_top .tel {
  margin-top: 0.5rem;
}
.lp_head .alert_top .tel .tel_btn {
  width: 100%;
  height: 3rem;
  background: #FFFFFF;
  border-radius: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp_head .alert_top .tel .tel_btn::before {
  width: 1.0625rem;
  height: 1.25rem;
  background: url("../img/i_tel.svg") no-repeat;
  background-size: contain;
  content: "";
  margin-right: 0.375rem;
}
.lp_head .alert_top .tel .tel_btn .icon {
  font-size: 1.25rem;
  font-weight: 900;
  color: #FF7300;
}
.lp_head .lp_title_wrap {
  padding-top: 1.25rem;
}
.lp_head .lp_title_wrap .lp_title {
  font-size: 2rem;
}
.lp_head .lp_title_wrap .title_text {
  margin-top: 0.75rem;
  padding-inline: 0.875rem;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: bold;
}
.lp_head .lp_title_wrap figure {
  width: 6.8125rem;
  top: 3.1875rem;
  right: 0.75rem;
}
.lp_head .lp_mv {
  margin-top: 1rem;
}
.lp_head .lp_mv .slash_title {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .lp_head {
    margin-bottom: 3.5rem;
  }
  .lp_head .alert_top {
    width: 100%;
    padding: 1.25rem 1.375rem;
  }
  .lp_head .alert_top .inbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.75rem;
  }
  .lp_head .alert_top .alert_top_title .tx01 {
    font-size: 1.375rem;
  }
  .lp_head .alert_top .alert_top_title .tx02 {
    line-height: 1.25;
    font-size: 1rem;
  }
  .lp_head .alert_top .tel {
    margin-top: 0.5rem;
  }
  .lp_head .alert_top .tel .tel_btn {
    width: 23rem;
    height: 3rem;
  }
  .lp_head .alert_top .tel .tel_btn::before {
    width: 1.25rem;
    height: 1.5rem;
    margin-right: 0.5rem;
    background-image: url(../img/i_tel_bl.svg);
  }
  .lp_head .alert_top .tel .tel_btn .icon {
    color: #111111;
    font-size: 1.5rem;
  }
  .lp_head .inbox {
    max-width: 75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lp_head .lp_title_wrap {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    margin-left: auto;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 1.25rem;
    padding-right: 5rem;
  }
  .lp_head .lp_title_wrap .lp_title {
    font-size: 3rem;
    padding-left: 1.75rem;
  }
  .lp_head .lp_title_wrap .lp_title span {
    padding-right: 1.25rem;
    padding-left: 0.5rem;
  }
  .lp_head .lp_title_wrap .title_text {
    margin-top: 0.75rem;
    padding-inline: 2.375rem;
    font-size: 2rem;
    line-height: 1.5555555556;
    font-weight: bold;
  }
  .lp_head .lp_title_wrap figure {
    width: 9.5375rem;
    top: 11.8rem;
    right: 5%;
  }
  .lp_head {
    /*
    .lp_title_wrap {
      flex: 2;
      margin-left: auto;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: vw(20);
      .lp_title {
    	font-size: vw(48);
    	span {
    	  &:first-child {
    		padding-left: vw(40);
    	  }
    	}
      }
      .title_text {
    	margin-top: vw(12);
    	padding-inline: vw(40);
    	font-size: vw(32);
    	line-height: (28/18);
    	font-weight: bold;
      }
      figure {
    	width: vw(109*1.5);
    	top: vw(118);
    	right: 10%;
      }
    }
    .lp_mv {
      width: 40%;
      margin-top: 0;
      position: relative;
      .slash_title {
    	position: absolute;
    	margin-bottom: vw(16);
    	left: 17%;
    	top: 17.5%;
    	transform: rotate(-15deg);
    	.in {
    	  //color: #111111;
    	  font-size: vw(18);
    	  line-height: 1.34;
    	  padding-inline: vw(15);
    	  &::before,&::after {
    		width: vw(30);
    		bottom: vw(10);
    		//background: #333333;
    	  }
    	}
      }
      img {
    	width: 100%;
    	height: vw(400);
    	object-position: top center;
    	object-fit: cover;
      }
    }
     */
  }
}
@media (min-width: 768px) and (max-width: 1199.9px) {
  .lp_head .lp_title_wrap figure {
    right: 4%;
  }
}
@media (min-width: 768px) {
  .lp_head .lp_mv {
    width: 45%;
    margin-top: 0;
    position: relative;
  }
  .lp_head .lp_mv .slash_title {
    position: absolute;
    margin-bottom: 1rem;
    left: 17%;
    top: 17.5%;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  .lp_head .lp_mv .slash_title .in {
    font-size: 1.125rem;
    line-height: 1.34;
    padding-inline: 0.9375rem;
  }
  .lp_head .lp_mv .slash_title .in::before, .lp_head .lp_mv .slash_title .in::after {
    width: 1.875rem;
    bottom: 0.625rem;
  }
  .lp_head .lp_mv img {
    width: 100%;
    height: 25rem;
    -o-object-position: top center;
       object-position: top center;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 768px) and (max-width: 999.9px) {
  /*
  .lp_head {
    margin-bottom: calc(56vw/13.66 + 14rem/16);
    .lp_title_wrap {
  	padding-bottom: vwfs(20);
  	.lp_title {
  	  font-size: vwfs(48);
  	  span {
  		&:first-child {
  		  padding-left: vwfs(40);
  		}
  	  }
  	}
  	.title_text {
  	  margin-top: vwfs(12);
  	  padding-inline: vwfs(40);
  	  font-size: vwfs(32);
  	}
  	figure {
  	  width: vwfs(109*1.5);
  	  top: vwfs(118);
  	}
    }
    .lp_mv {
  	.slash_title {
  	  margin-bottom: vwfs(16);
  	  .in {
  		font-size: vwfs(18);
  		padding-inline: vwfs(15);
  		&::before,&::after {
  		  width: vwfs(30);
  		  bottom: vwfs(10);
  		}
  	  }
  	}
  	img {
  	  height: vwfs(400);
  	}
    }
  }
   */
}
.check_cy_list:not(.box_none) > li {
  padding: 1rem 1rem 1rem 2.875rem;
  background: #FFFFFF;
  border: 1px solid #BAB5AB;
  border-radius: 0.5rem;
}
.check_cy_list:not(.box_none) > li + li {
  margin-top: 0.5rem;
}
.check_cy_list .check_cy_list_title {
  position: relative;
}
.check_cy_list .check_cy_list_title::before {
  content: "";
  width: 1.4375rem;
  height: 1.6875rem;
  background: url("../img/i_check_cy.svg") 0 center no-repeat;
  background-size: contain;
  position: absolute;
  left: -1.875rem;
  display: block;
}
.check_cy_list .check_cy_list_title {
  color: #D20000;
  font-size: 1.125rem;
  margin-bottom: 0.25rem;
  line-height: 1.5;
  font-weight: bold;
}
.check_cy_list p {
  line-height: 1.7142857143;
}
.check_cy_list p span {
  display: inline-block;
}

@media (min-width: 768px) {
  .check_cy_list:not(.box_none) > li {
    padding: 1.25rem 1.25rem 1.25rem 3.25rem;
  }
  .check_cy_list:not(.box_none) > li + li {
    margin-top: 0.5rem;
  }
  .check_cy_list .check_cy_list_title {
    position: relative;
  }
  .check_cy_list .check_cy_list_title::before {
    width: 1.86875rem;
    height: 2.19375rem;
    left: -2.5rem;
  }
  .check_cy_list .check_cy_list_title {
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
  }
}
.check_list.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-inline: 0.625rem;
  gap: 0.3125rem;
}
.check_list.flex > li {
  width: calc(33.333% - 0.2083333333rem);
  text-align: center;
  border-radius: 0.5rem;
  border: 1px solid #FF8500;
  padding: 0.5625rem 0 0.75rem;
}
.check_list.flex > li::before {
  content: "";
  width: 1.25rem;
  height: 1.0625rem;
  background: url("../img/i_check.svg") no-repeat;
  background-size: contain;
  display: block;
  margin-inline: auto;
  margin-bottom: 0.375rem;
}
.check_list.flex > li p {
  line-height: 1.375;
  min-height: 2.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  color: #FF8500;
}
.check_list:not(.flex) {
  margin-inline: 0.625rem;
}
.check_list:not(.flex).gray > li {
  border: none;
  background: #F2EEEB;
}
.check_list:not(.flex).gray > li .check_list_title {
  color: #16772D;
}
.check_list:not(.flex).gray > li .check_list_title::before {
  background-image: url("../img/i_check_gr.svg");
}
.check_list:not(.flex):not(.none_box) > li {
  padding: 1rem 1rem 1rem 2.6875rem;
  border-radius: 0.5rem;
}
.check_list:not(.flex):not(.none_box) > li + li {
  margin-top: 0.75rem;
}
.check_list:not(.flex).none_box {
  margin-inline: 0;
}
.check_list:not(.flex).none_box > li {
  padding: 0 0 0 1.6875rem;
  position: relative;
}
.check_list:not(.flex).none_box > li p {
  line-height: 1.5;
}
.check_list:not(.flex).none_box > li::before {
  content: "";
  width: 1.25rem;
  height: 1.6875rem;
  background: url("../img/i_check.svg") 0 center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -0.1875rem;
  display: block;
}
.check_list:not(.flex).none_box > li + li {
  margin-top: 0.75rem;
}
.check_list:not(.flex) > li + li {
  margin-top: 0.5rem;
}
.check_list:not(.flex) .check_list_title {
  position: relative;
}
.check_list:not(.flex) .check_list_title::before {
  content: "";
  width: 1.25rem;
  height: 1.6875rem;
  background: url("../img/i_check.svg") 0 center no-repeat;
  background-size: contain;
  position: absolute;
  left: -1.6875rem;
  display: block;
}
.check_list:not(.flex) .check_list_title {
  font-size: 1.125rem;
  margin-bottom: 0.25rem;
  line-height: 1.5;
  font-weight: bold;
}
.check_list:not(.flex) .check_list_title span {
  display: inline-block;
}
.check_list:not(.flex) p {
  line-height: 1.7142857143;
}
.check_list:not(.flex) p span {
  display: inline-block;
}

@media (min-width: 768px) {
  .check_list.flex {
    max-width: 45rem;
    margin-inline: auto;
    gap: 0.625rem;
  }
  .check_list.flex > li {
    width: calc(33.333% - 0.4166666667rem);
    border-radius: 0.5rem;
    padding: 0.5625rem 0 0.75rem;
  }
  .check_list.flex > li::before {
    width: 1.25rem;
    height: 1.0625rem;
    margin-bottom: 0.375rem;
  }
  .check_list.flex > li p {
    min-height: auto;
    font-size: 1.125rem;
  }
  .check_list:not(.flex) {
    margin-inline: auto;
  }
  .check_list:not(.flex):not(.none_box) > li {
    padding: 1.25rem 2.25rem 1.25rem 4rem;
    border-radius: 0.5rem;
  }
  .check_list:not(.flex):not(.none_box) > li + li {
    margin-top: 0.75rem;
  }
  .check_list:not(.flex).none_box {
    margin-inline: 0;
  }
  .check_list:not(.flex).none_box > li {
    padding: 0 0 0 1.6875rem;
    position: relative;
  }
  .check_list:not(.flex).none_box > li p {
    line-height: 1.5;
  }
  .check_list:not(.flex).none_box > li::before {
    content: "";
    width: 1.25rem;
    height: 1.6875rem;
    background: url("../img/i_check.svg") 0 center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -0.1875rem;
    display: block;
  }
  .check_list:not(.flex).none_box > li + li {
    margin-top: 0.75rem;
  }
  .check_list:not(.flex) > li + li {
    margin-top: 0.5rem;
  }
  .check_list:not(.flex) .check_list_title {
    position: relative;
  }
  .check_list:not(.flex) .check_list_title::before {
    width: 1.375rem;
    height: 2rem;
    left: -2rem;
  }
  .check_list:not(.flex) .check_list_title {
    font-size: 1.25rem;
  }
}
.lp_sec.first .lp_first {
  position: relative;
  padding-inline: 0.625rem;
}
.lp_sec.first .lp_first::before {
  width: 100%;
  height: calc(100% - 2rem);
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background: #F2EEEB;
  content: "";
}
.lp_sec.first .lp_first > * {
  position: relative;
  z-index: 2;
}
.lp_sec.first .lp_first .lp_first_head {
  color: #FFFFFF;
  background: #FF8500;
  border-radius: 0.3125rem;
  padding: 1rem 1rem 0.625rem 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.lp_sec.first .lp_first .lp_first_head::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  margin-left: -0.5625rem;
  border: solid transparent;
  border-width: 0.875rem 0.5625rem;
  border-top-color: #FF8500;
}
.lp_sec.first .lp_first .lp_first_head .lp_first_head_title {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  font-weight: bold;
}
.lp_sec.first .lp_first .lp_first_head .lp_first_head_title span {
  display: inline-block;
}
.lp_sec.first .lp_first .lp_first_head figure {
  width: 5.25rem;
  margin-left: 1rem;
}
.lp_sec.first .lp_first .lp_first_foot {
  margin-top: 1.3125rem;
  padding-bottom: 1rem;
}
.lp_sec.first .lp_cta_block01 {
  margin-top: 1.25rem;
}
.lp_sec.first .lp_cta_block01 .slash_title {
  margin-bottom: 1.125rem;
}
.lp_sec.first .lp_cta_block01 .cta_pr_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-block: 1.75rem 1.375rem;
  padding: 0 0.9375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp_sec.first .lp_cta_block01 .cta_pr_list_wrap .cta_pr_list {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3125rem;
  margin-left: 0.4375rem;
}
.lp_sec.first .lp_cta_block01 .cta_pr_list_wrap .cta_pr_list > li {
  width: calc(50% - 0.15625rem);
  height: 6.125rem;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.lp_sec.first .lp_cta_block01 .cta_pr_list_wrap .cta_pr_list > li > * {
  position: relative;
  z-index: 2;
}
.lp_sec.first .lp_cta_block01 .cta_pr_list_wrap .cta_pr_list > li::before {
  content: "";
  width: 6.125rem;
  height: 6.125rem;
  border-radius: 6.125rem;
  position: absolute;
  left: 50%;
  margin-left: -3.0625rem;
  background: #FFEFB9;
}
.lp_sec.first .lp_cta_block01 .cta_pr_list_wrap .cta_pr_list > li strong {
  color: #D20000;
  font-size: 1.125rem;
  font-weight: bold;
  display: block;
  line-height: 1;
}
.lp_sec.first .lp_cta_block01 .cta_pr_list_wrap .cta_pr_list > li > span {
  margin-top: 0.2em;
  width: 100%;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.lp_sec.first .lp_cta_block01 .cta_pr_list_wrap .cta_pr_list > li > span span {
  display: inline-block;
}
.lp_sec.first .lp_cta_block01 .cta_pr_list_wrap .cta_pr_list .no {
  font-size: 1.5rem;
}
.lp_sec.first .lp_cta_block01 .cta_pr_list_wrap .illust {
  width: 6.875rem;
  margin-left: 0.4375rem;
  margin-right: 0.375rem;
}
.lp_sec.first .lp_cta_block01 .cta_pr_list_wrap .illust img {
  width: 100%;
  height: 6.75rem;
  -o-object-position: top center;
     object-position: top center;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .lp_sec.first .lp_first {
    padding-inline: 1.25rem;
  }
  .lp_sec.first .lp_first::before {
    width: 100%;
    height: calc(100% - 3rem);
  }
  .lp_sec.first .lp_first .lp_first_head {
    border-radius: 0.3125rem;
    padding: 0.625rem 1.25rem 0.625rem 2.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lp_sec.first .lp_first .lp_first_head::after {
    margin-left: -0.75rem;
    border-width: 1rem 0.75rem;
  }
  .lp_sec.first .lp_first .lp_first_head .lp_first_head_title {
    font-size: 1.375rem;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .lp_sec.first .lp_first .lp_first_head figure {
    width: 6.5rem;
    margin-left: 1.25rem;
  }
  .lp_sec.first .lp_first .lp_first_foot {
    margin-top: 2.5rem;
    padding-bottom: 1.875rem;
  }
  .lp_sec.first .lp_first .lp_first_foot .check_cy_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
  }
  .lp_sec.first .lp_first .lp_first_foot .check_cy_list > li {
    width: calc(33.333% - 0.8333333333rem);
  }
  .lp_sec.first .lp_first .lp_first_foot .check_cy_list > li span {
    display: inline;
  }
  .lp_sec.first .lp_first .lp_first_foot .check_cy_list > li + li {
    margin-top: 0;
  }
  .lp_sec.first .lp_first .lp_first_foot .check_cy_list .check_cy_list_title {
    font-size: 1.25rem;
  }
  .lp_sec.first .lp_cta_block01 {
    margin-top: 3rem;
  }
  .lp_sec.first .lp_cta_block01 > .slash_title {
    margin-bottom: 1.5rem;
  }
  .lp_sec.first .lp_cta_block01 > .slash_title .in {
    font-size: 1.875rem;
  }
  .lp_sec.first .lp_cta_block01 .cta_pr_list_wrap {
    max-width: 45rem;
    margin-inline: auto;
    position: relative;
    margin-block: 1.75rem 2.25rem;
    padding: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lp_sec.first .lp_cta_block01 .cta_pr_list_wrap .cta_pr_list {
    max-width: 37rem;
    gap: 0.625rem;
    margin-left: 0;
  }
  .lp_sec.first .lp_cta_block01 .cta_pr_list_wrap .cta_pr_list > li {
    width: calc(25% - 0.46875rem);
    height: 8rem;
  }
  .lp_sec.first .lp_cta_block01 .cta_pr_list_wrap .cta_pr_list > li::before {
    width: 8rem;
    height: 8rem;
    margin-left: -4rem;
  }
  .lp_sec.first .lp_cta_block01 .cta_pr_list_wrap .cta_pr_list > li strong {
    font-size: 1.25rem;
  }
  .lp_sec.first .lp_cta_block01 .cta_pr_list_wrap .cta_pr_list > li > span {
    font-size: 0.9375rem;
  }
  .lp_sec.first .lp_cta_block01 .cta_pr_list_wrap .cta_pr_list .no {
    font-size: 1.875rem;
  }
  .lp_sec.first .lp_cta_block01 .cta_pr_list_wrap .illust {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 6.875rem;
    margin-left: 0.375rem;
    margin-right: 1.25rem;
  }
  .lp_sec.first .lp_cta_block01 .cta_pr_list_wrap .illust img {
    height: 6.75rem;
  }
}
.lp_cta {
  margin-inline: 1.375rem;
  padding-bottom: 0.75rem;
  border-radius: 0.3125rem;
  position: relative;
  overflow: hidden;
  background: #FFF8E0;
}
.lp_cta::after {
  content: "";
  width: 6.5rem;
  height: 8.75rem;
  display: block;
  background: url(../img/illust_cta.svg) top center no-repeat;
  background-size: cover;
  position: absolute;
  right: 0rem;
  bottom: 0rem;
}
.lp_cta_check_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #158931;
  color: #FFFFFF;
  padding: 0.625rem 0 0.625rem 1.125rem;
}
.lp_cta_check_list li {
  margin-right: 1em;
  padding-left: 1.625rem;
  position: relative;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: bold;
}
.lp_cta_check_list li::before {
  content: "";
  width: 1.25rem;
  height: 1.875rem;
  background: url("../img/i_check_cy_w.svg") 0 center no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.lp_cta .slash_title .in {
  font-size: 0.875rem;
  padding-top: 0.25rem;
  padding-inline: 1.5625rem;
  line-height: 1.3;
}
.lp_cta .slash_title .in::before, .lp_cta .slash_title .in::after {
  width: 1.5625rem;
  bottom: 0.375rem;
}
.lp_cta .tel_btn, .lp_cta .mail_btn {
  -webkit-box-shadow: 0 0.1875rem 0 rgba(51, 51, 51, 0.2);
          box-shadow: 0 0.1875rem 0 rgba(51, 51, 51, 0.2);
}
.lp_cta_tel {
  margin-top: 0.75rem;
  padding: 0 0.75rem 0.75rem;
  border-bottom: 1px solid #BABABA;
}
.lp_cta_tel .slash_title .in {
  color: #D20000;
}
.lp_cta_tel .slash_title .in::before, .lp_cta_tel .slash_title .in::after {
  background: #D20000;
}
.lp_cta_tel .tel_btn {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  height: 2.75rem;
  background: #D20000;
  border-radius: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp_cta_tel .tel_btn::before {
  width: 1.0625rem;
  height: 1.25rem;
  background: url("../img/i_tel_w.svg") no-repeat;
  background-size: contain;
  content: "";
  margin-right: 0.5rem;
  position: relative;
}
.lp_cta_tel .tel_btn .icon {
  font-size: 1.25rem;
  font-weight: 800;
  color: #FFFFFF;
}
.device_pc .lp_cta_tel .tel_btn .icon, .device_tab .lp_cta_tel .tel_btn .icon {
  font-size: 1.625rem;
  font-weight: bold;
  padding-top: 0.12em;
}
.lp_cta_tel_att {
  text-align: center;
  display: block;
}
.lp_cta_mail {
  max-width: calc(100% - 6.25rem);
  margin-top: 0.75rem;
  padding-inline: 0.75rem;
}
.lp_cta_mail .mail_btn {
  margin-top: 0.3125rem;
  margin-bottom: 0.5rem;
  height: 2.75rem;
  background: #FF8500;
  border-radius: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp_cta_mail .mail_btn::before {
  width: 1.0625rem;
  height: 1.25rem;
  background: url("../img/i_mail_w.svg") 0 center no-repeat;
  background-size: contain;
  content: "";
  margin-right: 0.5rem;
}
.lp_cta_mail .mail_btn .icon {
  font-size: 1rem;
  font-weight: 800;
  color: #FFFFFF;
}

@media (min-width: 768px) {
  html.device_sp .lp_cta {
    max-width: 70rem;
    margin-inline: auto !important;
    padding-bottom: 1.25rem;
    border-radius: 0.3125rem;
  }
  html.device_sp .lp_cta::after {
    width: 9rem;
    height: 13rem;
    right: 0rem;
    bottom: 0.25rem;
  }
  html.device_sp .lp_cta_check_list {
    padding: 0.625rem 2rem 0.625rem 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  html.device_sp .lp_cta_check_list > li {
    font-size: 1.25rem;
    padding-left: 2.25rem;
  }
  html.device_sp .lp_cta_check_list > li::before {
    width: 1.625rem;
    height: 2.5rem;
  }
  html.device_sp .lp_cta_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-inline: 10rem;
  }
  html.device_sp .lp_cta .slash_title {
    margin-bottom: 0.5rem !important;
  }
  html.device_sp .lp_cta .slash_title .in {
    font-size: 1rem;
    padding-top: 0;
    padding-inline: 1.875rem;
    line-height: 1.3;
  }
  html.device_sp .lp_cta .slash_title .in span br {
    display: none;
  }
  html.device_sp .lp_cta .slash_title .in::before, html.device_sp .lp_cta .slash_title .in::after {
    width: 1.875rem;
    bottom: 0.625rem;
  }
  html.device_sp .lp_cta_tel {
    width: calc(50% - 0.5rem);
    margin-top: 0.75rem;
    padding: 0;
    border-bottom: 0;
  }
  html.device_sp .lp_cta_tel .tel_btn {
    height: 4.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.125rem;
  }
  html.device_sp .lp_cta_tel_att {
    margin-top: 0;
    font-size: 0.9375rem;
  }
  html.device_sp .lp_cta_mail {
    width: calc(50% - 0.5rem);
    margin-top: 0.75rem;
    padding-inline: 0;
  }
  html.device_sp .lp_cta_mail .mail_btn {
    height: 4.5rem;
  }
  html.device_sp .lp_cta_mail .mail_btn .icon {
    font-size: 1.25rem;
  }
  html:not(.device_sp) .lp_cta {
    max-width: 70rem;
    margin-inline: auto !important;
    padding-bottom: 1.25rem;
    border-radius: 0.3125rem;
  }
  html:not(.device_sp) .lp_cta::after {
    width: 7.56rem;
    height: 10.92rem;
    right: 0.5rem;
    bottom: 0.5rem;
  }
  html:not(.device_sp) .lp_cta_check_list {
    padding: 0.625rem 2rem 0.625rem 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  html:not(.device_sp) .lp_cta_check_list > li {
    font-size: 1.125rem;
    line-height: 1.5;
    padding-left: 1.75rem;
  }
  html:not(.device_sp) .lp_cta_check_list > li::before {
    width: 1.375rem;
    height: 1.8125rem;
  }
  html:not(.device_sp) .lp_cta_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 0.625rem;
    padding-inline: 8.75rem;
  }
  html:not(.device_sp) .lp_cta .slash_title {
    margin-bottom: 0.5rem !important;
  }
  html:not(.device_sp) .lp_cta .slash_title .in {
    font-size: 1.125rem;
    padding-top: 0;
    padding-inline: 1.875rem;
    line-height: 1.3;
  }
  html:not(.device_sp) .lp_cta .slash_title .in span br {
    display: none;
  }
  html:not(.device_sp) .lp_cta .slash_title .in::before, html:not(.device_sp) .lp_cta .slash_title .in::after {
    width: 1.875rem;
    bottom: 0.625rem;
  }
  html:not(.device_sp) .lp_cta_tel {
    width: calc(50% - 0.5rem);
    margin-top: 0.75rem;
    padding: 0;
    border-bottom: 0;
  }
  html:not(.device_sp) .lp_cta_tel .tel_btn {
    height: auto;
    margin-top: 0.75rem;
    margin-bottom: 0.125rem;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
  }
  html:not(.device_sp) .lp_cta_tel .tel_btn::before {
    width: 1.5625rem;
    height: 1.5625rem;
    background-image: url(../img/i_tel_bl.svg);
  }
  html:not(.device_sp) .lp_cta_tel .tel_btn .icon {
    color: #000;
  }
  html:not(.device_sp) .lp_cta_tel .tel_btn span {
    color: #000;
    line-height: 1;
    font-size: 2.5rem;
  }
  html:not(.device_sp) .lp_cta_tel_att {
    margin-top: 0;
    font-size: 0.9375rem;
  }
  html:not(.device_sp) .lp_cta_mail {
    width: calc(50% - 0.5rem);
    margin-top: 0.75rem;
    padding-inline: 0;
  }
  html:not(.device_sp) .lp_cta_mail .mail_btn {
    height: 4.5rem;
  }
  html:not(.device_sp) .lp_cta_mail .mail_btn::before {
    width: 1.5rem;
    height: 2.5rem;
    margin-right: 0.75rem;
    margin-top: 0.0625rem;
  }
  html:not(.device_sp) .lp_cta_mail .mail_btn .icon {
    font-size: 1.5rem;
  }
}
.lp_cta02 {
  margin-top: 1.5rem;
  margin-inline: 0.625rem;
  padding: 1.25rem 0.75rem;
  position: relative;
  background: #FFEFB9;
}
.lp_cta02::after {
  content: "";
  width: 5.5rem;
  height: 9.0625rem;
  display: block;
  background: url(../img/illust_cta.svg) top center no-repeat;
  background-size: cover;
  position: absolute;
  right: -0.5rem;
  bottom: 0.625rem;
}
.lp_cta02_tel {
  border-radius: 0.25rem;
  overflow: hidden;
  border: 2px solid #D20000;
}
.lp_cta02_tel .tel_btn {
  margin-top: 0;
  height: 3.75rem;
  background: #FFF8E0;
  border-radius: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp_cta02_tel .tel_btn::before {
  width: 1.5rem;
  height: 1.75rem;
  background: url("../img/i_tel_rd.svg") no-repeat;
  background-size: contain;
  content: "";
  margin-right: 0.75rem;
  position: relative;
}
.lp_cta02_tel .tel_btn .icon {
  font-size: 1.25rem;
  font-weight: 800;
  color: #D20000;
}
.device_pc .lp_cta02_tel .tel_btn .icon, .device_tab .lp_cta02_tel .tel_btn .icon {
  font-size: 1.625rem;
  font-weight: bold;
  padding-top: 0.12em;
}
.lp_cta02_tel_att {
  padding: 0.4375rem 0 0.625rem;
  line-height: 1.5;
  text-align: center;
  display: block;
  color: #FFFFFF;
  background: #D20000;
}
.lp_cta02_tel_att b {
  color: #FFEFB9;
  font-weight: 800;
}
.lp_cta02_foot {
  margin-top: 0.875rem;
  padding-inline: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp_cta02_foot p {
  font-size: 1rem;
  line-height: 1.5;
  margin-block: 0.125rem;
  font-weight: bold;
}
.lp_cta02_foot p strong {
  font-size: 1.125rem;
  color: #D20000;
  font-weight: 800;
}

@media (min-width: 768px) {
  .lp_cta02 {
    max-width: 70rem;
    margin-top: 2.5rem;
    margin-inline: auto !important;
    border-radius: 0.3125rem;
    padding: 1.875rem 0.75rem 1.5625rem;
    position: relative;
    background: #FFEFB9;
  }
  .lp_cta02::after {
    width: 7.65rem;
    height: 11.58125rem;
    right: 0.5rem;
    bottom: 0.3125rem;
  }
  .lp_cta02_tel {
    max-width: 45rem;
    margin-inline: auto;
    border-radius: 0.5rem;
  }
  .lp_cta02_tel .tel_btn {
    margin-top: 0;
    height: 3.75rem;
    background: #FFF8E0;
    border-radius: 0.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lp_cta02_tel .tel_btn::before {
    width: 1.5rem;
    height: 1.75rem;
    background: url("../img/i_tel_rd.svg") no-repeat;
    background-size: contain;
    content: "";
    margin-right: 0.75rem;
    position: relative;
  }
  .device_pc .lp_cta02_tel .tel_btn .icon, .device_tab .lp_cta02_tel .tel_btn .icon {
    font-size: 1.875rem;
  }
  .lp_cta02_tel_att {
    font-size: 1.125rem;
    padding: 0.625rem 0 0.625rem;
  }
  .lp_cta02_tel_att b {
    margin-right: 0.25em;
  }
  .lp_cta02_foot {
    margin-top: 0.875rem;
    padding-inline: 0.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lp_cta02_foot p {
    font-size: 1.125rem;
    margin-block: 0;
  }
  .lp_cta02_foot p + p {
    margin-left: 0.5em;
  }
}
.lp_sec.situation .lp_title_wrap {
  padding-top: 2.5rem;
  padding-right: 7.5rem;
  padding-bottom: 1rem;
}
.lp_sec.situation .lp_title_wrap .title_text.down {
  margin-top: 0.875rem;
  font-size: 1.125rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp_sec.situation .lp_title_wrap .title_text.down::after {
  content: "";
  width: 1.375rem;
  height: 1.1875rem;
  margin-left: 0.25rem;
  background: url("../img/i_down.svg") center center no-repeat;
}
.lp_sec.situation .lp_title_wrap figure {
  width: 5.25rem;
  position: absolute;
  right: 1.375rem;
  bottom: 0;
}
.lp_sec.situation > p {
  margin-inline: 0.625rem;
}

.check_list + p {
  margin-top: 1rem;
}
@media (max-width: 767.9px) {
  .check_list + p {
    margin-top: 0.625rem;
    margin-inline: 0.625rem;
  }
}

.check_list_box {
  margin-top: 1rem;
  margin-inline: 0.625rem;
  margin-bottom: 1rem;
  background: #FFF8E0;
  border-radius: 0.5rem;
  padding: 0.875rem 0.875rem 1rem;
}
.check_list_box .bg_title_wrap .bg_title {
  width: 5.5rem;
  height: 1.875rem;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #FFFFFF;
  background: #D20000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.check_list_box .bg_title_wrap .tx {
  margin-top: 0.125rem;
  display: block;
  font-size: 1.0625rem;
  font-weight: bold;
  color: #D20000;
}
.check_list_box .check_list.none_box {
  margin-top: 0.875rem;
}

@media (min-width: 768px) {
  .lp_sec.situation .lp_title_wrap {
    padding-top: 6.25rem;
    padding-right: 7.5rem;
    padding-bottom: 1.5rem;
  }
  .lp_sec.situation .lp_title_wrap .title_text.down {
    margin-top: 2.25rem;
    font-size: 1.375rem;
  }
  .lp_sec.situation .lp_title_wrap .title_text.down::after {
    margin-left: 0.5rem;
  }
  .lp_sec.situation .lp_title_wrap figure {
    width: 7.875rem;
    right: 1.25rem;
  }
  .lp_sec.situation .check_list.gray {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1.25rem 1rem;
  }
  .lp_sec.situation .check_list.gray > li {
    width: calc(50% - 0.5rem);
  }
  .lp_sec.situation .check_list.gray > li + li {
    margin-top: 0;
  }
  .lp_sec.situation .check_list.gray > li:last-child:nth-child(odd) {
    width: 100%;
  }
  .lp_sec.situation > p {
    margin-inline: 0;
  }
  .check_list_box {
    margin-top: 2rem;
    margin-inline: 0;
    margin-bottom: 1rem;
    padding: 1.5rem 2rem 1.75rem;
  }
  .check_list_box .bg_title_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .check_list_box .bg_title_wrap .bg_title {
    width: 6.75rem;
    height: 2.5rem;
    font-size: 1.125rem;
  }
  .check_list_box .bg_title_wrap .tx {
    margin-left: 1.25rem;
    margin-top: 0;
    font-size: 1.25rem;
  }
  .check_list_box .check_list.none_box {
    margin-top: 1.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.9375rem 1.25rem;
  }
  .check_list_box .check_list.none_box > li + li {
    margin-top: 0;
  }
}
.bdr_box {
  padding: 1.125rem 0.625rem;
  border: 2px solid #FF8500;
  margin-inline: 0.625rem;
}

.marker,
.marker_text > span {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  color: #D20000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(52%, transparent), color-stop(52%, #FFEFB9), color-stop(92%, #FFEFB9), color-stop(92%, transparent));
  background: linear-gradient(transparent 52%, #FFEFB9 52%, #FFEFB9 92%, transparent 92%);
}

@media (min-width: 768px) {
  .bdr_box {
    max-width: 70rem;
    margin-inline: auto;
    position: relative;
  }
  .bdr_box + .text_wrap {
    max-width: 70rem;
    margin-inline: auto;
    position: relative;
  }
  .marker,
  .marker_text > span {
    display: inline-block;
    font-size: 1.25rem;
  }
}
.lp_sec.why .lp_title_wrap {
  padding-top: 2rem;
}
.lp_sec.why .bdr_box {
  margin-block: 1.25rem 1rem;
}
.lp_sec.why .bdr_box .marker_text {
  text-align: center;
  margin-bottom: 0.5rem;
}
.lp_sec.why .bdr_box p + p {
  margin-top: 0.5rem;
}
.lp_sec.why > .text_wrap {
  margin-block: 1rem 1.5rem;
  padding-inline: 0.625rem;
}
.lp_sec.why > .text_wrap p + p {
  margin-top: 0.5rem;
}
.lp_sec.why > .text_wrap strong {
  font-weight: bold;
}
.lp_sec.why > .text_wrap b, .lp_sec.why > .text_wrap strong {
  color: #D20000;
}
.lp_sec.why .dl_ex_list {
  margin-block: 1.25rem 1rem;
  margin-inline: 0.625rem;
}
.lp_sec.why .dl_ex_list .dl_ex_list_in {
  border: 1px solid #D20000;
}
.lp_sec.why .dl_ex_list .dl_ex_list_in + div {
  margin-top: 1rem;
}
.lp_sec.why .dl_ex_list .dl_ex_list_in.ng {
  border-color: #575757;
}
.lp_sec.why .dl_ex_list .dl_ex_list_in.ng dt {
  background: #575757;
}
.lp_sec.why .dl_ex_list .dl_ex_list_in.ng dt span::before {
  background-image: url("../img/i_ng_w.svg");
  background-size: 0.875rem;
}
.lp_sec.why .dl_ex_list .dl_ex_list_in dt {
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  background: #D20000;
  font-weight: bold;
}
.lp_sec.why .dl_ex_list .dl_ex_list_in dt span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
}
.lp_sec.why .dl_ex_list .dl_ex_list_in dt span::before {
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.375rem;
  background: url("../img/i_ok_w.svg") center center no-repeat;
  background-size: contain;
  content: "";
}
.lp_sec.why .dl_ex_list .dl_ex_list_in dd {
  padding: 1rem;
}
.lp_sec.why .dl_ex_list .dl_ex_list_in .step_list {
  text-align: center;
}
.lp_sec.why .dl_ex_list .dl_ex_list_in .step_list > li + li::before {
  width: 1.75rem;
  height: 0.875rem;
  margin-inline: auto;
  background: url("../img/i_arw_down.svg") no-repeat;
  background-size: contain;
  content: "";
  display: block;
  margin-block: 0.4375rem;
}
.lp_sec.why .dl_ex_list .dl_ex_list_in .step_list .bdr_tx_box {
  max-width: 16.5rem;
  height: 2.25rem;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 0.625rem;
  font-weight: bold;
  position: relative;
}
.lp_sec.why .dl_ex_list .dl_ex_list_in .step_list .bdr_tx_box.green {
  color: #16772D;
  border-color: #16772D;
}
.lp_sec.why .dl_ex_list .dl_ex_list_in .step_list .bdr_tx_box.red {
  color: #D20000;
  border-color: #D20000;
}
.lp_sec.why .dl_ex_list .dl_ex_list_in .step_list .bdr_tx_box.red .marker {
  font-size: 100%;
}
.lp_sec.why .dl_ex_list .dl_ex_list_in .step_list .bdr_tx_box.red {
  position: relative;
}
.lp_sec.why .dl_ex_list .dl_ex_list_in .step_list .bdr_tx_box.red .return {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  right: -0.75rem;
  top: -1.125rem;
  font-size: 0.875rem;
  color: #FFFFFF;
  background: #FF8500;
  border-radius: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp_sec.why .dl_ex_list .dl_ex_list_in.ng .i_balance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp_sec.why .dl_ex_list .dl_ex_list_in.ng .i_balance::before {
  width: 1.8125rem;
  height: 1.5625rem;
  margin-right: 0.75rem;
  background: url("../img/i_balance.svg") no-repeat;
  background-size: contain;
  content: "";
}
.lp_sec.why .dl_ex_list .dl_ex_list_in.ng .i_balance + p {
  margin-top: 0.25rem;
}
.lp_sec.why .dl_ex_list .dl_ex_list_in.ok .step_list .logo_text span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.lp_sec.why .dl_ex_list .dl_ex_list_in.ok .step_list .logo {
  width: 6rem;
  margin-right: 0.4375rem;
  position: relative;
  bottom: -0.05em;
}
.lp_sec.why .dl_ex_list .dl_ex_list_in.ok .step_list .logo img {
  display: block;
}
.lp_sec.why .text {
  margin-inline: 0.625rem;
  line-height: 1.5;
}
.lp_sec.why .return_ex {
  margin-top: 1.5rem;
}
.lp_sec.why .return_ex .return_ex_list {
  margin-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: 0.625rem;
  gap: 0.625rem;
}
.lp_sec.why .return_ex .return_ex_list > li {
  width: calc(33.333% - 0.4166666667rem);
  text-align: center;
  position: relative;
}
.lp_sec.why .return_ex .return_ex_list > li::before {
  width: 100%;
  height: 7rem;
  aspect-ratio: 1/1;
  background: #FFEFB9;
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  border-radius: 31.25rem;
}
.lp_sec.why .return_ex .return_ex_list > li > * {
  position: relative;
  z-index: 2;
}
.lp_sec.why .return_ex .return_ex_list > li figure img {
  width: 2.9375rem;
}
.lp_sec.why .return_ex .return_ex_list > li p {
  margin-top: 0.5rem;
  line-height: 1.5;
  padding-bottom: 1.0625rem;
}
.lp_sec.why .return_ex .return_ex_list > li span {
  display: inline-block;
}

@media (min-width: 768px) {
  .lp_sec.why .lp_title_wrap {
    padding-top: 6.25rem;
  }
  .lp_sec.why .bdr_box {
    margin-block: 3rem 1.5rem;
    border-width: 2px 0;
    padding-block: 2em;
  }
  .lp_sec.why .bdr_box .marker_text {
    margin-bottom: 1rem;
  }
  .lp_sec.why > .text_wrap {
    margin-block: 1rem 3rem;
    padding-inline: 0;
  }
  .lp_sec.why .dl_ex_list {
    margin-inline: 0;
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lp_sec.why .dl_ex_list .dl_ex_list_in {
    width: calc(50% - 0.5rem);
  }
  .lp_sec.why .dl_ex_list .dl_ex_list_in + div {
    margin-top: 0;
  }
  .lp_sec.why .dl_ex_list .dl_ex_list_in dt {
    height: 3.5rem;
  }
  .lp_sec.why .dl_ex_list .dl_ex_list_in dt span {
    font-size: 1.25rem;
  }
  .lp_sec.why .dl_ex_list .dl_ex_list_in dt span::before {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.5rem;
  }
  .lp_sec.why .dl_ex_list .dl_ex_list_in dd {
    padding: 2rem 1rem;
  }
  .lp_sec.why .dl_ex_list .dl_ex_list_in .step_list {
    text-align: center;
  }
  .lp_sec.why .dl_ex_list .dl_ex_list_in .step_list > li {
    font-size: 1.125rem;
  }
  .lp_sec.why .dl_ex_list .dl_ex_list_in .step_list > li + li::before {
    width: 1.75rem;
    height: 0.875rem;
    margin-block: 0.75rem;
  }
  .lp_sec.why .dl_ex_list .dl_ex_list_in .step_list .bdr_tx_box {
    max-width: 22.75rem;
    height: 3.125rem;
    padding-bottom: 0.125rem;
    font-size: 1.375rem;
    margin-top: 1.25rem;
  }
  .lp_sec.why .dl_ex_list .dl_ex_list_in .step_list .bdr_tx_box.red .return {
    width: 3.125rem;
    height: 3.125rem;
    right: -1rem;
    font-size: 1rem;
  }
  .lp_sec.why .dl_ex_list .dl_ex_list_in.ng .i_balance::before {
    width: 2.5rem;
    height: 2.25rem;
    margin-right: 1rem;
  }
  .lp_sec.why .dl_ex_list .dl_ex_list_in.ok .step_list .logo {
    width: 7.2rem;
    margin-right: 0.625rem;
    position: relative;
  }
  .lp_sec.why .text {
    margin-inline: 0.625rem;
    line-height: 1.5;
  }
  .lp_sec.why .return_ex {
    margin-top: 2.5rem;
  }
  .lp_sec.why .return_ex .slash_title .in {
    font-size: 1.875rem;
  }
  .lp_sec.why .return_ex .return_ex_list {
    max-width: 62.5rem;
    margin-top: 2.5rem;
    margin-inline: auto;
    gap: 0.625rem;
  }
  .lp_sec.why .return_ex .return_ex_list > li {
    width: calc(33.333% - 0.4166666667rem);
    height: 7.25rem;
    text-align: center;
    position: relative;
  }
  .lp_sec.why .return_ex .return_ex_list > li::before {
    width: 100%;
    height: 6.25rem;
    aspect-ratio: 1/1;
    background: #FFEFB9;
    content: "";
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    border-radius: 31.25rem;
  }
  .lp_sec.why .return_ex .return_ex_list > li > * {
    position: relative;
    z-index: 2;
  }
  .lp_sec.why .return_ex .return_ex_list > li figure img {
    width: 2.9375rem;
  }
  .lp_sec.why .return_ex .return_ex_list > li p {
    font-size: 1.125rem;
    font-weight: 600;
    margin-top: 0.5rem;
    line-height: 1.5;
    padding-bottom: 0.75rem;
  }
  .lp_sec.why .return_ex .return_ex_list > li span {
    display: inline-block;
  }
}
.bdr_tx_box {
  max-width: 17.625rem;
  margin: 0 auto;
  height: 2.625rem;
  font-size: 1rem;
  color: #FF7300;
  border: 1px solid #FF7300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bdr_tx_box strong {
  font-weight: bold;
}

@media (min-width: 768px) {
  .bdr_tx_box {
    max-width: 20.5rem;
    height: 3.5rem;
    font-size: 1.125rem;
  }
}
.lp_sec.loan .lp_title_wrap {
  padding-top: 3rem;
}
.lp_sec.loan .lp_title_wrap .lp_title {
  padding-right: 5rem;
}
.lp_sec.loan .lp_title_wrap .title_text {
  margin-top: 2.25rem;
}
.lp_sec.loan .lp_title_wrap figure {
  width: 5rem;
  top: 7.875rem;
  right: 1.5rem;
}
.lp_sec.loan .bdr_box_list.loan_step_list {
  margin-top: 0.875rem;
  margin-inline: 0.625rem;
  border: 1px solid #D20000;
}
.lp_sec.loan .bdr_box_list.loan_step_list > li {
  padding: 1rem 1.125rem;
}
.lp_sec.loan .bdr_box_list.loan_step_list > li + li {
  border-top: 1px solid #D20000;
}
.lp_sec.loan .bdr_box_list.loan_step_list .loan_step_list_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lp_sec.loan .bdr_box_list.loan_step_list .loan_step_list_title .no {
  color: #D20000;
  font-weight: 800;
  margin-right: 0.6em;
}
.lp_sec.loan .bdr_box_list.loan_step_list .loan_step_list_title .schedule {
  font-weight: 500;
}
.lp_sec.loan .bdr_box_list.loan_step_list .loan_step_list_title .tx {
  width: 100%;
  padding-right: 5rem;
  color: #D20000;
  font-size: 1.0625rem;
  line-height: 1.5882352941;
}
.lp_sec.loan .bdr_box_list.loan_step_list p {
  margin-top: 0.4375rem;
}
.lp_sec.loan .bdr_side_title.bg_arw.gray {
  margin-top: 1.5rem;
  padding: 0.3125rem;
  background: #F2EEEB;
  margin-bottom: 1.125rem;
  position: relative;
}
.lp_sec.loan .bdr_side_title.bg_arw.gray::before {
  width: 0;
  height: 0;
  content: "";
  border: solid transparent;
  border-width: 0.875rem 0.5625rem;
  border-top-color: #F2EEEB;
  position: absolute;
  left: 50%;
  margin-left: -0.5625rem;
  top: calc(100% - 2px);
}
.lp_sec.loan .bdr_side_title.bg_arw.gray span {
  font-weight: 800;
}
.lp_sec.loan .ex_dl_list {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp_sec.loan .ex_dl_list .ex_dl_list_in {
  width: 50%;
}
.lp_sec.loan .ex_dl_list .ex_dl_list_in.ok {
  background: #FFF8E0;
}
.lp_sec.loan .ex_dl_list .ex_dl_list_in.ok .ex_dl_list_title {
  background: #D20000;
}
.lp_sec.loan .ex_dl_list .ex_dl_list_in.ng dt {
  border-left: 1px solid #FFFFFF;
}
.lp_sec.loan .ex_dl_list .ex_dl_list_in.ng dd {
  border-left: 1px solid #5C5C5C;
}
.lp_sec.loan .ex_dl_list .ex_dl_list_in.ng .ex_dl_list_title {
  background: #575757;
}
.lp_sec.loan .ex_dl_list .ex_dl_list_in.ng .loan_step_list .loan_step_list_text {
  color: #16772D;
}
.lp_sec.loan .ex_dl_list .ex_dl_list_in.ng .loan_step_list > li + li {
  border-top-color: #5C5C5C;
}
.lp_sec.loan .ex_dl_list .ex_dl_list_in .ex_dl_list_title {
  padding: 0.625rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
}
.lp_sec.loan .ex_dl_list .ex_dl_list_in .ex_dl_list_title span {
  font-weight: bold;
  display: inline-block;
}
.lp_sec.loan .ex_dl_list .ex_dl_list_in .ex_dl_list_title .ok, .lp_sec.loan .ex_dl_list .ex_dl_list_in .ex_dl_list_title .ng {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  margin-bottom: 0.1875rem;
}
.lp_sec.loan .ex_dl_list .ex_dl_list_in .ex_dl_list_title .ok::before, .lp_sec.loan .ex_dl_list .ex_dl_list_in .ex_dl_list_title .ng::before {
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.375rem;
  background: url("../img/i_ok_w.svg") center center no-repeat;
  background-size: contain;
  content: "";
}
.lp_sec.loan .ex_dl_list .ex_dl_list_in .ex_dl_list_title .ng::before {
  background-image: url("../img/i_ng_w.svg");
  background-size: 0.875rem;
}
.lp_sec.loan .ex_dl_list .ex_dl_list_in .ex_dl_list_title .tx {
  min-height: 2.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF57B;
  font-weight: 800;
  text-align: center;
  line-height: 1.3125;
}
.lp_sec.loan .ex_dl_list .ex_dl_list_in .loan_step_list > li {
  padding: 0.875rem 0 0.875rem 1.125rem;
}
.lp_sec.loan .ex_dl_list .ex_dl_list_in .loan_step_list > li + li {
  border-top: 1px solid #D20000;
}
.lp_sec.loan .ex_dl_list .ex_dl_list_in .loan_step_list_result {
  border: solid #D20000;
  border-width: 1px 0;
  padding: 0.75rem 0.75rem 0.75rem 1rem;
}
.lp_sec.loan .ex_dl_list .ex_dl_list_in .loan_step_list_result > li {
  padding-left: 1.3125rem;
  position: relative;
  line-height: 1.5;
}
.lp_sec.loan .ex_dl_list .ex_dl_list_in .loan_step_list_result > li + li {
  margin-top: 0.5em;
}
.lp_sec.loan .ex_dl_list .ex_dl_list_in .loan_step_list_result > li::before {
  width: 1rem;
  height: 1rem;
  background: url("../img/i_ok.svg") center center no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 0;
}
.lp_sec.loan .ex_dl_list .ex_dl_list_in .loan_step_list_result > li span {
  display: inline-block;
}
.lp_sec.loan .ex_dl_list .ex_dl_list_in .loan_step_list_result > li .st {
  color: #D20000;
}
.lp_sec.loan .ex_dl_list .ex_dl_list_in .loan_step_list_result.ng {
  border-color: #5C5C5C;
}
.lp_sec.loan .ex_dl_list .ex_dl_list_in .loan_step_list_result.ng > li::before {
  background-image: url("../img/i_ng.svg");
  background-size: 0.75rem;
}
.lp_sec.loan .ex_dl_list .ex_dl_list_in .loan_step_list .loan_step_list_text {
  color: #D20000;
  font-weight: bold;
}
.lp_sec.loan .ex_dl_list .ex_dl_list_in .loan_step_list .loan_step_list_text .no {
  font-weight: 800;
}
.lp_sec.loan .ex_dl_list .ex_dl_list_in .loan_step_list .loan_step_list_text .tx {
  display: block;
  font-size: 1rem;
  line-height: 1.375;
}
.lp_sec.loan .ex_dl_list .ex_dl_list_in .loan_step_list .loan_step_list_text .tx_box {
  margin-top: 0.25rem;
  line-height: 1.4285714286;
  display: inline-block;
  border: 1px solid #D20000;
}
.lp_sec.loan .check_list.flex.bg_green {
  margin-top: 1.75rem;
}
.lp_sec.loan .check_list.flex.bg_green > li {
  color: #FFFFFF;
  font-weight: bold;
  background: #158931;
  border: none;
}
.lp_sec.loan .check_list.flex.bg_green > li::before {
  background-image: url(../img/i_check_w.svg);
}
.lp_sec.loan .check_list.flex.bg_green > li > p {
  min-height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.lp_sec.loan .check_list.flex.bg_green span {
  font-size: 0.9375rem;
  color: #FFFFFF;
}
.lp_sec.loan .check_list.flex.bg_green strong {
  width: 100%;
  text-align: center;
  color: #FFF57B;
}
.lp_sec.loan .check_list.flex.bg_green strong span {
  color: inherit;
}
.lp_sec.loan .check_list.flex.bg_green .no {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}
.lp_sec.loan .check_list.flex.bg_green .def {
  color: #FFFFFF;
}
.lp_sec.loan .bg_box.gray {
  background: #EDEDED;
  margin: 1.375rem 0.625rem 0;
  padding: 1rem 1.25rem;
}
.lp_sec.loan .bg_box.gray .alert_title {
  text-align: center;
}
.lp_sec.loan .bg_box.gray .alert_title .i_alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.125rem;
  color: #D20000;
}
.lp_sec.loan .bg_box.gray .alert_title .i_alert::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/i_alert.svg") no-repeat;
  background-size: contain;
  margin-right: 0.25rem;
}
.lp_sec.loan .bg_box.gray .alert_title .tx {
  font-size: 1.125rem;
}
.lp_sec.loan .bg_box.gray p strong {
  color: #D20000;
  font-weight: bold;
}
.lp_sec.loan .bg_box.gray p b {
  font-weight: bold;
}

@media (min-width: 768px) {
  .lp_sec.loan .lp_title_wrap {
    padding-top: 6.75rem;
  }
  .lp_sec.loan .lp_title_wrap .lp_title {
    padding-right: 5rem;
  }
  .lp_sec.loan .lp_title_wrap .title_text {
    margin-top: 2.25rem;
  }
  .lp_sec.loan .lp_title_wrap figure {
    width: 6rem;
    top: 8.25rem;
    right: 1.5rem;
  }
  .lp_sec.loan .bdr_box_list.loan_step_list {
    margin-top: 0.875rem;
    margin-inline: 0;
  }
  .lp_sec.loan .bdr_box_list.loan_step_list > li {
    padding: 1.25rem 1.5rem;
  }
  .lp_sec.loan .bdr_box_list.loan_step_list .loan_step_list_title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lp_sec.loan .bdr_box_list.loan_step_list .loan_step_list_title .no {
    margin-right: 0.6em;
    padding-top: 0.2em;
  }
  .lp_sec.loan .bdr_box_list.loan_step_list .loan_step_list_title .schedule {
    font-size: 1.125rem;
    font-weight: 500;
  }
  .lp_sec.loan .bdr_box_list.loan_step_list .loan_step_list_title .tx {
    padding-right: 5rem;
    font-size: 1.375rem;
  }
  .lp_sec.loan .bdr_box_list.loan_step_list p {
    margin-top: 0.4375rem;
  }
  .lp_sec.loan .bdr_side_title.bg_arw.gray {
    margin-top: 3rem;
    padding: 0.75rem;
    margin-bottom: 2rem;
  }
  .lp_sec.loan .bdr_side_title.bg_arw.gray::before {
    border-width: 1.125rem 0.75rem;
    margin-left: -0.75rem;
  }
  .lp_sec.loan .bdr_side_title.bg_arw.gray span {
    padding-inline: 2.5rem;
    font-size: 1.25rem;
  }
  .lp_sec.loan .ex_dl_list {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lp_sec.loan .ex_dl_list .ex_dl_list_in {
    width: 50%;
  }
  .lp_sec.loan .ex_dl_list .ex_dl_list_in.ok {
    border-left: 1px solid #D20000;
  }
  .lp_sec.loan .ex_dl_list .ex_dl_list_in.ng {
    border-right: 1px solid #5C5C5C;
  }
  .lp_sec.loan .ex_dl_list .ex_dl_list_in .ex_dl_list_title {
    padding: 1rem 0;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .lp_sec.loan .ex_dl_list .ex_dl_list_in .ex_dl_list_title span {
    font-weight: bold;
    display: inline-block;
  }
  .lp_sec.loan .ex_dl_list .ex_dl_list_in .ex_dl_list_title .ok, .lp_sec.loan .ex_dl_list .ex_dl_list_in .ex_dl_list_title .ng {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 0;
  }
  .lp_sec.loan .ex_dl_list .ex_dl_list_in .ex_dl_list_title .ok::before, .lp_sec.loan .ex_dl_list .ex_dl_list_in .ex_dl_list_title .ng::before {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.4375rem;
  }
  .lp_sec.loan .ex_dl_list .ex_dl_list_in .ex_dl_list_title .ng::before {
    background-size: 1.125rem;
  }
  .lp_sec.loan .ex_dl_list .ex_dl_list_in .ex_dl_list_title .ok + .tx span:first-child {
    margin-right: 0.5em;
  }
  .lp_sec.loan .ex_dl_list .ex_dl_list_in .ex_dl_list_title .tx {
    min-height: auto;
    font-size: 1.125rem;
  }
  .lp_sec.loan .ex_dl_list .ex_dl_list_in .loan_step_list > li {
    padding: 1.125rem 0 1.125rem 1.5rem;
  }
  .lp_sec.loan .ex_dl_list .ex_dl_list_in .loan_step_list_result {
    padding: 1.125rem 0.75rem 1.125rem 1.5rem;
  }
  .lp_sec.loan .ex_dl_list .ex_dl_list_in .loan_step_list_result > li {
    padding-left: 1.8125rem;
  }
  .lp_sec.loan .ex_dl_list .ex_dl_list_in .loan_step_list_result > li span {
    font-size: 1.125rem;
  }
  .lp_sec.loan .ex_dl_list .ex_dl_list_in .loan_step_list_result > li + li {
    margin-top: 0.25rem;
  }
  .lp_sec.loan .ex_dl_list .ex_dl_list_in .loan_step_list_result > li::before {
    width: 1.25rem;
    height: 1.25rem;
    top: 0.375rem;
    left: 0;
  }
  .lp_sec.loan .ex_dl_list .ex_dl_list_in .loan_step_list_result.ng > li::before {
    background-size: 0.9375rem;
  }
  .lp_sec.loan .ex_dl_list .ex_dl_list_in .loan_step_list .loan_step_list_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lp_sec.loan .ex_dl_list .ex_dl_list_in .loan_step_list .loan_step_list_text .no {
    width: 100%;
  }
  .lp_sec.loan .ex_dl_list .ex_dl_list_in .loan_step_list .loan_step_list_text .tx {
    font-size: 1.25rem;
  }
  .lp_sec.loan .ex_dl_list .ex_dl_list_in .loan_step_list .loan_step_list_text .tx_box {
    margin-left: 0.625rem;
    margin-top: 0;
    padding-inline: 0.5rem;
  }
  .lp_sec.loan .check_list.flex.bg_green {
    max-width: 62.5rem;
    margin-top: 3.75rem;
  }
  .lp_sec.loan .check_list.flex.bg_green > li {
    padding-top: 0.875rem;
  }
  .lp_sec.loan .check_list.flex.bg_green > li > p {
    min-height: 2.5rem;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .lp_sec.loan .check_list.flex.bg_green > li > p strong {
    width: auto;
  }
  .lp_sec.loan .check_list.flex.bg_green > li:last-child > p span {
    font-size: 1.1875rem;
  }
  .lp_sec.loan .check_list.flex.bg_green span {
    font-size: 1.125rem;
    font-weight: 800;
  }
  .lp_sec.loan .check_list.flex.bg_green .no {
    font-size: 2.5rem;
    margin-inline: 0.25rem;
  }
  .lp_sec.loan .bg_box.gray {
    max-width: 62.5rem;
    margin: 1.5rem auto 0;
    padding: 2rem 2.5rem;
  }
  .lp_sec.loan .bg_box.gray .alert_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0.5em;
  }
  .lp_sec.loan .bg_box.gray .alert_title .i_alert {
    font-size: 1.5rem;
  }
  .lp_sec.loan .bg_box.gray .alert_title .i_alert::before {
    position: relative;
    top: 0.125rem;
  }
  .lp_sec.loan .bg_box.gray .alert_title .tx {
    margin-left: 1.25rem;
    font-size: 1.125rem;
  }
}
.lp_sec.solution .lp_title_wrap {
  padding-top: 3.375rem;
}
.lp_sec.solution .lp_title_wrap .lp_title {
  padding-right: 5rem;
}
.lp_sec.solution .lp_title_wrap .title_text {
  letter-spacing: 0.06em;
}
.lp_sec.solution .lp_title_wrap .title_text b {
  font-weight: bold;
}
.lp_sec.solution .lp_title_wrap figure {
  width: 8.25rem;
  top: 2.25rem;
  right: 0.1875rem;
}
.lp_sec.solution .bdr_box.return {
  padding-block: 0.625rem;
  border-color: #D20000;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp_sec.solution .bdr_box.return .i_return {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.5625rem;
  margin-right: 1rem;
}
.lp_sec.solution .bdr_box.return .text_wrap {
  font-weight: bold;
  color: #D20000;
  text-align: center;
}
.lp_sec.solution .bdr_box.return .text_wrap .marker_text b {
  font-weight: 800;
  font-size: 1.25rem;
}
.lp_sec.solution .ex_dl_list {
  margin-top: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp_sec.solution .ex_dl_list .ex_dl_list_in.ok {
  width: 55%;
  background: #FFF8E0;
}
.lp_sec.solution .ex_dl_list .ex_dl_list_in.ok .result_text,
.lp_sec.solution .ex_dl_list .ex_dl_list_in.ok .ex_dl_list_title {
  background: #D20000;
}
.lp_sec.solution .ex_dl_list .ex_dl_list_in.ok .result_text::before {
  border-bottom-color: #D20000;
}
.lp_sec.solution .ex_dl_list .ex_dl_list_in.ng {
  width: 45%;
}
.lp_sec.solution .ex_dl_list .ex_dl_list_in.ng .result_text,
.lp_sec.solution .ex_dl_list .ex_dl_list_in.ng .ex_dl_list_title {
  background: #575757;
}
.lp_sec.solution .ex_dl_list .ex_dl_list_in.ng .result_text::before {
  border-bottom-color: #575757;
}
.lp_sec.solution .ex_dl_list .ex_dl_list_in .ex_dl_list_title {
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
}
.lp_sec.solution .ex_dl_list .ex_dl_list_in .ex_dl_list_title span {
  font-weight: bold;
  display: inline-block;
}
.lp_sec.solution .ex_dl_list .ex_dl_list_in .ex_dl_list_title .tx {
  color: #FFF57B;
  font-weight: 800;
}
.lp_sec.solution .ex_dl_list .ex_dl_list_in .simulation_list {
  padding: 0 0.75rem;
  border-bottom: 1px solid #707070;
  margin-bottom: 1rem;
}
.lp_sec.solution .ex_dl_list .ex_dl_list_in .simulation_list li {
  padding-block: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}
.lp_sec.solution .ex_dl_list .ex_dl_list_in .simulation_list li + li {
  border-top: 1px solid #707070;
}
.lp_sec.solution .ex_dl_list .ex_dl_list_in .simulation_list .i {
  width: 1.0625rem;
}
.lp_sec.solution .ex_dl_list .ex_dl_list_in .simulation_list b {
  font-weight: 800;
}
.lp_sec.solution .ex_dl_list .ex_dl_list_in .simulation_list .box {
  width: 4.375rem;
  height: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FF8500;
  color: #FFFFFF;
  font-size: 0.75rem;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: -0.75rem;
  z-index: 5;
  right: -0.3125rem;
}
.lp_sec.solution .ex_dl_list .ex_dl_list_in .result_text {
  height: 2.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  position: relative;
  font-weight: bold;
}
.lp_sec.solution .ex_dl_list .ex_dl_list_in .result_text::before {
  width: 0;
  height: 0;
  content: "";
  border: solid transparent;
  border-width: 0.875rem 0.5625rem;
  position: absolute;
  left: 50%;
  margin-left: -0.5625rem;
  bottom: calc(100% - 2px);
}
.lp_sec.solution .text {
  line-height: 1.5;
  margin-inline: 0.625rem;
  letter-spacing: 0;
}
.lp_sec.solution .lp_cta {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .lp_sec.solution .lp_title_wrap {
    padding-top: 6.75rem;
  }
  .lp_sec.solution .lp_title_wrap .title_text {
    padding-left: 0;
    letter-spacing: 0.05em;
  }
  .lp_sec.solution .lp_title_wrap .title_text b {
    font-weight: bold;
  }
  .lp_sec.solution .lp_title_wrap figure {
    width: 10.3125rem;
    top: 9.375rem;
    right: 0;
  }
  .lp_sec.solution .bdr_box.return {
    padding-block: 1.25rem;
    margin-top: 2.5rem;
  }
  .lp_sec.solution .bdr_box.return .i_return {
    width: 5rem;
    margin-right: 1rem;
  }
  .lp_sec.solution .bdr_box.return .i_return img {
    width: 100%;
  }
  .lp_sec.solution .bdr_box.return .text_wrap {
    font-size: 1.25rem;
  }
  .lp_sec.solution .bdr_box.return .text_wrap .marker_text b {
    font-weight: 800;
    font-size: 1.625rem;
  }
  .lp_sec.solution .ex_dl_list {
    margin-top: 2.5rem;
    padding: 2.5rem;
    background: #F2EEEB;
  }
  .lp_sec.solution .ex_dl_list .ex_dl_list_in.ng {
    background: #FFF;
  }
  .lp_sec.solution .ex_dl_list .ex_dl_list_in dd {
    padding-bottom: 2rem;
  }
  .lp_sec.solution .ex_dl_list .ex_dl_list_in .ex_dl_list_title {
    height: 3.75rem;
    font-size: 1.25rem;
  }
  .lp_sec.solution .ex_dl_list .ex_dl_list_in .ex_dl_list_title .tx {
    font-size: 1.25rem;
    margin-left: 0.5rem;
  }
  .lp_sec.solution .ex_dl_list .ex_dl_list_in .simulation_list {
    max-width: 80%;
    margin-inline: auto;
    padding: 0.625rem 0 0.625rem;
    margin-bottom: 0;
    border-bottom: 0;
  }
  .lp_sec.solution .ex_dl_list .ex_dl_list_in .simulation_list li {
    font-size: 1.125rem;
    padding-block: 1.25rem;
  }
  .lp_sec.solution .ex_dl_list .ex_dl_list_in .simulation_list .i {
    width: 1.5rem;
  }
  .lp_sec.solution .ex_dl_list .ex_dl_list_in .simulation_list .box {
    width: 7.5rem;
    height: 2.5rem;
    font-size: 1.125rem;
    bottom: -1.25rem;
    right: -0.3125rem;
  }
  .lp_sec.solution .ex_dl_list .ex_dl_list_in .result_text {
    max-width: 80%;
    font-size: 1.25rem;
    margin-inline: auto;
    height: 3.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #FFFFFF;
    position: relative;
    font-weight: bold;
  }
  .lp_sec.solution .ex_dl_list .ex_dl_list_in .result_text::before {
    width: 0;
    height: 0;
    content: "";
    border: solid transparent;
    border-width: 0.875rem 0.5625rem;
    position: absolute;
    left: 50%;
    margin-left: -0.5625rem;
    bottom: calc(100% - 2px);
  }
  .lp_sec.solution .text {
    margin-inline: 0;
  }
  .lp_sec.solution .lp_cta {
    margin-top: 5rem;
  }
}
.lp_sec.difference .lp_title_wrap {
  padding-top: 2.75rem;
}
.lp_sec.difference .lp_title_wrap .lp_title {
  padding-right: 5rem;
}
.lp_sec.difference .lp_title_wrap figure {
  width: 6.875rem;
  top: 3.75rem;
  right: 1.375rem;
}
.lp_sec.difference .difference_table {
  width: 100%;
  margin-top: 1.5rem;
  table-layout: fixed;
}
.lp_sec.difference .difference_table thead tr th:first-child {
  width: 55%;
}
.lp_sec.difference .difference_table thead tr th:last-child {
  width: 45%;
}
.lp_sec.difference .difference_table thead tr th {
  padding: 0.625rem 0;
  color: #FFFFFF;
  background: #575757;
  font-size: 0.9375rem;
  line-height: 1.3846153846;
}
.lp_sec.difference .difference_table thead tr th.ok {
  background: #D20000;
}
.lp_sec.difference .difference_table thead tr th + th {
  border-left: 1px solid #FFFFFF;
}
.lp_sec.difference .difference_table tbody tr th[colspan="2"] {
  font-weight: 500;
  background: #F2EEEB;
  border-bottom: 1px solid #707070;
  padding: 0.5625rem 1.0625rem;
}
.lp_sec.difference .difference_table tbody tr th[colspan="2"] p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp_sec.difference .difference_table tbody tr th[colspan="2"] .no {
  width: 1.375rem;
  height: 1.375rem;
  margin-right: 0.375rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #333333;
  color: #FFFFFF;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 1.375rem;
  padding-bottom: 0.12em;
}
.lp_sec.difference .difference_table tbody tr td {
  padding: 0.75rem 0.5rem;
  text-align: center;
  border-bottom: 1px solid #707070;
  letter-spacing: 0;
}
.lp_sec.difference .difference_table tbody tr td.ok {
  background: #FFF8E0;
}
.lp_sec.difference .difference_table tbody tr td p {
  line-height: 1.5;
}
.lp_sec.difference .difference_table tbody tr td p b {
  font-weight: bold;
}
.lp_sec.difference .difference_table tbody tr td p strong {
  font-weight: bold;
  color: #D20000;
}
.lp_sec.difference .difference_table tbody tr td p span {
  display: inline-block;
}
.lp_sec.difference .difference_table tbody tr td small {
  font-size: 0.75rem;
  line-height: 1.5;
}
.lp_sec.difference .difference_table tbody tr td + td {
  border-left: 1px solid #707070;
}
.lp_sec.difference .text {
  margin-inline: 0.625rem;
}

@media (min-width: 768px) {
  .lp_sec.difference .lp_title_wrap {
    padding-top: 6.75rem;
    padding-bottom: 3rem;
  }
  .lp_sec.difference .lp_title_wrap .lp_title {
    padding-right: 5rem;
  }
  .lp_sec.difference .lp_title_wrap figure {
    width: 8.59375rem;
    top: auto;
    bottom: 0;
    right: 1.375rem;
  }
  .lp_sec.difference .difference_table {
    margin-top: 0;
  }
  .lp_sec.difference .difference_table thead tr th {
    padding: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .lp_sec.difference .difference_table tbody tr th[colspan="2"] {
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    padding: 0.75rem 1.5rem;
    font-weight: bold;
    font-size: 1.125rem;
  }
  .lp_sec.difference .difference_table tbody tr th[colspan="2"] .no {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1rem;
    letter-spacing: 0;
    margin-right: 0.625rem;
  }
  .lp_sec.difference .difference_table tbody tr td {
    padding: 0.9375rem 0.3125rem;
    font-size: 1.125rem;
  }
  .lp_sec.difference .difference_table tbody tr td small {
    font-size: 0.9375rem;
    margin-top: 0.25rem;
    display: block;
  }
  .lp_sec.difference .difference_table tbody tr td:nth-child(odd) {
    border-left: 1px solid #707070;
  }
  .lp_sec.difference .difference_table tbody tr td:nth-child(even) {
    border-right: 1px solid #707070;
  }
  .lp_sec.difference .text {
    margin-inline: 0;
  }
}
.lp_sec.reason {
  margin-bottom: 1.875rem;
}
.lp_sec.reason .lp_title_wrap {
  padding-top: 2.75rem;
  padding-right: 5rem;
}
.lp_sec.reason .lp_title_wrap .title_text {
  font-size: 0.9375rem;
  font-weight: bold;
}
.lp_sec.reason .lp_title_wrap .title_text span {
  display: inline-block;
}
.lp_sec.reason .lp_title_wrap figure {
  width: 7.75rem;
  top: 3.4375rem;
  right: 0.1875rem;
}
.lp_sec.reason .reason_list_wrap {
  margin-top: 1.25rem;
  position: relative;
}
.lp_sec.reason .reason_list_wrap::before {
  content: "";
  width: 100%;
  height: calc(100% - 1.75rem);
  left: 0;
  bottom: 0;
  background: #F2EEEB;
  display: block;
  position: absolute;
}
.lp_sec.reason .reason_list {
  padding-inline: 0.625rem;
  padding-bottom: 1.75rem;
}
.lp_sec.reason .reason_list > li {
  position: relative;
  z-index: 2;
  background: #FFFFFF;
  border: 1px solid #D20000;
  padding: 1.25rem 0.75rem 1.25rem;
}
.lp_sec.reason .reason_list > li + li {
  margin-top: 0.75rem;
}
.lp_sec.reason .reason_list b {
  font-weight: bold;
}
.lp_sec.reason .reason_list .reason_list_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.625rem;
}
.lp_sec.reason .reason_list .reason_list_title .icon {
  width: 2.875rem;
  height: 2.875rem;
  padding-top: 0.125rem;
  background: url("../img/pr_bg.svg") no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  top: 0.375rem;
}
.lp_sec.reason .reason_list .reason_list_title .icon span {
  text-align: center;
  width: 100%;
}
.lp_sec.reason .reason_list .reason_list_title .icon .tx {
  font-size: 0.625rem;
}
.lp_sec.reason .reason_list .reason_list_title .icon .no {
  font-size: 1.25rem;
  font-weight: 800;
}
.lp_sec.reason .reason_list .reason_list_title .marker_text {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-left: 0.5rem;
  font-weight: bold;
  line-height: 1.5;
}
.lp_sec.reason .reason_list .reason_list_title .marker_text span {
  font-size: 1.125rem;
}
.lp_sec.reason .reason_list .reason_list_title + p {
  padding-inline: 0.25rem;
}
.lp_sec.reason .reason_list .reason_result_list {
  margin-top: 1.125rem;
  border: 1px solid #BABABA;
}
.lp_sec.reason .reason_list .reason_result_list .reason_result_list_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp_sec.reason .reason_list .reason_result_list .reason_result_list_in + div {
  border-top: 1px solid #BABABA;
}
.lp_sec.reason .reason_list .reason_result_list .reason_result_list_in > * {
  width: 50%;
  padding-block: 0.5rem;
  text-align: center;
}
.lp_sec.reason .reason_list .reason_result_list .reason_result_list_in dd {
  color: #D20000;
  font-weight: bold;
  position: relative;
}
.lp_sec.reason .reason_list .reason_result_list .reason_result_list_in dd::before {
  content: "";
  background: url("../img/i_arw.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  width: 0.5625rem;
  height: 1.125rem;
  margin-top: -0.5625rem;
  display: block;
}
.lp_sec.reason .reason_list .text {
  line-height: 1.5;
}
.lp_sec.reason .reason_list .bdr_box.reason {
  margin-top: 0.75rem;
  margin-inline: 0;
  padding: 0.6875rem 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp_sec.reason .reason_list .bdr_box.reason .text {
  font-size: 0.9375rem;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  line-height: 1.5;
}
.lp_sec.reason .reason_list .bdr_box.reason .text b {
  color: #FF8500;
  font-weight: bold;
}
.lp_sec.reason .reason_list .bdr_box.reason .i_talk {
  width: 3.625rem;
}

@media (min-width: 768px) {
  .lp_sec.reason {
    margin-bottom: 5rem;
  }
  .lp_sec.reason .lp_title_wrap {
    padding-top: 7.75rem;
    padding-right: 5rem;
  }
  .lp_sec.reason .lp_title_wrap .title_text {
    font-size: 1.25rem;
  }
  .lp_sec.reason .lp_title_wrap figure {
    width: 10.25rem;
    top: 7.875rem;
    right: 1.25rem;
  }
  .lp_sec.reason .reason_list_wrap {
    margin-top: 2.5rem;
  }
  .lp_sec.reason .reason_list_wrap::before {
    height: calc(100% - 5rem);
  }
  .lp_sec.reason .reason_list {
    padding-inline: 0;
    padding-bottom: 3.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem;
  }
  .lp_sec.reason .reason_list > li {
    width: calc(50% - 0.5rem);
    padding: 1.75rem 2.5rem 2rem;
  }
  .lp_sec.reason .reason_list > li + li {
    margin-top: 0;
  }
  .lp_sec.reason .reason_list > li:last-child:nth-child(odd) {
    width: 100%;
  }
  .lp_sec.reason .reason_list .reason_list_title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.625rem;
  }
  .lp_sec.reason .reason_list .reason_list_title .icon {
    width: 5rem;
    height: 5rem;
    padding-top: 0.125rem;
    top: 0;
  }
  .lp_sec.reason .reason_list .reason_list_title .icon .tx {
    font-size: 1rem;
  }
  .lp_sec.reason .reason_list .reason_list_title .icon .no {
    font-size: 1.75rem;
  }
  .lp_sec.reason .reason_list .reason_list_title .marker_text {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    margin-left: 0.5rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .lp_sec.reason .reason_list .reason_list_title .marker_text span {
    font-size: 1.375rem;
    display: inline;
  }
  .lp_sec.reason .reason_list .reason_list_title + p {
    padding-inline: 0.25rem;
  }
  .lp_sec.reason .reason_list .reason_result_list {
    max-width: 37.5rem;
    margin-top: 1rem;
    /*
    display: flex;
    flex-wrap: wrap;
    .reason_result_list_in {
      width: 50%;
      & + div:nth-child(2) {
    	border-top: 0;
      }
      & + div:nth-child(even) {
    	border-left: 1px solid #BABABA;
      }
      & > * {
    	width: 50%;
    	padding-block: fs(8);
    	text-align: center;
      }
    }
     */
  }
  .lp_sec.reason .reason_list .bdr_box.reason {
    margin-top: 1rem;
    margin-inline: 0;
    padding: 0.6875rem 1.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-width: 1px;
  }
  .lp_sec.reason .reason_list .bdr_box.reason .text {
    font-size: 1rem;
  }
  .lp_sec.reason .reason_list .bdr_box.reason .i_talk {
    margin-right: 0.5rem;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.lp_sec.case_studies .in_bg {
  background: #FFEFB9;
  padding-bottom: 1.75rem;
  margin-bottom: 2rem;
}
.lp_sec.case_studies .in_bg .lp_title_wrap {
  margin-bottom: 1.625rem;
}
.lp_sec.case_studies .in_bg .lp_title_wrap .lp_title {
  padding-top: 3.4375rem;
}
.lp_sec.case_studies .in_bg .lp_title_wrap figure {
  width: 11.875rem;
  top: -1.875rem;
  right: 0;
}
.lp_sec.case_studies .in_bg .case_studies_list {
  margin-inline: 0.625rem;
}
.lp_sec.case_studies .in_bg .case_studies_list > li {
  padding-inline: 1.25rem;
  padding-bottom: 0.5625rem;
  border: 1px solid #FF8500;
  background: #FFFFFF;
}
.lp_sec.case_studies .in_bg .case_studies_list > li.is-active .case_studies_list_title_wrap {
  padding-bottom: 0.6875rem;
}
.lp_sec.case_studies .in_bg .case_studies_list > li + li {
  margin-top: 0.75rem;
}
.lp_sec.case_studies .in_bg .case_studies_list .case_studies_list_title_wrap {
  padding-block: 1.25rem 0.6875rem;
  position: relative;
}
.lp_sec.case_studies .in_bg .case_studies_list .case_studies_list_title_wrap .case_studies_list_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lp_sec.case_studies .in_bg .case_studies_list .case_studies_list_title_wrap .case_studies_list_title .no {
  color: #FF8500;
  font-weight: 800;
  margin-right: 0.6em;
}
.lp_sec.case_studies .in_bg .case_studies_list .case_studies_list_title_wrap .case_studies_list_title .schedule {
  font-weight: 500;
}
.lp_sec.case_studies .in_bg .case_studies_list .case_studies_list_title_wrap .case_studies_list_title .tx {
  width: 100%;
  padding-right: 5rem;
  font-size: 1.0625rem;
  line-height: 1.5882352941;
}
.lp_sec.case_studies .in_bg .case_studies_list .case_studies_list_title_wrap .case_studies_list_btn {
  position: absolute;
  bottom: 0.5625rem;
  right: 0;
  width: 4rem;
  height: 2rem;
  padding-left: 0.1875rem;
  color: #FFFFFF;
  background: #FF8500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp_sec.case_studies .in_bg .case_studies_list .case_studies_list_title_wrap .case_studies_list_btn.is-open::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.lp_sec.case_studies .in_bg .case_studies_list .case_studies_list_title_wrap .case_studies_list_btn::after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  content: "";
  width: 0.625rem;
  height: 0.3125rem;
  margin-left: 0.3125rem;
  background: url("../img/i_toggle.svg") center center no-repeat;
  background-size: contain;
  display: block;
  position: relative;
  top: 0.0625rem;
}
.lp_sec.case_studies .in_bg .case_studies_list .case_studies_list_content {
  padding-top: 0.875rem;
  padding-bottom: 1.75rem;
  border-top: 1px solid #707070;
}
.lp_sec.case_studies .in_bg .case_studies_list .case_studies_list_content .case_studies_list_content_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
.lp_sec.case_studies .in_bg .case_studies_list .case_studies_list_content .case_studies_list_content_head .icon {
  width: 5rem;
}
.lp_sec.case_studies .in_bg .case_studies_list .case_studies_list_content .case_studies_list_content_head .text_wrap {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-left: 1.125rem;
  position: relative;
  background: #F2EEEB;
  padding: 1rem;
  border-radius: 0.25rem;
}
.lp_sec.case_studies .in_bg .case_studies_list .case_studies_list_content .case_studies_list_content_head .text_wrap::before {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  top: 1.375rem;
  right: calc(100% - 0.3125rem);
  border: solid transparent;
  border-width: 0.75rem 1.5rem;
  border-right-color: #F2EEEB;
}
.lp_sec.case_studies .in_bg .case_studies_list .case_studies_list_content .case_studies_list_content_foot .case_studies_result_dl {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5625rem;
}
.lp_sec.case_studies .in_bg .case_studies_list .case_studies_list_content .case_studies_list_content_foot .case_studies_result_dl .case_studies_result_dl_in {
  width: calc(33.333% - 0.375rem);
  text-align: center;
  padding: 0.3125rem 0.3125rem 0.5625rem;
  border: 1px solid #FF8500;
  font-weight: bold;
  line-height: 1.375rem;
}
.lp_sec.case_studies .in_bg .case_studies_list .case_studies_list_content .case_studies_list_content_foot .case_studies_result_dl .case_studies_result_dl_in dt {
  font-size: 0.8125rem;
}
.lp_sec.case_studies .in_bg .case_studies_list .case_studies_list_content .case_studies_list_content_foot .case_studies_result_dl .case_studies_result_dl_in dd {
  font-size: 1rem;
  color: #FF8500;
}

@media (min-width: 768px) {
  .lp_sec.case_studies .in_bg {
    padding-bottom: 5rem;
    margin-bottom: 3.75rem;
  }
  .lp_sec.case_studies .in_bg .lp_title_wrap {
    margin-bottom: 1.625rem;
  }
  .lp_sec.case_studies .in_bg .lp_title_wrap .lp_title {
    padding-top: 3rem;
  }
  .lp_sec.case_studies .in_bg .lp_title_wrap figure {
    width: 14.84375rem;
    top: -4rem;
    right: 0.625rem;
  }
  .lp_sec.case_studies .in_bg .case_studies_list {
    margin-inline: 0;
  }
  .lp_sec.case_studies .in_bg .case_studies_list > li {
    padding-inline: 2.5rem;
    padding-bottom: 0.5625rem;
  }
  .lp_sec.case_studies .in_bg .case_studies_list > li.is-active .case_studies_list_title_wrap {
    padding-bottom: 0.6875rem;
  }
  .lp_sec.case_studies .in_bg .case_studies_list > li + li {
    margin-top: 0.75rem;
  }
  .lp_sec.case_studies .in_bg .case_studies_list .case_studies_list_title_wrap {
    padding-block: 1.5625rem 1rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lp_sec.case_studies .in_bg .case_studies_list .case_studies_list_title_wrap .case_studies_list_title {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lp_sec.case_studies .in_bg .case_studies_list .case_studies_list_title_wrap .case_studies_list_title .schedule {
    font-size: 1.125rem;
  }
  .lp_sec.case_studies .in_bg .case_studies_list .case_studies_list_title_wrap .case_studies_list_title .tx {
    width: 100%;
    font-size: 1.375rem;
  }
  .lp_sec.case_studies .in_bg .case_studies_list .case_studies_list_title_wrap .case_studies_list_btn {
    cursor: pointer;
    position: static;
    width: 5rem;
    height: 2.75rem;
    padding-left: 0.1875rem;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    font-weight: bold;
  }
  .lp_sec.case_studies .in_bg .case_studies_list .case_studies_list_title_wrap .case_studies_list_btn:hover {
    opacity: 0.7;
  }
  .lp_sec.case_studies .in_bg .case_studies_list .case_studies_list_title_wrap .case_studies_list_btn::after {
    width: 0.75rem;
    height: 0.375rem;
    margin-left: 0.375rem;
  }
  .lp_sec.case_studies .in_bg .case_studies_list .case_studies_list_content {
    padding-top: 1.375rem;
    padding-bottom: 1.75rem;
    border-top: 1px solid #707070;
  }
  .lp_sec.case_studies .in_bg .case_studies_list .case_studies_list_content .case_studies_list_content_head .icon {
    width: 5.75rem;
  }
  .lp_sec.case_studies .in_bg .case_studies_list .case_studies_list_content .case_studies_list_content_head .icon img {
    width: 100%;
  }
  .lp_sec.case_studies .in_bg .case_studies_list .case_studies_list_content .case_studies_list_content_foot {
    margin-top: 1.375rem;
  }
  .lp_sec.case_studies .in_bg .case_studies_list .case_studies_list_content .case_studies_list_content_foot .case_studies_result_dl {
    margin-top: 1.375rem;
  }
  .lp_sec.case_studies .in_bg .case_studies_list .case_studies_list_content .case_studies_list_content_foot .case_studies_result_dl .case_studies_result_dl_in {
    padding: 0.5rem 0.3125rem 0.75rem;
    line-height: 1.625rem;
  }
  .lp_sec.case_studies .in_bg .case_studies_list .case_studies_list_content .case_studies_list_content_foot .case_studies_result_dl .case_studies_result_dl_in dt {
    font-size: 1rem;
  }
  .lp_sec.case_studies .in_bg .case_studies_list .case_studies_list_content .case_studies_list_content_foot .case_studies_result_dl .case_studies_result_dl_in dd {
    font-size: 1.25rem;
    color: #FF8500;
  }
}
.lp_sec.voice .lp_title_wrap {
  padding-top: 3.25rem;
  margin-bottom: 1.375rem;
}
.lp_sec.voice .lp_title_wrap figure {
  width: 5.875rem;
  top: 2.5rem;
  right: 1rem;
}
.lp_sec.voice .voice_list_wrap {
  padding-left: 0.625rem;
  width: 100%;
  overflow: auto;
}
.lp_sec.voice .voice_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0.625rem;
  gap: 0.875rem;
}
.lp_sec.voice .voice_list > li {
  width: 19.6875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 1.25rem 1.25rem 1.5rem;
  border: 1px solid #CCCCCC;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lp_sec.voice .voice_list .voice_list_title {
  margin-top: auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.lp_sec.voice .voice_list .voice_list_title .name {
  font-weight: bold;
  font-size: 1.0625rem;
}
.lp_sec.voice .voice_list .voice_list_title .name span {
  font-size: 0.875rem;
}
.lp_sec.voice .voice_list .voice_list_title .info {
  font-size: 0.8125rem;
  margin-left: 0.5rem;
  font-weight: normal;
}
.lp_sec.voice .voice_list .voice_review {
  margin-bottom: 1rem;
}
.lp_sec.voice .voice_list .voice_review .star {
  color: #FF8500;
  padding-bottom: 0.375rem;
  margin-bottom: 0.9375rem;
  border-bottom: 1px solid #CCCCCC;
}
.lp_sec.voice .voice_list .voice_review h4 {
  color: #D20000;
  font-size: 1rem;
  margin-bottom: 0.5em;
}

@media (min-width: 768px) {
  .lp_sec.voice .lp_title_wrap {
    padding-top: 7.625rem;
    margin-bottom: 1.375rem;
  }
  .lp_sec.voice .lp_title_wrap figure {
    width: 7.34375rem;
    top: 6.875rem;
    right: 1rem;
  }
  .lp_sec.voice .voice_list_wrap {
    padding-left: 0;
    width: 100%;
    overflow: auto;
  }
  .lp_sec.voice .voice_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 0;
    gap: 1rem;
  }
  .lp_sec.voice .voice_list > li {
    width: calc(33.333% - 0.6666666667rem);
    -ms-flex-negative: 1;
        flex-shrink: 1;
    padding: 1.25rem 1.25rem 1.5rem;
    border: 1px solid #CCCCCC;
    border-radius: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lp_sec.voice .voice_list .voice_list_title .name {
    font-size: 1.25rem;
  }
  .lp_sec.voice .voice_list .voice_list_title .name span {
    font-size: 1rem;
  }
  .lp_sec.voice .voice_list .voice_list_title .info {
    font-size: 0.875rem;
  }
  .lp_sec.voice .voice_list .voice_review .star {
    font-size: 1.125rem;
    padding-bottom: 0.25rem;
    margin-bottom: 0.9375rem;
  }
  .lp_sec.voice .voice_list .voice_review h4 {
    font-size: 1.125rem;
  }
}
.lp_sec.recommendation .lp_title_wrap {
  padding-top: 3.5rem;
}
.lp_sec.recommendation .recommendation_list {
  margin-top: 1.375rem;
  margin-inline: 0.625rem;
}
.lp_sec.recommendation .recommendation_list > li {
  border-radius: 0.5rem;
  border: 1px solid #BAB5AB;
  padding: 0.875rem 0.875rem 1.125rem;
}
.lp_sec.recommendation .recommendation_list > li + li {
  margin-top: 0.75rem;
}
.lp_sec.recommendation .recommendation_list .recommendation_list_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp_sec.recommendation .recommendation_list .recommendation_list_head figure {
  width: 5.25rem;
}
.lp_sec.recommendation .recommendation_list .recommendation_list_head .info_wrap {
  padding-left: 1rem;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.lp_sec.recommendation .recommendation_list .recommendation_list_head .info_wrap .name {
  font-size: 1.125rem;
  font-weight: bold;
}
.lp_sec.recommendation .recommendation_list .recommendation_list_head .info_wrap .link {
  margin-top: 0.5rem;
}
.lp_sec.recommendation .recommendation_list .recommendation_list_head .info_wrap .link a {
  color: #333333;
  text-decoration: underline;
}
.lp_sec.recommendation .recommendation_list .recommendation_list_foot {
  margin-top: 0.9375rem;
}

@media (min-width: 768px) {
  .lp_sec.recommendation .lp_title_wrap {
    padding-top: 6.25rem;
  }
  .lp_sec.recommendation .recommendation_list {
    margin-top: 2rem;
    margin-inline: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lp_sec.recommendation .recommendation_list > li {
    width: calc(50% - 0.625rem);
    padding: 1.5rem 1.5rem 1.75rem;
  }
  .lp_sec.recommendation .recommendation_list > li + li {
    margin-top: 0;
  }
  .lp_sec.recommendation .recommendation_list .recommendation_list_head figure {
    width: 6.5rem;
  }
  .lp_sec.recommendation .recommendation_list .recommendation_list_head .info_wrap {
    padding-left: 1rem;
  }
  .lp_sec.recommendation .recommendation_list .recommendation_list_head .info_wrap .name {
    font-size: 1.25rem;
    font-weight: bold;
  }
  .lp_sec.recommendation .recommendation_list .recommendation_list_foot {
    margin-top: 1.25rem;
  }
}
.lp_sec.greeting .lp_title_wrap {
  padding-top: 3rem;
  margin-bottom: 1.75rem;
}
.lp_sec.greeting .greeting_head {
  margin-inline: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lp_sec.greeting .greeting_head figure {
  width: 6.5rem;
}
.lp_sec.greeting .greeting_head .info_wrap {
  padding-left: 1rem;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.lp_sec.greeting .greeting_head .info_wrap .name {
  font-size: 1.125rem;
  font-weight: bold;
}
.lp_sec.greeting .greeting_foot {
  margin-top: 1rem;
  margin-inline: 1.125rem;
}
.lp_sec.greeting .greeting_foot p + p {
  margin-top: 0.6875rem;
}
.lp_sec.greeting .greeting_foot p strong {
  color: #D20000;
  font-weight: bold;
}

@media (min-width: 768px) {
  .lp_sec.greeting .lp_title_wrap {
    padding-top: 6.25rem;
    margin-bottom: 2.5rem;
  }
  .lp_sec.greeting .greeting_box::after {
    content: "";
    clear: both;
    display: block;
  }
  .lp_sec.greeting .greeting_head {
    display: contents;
  }
  .lp_sec.greeting .greeting_head figure {
    width: 19.5rem;
    float: right;
  }
  .lp_sec.greeting .greeting_head figure img {
    width: 100%;
  }
  .lp_sec.greeting .greeting_head .info_wrap {
    margin-right: 19.5rem;
    padding-left: 0;
    padding-right: 2.5rem;
    padding-top: 1.125rem;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  .lp_sec.greeting .greeting_head .info_wrap .job {
    font-size: 1.125rem;
  }
  .lp_sec.greeting .greeting_head .info_wrap .name {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .lp_sec.greeting .greeting_foot {
    margin-right: 19.5rem;
    margin-left: 0;
    padding-right: 2.5rem;
  }
  .lp_sec.greeting .greeting_foot p + p {
    margin-top: 0.8125rem;
  }
}
.lp_sec.faq .lp_title_wrap {
  padding-top: 3rem;
}
.lp_sec.faq .faq_dl {
  margin-top: 2rem;
  margin-inline: 0.625rem;
}
.lp_sec.faq .faq_dl .faq_dl_in {
  padding: 1.125rem 1.25rem;
}
.lp_sec.faq .faq_dl .faq_dl_in:nth-child(odd) {
  background: #FFFCF2;
}
.lp_sec.faq .faq_dl .faq_dl_in:nth-child(even) {
  background: #FFF8E0;
}
.lp_sec.faq .faq_dl .faq_dl_in dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
}
.lp_sec.faq .faq_dl .faq_dl_in dt::before {
  content: "Q.";
  margin-right: 0.5em;
  font-size: 1rem;
  color: #D20000;
  font-weight: 800;
}
.lp_sec.faq .faq_dl .faq_dl_in dt span {
  padding-right: 2.5rem;
  font-size: 1rem;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  position: relative;
}
.lp_sec.faq .faq_dl .faq_dl_in dt span::before, .lp_sec.faq .faq_dl .faq_dl_in dt span::after {
  content: "";
  width: 1rem;
  height: 1px;
  background: #111111;
  position: absolute;
  top: 50%;
  right: 0.25rem;
}
.lp_sec.faq .faq_dl .faq_dl_in dt span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.lp_sec.faq .faq_dl .faq_dl_in dt.active span::after {
  opacity: 0;
}
.lp_sec.faq .faq_dl .faq_dl_in dd {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #D9CBAE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp_sec.faq .faq_dl .faq_dl_in dd::before {
  content: "A.";
  margin-right: 0.5em;
  font-size: 1rem;
  color: #FF7300;
  font-weight: 800;
}
.lp_sec.faq .faq_dl .faq_dl_in dd > div {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.lp_sec.faq .faq_dl .faq_dl_in dd b {
  font-weight: bold;
}
@media (min-width: 768px) {
  .lp_sec.faq .lp_title_wrap {
    padding-top: 6.75rem;
  }
  .lp_sec.faq .faq_dl {
    margin-top: 2.5rem;
    margin-inline: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem;
  }
  .lp_sec.faq .faq_dl .faq_dl_in {
    width: calc(50% - 0.5rem);
    padding: 1.75rem 2.5rem;
    background: #FFF8E0 !important;
  }
  .lp_sec.faq .faq_dl .faq_dl_in:nth-child(4n+1), .lp_sec.faq .faq_dl .faq_dl_in:nth-child(4n+4) {
    background: #FFFCF2 !important;
  }
  .lp_sec.faq .faq_dl .faq_dl_in dt::before {
    font-size: 1.125rem;
  }
  .lp_sec.faq .faq_dl .faq_dl_in dt span {
    padding-right: 0;
    font-size: 1.125rem;
    font-weight: bold;
  }
  .lp_sec.faq .faq_dl .faq_dl_in dt span::before, .lp_sec.faq .faq_dl .faq_dl_in dt span::after {
    display: none;
  }
  .lp_sec.faq .faq_dl .faq_dl_in dd {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .lp_sec.faq .faq_dl .faq_dl_in dd::before {
    font-size: 1.125rem;
  }
}
.lp_sec.hope {
  padding-bottom: 2.5rem;
}
.lp_sec.hope .lp_title_wrap {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 1.875rem;
}
.lp_sec.hope .lp_title_wrap figure {
  width: 7.5rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
.lp_sec.hope .check_cy_list {
  margin-inline: 0.625rem;
}

@media (min-width: 768px) {
  .lp_sec.hope {
    padding-bottom: 6.25rem;
  }
  .lp_sec.hope .lp_title_wrap {
    padding-top: 6.25rem;
    padding-bottom: 2.5rem;
  }
  .lp_sec.hope .lp_title_wrap figure {
    width: 9.375rem;
    right: 1.25rem;
  }
  .lp_sec.hope .check_cy_list {
    margin-inline: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
  .lp_sec.hope .check_cy_list > li {
    width: calc(33.333% - 0.6666666667rem);
  }
  .lp_sec.hope .check_cy_list > li span {
    display: inline;
  }
  .lp_sec.hope .check_cy_list > li + li {
    margin-top: 0;
  }
  .lp_sec.hope .check_cy_list .check_cy_list_title {
    font-size: 1.25rem;
  }
}
.achievements_box {
  margin-top: 1.5rem;
  margin-inline: 0.625rem;
  background: #FFEFB9;
  padding: 1.25rem;
  position: relative;
}
.achievements_box .lp_cta {
  margin: 0 -0.625rem;
}
.achievements_box figure {
  width: 7.5rem;
  position: absolute;
  top: 1.5625rem;
  right: -0.3125rem;
}
.achievements_box .text_wrap .achievements_box_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 4.875rem;
}
.achievements_box .text_wrap .achievements_box_title .mark {
  width: 3.75rem;
  height: 3.75rem;
  background: url("../img/pr_bg.svg") no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
}
.achievements_box .text_wrap .achievements_box_title .mark small {
  font-size: 0.625rem;
  position: absolute;
  color: #FF8500;
  bottom: -1em;
  right: 0;
}
.achievements_box .text_wrap .achievements_box_title .tx {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-left: 0.375rem;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #D20000;
  font-weight: 800;
}
.achievements_box .text_wrap .achievements_box_title .tx span {
  display: inline-block;
}
.achievements_box .text_wrap > p {
  margin-block: 0.5rem 0.75rem;
  font-size: 1rem;
  font-weight: bold;
}
.achievements_box + .text {
  margin-inline: 0.625rem;
  line-height: 1.5;
}

@media (min-width: 768px) {
  html.device_sp .achievements_box {
    margin-top: 3.75rem;
    margin-inline: 0;
    padding: 1.5rem 2rem 2rem;
    position: relative;
  }
  html.device_sp .achievements_box .lp_cta {
    margin: 0 -0.625rem;
  }
  html.device_sp .achievements_box figure {
    display: none;
  }
  html.device_sp .achievements_box .text_wrap .achievements_box_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 4.875rem;
  }
  html.device_sp .achievements_box .text_wrap .achievements_box_title .mark {
    width: 6rem;
    height: 6rem;
    font-size: 1.5rem;
  }
  html.device_sp .achievements_box .text_wrap .achievements_box_title .mark small {
    font-size: 0.75rem;
    bottom: 0;
    right: -0.75em;
  }
  html.device_sp .achievements_box .text_wrap .achievements_box_title .tx {
    padding-left: 1rem;
    font-size: 1.75rem;
  }
  html.device_sp .achievements_box .text_wrap > p {
    margin-block: 0.5rem 1.25rem;
    font-size: 1.125rem;
  }
  html.device_sp .achievements_box + .text {
    margin-inline: 0;
  }
  html:not(.device_sp) .achievements_box {
    margin-top: 3.75rem;
    margin-inline: 0;
    padding: 1.5rem 2rem 1.75rem;
    position: relative;
  }
  html:not(.device_sp) .achievements_box .lp_cta {
    margin: 0 -0.625rem;
    padding-bottom: 0.625rem;
    overflow: initial;
  }
  html:not(.device_sp) .achievements_box .lp_cta::after {
    top: -7rem;
    bottom: auto;
  }
  html:not(.device_sp) .achievements_box .lp_cta_list {
    padding-top: 0.3125rem;
    padding-inline: 7.5rem;
  }
  html:not(.device_sp) .achievements_box figure {
    display: none;
  }
  html:not(.device_sp) .achievements_box .text_wrap {
    padding-block: 0.625rem;
    position: relative;
    margin-bottom: 0.625rem;
  }
  html:not(.device_sp) .achievements_box .text_wrap .achievements_box_title {
    padding-right: 4.875rem;
    padding-left: 6rem;
  }
  html:not(.device_sp) .achievements_box .text_wrap .achievements_box_title .mark {
    width: 6rem;
    height: 6rem;
    font-size: 1.5rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  html:not(.device_sp) .achievements_box .text_wrap .achievements_box_title .mark small {
    font-size: 0.75rem;
    bottom: 0;
    right: -0.75em;
  }
  html:not(.device_sp) .achievements_box .text_wrap .achievements_box_title .tx {
    padding-left: 1rem;
    font-size: 1.75rem;
  }
  html:not(.device_sp) .achievements_box .text_wrap > p {
    padding-left: 7rem;
    margin-block: 0;
    font-size: 1.125rem;
  }
  html:not(.device_sp) .achievements_box + .text {
    margin-inline: 0;
  }
}
.lp_sec.media b {
  font-weight: bold;
}
.lp_sec.media .lp_title_wrap {
  padding-top: 3rem;
}
.lp_sec.media .media_box {
  max-width: 52.5rem;
  margin-top: 1.5625rem;
  margin-inline: auto;
  padding-inline: 0.75rem;
}
.lp_sec.media .media_box img + img {
  margin-top: 0.625rem;
}
.lp_sec.media .media_box_text {
  margin-top: 0.5rem;
  padding: 0.75rem 1rem;
  color: #F8664D;
  line-height: 1.6;
  font-weight: bold;
  border: 2px solid #F8664D;
}

@media (min-width: 768px) {
  .lp_sec.media .lp_title_wrap {
    padding-top: 6.25rem;
  }
  .lp_sec.media .media_box {
    margin-top: 3.125rem;
    padding-inline: 0;
  }
  .lp_sec.media .media_box img + img {
    margin-top: 1.5625rem;
  }
  .lp_sec.media .media_box_text {
    margin-top: 1rem;
    padding: 1.25rem 1rem;
    text-align: center;
    font-size: 1.25rem;
    border: 4px solid #F8664D;
  }
}
.page_contents {
  min-height: calc(100dvh - 4.5rem - 19.9375rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 2.5rem;
}
.page_contents .page_title {
  text-align: center;
  color: #D20000;
  font-size: 1.5em;
  margin-bottom: 1em;
}

.page_edit p + p {
  margin-top: 1em;
}

.form .in_bg {
  background: #FFEFB9;
  padding: 2rem 1.375rem;
}
.form .form_title {
  color: #D20000;
  font-size: 1.375rem;
  margin-bottom: 0.75rem;
  font-weight: 900;
  text-align: center;
}
.form .center {
  font-size: 0.9375rem;
  line-height: 1.5;
}
.form .center b {
  font-weight: bold;
}
.form .center + p {
  margin-top: 0.3125rem;
}
.form .tel_dl {
  margin-top: 1.5rem;
  border-radius: 0.3125rem;
  border: 2px solid #D20000;
}
.form .tel_dl dt {
  font-size: 1.125rem;
  font-weight: 800;
  text-align: center;
  color: #FFFFFF;
  background: #D20000;
}
.form .tel_dl dd {
  background: #FFF8E0;
  padding: 0.5625rem 0 0.75rem;
}
.form .tel_dl dd .tel .tel_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form .tel_dl dd .tel .tel_btn::before {
  width: 1.0625rem;
  height: 1.25rem;
  background: url("../img/i_tel_rd.svg") no-repeat;
  background-size: contain;
  content: "";
  margin-right: 0.5rem;
}
.device_pc .form .tel_dl dd .tel .tel_btn::before,
.form .tel_dl dd .tel .tel_btn::before .device_tab {
  margin-right: 0.75rem;
}
.device_pc .form .tel_dl dd .tel .tel_btn .icon,
.form .tel_dl dd .tel .tel_btn .icon .device_tab {
  font-size: 1.8125rem;
  line-height: 1.3793103448;
}
.form .tel_dl dd .tel .tel_btn .icon {
  font-size: 1.375rem;
  line-height: 1.25;
  font-weight: 800;
  color: #D20000;
}
.form .tel_dl dd small {
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
  display: block;
}
.form .bdr_side_title {
  margin-block: 0.5rem 1rem;
}

.form_block {
  padding: 1.25rem 1.125rem 2rem;
  background: #FFFFFF;
  border-radius: 0.3125rem;
}
.form_block .wpcf7-form-control-wrap {
  display: block;
}
.form_block .form_dl + dl {
  margin-top: 0.75rem;
}
.form_block .form_dl dt {
  margin-bottom: 0.6875rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.form_block .form_dl dt .req {
  color: #D20000;
}
.form_block .form_dl dt span {
  font-size: 0.625rem;
  margin-left: 0.5625rem;
  font-weight: bold;
}
.form_block .form_dl .wpcf7-form-control-wrap input[type=text],
.form_block .form_dl .wpcf7-form-control-wrap input[type=email],
.form_block .form_dl .wpcf7-form-control-wrap input[type=tel],
.form_block .form_dl .wpcf7-form-control-wrap textarea {
  width: 100%;
  height: 2.75rem;
  padding-inline: 1.125rem;
  border-radius: 0.25rem;
  background: #F4F4F4;
  border: 1px solid #CCCCCC;
  display: block;
}
.form_block .form_dl .wpcf7-form-control-wrap textarea {
  height: 8.25rem;
  padding: 0.75rem 1.125rem;
  line-height: 1.5;
}
.form_block .form_agree {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form_block .form_agree .agree_text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 0.75rem;
}
.form_block .form_agree .agree_text a {
  font-size: 0.9375rem;
  font-weight: bold;
  text-decoration: underline;
}
.form_block .form_agree_input span {
  display: block;
}
.form_block .form_agree_input .wpcf7-list-item {
  margin-left: 0;
}
.form_block .form_agree_input .wpcf7-list-item label input {
  display: none;
}
.form_block .form_agree_input .wpcf7-list-item label input:checked + .wpcf7-list-item-label::after {
  display: block;
}
.form_block .form_agree_input .wpcf7-list-item label .wpcf7-list-item-label {
  width: 2rem;
  height: 2rem;
  display: block;
  text-indent: 300%;
  overflow: hidden;
  position: relative;
}
.form_block .form_agree_input .wpcf7-list-item label .wpcf7-list-item-label::before {
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
  background: #F4F4F4;
  border: 1px solid #CCCCCC;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.form_block .form_agree_input .wpcf7-list-item label .wpcf7-list-item-label::after {
  content: "";
  width: 1rem;
  height: 0.625rem;
  border: solid #D20000;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  display: none;
}
.form_block .form_btn_wrap {
  margin-top: 0.75rem;
}
.form_block .form_btn_wrap .form_submit {
  width: 100%;
  height: 3rem;
  font-size: 1.125rem;
  font-weight: 800;
  color: #FFFFFF;
  background: #FF8500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.3125rem;
}
.form_block .form_btn_wrap .form_submit::before {
  width: 1.1875rem;
  height: 0.875rem;
  background: url("../img/i_mail_w.svg") no-repeat;
  background-size: contain;
  content: "";
  margin-right: 0.75rem;
}
.form_block .form_btn_wrap .wpcf7-spinner {
  display: none;
}
@media (min-width: 768px) {
  .form .in_bg {
    padding: 4.0625rem 1.375rem;
  }
  .form .form_title {
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
  }
  .form .center {
    font-size: 1.125rem;
  }
  .form .center + p {
    margin-top: 0.3125rem;
  }
  .form .tel_dl {
    max-width: 45rem;
    margin-inline: auto;
    position: relative;
    margin-top: 1.5rem;
    border-radius: 0.3125rem;
    border: 2px solid #D20000;
  }
  .form .tel_dl dt {
    font-size: 1.375rem;
    padding: 0.3125rem;
  }
  .form .tel_dl dd {
    padding: 0.5625rem 0 0.75rem;
  }
  .form .tel_dl dd .tel .tel_btn::before {
    width: 1.0625rem;
    height: 1.25rem;
    margin-right: 0.5rem;
  }
  .form .tel_dl dd .tel .tel_btn .icon {
    font-size: 1.8125rem;
    line-height: 1.1034482759;
  }
  .form .tel_dl dd small {
    font-size: 0.875rem;
    line-height: 1.5;
    text-align: center;
    display: block;
  }
  .form .bdr_side_title {
    margin-block: 1rem 1rem;
  }
  .form .bdr_side_title span {
    font-size: 1.125rem;
  }
  .form_block {
    padding: 2.5rem 2.5rem 2.5rem;
    border-radius: 0.5rem;
  }
  .form_block .wpcf7-form-control-wrap {
    display: block;
  }
  .form_block .form_dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form_block .form_dl + dl {
    margin-top: 1.5rem;
  }
  .form_block .form_dl dt {
    width: 15rem;
    padding-top: 0.875rem;
  }
  .form_block .form_dl dt span {
    font-size: 0.75rem;
  }
  .form_block .form_dl dd {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  .form_block .form_dl .wpcf7-form-control-wrap input[type=text],
  .form_block .form_dl .wpcf7-form-control-wrap input[type=email],
  .form_block .form_dl .wpcf7-form-control-wrap input[type=tel],
  .form_block .form_dl .wpcf7-form-control-wrap textarea {
    width: 100%;
    height: 3rem;
    padding-inline: 1.125rem;
    border-radius: 0.25rem;
  }
  .form_block .form_dl .wpcf7-form-control-wrap textarea {
    height: 8.25rem;
    padding: 0.75rem 1.125rem;
    line-height: 1.5;
  }
  .form_block .form_agree {
    margin-top: 2.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form_block .form_agree .agree_text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 0.75rem;
    font-size: 0.9375rem;
  }
  .form_block .form_btn_wrap {
    margin-top: 1.25rem;
  }
  .form_block .form_btn_wrap .form_submit {
    height: 3.75rem;
    font-size: 1.25rem;
  }
  .form_block .form_btn_wrap .form_submit::before {
    width: 1.425rem;
    height: 1.05rem;
    margin-right: 0.75rem;
    position: relative;
    top: 0.0625rem;
  }
}
.privacy {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.privacy:not(.is-open) {
  opacity: 0;
  pointer-events: none;
}
.privacy_block_wrap {
  position: relative;
  background: #fff;
  border-radius: 0.3125rem;
  max-width: 37.5rem;
  width: calc(100% - 2.5rem);
  max-height: 80vh;
  overflow-y: auto;
  padding: 2.5rem 1.25rem;
}
.privacy_title {
  color: #D20000;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0.5em;
}
.privacy_block_title {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.privacy_close {
  margin-top: 2.25rem;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.privacy_close span {
  width: 10rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 2rem;
  background: #F4F4F4;
}
.privacy_close:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  .privacy_block_wrap {
    border-radius: 0.5rem;
    padding: 2.5rem;
  }
  .privacy_title {
    font-size: 1.375rem;
  }
  .privacy p {
    font-size: 0.875rem;
  }
}