@charset "UTF-8";
/* ========================================
  @media screen and (min-width: 768px), print
======================================== */
@media screen and (min-width: 768px), print {
.sec-enttl {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.3;
    text-align: center;
    color: #d75b43;
    margin-bottom: 2px;
}
.sec-ttl {
    font-weight: 900;
    font-size: 40px;
    letter-spacing: 0.1em;
    line-height: 2.3;
    text-align: center;
    margin-bottom: 58px;
}

/* message
-------------------------------------*/
.message {
    position: relative;
    max-width: 1920px;
    margin-inline: auto;
    width: 100%;
}
.message::before  {
    position: absolute;
    content: "";
    background: #D75B43;
    width: 96.875%;
    height: 455px;
    top: 0;
    right: 0;
    pointer-events: none;
}
.message .inner {
    width: min(95%, 1280px);
    margin-inline: auto;
    position: relative;
    z-index: 3;
    background: #FFFFFF;
    padding: 80px 0 172px;
    top: 100px;
    margin-bottom: 97px;
}
.message .inner02 {
    top: 0;
    padding: 116px 0 68px;
    margin-bottom: 176px;
}
.message .inBox {
    width: min(95%, 1000px);
    margin-inline: auto;
    display: grid;
    grid-template-columns: 55% 1fr;
    gap: 50px;
}
.message .inBox02 {
    grid-template-columns:1fr 55% ;
}
.message .inBox .txt {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-bottom: 12px;
}
.message .inBox .photo-box {
    padding: 4px 0 0;
}
.message .inBox .photo {
    margin-bottom: 36px;
}
.message .inBox .lead {
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0.05em;
    line-height: 1.75;
    margin-bottom: 24px;
}
.message .inBox .name {
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.02em;
    line-height: 1.416666;
    color: #141414;
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    align-items: baseline;
}
.message .inBox .name span{
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 2.125;
    color: #141414;
}

/* philosophy
-------------------------------------*/
.philosophy {
    background: url(../images/message/philosophy-bg.png)no-repeat center / cover;
    width: min(95%, 1600px);
    margin-inline: auto;
    position: relative;
    z-index: 5;
    padding-bottom: 89px;
}
.philosophy .enttl {
    position: relative;
    top: -49px;
    width: min(95%,1378px);
    margin-inline: auto;
    margin-bottom: -43px;
}
.philosophy .subt {
    font-weight: 900;
    font-size: 32px;
    letter-spacing: 0.1em;
    line-height: 2.875;
    color: #fff;
    margin-bottom: 55px;
    width: min(95%,1000px);
    margin-inline: auto;
}
.philosophy h3 {
    text-align: center;
    margin-bottom: 33px;
}
.philosophy .txt {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 2.15;
    text-align: center;
    color: #fff;
}


}


/* ========================================
@media screen and (min-width:768px) and (max-width:1440px)
======================================== */
@media screen and (min-width:768px) and (max-width:1440px) {
/* message
-------------------------------------*/
.message::before  {
    height: 31.597vw;
}
.message .inner {
    width: 88.889vw;
    padding: 5.556vw 0 11.944vw;
    top: 6.944vw;
    margin-bottom: 6.736vw;
}
.message .inner02 {
    padding: 8.056vw 0 4.722vw;
    margin-bottom: 12.222vw;
    top: 0;
}
.message .inBox {
    width: 69.444vw;
    gap: 3.472vw;
}
.message .inBox .txt {
    font-size: clamp(0.75rem, 0.464rem + 0.6vw, 1rem);
    margin-bottom: 0.833vw;
}
.message .inBox .photo-box {
    padding: 0.278vw 0 0;
}
.message .inBox .photo {
    margin-bottom: 2.5vw;
}
.message .inBox .photo img {
    width: 100%;
    height: auto;
}
.message .inBox .lead {
    font-size: clamp(1.125rem, 0.125rem + 2.08vw, 2rem);
    margin-bottom: 1.667vw;
}
.message .inBox .name {
    font-size: clamp(1.25rem, 0.964rem + 0.6vw, 1.5rem);
    gap: 1.389vw;
}
.message .inBox .name span{
    font-size: clamp(0.75rem, 0.464rem + 0.6vw, 1rem);;
}

/* philosophy
-------------------------------------*/
.philosophy {
    width: 97.222vw;
    padding-bottom: 6.181vw;
}
.philosophy .enttl {
    top: -3.403vw;
    width: 95.694vw;
    margin-bottom: -2.986vw;
}
.philosophy .enttl img {
    width: 66.806vw;
}
.philosophy .subt {
    font-size: 2.222vw;
    margin-bottom: 3.819vw;
    width: 69.444vw;
}
.philosophy h3 {
    margin-bottom: 2.292vw;
}
.philosophy h3 img {
    width: 72.847vw;
}
.philosophy .txt {
    font-size: clamp(1rem, 0.714rem + 0.6vw, 1.25rem);
}
}



