img {
    max-width: 100%;
}

.full-width-picture img {
    width: 100%;
    height: 350px; /* ここで高さを指定 */
    object-fit: cover; /* 画像のアスペクト比を維持しつつ、指定した高さに収める */
}

@media (max-width: 768px) {
    .full-width-picture img {
        width: 100%;
        height: 250px; /* ここで高さを指定 */
        object-fit: cover; /* 画像のアスペクト比を維持しつつ、指定した高さに収める */
        object-position: 50% 80%; 
    }
}


.full-width-picture-news img {
    width: 100%;
    height: 350px; /* ここで高さを指定 */
    object-fit: cover; /* 画像のアスペクト比を維持しつつ、指定した高さに収める */
    /* object-position: 100% 80%;  */
}
@media (max-width: 768px) {
    .full-width-picture-news img {
        width: 100%;
        height: 250px; /* ここで高さを指定 */
        object-fit: cover; /* 画像のアスペクト比を維持しつつ、指定した高さに収める */
        object-position: 50% 80%; 
    }
}

.full-width-picture-service img {
    width: 100%;
    height: 350px; /* ここで高さを指定 */
    object-fit: cover; /* 画像のアスペクト比を維持しつつ、指定した高さに収める */
    /* object-position: 100% 80%; */
}

@media (max-width: 768px) {
    .full-width-picture-service img {
        width: 100%;
        height: 250px; /* ここで高さを指定 */
        object-fit: cover; /* 画像のアスペクト比を維持しつつ、指定した高さに収める */
        object-position: 50% 80%; 
    }
}

.full-width-picture-simulation img {
    width: 100%;
    height: 350px; /* ここで高さを指定 */
    object-fit: cover; /* 画像のアスペクト比を維持しつつ、指定した高さに収める */
}

@media (max-width: 768px) {
    .full-width-picture-simulation img {
        width: 100%;
        height: 250px; /* ここで高さを指定 */
        object-fit: cover; /* 画像のアスペクト比を維持しつつ、指定した高さに収める */
        /* object-position: 100% 60%;  */
    }
}

.full-width-picture-contact img {
    width: 100%;
    height: 350px; /* ここで高さを指定 */
    object-fit: cover; /* 画像のアスペクト比を維持しつつ、指定した高さに収める */
    /* object-position: 100% 80%; */
}

@media (max-width: 768px) {
    .full-width-picture-contact img {
        width: 100%;
        height: 250px; /* ここで高さを指定 */
        object-fit: cover; /* 画像のアスペクト比を維持しつつ、指定した高さに収める */
        object-position: 50% 80%; 
    }
}



header {
    position:absolute;
    z-index: 2;
    width: 100%;
    color: #323538;
}

header .l-container {
    width: 100%;
    max-width: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 10;
    position: fixed;
}

.page-header .header-img{
    width: 100%;
    /* height: 440px; */
    /* box-sizing: border-box; */
}

.page-header .header-img img{
    max-width: 100%;
    height: 200px;
}

.sub_en {
    font-size: 25px;
    font-weight: 500;
    color: #F0434C;
    margin-top: 30px;
    margin-bottom: 30px;
}

.sub_txt {
    font-size: 35px;
    font-weight: 500;
    color: #323538;
    /* margin-top: 30px;
    margin-bottom: 30px; */
}

.breadcrumb {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 26px;
    margin-top: 13px;
}

.breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 50px;
}
.breadcrumb ul li{
    position: relative;
}

.breadcrumb ul li+li:before {
    content: "";
    width: 24px;
    height: 1px;
    background-color: #F0434C;
    top: 50%;
    position: absolute;
    left: 0;
}

.breadcrumb ul li+li {
    padding: 0 0 0 41px;
    margin: 0 0 0 15px;
}

.u-clr:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.breadcrumb ul li a {
    color: #F0434C;
}
/* .header-container{
    position: fixed;
}

.page-header {
    box-sizing: border-box;
    margin-left: 100px;
    margin-top: 100px;
} */

#l-service {
    background-color: #f9f9f9;
}
#l-service .row h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 40px;
}

#l-service .text {
    font-size: 13px;
    margin-bottom: 40px;
}

#l-service .row {
    align-items: center;
}

#l-service .col {
    width: 48%;
}

#l-service img {
    border-radius: 16px;
}

@media screen and (max-width: 767px) { 
    #l-service h2 {
        font-size: 20px;
    }
    #l-service .row {
        gap: 30px 0;
    }
}

#top-contact h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 40px;
}

#top-contact .text {
    font-size: 13px;
    margin-bottom: 40px;
}

#top-contact .row {
    align-items: center;
}

#top-contact .col {
    width: 48%;
}

#top-contact img {
    border-radius: 16px;
}

.container .service-col{
    margin-bottom: 40px;
}

.container .service-col h2 {
    font-size: 40px;
    font-weight: 500;
    color:#F0434C;
}

.container .service-col .service-heading {
    font-size: 14px;
    font-weight: 400;
}

.border {
    border-bottom: 1px solid #F0434C;
    width: 100%;
}

.qanda {
    margin-top: 50px;
}

.qna {
    margin-bottom: 15px;
}

.question {
    background: #f1f1f1;
    padding: 15px;
    border-radius: 5px;
    font-weight: bold;
}
.answer {
    padding: 15px;
    font-weight: bold;
    /* border-left: 3px solid #F0434C; */
    background: #f1f1f1;
    /* background: #f9f9ff; */
    margin-top: 10px;
    border-radius: 5px;
    line-height: 2;
}

.question-text {
    color: #F0434C;
}