html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,a,em,img,strong,sub,sup,ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,
td { margin: 0; padding: 0; border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
/* 追加のリセットスタイル */
body {line-height: 1;}

ol,ul {list-style: none;}

blockquote,q {quotes: none;}

blockquote:before,blockquote:after,q:before,q:after {content: "";content: none;}

table {border-collapse: collapse;border-spacing: 0;}

a     {    text-decoration: none;
text-decoration-line: none;
color: inherit;}

/* ここから記載していく----------------------------------------------------------- */

body {
margin: 0;
padding: 0;
font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
overflow: hidden;
}


#historybody {
font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}


.fade-up {
  opacity: 0;
  transform: translateY(40px);
}

/* トップ----------------------------------------------------------- */
#top {
background-image: url(img/topimg.jpg);
background-size: cover;
background-position: center;
min-height: 420px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
color: #fff;
font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}


#top .text-s {text-align: center;}


/* スクロール----------------------------------------------------------- */
.scroll-indicator {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 20px;
opacity: 0;
}

.scroll-indicator .line {
width: 1px;
height: 40px;
background-color: #523d32;
animation: lineMove 2s ease-in-out infinite;
}

.scroll-indicator .text {
margin-top: 10px;
font-size: 14px;
color: #523d32;
letter-spacing: 1px;
font-family: 'Barlow', sans-serif;
}

@keyframes lineMove {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(10px);
}
}



.text-s {
font-size: 16px;
line-height: 1.8;

}

.symbol .text-m {
font-size: 20px;
line-height: 1.6;
}

#big-container{
background-color: #dfd4bc;
}

.box-shadow{
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* 歴史----------------------------------------------------------- */
.history-wrap{
text-align: center;
padding-top: 80px;
color: #523d32;
}


#history {
background: linear-gradient(to bottom, #d8b175, #d3be91);
text-align: center;
display: flex
;
align-items: center;
justify-content: center;
}

#history .text-s {    text-align: center;}


#history h2 {
font-size: 40px;
letter-spacing: 0.3rem;
margin-bottom: 20px;
text-align: center;
}

#top h1 {
font-size: 45px;
letter-spacing: 0.3rem;
margin-bottom: 20px;
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
font-weight: bold;
}

#top h1 span{
font-size: 70px;
}


.f-32 {
font-size: 32px;
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
margin-bottom: 10px;
}

.f-23 {
font-size: 23px;
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
margin-bottom: 30px;
display: inline-block; /* インライン要素にする */
padding-left: 80px; /* 左側に150pxの余白 */
padding-right: 80px; /* 右側に150pxの余白 */
position: relative;
}

.f-23::before,
.f-23::after {
content: ''; /* 擬似要素を使うための空のコンテンツ */
position: absolute;
top: 50%;
width: 80px; /* 罫線の長さ */
height: 1px; /* 罫線の太さ */
background-color: rgb(255, 255, 255); /* 罫線の色 */
text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.f-23::before {
left: -10px; /* 左側に配置 */
}

.f-23::after {
right: -10px; /* 右側に配置 */
}
/* 創業期----------------------------------------------------------- */
#foundation{
font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
padding-top: 600px;
color: #333;
}

.green-bk {
position: relative;
background-color:  #2e5851; /* グリーンの背景 */
padding-top: 140px;
padding-bottom: 70px;
z-index: 0;
}

.symbol-wrap {
position: absolute;
bottom: 200px;

left: 45%;
transform: translateX(-50%);
z-index: 10;
width: 100%;
max-width: 1120px;
}


.zidai {
max-width: 1360px;
margin: 0 auto;
padding: 40px 20px 0;
}
.symbol {
display: flex;
justify-content: center;
gap: 20px;

border-radius: 12px;

}

.symbol .img img {
width: 100%;
height: auto;
}



.flex {
display: flex;
gap: 20px;
flex-wrap: wrap;
align-items: center;
}

.symbol .img {
flex: 1 1 300px;
position: relative;
}

.symbol .img p {
font-size: 148px;
font-weight: bold;
margin-bottom: 10px;
opacity: 0.3;
position: absolute;
top: -53px;
left: -80px;
z-index: -10;
color: #fff;
font-style: italic;
}

