/* blockname */
.ja {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 25px;
    font-weight: 500;
}
.en {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 80px;
    font-weight: 500;
}
.ja2 {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 25px;
    font-weight: 500;
}
.w .ja,
.w .en {
    color: #fff;
}
.block-head .ja {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.block-head .ja::before {
    background: #fff;
    border: 6px solid var(--accent-color);
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 16px;
    margin-right: 10px;
    width: 16px;
}
@media screen and (max-width: 968px) {
    .ja {
        font-size: 14px;
    }
    .ja2 {
        font-size: 14px;
    }
    .en {
        font-size: 40px;
    }
    .block-head .ja::before {
        border: 3px solid var(--accent-color);
        height: 7px;
        width: 7px;
    }
    .block-head .ja2::before {
        border: 3px solid var(--accent-color);
        height: 7px;
        width: 7px;
    }
}
@media screen and (max-width: 768px) {}

/* btn */
.btn {
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 500;
    height: 70px;
    position: relative;
    width: 100%;
    max-width: 300px;
}
.btn.ct-w {
    background: #fff;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    height: 92px;
    margin: 0 auto;
    max-width: 396px;
}
.btn.arrow-w {
    background: #fff;
    color: #000;
}
.btn.arrow-r {
    background: var(--main-theme-color);
}
.btn.ct-w::before {
    background: url(../images/icon-contact-w.svg) no-repeat;
    background-position: center;
    background-size: 21.48px 15.79px;
    background-color: var(--accent-color);
    border-radius: 50%;
    content: "";
    display: block;
    height: 45px;
    margin: 0 15px 0 0;
    width: 45px;
}
.btn::after {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13.3px 12.26px;
    border-radius: 50%;
    content: "";
    display: block;
    height: 34px;
    margin: auto;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    width: 34px;
}
.btn.arrow-w::after {
    background-color: var(--accent-color);
    background-image: url(../images/icon-arrow-w.svg);
}
.btn.arrow-r::after {
    background-color: #fff;
    background-image: url(../images/icon-arrow.svg);
}
.btn.ct-w::after {
    display: none;
}
@media screen and (max-width: 968px) {
    .btn {
        font-size: 16px;
        height: 65px;
        margin: 0 auto;
        max-width: 267px;
    }
    .btn.ct-w {
        font-size: 17px;
        height: 78px;
        max-width: 320px;
    }
    .btn.ct-w::before {
        background-size: 19.1px 14.04px;
        height: 40px;
        left: 20px;
        width: 40px;
    }
}
@media screen and (max-width: 768px) {}

/* mv */
.mv {
    background: #fff;
    padding: 80px 0;
}
.mv-head {
    margin: 0 auto 65px;
    width: 92%;
    max-width: 1200px;
}
.mv-head h1 .en {
    font-size: 95px;
}
.mv-head h1 .ja {
    font-size: 20px;
    font-weight: 400;
    margin: 20px 0 0;
}
.size-type1 {
    width: 490px;
}
.size-type2 {
    width: 780px;
}
@media screen and (max-width: 968px) {
    .mv {
        padding: 35px 0;
    }
    .mv-head h1 .en {
        font-size: 51px;
        line-height: 59px;
    }
    .mv-head h1 .ja {
        font-size: 15px;
        line-height: 32px;
    }
}
@media screen and (max-width: 768px) {
    .size-type1 {
        width: calc(490px - (490px / 3));
    }
    .size-type2 {
        width: calc(780px - (780px / 3));
    }
}

/* about */
.about {
    margin: -5% 0 140px;
    position: relative;
    z-index: 1;
}
.about-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1200px;
}

.about-head h2 {
    position: relative;
}
.about-head h2::before {
    background: #fff;
    border-radius: 15px;
    content: "";
    display: block;
    height: 284px;
    margin: auto;
    position: absolute;
    left: -10%;
    bottom: 15%;
    top: 0;
    width: 692px;
}
.about-head h2 span {
    position: relative;
    z-index: 1;
}

.about-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.about-flex__text {
    width: 38%;
}
.about-flex__image {
    position: relative;
    width: 60%;
}
.about-txt {
    font-size: 18px;
    line-height: 42px;
}
.about-btn {
    margin: 45px 0 0;
}
.about-floating {
    position: absolute;
    left: -15%;
    bottom: -20%;
    width: 100%;
    max-width: 654px;
}
@media screen and (max-width: 968px) {
    .about {
        margin: -15% 0 70px;
    }
    .about-head h2::before {
        height: 185px;
        left: -18%;
        width: 80%;
    }
    .about-flex {
        flex-direction: column-reverse;
    }
    .about-flex__text {
        margin: 20% 0 0;
        width: 100%;
    }
    .about-flex__image {
        margin: 25px 0 0;
        right: 0;
        width: 100%;
    }
    .about-flex__image picture {
        position: relative;
        right: -5%;
    }
    .about-flex__image picture img {
        width: 145%;
        max-width: none;
    }
    .about-floating {
        left: -2%;
    }
    .about-txt {
        font-size: 15px;
        line-height: 32px;
    }
}
@media screen and (max-width: 768px) {}

