@charset "utf-8";
/*-- Foundation --*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
:root{
    --eng-font: "Montserrat", sans-serif;
    --main-color:#000;
    --white-color:#ffffff;
    --hctxt-color:#ffffff;
    --pad-min: 20px;/*-- container pad --*/
    --pad-max: 40px;
    --gap-min: 20px;/*-- grid gap --*/
    --gap-max: 30px;
    --vw-min: 900px;/*-- 変化終わり --*/
    --vw-max: 1200px;/*-- 変化始め --*/
}
.home__w *{
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
.home__w{
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 2.6;
    padding: 0;
    margin: 0;
}
.home__w img{width:100%;height:auto;max-width: inherit;}
.witb2025 #wrapper{overflow:clip;}
.witb2025 #breadcrumb {display: none;}
/*-- Font --*/
.eng-txt{font-family: var(--eng-font);}
.txt50{font-size: 50px;}
.txt48{font-size: 48px;}
.txt44{font-size: 44px;}
.txt42{font-size: 42px;}
.txt38{font-size: 38px;}
.txt32{font-size: 32px;}
.txt30{font-size: 30px;}
.txt28{font-size: 28px;}
.txt24{font-size: 24px;}
.txt22{font-size: 22px;}
.txt21{font-size: 21px;}
.txt20{font-size: 20px;}
.txt18{font-size: 18px;}
.txt16{font-size: 16px;}
.txt14{font-size: 14px;}
.txt13{font-size: 13px;}
.txt12{font-size: 12px;}
.txt11{font-size: 11px;}
.txt10{font-size: 10px;}
.subtxt{font-size: 14px;}
@media (max-width:1200px){
.txt70{font-size: 60px;}    
}
@media (max-width:900px){}
@media (max-width:768px){
.txt50{font-size: 36px;}
.txt48{font-size: 30px;}
.txt44{font-size: 26px;}
.txt38{font-size: 24px;}
.txt32{font-size: 21px;}
.txt28{font-size: 20px;}
.txt24{font-size: 20px;}
.txt22{font-size: 19px;}
.txt20{font-size: 18px;}
.txt18{font-size: 16px;}
}

/*-- iframe --*/
.l-iframe{position:relative;padding-top: 56.25%;height:0;overflow:hidden;}
.l-iframe iframe,.l-iframe img{
    position: absolute;
    width: 100%!important;
    height: 100%!important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: auto;
    object-fit: cover;
}
/*-- Flex --*/
.l-fl{display: flex;flex-wrap: wrap;}
.l-fl__bet{display: flex;flex-wrap: wrap;justify-content: space-between;}
.l-fl.l-nw9,.l-fl__bet.l-nw9{flex-wrap: nowrap;}
.l-fl.l-nw,.l-fl__bet.l-nw{flex-wrap: nowrap;}
.l-jcenter,.l-fl.l-fl__jcenter,.l-fl__bet.l-fl__jcenter{justify-content: center;}
.l-icenter,.l-fl.l-fl__icenter,.l-fl__bet.l-fl__icenter{align-items: center;}
.l-fl__p0{padding:0!important;}
.l-fl__5full{width:50%;max-width: 560px;}
.l-fl__3l,.l-fl__3r{width:30%;}
.l-fl__7l,.l-fl__7r{width:70%;}
.l-fl__6l,.l-fl__6r{width:60%;}
.l-fl__55l,.l-fl__55r{width:55%;}
.l-fl__5l,.l-fl__5r,.l-fl__left,.l-fl__right{width:50%;}
.l-fl__45l,.l-fl__45r{width:45%;}
.l-fl__4l,.l-fl__4r{width:40%;}
.l-fl__3l,.l-fl__4l,.l-fl__5l,.l-fl__55l,.l-fl__6l,.l-fl__7l{padding-right:30px;}
.l-fl__3r,.l-fl__4r,.l-fl__5r,.l-fl__55r,.l-fl__6r,.l-fl__7r{padding-left:30px;}
.l-fl__45l{padding-right:0px;}
.l-fl__45r{padding-left:0px;}
.l-fl__1{width:100%;}
.l-fl__2{width:calc(100%/2 - 15px);}
.l-fl__3{width:calc(100%/3 - 15px);}
.l-fl__4{width:calc(100%/4 - 15px);}
@media (max-width:1000px){
.l-fl__3{width:calc(100%/2 - 15px);}
}
@media (max-width:900px){
.l-fl__5l,.l-fl__5r,.l-fl__3l,.l-fl__3r,.l-fl__4l,.l-fl__4r,.l-fl__6l,.l-fl__6r,.l-fl__45l,.l-fl__45r,.l-fl__7l,.l-fl__7r{width:100%;padding:0;}
.l-fl.l-nw9,.l-fl__bet.l-nw9{flex-wrap: wrap;}
.l-fl__5full{width:100%;max-width: initial;}
.l-fl__3l{padding-right:0px;}
.l-fl__3r{padding-left:0px;}
.l-fl__3c{padding:0px;}
.l-fl__55l,.l-fl__55r,.l-fl__45l,.l-fl__45r,.l-fl__left,.l-fl__right{width:100%;}
.l-fl__55l,.l-fl__55r,.l-fl__45l,.l-fl__45r{padding:0px;}
.l-fl__2{width:100%;}
.l-fl__3{width:100%;}
.l-fl__4{width:100%;}
.l-fl__ol1{order:1;}
.l-fl__ol2{order:2;}
.l-fl__ol3{order:3;}
.l-fl__ol4{order:4;}
}
@media (max-width:768px){
.l-fl__ol1-7{order:1;}
.l-fl__ol2-7{order:2;}
.l-fl__ol3-7{order:3;}
.l-fl__ol4-7{order:4;}
}
@media (max-width:640px){
.l-fl__ol1-64{order:1;}
.l-fl__ol2-64{order:2;}
.l-fl__ol3-64{order:3;}
.l-fl__ol4-64{order:4;}
}
/*-- Grid --*/
.l-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(var(--gap-min),calc(var(--gap-min) + (var(--gap-max) - var(--gap-min)) * ((100vw - var(-   -vw-min)) / (var(--vw-max) - var(--vw-min)))),var(--gap-max));
}
.l-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(var(--gap-min),calc(var(--gap-min) + (var(--gap-max) - var(--gap-min)) * ((100vw - var(--vw-min)) / (var(--vw-max) - var(--vw-min)))),var(--gap-max));
}
.l-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(var(--gap-min),calc(var(--gap-min) + (var(--gap-max) - var(--gap-min)) * ((100vw - var(--vw-min)) / (var(--vw-max) - var(--vw-min)))),var(--gap-max));
}
.l-grid-2.l__img3{
  grid-template-columns: 30% 1fr;
}
.l-grid-2.l__img4{
  grid-template-columns: 40% 1fr;
}
.l-grid-2.r__img3{
  grid-template-columns:  1fr 30%;
}
.l-grid-2.r__img4{
  grid-template-columns:  1fr 40%;
}
@media (max-width:1200px){
.l-grid-4,.l-grid-3{grid-template-columns: repeat(3, 1fr);}
}
@media (max-width:900px){
.l-grid-4,.l-grid-3{grid-template-columns: repeat(2, 1fr);}
}
@media (max-width:768px){
.l-grid-4,.l-grid-3,.l-grid-2 {grid-template-columns: repeat(1, 1fr);}
.l-grid-2.l__img3,
.l-grid-2.l__img4,
.l-grid-2.r__img3,
.l-grid-2.r__img4{grid-template-columns: repeat(1, 1fr);}
}
/*-- l-container --*/
.l-container{
    width:100%!important;
    max-width: 1280px!important;
    padding-left: clamp(var(--pad-min),calc(var(--pad-min) + (var(--pad-max) - var(--pad-min)) * ((100vw - var(--vw-min)) / (var(--vw-max) - var(--vw-min)))),var(--pad-max));
    padding-right: clamp(var(--pad-min),calc(var(--pad-min) + (var(--pad-max) - var(--pad-min)) * ((100vw - var(--vw-min)) / (var(--vw-max) - var(--vw-min)))),var(--pad-max));
    margin: 0 auto;
}
.l-container-full{
    width:100%!important;
    max-width: 1200px!important;
    padding-left: clamp(var(--pad-min),calc(var(--pad-min) + (var(--pad-max) - var(--pad-min)) * ((100vw - var(--vw-min)) / (var(--vw-max) - var(--vw-min)))),var(--pad-max));
    padding-right: clamp(var(--pad-min),calc(var(--pad-min) + (var(--pad-max) - var(--pad-min)) * ((100vw - var(--vw-min)) / (var(--vw-max) - var(--vw-min)))),var(--pad-max));
    margin: 0 auto;
}
.l-container-16{
    width:100%!important;
    max-width: 1600px!important;
    padding-left: clamp(var(--pad-min),calc(var(--pad-min) + (var(--pad-max) - var(--pad-min)) * ((100vw - var(--vw-min)) / (var(--vw-max) - var(--vw-min)))),var(--pad-max));
    padding-right: clamp(var(--pad-min),calc(var(--pad-min) + (var(--pad-max) - var(--pad-min)) * ((100vw - var(--vw-min)) / (var(--vw-max) - var(--vw-min)))),var(--pad-max));
    margin: 0 auto;
}
@media (max-width:1280px){
.l-container{max-width: 960px!important;}
}
@media (max-width:1000px){
.l-container{max-width: 880px!important;}
}
@media (max-width:900px){
.l-container,.l-container-full,.l-container-16{padding-left:var(--pad-min);padding-right:var(--pad-min);}
.l-container{max-width: 100%!important;}
}
@media (max-width:768px){
.l-container.l-container__7sp{padding: 0px;}
}

