@charset "UTF-8";
html {
  scroll-behavior: auto;
}

body {
  font-weight: 400;
  color: #051125;
}

h1, h2, h3, h4, p {
  font-weight: 400;
}

dl, dt, dd, ul, ol, table, figure {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

img {
  border: none;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  outline: none;
  background: none;
  border: none;
}

em {
  font-style: normal;
}

@media screen and (min-width: 769px) {
  .u-pc-none {
    display: none;
  }
}

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

.u-fw-bold {
  font-weight: bold;
}

.u-bs-bb {
  box-sizing: border-box;
}
.u-bs-bb * {
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .u-sp-taR {
    text-align: right;
  }
}

.c-btn {
  display: inline-block;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .c-btn {
    padding: 20px 40px 20px 60px;
    border-radius: 80px;
    transition: all 0.5s ease;
  }
}
@media screen and (max-width: 768px) {
  .c-btn {
    padding: 20px 32px;
    border-radius: 40px;
  }
}

@media screen and (min-width: 769px) {
  .c-btn_txt {
    font-size: 22px;
    vertical-align: -2px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn_txt {
    font-size: 18px;
  }
}

@media screen and (min-width: 769px) {
  .c-btn_tag {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn_tag {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  .c-btn_arrow {
    width: 62px;
    height: 14px;
    position: relative;
    top: 2px;
    transition: all 0.5s ease;
  }
}
@media screen and (max-width: 768px) {
  .c-btn_arrow {
    width: 42px;
    height: 9px;
  }
}
@media screen and (min-width: 769px) {
  .c-btn:hover .c-btn_arrow {
    transform: translateX(10px);
  }
}
.c-btn_arrow use {
  width: 100%;
}

.c-btn_default {
  color: #FFF;
  background-color: #051125;
}
@media screen and (min-width: 769px) {
  .c-btn_default:hover {
    color: #051125;
    background-color: #FFF;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .c-btn_default:hover .c-btn_arrow {
    color: #051125;
  }
}

.c-btn_white {
  color: #051125;
  background-color: #FFF;
}

.c-btn_brown {
  color: #051125;
  background-color: #DCCBBC;
}
@media screen and (min-width: 769px) {
  .c-btn_brown:hover {
    color: #051125;
    background-color: #FFF;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .c-btn_brown:hover .c-btn_arrow {
    color: #051125;
  }
}

h2.u-h2-style {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 80px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 768px) {
  h2.u-h2-style {
    font-size: 6.5vw;
    line-height: 1.5;
    margin-bottom: 30vw;
    letter-spacing: 0.3vw;
  }
}
h2.u-h2-style .u-h2-smallText {
  font-size: 22px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  position: relative;
  display: block;
  width: 60px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  h2.u-h2-style .u-h2-smallText {
    font-size: 5vw;
    margin-bottom: 6vw;
  }
}
h2.u-h2-style .u-h2-smallText::after {
  content: "";
  width: 50px;
  height: 3px;
  background: #DCCBBC;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 25px);
}
@media screen and (max-width: 768px) {
  h2.u-h2-style .u-h2-smallText::after {
    width: 12vw;
    height: 2px;
    bottom: -3vw;
    left: calc(50% - 6vw);
  }
}
h2.u-h2-style .u-h2-smallText.line-blue::after {
  background: #051125;
}

/* p-mv */
/************************/
.p-mv {
  position: relative;
  overflow: hidden;
  height: 100dvh;
  color: #FFF;
}
@media screen and (min-width: 769px) {
  .p-mv {
    min-height: 500px;
  }
}
@media screen and (max-width: 900px) {
  .p-mv {
    display: flex;
    flex-direction: column;
  }
}
.p-mv::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(172, 172, 172, 0.2), rgba(202, 197, 194, 0.2) 60%, rgba(255, 255, 255, 0.2));
}

.p-mv_img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .p-mv_img {
    min-height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .p-mv_img {
    animation: slide 160s infinite 1s;
  }
}
.p-mv_img img {
  height: 100dvh;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-mv_img img {
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .p-mv_img img {
    width: auto;
    max-width: initial;
  }
}

.p-mv_title {
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .p-mv_title {
    position: absolute;
    top: 37.5%;
    left: 90px;
  }
}
@media screen and (max-width: 900px) {
  .p-mv_title {
    order: 2;
    position: relative;
    top: auto;
    left: auto;
    margin: 40px 16px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-mv_title {
    margin: 32px 24px 0;
  }
}

.p-mv_title_logo {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-mv_title_logo {
    width: 195px;
    height: 116px;
  }
}
@media screen and (max-width: 768px) {
  .p-mv_title_logo {
    width: 104px;
    height: 61px;
  }
}

.p-mv_title_copy {
  display: block;
  margin-top: 28px;
}
@media screen and (min-width: 769px) {
  .p-mv_title_copy {
    width: 255px;
    height: 86px;
  }
}
@media screen and (max-width: 768px) {
  .p-mv_title_copy {
    width: 136px;
    height: 45px;
  }
}

.p-mv_topText {
  z-index: 1;
  font-weight: 500;
  text-shadow: 0px 0px 30px #051125;
}
@media screen and (min-width: 769px) {
  .p-mv_topText {
    position: absolute;
    top: 43.75%;
    right: 100px;
    font-size: 23px;
    line-height: 1.73;
  }
}
@media screen and (max-width: 900px) {
  .p-mv_topText {
    order: 1;
    position: relative;
    top: auto;
    right: auto;
    margin: 80px 16px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-mv_topText {
    margin: 30px 24px 0;
    font-size: 16px;
    line-height: 1.6;
  }
}

.p-mv_bottomText {
  order: 3;
  position: absolute;
  z-index: 1;
  font-weight: 500;
  text-shadow: 0px 0px 30px #051125;
}
@media screen and (min-width: 769px) {
  .p-mv_bottomText {
    top: calc(43.75% + 100px);
    right: 225px;
    font-size: 17px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 900px) {
  .p-mv_bottomText {
    position: relative;
    top: auto;
    right: auto;
    margin: 40px 16px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-mv_bottomText {
    margin: auto 24px 40px;
    font-size: 12px;
    line-height: 1.8;
  }
}

@keyframes slide {
  0% {
    left: 0;
  }
  50% {
    left: -150vw;
  }
  100% {
    left: 0;
  }
}
/* p-whatAq */
/************************/
.p-whatAq {
  color: #DCCBBC;
  background-color: #051125;
}
@media screen and (min-width: 769px) {
  .p-whatAq {
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .p-whatAq::before {
    content: "";
    z-index: 0;
    position: absolute;
    display: block;
    width: 50%;
    height: 100%;
    background-image: url(/lp/images/re2025/bg_whatAq.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}

@media screen and (min-width: 769px) {
  .p-whatAq-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
    min-height: 560px;
    margin-right: 10px;
    margin-left: 55%;
  }
}
@media screen and (max-width: 768px) {
  .p-whatAq-inner {
    padding: 60px 16px 80px 16px;
  }
}

.p-whatAq_title {
  font-family: "Lato", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .p-whatAq_title {
    font-size: 46px;
  }
}
@media screen and (max-width: 768px) {
  .p-whatAq_title {
    font-size: 28px;
  }
}

.p-whatAq_logo {
  color: #DCCBBC;
}
@media screen and (min-width: 769px) {
  .p-whatAq_logo {
    width: 92px;
    height: 54px;
    vertical-align: -18px;
  }
}
@media screen and (max-width: 768px) {
  .p-whatAq_logo {
    width: 64px;
    height: 37px;
    vertical-align: -15px;
  }
}

.p-whatAq_txt {
  line-height: 2;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .p-whatAq_txt {
    margin-top: 35px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-whatAq_txt {
    margin-top: 35px;
    font-size: 16px;
  }
}

/* p-targetCustomers */
/************************/
.p-targetCustomers {
  background-color: #DCCBBC;
}
@media screen and (min-width: 769px) {
  .p-targetCustomers {
    padding: 80px 20px 112px;
  }
}
@media screen and (max-width: 768px) {
  .p-targetCustomers {
    padding: 40px 24px;
  }
}

@media screen and (min-width: 769px) {
  .p-targetCustomers_inner {
    display: flex;
    gap: 0 60px;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (min-width: 769px) {
  .p-targetCustomers_ttl {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-targetCustomers_ttl {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #051125;
  }
}
.p-targetCustomers_ttlL {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .p-targetCustomers_ttlL {
    display: block;
    font-size: 36px;
    letter-spacing: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-targetCustomers_ttlL {
    font-size: 24px;
    letter-spacing: 4px;
  }
}
.p-targetCustomers_ttlS {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .p-targetCustomers_ttlS {
    display: block;
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  .p-targetCustomers_text_wrap {
    padding-left: 60px;
    border-left: 1px solid #051125;
    width: 100%;
    max-width: 660px;
  }
}
@media screen and (max-width: 768px) {
  .p-targetCustomers_text_wrap {
    margin-top: 32px;
  }
}

@media screen and (min-width: 769px) {
  .p-targetCustomers_listYes {
    display: grid;
    grid-template-columns: 27% 29% 34%;
    gap: 16px 5%;
  }
}
.p-targetCustomers_listYes li {
  position: relative;
  padding-left: 24px;
}
.p-targetCustomers_listYes li::before {
  content: "◎";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-targetCustomers_listYes li + li {
    margin-top: 12px;
  }
}

.p-targetCustomers_listNo {
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  .p-targetCustomers_listNo {
    margin-top: 22px;
  }
}
@media screen and (max-width: 768px) {
  .p-targetCustomers_listNo {
    margin-top: 24px;
  }
}
.p-targetCustomers_listNo li {
  position: relative;
  padding-left: 20px;
}
.p-targetCustomers_listNo li::before {
  content: "×";
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 16px;
}
.p-targetCustomers_listNo li + li {
  margin-top: 12px;
}

.p-targetCustomers_btn {
  margin-top: 28px;
  text-align: center;
}

/* p-anchor_nav */
/************************/
.p-anchor_nav_wrap {
  background-color: #F0E0D3;
}
@media screen and (min-width: 769px) {
  .p-anchor_nav_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
}
.p-anchor_nav_wrap.fixed {
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-anchor_nav_inner {
    display: none;
    padding: 20px 24px;
  }
}
@media screen and (min-width: 769px) {
  .p-anchor_nav_inner .c-btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-anchor_nav_inner .c-btn {
    padding: 8px 16px;
  }
  .p-anchor_nav_inner .c-btn .c-btn_txt {
    font-size: 15px;
  }
  .p-anchor_nav_inner .c-btn .c-btn_tag {
    top: 0;
    padding: 2px 6px;
    font-size: 12px;
  }
}

.p-anchor_nav_sp_wrap {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-anchor_nav_sp_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 56px;
    padding: 0 24px;
  }
}
@media screen and (min-width: 769px) {
  .p-anchor_nav_sp_wrap > .c-btn {
    padding: 16px 24px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-anchor_nav_sp_wrap > .c-btn {
    padding: 5px 12px 8px;
  }
  .p-anchor_nav_sp_wrap > .c-btn .c-btn_txt {
    font-size: 14px;
  }
  .p-anchor_nav_sp_wrap > .c-btn .c-btn_tag {
    top: 0;
    padding: 1px 4px;
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .p-anchor_nav_wrap.is-open .p-anchor_nav_sp_wrap {
    justify-content: center;
    border-top: 1px solid #051125;
  }
}

.p-anchor_nav {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .p-anchor_nav {
    display: flex;
    gap: 10px 48px;
    margin-right: 48px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-anchor_nav {
    font-size: 16px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-anchor_nav li + li {
    margin-top: 28px;
  }
}
.p-anchor_nav a {
  color: #000;
  position: relative;
  padding-bottom: 5px;
}
.p-anchor_nav a::before {
  background: rgba(5, 17, 37, 0.8);
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.p-anchor_nav a:hover::before {
  transform: scale(1, 1);
  transform-origin: center top;
}

@media screen and (max-width: 768px) {
  .p-anchor_nav_contactBtn {
    margin-top: 20px;
    text-align: center;
  }
}

.p-anchor_nav_toggleBtn {
  color: #000;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .p-anchor_nav_toggleBtn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-anchor_nav_toggleBtn::after {
    content: "";
    position: relative;
    top: -2px;
    left: 10px;
    display: inline-block;
    width: 13px;
    height: 13px;
    transform: rotate(135deg);
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
    border-right: solid 1px #000;
    border-top: solid 1px #000;
  }
}
@media screen and (max-width: 768px) {
  .p-anchor_nav_wrap.is-open .p-anchor_nav_toggleBtn::after {
    top: 5px;
    transform: rotate(-45deg);
  }
}

/* p-aq_feature */
/************************/
.p-aq_feature {
  color: #DCCBBC;
  background-color: #051125;
}
@media screen and (min-width: 769px) {
  .p-aq_feature {
    display: flex;
    justify-content: center;
    padding: 72px 0 120px;
  }
}
@media screen and (max-width: 768px) {
  .p-aq_feature {
    padding: 40px 0 0;
  }
}

@media screen and (min-width: 769px) {
  .p-aq_feature_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 52px 10.6%;
    max-width: 790px;
    padding: 0 20px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-aq_feature_list {
    margin: 0 26px;
  }
}
.p-aq_feature_list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 65px;
  padding: 4px 10px;
  border: 1px solid currentColor;
  border-radius: 8px;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .p-aq_feature_list li {
    width: 44.7%;
    font-size: 18px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .p-aq_feature_list li {
    max-width: 350px;
    margin-inline: auto;
    font-size: 16px;
  }
}
.p-aq_feature_list li::before, .p-aq_feature_list li::after {
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  left: 6px;
  width: calc(100% - 12px);
  height: 1px;
  background-color: #051125;
}
.p-aq_feature_list li::after {
  top: auto;
  bottom: -1px;
}
@media screen and (max-width: 768px) {
  .p-aq_feature_list li + li {
    margin-top: 24px;
  }
}

.p-aq_feature_arrow_wrap {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-aq_feature_arrow_wrap {
    margin-top: 110px;
  }
}
@media screen and (max-width: 768px) {
  .p-aq_feature_arrow_wrap {
    margin-top: 48px;
  }
}

.p-aq_feature_arrow {
  width: 100px;
  height: 23px;
}

@media screen and (min-width: 769px) {
  .p-aq_feature_logo {
    width: 45px;
    height: 27px;
    vertical-align: -8px;
  }
}
@media screen and (max-width: 768px) {
  .p-aq_feature_logo {
    width: 32px;
    height: 20px;
    vertical-align: -8px;
  }
}

.p-aq_feature_txt {
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-aq_feature_txt {
    margin-top: 80px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-aq_feature_txt {
    margin-top: 48px;
  }
}

.p-aq_feature_txtS {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .p-aq_feature_txtS {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-aq_feature_txtS {
    font-size: 16px;
  }
}

.p-aq_feature_txtL {
  color: #FFF;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .p-aq_feature_txtL {
    margin: 10px 0 30px;
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .p-aq_feature_txtL {
    margin: 20px 24px 30px;
    font-size: 22px;
  }
}

.p-aq_feature_txt_line {
  text-decoration-color: currentColor;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
}
@media screen and (min-width: 769px) {
  .p-aq_feature_txt_line {
    text-underline-offset: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-aq_feature_txt_line {
    text-underline-offset: 8px;
  }
}

.p-aq_feature_pic {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-aq_feature_pic {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-aq_feature_pic {
    margin-top: 72px;
  }
}
@media screen and (min-width: 769px) {
  .p-aq_feature_pic img {
    width: 100%;
    max-width: 880px;
  }
}

/* p-example */
/************************/
.p-example {
  background-color: #DCCBBC;
}
@media screen and (min-width: 769px) {
  .p-example {
    padding: 100px 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-example {
    padding: 80px 16px;
  }
}

@media screen and (min-width: 769px) {
  .p-example_inner {
    max-width: 1200px;
    margin-inline: auto;
  }
}
.p-example_ttl {
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-example_ttl {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-example_ttl {
    font-size: 28px;
  }
}

@media screen and (min-width: 769px) {
  .p-example_tab_wrap {
    border-bottom: 1px solid #000;
  }
}

.p-example_tab {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .p-example_tab {
    margin-top: 80px;
    margin-bottom: -2px;
  }
}
@media screen and (max-width: 768px) {
  .p-example_tab {
    flex-wrap: wrap;
    max-width: 358px;
    margin-top: 60px;
    margin-inline: auto;
  }
}
.p-example_tab li {
  cursor: pointer;
  margin-left: -38px;
  background: url(/lp/images/re2025/bg-tab.svg) no-repeat left top;
  background-size: contain;
}
.p-example_tab li.is-active {
  cursor: default;
  font-weight: bold;
  background-image: url(/lp/images/re2025/bg-tab-active.svg);
}
@media screen and (min-width: 769px) {
  .p-example_tab li {
    width: 144px;
    height: 53px;
    padding-top: 18px;
    padding-left: 33px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-example_tab li {
    width: 138px;
    height: 53px;
    padding-top: 16px;
    padding-left: 33px;
    font-size: 16px;
  }
}
.p-example_tab > :nth-child(1) {
  z-index: 10;
  margin-left: 0;
}
.p-example_tab > :nth-child(2) {
  z-index: 9;
}
.p-example_tab > :nth-child(3) {
  z-index: 8;
}
.p-example_tab > :nth-child(4) {
  z-index: 7;
}
@media screen and (max-width: 768px) {
  .p-example_tab > :nth-child(4) {
    margin-left: 0;
  }
}
.p-example_tab > :nth-child(5) {
  z-index: 6;
}
.p-example_tab > :nth-child(6) {
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .p-example_tab > :nth-child(n+4) {
    margin-top: 10px;
  }
}
.p-example_tab button {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-example_tab button {
    font-size: 16px;
  }
}

.p-example_article_wrapper {
  position: relative;
  display: flex;
  width: 100%;
}

.p-example_article {
  position: absolute;
  width: 100%;
  opacity: 0;
  margin-top: 40px;
}
.p-example_article.is-active {
  z-index: 1;
  position: relative;
  height: auto;
  display: block;
  animation: tab-panel 0.9s ease-in-out forwards;
}

@keyframes tab-panel {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  .p-example_article_inner {
    display: flex;
    gap: 0 3.3%;
  }
}
@media screen and (min-width: 769px) {
  .p-example_article_txt {
    display: flex;
    flex-direction: column;
    width: 46.6%;
  }
}
.p-example_article_ttl {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-example_article_ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-example_article_ttl {
    font-size: 20px;
  }
}

.p-example_article_sttl {
  margin-top: 35px;
  font-size: 20px;
}

.p-example_article_table {
  width: 100%;
  margin-top: 24px;
  border-top: 1px solid currentColor;
  border-collapse: collapse;
}
@media screen and (min-width: 769px) {
  .p-example_article_table {
    flex-grow: 1;
  }
}
.p-example_article_table th {
  width: 1%;
  padding: 16px 20px 17px 4px;
  border-bottom: 1px solid currentColor;
  font-weight: 400;
  white-space: nowrap;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .p-example_article_table th {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-example_article_table th {
    font-size: 13px;
  }
}
.p-example_article_table td {
  border-bottom: 1px solid currentColor;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .p-example_article_table td {
    padding: 16px 4px 17px 0;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-example_article_table td {
    font-size: 13px;
  }
}

.swiper_article {
  position: relative;
}
@media screen and (min-width: 769px) {
  .swiper_article {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .swiper_article {
    width: 100%;
  }
}

.swiper {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .swiper {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .swiper {
    margin-top: 60px;
  }
}

@media screen and (min-width: 769px) {
  .swiper-slide {
    height: 100%;
  }
}

@media screen and (min-width: 769px) {
  .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media screen and (max-width: 768px) {
  .swiper-slide img {
    max-width: initial;
    width: 100%;
    height: auto;
  }
}

.swiper-pagination {
  z-index: 1;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 14px;
}

.swiper-pagination-bullet-active {
  background-color: #051125;
}

.swiper-button-next, .swiper-button-prev {
  top: auto;
  bottom: -37px;
}

.swiper-button-next, .swiper-button-prev {
  width: 77px;
  height: 17px;
  background: url(/lp/images/re2025/icon-arrow03blue.svg) no-repeat left top;
  background-size: cover;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
  transform: rotate(-180deg);
}

/* p-reason */
/************************/
.p-reason {
  color: #DCCBBC;
  background-color: #051125;
}
@media screen and (min-width: 769px) {
  .p-reason {
    padding: 100px 20px 110px;
  }
}
@media screen and (max-width: 768px) {
  .p-reason {
    padding: 60px 16px 80px;
  }
}

.p-reason_ttl {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .p-reason_ttl {
    font-size: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-reason_ttl {
    margin: 0 16px;
    font-size: 28px;
  }
}

@media screen and (min-width: 769px) {
  .p-reason_ttl_logo {
    width: 77px;
    height: 45px;
    vertical-align: -15px;
  }
}
@media screen and (max-width: 768px) {
  .p-reason_ttl_logo {
    width: 50px;
    height: 29px;
    vertical-align: -5px;
  }
}

.p-reason_lead {
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .p-reason_lead {
    margin-top: 64px;
    font-size: 18px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-reason_lead {
    margin: 30px 16px 0;
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .p-reason_lead + * {
    margin-top: 110px;
  }
}
@media screen and (max-width: 768px) {
  .p-reason_lead + * {
    margin-top: 56px;
  }
}

@media screen and (min-width: 769px) {
  .p-reason_article {
    max-width: 1000px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 769px) {
  .p-reason_article + .p-reason_article {
    margin-top: 130px;
  }
}
@media screen and (max-width: 768px) {
  .p-reason_article + .p-reason_article {
    margin-top: 60px;
  }
}

.p-reason_artilce_ttl {
  position: relative;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .p-reason_artilce_ttl {
    padding-left: 50px;
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .p-reason_artilce_ttl {
    margin-right: 16px;
    padding-top: 0.7em;
    padding-left: 20px;
    font-size: 20px;
  }
}

.p-reason_artilce_ttl_num {
  position: absolute;
  opacity: 0.2;
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .p-reason_artilce_ttl_num {
    top: -0.7em;
    left: 0;
    font-size: 90px;
  }
}
@media screen and (max-width: 768px) {
  .p-reason_artilce_ttl_num {
    top: -0.35em;
    left: 0;
    font-size: 60px;
  }
}

@media screen and (min-width: 769px) {
  .p-reason_article_inner {
    margin-top: 65px;
  }
}
@media screen and (max-width: 768px) {
  .p-reason_article_inner {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .p-reason_suggestion {
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media screen and (min-width: 769px) {
  .p-reason_suggestion .p-reason_article_inner {
    display: flex;
    gap: 0 6.4%;
    flex-direction: row-reverse;
  }
}

.p-reason_suggestion_img_wrap {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .p-reason_suggestion_img_wrap {
    width: 50%;
    flex-shrink: 0;
  }
}

@media screen and (min-width: 769px) {
  .p-reason_suggestion_img img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-reason_suggestion_txt_wrap {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .p-reason_suggestion_txt_wrap > * + * {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-reason_suggestion_txt_wrap > * + * {
    margin-top: 20px;
  }
}
.p-reason_suggestion_txt_wrap dl {
  border-left: 1px solid currentColor;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .p-reason_suggestion_txt_wrap dl {
    padding: 10px 0 10px 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-reason_suggestion_txt_wrap dl {
    padding: 10px 0 10px 15px;
  }
}
.p-reason_suggestion_txt_wrap dt {
  font-weight: bold;
}
.p-reason_suggestion_txt_wrap ul {
  margin-top: 12px;
}
.p-reason_suggestion_txt_wrap li {
  position: relative;
  padding-left: 24px;
}
.p-reason_suggestion_txt_wrap li::after {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.p-reason_suggestion_txt_wrap li + li {
  margin-top: 10px;
}
.p-reason_suggestion_txt_wrap p {
  line-height: 2;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .p-reason_structure .p-reason_artilce_ttl {
    margin-left: 16px;
    margin-right: 16px;
  }
}

@media screen and (min-width: 769px) {
  .p-reason_structure_point {
    display: flex;
    gap: 0 3.125%;
    max-width: 768px;
    margin-inline: auto;
    margin-top: 65px;
  }
}
@media screen and (max-width: 768px) {
  .p-reason_structure_point {
    margin: 30px 16px 0;
  }
}
@media screen and (min-width: 769px) {
  .p-reason_structure_point > dl {
    width: 31.25%;
  }
}
@media screen and (max-width: 768px) {
  .p-reason_structure_point > dl + dl {
    margin-top: 42px;
  }
}
.p-reason_structure_point dt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  margin-inline: auto;
  border-radius: 50%;
  border: 1px solid currentColor;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-reason_structure_point dt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-reason_structure_point dt {
    font-size: 20px;
  }
}
.p-reason_structure_point dt::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-reason_structure_point dd {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .p-reason_structure_point dd {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-reason_structure_point dd {
    margin-top: 24px;
  }
}

.p-reason_structure_point_waterproof dt::before {
  background-image: url(/lp/images/re2025/icon-waterproof.svg);
}

.p-reason_structure_point_insulation dt::before {
  background-image: url(/lp/images/re2025/icon-insulation.svg);
}

.p-reason_structure_point_cleanability dt::before {
  background-image: url(/lp/images/re2025/icon-cleanability.svg);
}

.p-reason_structure_method {
  display: grid;
}
@media screen and (min-width: 769px) {
  .p-reason_structure_method {
    grid-template-columns: repeat(2, 47.25%);
    gap: 0 5.5%;
    max-width: 720px;
    margin-inline: auto;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-reason_structure_method {
    grid-template-columns: repeat(2, 48.6%);
    gap: 0 2.8%;
    margin-top: 60px;
  }
}

.p-reason_structure_method_article {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  border: 1px solid currentColor;
}
@media screen and (min-width: 769px) {
  .p-reason_structure_method_article {
    padding: 20px 10px 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-reason_structure_method_article {
    padding: 20px 10px 10px;
  }
}
.p-reason_structure_method_article::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 30px);
  bottom: -26px;
  width: 60px;
  height: 13px;
  background: no-repeat url(/lp/images/re2025/icon-arrow03brown.svg) left top;
  background-size: cover;
  transform: rotate(90deg) scale(1, -1);
}
.p-reason_structure_method_article + .p-reason_structure_method_article::after {
  transform: rotate(90deg);
}

.p-reason_structure_method_article_ttl {
  align-self: center;
  font-weight: bold;
  font-size: 15px;
}
@media screen and (min-width: 769px) {
  .p-reason_structure_method_article_ttl {
    text-align: center;
  }
}

.p-reason_structure_method_article_catch {
  align-self: center;
  font-size: 13px;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .p-reason_structure_method_article_catch {
    margin-top: 24px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-reason_structure_method_article_catch {
    margin-top: 12px;
  }
}

.p-reason_structure_method_article_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #051125;
  background-color: #DCCBBC;
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .p-reason_structure_method_article_list {
    margin-top: 12px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-reason_structure_method_article_list {
    margin-top: 16px;
    padding: 4px;
  }
}
.p-reason_structure_method_article_list li {
  position: relative;
  padding-left: 20px;
  line-height: 150%;
}
.p-reason_structure_method_article_list li::before {
  content: "◯";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
}
.p-reason_structure_method_article_list .No::before {
  content: "×";
}
.p-reason_structure_method_article_list li + li {
  margin-top: 8px;
}

.p-reason_structure_recom {
  color: #051125;
  background-color: #DCCBBC;
}
@media screen and (min-width: 769px) {
  .p-reason_structure_recom {
    max-width: 720px;
    margin-inline: auto;
    margin-top: 55px;
    padding: 25px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-reason_structure_recom {
    margin: 60px 16px 0;
    padding: 32px 16px 16px;
  }
}

.p-reason_structure_recom_lead {
  text-align: center;
  border-bottom: 1px solid currentColor;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .p-reason_structure_recom_lead {
    margin: 0 10.5%;
    padding-bottom: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-reason_structure_recom_lead {
    padding-bottom: 16px;
    font-size: 15px;
  }
}
.p-reason_structure_recom_lead em {
  font-weight: bold;
}

.p-reason_structure_recom_txt {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .p-reason_structure_recom_txt {
    gap: 0 7.5%;
    margin: 20px 13% 0;
  }
}
@media screen and (max-width: 768px) {
  .p-reason_structure_recom_txt {
    gap: 0 24px;
    margin-top: 16px;
  }
}
.p-reason_structure_recom_txt dt {
  flex-shrink: 0;
}
.p-reason_structure_recom_txt li {
  position: relative;
  padding-left: 20px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .p-reason_structure_recom_txt li {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .p-reason_structure_recom_txt li {
    font-size: 12px;
  }
}
.p-reason_structure_recom_txt li::before {
  content: "◎";
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 15px;
}
.p-reason_structure_recom_txt li + li {
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .p-reason_structure_recom_txt .sp-fsS {
    font-size: 10px;
  }
}

@media screen and (min-width: 769px) {
  .p-reason_structure_recom_logo {
    width: 76px;
    height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .p-reason_structure_recom_logo {
    width: 60px;
    height: 35px;
  }
}

@media screen and (max-width: 768px) {
  .p-reason_support .p-reason_artilce_ttl {
    margin-left: 16px;
    margin-right: 16px;
  }
}

@media screen and (min-width: 769px) {
  .p-reason_support_inner {
    display: flex;
    gap: 0 6.2%;
    max-width: 1000px;
    margin-inline: auto;
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-reason_support_inner {
    margin: 30px 16px 0;
  }
}

@media screen and (min-width: 769px) {
  .p-reason_support_text_wrap {
    width: 50.2%;
  }
}

.p-reason_support_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.p-reason_support_text_list li {
  padding-left: 15px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}
.p-reason_support_text_list li::after {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.p-reason_support_text_list li .fsL {
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .p-reason_support_text_list li + li {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-reason_support_text_list li + li {
    margin-top: 20px;
  }
}

@media screen and (min-width: 769px) {
  .p-reason_support_table {
    width: 43.6%;
  }
}
@media screen and (max-width: 768px) {
  .p-reason_support_table {
    margin-top: 25px;
  }
}
.p-reason_support_table dt {
  padding: 10px;
  color: #051125;
  background-color: #DCCBBC;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-reason_support_table dt {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p-reason_support_table dt {
    font-size: 18px;
  }
}
.p-reason_support_table dt span {
  font-weight: 900;
}
@media screen and (min-width: 769px) {
  .p-reason_support_table dt span {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-reason_support_table dt span {
    font-size: 30px;
  }
}
.p-reason_support_table dd {
  border: 1px solid currentColor;
  border-right: none;
}
.p-reason_support_table ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}
.p-reason_support_table li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 36px 10px;
  border-right: 1px solid currentColor;
  font-size: 16px;
  line-height: 1.6;
}

/* p-flow */
/************************/
.p-flow {
  background-color: #F0E0D3;
}
@media screen and (min-width: 769px) {
  .p-flow {
    padding: 100px 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-flow {
    padding: 80px 0;
  }
}

.p-flow_ttl {
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-flow_ttl {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-flow_ttl {
    font-size: 28px;
  }
}

@media screen and (min-width: 769px) {
  .p-flow_inner {
    max-width: 1200px;
    margin-inline: auto;
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-flow_inner {
    margin-top: 60px;
  }
}
.p-flow_inner > :last-child {
  margin-top: 45px;
}

@media screen and (min-width: 769px) {
  .p-flow_tagL_article {
    display: flex;
    align-items: center;
    gap: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-flow_tagL_article {
    margin-right: 35px;
    margin-left: 35px;
  }
}

@media screen and (min-width: 769px) {
  .p-flow_tagL_ttl_wrap {
    width: 28.6%;
  }
}

.p-flow_tagL_ttl {
  padding: 10px;
  color: #DCCBBC;
  background-color: #051125;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-flow_tagL_ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .p-flow_tagL_ttl {
    font-size: 22px;
  }
}
.p-flow_tagL_ttl + .p-flow_tagL_ttl {
  margin-top: 8px;
}

.p-flow_tagL_txt_wrap > * + * {
  margin-top: 10px;
}

.p-flow_tagL_txt {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .p-flow_tagL_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-flow_tagL_txt {
    font-size: 14px;
  }
}

.p-flow_tagS {
  margin-right: 5px;
  padding: 4px 6px;
  background-color: #DCCBBC;
}
@media screen and (min-width: 769px) {
  .p-flow_tagS {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-flow_tagS {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .p-flow_tagL_txt_wrap {
    margin-top: 12px;
  }
}

.p-flow_tagS_txt {
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .p-flow_tagS_txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-flow_tagS_txt {
    font-size: 12px;
  }
}

.p-flow_arrow_article {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .p-flow_arrow_article {
    gap: 0 40px;
    margin: 46px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-flow_arrow_article {
    gap: 0 24px;
    margin: 23px 35px;
  }
}
@media screen and (max-width: 768px) {
  .p-flow_arrow_article.s-ma_t0 {
    margin-top: 0;
  }
}

@media screen and (min-width: 769px) {
  .p-flow_arrow_wrap {
    width: 28.6%;
  }
}

.p-flow_arrow_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .p-flow_arrow {
    width: 120px;
    height: 28px;
  }
}
@media screen and (max-width: 768px) {
  .p-flow_arrow {
    width: 80px;
    height: 18px;
  }
}

.p-flow_detail_article {
  position: relative;
  background-color: #DCCBBC;
}
@media screen and (min-width: 769px) {
  .p-flow_detail_article {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .p-flow_detail_article {
    margin: 0 35px;
    padding: 24px 16px;
  }
}

@media screen and (min-width: 769px) {
  .p-flow_detail_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 28.66%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-flow_detail_img {
    width: calc(100% - 14px);
    margin-inline: auto;
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .p-flow_detail_img img {
    width: 100%;
    height: 100%;
    min-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-flow_detail_ttl {
  display: flex;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-flow_detail_ttl {
    gap: 0 20px;
    align-items: center;
    margin-left: 32%;
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .p-flow_detail_ttl {
    gap: 0 12px;
    align-items: baseline;
    font-size: 22px;
  }
}

.p-flow_detail_ttl_num {
  position: relative;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p-flow_detail_ttl_num {
    padding-right: 20px;
    font-size: 43px;
  }
}
@media screen and (max-width: 768px) {
  .p-flow_detail_ttl_num {
    padding-right: 12px;
    font-size: 36px;
  }
}
.p-flow_detail_ttl_num::after {
  position: absolute;
  top: 5px;
  right: 0;
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: #051125;
}

@media screen and (min-width: 769px) {
  .p-flow_detail_txt_wrap {
    margin-top: 10px;
    margin-right: 24px;
    margin-left: 32%;
  }
}
@media screen and (max-width: 768px) {
  .p-flow_detail_txt_wrap {
    margin-top: 16px;
  }
}
.p-flow_detail_txt_wrap * {
  line-height: 2;
}
.p-flow_detail_txt_wrap .p-flow_detail_txtS {
  margin-top: 10px;
}

.p-flow_detail_txtS {
  display: inline-block;
  font-size: 13px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .p-flow_txt_article {
    margin-right: 35px;
    margin-left: 35px;
  }
}

/* p-faq */
/************************/
.p-faq {
  background: #DCCBBC;
  padding: 80px 0 100px;
}
@media screen and (max-width: 768px) {
  .p-faq {
    padding: 20vw 0;
  }
}
@media screen and (max-width: 768px) {
  .p-faq h2.u-h2-style {
    margin-bottom: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .p-faq h2.u-h2-style .u-h2-smallText {
    margin-bottom: 4.5vw;
  }
}
.p-faq h2.u-h2-style .u-h2-smallText::after {
  width: 32px;
  left: calc(50% - 16px);
}
@media screen and (max-width: 768px) {
  .p-faq h2.u-h2-style .u-h2-smallText::after {
    width: 8vw;
    bottom: -2vw;
    left: calc(50% - 4vw);
  }
}
.p-faq .u-h3-style {
  font-weight: 500;
  font-size: 20px;
}
@media screen and (min-width: 769px) {
  .p-faq .u-h3-style {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-faq .u-h3-style {
    margin-top: 25px;
  }
}
@media screen and (min-width: 769px) {
  .p-faq .u-h3-style + * {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-faq .u-h3-style + * {
    margin-top: 15px;
  }
}
@media screen and (min-width: 769px) {
  .p-faq .p-faq-inner {
    max-width: 1000px;
    margin-inline: auto;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-faq .p-faq-inner {
    padding: 0 16px;
  }
}
.p-faq .p-faq-inner ul {
  border-bottom: 1px solid currentColor;
}
.p-faq .p-faq-inner ul li {
  border-top: 1px solid currentColor;
}
.p-faq .p-faq-inner ul li .faq-title {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 30px 15px 10px;
}
.p-faq .p-faq-inner ul li .faq-title::after, .p-faq .p-faq-inner ul li .faq-title::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: #051125;
  top: 24px;
  right: 10px;
}
.p-faq .p-faq-inner ul li .faq-title::before {
  transform: rotate(90deg);
}
.p-faq .p-faq-inner ul li .faq-title.is-active::before {
  display: none;
}
.p-faq .p-faq-inner ul li .faq-text {
  font-size: 15px;
  padding: 0 30px 10px 10px;
  display: none;
  line-height: 1.5;
}

/* footer */
/************************/
footer {
  width: auto;
  height: auto;
  color: #DCCBBC;
}
@media screen and (min-width: 769px) {
  footer {
    padding: 100px 20px 60px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding: 50px 24px 30px;
  }
}

@media screen and (min-width: 769px) {
  .footer-inner {
    max-width: 1000px;
    margin-inline: auto;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .footer-inner {
    max-width: 330px;
    margin-inline: auto;
  }
}

.footer_catch {
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .footer_catch {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer_catch {
    font-size: 16px;
  }
}

.footer_lead {
  margin-top: 15px;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .footer_lead {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .footer_lead {
    font-size: 12px;
  }
}

.footer_btn {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .footer_btn .c-btn {
    max-width: 310px;
  }
}

.footer_to_official {
  margin-top: 50px;
  font-size: 16px;
  line-height: 1.6;
}
.footer_to_official a {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #DCCBBC;
}
@media screen and (min-width: 769px) {
  .footer_to_official a {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer_to_official a {
    display: block;
    margin-top: 10px;
  }
}
.footer_to_official a .arrow {
  position: relative;
  width: 50px;
  height: 10px;
  margin-left: 5px;
}
@media screen and (min-width: 769px) {
  .footer_to_official a .arrow {
    transition: all 0.5s ease;
  }
}
.footer_to_official a:hover .arrow {
  transform: translateX(5px);
}

.footer_log_copy {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .footer_log_copy {
    max-width: 1000px;
    margin-inline: auto;
    margin-top: 100px;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .footer_log_copy {
    margin-top: 50px;
    align-items: flex-end;
  }
}

@media screen and (min-width: 769px) {
  .footer_title_logo {
    width: 75px;
    height: 47px;
    margin-right: 18px;
  }
}
@media screen and (max-width: 768px) {
  .footer_title_logo {
    width: 56px;
    height: 35px;
    margin-right: 8px;
  }
}

@media screen and (min-width: 769px) {
  .footer_title_logo02 {
    width: 135px;
    height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .footer_title_logo02 {
    width: 96px;
    height: 32px;
  }
}

.footer_copy {
  font-size: 12px;
  font-family: "Lato", sans-serif;
}/*# sourceMappingURL=lp2.css.map */