/* pagecomment */
.pagecomment {
    padding: 85px 0 140px;
}
.pagecomment-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1020px;
}
.pagecomment-inner h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 32px;
}
.pagecomment-inner p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
}
@media screen and (max-width: 968px) {
    .pagecomment {
        padding: 50px 0 85px;
    }
    .pagecomment-inner h2 {
        font-size: 24px;
        margin: 0 0 20px;
    }
    .pagecomment-inner p {
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) {
    .pagecomment {
        padding: 45px 0 75px;
    }
    .pagecomment-inner h2 {
        font-size: 21px;
    }
}

/* diff */
.diff-head {
    position: absolute;
    left: 0;
    top: -52px;
    width: max-content;
}
.diff-head .diff-ttl {
    font-family: var(--ft-josef);
    font-size: 70px;
    font-weight: 300;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .diff-head {
        top: -30px;
    }
    .diff-head .diff-ttl {
        font-size: 42px;
    }
}

/* pageblock */
.pageblock-head {
    margin: 0 0 70px;
    position: relative;
    z-index: 1;
}
.pageblock-head.c {
    text-align: center;
}
.pageblock-head h2 {
    font-family: var(--ft-josef);
    font-size: 65px;
    font-weight: 300;
}
.pageblock-head.cr-b h2 {
    color: #096FCA;
}
.pageblock-head p {
    font-size: 14px;
    font-weight: 400;
}
@media screen and (max-width: 968px) {
    .pageblock-head {
        margin: 0 0 35px;
    }
    .pageblock-head h2 {
        font-size: 50px;
    }
}
@media screen and (max-width: 768px) {
    .pageblock-head h2 {
        font-size: 42px;
    }
    .pageblock-head p {
        font-size: 14px;
    }
}

/* lineblock */
.line-head {
    margin: 0 0 70px;
    position: relative;
}
.line-head h2 {
    color: var(--main-theme-color);
    font-size: 40px;
    font-weight: 700;
}
.line-head.ft-josef h2 {
    font-family: var(--ft-josef);
    font-size: 45px;
}
.line-head.cr-b h2 {
    color: #000;
}
.line-head.cr-w h2 {
    color: #fff;
}
.line-head::before {
    background: var(--main-theme-color);
    content: "";
    display: block;
    height: 1px;
    margin: auto;
    position: absolute;
    left: calc((100% + 20px) * -1);
    top: 0;
    bottom: 0;
    width: 100%;
}
.line-head.cr-b::before {
    background: #000;
}
.line-head.cr-w::before {
    background: #fff;
}
@media screen and (max-width: 968px) {
    .line-head {
        margin: 0 0 35px;
    }
    .line-head h2 {
        font-size: 32px;
    }
}
@media screen and (max-width: 768px) {
    .line-head::before {
        left: calc((100% + 10px) * -1);
    }
    .line-head h2 {
        font-size: 26px;
    }
}

/* passion */
.passion {
    background: #F5F5F5;
}
.passion-inner {
    margin: 0 auto;
    padding: 120px 0;
    position: relative;
    width: 92%;
    max-width: 1220px;
}
.passion-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
}
.passion-iamge {
    width: 281px;
}
.passion-text {
    width: calc(100% - (281px + 50px));
}
.passion-iamge p {
    text-align: right;
}
.passion p {
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
}
.passion-text h2 {
    color: #096FCA;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.6em;
    margin: 0 0 25px;
}
@media screen and (max-width: 968px) {
    .passion-iamge {
        width: 250px;
    }
    .passion-text {
        width: calc(100% - (250px + 25px));
    }
    .passion p {
        font-size: 14px;
    }
    .passion-text h2 {
        font-size: 16px;
        margin: 0 0 20px;
    }
}
@media screen and (max-width: 768px) {
    .passion-body {
        margin: 20px auto;
        width: 100%;
    }
    .passion-inner {
        padding: 50px 0;
    }
    .passion-iamge {
        margin: 0 0 20px;
        width: 42%;
        min-width: 220px;

    }
    .passion-img {
        text-align: center;
    }
    .passion-text {
        width: 100%;
    }
}


/* common */
.contents-txt {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7em;
    margin: 0 auto 52px;
    width: 100%;
    max-width: 1020px;
}
@media screen and (max-width: 968px) {
    .contents-txt {
        font-size: 16px;
        margin: 0 auto 25px;
    }
}
@media screen and (max-width: 768px) {
    .contents-txt {
        font-size: 14px;
        margin: 0 auto 20px;
    }
}

/* community */
.community {
    padding: 120px 0;
}
.community-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1220px;
}
.community-head h2 {
    color: #096FCA;
}
.community-cards {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 34px;
    margin: 0 0 55px;
}
.community-card {
    width: calc((100% - (34px * 1)) / 2);
}
.community-card__image {
    line-height: 0;
}
.community-card__text {
    padding: 10px 0 0;
}
.community-card__text p {
    color: #096FCA;
    font-size: 22px;
    font-weight: 700;
}
.community-info {
    border-radius: 38px;
    border: 1px solid #096FCA;
    padding: 25px 0;
}
.community-info__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 92%;
    max-width: 1020px;
}
.community-info__image {
    width: 208px;
}
.community-info__text {
    width: calc(100% - (208px + 50px));
}
.community-info__text h3 {
    color: #096FCA;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 20px
}
.community-info__text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7em;
}
@media screen and (max-width: 968px) {
    .community {
        padding: 85px 0;
    }
    .community-cards {
        gap: 25px;
        margin: 0 0 25px;
    }
    .community-card {
        width: calc((100% - (25px * 1)) / 2);
    }
    .community-card__text p {
        font-size: 18px;
    }
    .community-info {
        border-radius: 25px;
        padding: 20px 0;
    }
    .community-info__image {
        width: 180px;
    }
    .community-info__text {
        width: calc(100% - (180px + 25px));
    }
    .community-info__text h3 {
        font-size: 18px;
        margin: 0 0 15px
    }
    .community-info__text p {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .community {
        padding: 65px 0;
    }
    .community-cards {
        gap: 20px;
        margin: 0 0 20px;
    }
    .community-card {
        width: 100%;
    }
    .community-card__text p {
        font-size: 14px;
    }
    .community-info {
        border-radius: 18px;
        padding: 18px 0;
    }
    .community-info__flex {
        align-items: stretch;
    }
    .community-info__image {
        width: 120px;
    }
    .community-info__text {
        width: calc(100% - (120px + 20px));
    }
    .community-info__text h3 {
        font-size: 16px;
    }
    .community-info__text p {
        font-size: 14px;
    }
}
@media screen and (max-width: 468px) {
    .community-info__image {
        margin: 0 auto 15px;
        width: 200px;
    }
    .community-info__text {
        width: 100%;
    }
}

/* sustainable */
.sustainable {
    background: #F3F7FD;
    padding: 120px 0;
}
.sustainable-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1220px;
}
.sustainable-head h2 {
    color: var(--main-theme-color);
}
.sustainable-items {
    display: flex;
    flex-direction: column;
    gap: 42px;
    margin: 0 auto;
    width: 100%;
    max-width: 1020px;
}
.sustainable-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
}
.sustainable-item__image {
    line-height: 0;
    width: 390px;
}
.sustainable-item__text {
    width: calc(100% - (390px + 50px));
}
.sustainable-item__text h3 {
    color: var(--main-theme-color);
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 25px;
}
.sustainable-item__text ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.sustainable-item__text ul li {
    display: flex;
    justify-content: flex-start;
}
.sustainable-item__text ul li::before {
    color: #096FCA;
    content: "・";
    font-size: 18px;
    font-weight: 400;
}
.sustainable-item__text p {
    font-size: 18px;
    font-weight: 400;
}
.sustainable-item__text .linktext {
    text-align: right;
    margin-top: 8px;
}
.sustainable-item__text .linktext a {
    border-bottom: 1px solid #096FCA;
    color: #096FCA;
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0 0;
}
@media screen and (max-width: 968px) {
    .sustainable {
        padding: 85px 0;
    }
    .sustainable-items {
        gap: 30px;
    }
    .sustainable-item {
        gap: 25px;
    }
    .sustainable-item__image {
        width: 250px;
    }
    .sustainable-item__text {
        width: calc(100% - (250px + 25px));
    }
    .sustainable-item__text h3 {
        font-size: 23px;
        margin: 0 0 20px;
    }
    .sustainable-item__text ul li::before {
        font-size: 16px;
    }
    .sustainable-item__text p {
        font-size: 16px;
    }
    .sustainable-item__text .linktext a {
        font-size: 14px;
        margin: 15px 0 0;
    }
}
@media screen and (max-width: 768px) {
    .sustainable {
        padding: 65px 0;
    }
    .sustainable-item {
        gap: 0;
    }
    .sustainable-item__image {
        margin: 0 0 15px;
        width: 100%;
    }
    .sustainable-item__text {
        width: 100%;
    }
    .sustainable-item__text h3 {
        font-size: 18px;
        margin: 0 0 15px;
    }
    .sustainable-item__text ul li::before {
        font-size: 14px;
    }
    .sustainable-item__text p {
        font-size: 14px;
    }
    .sustainable-item__text .linktext a {
        font-size: 14px;
    }
}