/* .symbol .img img {
width: 100%;
display: block;
position: relative;
z-index: 1;
} */

.symbol .mini-cmt {
padding: 20px;
display: flex
;
gap: 20px;
align-items: center;
margin-top: 10px;
position: absolute;
bottom: -90px;
right: -160px;
z-index: 2;
background: #efe7d5;
color: #2e5851;
}


#global .symbol .mini-cmt {
    bottom: -60px;
}

.symbol .mini-img img {
width: 130px;
height: auto;
}




.symbol .ttl {
writing-mode: vertical-rl; /* 日本語を縦書きに */
text-align: center;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", serif;
position: relative;
padding: 20px 0;
color: #523d32;
width: 18%;
top: 0px;
right: 20px;
}

.symbol .ttl h2 {
font-size: 85px;
font-weight: 600;
margin: 0;
letter-spacing: 0.2em;
}

.symbol .ttl .era-en {
writing-mode: horizontal-tb;
transform: rotate(90deg);
transform-origin: left top;
font-size: 19px;
color: #2e5851;
margin-top: 10px;
display: inline-block;
white-space: nowrap;
margin-left: 10px;
font-weight: normal;
position: absolute;
right: -209px;
top: 110px;
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 800;
font-style: normal;
letter-spacing: 0.2rem;
}

/* 縦のライン */
.symbol .ttl::before {
content: "";
position: absolute;
right: -43px;
top: 0px;
bottom: 550px;
width: 2px;
background-color: #523d32;
height: 105px;
}

.symbol .ttl p {
font-size: 14px;
opacity: 0.7;
}



.zidai h3 {
font-size: 32px;
margin-bottom: 30px;
color: #fff;
letter-spacing: 0.2rem;
position: relative; /* 擬似要素の位置を調整するため */
padding-bottom: 10px; /* 罫線との間隔を調整 */
}

.zidai h3::after {
content: ''; /* 擬似要素を使うための空のコンテンツ */
position: absolute;
bottom: 0; /* 下に配置 */
left: 0; /* 左端から */
width: 33%; /* 親要素の幅に合わせる */
border-bottom: 1px solid rgb(255, 255, 255); /* 罫線 */
}

.zidai h3::before {
content: ''; /* 空のコンテンツ */
position: absolute;
bottom: 0; /* 下に配置 */
left: -100vw; /* 左側を親要素を貫いて伸ばす */
width: 100vw; /* 画面全体の幅にすることで親要素を貫通させる */
border-bottom: 1px solid rgb(255, 255, 255); /* 罫線 */
}



.zidai .text-s {
color: #fff;
font-size: 18px;
text-align: justify;
}



.ayumi {
color: #ffffff;
padding: 10px 15px;
border-radius: 20px;
font-weight: bold;
font-size: 18px;
flex: 0 0 auto;
padding: 1em 1.8em;
position: relative;
box-sizing: border-box;
letter-spacing: 0.1rem;
line-height: 2rem;
    text-align: center;
}

.ayumi::before,
.ayumi::after {
content: '';
width: 12px;
height: 100%;
position: absolute;
box-sizing: border-box;
border-top: solid 2px #FFF;
border-bottom: solid 2px #FFF;
top: 0;  
}
.ayumi::before {
border-left: solid 2px #FFF;
left: 0;
}
.ayumi::after {
border-right: solid 2px #FFF;
right: 0;
}
.ayumi p{
margin: 0;
text-align: center ;
font-size: 18px;
}



.dekigoto {
padding: 80px 0 680px;
margin: 0 auto;
color: #523d32;
}

.dekigoto h3{
text-align: center;
font-size: 32px;
letter-spacing: 0.2rem;
margin-bottom: 40px;
color: #523d32;
}

.dekigoto ul {
list-style: none;
padding: 0;
margin: 0;
max-width: 840px;
margin: 0 auto;
}

.dekigoto li {
font-size: 18px;
letter-spacing: 0.1rem;
margin-bottom: 15px;
padding: 0 10px 15px;
line-height: 1.6;
position: relative;
padding-left: 1em;
border-bottom: #523d32 1px solid;
}

#history {
background: linear-gradient(to bottom, #d8b175, #d3be91);
}