/* ========================================
@media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {
.sec-enttl {
    font-weight: 600;
    font-size: 3.865vw;
    letter-spacing: 0.05em;
    line-height: 1.3;
    text-align: center;
    color: #d75b43;
    margin-bottom: 1.8vw;
}
.sec-ttl {
    font-weight: 900;
    font-size: 6.763vw;
    letter-spacing: 0.1em;
    line-height: 1.571428;
    text-align: center;
    margin-bottom: 8.64vw;
}

/* message
-------------------------------------*/
.message {
    position: relative;
}
.message::before  {
    position: absolute;
    content: "";
    background: #D75B43;
    width: 100%;
    height: 96.7vw;
    right: 0;
    pointer-events: none;
}
.message .inner {
    width: 94.205vw;
    margin-inline: auto;
    position: relative;
    z-index: 3;
    background: #FFFFFF;
    padding: 9.8vw 6.04vw 35.5vw;
    top: 14.6vw;
}
.message .inner02 {
    top: 0;
    padding: 14.2vw 6.04vw 11vw;
    margin-bottom: 14.1vw;
}
.message .inBox {
    display: grid;
}
.message .inBox .txt-box {
    order: 3;
    margin-bottom: 4vw;
}
.message .inBox .txt {
    font-weight: 400;
    font-size:3.382vw;
    letter-spacing: 0.1em;
    line-height: 1.8571428;
    margin-bottom: 3.4vw;
}
.message .inBox .photo-box {
    display: contents;
}
.message .inBox .photo {
    margin-bottom: 7.5vw;
    order: 1;
}
.message .inBox .lead {
    font-weight: bold;
    font-size:5.797vw;
    letter-spacing: 0.05em;
    line-height: 1.75;
    margin-bottom: 7vw;
    text-align: center;
    order: 2;
}
.message .inBox .name {
    font-weight: 400;
    font-size:5.314vw;
    letter-spacing: 0.02em;
    line-height: 1.54545;
    color: #141414;
    display: flex;
    gap: 4.6vw;
    justify-content: flex-end;
    align-items: baseline;
    order: 4;
}
.message .inBox .name span{
    font-weight: 400;
    font-size:3.382vw;
    letter-spacing: 0.02em;
    line-height: 2.4285714;
    color: #141414;
}


/* philosophy
-------------------------------------*/
.philosophy {
    background: url(../images/message/philosophy-bg_sp.png)no-repeat center / cover;
    position: relative;
    z-index: 5;
    padding-bottom: 13vw;
}
.philosophy .enttl {
    position: relative;
    top: -4.5vw;
    width: 88.165vw;
    margin-inline: auto;
    margin-bottom: -6vw;
    margin-left: 7vw;
}
.philosophy .subt {
    font-weight: 900;
    font-size:5.797vw;
    letter-spacing: 0.1em;
    line-height: 2.875;
    text-align: center;
    color: #fff;
    margin-bottom: 6vw;
}
.philosophy h3 {
    text-align: center;
    margin-bottom: 4vw;
}
.philosophy .txt {
    text-align: center;
    font-weight: bold;
    font-size:3.623vw;
    letter-spacing: 0.1em;
    line-height: 1.86666;
    text-align: center;
    color: #fff;
}


}