/*-- ------------- --*/
/*-- component css --*/
/*-- ------------- --*/
/*-- display css --*/
.c-pc-6{display: block!important;}
.c-pc-7{display: block!important;}
.c-pc-9{display: block!important;}
.c-pc-92{display: block!important;}
.c-pc-12{display: block!important;}
.c-pc-10{display: block!important;}
.c-pc-6f,.c-pc-7f,.c-pc-9f,.c-pc-92f,.c-pc-12f,.c-pc-10f{display: flex!important;}
.c-sp-6,.c-sp-6f{display: none!important;}
.c-sp-7,.c-sp-7f{display: none!important;}
.c-sp-9,.c-sp-9f{display: none!important;}
.c-sp-9,.c-sp-9f{display: none!important;}
.c-sp-10,.c-sp-10f{display: none!important;}
.c-sp-12,.c-sp-12f{display: none!important;}
.c-sp-92,.c-sp-92f{display: none!important;}
@media (max-width:1200px){
.c-pc-12,.c-pc-12f{display: none!important;}
.c-sp-12{display: block!important;}
.c-sp-12f{display: flex!important;}
}
@media (max-width:1000px){
.c-pc-10,.c-pc-10f{display: none!important;}
.c-sp-10{display: block!important;}
.c-sp-10f{display: flex!important;}
}
@media (max-width:992px){
.c-pc-92,.c-pc-92f{display: none!important;}
.c-sp-92{display: block!important;}
.c-sp-92f{display: flex!important;}
}
@media (max-width:900px){
.c-pc-9,.c-pc-9f{display: none!important;}
.c-sp-9{display: block!important;}
.c-sp-9f{display: flex!important;}
}
@media (max-width:768px){
.c-pc-7,.c-pc-7f{display: none!important;}
.c-sp-7{display: block!important;}
.c-sp-7f{display: flex!important;}
}
@media (max-width:640px){
.c-pc-6,.c-pc-6f{display: none!important;}
.c-sp-6{display: block!important;}
.c-sp-6f{display: flex!important;}
}


