@charset "UTF-8";
@import 'variables.css';

html, body {
  overflow-x: hidden;
}

/*
** main visual
*/
.p-mv {
  position: relative;
  background: var(--white);
  height: calc(100vh - 150px);
  overflow: hidden;
}
.p-mv__container {
  padding: 2rem 2rem 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-mv__inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-mv__video {
	position: absolute;
	z-index: 0;
	min-width: 100%;
	min-height: 100%;
	left: 0px;
	top: 0px;
	overflow: hidden;
	opacity: 1;
	background-image: none;
	transition-property: opacity;
	transition-duration: 1000ms;
	transform: scale(1.6);
}
.p-mv__mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: var(--layer-mask);
}
.p-mv__copy {
  position: absolute;
  bottom: 145px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: var(--white);
  text-align: center;
}
.p-mv__logo {
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 2rem;
}
@media screen and (max-width: 1279px) {
  .p-mv__copy {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    height: calc(100vh - 70px);
  }
  .p-mv__container {
    padding: 1rem 1rem 0;
  }
  .p-mv__video {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) scale(3.5);
	}
  .p-mv__copy {
    font-size: 1.6rem;
    left: 70px;
    bottom: 25px;
    transform: none;
    text-align: left;
    max-width: none;
    width: auto;
  }
  .p-mv__logo {
    display: block;
    top: 1rem;
    left: 0;
    bottom: auto;
    transform: none;
    padding: 0;
    max-width: 64px;
    width: 100%;
    height: calc(100% - 1rem);
  }
}

/*
** explanation
*/
.p-explanation {
  margin-top: 7rem;
  padding-top: 8.5rem;
  position: relative;
}
.p-explanation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 40px;
  background: var(--black);
}
.p-explanation::after {
  content: "";
  position: absolute;
  right: 0;
  top: -213px;
  background-image: url(../img/index/bg-icon--explanation.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 24.3%;
  height: auto;
  aspect-ratio: 350 / 483;
  z-index:  var(--layer-behind-content);
}
.p-explanation__text {
  font-size: 1.7rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 2.2;
  letter-spacing: 0.04em;
  text-align: center;
}
.p-explanation__button {
  width: 260px;
  margin: 4rem auto 0;
  padding-left: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-explanation {
    margin-top: 0;
    padding-top: 15rem;
  }
  .p-explanation::before {
    height: 70px;
    top: 3.5rem;
    left: 2.5rem;
    transform: none;
  }
  .p-explanation::after {
    content: "";
    position: absolute;
    right: 0;
    top: -40px;
    background-image: url(../img/index/bg-icon-explanation--sp.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 35.9%;
    aspect-ratio: 147 / 180;
  }
  .p-explanation__text {
    font-size: 1.4rem;
    letter-spacing: 0;
    text-align: left;
  }
  .p-explanation__button {
    margin: 3rem 0 auto 0;
  }
}

/*
** service
*/
.p-service {
  margin-top: 9.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  overflow: hidden;
}
.p-service .swiper-wrapper {
  transition-timing-function: linear;
}
.p-service__slide-item {
  margin: 0 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-service {
    margin-top: 5rem;
    gap: 1rem;
  }
  .p-service__slide-item {
    margin: 0 0.5rem;
  }
}

/*
** why otoliv
*/
.p-why-otoliv {
  padding-top: 12rem;
}
.p-why-otoliv__container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 2rem;
}
.p-why-otoliv__box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6rem;
  position: relative;
  z-index: 10;
}
.p-why-otoliv-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 500px;
  color: var(--white);
}
.p-why-otoliv-item--1 {
  background-image: url(../img/index/why-otoliv-item1.webp);
}
.p-why-otoliv-item--2 {
  background-image: url(../img/index/why-otoliv-item2.webp);
}
.p-why-otoliv-item--3 {
  background-image: url(../img/index/why-otoliv-item3.webp);
}
.p-why-otoliv-item--4 {
  background-image: url(../img/index/why-otoliv-item4.webp);
}
.p-why-otoliv-item__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-why-otoliv-item__tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 210px;
  width: 100%;
  background: var(--yellow);
  color: var(--black);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.3rem 2rem 0.4rem;
  border-radius: 60px;
  margin: 0 auto 1.6rem;
  position: relative;
}
.p-why-otoliv-item__tag::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-width: 12px 7px 0 7px;
  border-style: solid;
  border-color: var(--yellow) transparent transparent transparent;
}
.p-why-otoliv-item__number {
  color: var(--yellow);
  font-size: 6rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 6rem;
  display: inline-block;
  height: 60px;
}
.p-why-otoliv-item__unit {
  color: var(--yellow);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}