#foundation {
background: linear-gradient(to bottom, #d3be91, #dfd4bc);
}


.dekigoto {
background: linear-gradient(to bottom, #d8b175, #dfd4bc);
}



/* 成長期----------------------------------------------------------- */


#growth .symbol .img p {
left: auto;
right: -80px;
text-align: end;  
}

#growth .symbol .mini-cmt ul {
padding: 0px;
display: flex
;
gap: 15px;
align-items: center;

z-index: 2;
background: #efe7d5;
color: #2e5851;
}


#growth  .symbol .mini-cmt {
bottom: -85px;
left: -160px;
gap: 10px;
padding: 20px;
display: flex
;
flex-direction: column;
width: 360px;
}
#growth .symbol .mini-cmt h4 {
font-size: 21px;
border-bottom: 1px solid #2e5851;
width: 100%;
padding-bottom: 10px;
_}

#growth  .symbol .mini-img img {
width: 150px;
height: auto;
}

#growth .symbol .text-m {
font-size: 19px;
line-height: 1.6;
text-align: justify;
}


#growth .zidai {
max-width: 1360px;
margin: 0 auto;
padding: 40px 20px 0;
display: flex
;
flex-wrap: nowrap;
flex-direction: column;
justify-content: flex-end;
align-items: end;
}


#growth .zidai h3::before {
content: ''; /* 擬似要素を使うための空のコンテンツ */
position: absolute;
bottom: 0; /* 下に配置 */
left: 0; /* 左端から */
width: 33%; /* 親要素の幅に合わせる */
border-bottom: 1px solid rgb(255, 255, 255); /* 罫線 */
}

#growth .zidai h3::after {
content: ''; /* 空のコンテンツ */
position: absolute;
bottom: 0; /* 下に配置 */
right: -100vw; /* 左側を親要素を貫いて伸ばす */
width: 100vw; /* 画面全体の幅にすることで親要素を貫通させる */
border-bottom: 1px solid rgb(255, 255, 255); /* 罫線 */
}

#growth .symbol-wrap {
position: absolute;
    bottom: 200px;
left: 55%;
}

#growth .symbol .ttl .era-en {
right: -193px;
}

#growth .symbol .ttl {

right: 130px;
}



/* グローバル----------------------------------------------------------- */


.border-none {
border-bottom: none !important;
}

#now {
position: relative;/* ベージュ系背景 */
border: 1px solid #523d32; /* 茶色の枠線 */
color: #523d32; /* 茶系の文字色 */
padding: 1.5em 1.5em 1.5em 2em;
line-height: 1.8;
max-width: 840px;
margin: 1em auto;
font-size: 18px;
box-sizing: border-box;
text-align: justify;
}

#now::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 0;
height: 0;
border-top: 20px solid #523d32; /* 茶色の三角 */
border-right: 20px solid transparent;
}



#global .dekigoto .flex{
display: flex
;
gap: 2px;
flex-wrap: nowrap;
align-items: baseline;
}

#global .dekigoto .flex p{
font-size: 18px;
width: auto;
}





#global .symbol .ttl h2 {
font-size: 67px;
font-weight: 600;
margin: 0;
letter-spacing: 0.1em;
}

#global .symbol .ttl {
top:   -53px;
}


#global .symbol .ttl::before {
top: 0px;
bottom: 550px;
}

#global .symbol .ttl .era-en {
right: -239px;
top: 108px;
}
.symbol .mini-cmt {
max-width: 360px;
}


#global .dekigoto {
padding: 80px 0 80px;}

#global .symbol .mini-img img {
width: 210px;
height: auto;
}

/* そして、100年を越えて----------------------------------------------------------- */
.history-container {
position: relative;
width: 100%;
margin: 0 auto;
aspect-ratio: 4 / 1.5;
overflow: hidden;
background-color: #e4d4b8;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* PC：3列 */
  grid-template-rows: repeat(3, 1fr);    /* PC：4行 */
  width: 100%;
  height: 100%;
}

.grid-img {
background-size: cover;
background-position: center;
opacity: 0;
transform: scale(1.05);
}

.catchphrase {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 5.5rem;
letter-spacing: 0.8rem;
color: white;
text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
opacity: 0;
z-index: 10;
    font-weight: bold;
}