/* wellbeing */
.wellbeing {
    padding: 100px 0;
}
.wellbeing {
    background: #FFFFFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 1) 100%);
}
.wellbeing-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1220px;
}
.wellbeing-items {
    margin: 0 auto;
    width: 100%;
    max-width: 1020px;
}
.wellbeing-item {
    display: grid;
    grid-template-columns: 220px 1fr;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}
.wellbeing-item__image {
    line-height: 0;
}
.wellbeing-item__image img.wellbeing-item__image2 {
    border: 1px solid #e9e9e9;
}
.wellbeing-item__text h3 {
    color: var(--main-theme-color);
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 25px;
}
.wellbeing-item__text p {
    font-size: 18px;
    font-weight: 400;
}
.wellbeing-item__text .linktext {
    text-align: right;
    margin-top: 8px;
}
.wellbeing-item__text .linktext a {
    border-bottom: 1px solid #096FCA;
    color: #096FCA;
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0 0;
}
@media screen and (max-width: 968px) {
    .wellbeing {
        padding: 85px 0;
    }
    .wellbeing-items {
        gap: 30px;
    }
    .wellbeing-item {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .wellbeing-item:first-child .wellbeing-item__image {
        width: 150px;
    }
    .wellbeing-item:first-child .wellbeing-item__text {
        width: calc(100% - (150px + 20px));
    }
    .wellbeing-item:last-child .wellbeing-item__image {
        width: 200px;
    }
    .wellbeing-item:last-child .wellbeing-item__text {
        width: calc(100% - (200px + 20px));
    }
    .wellbeing-item__text h3 {
        font-size: 18px;
        margin: 0 0 20px;
    }
    .wellbeing-item__text p {
        font-size: 16px;
    }
    .wellbeing-item__text .linktext a {
        font-size: 14px;
        margin: 15px 0 0;
    }
}
@media screen and (max-width: 768px) {
    .wellbeing {
        padding: 65px 0;
    }
    .wellbeing-item {
        gap: 0px;
    }
    .wellbeing-item__image {
        margin: 0 0 15px;
    }
    .wellbeing-item:first-child .wellbeing-item__image {
        text-align: center;
        width: 100%;
    }
    .wellbeing-item:first-child .wellbeing-item__text {
        width: 100%;
    }
    .wellbeing-item:last-child .wellbeing-item__image {
        text-align: center;
        width: 100%;
    }
    .wellbeing-item:last-child .wellbeing-item__text {
        width: 100%;
    }
    .wellbeing-item__text h3 {
        font-size: 16px;
        margin: 0 0 15px;
    }
    .wellbeing-item__text p {
        font-size: 14px;
    }
    .wellbeing-item__text .linktext a {
        font-size: 14px;
    }
}

/* chfeatures */
.chfeatures {
    padding: 85px 0;
}
.chfeatures-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1220px;
}
.chfeatures-head {
    margin: 0 0 50px;
    text-align: center;
}
.chfeatures-head h2 {
    color: var(--main-theme-color);
    font-size: 40px;
    font-weight: 700;
}
.chfeatures-items {
    display: flex;
    flex-direction: column;
    gap: 42px;
}
.chfeatures-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.chfeatures-item__image {
    width: 500px;
}
.chfeatures-item__text {
    width: calc(100% - (500px + 50px));
}
.chfeatures-item__text h3 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0 0 25px;
}
.chfeatures-item__text h3 span {
    color: #096FCA;
    display: inline-block;
    font-family: var(--ft-josef);
    font-size: 70px;
    font-weight: 300;
    line-height: .7;
    margin-right: 10px;
}
.chfeatures-item__text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
}
.chfeatures-item__text h3 p {
    font-size: 30px;
    font-weight: 700;
}
.chfeatures-item__text .linktext {
    text-align: right;
    margin-top: 8px;
}
.chfeatures-item__text .linktext a {
    border-bottom: 1px solid #096FCA;
    color: #096FCA;
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0 0;
}
.chlink-item {
    margin: 80px 0 0;
}
.chlink-item .ch-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 320px;
    padding: 3px;
    width: 100%;
    margin: 32px auto;
    border: 1px solid #c58f21;
}

@media screen and (max-width: 968px) {
    .chfeatures {
        padding: 75px 0;
    }
    .chfeatures-head {
        margin: 0 0 35px;
    }
    .chfeatures-head h2 {
        font-size: 32px;
    }
    .chfeatures-items {
        gap: 30px;
    }
    .chfeatures-item__image {
        width: 350px;
    }
    .chfeatures-item__text {
        width: calc(100% - (350px + 25px));
    }
    .chfeatures-item__text h3 {
        margin: 0 0 20px;
    }
    .chfeatures-item__text h3 span {
        font-size: 50px;
    }
    .chfeatures-item__text p {
        font-size: 14px;
    }
    .chfeatures-item__text h3 p {
        font-size: 23px;
        font-weight: 700;
    }
    .chfeatures-item__text .linktext a {
        font-size: 14px;
        margin: 15px 0 0;
    }
}
@media screen and (max-width: 768px) {
    .chfeatures {
        padding: 65px 0;
    }
    .chfeatures-head {
        margin: 0 0 30px;
    }
    .chfeatures-head h2 {
        font-size: 26px;
    }
    .chfeatures-items {
        gap: 25px;
    }
    .chfeatures-item__image {
        margin: 0 0 15px;
        width: 100%;
    }
    .chfeatures-item__text {
        width: 100%;
    }
    .chfeatures-item__text h3 {
        margin: 0 0 18px;
    }
    .chfeatures-item__text h3 span {
        font-size: 42px;
    }
    .chfeatures-item__text h3 p {
        font-size: 18px;
    }
    .chlink-item {
        margin: 60px 0 0;
    }
}

/* chfeatures */
.chstrength {
    background: #F3F7FD;
    padding: 120px 0;
}
.chstrength-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1020px;
}
.chstrength-head {
    margin: 0 0 50px;
    text-align: center;
}
.chstrength-head h2 {
    color: var(--main-theme-color);
    font-size: 30px;
    font-weight: 700;
}
.chstrength-items {
    display: flex;
    flex-direction: column;
    gap: 42px;
}
.chstrength-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.chstrength-item__image {
    width: 347px;
}
.chstrength-item__text {
    width: calc(100% - (347px + 50px));
}
.chstrength-item__text h3 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0 0 25px;
}
.chstrength-item__text h3 span {
    color: #096FCA;
    display: inline-block;
    font-family: var(--ft-josef);
    font-size: 70px;
    font-weight: 300;
    line-height: .7;
    margin-right: 10px;
}
.chstrength-item__text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
}
.chstrength-item__text h3 p {
    font-size: 22px;
    font-weight: 700;
}
@media screen and (max-width: 968px) {
    .chstrength {
        padding: 75px 0;
    }
    .chstrength-head {
        margin: 0 0 35px;
    }
    .chstrength-head h2 {
        font-size: 26px;
    }
    .chstrength-items {
        gap: 30px;
    }
    .chstrength-item__image {
        width: 260px;
    }
    .chstrength-item__text {
        width: calc(100% - (260px + 25px));
    }
    .chstrength-item__text h3 {
        margin: 0 0 20px;
        align-items: center;
    }
    .chstrength-item__text h3 span {
        font-size: 50px;
    }
    .chfeatures-item__text p {
        font-size: 14px;
    }
    .chstrength-item__text h3 p {
        font-size: 18px;
        font-weight: 700;
    }
}
@media screen and (max-width: 768px) {
    .chstrength {
        padding: 65px 0;
    }
    .chstrength-head {
        margin: 0 0 30px;
    }
    .chstrength-head h2 {
        font-size: 23px;
    }
    .chstrength-items {
        gap: 25px;
    }
    .chstrength-item__image {
        margin: 0 0 15px;
        width: 100%;
    }
    .chstrength-item__text {
        width: 100%;
    }
    .chstrength-item__text h3 {
        margin: 0 0 18px;
    }
    .chstrength-item__text h3 span {
        font-size: 32px;
    }
    .chstrength-item__text h3 p {
        font-size: 16px;
    }
}