/*-- ----------- --*/
/*-- project css --*/
/*-- ----------- --*/
.home__w section{
    background: #fff;
    padding: 80px 0;
}
.home__w .section__margin{background: #fff;padding: 80px 0 0;}
/*-- Index MV--*/
.s__mv{
    position: relative;
    width:100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.home__w .s__mv{background: none;}
.s__mv::after{
    content:'';
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background: url(../images/witb2025/mv.png)no-repeat center/cover;
    z-index: -1;
}
.s__mv .mv__txt{
    position: relative;
    width:100%;
    padding: 30px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    z-index: 5;
}
.s__mv .mv__txt h1{
    font-weight: 300;
    color: var(--white-color);
    line-height: 2.5;
    text-align: center;
    margin: 0 0 15px;
    width: 100%;
}
.s__mv .mv__txt h1 img{
    max-width: 100%;
    margin: 0 auto 70px;
}
.s__mv .mv__txt h1 span{
    width: 100%;
    line-height: 3;
    display: block;
}
@media screen and (max-height: 900px){
.s__mv{
    height: 100%;
}
}
@media screen and (max-width: 992px){}
@media screen and (max-width: 768px){
.s__mv{
    height: 100%;
}
.s__mv .mv__txt{
    position: relative;
    width:100%;
    padding: 0px;
}
}

@media screen and (max-width: 640px){
}
/*-- 背景 --*/
.bg__bl,.bg__bl2,.bg__bl3{
    position: relative;
    width: 100%;
}
.home__w .bg__bl2{
    padding: 0;
}
.bg__bl::before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    background:  rgba(0,0,0,.3);
    z-index: 2;
}
.bg__bl2::before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:  rgba(0,0,0,.44);
    z-index: 1;
}
.bg__bl3::after{
    content:'';
    display: block;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:  rgba(101,101,101,1);
    mix-blend-mode: multiply;
    z-index: 2;
}
/*-- 見出し --*/
.head__area{
    position: relative;
    margin-bottom: 30px;
    z-index: 5;
}
.head__area p{
    margin: 0 0 20px;
}
.head__area h2{
    line-height: 1.5;
}
.head__area.c_white h2{
    color:#fff;
}
.head__area.c_white p{
    color:#fff;
}
.head__area p span,.head__area h2 span{
    display: flex;
    align-items: center;
    width:15px;
    height:1px;
    background: #000;
    margin-right: 10px;
}
.head__area.c_white p span,.head__area.c_white h2 span{
    background: #fff;
}
/*-- newlogo --*/
.s__newlogo{background: #EEECEB;}
.s__newlogo .head__area{
    margin: 10px 0;
}
.s__newlogo .txt__area{margin-bottom: 100px;}
.s__newlogo .txt__area p{line-height: 2.5;}
.s__newlogo img{display: block;width: 100%;max-width: 700px; margin: 0 auto 60px;}
/*-- s__mission,s__vision --*/
.s__tagline{}
.s__tagline .bg__area{
    position: -webkit-sticky;
    position: sticky;
    top:0;
    height: 100vh;
    background: url(../images/witb2025/tagline_statement.jpg)no-repeat center left/cover;
}
/* 切り替え用のレイヤー */
.s__tagline .bg__area::before {
    content: "";
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: url(../images/witb2025/tagline_statement2.jpg) no-repeat center/cover;
    opacity: 0;
    z-index: 1;
    transition: opacity 1s ease;
}
/* class 追加でふわっとフェードイン */
.s__tagline .bg__area.is__active::before {
    opacity: 1;
}
.s__mission .bg__area{
    position: -webkit-sticky;
    position: sticky;
    top:0;
    height: 100vh;
    background: url(../images/witb2025/mission.jpg)no-repeat center left/cover;
}
/* 切り替え用のレイヤー */
.s__mission .bg__area::before {
    content: "";
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: url(../images/witb2025/mission2.jpg) no-repeat center left/cover;
    opacity: 0;
    z-index: 1;
    transition: opacity 1s ease;
}
/* class 追加でふわっとフェードイン */
.s__mission .bg__area.is__active::before {
    opacity: 1;
}
.s__vision .bg__area{
    position: -webkit-sticky;
    position: sticky;
    top:0;
    height: 100vh;
    background: url(../images/witb2025/vision.jpg)no-repeat center/cover;
}
/* 切り替え用のレイヤー */
.s__vision .bg__area::before {
    content: "";
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: url(../images/witb2025/vision2.jpg) no-repeat center left/cover;
    opacity: 0;
    z-index: 1;
    transition: opacity 1s ease;
}
/* class 追加でふわっとフェードイン */
.s__vision .bg__area.is__active::before {
    opacity: 1;
}
.home__w .l-wrapper{
    position: relative;
    display: flex;
    align-items: flex-start;
    color: #fff;
    margin-top: -100vh;
    margin-top: -100dvh;
    will-change: filter;
    z-index: 3;
}
.s__tagline .l-wrapper{
    margin-top: -60vh;
    margin-top: -60dvh;
}
.home__w .l__stiky{
    display: grid;
    align-items: flex-start;
    grid-template-columns: 45% 55%;
    gap: 20px; /* 任意 */
    padding: 80px 0;
}
.l__stiky .head__area{
    position: -webkit-sticky;
    position: sticky;
    top: 50vh;
    top: 50dvh;
    transform: translateY(-50%);
    margin-bottom: 50vh;
    margin-bottom: 50dvh;
    z-index: 5;
    margin-top: 55vh;
    margin-top: 55dvh;
}
.s__tagline .l__stiky .head__area{
    margin-top:0;
}
.l__stiky .head__area img{
    max-width: 100%;
}
.l__stiky .right__block{
    margin-top: 100vh;
    margin-top: 100dvh;
    margin-bottom: 50vh;
    margin-bottom: 50dvh;
    color: #fff;
    padding-left: 30px;
    z-index: 15;
}
.s__tagline .l__stiky .right__block{
    margin-top: 100vh;
    margin-top: 100dvh;
    margin-bottom: 300px;
}
.l__stiky .right__block p{
    position: relative;
    display: block;
    line-height: 3;
    color:#fff;
}
/*-- s__values --*/
.home__w .s__values{
    position: relative;
}
.s__values__wrapper {
    position: relative;
    padding-bottom: 100px;
}
/* ヘッダーを sticky にする。wrapper 内で固定される */
.s__values .head__area{
    z-index: 10;
    margin: 0 0 60px;
    transform: translate3d(0,0,0)!important;
}
.s__values__inner > * {
    position: -webkit-sticky;
    position: sticky;
    top: 160px;
    perspective: 1200px;
}
.s__values__inner > div:first-child{}
.s__values__inner > div + div {
    top: 245px;
    margin-top: 120px;
}
.s__values__box{
    position: relative;
    padding: 30px 70px 60px;
    border-radius: 20px;
    background: #EEECEB;
}
.s__values__box::before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .16);
    z-index: -1;
}
.s__values__box .s__values__box__header{
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 0 10px;
    margin-bottom: 40px;
    border-bottom:1px solid #707070;
}
.s__values__box .s__values__box__header h3{
    display: flex;
    flex-direction: column;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    line-height: 1;
}
.s__values__box .s__values__box__header h3 img{
    width:125px;
    height:auto;
    margin-bottom: 5px;
}
.s__values__box .s__values__box__header p{
    align-items: baseline;
    font-weight: 500;
    line-height: 1;
    margin: 0;
}
.s__values__box .s__values__box__header p span{
    color:#C9C5C0;
    margin-left: 10px;
    padding-left: 10px;
    border-left:1px solid #C9C5C0;
}
.s__values__box .l-fl__45l p{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    line-height: 1.8;
}
.s__values__box .l-fl__55r{padding-left: 10px;}
/*-- s_message --*/
.s_message{position: relative;}
.s_message .l-container{position: relative; z-index: 2;}
.s_message .bg__area{
    position: absolute;
    top:380px;
    left:0;
    right:30%;
    bottom:0;
    background: #EEECEB;
    border-radius: 0 20px 20px 0;
    z-index: 1;
}
.s_message h2{font-weight: 700;}
.s_message .right__block{
    width: 100%;
    text-align: right;
    margin: 50px 0 0;
}
.s_message .right__block p{
    text-align: right;
    margin: 5px 0 0;
}
.s_message .right__block img{
    max-width: 90%;
}
.s_message .scroll__area {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    padding: 60px 0 80px;
    z-index: 2;
}
.s_message .scroll__area__inner {
    display: flex;
    animation: scroll3 40s linear infinite;
    will-change: transform;
}
.s_message .scroll__area__inner img {
  height: 300px;  /* ← 全体の高さを決める。自由に変更OK */
  width: auto;    /* ← 比率を100%維持するための設定 */
  flex-shrink: 0;
  object-fit: contain; /* cover を禁止して内容カットを防ぐ */
}
@keyframes scroll3 {
0% {
    transform: translate3d(0, 0, 0); ;
}
100% {
    transform: translate3d( calc(2 * -2595px), 0, 0); 
}
}
/*-- s__youtube --*/
.home__w .s__youtube{padding: 0;}
.s__youtube .l-iframe{
    display: flex;
    align-items: center;
    justify-content: center;
}
.s__youtube .l-iframe a{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    display: block;
    z-index: 5;
}
.s__youtube .l-iframe a img{
    position: relative;
    top:0;
    left:0;
    transform: translate(0,0);
    width:100%;
    height:auto;
    max-width: 300px;
}
@media screen and (max-width: 1400px){

}
@media screen and (max-width: 1200px){
}
@media screen and (max-width: 1000px){

}
@media screen and (max-width: 900px){
/*-- s__mission,s__vision --*/
.l__stiky{
    grid-template-columns: 50% 50%;
    gap: 20px; /* 任意 */
}
/* ヘッダーを sticky にする。wrapper 内で固定される */
.s__values__box .s__values__box__header{
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 0 10px;
    margin-bottom: 30px;
    border-bottom:1px solid #707070;
}
.s__values__box .l-fl__55r{padding-left: 0px;}
}
@media screen and (max-width: 768px){
/*-- 背景 --*/
.bg__bl2::before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:  rgba(0,0,0,.44);
    z-index: 2;
}
/*-- newlogo --*/
.s__newlogo .txt__area{width: 100%;margin-bottom: 30px;}
.s__newlogo .head__area{
    margin: 10px 0 30px;
}
.s__newlogo img{display: block;width: 100%;max-width: 500px; margin: 0 auto 30px;}
/*-- s__mission,s__vision --*/
.s__tagline .bg__area,.s__mission .bg__area,.s__vision .bg__area{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    height: 100%;
    background: none;
}
.s__tagline::after{
    content:'';
    position: absolute;
    display: block;
    width: 100%;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    height: 100%;
    background: url(../images/witb2025/tagline_statement.jpg)no-repeat center/cover;
}
.s__mission::after{
    content:'';
    position: absolute;
    display: block;
    width: 100%;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    height: 100%;
    background: url(../images/witb2025/mission.jpg)no-repeat center/cover;
}
.s__vision::after{
    content:'';
    position: absolute;
    display: block;
    width: 100%;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    height: 100%;
    background: url(../images/witb2025/vision.jpg)no-repeat center/cover;
}
.home__w .l-wrapper{
    position: relative;
    margin-top: 0vh;
    margin-top: 0dvh;
    z-index: 5;
}
.s__tagline .l-wrapper{
    margin-top: 0vh;
    margin-top: 0dvh;
}
.home__w .l__stiky{
    padding: 80px 0 120px;
    grid-template-columns: 1fr;
    gap: 20px; /* 任意 */
}
.l__stiky .head__area{
    position: relative;
    top: 0;
    transform: translateY(0%);
    width: 100%;
    margin-bottom: 0px;
    z-index: 5;
    margin-top: 0;
}
.l__stiky .head__area img{
    max-width: 300px;
}
.l__stiky .right__block,.s__tagline .l__stiky .right__block{
    margin-top: 0;
    margin-bottom:0px;
    width:100%;
    display: flex;
    align-items: flex-start;
    color: #fff;
    padding-left: 0px;
    z-index: 5;
}
.l__stiky .right__block p{
    font-size: 16px;
    line-height: 2;
}
/*-- s_values --*/
.s__values__box{
    position: relative;
    padding: 30px 20px 40px;
}
.s__values__box .l-fl__4l p{
    margin-bottom: 20px;
}
.s__values__box .l-fl__55r{padding-left: 0px;}
/* ヘッダーを sticky にする。wrapper 内で固定される */
.s__values .head__area{
    z-index: 10;
    margin: 0 0 30px;
}
.s__values__inner > * {
    top: 80px;
}
.s__values__inner > div + div {
    top: 150px;
    margin-top: 80px;
}
.s__values__box .s__values__box__header h3{
    font-size: 28px;
}
.s__values__box .s__values__box__header h3 img {
    width: 100px;
}
.s__values__box .l-fl__45l p.txt28{
	font-size: 23px;
    margin: 0 0 15px;
}
/*-- s_message --*/
.s_message .bg__area{
    position: absolute;
    top:350px;
    left:0;
    right:20%;
    background: #EEECEB;
    bottom:0;
}
.s_message .left__block{
    width: 100%;
}
.s_message .left__block .txt22{
    font-size: 28px;
}
.s_message .right__block{
    width: 100%;
    margin: 40px 0 0px;
}
.s_message .right__block img{
    max-width: 100%;
}
.s_message .scroll__area__inner img {
  height: 150px;  /* ← 全体の高さを決める。自由に変更OK */
  width: auto;    /* ← 比率を100%維持するための設定 */
  flex-shrink: 0;
  object-fit: contain; /* cover を禁止して内容カットを防ぐ */
}
@keyframes scroll3 {
0% {
    transform: translate3d(0, 0, 0); ;
}
100% {
    transform: translate3d( -2595px, 0, 0); 
}
}
}
@media screen and (max-width: 640px){
/*-- s_values --*/
.s__values__inner > div + div {
    margin-top: 60px;
}
}
@media screen and (max-width: 480px){

}
