@charset "utf-8";

/* ======================================
common
=========================================*/

.values__title {
    font-size: 2.2rem;
    font-weight: bold;
    position: relative;
    line-height: 1.8;
}
@media screen and (min-width:765px) {
    .values__title {
        font-size: 4rem;
        font-weight: bold;
        line-height: 2;
    }
}
.values__title span{
    margin-left: 30px;
    font-size: 16px;
    color: #add8e6;
    font-family: "Roboto", sans-serif;
}
@media screen and (min-width:765px){
    .values__title span{
        margin-left: 40px;
        font-size: 3rem;
    }
}
.values__title::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left:0;
    background: linear-gradient(to right, #ADD8E6 30%, #D3D3D3 30%);
    bottom: 0px;
}
.section__values{
    padding: 0 20px;
}
@media screen and (min-width:765px){
    .section__values{
        padding: 0 50px;
    }
}

@media screen and (min-width:765px){
    .nav__item{
        margin-bottom: 0;
        border-right: solid #333333 1px;
        padding:5px 25px;
        color: #333333;
    }
    .nav__item:first-child{
        border-left: solid #333333 1px;
    }
}
.main{
    margin: 0 auto;
}

/* ======================================
header
=========================================*/
@media screen and (min-width:765px){
    .header{
        height: 80px;
    }
}

.header__visual{
    max-width: 1440px;
    background-image: url(../images/fcl.jpg);
}

/* ======================================
section__ceoMessage
=========================================*/
.ceoMessage__title{
    margin-top: 65px;
}
.ceoMessage__txt{
    font-size: 1.6rem;
    margin-top: 10px;
    line-height: 2;
    letter-spacing: 0.8px;
    text-align: justify;
}
@media screen and (min-width:765px) {
    .ceoMessage__txt{
        font-size: 2rem;
        margin-top:40px;
        line-height: 2;
        letter-spacing: 1px;
        text-align: justify;
    }
}
.ceoMessage__sine{
    font-size: 1.6rem;
}
@media screen and (min-width:765px){
    .ceoMessage__sine{
        font-size: 2rem;
        margin-right: 15px;
    }
}
.ceoMessage__sine--wrap{
    display: flex;
    justify-content: right;
    align-items: center;
    margin-top: 15px;
}
@media screen and (min-width:765px){
    .ceoMessage__sine--wrap{
        margin-top: 30px;
    }
}
.sineImg{
    width: 40%;
}
@media screen and (min-width:765px){
    .sineImg{
        width: 15%;
    }
}

/* ======================================
section__values,section__principles
=========================================*/
.section__philosophy{
    padding: 0 20px;
}
@media screen and (min-width:765px){
    .section__philosophy{
        padding: 0 50px;
    }
}
.philosophy__title{
    margin-top: 70px
}
@media screen and (min-width:765px){
    .philosophy__title{
        margin-top: 100px
    }
}
.values__list{
    list-style-type: disc;
    width: 80%;
    margin: 0 auto;
}
.values__item{
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.8px;
    text-align: justify;
    margin-top: 50px;
}
@media screen and (min-width:765px) {
    .values__item{
        font-size: 2rem;
        margin-top: 40px;
    }
}
.principles__title{
    margin-top: 100px;
}
@media screen and (min-width:765px) {
    .principles__title{
        margin-top: 150px;
    }
}
/* ======================================
section__profile
=========================================*/
.section__profile{
    padding: 0 20px;
}
@media screen and (min-width:600px){
    .section__profile{
        padding: 0 50px;
    }
}
.profile__title{
    margin-top: 110px;
}
@media screen and (min-width:600px) {
    .profile__title{
        margin-top: 150px;
    }
}
.profile__itme{
    display: flex;
    margin: 38px auto 0;
    font-size: 1.6rem;
}

@media screen and (min-width:600px) {
    .profile__itme{
        margin-top: 50px;
        font-size: 2rem;
    }
}
.profile__question{
    color: #005F6B;
    font-family: 'M PLUS 1p',serif;
    letter-spacing: 1.6px;
    width: 90px;
    line-height: 1.5;
    letter-spacing: 1.6px;
}
@media screen and (min-width:600px) {
    .profile__question{
        display: block;
        letter-spacing: 2px;
        min-width: 150px;
        margin-left: 17%;
    }
}
.profile__answer{
    margin-left: 15px;
    line-height: 1.5;
}
@media screen and (min-width:600px){
    .profile__answer{
        margin-left: 0px;
        letter-spacing: 2px;
    }
    .profile__answer .spBr{
        display: none;
    }
}
.map__container{
    width: 100%;
    margin-top: 50px;
    aspect-ratio: 16 / 9;
}
.spName{
    display: inline-block;
    width:120px;
    margin-right: 10px;
}
@media screen and (min-width:765px) {
   .spAd{
    margin-left: 15px;
   }
   .spName{
    display: inline-block;
    width:155px;
    margin-right: 60px;
}
}
.profile__answer--wrap{
    display: flex;
    flex-direction: column;
    gap:15px;
}
@media screen and (min-width:765px){
    .profile__answer--wrap{
        gap:50px;
    }
}
/* ======================================
ection__history
=========================================*/

.section__history{
    padding: 0 20px;
}
@media screen  and (min-width:765px){
    .section__history{
        padding: 0 50px;
    }
}
.history__title{
    margin-top: 100px;
    margin-bottom: 50px;
}
@media screen and (min-width:765px){
    .history__title{
        margin-top: 150px;
        margin-bottom: 100px;
    }
}
.history__item{
    font-size: 1.6rem;
    letter-spacing: 1.6px;
    line-height: 1.5;
}

@media screen and (min-width:765px){
    .history__item{
        font-size: 2rem;
        letter-spacing: 2px;
        line-height: 1.5;
    }
    .history__item:nth-child(-n+3){
        display: flex;
    }
    .history__wrap{
        width: 100%;
        padding-left: 150px;
        padding-right: 50px;
        display: flex;
    }
}
.history__item img{
    margin-top: 10px;
    margin-bottom: 85px;
}
@media screen and (min-width:765px){
    .history__item img{
        margin-top: 0px;
        margin-bottom: 100px;
        width:35%;
    }
}

.history__question{
    color: #005F6B;
    font-family: 'M PLUS 1p',serif;
    letter-spacing: 1.6px;
    line-height: 1.5;
}
.history__answer{
    display: inline-block;
    margin-top: 20px;
    margin-left: 50px;
    margin-bottom: 50px;
    text-align: justify;
}
@media screen and (min-width:765px) {
    .history__answer{
        display: inline-block;
        margin-top: 0px;
        margin-bottom: 120px;
        margin-left: 10%;
        text-align: justify;
    }
    .history__answer .spBr{
        display: none;
    }
}