@charset "UTF-8";
/* TOP固有（あればここから下に書く） */
.p-top-wrapper{
    overflow: hidden;
}

.p-top_line{
    position: relative;
    z-index: 0;
}

.p-top_line img{
    position: absolute;
    right: 0;
}

.p-top_line img:nth-of-type(1){
    top: -48vw;
    width: 100%;
}

.p-top_line img:nth-of-type(2){
    top: -37vw;
    width: 14vw;
}

/* トップ共通css */
.sp-br {
  display: none;
}


/* ファーストビュー=================================================================================================================================================== */
.top__fv {
  aspect-ratio: 1280 / 764;
  display: flex;
  margin-bottom: -22.27%;
  position: relative;
  z-index: 0;
  &>* {
    list-style: none;
    overflow: hidden;
    position: relative;
  }
}
.top__fv--left, .top__fv--right {
  width: 50%;
}
.top__fv--sp {
  display: none;
  width: 100%;
}
.top__fv--item {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.top__fv--image {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  background-color: #fff;
  display: block;
  object-fit: cover;
  position: relative;
  width: 100%;
  z-index: 10;
}
.top__fv .top__fv--first-image .top__fv--image {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.top__fv--left, .top__fv--sp {
  .top__fv--image {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  }
  .top__fv--hide .top__fv--image {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 20;
  }
  .top__fv--show .top__fv--image {
    animation-name: top_fv_leftImage;
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    z-index: 30;
  }
}

@keyframes top_fv_leftImage {
  0% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

.top__fv--right .top__fv--image {
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
}
.top__fv--right .top__fv--hide .top__fv--image {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 20;
}
.top__fv--right .top__fv--show .top__fv--image {
  animation-name: top_fv_rightImage;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  z-index: 30;
}
@keyframes top_fv_rightImage {
  0% {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

/* セクション１=================================================================================================================================================== */
.p-concept{
	color: #fff;
	position: relative;
	font-family: "LINE Seed JP_OTF";
}

.p-concept-container{
	background-image: url(../../img/top-background_black.svg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 110%;
	padding-bottom: 21vw;
}

.p-concept-container::after{
	content: "";
	display: block;
	position: absolute;
	top: 23.15vw;
	bottom: 0;
	width: 100%;
	background-color: #2D2D2D;
}

.p-concept>img{
	margin: auto;
	margin-bottom: -5px;
	margin-bottom: -15.1vw;
}

.p-concept .l-container img{
    margin: auto;
    margin-bottom: 6%;
    max-width: 705px;
    width: 80%;
    padding-top: 10vw;
}

.p-concept .l-container p{
    margin: auto;
    max-width: 680px;
    width: 80%;
		font-size: 20px;
		letter-spacing: 8px;
		line-height: 40px;
}

.p-concept-container{
  position: relative;
}

.p-concept .l-container{
  position: relative;
  z-index: 1;
  padding-bottom: 120px;
}

.p-concept p {
  font-weight: 700;
}

.p-concept__textbox {
  margin-bottom: 40px;
}

.p-concept .p-concept__textbox + p {
  margin-left: max(calc((100% - 680px)/2), 10%);
  margin-right: 0;
  max-width: none;
  width: auto;
}

.p-concept .l-container .p-concept__text--mb12 {
  margin-bottom: 12px;
}

.p-concept__text--large {
  font-size: 28px;
  font-weight: bold;
}

.p-concept__text--italic {
  display: block;
  font-size: 32px;
  font-weight: bold;
  transform: matrix(1, 0, -0.18, 0.98, 0, 0);
}

.section1-pc-img {
  display: block;
}

.section1-sp-img {
  display: none;
}


/* セクション２=================================================================================================================================================== */
.p-member{
	position: relative;
	margin-top: -21.1vw;
}

.p-member-container{
  background-image: url(../../img/top-background_white.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 100%;
  position: relative;
  z-index: 1;
}

.p-member-container::after{
	content: "";
	display: block;
	position: absolute;
	top: 20.15vw;
	bottom: 0;
	width: 100%;
	background-color: #ffffff;
	z-index: -1;
}

.p-member-container{
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.p-member .l-container{
  position: relative;
  z-index: 1;
  padding-top: 14.1vw;
}

.p-member_text-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
  margin-top: 35px;
  margin-bottom: 30px;
}

.p-member_text-box > p {
  max-width: 638px;
  width: 100%;
  font-family: "Noto Sans JP";
  font-weight: 500;
  padding-top: 16px;
}

.p-member_text-box h3 p:first-of-type {
  font-family: "Caveat";
  font-size: 1.5rem;
  font-weight: 700;
  color: #F08300;
  line-height: 1.25;
  margin-bottom: 16px;
}

.p-member_text-box h3 p:nth-of-type(2) {
  font-family: "Noto Sans JP";
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
  margin-bottom: 16px;
}

.p-member_text-box h3 p:nth-of-type(3) {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  width: 120px;
}

.p-member .l-wrapper{
  position: relative;
  z-index: 1;
}

.p-member.l-wrapper::after{
  content: "";
  display: block;
  background-image: url(../../img/top-orange_line1.svg);
  background-repeat: no-repeat;
  background-position: -2vw 0px;
  background-size: 110%;
  height: 18.3vw;
}

/* 追加 */

:root{
    --roles-section2__color--primal-0: #F08300;
    --roles-section2__color--black-0: #000000;
    --roles-section2__color--black-1: #282828;
    --roles-section2__color--background-0: #FBF6EE;
    --roles-section2__color--white-0: #FFFFFF;
    --roles-section2__color--gray-0: #404040;
    --roles-section2__color--gray-1: #E5E5E5;
}

.p-roles-section2__posts {
    display: flex;
    flex-direction: row;
    gap: 14px;
}

.p-roles-section2__post {
    display: flex;
    flex-direction: column;
    background-color: var(--roles-section2__color--white-0);
    border-radius: 1rem;
    overflow: hidden;
    justify-content: space-between;
}

.p-roles-section2__top {
    display: flex;
    gap: 44px;
    justify-content: center;
}

.p-roles-section2__top>* {
    width: 50%;
}

.p-roles-section2__top-left {
    max-width: 517px;
    width: 100%;
    height: 536px;
    position: relative;
}

.p-roles-section2__top-left .image-wrapper > img {
  max-height: 100%;
  position: absolute;
}

.p-roles-section2__img--brush {
    transform-origin: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(47.5%);
}

.p-roles-section2__img--circle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.p-roles-section2__img--person {
    transform-origin: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -54%) scale(100%);
    height: auto;
    width: 90%;
    object-fit: contain;
}

.p-roles-section2__img--splat {
    top: -44px;
}

.p-roles-section2__top-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--roles-section2__color--black-1);
    font-family: "Noto Sans JP";
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 10%;
}

.p-roles-section2__caption {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.p-roles-section2__copy {
    font-size: 2.25rem;
    line-height: 1.33;
    letter-spacing: 0.1em;
}

.p-roles-section2__profile {
    display: flex;
    gap: 14px;
    transform: matrix(1, 0, -0.19, 0.98, 0, 0);
}

.p-roles-section2__name {
    font-size: 2rem;
}

.p-roles-section2__year {
    font-size: 1.125rem;
}

.p-roles-section2__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
    margin-bottom: 66px;
}

.p-roles-section2__tag {
    background-color: var(--roles-section2__color--gray-1);
    color: var(--roles-section2__color--gray-0);
    padding: 0 16px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    transform: matrix(1, 0, -0.19, 0.98, 0, 0);
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.1em;
}

.p-roles-section2__button--talk {
    align-self: flex-start;
    background-color: var(--roles-section2__color--black-0);
    color: var(--roles-section2__color--white-0);
    border-radius: .5rem;
    padding: .5rem 1rem;
}

.p-roles-section2__bottom {
    display: flex;
    padding: 0 169px 0 80px;
}

.p-roles-section2__bottom>* {
    align-items: center;
}

.p-roles-section2__bottom-left {
    width: 75%;
    display: flex;
}

.p-roles-section2__bottom-left>img {
    border-radius: .5rem;
}

.p-roles-section2__bottom-left>p {
    display: flex;
    padding: 2rem;
    font-family: "Inter";
    font-weight: 700;
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: 0%;
}

.p-roles-section2__bottom-right {
    width: 25%;
    display: flex;
    justify-content: end;
}

/* swiper調整 */
.p-member .swiper {
  overflow: visible;
  position: relative;
}


.p-member .swiper-button-next,
.p-member .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  z-index: 30;
}

.p-member .swiper-navigation-icon {
  display: none; /* くの字消し */
}

.p-member .swiper-button-prev {
  left: 18%;
}

.p-member .swiper-button-next {
  right: 12%;
}

.p-member .swiper-button-next::after,
.p-member .swiper-button-prev::after {
  display: none;
}

.p-member .swiper-button-next img,
.p-member .swiper-button-prev img {
  width: 100%;
  height: auto;
  display: block;
}

.p-member_slide-box {
  width: 100%;
  position: relative;
  overflow: hidden; /* 画面幅（100%）からはみ出す余計な部分をカット */
}

/* Swiper本体 */
.p-member .swiper {
  width: 75%; /* ★ここを調整！例: 75%にすると、左右に「12.5%ずつ」綺麗に見切れます */
  margin: 0 auto;
  overflow: visible; /* ★重要：左右にはみ出している前後のスライドを強制表示 */
}

/* スライド個体の幅を100%にする（.swiperの幅＝75%に追従） */
.swiper-slide {
  width: 100%;
}

/* ここからスライド矢印 */
.p-roles-section2__person-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.p-roles-section2__person-wrap .swiper-button-prev,
.p-roles-section2__person-wrap .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  z-index: 30;
  cursor: pointer;
}

.p-roles-section2__person-wrap .swiper-button-prev {
  left: -20%;
}

.p-roles-section2__person-wrap .swiper-button-next {
  right: -20%;
  left: auto;
}

.p-roles-section2__person-wrap .swiper-button-prev::after,
.p-roles-section2__person-wrap .swiper-button-next::after {
  display: none;
}

.p-roles-section2__person-wrap .swiper-button-prev img,
.p-roles-section2__person-wrap .swiper-button-next img {
  width: 44px;
  height: 44px;
  display: block;
  pointer-events: none;
}

.p-roles-section2__person-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
/* ここまでスライド矢印 */


/* セクション３=================================================================================================================================================== */
.p-service{
  background-color: #f3f3f3;
  padding-top: 30px;
  padding-bottom: calc(12vw + 100px);
}

.l-container-txt{	
	display: flex;
  align-items: center;
	gap: 94px;
	margin-bottom: 37px;
}

.i-container-txt-left{
	position: relative;
	/* flex-basis: 35%; */
	/* height: 200px; */
	white-space: nowrap;
}

.i-container-txt-left-txt {
	/* position: absolute;	 */
	position: relative;
	z-index: 2;
}

.i-container-txt-left img{
    position: absolute;
    top: 25px;
    left: -20px;
    z-index: 1;
    width: 95%;
    height: auto;
    max-width: 368px;
    width: 100vw;
}

.l-container-txt-explain{
	/* flex-basis: 60%; */
  max-width: 522px;
	font-family: "Noto Sans JP";
	margin-top: 23px;
	font-weight: 500;
}

.l-container-txt-eng{
	font-family: "Caveat";
	font-size: 24px;
	color: #F08300;
	font-weight: 700;
}

.l-container-txt-heading{
	font-family: "Noto Sans JP";
    font-size: 30px;
    letter-spacing: 1.636px;
    margin: 19px 0 12px 0;
    line-height: 40px;
}

.l-container-txt-about{
	font-family: "Noto Sans JP";
	font-size: 16px;
}

.p-service-container::after{
	content: "";
	display: block;
	position: absolute;
	top: 20.15vw;
	bottom: 0;
	width: 100%;
	background-color: #ffffff;
	z-index: -1;
}

/* 背景画像 */
.p-service .parent {
  position: relative;
}

.p-service__bg-sp {
  display: none;
}

/* セクション４=================================================================================================================================================== */
.p-guidance{
  color: #ffffff;
  margin-top: -10vw;
  margin-bottom: 7vw;
  position: relative;
  z-index: 1;
}

.p-guidance-container{
    position: relative;
    padding: 0;
    z-index: 1;
    background-color: #2d2d2d;
}

.p-guidance .l-container>img:nth-of-type(1){
    position: absolute;
    right: 0;
    width: 100%;
    top: 0;
    z-index: -1;
}

.p-guidance .l-container>img:nth-of-type(2) {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0px;
    z-index: -1;
}

.p-guidance .l-container .p-guidance-text p:nth-of-type(1){
    font-family: "LINE Seed JP_OTF";
    font-weight: 800;
    font-size: 64px;
    letter-spacing:0.06em;
    text-align: center;
    transform: matrix(1, 0, -0.18, 0.98, 0, 0);
}

.p-guidance .l-container .p-guidance-text p:nth-of-type(2){
    font-family: "LINE Seed JP_OTF";
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 6px;
    text-align: center;
    transform: matrix(1, 0, -0.18, 0.98, 0, 0);
}

.guidance-btn{
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
}

.section4_sp-text {
  display: none;
}

.section4_pc-text {
  display: block;
}

.p-guidance__line-bottom-sp {
  display: none;
}

.p-guidance__line-head-pc {
  display: block;
  margin-bottom: -1px;
}

.p-guidance__line-bottom-pc {
  display: block;
  margin-top: -1px;
}

.p-guidance__bg-blue-sp {
  display: none;
}

.pc-line {
  display: block;
}

.sp-line {
  display: none;
}

/* セクション５=================================================================================================================================================== */
.p-about {
  background-color: #fbf6ee;
  padding-bottom: 98px;
  padding-top: 18vw;
  margin-top: -20vw;
  .desc {
    align-items: center;
    display: flex;
    gap: 9%;
    margin-bottom: 65px;
  }
  h3 {
    background-size: 100% auto;
    position: relative;
    width: 350px;
    * { 
      font-weight: 700;
      position: relative;
      z-index: 10;
    }
    img {
      max-width: none;
      position: absolute;
      right: -5px;
      top: 50%;
      transform: translateY(-50%);
      width: 368px;
      z-index: 0;
    }
  }
  .title-english {
    color: #f08300;
    font-family: Caveat;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .title {
    font-size: 1.875rem;
    letter-spacing: 6%;
    line-height: 1.33;
  }
  .title-small{
    font-size: 16px;
    margin-top: 25px;
  }
  .desc--text {
    font-weight: 500;
    line-height: 1.5;
    width: calc(91% - 368px);
  }
}
/* 会社について */
.p-about {
  background-color: #fbf6ee;
  padding-bottom: 98px;
  padding-top: 18vw;
  margin-top: -20vw;
}

.p-about__content {
  display: flex;
  justify-content: space-between;
}
.p-about__tab {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  width: 162px;
}
.p-about__tab-item {
  height: 64px;
}
.p-about__tab-item  a {
  align-items: center;
  border-radius: 4px;
  display: flex;
  font-weight: 700;
  height: 100%;
  justify-content: center;
}
.p-about__tab-item--active {
  background-color: #000;
  border-radius: 4px;
  color: #fbf6ee;
}

.p-about__tab-panel-list--container {
  position: relative;
  width: calc(100% - 179px);
}
.p-about__tab-panel-list {
  list-style: none;
}
.p-about__tab-panel {
  aspect-ratio: 876 / 493;
  display: none;
}
.p-about__tab-panel--show {
  display: block;
}
.p-about__tab-panel-list--prev, .p-about__tab-panel-list--next {
  border-radius: 50%;
  display: none;
  height: 44px;
  position: absolute;
  top: 50%;
  width: 44px;
}
.p-about__tab-panel-list--prev {
  left: 0;
  transform: translate(-7px, -50%);
}
.p-about__tab-panel-list--next {
  right: 0;
  transform: translate(7px, -50%);
}
.p-about__dot-list {
  display: none;
}
.p-about__dot-item {
  background-color: #e8e7e7;
  border-radius: 50%;
  height: 14px;
  width: 14px;
}
.p-about__dot-item  a {
  display: block;
  height: 100%;
}
.p-about__dot-item--active {
  background-color: #000;
}

/* レスポンシブはここから */
@media screen and (max-width: 1024px) {
  .p-member .swiper {
    width: 100%;
    padding-left: 2%;
    padding-right: 5%;
    
  }

  .p-roles-section2__top-left {
    width: 50%;
  }
}

@media screen and (max-width: 900px) {
  .p-guidance .l-container .p-guidance-text p:nth-of-type(1){
    font-size: 54px;
  }
}

@media screen and (max-width: 767px) {
  /* トップ共通css */
  .sp-br {
    display: block;
  }

  /* ファーストビュー=================================================================================================================================================== */
  .top__fv {
    aspect-ratio: 390 / 430;
    margin-bottom: -26.98%;
  }
  .top__fv--left,.top__fv--right {
    display: none;
  }
  .top__fv--sp {
    display: block;
  }
  .top__fv--image {
    width: 100%;
  }
  /* セクション１======================================================================================================================================================== */
  .p-concept-container{
    background-image: url(../../img/top-backgroud-black-sp.svg);
    background-position: 0px 20px;
    background-size: 100%;
  }
  
  .section1-pc-img {
    display: none;
  }

  .section1-sp-img {
    display: block;
    margin-bottom: 55px;
  }

  .p-concept .l-container img {
    margin: unset;
    max-width: unset;
    width: 100%;
  }

  .p-concept .l-container p {
    font-size: 0.875rem;
    line-height: unset;
    letter-spacing: 3.71px;

    max-width: unset;
    width: unset;
  }

  .p-concept .l-container img {
    padding-top: 28vw;
  }

  .p-concept .p-concept__textbox + p {
    margin-left: unset;
  }

  .p-concept .l-container .p-concept__text--mb12 {
    margin-bottom: 23px;
  }

  .p-concept__textbox:first-of-type {
    margin-top: -15px;
    margin-bottom: 22px;
  }

  .p-concept__textbox:nth-of-type(2) {
    line-height: 1.357;
    margin-bottom: 27px;
  }

  .p-concept__textbox:nth-of-type(3) {
    margin-bottom: 27px;
  }

  .p-concept__textbox:nth-of-type(3) p {
    line-height: 1.357;
  }

  .p-concept__textbox:nth-of-type(3) p:first-of-type {
    margin-bottom: 8px;
  }

  .p-concept__text--large {
    font-size: 1.125rem;
    line-height: 1.19;
  }

  .p-concept__text--italic {
    font-size: 1.125rem;
    line-height: 1.25;
  }

  /* セクション２======================================================================================================================================================= */
  .p-member-container{
    background-image: url(../../img/top-background-white-sp.svg);
  }

  
  .p-member .swiper {
    padding: 0;
  }

  .p-roles-section2__top-right {
    padding-right: 0;
  }

  .p-roles-section2__top {
    flex-direction: column;
  }

  .p-roles-section2__posts {
    gap: 0;
  }

  .p-roles-section2__top-left {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 320 / 330;
    height: auto;
    object-fit: cover;
  }

  .p-roles-section2__top {
    flex-direction: column;
    width: 91.79%;
    margin: auto;
    gap: 21px;
  }

  .p-roles-section2__img--circle {
    width: 100%;
  }

  .p-roles-section2__top>* {
    width: 100%;
  }

  .p-roles-section2__copy {
    font-size: 1.375rem;
    line-height: 1.45;
  }

  .p-roles-section2__caption {
    gap: 14px;
  }

  .p-roles-section2__tags {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .p-roles-section2__tag {
    font-size: 0.875rem;
    padding: 0 10px;
  }

  .p-roles-section2__profile {
    gap: 24px;
  }

  .p-roles-section2__name {
    font-size: 1.75rem;
  }

  .p-roles-section2__year {
    font-size: 0.875rem;
  }

  .p-member_text-box > p {
    display: none;
  }

  .p-member_text-box h3 p:first-of-type {
    font-size: 1.25rem;
    margin-bottom: 5px;
  }

  .p-member_text-box h3 p:nth-of-type(2) {
    font-size: 1.375rem;
    margin-bottom: 10px;
  }

  .p-member_text-box h3 p:nth-of-type(3) {
    font-size: 0.875rem;
  }

  .p-member_text-box {
    margin-bottom: 32px;
  }

  .p-roles-section2__person-wrap .swiper-button-prev {
    left: -50%;
  }

  .p-roles-section2__person-wrap .swiper-button-next {
    right: -50%;
  }

  /* セクション３======================================================================================================================================================== */
  .p-member.l-wrapper::after{
    background-image: url(../../img/top-orange_line1-sp.svg);
    height: 32vw;
    background-size: 100%;
    background-position: unset;
  }

  .p-service {
    padding-top: 10px;
    padding-bottom: calc(2vw + 100px);
  }

  .l-container-txt {
    margin-bottom: 142px;
  }

  .l-container-txt-eng {
    line-height: 1.25;
  }

  .l-container-txt-heading {
    font-size: 1.375rem;
    letter-spacing: 0.06em;
    line-height: 1.454;
    margin-top: 5px;
    margin-bottom: 14px;
  }

  .l-container-txt-about {
    font-size: 0.875rem;
    line-height: 1.214;
  }

  .i-container-txt-left img {
    top: 5px;
    left: -62px;
    height: 129px;
  }

  .l-container-txt-explain {
    display: none;
  }

  /* 背景画像 */
  .p-service__bg-sp {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
  }

  .l-container-txt {
    position: relative;
    z-index: 2;
  }

  .i-container-txt-left img {
    z-index: 1;
  }

  .p-service__bg-sp-item {
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  .p-service__bg-sp-item--01 {
    background-image: url(../../img/top-bg_paint1.svg);
    width: 215px;
    height: 212.55px;
    left: -125px;
    bottom: -30px;
  }

  .p-service__bg-sp-item--02 {
    background-image: url(../../img/top-bg_paint2.svg);
    width: 239.81px;
    height: 254.9px;
    right: -134px;
    top: 140px;
  }

  .p-service__bg-sp-item--03 {
    background-image: url(../../img/top-bg_paint3.svg);
    width: 80.85px;
    height: 53.2px;
    left: 25px;
    bottom: -98px;
  }
  
  /* セクション４========================================================================================================================================================== */
  .p-guidance {
    margin-top: -33vw;
  }
  
  .p-guidance-container {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  
  .p-guidance .l-container .p-guidance-text p:nth-of-type(1) {
    font-size: 3rem;
    line-height: 1.333;
  }

  .p-guidance .l-container .p-guidance-text p:nth-of-type(2) {
    font-size: unset;
    letter-spacing: 2px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 119px;
    margin-top: -8px;
  }

  .p-guidance .l-container .p-guidance-text p:nth-of-type(2) {
    transform: matrix(1, 0, -0.08, 1, 0, 0);
  }

  .guidance-btn,
  .section4_sp-text {
    display: block;
  }

  .section4_pc-text {
    display: none;
  }

  .section4_sp-text span {
    display: block;
  }

  .guidance-btn {
    margin-top: 34px;
  }

  .member-white-btn {
    margin-bottom: 24px;
  }

  /* 背景画像 */
  .p-guidance__line-bottom-sp {
    display: block;
    width: 100%;
  }

  .p-guidance__line-bottom-pc {
    display: none;
  }

  .p-guidance__line-blue-top {
    display: none;
  }

  .p-guidance-container {
    position: relative;
    overflow: hidden;
  }

  .p-guidance__bg-blue-sp {
    display: block;
    position: absolute;
    left: -105px;
    bottom: 38px;
    width: 235px;
    height: 320px;
    background-image: url(../../img/top-guidance-bg-blue-sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 0;
    pointer-events: none;
  }

  .pc-line {
    display: none;
  }

  .sp-line {
    display: block;
  }

  .p-top_line img:nth-of-type(3) {
    top: min(111vw, -459px);
  }

  .p-top_line img:nth-of-type(4) {
    top: min(111vw, -462px);
  }

  .sp-line-head-orange {
    width: 100%;
  }

  /* セクション５========================================================================================================================================================= */
  .desc--text {
    display: none;
  }

  .p-about {
    padding-top: 25vw;
  }

  .p-about {
    .title {
      font-size: 1.375rem;
      line-height: 1.33;
    }
    .title-english {
      margin-bottom: 0;
    }
    .title-small {
      font-size: .875rem;
      margin-top: 15px;
    }
    .desc {
      margin-bottom: 40px;
      width: 303px;
    }
  }
  .p-about__content {
    display: block;
  }
  .p-about__tab {
    display: none;
  }
  .p-about__tab-panel-list--container {
    width: 100%;
  }
  .p-about__tab-panel-list {
    margin-bottom: 25px;
  }
  .p-about__tab-panel-list--prev, .p-about__tab-panel-list--next {
    display: block;
  }
  .p-about__dot-list {
    display: flex;
    justify-content: center;
    gap: 18px;
    list-style: none;
  }
}

@media screen and (max-width: 350px) {
  .p-guidance .l-container .p-guidance-text p:nth-of-type(1) {
    font-size: 2.5rem;
  }
}