@charset "UTF-8";
body{
    color: #282828;
}
.footer_list li.nav_style a{
    color: #cbcbcb;
}
#style .page_ttl_area{
    background: #f6f9fd;
}
#style .page_ttl_en{
    max-width: 230px;
}
#style .kodawari_area{
    background: #b5bec1;
}
/* .style_section{
} */
.style_main{
    width: 100%;
    height: 550px;
    position: relative;
}
/* .style_main img{
    object-fit: cover;
    width: 100%;
    height: 100%;
} */
#style_section01 .style_main{
    background-image: url(../img/style/style_main01.jpg);
    background-size: cover;
    background-position: top center;
}
#style_section02 .style_main{
    background-image: url(../img/style/style_main02.jpg);
    background-size: cover;
    background-position: top left;
}
#style_section03 .style_main{
    background-image: url(../img/style/style_main03.jpg);
    background-size: cover;
    background-position: center left;
}
#style_section04 .style_main{
    background-image: url(../img/style/style_main04.jpg);
    background-size: cover;
    background-position: center center;
}
.style_flex{
    display: flex;
    justify-content: center;
    gap: 2.6%;
    flex-wrap: wrap;
    margin: 60px auto 0;
}
.style_item{
    width: 23%;
    max-width: 276px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.style_flex.odd{
    gap: 5%;
}
.style_flex.odd .style_item{
    width: 30%;
}
.style_flex.odd .style_item:nth-child(n + 4){
    margin-top: 4%;
}
.style_item_name{
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0.8em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.style_item_img{
    display: flex;
    align-items: flex-end;
}




@media screen and (max-width: 1240px) {
.style_main {
    height: 400px;
}
#style .page_ttl_en {
    max-width: 190px;
}

.style_item_name {
    font-size: 14px;
}
}




@media screen and (max-width: 1000px) {
.style_main {
    height: 300px;
}
.style_item {
    width: 48%;
    max-width: unset;
}
.style_flex.even{
    max-width: 600px;
}

.even .style_item:nth-child(n + 3){
    margin-top: 30px;
}
.style_flex {
    margin: 40px auto 0;
}
}


@media screen and (max-width: 750px) {
.style_flex {
    justify-content: space-between;
    gap: unset;
}
.style_flex.odd .style_item {
    width: 48%;
}
.style_flex.odd{
    gap: unset;
    max-width: 600px;
}
.style_flex.odd .style_item:nth-child(n + 3) {
    margin-top: 30px;
}
}


@media screen and (max-width: 650px) {
#style .page_ttl_en {
    max-width: 150px;
}
.style_main {
    height: 150px;
}
.style_item_name {
    font-size: 12px;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
}
.kodawari_heading_ja {
    margin: 0 auto 20px;
}
.kodawari_img01 {
    margin: 30px auto 0;
}
}




