@charset "utf-8";
/* 共通CSS */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Poppins&display=swap');
@import url("https://use.typekit.net/edj4jyj.css");
* {
  box-sizing: border-box;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  width: 100%;
  height: 100%;
  background: #fff;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}
a {
  text-decoration: none;
  transition: all 0.25s ease;
}
.font-mincho {
  font-family: 'Noto Serif JP', serif;
}
.font-poppins {
  font-family: "Poppins", sans-serif;
}

/* header ---------------------------------------*/
.l-header {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	background: #fff;
	z-index: 100;
}

.l-header img {
  display: block;
	position: absolute;
	top: 50%;
	left: 50%;
  transform: translate(-50%, -50%);
	width: 259px;
	height: fit-content;
}

/* l-fv ---------------------------------------*/
.l-fv { 
  position: relative;
	background: linear-gradient(0deg, #79ceff 0%, #47a5fd 40%, #002e9b 81%, #000464 100%);
  padding: 0 20px;
  width: 100%;
  height: 600px;
}
.l-fv__image { 
  position: absolute;
  max-width: 1160px;
  width: 100%;
  bottom: 0;
  left: 49%;
  transform: translateX(-50%);
  z-index: 1;
}
.l-fv__container { 
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 2;
}
.l-fv__heading { 
  padding: 50px 0 0 calc(122 / 1200 * 100%);
  width: fit-content;
}
.l-fv__heading b { 
  display: block;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.556;
  text-align: center;
  margin-bottom: 24px;
  color: #fff;
}
.l-fv__heading img { 
  display: block;
  max-width: 485px;
  width: 100%;
  margin-left: 16px;
}
.l-fv__content { 
  position: absolute;
  top: 50px;
  right: 40px;
  background: #fff;
  padding: 30px 40px 24px;
}
.l-fv__group { 
  margin-bottom: 26px;
}
.l-fv__group-company { 
  padding: 5px 10px;
  font-size: 18px;
  line-height: 1.667;
  text-align: center;
  color: #fff;
  width: 300px;
	background-image: linear-gradient(0deg, #761c1f, #962428);
}
.l-fv__group-company + .l-fv__group-company { 
  margin-top: 10px;
}
.l-fv__content img { 
  display: block;
  max-width: 213px;
  width: 100%;
  margin: 0 auto 12px;
}
.l-fv__group-text { 
  font-size: 18px;
  line-height: 1.667;
  text-align: center;
}


/* l-cta ---------------------------------------*/
.l-cta { 
  background: #f9f5ed;
  padding: 60px 20px 100px;
}

.p-sell-form { 
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 40px 20px 60px;
  filter: drop-shadow(0 0 10px rgba(42, 7, 8, 0.1));
}
.p-sell-form__heading { 
  margin: 0 auto 10px;
}

.p-sell-form__heading h2 { 
  width: fit-content;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 1.1;
  color: #962428;
  padding: 8px 30px;
  border-top: 1px solid #962428;
  border-bottom: 1px solid #962428;
  margin: 0 auto 14px;
}

.p-sell-form__heading p { 
  font-size: 18px;
  line-height: 1.571;
  text-align: center;
  margin-bottom: 14px;
}

.c-form { 
  max-width: 620px;
  background: #f9f5ed;
  margin-inline: auto;
  padding-block: 17px 25px;
}

.c-form__row { 
  display: flex;
  flex-direction: column;
  max-width: 400px;
  width: 100%;
  margin: 0 auto 19px;
}

.c-form__row label { 
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #962428;
  margin-bottom: 4px;
}

.c-form__row label.error { 
  font-size: 18px;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  background: #ff0000;
  padding: 2px 15px;
  width: fit-content;
  margin: 0 auto 10px;
}

.form-text { 
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  position: relative;
  padding: 8px 14px;
  display: block;
  font-size: 18px;
  border: 1px solid #962428;
  border-radius: 8px;
  background: #fff;
}

.form-text:focus { 
  background: #fdffd5;
}

.form-text.error { 
  background: #ffd9d9;
}

.c-form__row span { 
  font-size: 12px;
  margin-top: 6px;
  padding-left: 14px;
  text-align: right;
}

.c-sell-button { 
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
  height: 80px;
  border: unset;
  background: #962428;
  filter: drop-shadow(0 16px 36px rgba(0, 0, 0, 0.3));
  transition: all 0.25s ease;
  padding-inline: 18px;
  cursor: pointer;
}

.c-sell-button:hover {
  opacity: 0.7;
}

.c-sell-button__label { 
  background: #fff;
  width: 60px;
  height: 60px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 60px;
  color: #962428;
  letter-spacing: 0.1em;
  margin-right: 25px;
}

.c-sell-button__text { 
  display: flex;
  align-items: center;
  position: relative;
  gap: 12px;
  color: #fff;
}

.c-sell-button__text b{ 
  font-size: 36px;
}

.c-sell-button__text::after { 
  position: absolute;
  top: 50%;
  right: -28px;
  transform: translateY(-50%);
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #ffffff;
  border-right: 0;
  content: '';
}

.c-sell-button__text span { 
  display: block;
  font-size: 20px;
}

.c-sell-button__text b { 
  display: block;
  font-size: 36px;
}

/* l-message ---------------------------------------*/
.l-message { 
  position: relative;
	background: #222222;
  width: 100%;
  min-height: 560px;
  padding: 0 20px;
  z-index: 1;
}

.l-message__container { 
  max-width: 1200px;
  margin: 0 auto;
}

.l-message__content { 
  padding-top: 120px;
}

.l-message__title { 
  position: relative;
  width: 92px;
  margin: 0 auto 56px;
}

.l-message__title::after { 
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 1px;
  height: 20px;
  background: #fff;
  content: '';
}

.l-message__main-text { 
  position: relative;
  width: fit-content;
  margin: 0 auto 60px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
}

.l-message__main-text::before,
.l-message__main-text::after { 
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 11px;
  height: 71px;
  background: url('../img/message_deco.png') no-repeat;
  background-size: contain;
  content: '';
}

.l-message__main-text::before { 
  left: -30px;
  transform: translateY(-50%);
}

.l-message__main-text::after { 
  right: -30px;
  transform: translateY(-50%) rotate(180deg);
}

.l-message__sub-text { 
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.l-message__bg { 
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  max-width: 1200px;
  width: 100%;
  height: 100%;
}

.l-message__bg img { 
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* l-reason ---------------------------------------*/
.l-reason { 
}

.l-reason__heading { 
  padding: 106px 20px 110px;
}

.l-reason__heading p { 
  font-size: 28px;
  font-weight: 600;
  line-height: 1.778;
  text-align: center;
  margin: 0 auto 42px;
}

.l-reason__heading h2 { 
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.l-reason__heading h2 span { 
  display: block;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
  color: #962428;
}

.l-reason__heading h2 img { 
  display: block;
  width: 32px;
  margin-bottom: 4px;
}

.l-reason__sub-section { 

}

.p-reason-heading { 
  position: relative;
  background: #962428;
  padding: 0 20px;
}

.p-reason-heading__decoration { 
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 425px;
}

.p-reason-heading__container {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}

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

.p-reason-heading__title { 
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 50%;
}

.p-reason-heading__num { 
  width: 40px;
  margin-bottom: 22px;
}

.p-reason-heading__title h3 { 
  font-size: 28px;
  font-weight: 500;
  line-height: 1.714;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
}

.p-reason-heading__image { 
  width: 50%;
}

.reason01 .p-reason-heading__image { height: 260px;}
.reason02 .p-reason-heading__image { height: 350px;}
.reason03 .p-reason-heading__image { height: 260px;}

.p-reason-heading__image img { 
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-reason-graph { 
  padding: 64px 20px 96px;
}

.p-reason-graph__content { 
  display: flex;
  align-items: center;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}

.p-reason-graph__message { 
  flex: 1;
}

.p-reason-graph__message span { 
  display: block;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.714;
  text-align: center;
}

.p-reason-graph__image {
  width: calc(510 / 1120 * 100%);
  margin-right: calc(20 / 1120* 100%);
}

.p-reason-voice { 
  position: relative;
  padding: 62px 40px 60px;
  min-height: 900px;
  overflow: hidden;
}

.p-reason-voice__heading { 
  margin: 0 auto 50px;
}

.p-reason-voice__heading h3 { 
  width: 93px;
  margin: 0 auto 20px;
}

.p-reason-voice__text { 
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 14px;
}

.p-reason-voice__sub-text { 
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.p-reason-voice__container {
  position: relative;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}

.p-reason-voice__slider { 
  overflow: visible;
}

.p-reason-voice__slider-inner { 

}

.slider-item { 
  height: auto;
}

.slider-item__inner {
  height: 100%;
  background: #fff;
}

.slider-item__image {
  width: 100%;
  aspect-ratio: 330 / 210;
}

.slider-item__image img { 
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-item__text { 
  padding: 26px 30px 68px;
  font-size: 16px;
  line-height: 1.75;
}

.swiper-pagination {
	bottom: 12px !important;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px;
}

.swiper-pagination-bullet {
	background: #d4c7c7;
	opacity: 1;
	width: 10px;
	height: 10px;
}

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

.swiper-button-prev,
.swiper-button-next {
	width: 22px;
	height: 30px;
	margin: 0 auto;
	top: 45%;
	transform: translateY(-50%);
  opacity: 1!important;
}

.swiper-button-prev {left: -40px;}
.swiper-button-next {right: -40px;}

.swiper-button-prev::after,
.swiper-button-next::after {
	width: 22px;
	height: 30px;
	margin: auto;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
}
/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 22px solid #333;
  border-left: 0;
}
/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 22px solid #333;
  border-right: 0;
}

.p-reason-voice__caption { 
  width: fit-content;
  margin: 38px 30px 0 auto;
  font-size: 12px;
}

.p-reason-voice__bg { 
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.p-reason-voice__bg img { 
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.l-reason__sub-section.reason02 {
  margin-top: 170px;
}

.p-reason-heading__title02 { 
  order: 2;
}

.p-reason-heading__sub-text {
  font-size: 22px;
  line-height: 1.818;
  text-align: center;
  color: #fff;
}

.p-reason-heading__sub-text span {
  color: #f1dca9;
}

.p-reason-heading__image02 {
  position: relative;
  z-index: 1;
  order: 1;
  padding: 38px 40px 28px 40px;
}

.p-reason-heading__image02::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 50vw;
  height: 100%;
  background: url('../img/reason_bg.jpg') no-repeat;
  background-size: cover;
  content: '';
}

.p-reason-heading__image02 img {
  display: block;
}

.p-reason-meister { 
  padding: 62px 20px 160px;
}

.p-reason-meister__container { 
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}

.p-reason-meister__title { 
  font-size: 48px;
  line-height: 1.583;
  font-weight: 600;
  text-align: center;
  color: #962428;
  margin-bottom: 30px;
}

.p-reason-meister__message { 
  position: relative;
  width: fit-content;
  margin: 0 auto 44px;
  font-size: 24px;
  line-height: 1.833;
  text-align: center;
  letter-spacing: 0.1em;
}

.p-reason-meister__message::before,
.p-reason-meister__message::after { 
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 25px;
  height: 85px;
  background: url('../img/meister_deco.png') no-repeat;
  background-size: contain;
  content: '';
}

.p-reason-meister__message::before { 
  left: -66px;
  transform: translateY(-50%);
}

.p-reason-meister__message::after { 
  right: -66px;
  transform: translateY(-50%) rotate(180deg);
}

.p-reason-meister__description { 
  font-size: 30px;
  line-height: 1.45;
  text-align: center;
  margin-bottom: 54px;
}

.p-reason-meister__description b{ 
  font-size: 44px;
  line-height: 1;
}

.p-reason-meister__description span{ 
  color: #962428;
}

.p-reason-meister__contents { 
  display: flex;
  justify-content: center;
  gap: calc(25 / 1040 * 100%);
  margin-bottom: 60px;
}

.c-reason-meister-item { 
  width: calc(330 / 1040 * 100%);
  border: 2px solid #962428;
  background: #fff;
}

.c-reason-meister-item__heading { 
  width: 100%;
}

.c-reason-meister-item__heading img { 

}

.c-reason-meister-item__image { 
  width: 100%;
}

.c-reason-meister-item__image  img { 

}

.c-reason-meister-item__text { 
  padding: 24px 25px 36px;
  font-size: 16px;
  line-height: 1.75;
}

.c-reason-meister-item__caption { 
  width: 100%;
  margin: 9px 0 0 auto;
  font-size: 12px;
  text-align: right;
}

.p-reason-meister__flex{
  display: flex;
  max-width:  680px;
  align-items: center;
  margin-inline: auto;
  flex-wrap: wrap;
}

.p-reason-meister__flex-item{
  display: flex;
  max-width:  680px;
  align-items: center;
  gap: 40px;
}

.p-reason-meister__flex picture{
  width: 50%;
}

.p-reason-meister__flex-text{
  width: 50%;
  line-height: calc(28/16);
  color: #333;
  letter-spacing: 0.1em;
}

.l-reason-support { 
  padding: 80px 20px 50px;

}

.l-reason-support__block { 
  max-width: 1120px;
  width: 100%;
  margin: 0 auto 51px;
  padding: 0 20px 0;
}

.l-reason-support__heading { 
  font-size: 24px;
  font-weight: 500;
  line-height: 1.833;
  text-align: center;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}

.l-reason-support__heading strong { 
  display: block;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.416;
  text-align: center;
  color: #962428;
}

.l-reason-support__message { 
  font-size: 24px;
  margin-bottom: 50px;
  text-align: center;
  line-height: calc(44/24);
  color: #333;
}

.l-reason-support__box { 
  max-width: 900px;
  width: 100%;
  margin: 0 auto 60px;
}

.l-reason-support__box img { 

}

.l-reason-support__selection { 
  max-width: 863px;
  width: 100%;
  margin: 0 auto;
}

.l-reason-support__selection img { 

}

.l-reason-oppotunity { 
  max-width: 1120px;
  margin-inline: auto;
  padding: 60px 20px 70px;
  background: #f9f5ed;
  margin-bottom: 120px;
}

.l-reason-oppotunity__heading { 
  margin-bottom: 46px;
}

.l-reason-oppotunity__heading span { 
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.714;
  text-align: center;
  margin-bottom: 10px;
}

.l-reason-oppotunity__heading strong { 
  display: block;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.416;
  text-align: center;
  color: #962428;
}

.l-reason-oppotunity__request { 
  max-width: 610px;
  width: 100%;
  margin: 0 auto;
}

.l-reason-oppotunity__request img { 

}

/* l-certified-guarantee ---------------------------------------*/
.l-certified-guarantee { 
  position: relative;
  padding: 120px 20px 60px;
  min-height: 670px;
}

.l-certified-guarantee__container {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}

.l-certified-guarantee__title { 
  max-width: 400px;
  width: 100%;
  font-size: 24px;
  line-height: 1.1;
  text-align: center;
  letter-spacing: 0.2em;
  color: #962428;
  border: 2px solid #962428;
  padding: 5px 10px;
  margin: 0 auto 18px;
}

.l-certified-guarantee__message { 
  font-size: 30px;
  font-weight: 500;
  line-height: 1.867;
  text-align: center;
  color: #962428;
  margin-bottom: 50px;
}

.l-certified-guarantee__content { 
  display: flex;
  gap: calc(50 / 1040 * 100%);
}

.l-certified-guarantee__banner { 
  width: calc(610 / 1040 * 100%);
}

.l-certified-guarantee__info { 
  display: flex;
  flex-direction: column;
  flex: 1;
}

.l-certified-guarantee__text { 
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 10px;
}

.l-certified-guarantee__caption { 
  margin-top: auto;
  text-align: right;
  font-size: 12px;
}

.l-certified-guarantee__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.l-certified-guarantee__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* l-benefits ---------------------------------------*/
.l-benefits { 
  position: relative;
	background: #222222;
  width: 100%;
  min-height: 880px;
  padding: 108px 20px 60px;
  z-index: 1;
}

.l-benefits__container {
  max-width: 1200px;
  margin: 0 auto;
}

.l-benefits__title { 
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2em;
  background: linear-gradient(0deg, #f1e6a8 0%, #ddba43 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  margin-bottom: 6px;
}

.l-benefits__message { 
  margin-bottom: 30px;
}

.l-benefits__message span { 
  display: block;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.875;
  text-align: center;
  color: #fff;
  margin-bottom: -10px;
}

.l-benefits__message strong { 
  display: block;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.875;
  text-align: center;
  color: #fff;
}

.l-benefits__coupon { 
  max-width: 683px;
  width: 100%;
  margin: 0 auto;
}

.l-benefits__caption { 
  max-width: 670px;
  width: 100%;
  margin: 6px auto 0;
  font-size: 12px;
  line-height: 1.667;
  color: #fff;
}

.l-benefits__bg { 
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  max-width: 1200px;
  width: 100%;
  height: 100%;
}

.l-benefits__bg img { 
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* l-owner ---------------------------------------*/
.l-owner { 
  padding: 130px 0;
}

.l-owner__container {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.l-owner__content { 
  position: relative;
  margin: 0 calc(120 / 1200 * 100%);
  aspect-ratio: 960 / 500;
}

.l-owner__bg {
  position: absolute;
  max-width: 960px;
  width: 100%;
  z-index: -1;
}

.l-owner__sub-title { 
  padding-top: 9%;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.667;
  text-align: center;
  margin-bottom: 1.5%;
}

.l-owner__title { 
  font-size: 44px;
  font-weight: 500;
  line-height: 1.545;
  text-align: center;
  color: #962428;
}

.l-owner__image01,
.l-owner__image02,
.l-owner__image03 {
  position: absolute;
  z-index: 3;
  filter: drop-shadow(0 16px 36px rgba(0, 0, 0, 0.3));
}

.l-owner__image01 {
  top: -10%;
  left: calc(40 / 1200 * 100%);
  width: calc(340 / 1200 * 100%);
}

.l-owner__image02 {
  top: 38%;
  right: 0;
  width: calc(310 / 1200 * 100%);
}

.l-owner__image03 {
  top: 70%;
  right: calc(180 / 1200 * 100%);
  width: calc(310 / 1200 * 100%);
  z-index: 2;
}

/* l-assessment ---------------------------------------*/
.l-assessment { 
  padding: 120px 20px;
  background: #f9f5ed;
}

.l-assessment__heading { 
  margin-bottom: 40px;
}

.l-assessment__heading p { 
  max-width: 212px;
  width: 100%;
  margin: 0 auto;
}

.l-assessment__heading h2 { 
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-assessment__heading h2 span { 
  display: block;
  font-size: 32px;
  font-weight: 500;
}

.l-assessment__heading h2 strong { 
  display: block;
  font-size: 48px;
  font-weight: 500;

}


/* l-flow ---------------------------------------*/
.l-flow { 
  padding: 162px 20px 114px;
}

.l-flow__container {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}

.l-flow__heading { 
  position: relative;
}

.l-flow__heading p { 
  position: absolute;
  top: -64px;
  left: 50%;
  transform: translateX(-50%);
  width: 456px;
}

.l-flow__heading h2 { 
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
}

.l-flow__text { 
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 62px;
}

.l-flow__content { 
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px calc(25 / 1040 * 100%);
}

.c-flow-item { 
  display: flex;
  flex-direction: column;
  width: calc(330 / 1040 * 100%);
  border: 2px solid #962428;
  background: #fff;
  padding: 18px;
}

.c-flow-item__heading { 
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.c-flow-item__step { 
  width: calc(60 / 290 * 100%);
}

.c-flow-item__title { 
  font-size: 20px;
  letter-spacing: 0.1em;
}

.c-flow-item__summary {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.c-flow-item__text { 
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 26px;
  min-height: 80px;
}

.c-flow-item__image { 
  width: 100%;
  margin-top: auto;
}


/* l-faq ---------------------------------------*/
.l-faq { 
  padding: 120px 20px;
  background: #f9f5ed;
}

.l-faq__container {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}

.l-faq__heading { 
  margin-bottom: 8px;
}

.l-faq__heading p { 
  max-width: 83px;
  width: 100%;
  margin: 0 auto 5px;
}

.l-faq__heading h2 { 
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}

.l-faq__content { 
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}

.p-faq-item { 
  padding: 38px 0;
  border-bottom: 2px solid #333;
}

.p-faq-item__question { 
  position: relative;
  padding-left: 60px;
}

.p-faq-item__question::before {
  position: absolute;
  top: 50%;
  left: 40px;
  z-index: 1;
  transform: translateY(-50%);
  width: 1px;
  height: 30px;
  background: #962428;
  content: '';
}

.p-faq-item__question::after {
  position: absolute;
  display: block;
  top: 10%;
  right: 2px;
  z-index: 1;
  width: 10px;
  height: 10px;
  border-top: 2px solid #962428;
  border-right: 2px solid #962428;
  transform: rotate(135deg);
  content: '';
	transition: all .3s ease;
}

.p-faq-item.open .p-faq-item__question::after {
  transform: rotate(-45deg);
}

.p-faq-item__question .icon-q {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
	width: 19px;
	height: 23px;
	background: url("../img/faq_q.png") no-repeat;
	background-size: contain;
}

.p-faq-item-answer { 
  overflow: hidden;
}

.p-faq-item-answer__inner { 
  font-size: 14px;
  letter-spacing: 0.04em;
  padding: 30px 0 0 60px;
}

summary::-webkit-details-marker {display: none;}
summary {list-style: none;}
summary::-ms-details-marker {display: none;}


/* l-footer ---------------------------------------*/
.l-footer { 
  background: #fff;
  margin-bottom: 120px;
}

.l-footer__inner { 
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 110px;
  z-index: 1;
}

.l-footer__content { 
  padding-left: calc(80 / 1200 * 100%);
}

.l-footer__message { 
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 10px;
}

.l-footer__sub-message { 
  font-size: 20px;
}

.l-footer__image {
  position: absolute;
  bottom: 0;
  right: calc(-18 / 1200 * 100%);
  width: calc(500 / 1200 * 100%);
  z-index: -1;
}

.l-footer__copyright { 
  background-image: linear-gradient(0deg, #761c1f, #962428);
  padding: 44px 20px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
}


/* l-fixedbtn ---------------------------------------*/
.l-fixedbtn { 
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
	height: 120px;
	background: #fff;
  z-index: 999;
}

.l-fixedbtn__button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 580px;
  filter: drop-shadow(0 16px 36px rgba(0, 0, 0, 0.3));
}

.l-fixedbtn__button a:hover {
  opacity: 0.7;
}

/* l-popup ---------------------------------------*/
.l-popup { 
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.l-popup__overlay { 
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-popup__content { 
  background-color: #fff;
  padding: 40px 50px 30px;
  max-width: 900px;
  width: calc(100% - 40px);
  text-align: center;
  position: relative;
  box-shadow: 0 0 40px rgba(42, 7, 8, 0.2);
}

.l-popup__logo { 
  max-width: 376px;
  width: 100%;
  margin: 0 auto 35px;
}

.l-popup__button-wrap { 
  display: flex;
  justify-content: center;
  gap: calc(40 / 800 * 100%);
  margin-bottom: 30px;
}

.l-popup__button {
  display: block;
  width: calc(380 / 800 * 100%);
  filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.2));
}

.l-popup__button:hover {
  opacity: 0.7;
}

.l-popup__bottom-logo { 
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
}

.l-popup-ai__content {
  background-color: #fff;
  padding: 40px;
  max-width: 840px;
  width: calc(100% - 40px);
  text-align: center;
  position: relative;
  box-shadow: 0 0 40px rgba(42, 7, 8, 0.2);
}

.l-popup-ai__title { 
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 28px;
}

.l-popup-ai__logo { 
  display: block;
  width: 387px;
  margin: 0 auto 24px;
}

.l-popup-ai__text { 
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 36px;
}

.l-popup__button--ai { 
  max-width: 410px;
  width: 100%;
  margin: 0 auto;
  filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.2));
}

.l-popup__button--ai:hover {
  opacity: 0.7;
}

.l-popup__close { 
  position: absolute;
  top: -20px;
  right: -20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
}


/* pc only */
@media screen and (min-width: 768px){
	.sp{display: none !important;}
	.spbr{display: none;}
}

@media screen and (min-width: 768px) and (max-width: 1100px){
  .l-fv__content {
    right: 0px;
    padding: 30px 20px 24px;
  }

  .l-fv__heading {
    padding: 50px 0 0 0;
  }

  .l-fv__heading b {
    font-size: 26px;
  }
  .l-fv__heading img {
    max-width: 345px;
  }

  .p-reason-heading__image02 {
    padding: 38px 20px 28px 0;
  }

  .p-reason-heading__title h3 {
    font-size: 24px;
  }

  .l-owner__sub-title {
    font-size: 16px;
  }

  .l-owner__title {
    font-size: 30px;
  }

}

/* sp only */
@media screen and (max-width: 767px){

	/* common item ---------------------------------------*/

	.pc{display: none !important;}
	.pcbr{display: none;}

	a:hover{opacity: 1;}


  /* header ---------------------------------------*/
  .l-header {
    height: 32px;
  }
  .l-header img {
    width: 150px;
  }

  /* l-fv ---------------------------------------*/
  .l-fv { 
    position: relative;
    background: unset;
    padding: unset;
    width: 100%;
    height: unset;
  }
  .l-fv__image { 
    position: unset;
    max-width: unset;
    transform: unset;
  }
  .l-fv__image img { 
    width: 100%;
  }
  .l-fv__container {
    position: unset;
}
  .l-fv__heading { 
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
    padding: unset;
    width: fit-content;
    margin: 0 auto;
  }
  .l-fv__heading b { 
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 14px;
  }
  .l-fv__heading img { 
    max-width: 267px;
    margin-left: 8px;
  }
  .l-fv__content { 
    position: unset;
    background: #f9f5ed;
    padding: 0;
  }
  .l-fv__group { 
    display: flex;
    flex-wrap: wrap;
    gap: 5px 0;
    margin-bottom: 28px;
  }
  .l-fv__group-company {
    position: relative; 
    width: 50%;
    padding: 3px;
    font-size: 13px;
  }
  .l-fv__group-company:nth-of-type(2n)::before { 
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
    width: 1px;
    height: 16px;
    background: #fff;
    content: '';
  }
  .l-fv__group-company + .l-fv__group-company { 
    margin-top: unset;
  }
  .l-fv__group-company > a {
    padding: 3px;
    font-size: 13px;
  }
  .l-fv__content img { 
    max-width: 184px;
    margin: 0 auto 14px;
  }
  .l-fv__group-text { 
    font-size: 15px;
  }


  /* l-cta ---------------------------------------*/
  .l-cta { 
    padding: 44px 20px 60px;
  }

  .p-sell-form { 
    padding: 25px 15px 40px;
  }
  .p-sell-form__heading { 
    margin: 0 auto 10px;
  }

  .p-sell-form__heading h2 { 
    font-size: 15px;
    padding: 6px 4px;
    margin: 0 auto 10px;
  }

  .p-sell-form__heading p { 
    font-size: 14px;
    margin-bottom: 14px;
  }

  .c-form{
    padding: 10px 8px;
  }

  .c-form__row { 
    max-width: 400px;
    width: 100%;
    margin: 0 auto 8px;
  }

  .c-form__row label { 
    font-size: 16px;
    margin-bottom: 4px;
  }

  .c-form__row label.error { 
    font-size: 15px;
    padding: 1px 12px;
  }

  .form-text { 
    font-size: 14px;
    border-radius: 4px;
  }

  .c-form__row span { 
    font-size: 9px;
    margin-top: 2px;
    padding-left: 8px;
  }

  .c-sell-button { 
    max-width: 305px;
    padding-inline: 10px;
    height: 75px;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.3));
  }

  .c-sell-button__label { 
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    margin-bottom: 0px;
    margin-right: 10px;
  }

  .c-sell-button__text { 
    flex-direction: column;
    gap: 5px;
  }

  .c-sell-button__text::after { 
    right: -13px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 12px solid #ffffff;
  }

  .c-sell-button__text span { 
    font-size: 13px;
    line-height: 1.1;
    width: fit-content;
  }

  .c-sell-button__text b { 
    font-size: 28px;
    line-height: 1.1;
    width: fit-content;
  }

  /* l-message ---------------------------------------*/
  .l-message { 
    min-height: 390px;
    padding: 0 20px;
    z-index: 1;
  }

  .l-message__content { 
    padding-top: 66px;
  }

  .l-message__title { 
    width: 76px;
    margin: 0 auto 50px;
  }

  .l-message__title::after { 
    bottom: -16px;
  }

  .l-message__main-text { 
    margin: 0 auto 22px;
    font-size: 16px;
    line-height: 1.75;
  }

  .l-message__main-text::before,
  .l-message__main-text::after { 
    width: 10px;
    height: 61px;
  }

  .l-message__main-text::before { 
    left: -18px;
  }

  .l-message__main-text::after { 
    right: -18px;
  }

  .l-message__sub-text { 
    font-size: 20px;
    line-height: 1.8;
  }


  /* l-reason ---------------------------------------*/
  .l-reason { 
  }

  .l-reason__heading { 
    padding: 50px 20px 72px;
  }

  .l-reason__heading p { 
    font-size: 18px;
    margin: 0 auto 14px;
  }

  .l-reason__heading h2 span { 
    font-size: 30px;
  }

  .l-reason__heading h2 img { 
    width: 21px;
    margin-bottom: 2px;
  }

  .p-reason-heading { 
    padding: 0;
    background: unset;
  }

  .p-reason-heading__decoration { 
    top: -36px;
    width: 319px;
  }

  .p-reason-heading__content { 
    display: block;
  }

  .p-reason-heading__title { 
    width: 100%;
    padding: 20px 15px 24px;
    background: #962428;
  }

  .p-reason-heading__num { 
    width: 28px;
    margin-bottom: 16px;
  }

  .p-reason-heading__title h3 { 
    font-size: 18px;
    line-height: 1.556;
  }

  .p-reason-heading__image { 
    width: 100%;
  }

  .reason01 .p-reason-heading__image,
  .reason02 .p-reason-heading__image { height: unset;}

  .p-reason-graph { 
    padding: 28px 20px 50px;
  }

  .p-reason-graph__content { 
    display: block;
  }

  .p-reason-graph__message { 
    flex: 1;
    margin-bottom: 20px;
  }

  .p-reason-graph__message span { 
    font-size: 18px;
    line-height: 1.556;
  }

  .p-reason-graph__image {
    width: 322px;
    margin: 0 auto;
  }

  .p-reason-voice { 
    width: calc(100% - 40px);
    margin-left: 20px;
    padding: 30px 20px 22px;
    min-height: 460px;
    overflow: unset;
  }

  .p-reason-voice__heading { 
    margin: 0 auto 26px;
  }

  .p-reason-voice__heading h3 { 
    width: 68px;
    margin: 0 auto 4px;
  }

  .p-reason-voice__text { 
    font-size: 22px;
    margin-bottom: 4px;
  }

  .p-reason-voice__sub-text { 
    font-size: 16px;
  }

  .p-reason-voice__slider { 
    overflow: hidden;
  }

  .slider-item__image {
    aspect-ratio: 590 / 258;
  }

  .slider-item__text { 
    padding: 12px 20px 18px;
    font-size: 12px;
    line-height: 1.833;
  }

  .swiper-button-prev,
  .swiper-button-next {
    top: 44%;
    width: 11px;
    height: 15px;
  }

  .swiper-button-prev {left: -26px;}
  .swiper-button-next {right: -26px;}

  /* 前への矢印カスタマイズ */
  .swiper-button-prev::after {
    border-top: 7.5px solid transparent;
    border-bottom: 7.5px solid transparent;
    border-right: 11px solid #333;
  }
  /* 次への矢印カスタマイズ */
  .swiper-button-next::after {
    border-top: 7.5px solid transparent;
    border-bottom: 7.5px solid transparent;
    border-left: 11px solid #333;
  }

  .p-reason-voice__caption { 
    margin: 4px -10px 0 auto;
    font-size: 9px;
  }

  .l-reason__sub-section.reason02 {
    margin-top: 96px;
  }

  .p-reason-heading__sub-text {
    font-size: 14px;
    line-height: 1.714;
  }

  .p-reason-heading__image02 {
    padding: 30px 20px 0;
  }

  .p-reason-heading__image02::before {
    left: 0;
    right: unset;
    width: 100%;
    height: unset;
    aspect-ratio: 750 / 300;
    background: url('../img/reason_bg_sp.jpg') no-repeat;
    background-size: cover;
  }

  .p-reason-meister { 
    padding: 18px 20px 90px;
    letter-spacing: -0.05em;
  }

  .p-reason-meister__title { 
    font-size: 26px;
    line-height: 1.462;
    margin-bottom: 20px;
  }

  .p-reason-meister__message { 
    margin: 0 auto 22px;
    font-size: 15px;
    line-height: 1.733;
  }

  .p-reason-meister__message::before,
  .p-reason-meister__message::after { 
    width: 18px;
    height: 53px;
  }

  .p-reason-meister__message::before { 
    top: 40%;
    left: -22px;
  }

  .p-reason-meister__message::after { 
    top: 66%;
    right: -22px;
  }

  .p-reason-meister__description { 
    font-size: 18px;
    line-height: 1.556;
    margin-bottom: 42px;
  }

  .p-reason-meister__description b{ 
    font-size:  28px;
    line-height: 1;
  }

  .p-reason-meister__contents { 
    display: block;
    padding: 0 15px;
    max-width: 335px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .p-reason-meister__flex{
    padding: 0 15px;
  }

  .p-reason-meister__flex-item{
    gap: 20px;
    align-items: start;
  }

  .p-reason-meister__flex-item picture{
    width: 39.3%;
  }

  .p-reason-meister__flex-text{
    flex: 1;
    font-size: 13px;
  }

  .c-reason-meister-item { 
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .c-reason-meister-item + .c-reason-meister-item { 
    margin-top: 20px;
  }

  .c-reason-meister-item__heading img { 
    width: 100%;
  }

  .c-reason-meister-item__image { 
    width: calc(110 / 305 * 100%);
  }

  .c-reason-meister-item__image  img { 
    width: 100%;
  }

  .c-reason-meister-item__text { 
    flex: 1;
    padding: 16px 16px 16px;
    font-size: 13px;
    line-height: 1.846;
  }

  .c-reason-meister-item__caption { 
    margin: 5px 0 0 auto;
    font-size: 9px;
  }

  .l-reason-support { 
    padding: 40px 20px 42px;
  }

  .l-reason-support__block { 
    margin: 0 auto;
    padding: 0 10px;
  }

  .l-reason-support__heading { 
    font-size: 15px;
    line-height: 1.867;
    margin-bottom: 4px;
  }

  .l-reason-support__heading strong{ 
    font-size: 26px;
    line-height: 1.867;
    margin-bottom: 4px;
  }

  .l-reason-support__message { 
    margin-bottom: 30px;
    font-size: 14px;
    text-align: left;
  }

  .l-reason-support__message span { 
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: -16px;
  }

  .l-reason-support__message strong { 
    font-size: 26px;
    line-height: 1.7;
  }

  .l-reason-support__box { 
    margin: 0 auto 30px;
    max-width: 305px;
    width: 100%;
  }

  .l-reason-support__selection {
    max-width: 305px;
    width: 100%;
    margin: 0 auto;
}

  .l-reason-oppotunity { 
    max-width: 1120px;
    background: #f9f5ed;
    padding: 30px 15px 15px;
    margin-inline: 20px;
    margin-bottom: 60px;
  }

  .l-reason-oppotunity__heading { 
    margin-bottom: 26px;
  }

  .l-reason-oppotunity__heading span { 
    font-size: 14px;
    margin-bottom: 10px;
  }

  .l-reason-oppotunity__heading strong { 
    font-size: 24px;
  }

  .l-reason-oppotunity__request { 
    max-width: 305px;
  }

  /* l-certified-guarantee ---------------------------------------*/
  .l-certified-guarantee { 
    padding: 60px 30px 50px;
    min-height: 810px;
  }

  .l-certified-guarantee__title { 
    max-width: 305px;
    font-size: 15px;
    padding: 3px 10px;
    margin: 0 auto 12px;
  }

  .l-certified-guarantee__message { 
    font-size: 18px;
    line-height: 1.556;
    margin-bottom: 30px;
  }

  .l-certified-guarantee__content { 
    display: block;
  }

  .l-certified-guarantee__banner { 
    max-width: 305px;
    width: 100%;
    margin: 0 auto 20px;
  }

  .l-certified-guarantee__info { 
    display: block;
    max-width: 305px;
    width: 100%;
    margin: 0 auto;
  }

  .l-certified-guarantee__text { 
    font-size: 13px;
    line-height: 1.846;
    margin-bottom: 10px;
  }

  .l-certified-guarantee__caption { 
    margin-top: unset;
    text-align: right;
    font-size: 9px;
  }


  /* l-benefits ---------------------------------------*/
  .l-benefits { 
    min-height: 560px;
    padding: 48px calc(33px / 2) 60px;
  }

  .l-benefits__title { 
    font-size: 18px;
    margin-bottom: 6px;
  }

  .l-benefits__message { 
    margin-bottom: 20px;
  }

  .l-benefits__message span { 
    font-size: 20px;
    margin-bottom: -10px;
  }

  .l-benefits__message strong { 
    font-size: 24px;
  }

  .l-benefits__coupon { 
    max-width: 342px;
  }

  .l-benefits__caption { 
    max-width: 342px;
    margin: 16px auto 0;
    font-size: 9px;
    line-height: 1.556;
  }


  /* l-owner ---------------------------------------*/
  .l-owner { 
    padding: 50px 0;
  }

  .l-owner__container {
    max-width: 375px;
  }

  .l-owner__content { 
    position: relative;
    margin: 0 25px;
    width: calc(100% - 50px);
    aspect-ratio: 325 / 720;
  }

  .l-owner__sub-title { 
    padding-top: 86%;
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 1.5%;
  }

  .l-owner__title { 
    font-size: 26px;
    line-height: 1.538;
  }

  .l-owner__image01,
  .l-owner__image02,
  .l-owner__image03 {
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.3));
  }

  .l-owner__image01 {
    top: 5.5%;
    left: 0;
    width: 330px;
  }

  .l-owner__image02 {
    top: 59%;
    right: 0;
    width: 235px;
  }

  .l-owner__image03 {
    top: 73%;
    left: 0;
    right: unset;
    width: 235px;
    z-index: 2;
  }

  /* l-assessment ---------------------------------------*/
  .l-assessment { 
    padding: 60px 20px;
  }

  .l-assessment__heading { 
    margin-bottom: 28px;
  }

  .l-assessment__heading p { 
    max-width: 107px;
    margin: 0 auto -4px;
  }

  .l-assessment__heading h2 { 
    flex-direction: column;
  }

  .l-assessment__heading h2 span { 
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 6px;
  }

  .l-assessment__heading h2 strong { 
    font-size: 28px;
    line-height: 1.1;
  }


  /* l-flow ---------------------------------------*/
  .l-flow { 
    padding: 80px 30px 60px;
  }

  .l-flow__heading { 
    position: relative;
  }

  .l-flow__heading p { 
    top: -30px;
    width: 235px;
  }

  .l-flow__heading h2 { 
    font-size: 28px;
  }

  .l-flow__text { 
    font-size: 15px;
    line-height: 1.867;
    margin-bottom: 26px;
  }

  .l-flow__content { 
    display: block;
    max-width: 305px;
    width: 100%;
    margin: 0 auto;
  }

  .c-flow-item { 
    display: block;
    width: 100%;
    padding: 18px;
    border: 1px solid #962428;
  }

  .c-flow-item + .c-flow-item { 
    margin-top: 22px;
  }

  .c-flow-item__heading { 
    position: relative;
    gap: 10px;
    margin-bottom: unset;
  }

  .c-flow-item__heading::before,
  .c-flow-item__heading::after { 
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 1px;
    width: 12px;
    background: #962428;
    transition: all .25s ease;
  }

  .c-flow-item__heading::before { 
    transform: rotate(90deg);
  }

  .c-flow-item__heading.open:before {
    transform: rotate(180deg);
  }

  .c-flow-item__heading.open::after { 
    opacity: 0;
  }

  .c-flow-item__step { 
    width: 50px;
  }

  .c-flow-item__title { 
    position: relative;
    font-size: 18px;
    letter-spacing: 0.1em;
  }

  .c-flow-item__text { 
    padding-top: 14px;
    font-size: 13px;
    line-height: 1.846;
    margin-bottom: 14px;
    min-height: auto;
  }

  .c-flow-item__image { 
    width: 100%;
    margin-top: auto;
  }


  /* l-faq ---------------------------------------*/
  .l-faq { 
    padding: 60px 35px;
  }

  .l-faq__heading { 
    margin-bottom: -6px;
  }

  .l-faq__heading p { 
    max-width: 51px;
    margin: 0 auto -10px;
  }

  .l-faq__heading h2 { 
    font-size: 24px;
  }

  .p-faq-item { 
    padding: 25px 0;
    border-bottom: 1px solid #333;
  }

  .p-faq-item__question { 
    padding-left: 35px;
    padding-right: 10px;
    letter-spacing: -0.05em;
    line-height: 1.6;
  }

  .p-faq-item__question::before {
    left: 25px;
    height: 40px;
  }

  .p-faq-item__question::after {
    top: 47%;
    right: 2px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #962428;
    border-right: 1px solid #962428;
  }

  .p-faq-item__question .icon-q {
    width: 15px;
    height: 22px;
  }

  .p-faq-item-answer__inner { 
    font-size: 13px;
    line-height: 1.846;
    letter-spacing: 0.04em;
    padding: 20px 0 0 25px;
  }


  /* l-footer ---------------------------------------*/
  .l-footer { 
    margin-bottom: 95px;
  }

  .l-footer__inner { 
    padding: 50px 0 230px;
  }

  .l-footer__content { 
    padding-left: unset;
  }

  .l-footer__message { 
    font-size: 32px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 10px;
  }

  .l-footer__sub-message { 
    font-size: 15px;
    text-align: center;
  }

  .l-footer__image {
    bottom: 0;
    left: 53%;
    right: unset;
    width: 345px;
    transform: translateX(-50%);
  }

  .l-footer__copyright { 
    position: relative;
    z-index: 2;
    padding: 40px 20px;
    font-size: 9px;
  }


  /* l-fixedbtn ---------------------------------------*/
  .l-fixedbtn { 
    height: 95px;
  }

  .l-fixedbtn__button {
    width: 345px;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.3));
  }

  /* l-popup ---------------------------------------*/
  .l-popup__content { 
    padding: 20px 20px 15px;
    width: 80%;
    box-shadow: 0 0 20px rgba(42, 7, 8, 0.2);
  }

  .l-popup__logo { 
    max-width: 254px;
    margin: 0 auto 16px;
  }

  .l-popup__button-wrap { 
    display: block;
    margin-bottom: 20px;
  }

  .l-popup__button {
    width: 260px;
    margin: 0 auto;
  }

  .l-popup__button + .l-popup__button {
    margin-top: 20px;
  }

  .l-popup__bottom-logo { 
    display: block;
    max-width: 120px;
  }

  .l-popup-ai__content {
    padding: 20px 20px 15px;
    width: 80%;
    box-shadow: 0 0 20px rgba(42, 7, 8, 0.2);
  }

  .l-popup-ai__title { 
    font-size: 17px;
    margin-bottom: 15px;
  }

  .l-popup-ai__logo { 
    max-width: unset;
    width: calc(100% + 40px);
    margin: 0 auto 15px -20px;
  }

  .l-popup-ai__text { 
    font-size: 16px;
    line-height: 1.625;
    text-align: left;
    margin-bottom: 14px;
  }

  .l-popup__button--ai { 
    max-width: 260px;
  }

  .l-popup__close { 
    top: -13px;
    right: -13px;
    width: 26px;
    height: 26px;
  }

}