/* inquirycard */
.inquirycard {
    background: #F3F7FD;
    border-radius: 38px;
    margin: 75px auto 100px;
    padding: 45px 0;
    width: 92%;
    max-width: 1220px;
}
.inquirycard-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1020px;
}
.inquirycard-text p {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.8em;
}
.inquirycard-text p a {
    border-bottom: 1px solid var(--sub-theme-color);
    color: var(--sub-theme-color);
    font-weight: 700;
}
.inquirycard-btn {
    margin: 45px 0 0;
}
.inquirycard-btn a {
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 700;
    height: 74px;
    margin: 0 auto;
    padding: 0 75px;
    position: relative;
    width: 100%;
    max-width: max-content;
}
.houseinquiry .inquirycard-btn a {
    background: var(--main-theme-color);
}
.engineeringinquiry .inquirycard-btn a {
    background: #096FCA;
}
.inquirycard-btn a::after {
    background: url(../images/icon-arrow-l-w.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 20px;
    margin: auto;
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    width: 25px;
}
@media screen and (max-width: 968px) {
    .inquirycard {
        border-radius: 25px;
        margin: 50px auto 75px;
        padding: 35px 0;
    }
    .inquirycard-text p {
        font-size: 16px;
    }
    .inquirycard-btn {
        margin: 35px 0 0;
    }
    .inquirycard-btn a {
        font-size: 18px;
        height: 50px;
    }
    .inquirycard-btn a::after {
        height: 15px;
        right: 20px;
        width: 20px;
    }
}
@media screen and (max-width: 768px) {
    .inquirycard {
        border-radius: 18px;
        margin: 45px auto 60px;
        padding: 25px 0;
    }
    .inquirycard-text p {
        font-size: 14px;
    }
    .inquirycard-btn {
        margin: 30px 0 0;
    }
    .inquirycard-btn a {
        font-size: 14px;
        height: 45px;
        padding: 0 50px 0 20px;
        text-align: left;
    }
}

/* inquiryform */
.inquiryform {
    padding: 25px 0 100px;
}
.inquiryform-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1220px;
}
.inquiryform-body {
    margin: 0 auto;
    width: 100%;
    max-width: 915px;
}
.inquiryform-ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 35px;
}
.inquiryform-ttl h3 {
    font-size: 30px;
    font-weight: 700;
}
.houseinquiry .inquiryform-head h2 {
    color: #036847;
}
.engineeringinquiry .inquiryform-head h2 {
    color: var(--main-theme-color);
}
.inquiryform-tel__card {
    background-image: url(../images/icon-linkarrow.png);
    background-position: right 15px bottom 15px;
    background-size: 64px;
    background-repeat: no-repeat;
    border-radius: 30px;
    margin: 0 auto;
    padding: 35px 15px;
    text-align: center;
    width: 100%;
    max-width: 500px;
}
.houseinquiry .inquiryform-tel__card {
    background-color: #036847;
}
.engineeringinquiry .inquiryform-tel__card {
    background-color: var(--main-theme-color);
}
.inquiryform-tel__card .ttl {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
}
.inquiryform-tel__card .ttl::before {
    background: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 10px;
    margin-right: 5px;
    width: 10px;
}
.inquiryform-tel__card a {
    color: #fff;
    font-size: 46px;
    font-weight: 700;
}
.inquiryform-tel__card .txt {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.inquiryform-content {
    margin: 100px 0 0;
}
.inquiryform-content__head {
    margin: 0 0 65px;
    text-align: center;
}
.inquiryform-content__head h3 {
    font-size: 30px;
    font-weight: 700;
}
.houseinquiry .inquiryform-content__head h3 {
    color: #036847;
}
.engineeringinquiry .inquiryform-content__head h3 {
    color: var(--main-theme-color);
}
@media screen and (max-width: 968px) {
    .inquiryform {
        padding: 25px 0 75px;
    }
    .inquiryform-ttl {
        margin: 0 0 30px;
    }
    .inquiryform-ttl h3 {
        font-size: 24px;
    }
    .inquiryform-tel__card {
        background-size: 40px;
        border-radius: 20px;
        padding: 30px 12px;
    }
    .inquiryform-tel__card a {
        font-size: 40px;
    }
    .inquiryform-content {
        margin: 85px 0 0;
    }
    .inquiryform-content__head {
        margin: 0 0 50px;
    }
    .inquiryform-content__head h3 {
        font-size: 24px;
    }
}
@media screen and (max-width: 768px) {
    .inquiryform {
        padding: 25px 0 50px;
    }
    .inquiryform-ttl {
        margin: 0 0 25px;
    }
    .inquiryform-ttl h3 {
        font-size: 21px;
    }
    .inquiryform-tel__card {
        background-size: 30px;
        border-radius: 15px;
        padding: 25px 12px;
    }
    .inquiryform-tel__card a {
        font-size: 36px;
    }
    .inquiryform-content {
        margin: 65px 0 0;
    }
    .inquiryform-content__head {
        margin: 0 0 35px;
    }
    .inquiryform-content__head h3 {
        font-size: 21px;
    }
}

/* inquiryform-list */
.inquiryform-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.inquiryform-list__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.inquiryform-list__item dt {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 58px;
    padding-right: 35px;
    width: 275px;
}
.inquiryform-list__item:first-child dt {
    align-items: flex-start;
}
.inquiryform-list__item dd {
    width: calc(100% - 275px);
}
.inquiryform-list__item dt label {
    font-size: 18px;
    font-weight: 400;
}
.inquiryform-list__item.required dt label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.inquiryform-list__item dt label::after {
    content: "任意";
    color: #7E7E7E;
    font-size: 14px;
    font-weight: 500;
    margin-left: 15px;
}
.inquiryform-list__item.required dt label::after {
    content: "必須";
    color: #FF0000;
}
.inquiryform-list__item dd input[type="text"],
.inquiryform-list__item dd input[type="tel"],
.inquiryform-list__item dd input[type="email"],
.inquiryform-list__item dd textarea,
.inquiryform-submit input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #707070;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    padding: 0 15px;
    width: 100%;
}
.inquiryform-list__item dd input[type="text"],
.inquiryform-list__item dd input[type="tel"],
.inquiryform-list__item dd input[type="email"] {
    height: 58px;
}
.inquiryform-list__item dd textarea {
    align-items: flex-start;
    height: 246px;
    padding: 15px 15px;
}
.inquiryform-policy {
    margin: 25px 0 50px;
}
.wpcf7-form-control.wpcf7-radio {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.wpcf7-list-item {
    display: block;
}
.wpcf7-list-item input {
    display: none;
}
.wpcf7-list-item-label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 22px;
    font-weight: 400;
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: max-content;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
    margin: 0;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
    justify-content: center;
}
.wpcf7-list-item-label::before {
    border: 1px solid #707070;
    content: "";
    display: block;
    height: 20px;
    margin: 0 10px 0 0;
    width: 20px;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label::before {
    border-radius: 50%;
}
.wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
    background: #000;
    content: "";
    display: block;
    height: 8px;
    margin: auto;
    position: absolute;
    left: 7px;
    top: 0;
    bottom: 0;
    width: 8px;
}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label::after {
    border-radius: 50%;
}
.inquiryform-submit p {
    height: 58px;
    margin: 0 auto;
    width: 100%;
    max-width: 194px;
}
.inquiryform-submit input {
    background: #6C6C6C;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 400;
    height: 100%;
    width: 100%;
}
@media screen and (max-width: 968px) {
    .inquiryform-list {
        gap: 20px;
    }
    .inquiryform-list__item dt {
        min-height: 58px;
        padding-right: 25px;
        width: 230px;
    }
    .inquiryform-list__item dd {
        width: calc(100% - 230px);
    }
    .inquiryform-list__item dt label {
        font-size: 18px;
    }
    .inquiryform-list__item dt label::after {
        font-size: 14px;
        margin-left: 10px;
    }
    .inquiryform-list__item dd input[type="text"],
    .inquiryform-list__item dd input[type="tel"],
    .inquiryform-list__item dd input[type="email"],
    .inquiryform-list__item dd textarea,
    .inquiryform-submit input {
        padding: 0 12px;
    }
    .inquiryform-list__item dd input[type="text"],
    .inquiryform-list__item dd input[type="tel"],
    .inquiryform-list__item dd input[type="email"] {
        height: 50px;
    }
    .inquiryform-list__item dd textarea {
        height: 200px;
        padding: 12px 12px;
    }
    .wpcf7-list-item-label {
        font-size: 16px;
    }
    .wpcf7-list-item-label::before {
        height: 18px;
        width: 18px;
    }
    .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
        height: 6px;
        left: 7px;
        width: 6px;
    }
    .inquiryform-submit {
        height: 58px;
        margin: 0 auto;
        width: 100%;
        max-width: 194px;
    }
    .inquiryform-submit input {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    .inquiryform-list__item dt {
        justify-content: flex-start;
        min-height: 0;
        margin: 0 0 10px;
        padding-right: 0;
        width: 100%;
    }
    .inquiryform-list__item dd {
        width: 100%;
    }
    .inquiryform-list__item dt label {
        font-size: 16px;
    }
    .inquiryform-list__item dt label::after {
        font-size: 14px;
    }
    .wpcf7-list-item-label {
        font-size: 14px;
    }
    .wpcf7-list-item-label::before {
        height: 15px;
        width: 15px;
    }
    .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
        height: 5px;
        left: 6px;
        width: 5px;
    }
    .inquiryform-submit {
        height: 50px;
    }
    .inquiryform-submit input {
        font-size: 16px;
    }
}

