/* ----------------------------------------------
カラー
----------------------------------------------- */
:root{
    --color-bk: #212121;
    --color-wh: #fff;
    --color-red: #C6001B;
    --color-gray: #F2F2F2;
    --color-gray02: #727283;
    --color-transparent: rgba(255, 255, 255, 0.2);
}

/* ----------------------------------------------
フォント
----------------------------------------------- */

@font-face {
  font-family: "Source Han Code JP";
  src: url("../fonts/SourceHanCodeJP-Heavy.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  unicode-range: U+0080-FFFF;
}

@font-face {
  font-family: "Source Han Code JP";
  src: url("../fonts/SourceHanCodeJP-Bold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  unicode-range: U+0080-FFFF;
}

@font-face {
  font-family: "Source Han Code JP";
  src: url("../fonts/SourceHanCodeJP-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  unicode-range: U+0080-FFFF;
}

@font-face {
  font-family: "Source Han Code JP";
  src: url("../fonts/SourceHanCodeJP-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  unicode-range: U+0080-FFFF;
}

@font-face {
  font-family: "Source Han Code JP";
  src: url("../fonts/SourceHanCodeJP-Normal.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  unicode-range: U+0080-FFFF;
}

@font-face {
  font-family: "Source Han Code JP";
  src: url("../fonts/SourceHanCodeJP-Light.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  unicode-range: U+0080-FFFF;
}

@font-face {
  font-family: "Source Han Code JP";
  src: url("../fonts/SourceHanCodeJP-ExtraLight.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  unicode-range: U+0080-FFFF;
}

:root{
  --font-jp: "Source Han Code JP", sans-serif;
  --font-en: "IBM Plex Sans", sans-serif;
}



/* ----------------------------------------------
トップページ
----------------------------------------------- */

/* hero
----------------------------------------------- */

.p-topHeading__wrap{
  width: 100%;
  height: 100svh;
  position: relative;
}

.p-topHeading__txtBox{
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 2;
  color: var(--color-wh);
}

.p-topHeading__txtBox h2{
  font-size: 7.5em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
}

.p-topHeading__txtBox h2 span{
  font-size: 0.3em;
  font-weight: 700;
}

.p-topHeading__imageBox{
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100svh;
}

.p-topHeading__imageBox img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.p-topHeading__movBox{
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100dvh;
}

.p-topHeading__movBox video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

#yt_player {
    position: fixed;
    z-index: -2;
    top: 0px;
    width: 100%;
    height: 100%;
    transform: scale(1.15);
    opacity: 0;
    transition: opacity 0.4s ease;
}

#yt_player.logo-active{
    transform: scale(1);
}

#vimeo_player {
    position: fixed;
    z-index: -2;
    top: 0px;
    width: 100%;
    height: 100%;
}

#vimeo_player iframe{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}

#vimeo_iframe{
  opacity: 0;
  transition: opacity .6s ease;
}

/* 再生開始後につけるクラス */
#vimeo_iframe.is-playing {
  opacity: 1;
}

#video_fallback{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  display: block;
}

/* 静止画背景 */
.p-topHeading__movImage {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('https://img.youtube.com/vi/-Kbf7CTvgv0/maxresdefault.jpg');
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* 自動再生成功 → 動画を表示 */
.p-topHeading__movBox.is-playing #yt_player {
  opacity: 1;
}

/* 自動再生失敗 → 静止画を表示 */
.p-topHeading__movBox.is-fallback .p-topHeading__movImage {
  opacity: 1;
}

.p-topHeading__link{
  color: #fff;
}

.p-topHeading__linkItem a{
  display: flex;
  align-items: center;
  padding: 40px 13.89%;
  background: var(--color-bk);
  position: relative;
  gap: 0 5.56%;
  height: 200px;
}

.p-topHeading__linkLeft{
  width: 44.44%;
  flex-grow: 1;
}

.p-topHeading__linkItem h3{
  font-weight: 700;
  font-size: 3em;
}

.p-topHeading__linkItem h3 span{
  display: block;
  font-weight: 400;
  font-size: 0.292em;
  margin-top: 8px;
}

.p-topHeading__linkItem p{
  font-size: 1em;
  line-height: 1.688;
}

.p-topHeading__linkItem i{
  margin-left: auto;
}

.c-arr__icon02.white {
  background: rgba(255, 255, 255, 0.2);
  width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid var(--color-wh);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.c-arr__icon02::before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  border: 1px solid var(--color-wh);
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translate(-50%, -50%) rotate(135deg);
  position: absolute;
  top: 48%;
  left: 50%;
  transition: ease 0.4s;
  z-index: 3;
}

.c-arr__icon02::after {
  content: '';
  width: 100%;
  height: 0;
  border-radius: 50%;
  background: var(--color-bk);
  top: 0;
  left: 0;
  position: absolute;
  transition: ease 0.4s;
  z-index: 2;
}

.p-topHeading__scroll{
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 2;
  color: var(--color-wh);
  font-weight: 400;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 44px;
}

.p-scroll__text{
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.p-topHeading__scroll .p-scroll__arrow {/*矢印を配置するベースの設定*/
  position: absolute;
  top: 35%;/*着地点(p-topHeading__scrollの高さの50%)*/
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 30px;
  opacity: 0;
}
.p-topHeading__scroll .p-scroll__arrow:first-child {
  animation: arrow-move08 2s ease-in-out infinite;
}
.p-topHeading__scroll .p-scroll__arrow:nth-child(2)  {
  animation: arrow-move08 2s 1s ease-in-out infinite;
}
.p-topHeading__scroll .p-scroll__arrow:before,
.p-topHeading__scroll .p-scroll__arrow:after {/*矢印全体の設定*/
  position: absolute;
  content: '';
  top: 0;
  width: 22px;
  height: 1px;
  background: var(--color-wh);
}
.p-topHeading__scroll .p-scroll__arrow:before {/*矢印左の線の位置と傾斜*/
  left: 1px;
  transform: rotate(40deg);
}
.p-topHeading__scroll .p-scroll__arrow:after {/*矢印左の線の位置と傾斜*/
  right: 1px;
  transform: rotate(-40deg);
}
@keyframes arrow-move08 {
    0% { opacity: 0; top: 0%;/*スタート地点(p-topHeading__scrollの高さの40%)*/}
   70% { opacity: 1;}
  100% { opacity: 0;}
}

.p-topHeading__readBlock{
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  color: var(--color-wh);
  font-size: 1.25em;
  font-weight: 600;
  line-height: 2.4;
  padding: 100px 40px calc(200vw / 14.4) 40px;
  z-index: 1;
  background: transparent;
}

.p-topHeading__imageBox::before,
.p-topHeading__movBox::before{
  content: '';
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  top:0;
  left: 0;
  transition: ease 0.5s;
  opacity: 0;
  visibility: hidden;
}

.animation .p-topHeading__imageBox::before,
.animation .p-topHeading__movBox::before{
  background: rgba(33, 33, 33, 0.6);
  opacity: 1;
  visibility: visible;
}

/* ローディングオーバーレイ */
#loading {
  position: fixed;
  inset: 0;
  background: var(--color-bk); /* 背景動画の黒と馴染むように */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity .4s ease;
}

/* ローディング非表示時に付けるクラス */
#loading.is-hidden {
  opacity: 0;
  pointer-events: none;
}

/* ローディングロゴのサイズ */
#sus-loading-logo {
  width: 80px;   /* お好みで */
  height: auto;
  display: block;
}

/* 水の色＆アニメーション */
.sus-water {
  fill: var(--color-red);            /* ブランドカラーに合わせて変更可 */
  transform: translateY(74px); /* 最初はロゴの下に隠しておく */
  animation: sus-water-fill 2.2s ease-in-out infinite;
}

/* ロゴの線（アウトライン） */
.sus-outline {
  fill: none;
  stroke: #F8F8FA;  /* 元のロゴ色 */
  stroke-width: 2;
}

/* 下から水が溜まっていくアニメーション */
@keyframes sus-water-fill {
  0% {
    transform: translateY(74px);  /* 完全に下 */
  }
  50% {
    transform: translateY(0);     /* 一杯まで溜まる */
  }
  100% {
    transform: translateY(74px);  /* また下に戻る（ループ） */
  }
}


@media screen and (min-width: 769px) {
  .p-topHeading__link{
    position: relative;
    display: flex;
    left: 0;
    bottom: initial;
    width: 100%;
    z-index: 2;
  }

  .p-topHeading__link.is-fixed{
    position: fixed;
    bottom: 0;
  }

  .p-topHeading__linkItem{
    width: 50%;
    border-top: 1px solid var(--color-wh);
    border-bottom: 1px solid var(--color-wh);
  }

  .p-topHeading__linkItem + .p-topHeading__linkItem{
    border-left: 1px solid var(--color-wh);
  }

  .p-topHeading__linkItem a{
    transition: ease 0.4s;
  }

  .p-topHeading__linkItem a:hover{
    color: var(--color-bk);
    background: var(--color-gray);
  }

  .p-topHeading__linkItem a:hover .c-arr__icon02.white::before{
    border-color: var(--color-wh);
  }

  .p-topHeading__linkItem a:hover .c-arr__icon02.white{
    border-color: var(--color-bk);
  }

  .p-topHeading__linkItem a:hover .c-arr__icon02::after{
    height: 100%;
  }

  .p-topHeading__linkItem a:hover{
    opacity: 1;
  }


}

