@charset "UTF-8";
/* コンテンツ */



.benefit {
    background-color: #0070f1;
    color: #fff;
    font-size: 1.16em;
    line-height: 1;
    padding: 2em 2em 0.5em;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
.benefit ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.benefit ul li {
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2em;
    margin-bottom: 1.5em;
    white-space: nowrap;
}
.benefit ul li a {
    display: block;
    color: #fff;
    transition: all 0.3s;
}
.benefit ul li a:hover {
    color: #999;
}
.benefit ul li::after {
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #ccc;
}
.benefit ul li::before {
   content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #ccc;
}

.concept_tx1 {
    position: relative;
    z-index: 1;
    line-height: 1;
    padding: 5em 0;
    background-color: #eee;
}
.concept_tx1 h2 {
    font-family: "EB Garamond", serif;/*400-800*/
    font-weight: 400;
    font-size: 3.8em;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
}
.concept_tx1 p {
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    margin-top: 1em;
}



.bg_bluegd {
    background: linear-gradient(#0068f0, #27b3ef);
    color: #fff;
}
.dos_box {
}
.dos_box ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.dos_box ul li {
    display: flex;
    justify-content: center;
    align-items: center;
}
.dos_box ul li:first-child {
    width: 55%;
    background-image: url("../img/des_img.webp");
    background-position: center top;
    background-size: auto 120%;
    aspect-ratio: 160 / 95;
}
.dos_box ul li:last-child {
    width: 45%;
}
.dos_box ul li section {
    text-align: left;
}
.dos_box ul li h3 {
    font-size: 2.8em;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
}
.dos_box ul li p {
    font-size: 1.16em;
    line-height: 1.7;
    letter-spacing: 0.1em;
    margin-top: 1em;
}
.dosadj1 li:first-child {
    background-image: url("../img/loc_img.webp") !important;
}


@media screen and (min-width: 961px) {
.dosadj1 {
    flex-direction: row-reverse;
}
}


@media screen and (max-width: 960px) {

.concept_tx1 {
    padding: 4em 0;
}
.concept_tx1 h2 {
    font-size: 6vw;
}
.concept_tx1 p {
    font-size: 3.2vw;
}

.dos_box ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.dos_box ul li {
    display: flex;
    justify-content: center;
    align-items: center;
}
.dos_box ul li:first-child {
    width: 100%;
}
.dos_box ul li:last-child {
    width: 100%;
    padding: 4em 0;
}
.dos_box ul li h3 {
    font-size: 2.8em;
}
.dos_box ul li p {
    font-size: 1.16em;
}

}


@media screen and (max-width: 520px) {
.benefit {
    font-size: 1.16em;
    padding: 2em 0 0.5em;
}
.benefit ul li {
    width: 50%;
}
.benefit ul li::after {
    content: none
}
.benefit ul li:nth-child(odd)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #ccc;
}
.benefit ul li::before {
   content: none;
}

.dos_box ul li h3 {
    font-size: 2.5em;
}
.dos_box ul li p {
    font-size: 1.08em;
}

}