/* 最後----------------------------------------------------------- */

#saigo h3{
margin-bottom: 40px;
font-size: 34px;
letter-spacing: 0.5rem;
color: #523d32;
text-align: center;
}

#saigo {
color: #523d32;
padding: 80px 0 400px;
background: url(img/btmimg-pc.png) no-repeat bottom center;
background-size: contain;
background-color: #e4d4b8;
display: flex
;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
flex-direction: column;
}

#saigo p {
text-align: center;
}


.pc {
display: block;}


.sp {
display: none;
}


@media screen and (max-width:1660px) {
#saigo {
    padding: 80px 0 300px;
}

#foundation {
padding-top: 470px;
}

.symbol-wrap {
max-width: 1000px;
}

.symbol .img p {
font-size: 128px;
top: -51px;
}

.symbol .ttl h2 {
font-size: 70px;
}

.symbol .ttl .era-en {
font-size: 16px;
right: -187px;
}

#growth .symbol .ttl .era-en {
right: -173px;
}

#global .symbol .ttl .era-en {
right: -213px;
}
.dekigoto {
padding: 80px 0 560px;
}

.green-bk {
padding-top: 170px;
}


#global .symbol .ttl h2 {
font-size: 55px;
font-weight: 600;
margin: 0;
letter-spacing: 0.02em;
}

#growth .symbol .mini-cmt {
bottom: -80px;
}

}


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

#saigo {
    padding: 80px 0 220px;
}

#foundation {
padding-top: 420px;
}

.symbol-wrap {
max-width: 880px;
}

.symbol .img p {
font-size: 99px;
top: -39px;
left: -60px;
}

.symbol .ttl h2 {
font-size: 58px;
}

.symbol .ttl .era-en {
font-size: 15px;

}

.symbol .mini-img img {
width: 100px;
}

.symbol .text-m {
font-size: 17px;
}

.symbol .ttl::before {
height: 85px;
}

.zidai {
max-width: 1099px;
}

#growth .zidai {
max-width: 1099px;}

.zidai h3 {
font-size: 27px;
}

.zidai h3::after {
width: 36%;
}




.dekigoto {
padding: 80px 0 510px;
}

.green-bk {
padding-top: 140px;
}



#global .symbol .ttl h2 {
font-size: 47px;
font-weight: 600;
margin: 0;
letter-spacing: 0.02em;
}


#growth .symbol .img p {
left: auto;
right: -30px;
}

.catchphrase {
font-size: 4rem;
}

#growth .symbol .mini-img img {
width: 100px;
height: auto;
}

#global .symbol .mini-img img {
width: 150px;
}


#global .symbol .ttl .era-en {
right: -204px;
top: 87px;
}

#growth .symbol .ttl .era-en {
right: -167px;
top: 87px;
}

.symbol .ttl .era-en {
right: -180px;
top: 87px;
}


}



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

.zidai h3::after {
        width: 39%;
    }
.symbol-wrap {
max-width: 780px;
}

.zidai {
max-width: 1000px;
}

#growth .zidai {
max-width: 1000px;}



#saigo {
padding: 80px 0 280px;
}



}



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




.symbol-wrap {
max-width: 780px;
}

.zidai {
max-width: 1000px;
}

#growth .zidai {
max-width: 1000px;}




#foundation {
padding-top: 420px;
}


.symbol .img p {
font-size: 99px;
top: -39px;
left: -60px;
}

.symbol .ttl h2 {
font-size: 58px;
}

.symbol .ttl .era-en {
font-size: 15px;

}

.symbol .mini-img img {
width: 100px;
}

.symbol .text-m {
font-size: 17px;
}

.symbol .ttl::before {
height: 85px;
}


.zidai h3 {
font-size: 27px;
}

.zidai h3::after {
width: 36%;
}


.dekigoto {
padding: 80px 0 510px;
}

.green-bk {
padding-top: 140px;
}




#global .symbol .ttl h2 {
font-size: 47px;
font-weight: 600;
margin: 0;
letter-spacing: 0.02em;
}



}



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


.symbol-wrap {
max-width: 640px;
}

.zidai {
max-width: 1000px;
}

#growth .zidai {
max-width: 1000px;}




