@charset "UTF-8";

/*-------------------------*/
/* base           
/*-------------------------*/
html{
    font-size: 62.5%;
}
body{
    font-size: 1.6rem;
    box-sizing: border-box;
    line-height: 1;
    color: #171717;
    font-family:  'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
    /* font-family: 'Noto Serif', 'Noto Serif JP', serif; */
    overflow-x: hidden;
}
img{
    width: 100%;
    /* height: auto; */
    vertical-align: bottom;
}
a{
    text-decoration: none;
    color: #333;
}
.new-line{
    display: none;
}
.slider-sp{
    display: none;
}
/* more関係 */

.more{
    width: 100px;
    padding-top: 15px;
    margin: 37px auto 0;
}
.more_02{
    width: 100px;
    margin: 0 auto;
    padding-top: 60px;
}
.more_03{
    width: 100px;
    margin: 0 auto;
    padding-top: 21px;
}
.more_04{
    width: 100px;
    margin: 0 auto;
    padding-top: 26px;
}
.more img, .more_02 img, .more_03 img, .more_04{
    filter: drop-shadow(1px 1px 2px #bbb);
}
.layout-nocover{
    padding-top: 0px;
}
.head-c{
    max-width: 1920px;
    height: 40px;
    background-color: #1c34bd;
    margin-bottom: 0px;
}
.head-c-f{
    max-width: 1920px;
    height: 80px;
    background-color: #ffffff;
    position: relative;
    top: 960px;
    left: 0;
    padding-bottom: 5px;
}
/*-------------------------*/
/* fv_concept           
/*-------------------------*/
.main-concept{
    max-width: 1920px;
    /* background-color: #FFFBEF; */
}
.main-concept-sp{
    display: none;
}
/*-------------------------*/
/* concept           
/*-------------------------*/
.concept-wrapper{
    background-color: #F8F5ED;
    padding-bottom: 0px;
}
.section-inner_concept01{
    max-width: 1200px;
    margin: 0 auto;
}
.c-img{
    max-width: 600px;
}
.concept-item{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.concept-item.mid{
    flex-direction: row-reverse;
}
.c-ttl{
    padding: 80px 0 40px;
    font-size: 3.2rem;
    font-weight: bold;
    color: #333;
    text-align: center;
}
.c-second-ttl{
    font-size: 2.6rem;
    line-height: 1.5;
    font-weight: bold;
    color: #333;
    text-align: center;
    font-family: 'Noto Serif', 'Noto Serif JP', serif;
}
.c-content{
    padding-top: 120px;
}
.c-txt h3{
    font-size: 1.8rem;
    font-weight: bold;
    padding-bottom: 25px;
    font-family: 'Noto Serif', 'Noto Serif JP', serif;
}
.c-txt.mid h3, .c-txt.btm h3{
    padding-top: 15px;
}
.c-descri{
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 15px;
}
/*-------------------------*/
/* concept-under          
/*-------------------------*/
.concept-wrapper02{
    padding-bottom: 80px;
    background-image: url(../../images/bg-c_under.png);   
    background-position: left top;
    background-size: cover;
}
.section-inner_concept02{
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 87px;
}
.section-inner_concept02 h2{
    margin-top: 22px;
}
.s-under-img{
    max-width: 373px;
}
.s-under-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.s-under-wrapper{
    padding-top: 70px;
}
.s-under-item h3{
    font-size: 1.6rem;
    font-weight: bold;
    padding: 10px 0 10px;
    text-align: center;
    color: #333;
}
.s-under-item p{
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: center;    
    color: #333;
}