@media screen and (max-width: 768px) {

  .p-topHeading__imageBox,
  .p-topHeading__movBox{
    height: 100dvh;
  }

  .p-topHeading__txtBox{
    width: 100%;
    left: 50%;
    bottom: 120px;
    transform: translateX(-50%);
  }

  .p-topHeading__txtBox h2{
    font-size: 3.75em;
    text-align: center;
  }

  .p-topHeading__link{
    position: relative;
    bottom: initial;
    left: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-top: 1px solid var(--color-wh);
  }

  .p-topHeading__link.is-fixed{
    position: fixed;
    bottom: 0;
  }

  .p-topHeading__linkItem{
    width: 100%;
    border-bottom: 1px solid var(--color-wh);
  }

  .p-topHeading__linkItem p{
    display: none;
  }

  .p-topHeading__linkItem h3{
    font-size: 2em;
    margin-bottom: 0;
  }

  .p-topHeading__linkItem h3 span{
    font-size: 0.375em;
    margin-top: 8px;
  }

  .p-topHeading__linkItem a{
    width: 100%;
    padding: 16px 32px;
    height: 100px;
  }

  .c-arr__icon02.white{
    width: 60px;
    height: 60px;
  }

  .c-arr__icon02::before{
    width: 12px;
    height: 12px;
  }

  .p-topHeading__scroll{
    left: 50%;
    right: auto;
    bottom: 40px;
    transform: translateX(-50%);
  }

  .p-topHeading__readBlock{
    font-size: clamp(0.781em,1.25vw,1.25vw);
    line-height: 2.56;
    padding: 80px calc(30vw / 4.3) 100px calc(32vw / 4.3);
  }

}


/* news
----------------------------------------------- */

.p-topNews__wrap{
  position: relative;
  z-index: 2;
  padding-block: 80px;
  color: #fff;
}
.p-topNews__list{
  display: flex;
  flex-direction: column;
}

.p-topNews__article{
  padding-block: 24px;
  border-bottom: 1px solid var(--color-wh);
}

.p-topNews__article a{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
}

.p-topNews__date{
  font-size: 1em;
  font-weight: 700;
  border-right: solid 1px var(--color-wh);
  padding-right: 16px;
  line-height: 1.625;
  transition: ease 0.4s;
}

.p-topNews__category{
  font-size: 0.75em;
  font-weight: 400;
  padding-inline: 16px 0;
  word-break: keep-all;
  transition: ease 0.4s;
}

.p-topNews__title{
  font-size: 0.875em;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: ease 0.4s;
  width: 100%;
  margin-top: 10px;
  position: relative;
  padding-right: 50px;
}

.p-topNews__article .p-arr__icon{
  position: absolute;
  top:50%;
  right: 30px;
  transform: translateY(-50%);
  width: 12px;
  height: 7px;
  background: url(../img/common/btn-arrow01_s_wh.svg) no-repeat center center / cover;
}

@media screen and (min-width: 769px) {
  .p-topNews__grid{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0 6.15%;
  }

  .p-topNews__list{
    width: 69.23%;
    margin-left: auto;
  }

  a:hover .p-topNews__title,
  a:hover .p-topNews__date,
  a:hover .p-topNews__category{
    opacity: 0.7;
  }

  .p-topNews__article a:hover{
    opacity: 1;
  }

  .p-topNews__article .p-arr__icon{
    transition: ease 0.4s;
  }

  .p-topNews__article a:hover .p-arr__icon{
    right: 25px;
  }

  
}

@media screen and (max-width: 768px) {

  .p-topNews__left{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 24px;
  }

  .p-topNews__left .c-title01{
    margin-bottom: 0;
  }

  .p-topNews__article{
    padding-block: 16px;
  }

  .p-topNews__article a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-right: 0;
    position: relative;
  }

  .p-topNews__date{
    font-size: 0.75em;
    font-weight: 500;
  }

  .p-topNews__category{
    font-size: 0.75em;
    padding-inline: 16px 0;
  }

  .p-topNews__title{
    width: 100%;
    font-size: 0.875em;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 16px;
  }

  .p-topNews__article .p-arr__icon{
    right: 16px;
    margin-left: 16px;
  }

  .p-topNews__wrap .c-btn__left{
    margin-left: auto;
    margin-right: 0;
  }
}

/* recruit & business
----------------------------------------------- */

.p-topGrid__wrap{
  position: relative;
  z-index: 2;
  padding-block: 80px;
}

.p-topGrid__wrap .c-title01{
  position: relative;
  z-index: 2;
}

.p-topRecruit__copy{
  font-size: 2em;
  line-height:1.875;
  font-weight: 700;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}

.p-topRecruit__text{
  text-align: left;
  color: var(--color-gray02);
  font-size: 1.125em;
  line-height: 2.222;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}

.c-btn__right{
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .p-topGrid__wrap .l-container{
    display: flex;
    align-items: center;
    gap: 0 4.62%;
    position: relative;
    z-index: 2;
  }

  .p-topGrid__wrap + .p-topGrid__wrap{
    padding-top: 0;
  }

  .p-topGrid__text{
    width: 48.46%;
    position: relative;
    z-index: 2;
  }

  .p-topGrid__text::after{
    content: '';
    position: absolute;
    z-index: 1;
    bottom:-20%;
    right: -220%;
    width: 230%;
    height: 140%;
    background: var(--color-gray);
  }

  .p-topGrid__wrap + .p-topGrid__wrap .p-topGrid__text::after{
    bottom:-20%;
    left: -220%;
    right: auto;
    z-index: 1;
  }

  .p-topGrid__image{
    width: 49.69%;
    margin-left: auto;
    position: relative;
    z-index: 3;
  }

  .p-topGrid__image picture:first-child{
    width: 80%;
    max-width: 450px;
    display: block;
    position: relative;
    z-index: 2;
  }

  .p-topGrid__image picture:nth-child(2){
    width: 80%;
    max-width: 450px;
    position: relative;
    z-index: 1;
    top: -24px;
    right: -20px;
    display: block;
    margin-left: auto;
  }

  .p-topGrid__wrap + .p-topGrid__wrap .p-topGrid__text{
    order: 1;
  }

  .p-topGrid__wrap + .p-topGrid__wrap .p-topGrid__image{
    order: 0;
  }

  .p-topGrid__wrap + .p-topGrid__wrap .p-topGrid__image picture:first-child{
    margin-left: auto;
  }

  .p-topGrid__wrap + .p-topGrid__wrap .p-topGrid__image picture:nth-child(2){
    margin-left: 0;
    right: auto;
    left: -45px;
  }
}

@media screen and (max-width: 768px) {
  .p-topRecruit__copy{
    font-size: 1em;
    line-height: 1.889;
    margin-bottom: 24px;
  }

  .p-topRecruit__text{
    font-size: 0.875em;
    margin-bottom: 24px;
  }

  .p-topGrid__image{
    margin-top: 16px;
    margin-bottom: -19.3vw;
    position: relative;
  }

  .p-topGrid__image::before{
    content: '';
    position: absolute;
    right: -36px;
    top: 11%;
    background: var(--color-gray);
    width: calc(100% + 24px);
    height: 66%;
  }

  .p-topGrid__image picture{
    display: block;
    width: 61.81%;
  }

  .p-topGrid__image picture:first-child{
    position: relative;
    left: -16px;
    z-index: 3;
  }

  .p-topGrid__image picture:nth-child(2){
    position: relative;
    top:-19.3vw;
    right: -16px;
    margin-left: auto;
    z-index: 2;
  }

  .p-topGrid__wrap + .p-topGrid__wrap{
    padding-top: 0;
  }

  .p-topGrid__wrap + .p-topGrid__wrap .p-topGrid__image picture:first-child{
    left: auto;
    right: -8px;
    margin-left: auto;
  }

  .p-topGrid__wrap + .p-topGrid__wrap .p-topGrid__image picture:nth-child(2){
    left: -8px;
    right: auto;
    margin-left: 0;
  }

  .p-topGrid__image::before {
    right: -32px;
  }

  .p-topGrid__wrap + .p-topGrid__wrap .p-topGrid__image::before {
    right: auto;
    left: -32px;
  }
}

/* about
----------------------------------------------- */

.p-topAbout__wrap{
  position: relative;
  z-index: 2;
}

.p-topAbout__heading .c-title01{
  color: var(--color-bk);
}

.p-topAbout__heading .c-title01 span{
  color: var(--color-bk);
}

.p-topAbout__headingText{
  color: var(--color-wh);
  font-size: 1.25em;
  line-height: 2em;
  font-weight: 500;
}