/* engineering */
.engineering {
    padding: 85px 0 120px;
}
.engineering-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1220px;
}
.engineeringworks-head h2 {
    color: #096FCA;
}
.engineering-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.engineering-item__image {
    line-height: 0;
    width: 654px;
}
.engineering-item__text {
    width: calc(100% - (654px + 35px));
}
.engineering-item__text h3 {
    color: var(--main-theme-color);
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 15px;
}
.engineering-item__text p {
    font-size: 17px;
    font-weight: 400;
    line-height: 2em;
    text-align: justify;
}
.engineering-flow {
    margin: 85px auto 0;
    width: 100%;
    max-width: 1020px;
}
.engineering-flow__ttl {
    margin: 0 0 35px;
}
.engineering-flow__ttl h3 {
    font-family: var(--ft-josef);
    font-size: 45px;
    font-weight: 400;
}
.engineering-flow__items {
    display: flex;
    flex-direction: column;
    gap: 42px;
}
.engineering-flow__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.engineering-flow__image {
    width: 347px;
}
.engineering-flow__text {
    width: calc(100% - (347px + 50px));
}
.engineering-flow__text h3 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0 0 25px;
}
.engineering-flow__text h3 span {
    color: #096FCA;
    display: inline-block;
    font-family: var(--ft-josef);
    font-size: 70px;
    font-weight: 300;
    line-height: .7;
    margin-right: 10px;
}
.engineering-flow__text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
}
.engineering-flow__text h3 p {
    font-size: 22px;
}
@media screen and (max-width: 968px) {
    .engineering {
        padding: 65px 0 85px;
    }
    .engineering-item__image {
        width: 400px;
    }
    .engineering-item__text {
        width: calc(100% - (400px + 25px));
    }
    .engineering-item__text h3 {
        font-size: 21px;
    }
    .engineering-item__text p {
        font-size: 14px;
    }
    .engineering-flow {
        margin: 50px auto 0;
    }
    .engineering-flow__ttl {
        margin: 0 0 25px;
    }
    .engineering-flow__ttl h3 {
        font-size: 32px;
    }
    .engineering-flow__items {
        gap: 30px;
    }
    .engineering-flow__image {
        width: 260px;
    }
    .engineering-flow__text {
        width: calc(100% - (260px + 25px));
    }
    .engineering-flow__text h3 {
        margin: 0 0 20px;
    }
    .engineering-flow__text h3 span {
        font-size: 50px;
    }
    .engineering-flow__text p {
        font-size: 14px;
    }
    .engineering-flow__text h3 p {
        font-size: 18px;
        font-weight: 700;
    }
}
@media screen and (max-width: 768px) {
    .engineering {
        padding: 50px 0 60px;
    }
    .engineering-item__image {
        margin: 0 0 20px;
        width: 100%;
    }
    .engineering-item__text {
        width: 100%;
    }
    .engineering-item__text h3 {
        font-size: 16px;
    }
    .engineering-flow {
        margin: 35px auto 0;
    }
    .engineering-flow__ttl {
        margin: 0 0 20px;
    }
    .engineering-flow__ttl h3 {
        font-size: 26px;
    }
    .engineering-flow__items {
        gap: 25px;
    }
    .engineering-flow__image {
        margin: 0 0 15px;
        width: 100%;
    }
    .engineering-flow__text {
        width: 100%;
    }
    .engineering-flow__text h3 {
        margin: 0 0 18px;
    }
    .engineering-flow__text h3 span {
        font-size: 32px;
    }
    .engineering-flow__text h3 p {
        font-size: 16px;
    }
}

/* engineeringworks */
.engineeringworks {
    background: #F3F7FD;
    padding: 0 0 110px;
    position: relative;
}
.engineeringworks::before {
    background: #fff;
    content: "";
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.engineeringworks-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1220px;
}
.engineeringworks-items {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 10px;
    row-gap: 25px;
    margin: 0 0 70px;
}
.engineeringworks-item {
    width: calc((100% - (10px * 1)) / 2);
}
.engineeringworks-item.col3 {
    width: calc((100% - (10px * 2)) / 3);
}
.engineeringworks-item__image {
    line-height: 0;
}
.engineeringworks-item__text {
    margin: 10px 0 0;
}
.engineeringworks-item__text p {
    color: var(--main-theme-color);
    font-size: 22px;
    font-weight: 700;
}
@media screen and (max-width: 968px) {
    .engineeringworks-items {
        margin: 0 0 50px;
    }
    .engineeringworks-item__text p {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .engineeringworks-item,
    .engineeringworks-item.col3 {
        width: 100%;
    }
    .engineeringworks-item__text p {
        font-size: 14px;
    }
}

/* houses */
.houses {
    padding: 100px 0 100px;
}
.houses.bg-navy {
    background: var(--main-theme-color);
}
.houses.bg-gray {
    background: #F5F5F5;
}
.houses-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1220px;
}
.houses-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.houses-item__image {
    line-height: 0;
    width: 654px;
}
.houses-item__text {
    width: calc(100% - (654px + 35px));
}
.houses-item__text h3 {
    color: var(--main-theme-color);
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 15px;
}
.houses-item__text.b h3 {
    color: #000;
}
.houses-item__text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
}
.houses-item__text.w h3,
.houses-item__text.w p {
    color: #fff;
}
.houses-item__link {
    margin: 20px 0 0;
    text-align: right;
}
.houses-item__link a {
    color: #fff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
}
.houses-item__link a::after {
    background: url(../images/icon-linkarrow.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 54px;
    margin-left: 10px;
    width: 54px;
}
.houses-item__text .logo {
    margin: 0 0 10px;
    width: 100%;
    max-width: 220px;
}
.houses-txt {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
    margin: 85px auto;
    width: 100%;
    max-width: 1020px;
}
.houses-lineup {
    margin: 65px auto 0;
    width: 100%;
    max-width: 1020px;
}
.houses-lineup__ttl {
    margin: 0 0 35px;
}
.houses-lineup__ttl h3 {
    font-family: var(--ft-josef);
    font-size: 45px;
    font-weight: 400;
}
.houses-lineup__items {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.houses-lineup__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.houses-lineup__image {
    width: 347px;
}
.houses-lineup__text {
    width: calc(100% - (347px + 50px));
}
.bottom-txt {
    margin: 25px 0 0;
    width: 100%;
}
.houses-lineup__text h3 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0;
}
.houses-lineup__text h3 span {
    color: #096FCA;
    display: inline-block;
    font-family: var(--ft-josef);
    font-size: 70px;
    font-weight: 300;
    line-height: .7;
    margin-right: 10px;
}
.bottom-txt p,
.houses-lineup__text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
}
.houses-lineup__text h3 p {
    color: var(--main-theme-color);
    font-family: var(--ft-josef);
    font-size: 22px;
    font-weight: 700;
}
@media screen and (max-width: 968px) {
    .houses {
        padding: 65px 0 85px;
    }
    .houses-item__image {
        width: 400px;
    }
    .houses-item__text {
        width: calc(100% - (400px + 25px));
    }
    .houses-item__text h3 {
        font-size: 21px;
    }
    .houses-item__text p {
        font-size: 14px;
    }
    .houses-item__link a {
        font-size: 14px;
    }
    .houses-item__link a::after {
        height: 40px;
        width: 40px;
    }
    .houses-txt {
        font-size: 14px;
        margin: 50px auto;
    }
    .houses-lineup {
        margin: 50px auto 0;
    }
    .houses-lineup__ttl {
        margin: 0 0 25px;
    }
    .houses-lineup__ttl h3 {
        font-size: 32px;
    }
    .houses-lineup__items {
        gap: 30px;
    }
    .houses-lineup__image {
        width: 260px;
    }
    .houses-lineup__text {
        width: calc(100% - (260px + 25px));
    }
    .houses-lineup__text h3 {
        margin: 0 0 20px;
    }
    .houses-lineup__text h3 span {
        font-size: 50px;
    }
    .houses-lineup__text p {
        font-size: 14px;
    }
    .houses-lineup__text h3 p {
        font-size: 18px;
        font-weight: 700;
    }
}
@media screen and (max-width: 768px) {
    .houses {
        padding: 50px 0 60px;
    }
    .houses-item__image {
        margin: 0 0 20px;
        width: 100%;
    }
    .houses-item__text {
        width: 100%;
    }
    .houses-item__text h3 {
        font-size: 16px;
    }
    .houses-lineup {
        margin: 35px auto 0;
    }
    .houses-lineup__ttl {
        margin: 0 0 20px;
    }
    .houses-lineup__ttl h3 {
        font-size: 26px;
    }
    .houses-lineup__items {
        gap: 25px;
    }
    .houses-lineup__image {
        margin: 0 0 15px;
        width: 100%;
    }
    .houses-lineup__text {
        width: 100%;
    }
    .houses-lineup__text h3 {
        margin: 0 0 18px;
    }
    .houses-lineup__text h3 span {
        font-size: 32px;
    }
    .houses-lineup__text h3 p {
        font-size: 16px;
    }
}