#foundation {
padding-top: 340px;
}


.symbol .img p {
font-size: 99px;
top: -39px;
left: -60px;
}

.symbol .ttl h2 {
font-size: 48px;
}



.green-bk {
padding-top: 110px;
}

.symbol .mini-img img {
width: 80px;
}

.symbol .text-m {
font-size: 16px;
}

.symbol .ttl::before {
height: 85px;
}


.zidai h3 {
font-size: 20px;
}

.zidai {
max-width: 780px;
}

.ayumi p {
font-size: 17px;
}

.zidai .text-s {
font-size: 16px;
}

.zidai h3::after {
width: 36%;
}

.dekigoto h3 {
font-size: 25px;
}



.dekigoto {
padding: 80px 0 410px;
}

.dekigoto li {
font-size: 16px;
}

#global .dekigoto .flex p {
font-size: 16px;
}

#now {
max-width: 100%;
margin: 1em 15px;
font-size: 16px;
}

.dekigoto ul {
max-width: 100%;
padding: 0 15px;
}




#growth .symbol .mini-cmt h4 {
font-size: 18px;
}

#growth .symbol .text-m {
font-size: 16px;
}


#growth .symbol .mini-cmt {
width: 300px;
}

#growth .symbol-wrap {
bottom: 270px;
}



#global .symbol .ttl h2 {
font-size: 37px;
font-weight: 600;
margin: 0;
letter-spacing: 0.02em;
}


.catchphrase {
font-size: 3rem;
}

#saigo h3 {
font-size: 25px;
}

}


@media screen and (max-width:799px) {
.ayumi {
    text-align: left;
}

#saigo {
color: #523d32;
background: url(img/btmimg.png) no-repeat bottom center;
background-size: contain;
background-color: #e4d4b8;
display: flex
;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
flex-direction: column;
}



    .fade-up {
    opacity: 1 !important;
    transform: none !important;
  }


    .fade-sp {
    opacity: 0;
    transform: translateY(40px);
  }

.era-en {
  opacity: 1!important;
}
.animated-title h2 span {
  display: inline-block;
  opacity: 0;
  transform: translateY(30px) scale(0.9);
  filter: blur(6px);
  transition: all 0.3s ease;
}




li.ttl {
  filter: none; /* 親要素にfilterが適用されていないか確認 */
}

h2 {
  filter: none; /* h2にもfilterがないか確認 */
}
.pc {
display: none;}


.sp {
display: block;
}

#top {
min-height: 240px;
}

.f-32 {
font-size: 22px;
}

.f-23 {
font-size: 20px;
}

.f-23::before, .f-23::after {
width: 40px;
}

.f-23::before {
left: 30px;
}
.f-23::after {
right: 30px;
}

#top h1 {
font-size: 28px;
}

#top h1 span {
font-size: 40px;
}

.history-wrap {
padding-top: 50px;
}

#history h2 {
font-size: 30px;
}

.pc {
display: none;}


.sp {
display: block;
}

#global .dekigoto .flex {
    display: block;
}

#global .dekigoto .flex p {
        margin-bottom: 0;
    }

.symbol {
display: flex
;
flex-direction: column;
flex-flow: column-reverse;
}


#foundation {
padding-top: 820px;
}

.symbol-wrap {
max-width: 100%;
}

.symbol .mini-cmt {
right: auto;
}

.symbol .img p {
left: 15px;
}

.symbol-wrap {
left: 0;
transform: none;
max-width: 100%;
}

.symbol .img p {
font-size: 79px;
top: -34px;
left: 0px;
}

    .symbol .mini-cmt {
        right: 0;
    }


.symbol {
flex-direction: column-reverse;
}


.symbol .ttl {
display: flex
;
align-items: center;
width: 100%;
padding: 150px 0;
}

.symbol .ttl::before {
display: none;
}

.symbol .ttl h2 {
position: relative;
display: inline-block;
font-size: 78px;
}

.symbol .ttl h2::before {
content: "";
position: absolute;
right: -43px;
top: -31px;
width: 2px;
height: 75px;
background-color: #523d32;
}

.symbol .ttl .era-en {
right: -179px;
top: 45px;
}


    #foundation {
        padding-top: 120vw;
    }

