@charset "utf-8";
/* CSS Document */

p + p {
    margin-top: 1em;
}

/*———————————
key
———————————*/
.key {
    padding: 9.1vw 0;
}
@media screen and (max-width:767px){
.key {
    padding: 15vw 0;
}
}

.key_txt {
    font-size: 27px;
    font-weight: 700;
    position: relative;
    text-align: center;
}
@media screen and (max-width:767px){
.key_txt {
    font-size: 1.1rem;
    line-height: 2;
}
}



/*———————————
youtube
———————————*/
.youtube_title {
    color: var(--accent-color);
    font-size: 1.5rem;
    margin-bottom: 1rem;
    text-align: center;
}

.youtube-wrap {
    height: calc(560px * 9/16);
}
@media screen and (max-width:767px){
.youtube-wrap {
    height: calc((100vw - 20px) * 9/16);
}
}

.youtube-wrap iframe {
    height: 100%;
    margin: 0 auto;
}



/*———————————
about
———————————*/
.about_txt {
    line-height: 2;
}
@media screen and (min-width:769px){
.about_txt {
    font-size: 1.125rem;
}
}



/*———————————
feature
———————————*/
@media screen and (min-width:768px){
.feature .commonClm02_title {
    text-align: left;
}
}



/*———————————
service
———————————*/
@media screen and (min-width:769px){
.service > p {
    font-size: 1.125rem;
}
}

.service_img {
    margin: 30px auto;
    max-width: 600px;
}

.service-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit,45%);
    justify-content: center;
    gap: 20px;
    text-align: center;
}
@media screen and (max-width:767px){
.service-wrap {
    grid-template-columns: 100%;
}
}

.service-content {
    background: #d2ecff;
    border-radius: 10px;
    display: grid;
    gap: 10px;
    padding: 1em 0;
    place-items: center;
}

.service-content p {
    font-size: 14px;
}

/* サービス内容カラムはglobal.cssに記述 */