.p-why-otoliv-item__description {
  max-width: 340px;
  margin: 3.2rem auto 0;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.02em;
  color: var(--white);
}
@media screen and (max-width: 1023px) {
  .p-why-otoliv-item__description {
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .p-why-otoliv {
    padding-top: 8rem;
  }
  .p-why-otoliv__container {
    padding: 0;
  }
  .p-why-otoliv-item {
    width: 100%;
    min-height: 300px;
  }
  .p-why-otoliv-item__tag {
  font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    text-align: center;
  }
  .p-why-otoliv-item__tag::after {
    border-width: 12px 5px 0 5px;
  }
  .p-why-otoliv-item__number {
    font-size: 4.4rem;
  }
  .p-why-otoliv-item__unit {
    font-size: 2rem;
  }
  .p-why-otoliv-item__description {
    max-width: 200px;
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
}

/*
** cases
*/
.p-cases {
  margin-top: 22rem;
  padding-top: 12.5rem;
  padding-bottom: 12rem;
  position: relative;
  background: #F7F7F7;
}
.p-cases::before {
  content: "";
  position: absolute;
  left: 0;
  top: -260px;
  background-image: url(../img/index/bg-icon--top-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 22.5%;
  height: auto;
  aspect-ratio: 324 / 411;
}
.p-cases__container {
  max-width: 1370px;
}
.p-cases__title {
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
  width: 100%;
}
.p-cases__text {
  max-width: 767px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.02em;
  color: var(--text-gray);
}
.p-cases__image-list {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 4.5rem auto 0;
  max-width: 1030px;
  position: relative;
}
.p-cases-image-item {
  width: calc((100% - 3rem) / 4);
}
.p-cases-image-item__link {
  display: block;
  width: 100%;
  height: 100%;
}
.p-cases-image-item__image {
  width: 100%;
}
.p-cases__box {
  margin-top: 7rem;
}
.p-cases__list {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.p-cases-item {
  background: var(--white);
  position: relative;
  width: calc((100% - 4.5rem) / 4);
}
.p-cases-item__link {
  padding: 1.5rem;
  display: block;
}
.p-cases-item__label {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--yellow);
  background: var(--black);
  padding: 0.4rem 1.2rem;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-cases-item__title {
  margin-top: 2rem;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--black);
}
.p-cases-item__place {
  margin-top: 1rem;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #999999;
}
.p-cases-item__description {
  margin-top: 2.5rem;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.02em;
  color: var(--dark-gray);
}
.p-cases__button {
  margin: 5.5rem auto 0;
  width: 290px;
  height: 75px;
  padding-left: 8rem;
}
@media screen and (max-width: 1279px) {
  .p-cases-item {
    width: calc((100% - 3rem) / 3);
  }
}
@media screen and (max-width: 767px) {
  .p-cases {
    margin-top: 12rem;
    padding-top: 5rem;
    padding-bottom: 8rem;
  }
  .p-cases::before {
    top: -120px;
    background-image: url(../img/index/bg-icon-sp--top-left.svg);
    width: 15.4%;
    aspect-ratio: 60 / 160;
  }
  .p-cases__container {
    padding: 0 1rem;
  }
  .p-cases__title {
    top: -25px;
  }
  .p-cases__text {
    display: none;
  }
  .p-cases__image-list {
    margin-top: 2rem;
  }
  .p-cases-image-item {
    width: calc((100% - 1rem) / 2);
  }
  .p-cases__box {
    margin-top: 4rem;
  }
  .p-cases__list {
    gap: 2rem 1rem;
  }
  .p-cases-item {
    width: calc((100% - 1rem) / 2);
    min-height: 335px;
  }
  .p-cases-item__link {
    padding: 0;
  }
  .p-cases-item__label {
    padding: 0.2rem 1rem;
    font-size: 1.1rem;
    height: 22px;
  }
  .p-cases-item__image {
    width: 100%;
  }
  .p-cases-item__title {
    margin-top: 1.5rem;
    padding: 0 1rem;
    font-size: 1.4rem;
  }
  .p-cases-item__place {
    margin-top: 1rem;
    padding: 0 1rem;
    font-size: 1.1rem;
    display: block;
  }
  .p-cases-item__description {
    margin-top: 2rem;
    padding: 0 1rem 2rem;
    font-size: 1.2rem;
    line-height: 1.65;
    letter-spacing: 0;
  }
  .p-cases__button {
    margin: 4rem auto 0;
    width: 260px;
    height: 70px;
    padding-left: 7.4rem;
  }
}

/*
** flow
*/
.p-flow {
  position: relative;
  padding-top: 10.5rem;
  padding-bottom: 10rem;
}
.p-flow::before {
  content: "";
  position: absolute;
  right: 0;
  top: -20px;
  background-image: url(../img/index/bg-icon--flow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 21.67%;
  height: auto;
  aspect-ratio: 312 / 337;
  z-index: var(--layer-behind-content);
}
.p-flow__container {
  max-width: 1260px;
}
.p-flow__heading {
  font-size: 5rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: -0.02em;
  text-align: center;
  margin-top: 5.5rem;
}
.p-flow__heading--marker {
  position: relative;
}
.p-flow__heading--marker::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: var(--yellow);
  z-index: -1;
}
.p-flow__text {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 5rem;
}
.p-flow__content {
  max-width: 1220px;
  margin: 0 auto;
}
.p-flow__box {
  margin-top: 6rem;
  display: flex;
}
.p-flow-item {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.p-flow-item::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  width: 84%;
  height: 15px;
  background-image: url(../img/index/flow-line.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
.p-flow-item:last-child::before {
  display: none;
}
.p-flow-item__number {
  width: 60px;
  height: 60px;
  background: var(--yellow);
  color: var(--black);
  font-size: 2.6rem;
	font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-flow-item__image {
  margin-top: 4rem;
}
.p-flow-item__title {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.65;
  text-align: center;
  margin-top: 3.5rem;
}
.p-flow-item__text {
  max-width: 240px;
  margin: 2rem auto 0;
  padding: 0 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.65;
  color: var(--text-gray);
}
@media screen and (max-width: 1023px) {
  .p-flow-item::before {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding-top: 5.5rem;
    padding-bottom: 6rem;
  }
  .p-flow::before {
    background-image: url(../img/index/bg-icon-sp--flow.svg);
    width: 18%;
    aspect-ratio: 70 / 160;
  }
  .p-flow__heading {
    margin-top: 4.5rem;
    font-size: 2.3rem;
  }
  .p-flow__heading--marker::before {
    height: 10px;
    bottom: -3px;
  }
  .p-flow__text {
    font-size: 1.4rem;
    line-height: 185%;
    letter-spacing: 0;
    text-align: left;
    margin-top: 3rem;
  }
  .p-flow__box {
    flex-direction: column;
    gap: 2rem;
    max-width: 500px;
    margin: 6rem auto 0;
  }
  .p-flow-item {
    width: 100%;
    gap: 1.2rem;
    flex-direction: row;
    justify-content: flex-start;
  }
  .p-flow-item::before {
    background-image: url(../img/index/flow-line--sp.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 8px;
    height: 100%;
    left: 21px;
    top: 0;
    aspect-ratio: 10 / 91;
  }
  .p-flow-item__number {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    align-self: flex-start;
    font-size: 2rem;
    position: relative;
  }
  .p-flow-item__image {
    margin-top: 0;
    width: 100px;
  }
  .p-flow-item__info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .p-flow-item__title {
    margin-top: 0;
    font-size: 1.6rem;
  }
  .p-flow-item__text {
    font-size: 1.3rem;
    padding: 0;
    max-width: none;
  }
}

/*
** proposal
*/
.p-proposal {
  background: #F7F7F7;
  padding: 8rem 0 17rem;
}
.p-proposal__text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.85;
  letter-spacing: 0.02em;
}
.p-proposal__inner {
  background: var(--white);
  max-width: 1000px;
  width: 100%;
  margin: 2.5rem auto 0;
  position: relative;
  padding: 7rem;
}
.p-proposal__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--yellow);
}
.p-proposal__box {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}
.p-proposal__row {
  display: flex;
  gap: 2.5rem;
  width: 100%;
}
.p-proposal__row--2columns {
  width: calc((100% - 2.5rem) / 2);
}
.p-proposal__label {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.65;
  max-width: 110px;
  width: 100%;
  min-height: 30px;
  background: var(--yellow);
  color: var(--text-gray);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2rem;
}
.p-proposal__label--wide {
  max-width: 125px;
}
.p-proposal__label--space-between {
  justify-content: space-between;
}
.p-proposal__content {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.65;
  color: var(--text-gray);
}
.p-proposal__button {
  max-width: 900px;
  width: 100%;
  margin: 4rem auto 0;
  background: var(--yellow);
  color: var(--black);
  height: 140px;
  font-size: 1.8rem;
  padding-left: 0;
  justify-content: center;
  gap: 1.5rem;
}
.p-proposal__button::before {
  background: var(--black);
}
.p-proposal__button::after {
  background-image: url(../img/common/arrow--black.svg);
}
@media screen and (max-width: 767px) {
  .p-proposal {
    padding-top: 5rem;
    padding-bottom: 12rem;
    background: #F7F7F7;
  }
  .p-proposal__text {
    font-size: 1.4rem;
    line-height: 1.65;
    letter-spacing: 0;
    text-align: center;
    max-width: 280px;
    margin: 0 auto;
    position: relative;
  }
  .p-proposal__text::before {
    content: "";
    width: 1px;
    height: 50px;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%) rotate(-25deg);
    background: var(--black);
  }
  .p-proposal__text::after {
    content: "";
    width: 1px;
    height: 50px;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%) rotate(25deg);
    background: var(--black);
  }
  .p-proposal__text svg {
    display: none;
  }
  .p-proposal__inner {
    margin: 4rem auto 0;
    padding: 5rem 2rem 4rem;
  }
  .p-proposal__title {
    font-size: 2.4rem;
    letter-spacing: 0.04em;
  }
  .p-proposal__box {
    gap: 3rem;
  }
  .p-proposal__row {
    flex-direction: column;
    gap: 1rem;
  }
  .p-proposal__row--2columns {
    width: 100%;
  }
  .p-proposal__label {
    font-size: 1.3rem;
    padding: 0 1.8rem;
  }
  .p-proposal__content {
    font-size: 1.4rem;
  }
  .p-proposal__button {
    font-size: 1.6rem;
    line-height: 1.45;
    letter-spacing: 0;
    justify-content:flex-start;
    padding-left: 2.7rem;
    gap: 2rem;
    width: 340px;
    height: 110px;
  }
  .p-proposal__button span {
    width: 200px;
  }
}

/*
** plan
*/
.p-plan {
  position: relative;
}
.p-plan::before {
  content: "";
  position: absolute;
  left: 0;
  top: -170px;
  background-image: url(../img/index/bg-icon--plan.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 22.5%;
  height: auto;
  aspect-ratio: 324 / 411;
}
.p-plan__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-plan__container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 2rem;
}
.p-plan__list {
  padding-top: 17.5rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2.5rem;
  row-gap: 15rem;
  background: var(--white);
}
.p-plan-item {
  width: calc((100% - 5rem) / 3);
  position: relative;
}
.p-plan-item__image {
  width: 100%;
}
.p-plan-item--main {
  width: 100%;
}
.p-plan-item__title {
  border-left: 5px solid var(--yellow);
  padding-left: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.02em;
}
.p-plan-item--main .p-plan-item__title {
  border-width: 7px;
  padding-left: 1.7rem;
  font-size: 3rem;
}
.p-plan-item__content {
  padding: 3rem 0 5.5rem 0;
}
.p-plan-item--main .p-plan-item__content {
  background: var(--white);
  padding: 4.5rem 4rem 1rem 4rem;
  max-width: 500px;
  width: 100%;
  position: absolute;
  bottom: -95px;
  right: 3.5rem;
}
.p-plan-item--reverse .p-plan-item__content {
  right: auto;
  left: 3.5rem;
}
.p-plan-item__description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.65;
  letter-spacing: 0.02em;
  margin-top: 2rem;
}
.p-plan-item--main .p-plan-item__description {
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  margin-top: 3rem;
}
.p-plan-item__text-emphasis {
  font-weight: 700;
}
.p-plan-item__button {
  height: 55px;
  padding-left: 8.2rem;
  margin-top: 2rem;
}
.p-plan-item--main .p-plan-item__button {
  padding-left: 6.2rem;
  margin-top: 3rem;
}
.p-plan-item__button::before {
  display: none;
}
.p-plan-item__button--sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .p-plan__list {
    background: transparent;
  }
  .p-plan-item {
    width: calc((100% - 2.5rem) / 2);
  }
  .p-plan-item--main {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-plan::before {
    top: -100px;
    background-image: url(../img/index/bg-icon-sp--plan.svg);
    width: 15.5%;
    aspect-ratio: 60 / 160;
  }
  .p-plan__container {
    padding: 0;
  }
  .p-plan__title {
    top: -25px;
    transform: translate(-50%, 0);
  }
  .p-plan__list {
    padding-top: 8rem;
    row-gap: 7rem;
  }
  .p-plan-item {
    padding: 0 2.5rem;
    width: 100%;
  }
  .p-plan-item.p-plan-item--main {
    padding: 0;
  }
  .p-plan-item__content {
    padding: 2rem 0 3rem 0;
  }
  .p-plan-item--main .p-plan-item__content {
    position: relative;
    right: auto;
    bottom: auto;
    padding: 2.5rem 2.5rem 3rem 2.5rem;
    margin-top: -5rem;
    max-width: calc(100% - 2.5rem);
  }
  .p-plan-item--reverse .p-plan-item__content {
    left: auto;
  }
  .p-plan-item--main .p-plan-item__title,
  .p-plan-item__title {
    font-size: 1.8rem;
  }
  .p-plan-item--main .p-plan-item__description,
  .p-plan-item__description {
    font-size: 1.4rem;
    margin-top: 1.2rem;
    line-height: 1.75;
    letter-spacing: 0;
  }
  .p-plan-item__button--pc {
    display: none;
  }
  .p-plan-item__button--sp {
    display: flex;
    margin: 0 auto;
    width: 220px;
    padding-left: 6.8rem;
  }
  .p-plan-item--main .p-plan-item__button--sp {
    padding-left: 4.8rem;
  }
}

/*
** contact-banner
*/
.p-contact-banner {
  position: relative;
  padding-top: 15rem;
  z-index: var(--layer-behind-content);
}
.p-contact-banner::before {
  content: "";
  position: absolute;
  right: 0;
  top: -240px;
  background-image: url(../img/index/bg-icon--contact-banner.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 21.7%;
  height: auto;
  aspect-ratio: 312 / 411;
  z-index: var(--layer-behind-content);
}
.p-contact-banner__title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-align: center;
}
.p-contact-banner__title svg {
  height: 40px;
}
.p-contact-banner__container {
  max-width: 900px;
  margin: 0 auto;
}
.p-contact-banner__image {
  display: block;
  margin: 2rem auto 0;
}
.p-contact-banner__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.85;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--text-gray-tertiary);
  margin-top: 0.5rem;
}
.p-contact-banner__button {
  position: relative;
  background: var(--black);
  color: var(--yellow);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.8rem;
  width: 100%;
  height: 150px;
  margin-top: 3rem;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
.p-contact-banner__button::before {
  content: "";
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background: var(--yellow);
  opacity: 0.6;
}
.p-contact-banner__button::after {
  content: "";
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 12px;
  background-image: url(../img/index/arrow--yellow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-contact-banner {
    padding-top: 13rem;
  }
  .p-contact-banner::before {
    top: -20px;
    background-image: url(../img/index/bg-icon-sp--contact-banner.svg);
    width: 18%;
    aspect-ratio: 70 / 160;
  }
  .p-contact-banner__title {
    font-size: 1.5rem;
    gap: 1rem;
    position: relative;
  }
  .p-contact-banner__title svg {
    display: block;
    margin-top: 1rem;
  }
  .p-contact-banner__image {
    padding: 0 2rem;
  }
  .p-contact-banner__text {
    font-size: 1.4rem;
  }
  .p-contact-banner__button {
    margin: 3.5rem auto;
    width: 340px;
    height: 90px;
    font-size: 1.5rem;
    letter-spacing: 0;
    gap: 1.2rem;
    justify-content: flex-start;
    padding-left: 2.1rem;
  }
  .p-contact-banner__button::before {
    right: 50px;
    height: 34px;
  }
  .p-contact-banner__button::after {
    right: 20px;
    width: 12px;
    height: 10px;
  }
  .p-contact-banner__mail-icon {
    width: 20px;
    height: 15px;
  }
}

/*
** p-faq
*/
.p-faq {
  position: relative;
  padding-top: 150px;
}
.p-faq::before {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  background-image: url(../img/index/bg-icon--faq.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 22.5%;
  height: auto;
  aspect-ratio: 324 / 411;
  z-index: var(--layer-behind-content);
}
.p-faq__text {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.85;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 1.5rem;
}
.p-faq__button {
  margin: 4.2rem auto 0;
  padding-left: 7rem;
}
.p-faq__link {
  position: relative;
  background: var(--yellow);
  color: var(--black);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.8rem;
  max-width: 900px;
  width: 100%;
  height: 150px;
  margin: 7rem auto 0;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
.p-faq__link::before {
  content: "";
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background: var(--black);
  opacity: 0.6;
}
.p-faq__link::after {
  content: "";
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 12px;
  background-image: url(../img/common/arrow--black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding-top: 13rem;
  }
  .p-faq::before {
    top: 15px;
    background-image: url(../img/index/bg-icon-sp--faq.svg);
    width: 15.4%;
    aspect-ratio: 60 / 160;
  }
  .p-faq__text {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
  .p-faq__item-list {
    margin-top: 4rem;
  }
  .p-faq__button {
    width: 260px;
    padding-left: 7.4rem;
    margin-top: 3rem;
  }
  .p-faq__link {
    margin-top: 5rem;
    font-size: 1.6rem;
    line-height: 1.45;
    letter-spacing: 0;
    justify-content: flex-start;
    padding-left: 2.7rem;
    gap: 2rem;
    height: 110px;
  }
  .p-faq__link::before {
    right: 50px;
    height: 34px;
  }
  .p-faq__link::after {
    right: 20px;
    width: 12px;
    height: 10px;
  }
}

/*
** instagram
*/ 
.p-instagram {
  position: relative;
  padding-top: 15rem;
  padding-bottom: 16.5rem;
}
.p-instagram::before {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  background-image: url(../img/index/bg-icon--instagram.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 21.7%;
  height: auto;
  aspect-ratio: 312 / 411;
}
.p-instagram__account-name {
  display: block;
  width: fit-content;
  margin: 0.8rem auto 0;
  border: 1px solid var(--black);
  border-radius: 50px;
  padding: 0.6rem 3rem;
  font-size: 1.8rem;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: var(--black);
}
.p-instagram__feed-container {
  max-width: 1100px;
  padding: 0 1.5rem;
  margin: 0 auto;
}
.p-instagram #sb_instagram {
	margin-top: 3.5rem;
	padding-bottom: 0!important;
}
.p-instagram #sbi_images {
	padding: 0!important;
}
@media screen and (max-width: 1023px) {
  .p-instagram::before {
    width: 17%;
  }
}
@media screen and (max-width: 767px) {
  .p-instagram {
    padding-top: 8.5rem;
    padding-bottom: 6.5rem;
  }
  .p-instagram::before {
    top: 90px;
    background-image: url(../img/index/bg-icon-sp--instagram.svg);
    width: 18%;
    aspect-ratio: 70 / 160;
  }
  .p-instagram__account-name {
    margin-top: 1rem;
    font-size: 1.5rem;
    padding: 0.5rem 2.5rem;
  }
  .p-instagram #sb_instagram {
		margin-top: 3rem;
	}
}

/*
** doremi-brothers
*/ 
.p-doremi-brothers {
  margin-top: 10.5rem;
  margin-bottom: 14rem;
}
@media screen and (max-width: 767px) {
  .p-doremi-brothers {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}