.symbol .img img {
width: 90%;
}

.flex {
display: block;
}

.ayumi::before, .ayumi::after {
display: none;
}

.ayumi {
    padding:  0;
margin-bottom: 15px;
}

.zidai {
    padding: 40px 15px 0;
}



.symbol .mini-img img {
width: 80px !important;
}

.zidai h3::after {
width: 280px;
}

    .symbol-wrap {
        bottom: 260px;
    }

    .green-bk {
        padding-top: 140px;
        padding-bottom: 40px;
    }

.dekigoto {
padding: 50px 0 880px;
}


#growth .symbol {
flex-direction: column;
}

#growth .symbol-wrap {
    left: auto;
}
#growth .symbol .ttl {
    right: auto;
}

#growth .symbol .img p {
        left: 0;
        right: 0;
    text-align: end;
}

#growth .symbol .img {
    text-align: end;
}

#growth .symbol .mini-cmt {

    left: 0;
}

#growth .symbol-wrap {
        bottom: 248px;
    }

#growth .ayumi {
    text-align: end;
}

    #growth .symbol .ttl .era-en {

        top: 44px;
    }



#global .symbol .ttl h2 {
        font-size: 51px;
}

#global .symbol .ttl .era-en {
        top: 43px;
    }


#global .symbol .ttl {

        padding: 105px 0;
    }


#global .symbol-wrap {
        bottom: 300px;
    }

#growth .dekigoto {
        padding: 50px 0 1010px;
    }

}




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



    .symbol .ttl h2 {
        font-size: 7rem;
    }

    #growth .dekigoto {
        padding: 50px 0 930px;
    }


        .catchphrase {
        font-size: 3rem;
        text-align: center;
        line-height: 4rem;
    }


.history-container {
    aspect-ratio: 4 / 2.5;

}

    #saigo {
        padding: 50px 15px 190px;
    }
}



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

    .symbol .ttl h2 {
        font-size: 6rem;
    }

    #foundation {
        padding-top: 689px;
    }




        #growth .dekigoto {
        padding: 50px 0 870px;
    }

    #global .symbol .ttl {
        padding: 115px 0;
    }

}

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

    .symbol .mini-cmt {
        right: auto;
    }

    .symbol .mini-cmt {
padding: 15px;
    display: flex
;
    gap: 20px;
    align-items: center;
    margin-top: 10px;
    position: absolute;
        bottom: -16%;
    right: auto;
    z-index: 2;
    background: #efe7d5;
    color: #2e5851;
}


    .symbol .text-m {
        font-size: 14px;
    }
    #growth .symbol .mini-cmt {
        left: auto;
        right: 0;
    }

        #growth .symbol-wrap {
        bottom: 318px;
    }
        #growth .symbol .mini-cmt {
        bottom: -18%;
    }

        #global .symbol .ttl .era-en {
                  right: -207px;

        top: 43px;
        line-height: 0;
    }


}



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


    .symbol .mini-cmt {
        bottom: -14%;
    }

        #growth .symbol .mini-cmt {
        bottom: -12%;
    }

        #global .symbol .mini-cmt {
        bottom: -8%;
    }
    .catchphrase {
        width: 300px;
    }


.symbol .ttl .era-en {
margin-top: 10px;
margin-left: -10px;
    margin-right: -3px;
}

.symbol .ttl .era-en {
        font-size: 16px;
        line-height: 0;
    }

    #growth .symbol .ttl {
        right: 11px;
    }


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


    .symbol .mini-cmt {
        bottom: -12%;
    }

        #growth .symbol .mini-cmt {
        bottom: -10%;
    }

        #global .symbol .mini-cmt {
        bottom: -6%;
    }
#history .text-s {
    font-size: 15px;
}
    .history-wrap {
        padding: 50px 15px;
    }


    .green-bk {
        padding-top: 140px;
        padding-bottom: 50px;
    }

    .symbol-wrap {
        bottom: 300px;
    }


        .dekigoto {
        padding: 50px 0 800px;
    }


        #growth .dekigoto {
        padding: 50px 0 830px;
    }

        #saigo {
        padding: 50px 15px 110px;
    }

}


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


    .symbol .mini-cmt {
bottom: -8%;
    }


  }