/* companyinfo */
.companyinfo {
    padding: 120px 0;
}
.companyinfo-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1220px;
}
.companyinfo-body {
    margin: 50px auto;
    width: 100%;
    max-width: 1020px;
}
.companyinfo-list__item {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}
.companyinfo-list__item dt {
    border-bottom: 1px solid var(--main-theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 0;
    text-align: center;
    width: 200px;
}
.companyinfo-list__item dd {
    border-bottom: 1px solid #BFBFBF;
    padding: 20px 25px;
    width: calc(100% - 200px);
}
.companyinfo-list__item dd,
.companyinfo-list__item dd span {
    font-size: 18px;
    font-weight: 400;    
}
.companyinfo-list__item dd span::before {
    content: "・";
    color: #096FCA;
}
.companyinfo-shoplist {
    margin: 100px 0 0;
}
.companyinfo-shoplist__ttl {
    margin: 0 0 45px;
}
.companyinfo-shoplist__ttl h3 {
    color: var(--main-theme-color);
    font-size: 30px;
    font-weight: 700;
}
.companyinfo-shoplist__items {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 19.5px;
    row-gap: 25px;
    margin-bottom: 60px;
}
.companyinfo-shoplist__item {
    width: calc((100% - (19.5px * 1)) / 2);
}
.companyinfo-shoplist__item dt {
    border-bottom: 1px solid var(--main-theme-color);
    color: var(--main-theme-color);
    font-size: 18px;
    font-weight: 700;
    padding: 0 0 5px;
}
.companyinfo-shoplist__item dd {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
    padding: 12px 0;
}
.companyinfo-shoplist__map {
    margin-top: 30px;
}
.companyinfo-shoplist__map dt {
    border-bottom: 1px solid var(--main-theme-color);
    color: var(--main-theme-color);
    font-size: 18px;
    font-weight: 700;
    padding: 0 0 5px;
}
.companyinfo-shoplist__map dd {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
    padding: 12px 0;
}
.companyinfo-shoplist__map dd.map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: 0;
}
.companyinfo-shoplist__map dd.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 968px) {
    .companyinfo {
        padding: 70px 0;
    }
    .companyinfo-list__item dt {
        font-size: 14px;
        padding: 15px 0;
        width: 150px;
    }
    .companyinfo-list__item dd {
        padding: 15px 20px;
        width: calc(100% - 150px);
    }
    .companyinfo-list__item dd,
    .companyinfo-list__item dd span {
        font-size: 14px;
    }
    .companyinfo-shoplist {
        margin: 75px 0 0;
    }
    .companyinfo-shoplist__ttl {
        margin: 0 0 35px;
    }
    .companyinfo-shoplist__ttl h3 {
        font-size: 24px;
    }
    .companyinfo-shoplist__items {
        gap: 15px;
        row-gap: 20px;
        margin-bottom: 40px;
    }
    .companyinfo-shoplist__item {
        width: calc((100% - (15px * 1)) / 2);
    }
    .companyinfo-shoplist__item dt {
        font-size: 14px;
    }
    .companyinfo-shoplist__item dd {
        font-size: 14px;
        padding: 10px 0;
    }
}
@media screen and (max-width: 768px) {
    .companyinfo {
        padding: 50px 0;
    }
    .companyinfo-list__item dt {
        justify-content: flex-start;
        padding: 10px 0;
        text-align: left;
        width: 100%;
    }
    .companyinfo-list__item dd {
        padding: 10px;
        width: 100%;
    }
    .companyinfo-shoplist {
        margin: 50px 0 0;
    }
    .companyinfo-shoplist__ttl {
        margin: 0 0 25px;
    }
    .companyinfo-shoplist__ttl h3 {
        font-size: 21px;
    }
    .companyinfo-shoplist__item {
        width: 100%;
    }
}
/* philosophy */
.philosophy{
    margin-bottom: 140px;
}
.philosophy-h3 {
    font-size: 24px;
    padding: 60px 0 28px;
    color: var(--main-theme-color);
}
.philosophy-text_big {
    font-size: 20px;
    line-height: 1.7;
}
.philosophy-ttl_img {
    max-width: 220px;
    margin-bottom: 20px;
}
.philosophy-text {
    font-size: 17px;
    line-height: 1.7;
}

/* companyhistory */
.companyhistory {
    background: #F5F5F5;
    padding: 0 0 100px;
    position: relative;
}
.companyhistory::before {
    background: #fff;
    content: "";
    height: 27px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.companyhistory-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1220px;
}
.companyhistory-body {
    margin: 0 auto;
    width: 100%;
    max-width: 1020px;
}
.companyhistory-list__item {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}
.companyhistory-list__item dt {
    border-bottom: 1px solid var(--main-theme-color);
    color: var(--main-theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    padding: 17px 0;
    text-align: center;
    width: 200px;
}
.companyhistory-list__item dd {
    border-bottom: 1px solid #BFBFBF;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    padding: 17px 25px;
    width: calc(100% - 200px);
}
.companyhistory-list__item dd span.month {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    width: 75px;
}
.companyhistory-list__item dd span.content {
    font-size: 18px;
    font-weight: 400;
    width: calc(100% - 75px);
}
@media screen and (max-width: 968px) {
    .companyhistory {
        padding: 0 0 75px;
    }
    .companyhistory-list__item dt {
        font-size: 14px;
        width: 150px;
    }
    .companyhistory-list__item dd {
        padding: 10px 20px;
        width: calc(100% - 150px);
    }
    .companyhistory-list__item dd span.month {
        font-size: 14px;
        width: 50px;
    }
    .companyhistory-list__item dd span.content {
        font-size: 14px;
        width: calc(100% - 50px);
    }
}
@media screen and (max-width: 768px) {
    .companyhistory {
        padding: 0 0 60px;
    }
    .companyhistory-list__item dt {
        justify-content: flex-start;
        width: 100%;
    }
    .companyhistory-list__item dd {
        padding: 10px 15px;
        width: 100%;
    }
    .philosophy-text_big {
        font-size: 17px;
    }
    .philosophy-text {
        font-size: 14px;
    }
}

/* companygallary */
.companygallary {
    padding: 100px 0;
}
.companygallary-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1020px;
}
.companygallary-head {
    margin: 0 0 50px;
    text-align: center;
}
.companygallary-head h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 10px;
}
.companygallary-head p {
    font-size: 16px;
    font-weight: 400;
}
.companygallary-items {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 24px;
}
.companygallary-item {
    width: calc((100% - (24px * 2)) / 3);
}
.companygallary-item__image {
    line-height: 0;
}
.companygallary-item__text {
    padding: 8px 0;
}
.companygallary-item__text p {
    font-size: 14px;
    font-weight: 400;
}
@media screen and (max-width: 968px) {
    .companygallary {
        padding: 75px 0;
    }
    .companygallary-head {
        margin: 0 0 45px;
    }
    .companygallary-head h2 {
        font-size: 24px;
    }
    .companygallary-head p {
        font-size: 14px;
    }
    .companygallary-items {
        gap: 20px;
    }
    .companygallary-item {
        width: calc((100% - (20px * 1)) / 2);
    }
}
@media screen and (max-width: 768px) {
    .companygallary {
        padding: 60px 0;
    }
    .companygallary-head {
        margin: 0 0 35px;
    }
    .companygallary-head h2 {
        font-size: 21px;
    }
    .companygallary-items {
        gap: 10px;
        row-gap: 20px;
    }
    .companygallary-item {
        width: calc((100% - (10px * 1)) / 2);
    }
    .companygallary-item__text p {
        font-size: 14px;
    }
}