/* service */
.service {
    background: var(--main-theme-color);
    padding: 85px 0;
}
.service-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 92%;
    max-width: 1200px;
}
.service-head {
    padding: 25px 0 0;
    width: 30%;
}
.service-body {
    width: 65%;
}
.service-cards {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.service-card {
    background: #fff;
    border-radius: 15px;
    width: 32%;
}
.service-card a {
    display: block;
    padding: 15px 15px 25px;
}
.service-card__image {
    line-height: 0;
}
.service-card__text {
    margin: 10px 0 0;
    text-align: center;
}
.service-card__ttl {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 22px;
    font-weight: 600;
}
.service-card__txt {
    font-size: 18px;
    font-weight: 400;
}
@media screen and (max-width: 968px) {
    .service-head {
        padding: 0 0 25px;
        width: 100%;
    }
    .service-body {
        width: 100%;
    }
    .service-card {
        width: 100%;
    }
    .service-card:not(:last-child) {
        margin: 0 0 25px;
    }
    .service-card a {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        padding: 15px;
    }
    .service-card:nth-child(even) a {
        flex-direction: row-reverse;
    }
    .service-card__image {
        width: 45%;
    }
    .service-card__text {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 0;
        text-align: left;
        width: 50%;
    }
    .service-card__ttl {
        font-size: 18px;
    }
    .service-card__txt {
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) {}

/* news */
.news {
    padding: 85px 0;
}
.news-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 92%;
    max-width: 1200px;
}
.news-head {
    width: 30%;
}
.news-body {
    width: 65%;
}
.news-head__btn {
    margin: 45px 0 0;
}
.news-list__item {
    border-bottom: 1px dotted #000;
}
.news-list__item:first-child {
    border-top: 1px dotted #000;
}
.news-list__item a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 35px 15px;
    position: relative;
}
.news-list__item a::after {
    background: url(../images/icon-arrow-b.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 12.26px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 13.3px;
}
.news-date {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-size: 300;
    margin-right: 30px;
}
.news-ttl {
    font-size: 18px;
    font-weight: 400;
}
@media screen and (max-width: 968px) {
    .news-inner {
        padding-bottom: 100px;
        position: relative;
    }
    .news-head {
        margin: 0 0 25px;
        padding: 0;
        width: 100%;
    }
    .news-head__btn {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .news-body {
        width: 100%;
    }
    .news-list__item a {
        padding: 25px 50px 25px 10px;
    }
    .news-date {
        font-size: 13px;
        margin-right: 20px;
    }
    .news-ttl {
        font-size: 13px;
    }
}
@media screen and (max-width: 768px) {}

/* recruit */
.recruit {
    background: url(../images/recruit-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 85px 0;
}
.recruit-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 92%;
    max-width: 1200px;
}
.recruit-head {
    padding-left: 45px;
    width: calc(100% - 420px);
}
.recruit-head h2 {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: row-reverse;
    padding-left: 35px;
}
.recruit-head h2 .ja {
    writing-mode: vertical-rl;
}
.recruit-head h2 .ja::before {
    margin: 0 0 10px;
}
.recruit-head h2 .en {
    line-height: 1em;
    margin-right: 10px;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
}
.recruit-head__img {
    margin: 35px 0 0;
}
.recruit-body {
    width: 420px;
}
.recruit-text {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
}
.recruit-btn {
    margin: 35px 0 0;
}
@media screen and (max-width: 968px) {
    .recruit-head {
        margin: 0 0 25px;
        padding: 0 0 25%;
        position: relative;
        width: 100%;
    }
    .recruit-head__img {
        margin: 0;
        position: absolute;
        right: 0;
        bottom: 0;
        text-align: right;
        width: 60%;
    }
    .recruit-head h2 {
        padding: 0;
    }
    .recruit-body {
        width: 100%;
    }
    .recruit-text {
        font-size: 15px;
        line-height: 30px;
    }
}
@media screen and (max-width: 768px) {}

/* contact */
.contact {
    background: var(--main-theme-color);
    padding: 85px 0;
}
.contact-inner {
    margin: 0 auto;
    text-align: center;
    width: 92%;
    max-width: 1200px;
}
.contact-body p {
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    margin: 10px 0 0;
}
.contact-btn {
    margin: 45px 0 0;
}
@media screen and (max-width: 968px) {
    .contact-body p {
        font-size: 15px;
        line-height: 30px;
    }
}

/* page */
.page {
    background: #ffffff;
    padding: 85px 0;
}
.page-inner {
    margin: 0 auto;
    text-align: center;
    width: 92%;
    max-width: 1200px;
}
.page-body p {
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    margin: 10px 0 0;
}
.page-btn {
    margin: 45px 0 0;
}
@media screen and (max-width: 968px) {
    .page-body p {
        font-size: 15px;
        line-height: 30px;
    }
}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* blockname */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}