@media screen and (min-width: 769px) {

  .p-topAbout__heading{
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }

  .p-topAbout__heading::before{
    content: '';
    width: 200%;
    height: 52%;
    background: var(--color-wh);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .p-topAbout__headingTitle{
    position: relative;
    z-index: 2;
    display: flex;
    gap: 0 40px;
    padding-top: 132px;
  }

  .p-topAbout__headingImage{
    max-width: 570px;
    width: 45%;
    display: block;
    margin-left: auto;
    position: relative;
    z-index: 2;
    right: -80px;
  }

  .p-topAbout__headingText{
    position: relative;
    z-index: 2;
    top: -7rem;
    width: 50%;
  }
}

@media screen and (max-width: 768px) {

  .l-container.p-topAbout__heading{
    padding-inline: 0;
  }

  .p-topAbout__heading .c-title01{
    margin-left: 36px;
  }

  .p-topAbout__heading .c-btn__right{
    margin-right: 36px;
  }

  .p-topAbout__headingTitle{
    background: var(--color-wh);
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 16px;
  }

  .p-topAbout__headingImage{
    position: relative;
    top:-20px;
    width:81.4%;
    display: block;
    margin-left: auto;
  }

  .p-topAbout__headingText{
    padding-inline: 36px;
    font-size: 0.875em;
  }
}

.p-topAbout__officersTitle .c-title01{
  font-size: 3.75em;
}

.p-topAbout__officersTitle .c-title01 span{
  font-size: 0.267em;
}

@media screen and (min-width: 769px) {
  .p-topAbout__officers{
    display: flex;
    align-items: center;
    padding-block: 80px 0;
    gap: 0 7.69%;
  }

  .p-topAbout__officersTitle{
    order: 1;
  }

  .p-topAbout__officersImage{
    width: 58.85%;
  }
}

@media screen and (max-width: 768px) {
  .l-container.p-topAbout__officers{
    padding-top: 80px;
    padding-inline: 0;
  }

  .p-topAbout__officersTitle .c-title01{
    font-size: 2em;
    text-align: center;
    padding-inline: 36px;
  }

  .p-topAbout__officersTitle .c-title01 span{
    font-size: 0.375em;
  }

  .p-topAbout__officers .c-btn__left{
    margin-top: 24px;
    text-align: center;
  }
}

.p-topAbout__overview {
  color: #fff;
}

.p-topAbout__overview .c-title01{
  font-size: 3.75em;
}

.p-topAbout__overview .c-title01 span{
  font-size: 0.267em;
}

.p-topAbout__overviewInfo{
  border-bottom: 1px solid var(--color-wh);
  padding-bottom: 24px;
  max-width: 930px;
  margin-inline: auto;
  margin-bottom: 24px;
}

.p-topAbout__overviewInfo + .p-topAbout__overviewInfo{
  margin-top: 24px;
}

.p-topAbout__overviewInfo dt{
  font-weight: 700;
}
.p-topAbout__overviewInfo dd{
  font-weight: 500;
}

.p-topAbout__overview .c-btn__center{
  margin-top: 40px;
}

@media screen and (min-width: 769px) {
  .p-topAbout__overview {
    padding-block: 120px 0;
  }

  .p-topAbout__overviewInfo{
    display: flex;
    align-items: center;
  }

  .p-topAbout__overviewInfo dt{
    padding-left: 40px;
    width: 188px;
  }

  .p-topAbout__overviewInfo dd{
    padding-left: 40px;
    border-left: 1px solid var(--color-wh);
    padding-block: 4px;
  }
}

@media screen and (max-width: 768px) {
  .l-container.p-topAbout__overview{
    padding-top: 80px;
  }

  .p-topAbout__overview .c-title01{
    font-size: 2em;
    text-align: center;
    padding-inline: 0;
  }

  .p-topAbout__overview .c-title01 span{
    font-size: 0.375em;
  }

  .p-topAbout__overviewInfo + .p-topAbout__overviewInfo{
    margin-top: 16px;
  }

  .p-topAbout__overviewInfo dd{
    margin-top: 16px;
  }

  .p-topAbout__overviewInfo {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .p-topAbout__overview .c-btn__center{
    margin-top: 24px;
  }
}

.p-topAbout__bnrList{
  text-align: center;
  font-size: clamp(2.3em,3.25em,3.75vw);
  font-weight: 700;
  padding-block: 120px 160px;
}

.p-topAbout__bnrList li a{
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  transition: ease 0.4s;
  padding-inline: 40px;
}

.p-topAbout__bnrList li p{
  position: relative;
  z-index: 2;
  word-break: break-all;
}

.p-topAbout__bnrList li:first-child{
  background: url(../img/top/bnr-img01.webp) no-repeat center center /cover;
}

.p-topAbout__bnrList li:nth-child(2){
  background: url(../img/top/bnr-img02.webp) no-repeat center center /cover;
}

.p-topAbout__bnrList li a::before{
  content: '';
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  transition: ease 0.4s;
}

.p-topAbout__bnrList span{
  font-size: 0.267em;
  font-weight: 700;
  display: block;
}

@media screen and (min-width: 769px) {
  .p-topAbout__bnrList{
    display: flex;
    gap: 0 2.79%;
  }

  .p-topAbout__bnrList li{
    width: 48.62%;
  }

  .p-topAbout__bnrList li a:hover{
    color: var(--color-bk);
    opacity: 1;
  }

  .p-topAbout__bnrList li a:hover::before{
    background: rgba(255, 255, 255, 0.6);
  }

}

@media screen and (max-width: 768px) {
  .p-topAbout__bnrList{
    font-size: 2em;
    display: flex;
    flex-direction: column;
    gap: 8px 0;
    padding-block: 80px 80px;
  }

  .p-topAbout__bnrList li a{
    padding: 45px 16px;
    height: auto;
  }

  .p-topAbout__bnrList li a span{
    font-size: 0.375em;
    margin-top: 8px;
  }
  
}


/* ----------------------------------------------
共通 - お知らせ
----------------------------------------------- */

.p-news__wrap{
  padding-block: 100px 200px;
}

.p-news__article {
  padding-block: 32px;
  border-bottom: 1px solid var(--color-bk);
}

.p-news__article a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-inline: 40px 50px;
  position: relative;
}

.p-news__date {
  font-size: 1em;
  font-weight: 600;
  border-right: solid 1px var(--color-bk);
  padding-right: 16px;
  line-height: 1.625;
  transition: ease 0.4s;
}

.p-news__category {
  font-size: 1em;
  font-weight: 500;
  padding-inline: 16px 24px;
  word-break: keep-all;
  transition: ease 0.4s;
}

.p-news__title {
  font-size: 1em;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: ease 0.4s;
  width: 100%;
  margin-top: 16px;
}

.p-news__article .c-arr__icon01{
  width: 40px;
  height: 40px;
  position: absolute;
  top:50%;
  right: 40px;
  transform: translateY(-50%);
}

.p-news__article .c-arr__icon01::before {
  width: 1px;
  height: 7px;
  background: url(../img/common/btn-arrow01_s.svg) center center /cover;
}

.p-news__article .p-arr__icon{
  position: absolute;
  top:50%;
  right: 30px;
  transform: translateY(-50%);
  width: 15px;
  height: 7px;
  background: url(../img/common/btn-arrow01_s_bk.svg) no-repeat center center / cover;
}

.c-pager__block{
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.page-numbers{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

ul.page-numbers .prev,
ul.page-numbers .next{
  width: 80px;
  height: 80px;
  border: 1px solid var(--color-red);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

ul.page-numbers .prev::after,
ul.page-numbers .next::after{
  content: '';
  top: 50%;
  left: 48%;
  position: absolute;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 15px;
  height: 15px;
  border: 1px solid var(--color-red);
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translate(-50%, -50%) rotate(45deg);
}

ul.page-numbers .prev::after{
  left: 52%;
  transform: translate(-50%, -50%) rotate(-135deg);
}

ul.page-numbers .prev:hover,
ul.page-numbers .next:hover{
  opacity: 1;
}

a.page-numbers,
span.page-numbers{
  font-size: 2em;
  font-weight: 500;
  color: var(--color-gray02);
}

.current.page-numbers{
  color: var(--color-red);
}

.dots.page-numbers{
  position: relative;
  top: -6px;
}

.p-newsHeading__block{
  margin-bottom: 100px;
}

.p-newsHeading__block .date-category{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 16px;
  margin-bottom: 24px;
}

.p-newsHeading__block .date-category .date{
  font-weight: 600;
  padding-right: 16px;
  border-right: 1px solid var(--color-bk);
}

.p-newsHeading__block .date-category .category{
  font-weight: 500;
}

.p-newsHeading__block .title{
  font-size: 2em;
  line-height: 1.4;
  font-weight: 600;
}

.p-news__detail {
  padding-bottom: 100px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--color-bk);
}

.p-news__detail p{
  font-size: 0.875em;
  line-height: 2;
}

.p-news__detail a{
  text-decoration: underline;
}

.p-news__detail img {
    width: revert-layer;
    height: auto;
    max-width: 100%;
}

.p-news__detail iframe[src*="youtube.com"] {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.p-news__detail p + p,
.p-news__detail p + h3,
.p-news__detail p + h4{
  margin-top: 40px;
}

.p-news__detail h3{
  font-weight: 600;
  font-size: 1em;
  margin-bottom: 16px;
}

.p-news__detail h4{
  font-weight: 500;
  font-size: 1em;
  margin-bottom: 16px;
}


@media screen and (min-width: 769px) {

  ul.page-numbers .prev::before,
  ul.page-numbers .next::before{
    content: '';
    background: var(--color-red);
    width: 0;
    height: 100%;
    border-radius: 50%;
    transition: ease 0.4s;
    position: absolute;
    top:0;
    left: 0;
    opacity: 0;
  }

  ul.page-numbers .prev:hover::before,
  ul.page-numbers .next:hover::before{
    width: 100%;
    opacity: 1;
  }

  ul.page-numbers .prev:hover::after,
  ul.page-numbers .next:hover::after{
    border-color: var(--color-wh);
  }

  .p-news__article a:hover .p-news__date,
  .p-news__article a:hover .p-news__category,
  .p-news__article a:hover .p-news__title{
    opacity: 0.6;
  }

  .p-news__article a:hover .c-arr__icon01::before{
    background: url(../img/common/btn-arrow01_s_wh.svg) center center /cover;
  }

  .p-news__article a:hover{
    opacity: 1;
  }

  .p-news__article .p-arr__icon{
    transition: ease 0.4s;
  }

  .p-news__article a:hover .p-arr__icon{
    right: 25px;
  }
  
}

@media screen and (max-width: 768px) {


  .p-news__wrap{
    padding-block: 80px 120px;
  }

  .p-news__article{
    padding-block: 16px;
  }

  .p-news__article a{
    padding-inline: 0 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-right: 0;
    position: relative;
  }

  .p-news__date {
    font-size: 0.75em;
    font-weight: 500;
  }

  .p-news__category {
    font-size: 0.75em;
    padding-inline: 16px 0;
  }

  .p-news__title {
    width: calc(100% - 70px);
    font-size: 0.875em;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 16px;
  }

  .p-news__article .c-arr__icon01{
    right: 0;
  }

  .c-pager__block{
    margin-top: 40px;
  }

    ul.page-numbers{
    gap: 20px;
  }

  ul.page-numbers .prev,
  ul.page-numbers .next{
    width: 40px;
    height: 40px;
  }
  ul.page-numbers .prev::after,
  ul.page-numbers .next::after{
    width: 10px;
    height: 10px;
  }
  a.page-numbers, span.page-numbers{
    font-size: 1em;
  }

  .p-newsHeading__block {
    margin-bottom: 64px;
  }

  .p-newsHeading__block .date-category .category{
    font-size: 0.875em;
  }

  .p-newsHeading__block .title{
    font-size: 1.5em;
  }
  
  .p-news__detail {
    padding-bottom: 80px;
    margin-bottom: 24px;
  }

  .p-news__article .p-arr__icon{
    right: 0;
  }
}

/* ----------------------------------------------
共通 - お問い合わせ
----------------------------------------------- */

.p-contact__wrap{
  padding-block: 100px 200px;
}

.p-contact__attBlock{
  max-width: 724px;
  margin-inline: auto;
  background: var(--color-gray);
  padding: 40px;
}

.p-contact__attBlock h2{
  font-size: 1em;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 16px;
}

.p-contact__attBlock p,
.p-contact__attBlock li{
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.8;
  color: var(--color-gray02);
}

.p-contact__attBlock p + h2{
  margin-top: 40px;
} 

.p-contact__attBlock a{
  text-decoration: underline;
}

.p-contact__attBlock ul{
  padding-left: 1em;
  list-style-type: disc;
}

.p-contact__attBlock p + ul{
  margin-top: 40px;
}

.p-contact__form{
  max-width: 930px;
  margin: 100px auto;
}
.p-contact__group{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.p-contact__group + .p-contact__group{
  margin-top: 48px;
}

.p-contact__title{
  font-size: 1.25em;
  font-weight: 600;
}

.p-contact__form .req{
  background: var(--color-red);
  color: var(--color-wh);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 1.4;
  border-radius: 10px;
  padding: 8px 16px;
  display: inline-block;
  margin-left: 24px;
  vertical-align: middle;
}

.p-contact__input{
  font-size: 1em;
  line-height: 1.9;
  font-weight: 400;
}

.c-form__annotation{
  text-align: right;
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 8px;
}

.wpcf7-response-output,
.wpcf7-spinner{
  display: none;
}

.p-contact__group +  .c-btn__center{
  margin-top: 40px;
}

.p-contact__privacyBlock{
  margin-top: 48px;
}

.p-contact__privacyBlock > p{
  font-size: 1em;
  line-height: 1.8;
  font-weight: 600;
  margin-bottom: 16px;
}

.p-contact__privacyScloll{
  border: 1px solid #727283;
  padding: 16px;
  overflow-y: scroll;
  height: 200px;
  border-radius: 10px;
  font-size: 1em;
  line-height: 1.9;
  font-weight: 400;
  margin-bottom: 40px;
}

.p-contact__privacyScloll h3,
.p-contact__privacyScloll h4{
  font-weight: 400;
}

.p-contact__privacyScloll ol{
  list-style-type: decimal;
  padding-left: 1em;
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}

.p-contact__privacyScloll p + ol,
.p-contact__privacyScloll ol + p,
.p-contact__privacyScloll ol + h3,
.p-contact__privacyScloll p + h4{
  margin-top: 16px;
}

.p-contact__privacyBlock .wpcf7-form-control-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}

.p-contact__privacyBlock .wpcf7-list-item label{
  font-size: 1.25em;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-left: 40px;
  position: relative;
  cursor: pointer;
}

.p-contact__privacyBlock .wpcf7-list-item label::before{
  content: '';
  position: absolute;
  top:50%;
  left: 0;
  border-radius: 10px;
  width: 30px;
  height: 30px;
  border: 1px solid #727283;
  transform: translateY(-50%);
}

.p-contact__privacyBlock input[type=checkbox]:checked+.wpcf7-list-item-label::after {
  content: '';
  position: absolute;
  display: block;
  box-sizing: border-box;
  top:8px;
  left: 5px;
  width: 20px;
  height: 10px;
  border-left: 4px solid var(--color-red);
  border-bottom: 4px solid var(--color-red);
  transform: rotate(-45deg);
}

.p-contact__privacyBlock input[type=checkbox]{
  display: none;
}

.p-contact__textBottom{
  max-width: 930px;
  margin-inline: auto;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.967;
  color: var(--color-gray02);
}

.p-contact__textBottom a{
  text-decoration: underline;
}

.p-contact__form .err{
  font-size: 14px;
  color: var(--color-red);
  margin-top: 16px;
}

.p-contact__form .wpcf7-not-valid-tip{
  font-size: 14px;
  color: var(--color-red);
  margin-top: 16px;
}


@media screen and (max-width: 768px) {
  .p-contact__wrap{
    padding-block: 80px 120px;
  }

  .p-contact__attBlock{
    padding: 24px;
  }

  .p-contact__form{
    margin: 64px auto;
  }

  .p-contact__title{
    font-size: 1.25em;
  }

  .p-contact__form .req{
    font-size: 12px;
    margin-left: 16px;
    line-height: 1;
    padding: 8px 10px;
  }

  .p-contact__input{
    font-size: 0.875em;
  }

  .c-form__select select,
  .c-form__inputText input[type=text],
  .c-form__inputText input[type=email],
  .c-form__inputText input[type=tel],
  .c-form__textarea{
    font-size: 0.875em;
  }

  .c-form__annotation{
    text-align: left;
  }

  .c-form__radiobtn label .wpcf7-list-item-label{
    font-size: 1em;
    padding: 0 10px 0 30px;
  }
  .c-form__radiobtn label .wpcf7-list-item-label:before{
    width: 24px;
    height: 24px;
  }

  .c-form__radiobtn input[type=radio]:checked+.wpcf7-list-item-label:after {
    width: 14px;
    height: 14px;
    left: 5px;
  }

  .p-contact__privacyScloll{
    font-size: 0.875em;
  }

  .p-contact__privacyBlock .wpcf7-form-control-wrap{
    margin-bottom: 64px;
  }

  .p-contact__privacyBlock .wpcf7-list-item label{
    font-size: 1em;
    padding-left: 30px;
  }

  .p-contact__privacyBlock .wpcf7-list-item label::before{
    width: 25px;
    height: 25px;
    border-radius: 8px;
  }

  .p-contact__privacyBlock input[type=checkbox]:checked+.wpcf7-list-item-label::after{
    top: 6px;
    left: 4px;
    width: 16px;
    height: 8px;
    border-left: 3px solid var(--color-red);
    border-bottom: 3px solid var(--color-red);
  }
}

/* ----------------------------------------------
共通 - 情報公開
----------------------------------------------- */

.p-information__wrap{
  padding-block: 100px 200px;
}

.p-information__office{
  margin-block: 40px;
}

.p-information__office + .p-information__office{
  padding-top: 20px;
}

.p-information__officeList{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px 8px;
}

p + .p-information__officeList{
  margin-top: 20px;
}

.p-information__officeList li a{
  transition: ease 0.4s;
  padding: 18px 20px 18px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-red);
  color: var(--color-bk);
  font-size: 1em;
  font-weight: 600;
  border-radius: 10px;
  text-align: center;
  height: 100%;
}

.p-information__officeList li i{
  width: 25px;
  height: 25px;
  background: url(../img/common/file-icon.svg) center center/cover;
  display: inline-block;
  margin-left: 8px;
  transition: ease 0.4s;
}

.p-information__wrap h4.c-title03{
  font-size: 1.5em;
}

@media screen and (min-width: 769px) {
  .p-information__officeList li a:hover{
    background: var(--color-red);
    color: var(--color-wh);
    opacity: 1;
  }

  .p-information__officeList li a:hover i{
    background: url(../img/common/file-icon_wh.svg) center center/cover;
  }

}

@media screen and (max-width: 768px) {

  .p-information__wrap{
    padding-block: 80px;
  }

  .p-information__officeList {
    grid-template-columns: repeat(2,1fr);
  }

  .p-information__officeList.single {
    grid-template-columns: repeat(1,1fr);
  }

  .p-information__officeList li a{
    padding: 22px 8px 22px 8px;
    font-size: 0.875em;
  }

  .p-information__officeList li i{
    width: 20px;
    height: 20px;
  }

  .p-information__wrap h4.c-title03{
    font-size: 1em;
  }
}


/* ----------------------------------------------
共通 - ポリシー
----------------------------------------------- */

.p-policy__wrap{
  padding-block: 100px 200px;
}

.p-policy__wrap .c-grid__block{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 40px;
  margin-bottom: 40px;
}

.p-policy__wrap h4.c-title03{
  font-size: 1.5em;
}

.p-policy__wrap h4.c-title03.small{
  font-size: 1em;
}

.p-policy__wrap h5.c-title03{
  font-size: 1em;
}

.p-policy__wrap h6{
  font-weight: 600;
}

.p-policy__wrap p + p{
  margin-top: 20px;
}

.p-policy__wrap p + h4,
.p-policy__wrap p + h5,
.p-policy__wrap ol + h5,
.p-policy__wrap ul + h5,
.p-policy__wrap p + h6,
.p-policy__wrap .c-table__block + p,
.p-policy__wrap ul + p,
.p-policy__wrap ol + p
{
  margin-top: 40px;
}

.p-policy__wrap .c-table__block + h5
{
  margin-top: 60px;
}

.p-policy__wrap h5 + h6{
  padding-left: 1.2em;
}

.p-policy__wrap p + h6{
  padding-left: 1.2em;
}

.p-policy__wrap hr{
  margin-block: 80px;
}

.p-policy__wrap table{
  margin-top: 70px;
}

.p-policy__wrap table a{
  text-decoration: underline;
}

.p-policy__wrap .c-table__primary th{
  font-weight: 400;
}

.p-policy__wrap .c-table__primary thead{
  background: #686868;
  color: var(--color-wh);
}

.p-policy__wrap .c-table__primary thead th{
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 600;
}

.p-policy__wrap .c-table__primary tr:first-child th,
.p-policy__wrap .c-table__primary tr:first-child td{
  padding-top: 20px;
}

.p-policy__wrap .c-table__primary tr:first-child th+td:before{
  height: calc(100% - 48px);
  top: 50%;
  transform: translateY(-50%);
}

.p-policy__wrap .c-table__primary tr:first-child th+th{
  position: relative;
}

.p-policy__wrap .c-table__primary tr:first-child th+th:before{
  content: '';
  width: 1px;
  height: calc(100% - 40px);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  top:50%;
  left: 0;
  background: var(--color-wh);
}

.p-policy__wrap .c-list__disc h6{
  font-weight: 400;
}

.p-policy__wrap h5 + .c-list__disc,
.p-policy__wrap p + .c-list__disc{
  padding-left: 2.2em;
}

.p-policy__wrap h5 + .c-list__number,
.p-policy__wrap p + .c-list__number{
  padding-left: 2.5em;
}

.c-sign__block{
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  margin-top: 20px;
}

.c-sign__block p{
  margin-bottom: 10px;
}

.c-sign__text{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 20px;
}

.c-sign__text dt{
  width:112px;
  font-weight: 400;
  line-height: 1.967;
}

.c-sign__text dd{
  font-weight: 400;
  line-height: 1.967;
}

@media screen and (min-width: 769px) {
  .p-policy__wrap .c-grid__block .c-grid__left{
    width: calc(200vw / 9.3);
  }
  
  .p-policy__wrap .c-grid__block .c-grid__right{
    width: calc(690vw / 9.3);
  }
}

@media screen and (max-width: 768px) {

  .p-policy__wrap h4.c-title03{
    font-size: 1.2em;
  }

  .p-policy__wrap{
    padding-block: 80px;
  }

  .p-policy__wrap .c-grid__block{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px 0;
    margin-bottom: 40px;
  }

  .p-policy__wrap .c-grid__block .c-grid__left{
    width: calc(100% - 80px);
  }

  .p-policy__wrap hr{
    margin-block: 40px;
  }

  .p-policy__wrap p + h5,
.p-policy__wrap ol + h5,
.p-policy__wrap ul + h5,
.p-policy__wrap p + h6,
.p-policy__wrap .c-table__block + p,
.p-policy__wrap ul + p,
.p-policy__wrap ol + p{
  margin-top: 32px;
}

.p-policy__wrap table {
  margin-top: 40px;
}

.c-sign__text dt{
  width:100px;
  font-size:0.875em ;
}

.c-sign__text dd{
  font-size:0.875em ;
}

.p-policy__wrap .c-table__primary th{
  display: table-cell;
}

.p-policy__wrap .c-table__primary td{
  display: table-cell;
  padding-left: 20px;
}

.p-policy__wrap .c-table__primary th:first-child{
  width: 30%;
  font-size: 0.75em;
}

.p-policy__wrap .c-table__primary th+td:before{
  height: calc(100% - 40px);
  top: 50%;
  transform: translateY(-50%);
  display: block;
}

.c-sign__block p{
  font-size: 0.875em;
}
}


/* ----------------------------------------------
ABOUT
----------------------------------------------- */

/* concept
----------------------------------------------- */

.p-concept__wrap{
  padding-block: 100px;
  color: var(--color-wh);
  text-align: center;
}

.p-concept__copy{
  font-size: 2.25em;
  line-height: 1.75;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .p-concept__wrap{
    padding-block: 80px;
  }

  .p-concept__copy{
    font-size: 1.3em;
    text-align: left;
  }
}

/* message
----------------------------------------------- */

.p-message__wrap{
  padding-block: 100px;
}

.p-message__wrap .c-title01.-left.small span{
  color: var(--color-red);
}

.p-message__grid{
  display: flex;
  align-items: flex-start;
  gap: 0 60px;
}

.p-message__image{
  width: 442px;
}

.p-message__copy h3{
  font-size: 2.25em;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}

.p-message__copy p{
  font-size: 1.125em;
  line-height: 2;
  font-weight: 400;
  color: var(--color-gray02);
  word-break: auto-phrase;
}

.p-message__copy .sign{
  margin-left: auto;
  font-size: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 200px;
  color: var(--color-bk);
  margin-top: 40px;
}

.p-message__copy .sign img{
  max-width: 200px;
}

@media screen and (max-width: 768px) {

  .p-message__wrap{
    padding-block: 80px;
  }

  .p-message__grid{
    flex-direction: column;
    gap: 40px 0;
  }

  .p-message__image{
    width: 100%;
  }

  .p-message__copy{
    width: 100%;
  }

  .p-message__copy h3{
    font-size: 1.4em;
    margin-bottom: 16px;
    text-align: justify;
  }

  .p-message__copy p{
    font-size: 0.875em;
  }

.p-message__copy .sign{
  font-size: 14px;
  max-width: 150px;
  margin-top: 24px;
}
}

/* philosophy
----------------------------------------------- */

.p-philosophy__wrap{
  position: relative;
  padding-block: 244px 0;
}

.p-philosophy__image{
  position: absolute;
  top:0;
  left: 0;
  z-index: 1;
  height: calc(100% / 1.6);
  overflow: hidden;
  display: block;
}

.p-philosophy__image img{
  width: 100%;
  object-fit: cover;
}

.p-philosophy__wrap .l-container{
  max-width: 1300px;
  background: var(--color-wh);
  border-radius: 10px;
  padding: 100px 112px;
  position: relative;
  z-index: 2;
}

.p-philosophy__copy{
  font-size: 1.8em;
  line-height: 1.75;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}

.p-philosophy__wrap h3{
  font-size: 1.563em;
  line-height: 1.75;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  color: var(--color-red);
}

.p-philosophy__wrap p{
  font-size: 1.125em;
  line-height: 2;
  font-weight: 400;
  color: var(--color-gray02);
}

@media screen and (max-width: 768px) {

  .p-philosophy__wrap{
    padding-block: 100px 0;
  }

  .p-philosophy__wrap .l-container{
    width: calc(100% - 64px);
    padding: 24px 24px;
  }
  .p-philosophy__image{
    height: auto;
  }

  .p-philosophy__copy{
    font-size: 1em;
    text-align: left;
    margin-bottom: 16px;
  }

  .p-philosophy__wrap h3{
    font-size: 0.875em;
    margin-bottom: 16px;
    text-align: left;
  }

  .p-philosophy__wrap p{
    font-size: 0.875em;
  }
}

/* cmppolicy
----------------------------------------------- */

.p-cmppolicy__wrap{
  padding-block: 120px;
}

.p-cmppolicy__wrap .l-container{
  display: flex;
  align-items: flex-start;
  gap: 0 32px;
}

.p-cmppolicy__wrap .c-title01{
  flex-grow: 1;
  word-break: keep-all;
}

.p-cmppolicy__dl{
  width: 800px;
  color: var(--color-wh);
}

.p-cmppolicy__dt{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 32px;
  font-size: 1.5em;
  line-height: 1.8;
  font-weight: 600;
  margin-bottom: 20px;
}

.p-cmppolicy__dt span{
  font-size: 4.167em;
  font-weight: 600;
  line-height: 0.8;
  -webkit-text-stroke: 2.5px var(--color-wh);
  text-stroke: 2.5px var(--color-wh);
  paint-order: stroke;
  color: var(--color-bk);
}

.p-cmppolicy__dd{
  font-size: 1.125em;
  line-height: 2;
  font-weight: 400;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--color-wh);
}

.p-cmppolicy__dd + .p-cmppolicy__dt{
  margin-top: 40px;
}

@media screen and (max-width: 768px) {

  .p-cmppolicy__wrap{
    padding-block: 80px;
  }
  .p-cmppolicy__wrap .l-container{
    flex-direction: column;
  }

  .p-cmppolicy__dl{
    width: 100%;
  }

  .p-cmppolicy__dt{
    font-size: 1.25em;
    gap: 0 16px;
  }

  .p-cmppolicy__dt span{
    font-size: 2.5em;
  }

  .p-cmppolicy__dd{
    font-size: 0.875em;
    padding-bottom: 32px;
  }

  .p-cmppolicy__dd + .p-cmppolicy__dt {
    margin-top: 32px;
  }
}

/* origin
----------------------------------------------- */

.p-origin__wrap{
  padding-block: 100px;
}

.p-origin__wrap .c-title01.small span {
  color: var(--color-red);
}

.p-origin__copy{
  display: flex;
  max-width: 664px;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  gap: 0 30px;
  line-height: 1;
  margin-bottom: 40px;
}

.p-origin__copy span{
  width: 1px;
  height: 54px;
  background: var(--color-bk);
  display: inline-block;
  border-left: 1px solid var(--color-bk);
}

.p-origin__copy .logo{
  width: auto;
  height: calc(80vw / 14.46);
  max-height: 80px;
}

.p-origin__copy .skill-up-smile{
  width: auto;
  height: calc(105vw / 14.46);
  max-height: 105px;
  position: relative;
}

.p-origin__wrap h4{
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
  line-height: 2;
  margin-bottom: 40px;
}

.p-origin__text{
  font-size: 1.125em;
  line-height: 2;
  font-weight: 400;
  color: var(--color-gray02);
}

@media screen and (max-width: 768px) {
  .p-origin__wrap{
    padding-block: 80px;
  }

  .p-origin__copy{
    margin-bottom: 16px;
  }

  .p-origin__wrap h4{
    font-size: 1em;
    text-align: left;
    margin-bottom: 16px;
  }

  .p-origin__text{
    font-size: 0.875em;
  }

  .p-origin__copy span{
    height: 30px;
  }

  .p-origin__copy .logo{
    height: calc(70vw / 7.68);
  }

  .p-origin__copy .skill-up-smile{
    height: calc(90vw / 7.68);
  }

  .p-origin__copy{
    gap: 0 20px;
  }
}


/* company profile
----------------------------------------------- */

.p-cmpprofile__wrap{
  padding-block: 100px;
}

.p-cmpprofile__wrap .c-table__primary ul{
  padding-left: 1em;
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  list-style-type: disc;
}

.p-cmpprofile__wrap .c-table__primary a{
  text-decoration: underline;
}

.p-cmpprofile__wrap .c-table__primary ul +  p{
  margin-top: 8px;
}

@media screen and (min-width: 769px) {
  .p-cmpprofile__wrap .c-table__primary th{
    width: 220px;
  }

   .p-cmpprofile__wrap .c-table__primary td{
    width: calc(100% - 220px);
  }
}

@media screen and (max-width: 768px) {

  .p-cmpprofile__wrap{
    padding-block: 80px;
  }

  .p-cmpprofile__wrap .c-table__primary th{
    border-bottom: none;
    padding-bottom: 0;
  }
}


/* office
----------------------------------------------- */

.p-office__wrap{
  padding-block: 20px 100px;
  color: var(--color-wh);
}

.p-office__block{
  padding-bottom: 40px;
  border-bottom: 1px solid #8E8E8E;
}

.p-office__block + .p-office__block{
  margin-top: 40px;
}

.p-office__block .c-title02{
  font-size: 1.825em;
  margin-bottom: 40px;
}

.col01 .p-office__text{
  width: 100%;
}

.p-office__map{
  width: 100%;
}

.p-office__address,
.p-office__access{
  font-weight: 400;
  line-height: 2;
}

.p-office__text h4{
  font-weight: 600;
  font-size: 1em;
  margin-top: 32px;
  margin-bottom: 8px;
}
/*
.p-office__map iframe{
  filter: grayscale(100%);
}
  */


  .p-office__imageSlide .slick-dots li button:before{
    color: var(--color-wh);
    opacity: 1;
    font-size: 10px;
  }

  .p-office__imageSlide .slick-dots li.slick-active button:before{
    color: var(--color-red);
  }

  .p-office__imageSlide .slick-next,
  .p-office__imageSlide .slick-prev{
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 4;
  }

  .p-office__imageSlide .slick-next:before,
  .p-office__imageSlide .slick-prev:before{
    content: '';
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid var(--color-wh);
    position: relative;
    background: transparent;
    z-index: 1;
    background: rgba(255, 255, 255, 0.5);
  }

  .p-office__imageSlide .slick-next:after,
  .p-office__imageSlide .slick-prev:after{
    content: '';
    width: 18px;
    height: 10px;
    background: url(../img/common/btn-arrow01_wh.svg) no-repeat center center / cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
  }

  .p-office__imageSlide .slick-prev:after{
    transform: translate(-50%, -50%) rotateY(180deg);
  }

@media screen and (min-width: 769px) {
  .p-office__text{
    flex: 1;
  }

  .p-office__image,
  .p-office__imageSlide{
    width: 48.46%;
  }

  .p-office__block{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 40px 3.08%;
  }

  .p-office__map iframe{
    width: 100%;
    height: calc(400vw / 13);
    max-height: 400px;
  }
}

@media screen and (max-width: 768px) {

  .p-office__imageSlide + .p-office__map{
    margin-top: 50px;
  }

  .p-office__map{
    margin-top: 24px;
  }


  .p-office__map iframe{
    width: 100%;
    height: calc(400vw / 7.68);
    max-height: 400px;
  }

  .p-office__block .c-title02{
    font-size: 1em;
    margin-bottom: 24px;
  }

  .p-office__address, .p-office__access{
    font-size: 0.875em;
  }

  .p-office__text h4{
    font-size: 1em;
  }

  .p-office__image,
  .p-office__imageSlide{
    margin-top: 24px;
    display: block;
  }
  
}

/* grpup
----------------------------------------------- */

.p-cmpgroup__wrap{
  padding-block: 100px;
}
.p-cmpgroup__list{
  color: var(--color-wh);
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}

.p-cmpgroup__grid{
  display: flex;
  align-items: flex-start;
  gap: 40px 40px;
  justify-content: flex-start;
}

.p-cmpgroup__logo{
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-cmpgroup__text{
  width: 590px;
}

.p-cmpgroup__list > .p-cmpgroup__listItem{
  border-bottom: 3px solid #8E8E8E;
  padding-bottom: 40px;
}

.p-cmpgroup__list .p-cmpgroup__grid + h4{
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 16px;
  padding-left: 8px;
  font-size: 1.25em;
  font-weight: 600;
}

.p-cmpgroup__list h4::after{
  content: '';
  flex-grow: 1;
  border-top: 1px #8E8E8E dotted;
}

.p-cmpgroup__subList{
  padding-top: 40px;
}

.p-cmpgroup__title{
  font-size: 1.5em;
  line-height: 2;
  font-weight: 600;
  margin-bottom: 20px;
}

.p-cmpgroup__explanation{
  font-size: 1em;
  font-weight: 400;
  line-height: 2;
}

.p-cmpgroup__text .c-btn__right{
  margin-top: 20px;
}

.p-cmpgroup__text .c-icon__blank{
  width: 19px;
  height: 19px;
  background: url(../img/about/link-icon.svg) no-repeat center center /cover;
  display: inline-block;
  margin-left: 8px;
  position: relative;
  z-index: 2;
  top:2px;
  transition: ease 0.4s;
}

@media screen and (min-width: 769px) {
  .p-cmpgroup__text .c-btn__right:hover .c-icon__blank{
    background: url(../img/about/link-icon_bk.svg) no-repeat center center /cover;
  }
}

@media screen and (max-width: 768px) {

  .p-cmpgroup__text .c-btn__primary{
    max-width: 150px;
  }

  .p-cmpgroup__text .c-icon__blank{
    width: 14px;
    height: 14px;
  }

}

@media screen and (max-width: 480px) {

  .p-cmpgroup__wrap{
    padding-block: 80px;
  }
  

  .p-cmpgroup__grid{
    flex-direction: column;
    align-items: center;
    gap: 24px 0;
  }

  .p-cmpgroup__logo{
    width: 60%;
  }

  .p-cmpgroup__text{
    width: 100%;
  }

  .p-cmpgroup__title{
    font-size: 1.25em;
    margin-bottom: 16px;
    line-height: 1.8;
  }

  .p-cmpgroup__explanation{
    font-size: 0.875em;
  }

  .p-cmpgroup__list .p-cmpgroup__grid + h4{
    font-size: 1em;
  }
}

/* history
----------------------------------------------- */

.p-history__wrap{
  padding-block: 100px;
}

.p-history__wrap .c-btn__center{
  margin-top: 100px;
  position: relative;
}

.p-history__wrap .c-btn__center button{
  position: relative;
  z-index: 2;
}

.p-history__wrap .c-btn__center::after{
  content: '';
  width: 100%;
  height: 300px;
  position: absolute;
  left: 0;
  top: -250px;
  background: linear-gradient(0deg, rgba(33,33,33,1) 0%, rgba(33,33,33,0) 100%);
  z-index: 1;
}

.p-history__dl{
  padding-left: 66px;
  padding-bottom: 40px;
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.p-history__dl.show {
  opacity: 1;
}

.p-history__dl::before{
  content: '';
  position: absolute;
  left: 8px;
  top: 24px;
  width: 1px;
  height: calc(100% - 24px);
  background: var(--color-wh);
}
/*
.p-history__dl + .p-history__dl{
  padding-top: 40px;
}
  */

.p-history__dl + .p-history__dl::before{
  top: 0;
  height: 100%;
}

.p-history__dt{
  font-size: 3em;
  line-height: 1;
  color: var(--color-wh);
  margin-bottom: 20px;
  position: relative;
}

.p-history__dt::before{
  content: '';
  position: absolute;
  top:50%;
  left: -70.5px;
  background: var(--color-red);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.p-history__dt .year{
  font-size: 0.625em;
}

.p-history__dt .small{
  font-size: 0.333em;
  display: inline-block;
  margin-left: 24px;
}

.p-history__dd{
  border-radius: 10px;
  background: var(--color-wh);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}

.view-more-btn {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
}
.view-more-btn:disabled {
  background-color: #d6d6d6;
  cursor: not-allowed;
}

.p-history__dd + .p-history__dt{
  margin-top: 40px;
}

.p-history__subDl{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0 20px;
}

.p-history__month{
  width: 56px;
  max-width: 56px;
  min-width: 56px;
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 600;
}

.p-history__month span{
  font-size: 0.667em;
}

.p-history__subDl dd{
  font-weight: 400;
  line-height: 1.967;
  color: var(--color-gray02);
}

@media screen and (max-width: 480px) {

  .p-history__wrap{
    padding-block: 80px;
  }

  .p-history__dl{
    padding-left: 40px;
    padding-bottom: 32px;
  }

  .p-history__dt{
    font-size: 2.5em;
    margin-bottom: 16px;
  }

  .p-history__dt .year{
    font-size: 0.45em;
  }

  .p-history__dd{
    padding: 16px;
    gap: 16px 0;
  }

  .p-history__dt::before{
    width: 20px;
    height: 20px;
    left: -41.5px;
  }

  .p-history__subDl dd{
    font-size: 0.875em;
  }

  .p-history__wrap .c-btn__center::after{
    height: 250px;
    top: -200px;
  }
  .p-history__wrap .c-btn__center{
    margin-top: 50px;
  }
}

/* officer
----------------------------------------------- */

.p-officers__wrap{
  padding-block: 100px;
}

.p-officers__wrap .l-container{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
}

.p-officers__wrap .c-title01{
  margin-top: 94px;
}

.p-officers__right{
  width: 800px;
  margin-left: auto
}

.p-officers__list{
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  color: var(--color-wh);
  margin-bottom: 152px;
}

.p-officers__list02{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 40px;
  color: var(--color-wh);
}

.p-officers__list02 + .p-officers__list{
  padding-top: 40px;
  border-top: 1px solid #8E8E8E;
  margin-top: 80px;
}

.p-officers__list .p-officers__listItem{
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #8E8E8E;
}

.p-officers__image{
  width: calc(300vw / 14.4);
  max-width: 300px;
}

.p-officers__list .p-officers__text{
  flex: 1;
}

.p-officers__text{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px 0;
}

.p-officers__text .position{
  order: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 2;
}

.p-officers__text .name{
  order: 1;
  font-size: 2em;
  font-weight: 600;
  line-height: 1;
  position: relative;
  cursor: pointer;
  padding-bottom: 20px;
}

.p-officers__text .name ruby{
  display: block;
  margin-top: 8px;
  color: var(--color-gray02);
  font-size: 0.438em;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  word-break: keep-all;
  white-space: nowrap;
}

.p-officers__text .name .modal-btn{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: var(--color-wh) 1px solid;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: -4px;
  right: -64px;
  transition: ease 0.4s;
}

.p-officers__text .name .modal-btn::before,
.p-officers__text .name .modal-btn::after{
  content: '';
  width: 15px;
  height: 1px;
  background: var(--color-wh);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: ease 0.4s;  
}

.p-officers__text .name .modal-btn::after{
  transform: translate(-50%,-50%) rotate(90deg);
}

.p-officers__text .profile{
  order: 2;
  line-height: 2;
  font-weight: 400;
}

.p-officers__text .profile br{
  display: none;
}

.p-officers__mobalTop .p-officers__text .profile br{
  display: block;
}

.p-officers__modal{
  position: fixed;
  width: 100vw;
  height: 100dvh;
  background: rgba(33, 33, 33, 0.8);
  display: flex; /* フレックスボックスで中央配置 */
  align-items: center;
  justify-content: center;
  z-index: 999999;
  top:0;
  left: 0;
  color: var(--color-wh);
  padding: 80px;
  opacity: 0;
  transition: ease 0.4s;
  visibility: hidden;
}

.p-officers__modal.show {
  opacity: 1;
  visibility: visible;
}

.p-officers__modalBlock{
  border-radius: 10px;
  background: var(--color-bk);
  padding: 60px;
  width: calc(1300vw / 14.4);
  height: 100%;
  max-width: 1300px;
  max-height: 850px;
  position: relative;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

.p-officers__mobalTop{
  display: flex;
  border-bottom: 1px solid #8E8E8E;
  padding-bottom: 40px;
  margin-bottom: 40px;
  gap: 0 40px;
}

.p-officers__modalBlock .p-officers__text{
  flex: 1;
}

.p-officers__biography{
  width: 100%;
  flex: 1;
}

.p-officers__biography h4{
  text-align: center;
  font-size: 1.313em;
  font-weight: 600;
  margin-bottom: 40px;
}

.p-officers__biography .c-table__block{
  max-width: 960px;
  margin-inline: auto;
}

.p-officers__biography .c-table__primary th{
  width: 194px;
  padding: 24px 40px;
}

.p-officers__biography .c-table__primary td{
  width: calc(100% - 194px);
  padding: 24px calc(20vw / 9.3);
  font-weight: 500;
}

.p-officers__closeBtn{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #6C6C6C;
  border: 1px solid var(--color-wh);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top:-20px;
  right: -20px;
  transform: rotate(45deg);
}

.p-officers__closeBtn i{
  width: 28px;
  height: 28px;
  position: relative;
  display: inline-block;
}

.p-officers__closeBtn i::before,
.p-officers__closeBtn i::after{
  content: '';
  width: 100%;
  height: 1px;
  background: var(--color-wh);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.p-officers__closeBtn i::after{
  transform: translate(-50%,-50%) rotate(90deg);
}

.p-officers__inner{
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.p-officers__inner{
  position: relative;
  overflow-y: scroll;
}

.p-officers__inner::after{
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    z-index: 1;
    transition: opacity 0.3s ease;
    opacity: 1;
}

.p-officers__inner::before{
    content: '';
    width: 43px;
    height: 44px;
    position: absolute;
    right: 28px;
    bottom: 25px;
    background:url(../img/about/scroll-icon.svg) no-repeat center center/cover;
    z-index: 2;
    transition: opacity 0.3s ease;
    opacity: 1;
}

.p-officers__inner.scrolled::before,
.p-officers__inner.scrolled::after {
      opacity: 0;
}


@media screen and (min-width: 769px) {
  .p-officers__text .name:hover .modal-btn{
    background: var(--color-wh);
  }

  .p-officers__text .name:hover .modal-btn::before{
    transform: translate(-50%,-50%) rotate(90deg);
    background: var(--color-bk);
  }

  .p-officers__text .name:hover .modal-btn::after{
    transform: translate(-50%,-50%) rotate(180deg);
    background: var(--color-bk);
  }

  .p-officers__closeBtn{
    transition: ease 0.4s;
  }

  .p-officers__closeBtn:hover{
    transform: rotate(225deg);
    background: var(--color-wh);
  }

  .p-officers__closeBtn i::before,
  .p-officers__closeBtn i::after{
    transition: ease 0.4s;
  }

  .p-officers__closeBtn:hover i::before,
  .p-officers__closeBtn:hover i::after{
    background: var(--color-bk);
  }


  /*
  .p-officers__inner::after {
      content: '';
      width: 100%;
      height: 200px;
      position: absolute;
      left: 0;
      bottom: 0;
      background: linear-gradient(0deg, rgba(33, 33, 33, 1) 0%, rgba(33, 33, 33, 0) 100%);
      z-index: 1;
  }
      */

      
}

@media screen and (max-width: 768px) {

 .p-officers__biography .c-table__primary th{
    width: 100px;
    padding: 16px 8px;
  }

  .p-officers__biography .c-table__primary td{
    width: calc(100% - 100px);
    padding: 16px 8px;
    display: table-cell;
  }

    .bg-bk .p-officers__biography .c-table__primary th {
        border-bottom: none
    }
}

@media screen and (max-width: 960px) {
  .p-officers__wrap .l-container{
    flex-direction: column;
    align-items: center;
  }

  .p-officers__right{
    width: 100%;
  }
}

@media screen and (max-width: 480px) {

  .p-officers__wrap{
    padding-block: 80px;
  }

  .p-officers__wrap .l-container .c-title01{
    margin-bottom: 0;
  }


  .p-officers__list{
    margin-bottom: 80px;
  }

  .p-officers__list02{
    gap: 24px;
  }

  .p-officers__text .name .modal-btn{
    width: 32px;
    height: 32px;
    right: -40px;
  }

  .p-officers__text .name .modal-btn::before,
  .p-officers__text .name .modal-btn::after{
    width: 12px;
  }

  .p-officers__list02 .p-officers__text .name{
    font-size: 1.25em;
  }

  .p-officers__list .p-officers__listItem{
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding-bottom: 32px;
  }

  .p-officers__wrap .c-title01{
    margin-top: 0;
    text-align: center;
  }

  .p-officers__listItem .p-officers__image{
    width: 60%;
  }

  .p-officers__list .p-officers__text{
    width: 100%;
  }

  .p-officers__text{
    gap: 16px 0;
  }

  .p-officers__text .position{
    font-size: 0.875em;
  }

  .p-officers__text .name{
    font-size: 1.5em;
  }

  .p-officers__text .profile{
    font-size: 0.875em;
  }

  .p-officers__mobalTop{
    flex-direction: column;
    align-items: center;
    gap: 24px 0;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }

  .p-officers__modal .p-officers__image{
    width: 60%;
  }

  .p-officers__modalBlock .p-officers__text{
    width: 100%;
    margin-left: 0;
  }

  .p-officers__modal{
    padding: 24px;
  }

  .p-officers__modalBlock{
    padding: 32px 16px;
    height: calc(100svh - 48px);
  }

  .p-officers__biography{
    height: auto;
    overflow-y: visible;
  }

  .p-officers__closeBtn{
    width: 50px;
    height: 50px;
    top: -10px;
    right: -10px;
  }

  .p-officers__biography h4{
    font-size: 1em;
    margin-bottom: 24px;
  }

  .p-officers__biography .c-table__primary th{
    width: 100px;
    padding: 16px 8px;
    display: table-cell;
    border-bottom: none;
    vertical-align: middle;
  }

  .p-officers__biography .c-table__primary td{
    display: table-cell;
    width: calc(100% - 100px);
    padding: 16px 8px;
  }

  .p-officers__inner{
    overflow-y: scroll;
  }

  .p-officers__modalBlock{
    position: relative;
  }

  /*
  .p-officers__modalBlock::after {
      content: '';
      width: 100%;
      height: 200px;
      position: absolute;
      left: 0;
      bottom: 0;
      background: linear-gradient(0deg, rgba(33, 33, 33, 1) 0%, rgba(33, 33, 33, 0) 100%);
      z-index: 1;
  }
      */

      .p-officers__inner{
        position: relative;
      }

       .p-officers__inner::after{
        content: '';
        width: 100px;
        height: 100px;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        background: rgba(255, 255, 255, 0.6);
        border-radius: 10px;
        z-index: 1;
        transition: opacity 0.3s ease;
        opacity: 1;
      }

      .p-officers__inner::before{
        content: '';
        width: 43px;
        height: 44px;
        position: absolute;
        left: 50%;
        bottom: 25px;
        transform: translateX(-50%);
        background:url(../img/about/scroll-icon.svg) no-repeat center center/cover;
        z-index: 2;
        transition: opacity 0.3s ease;
        opacity: 1;
       }

       .p-officers__inner.scrolled::before,
        .p-officers__inner.scrolled::after {
          opacity: 0;
        }
}


/* sustainability
----------------------------------------------- */

.p-sustainability__wrap{
  padding-block: 100px;
}


.p-sustainability__wrap .js-tab__content{
  padding-top: 100px;
}

.p-sustainability__grid01,
.p-sustainability__grid02{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding-bottom: 120px;
  border-bottom: 2px dotted #727283;
}

.p-sustainability__grid02{
  padding-top: 120px;
}

.p-sustainability__grid01 .p-sustainability__left,
.p-sustainability__grid02 .p-sustainability__right{
  width: calc(436vw / 11.3);
  max-width: 436px;
}

.p-sustainability__grid01 .p-sustainability__right,
.p-sustainability__grid02 .p-sustainability__left{
  width: calc(655vw / 11.3);
  max-width: 655px;
}

.p-sustainability__grid01 h4,
.p-sustainability__grid02 h4,
.p-sustainability__grid03 h4{
  font-weight: 600;
  line-height: 2;
  font-size: 1.825em;
  margin-bottom: 40px;
}

.p-sustainability__grid01 p,
.p-sustainability__grid02 p,
.p-sustainability__grid03 p,
.p-sustainability__text p{
  font-weight: 400;
  line-height: 2;
  color: var(--color-gray02);
  text-align: justify;
}

.p-sustainability__grid01 p span,
.p-sustainability__grid02 p span{
  display: block;
  text-align: right;
  margin-top: 20px;
}

.p-sustainability__attempt{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px 0;
  padding-block: 120px;
  border-bottom: 2px dotted #727283;
}

.p-sustainability__text{
  max-width: 800px;
}

.p-sustainability__text h4{
  text-align: center;
  font-weight: 600;
  line-height: 2;
  font-size: 2em;
  margin-bottom: 40px;
}

.p-sustainability__image{
  max-width: 1134px;
}

.p-sustainability__attemptList dl{
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 0 40px 40px 40px;
}

.p-sustainability__attemptList dt{
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.417;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: -20px;
}

.p-sustainability__attemptList dt span{
  display: block;
  background: #F47D7D;
  color: var(--color-wh);
  font-size: 0.833em;
  border-radius: 50px;
  line-height: 45px;
  width: 146px;
}

.p-sustainability__attemptList figure img{
  width: auto;
  height: 100px;
  margin-block: 60px 20px;
}

.p-sustainability__attemptList figcaption{
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-sustainability__attemptList dd{
  font-weight: 400;
  line-height: 2;
  color: var(--color-gray02);
}

.p-sustainability__table{
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px 0;
}

.p-sustainability__table h4{
  text-align: center;
  font-weight: 600;
  line-height: 2;
  font-size: 2em;
}

.p-sustainability__table .c-table__block{
  max-width: 1130px;
}

.p-sustainability__table .c-small__text{
  text-align: left;
  font-size: 0.75em;
  margin-top: 0;
  max-width: 1130px;
  width: 100%;
  margin-inline: auto;
}

.p-sustainability__table thead{
  background: #F47D7D;
  color: var(--color-wh);
}

.p-sustainability__table .c-table__primary thead tr:first-child th,
.p-sustainability__table .c-table__primary tbody tr:first-child th,
.p-sustainability__table .c-table__primary tbody tr:first-child td{
  padding-top: 20px;
}

.p-sustainability__table .c-table__primary tbody th{
  font-weight: 500;
  background: #FAE0E1;
  vertical-align: middle;
  padding: 20px 20px;
  width: calc(400vw / 11.3);
}

.p-sustainability__table .c-table__primary th+td{
  border-left: 1px solid var(--color-bk);
}

.p-sustainability__table .c-table__primary th+td:before{
  display: none;
}

.p-sustainability__table .c-table__primary thead th:first-child{
  text-align: center;
  border-right: 1px solid var(--color-wh);
}

.p-sustainability__table .c-table__primary thead th{
  text-align: center;
  position: relative;
}

.p-sustainability__table .c-table__primary thead th + th{
  width: calc(178vw / 11.3);
}

.p-sustainability__table .c-table__primary thead th + th::before{
  content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 40px);
    top: 50%;
    left: 0;
    background: var(--color-wh);
    transform: translateY(-50%);
}

.p-sustainability__table .c-table__primary thead th:nth-child(2)::before{
  display: none;
}

.p-sustainability__table .c-table__primary th span{
  font-size: 0.75em;
}

.p-sustainability__table .c-table__primary td{
  text-align: center;
  font-weight: 500;
  width: calc(178vw / 11.3);
  padding: 20px 20px;
}

.p-sustainability__table .c-table__primary .second-th{
  text-align: center;
  position: relative;
}

.p-sustainability__table .c-table__primary .second-th::before{
  content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 40px);
    top: 50%;
    left: 0;
    background: var(--color-bk);
    transform: translateY(-50%);
}

.p-sustainability__table .c-table__primary td + td::before{
  content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 40px);
    top: 50%;
    left: 0;
    background: var(--color-bk);
    transform: translateY(-50%);
}

.p-sustainability__grid03{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.p-sustainability__grid03 .p-sustainability__right{
  order: 1;
  width: calc(656vw / 11.3);
  max-width: 656px;
}

.p-sustainability__grid03 .p-sustainability__left{
  order: 0;
  width: calc(440vw / 11.3);
  max-width: 440px;
}

.p-sustainability__list{
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  max-width: 1140px;
  margin-inline: auto;
  margin-bottom: 56px;
  padding-top: 120px;
}

.p-sustainability__listItem{
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding: 40px;
}

.p-sustainability__listText h5{
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.417;
  display: flex;
  align-items: center;
  gap: 0 16px;
  margin-bottom: 24px;
}

.p-sustainability__listText h5 span{
  font-size: 2.5em;
  color: var(--color-red);
  line-height: 0.8;
}

.p-sustainability__listText h6{
  font-size: 1.25em;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 8px;
}

.p-sustainability__listText p{
  font-weight: 400;
  line-height: 2;
  color: var(--color-gray02);
}

.p-sustainability__list + .c-btn__right{
  max-width: 1140px;
  margin-inline: auto;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.p-sustainability__list + .c-btn__right .c-btn__primary{
  flex-shrink: 0;
}

@media screen and (min-width: 769px) {
    .p-sustainability__attemptList{
      display: grid;
      grid-template-columns: repeat(3,1fr);
      gap: 20px;
      max-width: 1138px;
      margin-top: 20px;
    }
}

@media screen and (max-width: 768px) {

  .p-sustainability__table .c-table__block{
    width: 100%;
  }

  .p-sustainability__table .c-table__primary tbody th{
    padding: 16px 8px;
  }

  .p-sustainability__table .c-table__primary td{
    padding: 16px 8px;
    position: relative;
    z-index: 1;
  }

  .p-sustainability__table .c-table__primary{
    width: 100%;
  }

  .p-sustainability__table .c-table__primary th,
  .p-sustainability__table .c-table__primary td{
    display: table-cell;
  }


  .p-sustainability__table .c-table__primary thead tr:first-child th{
    vertical-align: middle;
  }
  

   .p-sustainability__attemptList{
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 20px;
  }

  .p-sustainability__list + .c-btn__right .c-btn__primary{
    flex-shrink: 0;
    max-width: 180px;
  }

  .p-sustainability__table .c-table__primary tbody th{
      width: 25%;
  }

}

@media screen and (min-width: 481px) {

  .p-sustainability__grid01 .p-sustainability__left,
.p-sustainability__grid02 .p-sustainability__left,
.p-sustainability__grid03 .p-sustainability__left{
  order: 0;
}

.p-sustainability__grid01 .p-sustainability__right,
.p-sustainability__grid02 .p-sustainability__right,
.p-sustainability__grid03 .p-sustainability__right{
  order: 1;
}

.p-sustainability__listItem{
  display: flex;
  align-items: flex-start;
  gap: 0 40px;
}

.p-sustainability__listText{
  order: 1;
  flex: 1;
}

.p-sustainability__listIcon{
  order: 0;
  width: calc(350vw / 11.4);
  max-width: 350px;
}
}

@media screen and (max-width: 480px) {

  .p-sustainability__wrap{
    padding-block: 80px;
  }
  .p-sustainability__grid01,
  .p-sustainability__grid02{
    flex-direction: column;
    padding-bottom: 60px;
  }

  .p-sustainability__grid03{
    flex-direction: column;
  }

  .p-sustainability__grid01 .p-sustainability__left,
  .p-sustainability__grid02 .p-sustainability__right,
  .p-sustainability__grid03 .p-sustainability__left{
    width: 100%;
  }

  .p-sustainability__grid01 .p-sustainability__right,
  .p-sustainability__grid02 .p-sustainability__left,
  .p-sustainability__grid03 .p-sustainability__right{
    width: 100%;
  }

  .p-sustainability__grid02,
  .p-sustainability__attempt,
  .p-sustainability__table{
    padding-top: 60px;
  }

  .p-sustainability__grid01 h4,
  .p-sustainability__grid02 h4,
  .p-sustainability__text h4,
  .p-sustainability__grid03 h4{
    font-size: 1.25em;
    margin-bottom: 24px;
    text-align: center;
  }

  .p-sustainability__grid01 p,
  .p-sustainability__grid02 p,
  .p-sustainability__text p,
  .p-sustainability__grid03 p{
    font-size: 0.875em;
  }

  .p-sustainability__table h4{
    font-size: 1.25em;
    margin-bottom: 0;
  }

  .p-sustainability__attempt{
    padding-bottom: 60px;
  }

  .p-sustainability__attemptList dt{
    font-size: 1em;
  }

  .p-sustainability__attemptList figure img{
    margin-block: 40px 8px;
  }

  .p-sustainability__attemptList figcaption{
    height: auto;
  }

  .p-sustainability__attemptList dd{
    font-size: 0.875em;
  }

  .p-sustainability__list{
    padding-top: 80px;
  }

  .p-sustainability__listItem{
    padding: 24px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 24px 0;
  }

  .p-sustainability__listIcon{
    width: 60%;
  }

  .p-sustainability__listText h5{
    font-size: 1em;
    margin-bottom: 16px;
    gap: 0 8px;
  }

  .p-sustainability__listText h5 span{
    font-size: 2em;
  }

  .p-sustainability__listText h6{
    font-size: 1em;
  }

  .p-sustainability__listText p{
    font-size: 0.875em;
  }

  .p-sustainability__attemptList dl{
    padding: 0 24px 24px 24px;
  }

  .p-sustainability__table .c-table__block{
    width: 100%;
    overflow-x: scroll;
  }

  .p-sustainability__table .c-table__primary tbody{
    position: relative;
  }

  .p-sustainability__table .c-table__primary tbody th{
    position: sticky;
    z-index: 2;
    left: 0;
    width: 100px;
  }

  .p-sustainability__table .c-table__primary td{
    position: relative;
    z-index: 1;
  }

  .p-sustainability__table .c-table__primary{
    width: max-content;
    position: relative;
  }


  .p-sustainability__table .c-table__primary thead{
    position: relative;
  }

  .p-sustainability__table .c-table__primary thead th:first-child{
    position: sticky;
    z-index: 2;
    left: 0;
    width: 100px;
    background: #F47D7D;
  }

  .p-sustainability__table .c-table__primary thead tr{
    position: relative;
  }

    .p-sustainability__table .c-table__primary thead th +th{
      z-index: 1;
    }

  .p-sustainability__table .c-table__primary .second-th {
    position: sticky;
    z-index: 2;
    left: 100px;
  }

}