/* aboutus */
.aboutus {
    padding: 100px 0;
}
.aboutus-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1220px;
}
.aboutus-txt {
    margin: 0 auto;
    width: 100%;
    max-width: 1020px;
}
.aboutus-txt p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7em;
}
.aboutus-link {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 35px 0 0;
}
.aboutus-link a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: var(--main-theme-color);
}
.aboutus-link a::after {
    background: url(../images/icon-linkarrow.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 54px;
    margin-left: 10px;
    width: 54px;
}
@media screen and (max-width: 968px) {
    .aboutus {
        padding: 75px 0;
    }
    .aboutus-txt p {
        font-size: 16px;
    }
    .aboutus-link {
        margin: 30px 0 0;
    }
    .aboutus-link a {
        font-size: 14px;
    }
    .aboutus-link a::after {
        height: 40px;
        width: 40px;
    }
}
@media screen and (max-width: 768px) {
    .aboutus {
        padding: 60px 0;
    }
    .aboutus-txt p {
        font-size: 14px;
    }
    .aboutus-link {
        margin: 25px 0 0;
    }
}

/* recruitmsg */
.recruitmsg {
    padding: 100px 0 60px;
}
.recruitmsg-inner {
    margin: 0 auto;
    width: 92%;
}
.recruitmsg-head {
    margin: 0 0 35px;
    text-align: center;
}
.recruitmsg-head h2 {
    background:linear-gradient(transparent 60%, #FAFF77 60%);
    display: inline;
    font-size: 30px;
    font-weight: 700;
}
.recruitmsg-head h2 span {
    color: var(--main-theme-color);
}
.recruitmsg-head p {
    color: #828282;
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0 0;
}
.recruitmsg-body p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7em;
}
@media screen and (max-width: 968px) {
    .recruitmsg {
        padding: 75px 0 50px;
    }
    .recruitmsg-head {
        margin: 0 0 30px;
    }
    .recruitmsg-head h2 {
        font-size: 24px;
    }
    .recruitmsg-head p {
        font-size: 16px;
    }
    .recruitmsg-body p {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .recruitmsg {
        padding: 60px 0 0;
    }
    .recruitmsg-head {
        margin: 0 0 25px;
    }
    .recruitmsg-head h2 {
        font-size: 21px;
    }
    .recruitmsg-head p {
        font-size: 14px;
    }
    .recruitmsg-body p {
        font-size: 14px;
    }
}

/* atmosphere */
.atmosphere {
    background: #F3F7FD;
    background: linear-gradient(130deg, rgba(243, 247, 253, 1) 0%, rgba(216, 230, 249, 1) 100%);
    padding: 0 0 120px;
    position: relative;
}
.atmosphere::before {
    background: #fff;
    content: "";
    height: 27px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.atmosphere-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1220px;
}
.atmosphere-image {
    line-height: 0;
    margin: 0 0 45px;
}
.atmosphere-tag {
    margin: 0 auto;
    width: 100%;
    max-width: 1020px;
}
.atmosphere-tag__ttl {
    margin: 0 0 35px;
    text-align: center;
}
.atmosphere-tag__ttl h3 {
    font-size: 30px;
    font-weight: 700;
}
.atmosphere-tag__list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 19px;
    row-gap: 24px;
}
.atmosphere-tag__item {
    background: #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 79px;
    padding: 0 25px;
    width: 100%;
    max-width: max-content;
}
.atmosphere-tag__item.center {
    text-align: center;
}
.atmosphere-tag__item p {
    font-size: 18px;
    font-weight: 400;
}
.atmosphere-tag__item p span {
    background:linear-gradient(transparent 60%, #FAFF77 60%);
    font-weight: 700;
}
.atmosphere-tag__item p span.navy {
    color: var(--main-theme-color);
}
.atmosphere-tag__item p span.blue {
    color: #096FCA;
}
@media screen and (max-width: 968px) {
    .atmosphere {
        padding: 0 0 75px;
    }
    .atmosphere-image {
        margin: 0 0 35px;
    }
    .atmosphere-tag__ttl {
        margin: 0 0 30px;
    }
    .atmosphere-tag__ttl h3 {
        font-size: 24px;
    }
    .atmosphere-tag__item p {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .atmosphere {
        padding: 0 0 60px;
    }
    .atmosphere-image {
        margin: 0 0 30px;
    }
    .atmosphere-tag__ttl {
        margin: 0 0 25px;
    }
    .atmosphere-tag__ttl h3 {
        font-size: 21px;
    }
    .atmosphere-tag__list {
        row-gap: 15px;
    }
    .atmosphere-tag__item {
        height: 55px;
        padding: 0 20px;
    }
    .atmosphere-tag__item.center {
        height: auto;
        padding: 8px 20px;
        text-align: left;
    }
    .atmosphere-tag__item p {
        font-size: 14px;
    }
    .atmosphere-tag__item.center p br {
        display: none;
    }
}

/* message */
.message {
    padding: 120px 0 30px;
}
.message-inner {
    margin: 0 auto;
    padding: 100px 0;
    position: relative;
    width: 92%;
    max-width: 1220px;
}
.message-body {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    max-width: 1020px;
}
.message-iamge {
    width: 281px;
}
.message-text {
    width: calc(100% - (281px + 50px));
}
.message-text p {
    margin-bottom: 1em;
}
.message-iamge p {
    text-align: right;
}
.message-iamge img {
    width: 100%;
}
.message p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
}
.message-text h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.6em;
    margin: 0 0 25px;
}
@media screen and (max-width: 968px) {
    .message-iamge {
        width: 250px;
    }
    .message-text {
        width: calc(100% - (250px + 25px));
    }
    .message p {
        font-size: 14px;
    }
    .message-text h2 {
        font-size: 16px;
        margin: 0 0 20px;
    }
}
@media screen and (max-width: 768px) {
    .message-inner {
        padding: 50px 0;
    }
    .message-iamge {
        margin: 0 auto 20px;
        width: 100%;
    }
    .message-img {
        text-align: center;
    }
    .message-text {
        width: 100%;
    }
}

/* schedule */
.schedule {
    padding: 100px 0;
}
.schedule-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1220px;
}
.schedule-body {
    margin: 0 auto;
    width: 100%;
    max-width: 1020px;
}
.schedule-items {
    display: flex;
    flex-direction: column;
    gap: 42px;
}
.schedule-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.schedule-item__image {
    width: 347px;
}
.schedule-item__text {
    width: calc(100% - (347px + 50px));
}
.schedule-item__text h3 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0 0 25px;
}
.schedule-item__text h3 span {
    color: #096FCA;
    display: inline-block;
    font-family: var(--ft-josef);
    font-size: 70px;
    font-weight: 300;
    line-height: .7;
    margin-right: 10px;
}
.schedule-item__text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
}
.schedule-item__text h3 p {
    font-size: 22px;
    font-weight: 700;
}
.schedule-btn a,
.social-btn a {
    width: 100%;
    max-width: 380px;
}
@media screen and (max-width: 968px) {
    .schedule {
        padding: 75px 0;
    }
    .schedule-items {
        gap: 30px;
    }
    .schedule-item__image {
        width: 260px;
    }
    .schedule-item__text {
        width: calc(100% - (260px + 25px));
    }
    .schedule-item__text h3 {
        margin: 0 0 20px;
    }
    .schedule-item__text h3 span {
        font-size: 50px;
    }
    .schedule-item__text p {
        font-size: 14px;
    }
    .schedule-item__text h3 p {
        font-size: 18px;
        font-weight: 700;
    }
}
@media screen and (max-width: 768px) {
    .schedule {
        padding: 60px 0;
    }
    .schedule-items {
        gap: 25px;
    }
    .schedule-item__image {
        margin: 0 0 15px;
        width: 100%;
    }
    .schedule-item__text {
        width: 100%;
    }
    .schedule-item__text h3 {
        margin: 0 0 18px;
    }
    .schedule-item__text h3 span {
        font-size: 32px;
    }
    .schedule-item__text h3 p {
        font-size: 16px;
    }
}

/* gallery */
.gallery {
    padding: 100px 0;
}
.gallery-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1220px;
}
.gallery-head {
    margin: 0 0 75px;
}
.gallery-items {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 5px;
    row-gap: 10px;
}
.gallery-item {
    line-height: 0;
    overflow: hidden;
}
.gallery-item.w2 {
    height: 351px;
    width: calc(45% - 5px);
}
.gallery-item.w2-5 {
    height: 351px;
    width: calc(55% - 5px);
}
.gallery-item.w3 {
    height: 321px;
    width: calc(30% - 5px);
}
.gallery-item.w3-5 {
    height: 321px;
    width: calc(40% - 5px);
}
.gallery-item img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
@media screen and (max-width: 968px) {
    .gallery {
        padding: 75px 0;
    }
    .gallery-head {
        margin: 0 0 60px;
    }
    .gallery-item.w2,
    .gallery-item.w2-5 {
        height: 220px;
    }
    .gallery-item.w3,
    .gallery-item.w3-5 {
        height: 200px;
    }
}
@media screen and (max-width: 768px) {
    .gallery {
        padding: 60px 0;
    }
    .gallery-head {
        margin: 0 0 50px;
    }
}
@media screen and (max-width: 568px) {
    .gallery-items {
        gap: 2.5px;
        row-gap: 5px;
    }
    .gallery-item.w2,
    .gallery-item.w2-5 {
        height: 105px;
    }
    .gallery-item.w3,
    .gallery-item.w3-5 {
        height: 95px;
    }
    .gallery-item.w2 {
        width: calc(45% - 2.5px);
    }
    .gallery-item.w2-5 {
        width: calc(55% - 2.5px);
    }
    .gallery-item.w3 {
        width: calc(30% - 2.5px);
    }
    .gallery-item.w3-5 {
        width: calc(40% - 2.5px);
    }
}

/* numbers */
.numbers {
    background: #F3F7FD;
    padding: 100px 0;
}
.numbers-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1220px;
}
.numbers-body {
    margin: 0 auto;
    width: 100%;
    max-width: 1020px;
}
.numbers-items {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 25px;
}
.numbers-item {
    background: #fff;
    border: 1px solid var(--main-theme-color);
    height: 322px;
    padding: 25px 0 0;
    position: relative;
    text-align: center;
    width: calc((100% - (25px * 2)) / 3);
}
.numbers-item.col2 {
    width: calc((((100% - (25px * 2)) / 3) * 2) + 25px);
}
.numbers-item__ttl {
    color: var(--main-theme-color);
    font-size: 25px;
    font-weight: 700;
    line-height: 1.6em;
    min-height: 72px;
    margin: 0 0 15px;
}
.numbers-item__num {
    color: var(--main-theme-color);
    font-size: 75px;
    font-weight: 700;
    line-height: 1;
}
.numbers-item__num span {
    color: var(--main-theme-color);
    font-size: 25px;
    font-weight: 700;
}
.numbers-item__num.icon::before {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: block;
    margin: 0 auto 10px;
}
.numbers-item__num::before {
    content: "";
    display: block;
    min-height: 50px;
    margin-bottom: 10px;
}
.numbers-item__num.icon.icon1::before {
    background-image: url(../images/recruit/icon-numbers1.png);
    height: 36px;
    width: 51px;
}
.numbers-item__num.icon.icon2::before {
    background-image: url(../images/recruit/icon-numbers2.png);
    height: 38px;
    width: 51px;
}
.numbers-item__num.icon.icon3::before {
    background-image: url(../images/recruit/icon-numbers3.png);
    height: 37px;
    width: 27px;
}
.numbers-item__num.icon.icon4::before {
    background-image: url(../images/recruit/icon-numbers4.png);
    height: 36px;
    width: 59px;
}
.numbers-item__num.icon.icon5::before {
    background-image: url(../images/recruit/icon-numbers5.png);
    height: 36px;
    width: 31px;
}
.numbers-item__num.icon.icon6::before {
    background-image: url(../images/recruit/icon-numbers6.png);
    height: 39px;
    width: 66px;
}
.numbers-item__num.icon.icon7::before {
    background-image: url(../images/recruit/icon-numbers7.png);
    height: 31px;
    width: 48px;
}
.numbers-item__num.icon.icon8::before {
    background-image: url(../images/recruit/icon-numbers8.png);
    height: 23px;
    width: 63px;
}
.numbers-item__notice {
    font-size: 14px;
    font-weight: 400;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
    width: 100%;
}
@media screen and (max-width: 968px) {
    .numbers {
        padding: 75px 0;
    }
    .numbers-items {
        gap: 20px;
    }
    .numbers-item {
        height: 280px;
        padding: 20px 0 0;
        width: calc((100% - (20px * 2)) / 3);
    }
    .numbers-item.col2 {
        width: calc((((100% - (20px * 2)) / 3) * 2) + 20px);
    }
    .numbers-item__ttl {
        font-size: 21px;
        min-height: 72px;
        margin: 0 0 15px;
    }
    .numbers-item__num {
        font-size: 50px;
    }
    .numbers-item__num span {
        font-size: 21px;
    }
    .numbers-item__notice {
        font-size: 14px;
        bottom: 15px;
    }
}
@media screen and (max-width: 768px) {
    .numbers-items {
        gap: 10px;
    }
    .numbers-item,
    .numbers-item.col2 {
        height: auto;
        padding: 25px 20px 60px;
        width: calc((100% - (10px * 1)) / 2);
    }
    .numbers-item__ttl {
        font-size: 16px;
        min-height: 0;
    }
    .numbers-item__num {
        font-size: 45px;
    }
    .numbers-item__num::before {
        display: none;
    }
    .numbers-item__num.icon::before {
        display: block;
    }
}

/* workstype */
.workstype {
    padding: 100px 0;
}
.workstype-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1020px;
}
.workstype-content__ttl {
    margin: 0 0 45px;
}
.workstype-content__ttl h2 {
    color: var(--main-theme-color);
    font-size: 30px;
    font-weight: 700;
}
.workstype-content__items {
    display: flex;
    flex-direction: column;
    gap: 39px;
    margin: 0 auto;
    width: 100%;
    max-width: 1020px;
}
.workstype-content__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
}
.workstype-content__image {
    line-height: 0;
    width: 390px;
}
.workstype-content__text {
    width: calc(100% - (390px + 50px));
}
.workstype-content__text h3 {
    color: var(--main-theme-color);
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 25px;
}
.workstype-content__text p {
    font-size: 18px;
    font-weight: 400;
}
@media screen and (max-width: 968px) {
    .workstype {
        padding: 75px 0;
    }
    .workstype-content__items {
        gap: 30px;
    }
    .workstype-content__item {
        gap: 25px;
    }
    .workstype-content__image {
        width: 250px;
    }
    .workstype-content__text {
        width: calc(100% - (250px + 25px));
    }
    .workstype-content__text h3 {
        font-size: 23px;
        margin: 0 0 20px;
    }
    .workstype-content__text p {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .sustainable {
        padding: 60px 0;
    }
    .workstype-content__items {
        gap: 25px;
    }
    .workstype-content__item {
        gap: 10px;
    }
    .workstype-content__image {
        margin: 0 0 15px;
        width: 100%;
    }
    .workstype-content__text {
        width: 100%;
    }
    .workstype-content__text h3 {
        font-size: 18px;
        margin: 0 0 15px;
    }
    .workstype-content__text p {
        font-size: 14px;
    }
}

/* worksdetail */
.worksdetail {
    padding: 0 0 100px;
}
.worksdetail-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1020px;
}
.worksdetail-content__ttl {
    margin: 0 0 45px;
}
.worksdetail-content__ttl h2 {
    color: var(--main-theme-color);
    font-size: 30px;
    font-weight: 700;
}
.worksdetail-list__item {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}
.worksdetail-list__item dt {
    border-bottom: 1px solid var(--main-theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 0;
    text-align: center;
    width: 200px;
}
.worksdetail-list__item dd {
    border-bottom: 1px solid #BFBFBF;
    padding: 20px 25px;
    width: calc(100% - 200px);
}
.worksdetail-list__item dd,
.worksdetail-list__item dd span {
    font-size: 18px;
    font-weight: 400;    
}
.companyinfo-list__item dd span::before {
    content: "・";
}
@media screen and (max-width: 968px) {
    .worksdetail {
        padding: 0 0 75px;
    }
    .worksdetail-list__item dt {
        font-size: 14px;
        padding: 15px 0;
        width: 150px;
    }
    .worksdetail-list__item dd {
        padding: 15px 20px;
        width: calc(100% - 150px);
    }
    .worksdetail-list__item dd,
    .worksdetail-list__item dd span {
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) {
    .worksdetail {
        padding: 0 0 60px;
    }
    .worksdetail-list__item dt {
        justify-content: flex-start;
        padding: 10px 0;
        text-align: left;
        width: 100%;
    }
    .worksdetail-list__item dd {
        padding: 10px;
        width: 100%;
    }
}

/* worksflow */
.worksflow {
    background: #F3F7FD;
    border-radius: 100px;
    box-shadow: 0 0 16px rgb(9 111 202 / 12%);
    margin: 0 auto 100px;
    padding: 70px 0;
    width: 92%;
    max-width: 1220px;
}
.worksflow-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1020px;
}
.worksflow-head {
    margin: 0 0 45px;
    text-align: center;
}
.worksflow-head h2 {
    color: var(--main-theme-color);
    font-size: 30px;
    font-weight: 700;
}
.worksflow-list {
    display: flex;
    flex-direction: column;
    gap: 52px;
}
.worksflow-list__item {
    background: #fff;
    border-radius: 37px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 35px;
    position: relative;
}
.worksflow-list__item:first-child {
    align-items: stretch;
}
.worksflow-list__item:not(:last-child)::after {
    background: url(../images/recruit/worksflow-arrow.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    height: 15px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -35px;
    width: 45px;
}
.worksflow-list__item dt {
    font-size: 18px;
    font-weight: 700;
    width: 180px;
}
.worksflow-list__item:first-child dt {
    padding: 25px 0 0;
}
.worksflow-list__item dd {
    width: calc(100% - 180px);
}
.worksflow-list__item dd p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
}
.worksflow-links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin: 20px 0 0;
}
.worksflow-link {
    width: 50%;
}
.worksflow-link a {
    display: block;
    line-height: 0;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {
    .worksflow {
        border-radius: 24px;
        margin: 0 auto 50px;
        padding: 40px 0;
    }
    .worksflow-head {
        margin: 0 0 30px;
    }
    .worksflow-head h2 {
        font-size: 21px;
    }
    .worksflow-list {
        gap: 52px;
    }
    .worksflow-list__item {
        border-radius: 20px;
        padding: 25px;
    }
    .worksflow-list__item:not(:last-child)::after {
        height: 15px;
        bottom: -35px;
        width: 45px;
    }
    .worksflow-list__item dt {
        font-size: 16px;
        margin: 0 0 10px;
        width: 100%;
    }
    .worksflow-list__item:first-child dt {
        padding: 0;
    }
    .worksflow-list__item dd {
        width: 100%;
    }
    .worksflow-list__item dd p {
        font-size: 14px;
    }
}

/* aboutservice */
.aboutservice {
    background: var(--main-theme-color);
    border-radius: 100px 100px 0 0;
    padding: 85px 0 250px;
}
.aboutservice-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1220px;
}
.aboutservice-head {
    margin: 0 0 65px;
    text-align: center;
}
.aboutservice-head h2 {
    color: #fff;
    font-family: var(--ft-josef);
    font-size: 70px;
    font-weight: 300;
}
.aboutservice-items {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 33px;
}
.aboutservice-item {
    border-radius: 38px;
    overflow: hidden;
    width: calc((100% - (33px * 1)) / 2);
}
.aboutservice-item a {
    display: block;
    position: relative;
}
.aboutservice-item__image {
    line-height: 0;
}
.aboutservice-item__text {
    background: var(--main-theme-color);
    border-radius: 38px 0 0 0;
    padding: 25px 0 0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 75%;
}
.aboutservice-item__text p {
    color: #fff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6em;
}
.aboutservice-item__text p::after {
    background: url(../images/icon-linkarrow.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 78px;
    margin-left: 21px;
    width: 78px;
}
@media screen and (max-width: 1168px) {
    .aboutservice-item {
        border-radius: 25px;
    }
    .aboutservice-item__text {
        border-radius: 25px 0 0 0;
        padding: 20px 25px;
    }
    .aboutservice-item__text p {
        font-size: 15px;
    }
}
@media screen and (max-width: 968px) {
    .aboutservice {
        border-radius: 45px 45px 0 0;
        padding: 75px 0 150px;
    }
    .aboutservice-head {
        margin: 0 0 45px;
    }
    .aboutservice-head h2 {
        font-size: 50px;
    }
    .aboutservice-items {
        gap: 20px;
    }
    .aboutservice-item {
        border-radius: 20px;
        width: calc((100% - (20px * 1)) / 2);
    }
    .aboutservice-item__text {
        width: 90%;
    }
    .aboutservice-item__text p::after {
        height: 60px;
        width: 60px;
    }
}
@media screen and (max-width: 768px) {
    .aboutservice {
        border-radius: 35px 35px 0 0;
        padding: 50px 0 120px;
    }
    .aboutservice-head {
        margin: 0 0 35px;
    }
    .aboutservice-head h2 {
        font-size: 34px;
    }
    .aboutservice-item {
        width: 100%;
    }
    .aboutservice-item__text {
        border-radius: 20px 0 0 0;
        padding: 20px;
        width: 75%;
    }
    .aboutservice-item__text p {
        font-size: 14px;
    }
    .aboutservice-item__text p::after {
        height: 45px;
        width: 45px;
    }
}
@media screen and (max-width: 568px) {
    .aboutservice-item__text {
        border-radius: 0;
        padding: 15px;
        position: relative;
        width: 100%;
    }
}

/* recstrength */
.recstrength {
    background: var(--main-theme-color);
    padding: 100px 0;
}
.recstrength-inner {
    margin: 0 auto;
    padding-left: 100px;
    width: 92%;
    max-width: 1220px;
}
.recstrength-cards {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
}
.recstrength-card {
    width: calc((100% - (20px * 3)) / 4);
}
.recstrength-image {
    line-height: 0;
}
.recstrength-text {
    padding: 10px 0 0;
}
.recstrength-text p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.recstrength-link {
    margin: 60px 0 0;
    text-align: center;
}
.recstrength-link a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
}
.recstrength-link a::after {
    background: url(../images/icon-linkarrow.png) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 54px;
    margin-left: 10px;
    width: 54px;
}
@media screen and (max-width: 968px) {
    .recstrength {
        padding: 70px 0;
    }
    .recstrength-inner {
        padding-left: 50px;
    }
    .recstrength-card {
        width: calc((100% - (20px * 1)) / 2);
    }
    .recstrength-text p {
        font-size: 16px;
    }
    .recstrength-link {
        margin: 45px 0 0;
    }
    .recstrength-link a {
        font-size: 14px;
    }
    .recstrength-link a::after {
        height: 40px;
        width: 40px;
    }
}
@media screen and (max-width: 768px) {
    .recstrength {
        padding: 60px 0;
    }
    .recstrength-inner {
        padding-left: 0;
    }
    .recstrength-text p {
        font-size: 14px;
    }
    .recstrength-link {
        margin: 35px 0 0;
    }
}

/* 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) {}

/* 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) {}

/* 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) {}

/* 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) {}

/* 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) {}

/* 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) {}

/* 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) {}

/* 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) {}

/* 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) {}

/* 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) {}

/* 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) {}

/* 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) {}

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