body.page {
    background-color: #f4f8fa;
}
.service_item .breadcrumb {
    position: absolute;
    top: 20px;
    left: calc(50% - 695px);
    z-index: 2;
}
.up_bc {
    margin-top: 100px;
}
.breadcrumb {
    display: flex;
    gap: 10px;
}
.breadcrumb .bc_link,
.breadcrumb .bc_text {
    position: relative;
    font-size: 1.5rem;
    color: #37515a;
}
.breadcrumb .bc_link::after {
    content: ">";
    margin-left: 10px;
}
.service_item .breadcrumb .bc_link,
.service_item .breadcrumb .bc_text {
    color: #fff;
}
.service_item {
    background-color: #f6f9fa;
    padding: 100px 0;
    position: relative;
}
.serivce01_section {
    margin-top: 100px;
}
.service_visual {
    width: 100%;
    height: 520px;
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 1;
    background-color: #37515a;
}
.service_visual img {
    width: 100%;
    height: 140%;
    object-fit: cover;
    opacity: .6;
    display: block;
    will-change: transform;
}
.service_item .inner {
    position: relative;
    z-index: 2;
}
.service_item_title_wrap {
    text-align: center;
    color: #fff;
    line-height: 1;
}
.service_item_title_en {
    font-size: 4.8rem;
    font-weight: 300;
    letter-spacing: .2em;
    margin-bottom: 15px;
}
.service_item_title_jp {
    font-size: 1.4rem;
}
.service_headline {
    font-size: 2.4rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-top: 40px;
}
.service_container {
    background-color: #fff;
    margin-top: 50px;
    padding: 70px 140px;
}
.service_logo {
    width: 740px;
    margin: 0 auto 60px;
}
.service_description {
    color: #0d272f;
}
.service01_slide_wrap {
    display: flex;
    overflow: hidden;
}
.creator_group {
    display: flex;
    flex-shrink: 0;
    animation: slide-left 30s linear infinite;
}
.creator_group .creator_img {
    width: 240px;
    aspect-ratio: 3 / 2;
    flex-shrink: 0;
}
.creator_group .creator_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@keyframes slide-left {
    from { transform: translateX(0); }
    to   { transform: translateX(-100%); }
}
.service02_img_fami {
    margin: 0 auto 40px;
    text-align: center;
}
.service_inner_title {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.service_image_wrap {
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
}
.service02_img_gacha {
    margin: 120px auto 40px;
    text-align: center;
}
.service03_item {
    display: flex;
    gap: 60px;
    margin-bottom: 20px;
}
.service03_item._reverse {
    flex-direction: row-reverse;
}
.service03_item .textarea {
    width: 50%;
    padding-top: 20px;
}
.service03_item .textarea .service03_head {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.service03_plan_wrap {
    display: flex;
    gap: 20px;
    margin-top: 70px;
}
.service03_plan_wrap .plan_item {
    width: calc(50% - 10px);
    background-color: #f4f8fa;
    padding: 50px;
}
.service03_plan_wrap .plan_item .plan_title {
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.service03_plan_wrap .plan_item .plan_image {
    width: 230px;
    margin: 0 auto;
}
.price_wrap {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.price_wrap .price_ttl {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    padding: 5px 10px;
    background-color: #0d272f;
}
.price_value .num {
    font-size: 4.8rem;
    font-weight: 300;
}
.price_value .jp {
    font-size: 2rem;
    font-weight: 500;
}
.plan_discription {
    text-align: center;
    font-size: 1.8rem;
}
.service04_content_img {
    width: 700px;
    margin: 0 auto 60px;
}

@media screen and (max-width:1360px) {
    .service_item .breadcrumb {
        left: 5%;
    }
}
@media screen and (max-width:640px) {
    .serivce01_section {
        margin-top: 60px;
    }
    .service_item {
        padding: 60px 0;
    }
    .service_item_title_en {
        font-size: 4rem;
    }
    .service_headline {
        font-size: 1.8rem;
        margin-top: 30px;
        line-height: 1.5;
    }
    .service_container {
        margin-top: 20px;
        padding: 35px 25px;
    }
    .service02_img_fami {
        margin: 0 auto 20px;
    }
    .service_inner_title {
        line-height: 1.6;
    }
    .service_image_wrap {
        margin: 20px auto 0;
        flex-direction: column;
        gap: 10px;
    }
    .service02_img_gacha {
        margin: 60px auto 20px;
    }
    .service03_item {
        flex-direction: column-reverse;
        gap: 20px;
        margin-bottom: 40px;
    }
    .service03_item .textarea {
        width: 100%;
        padding-top: 0;
    }
    .service03_item .textarea .service03_head {
        font-size: 1.7rem;
        text-align: center;
    }
    .service03_item._reverse {
        flex-direction: column-reverse;
    }
    .service03_plan_wrap {
        margin-top: 0;
        flex-direction: column;
    }
    .service03_plan_wrap .plan_item {
        width: 100%;
        padding: 20px;
    }
    .service03_plan_wrap .plan_item .plan_title {
        font-size: 2rem;
    }
    .service03_plan_wrap .plan_item .plan_image {
        width: 80%;
    }
    .price_wrap {
        margin-top: 10px;
    }
    .price_value {
        line-height: 1;
    }
    .plan_discription {
        font-size: 1.5rem;
        margin-top: 10px;
    }

    .service_logo {
        width: 100%;
        margin: 0 auto 20px;
    }
    .service04_content_img {
        width: 100%;
        margin-bottom: 30px;
    }
    .service_description {
        font-size: 1.4rem;
        line-height: 1.8;
    }
    .creator_group .creator_img {
        width: 180px;
    }
}

.section_news {
    padding: 100px 0;
}
.section_title .title_en {
    font-size: 4.8rem;
    font-weight: 300;
    letter-spacing: .2em;
    line-height: 1;
}
.section_title .title_jp {
    font-size: 1.2rem;
    color: #5f838e;
    margin-top: 10px;
}
.news_wrap {
    display: flex;
    justify-content: space-between;
}
.news_wrap .title_wrap .section_title {
    margin-bottom: 60px;
}
.news_artiles {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.article_link {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-right: 80px;
    position: relative;
}
.article_link::after {
    content: "";
    display: block;
    width: 18px;
    height: 9px;
    background: url(../images/common/arrow.svg) no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
}
.article_link .thumbnail {
    width: 320px;
}
.article_link .meta_area {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}
.article_link .meta_area .category {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    background-color: #62828c;
    padding: 4px 8px;
    border-radius: 30px;
}
.article_link .meta_area .date {
    font-size: 1.2rem;
    color: #5f838e;
}
.article_link .article_ttl {
    font-size: 1.8rem;
    font-weight: 500;
    color: #0d272f;
}

.pagenation {
    margin-top: 50px;
    text-align: center;
    font-weight: 400;
    font-style: normal;
}
.pagenation .wp-pagenavi {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.pagenation .wp-pagenavi .pages {
    display: none;
}
.pagenation .wp-pagenavi .nextpostslink,
.pagenation .wp-pagenavi .previouspostslink {
    display: none;
}
.pagenation .wp-pagenavi .page,
.pagenation .wp-pagenavi .first,
.pagenation .wp-pagenavi .last {
    display: block;
    width: 50px;
    height: 50px;
    border: solid 1px #37515a;
    background-color: #fff;
    color: #37515a;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.pagenation .wp-pagenavi .page:hover,
.pagenation .wp-pagenavi .last:hover {
    background-color: #fff;
    color: #fff;
    border: solid 1px #37515a;
    background-color: #37515a;
}
.pagenation .wp-pagenavi .current {
    display: block;
    width: 50px;
    height: 50px;
    border: none;
    background-color: #37515a;
    border: solid 1px #37515a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-weight: 400;
}
.pagenation .wp-pagenavi .extend {
    display: block;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background-color: #fff;
    color: #444;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

@media screen and (max-width:640px) {
    .section_news {
        padding: 60px 0;
    }
    .news_wrap {
        flex-direction: column;
    }
    .news_wrap .more {
        display: none;
    }
    .news_wrap .title_wrap .section_title {
        margin-bottom: 30px;
    }
    .article_link {
        padding-right: 0;
    }
    .article_link::after {
        display: none;
    }
    .article_link .thumbnail {
        width: 140px;
        flex-shrink: 0;
    }
    .article_link .meta_area {
        margin-bottom: 5px;
    }
    .article_link .meta_area .category {
        font-size: 1rem;
    }
    .article_link .article_ttl {
        font-size: 1.4rem;
        line-height: 1.5;
    }
}

.section_contact {
    padding: 100px 0;
}
.contact_wrap {
    display: flex;
    justify-content: space-between;
}
.contact_btns {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 60px;
}
.contact_btns .contact_btn {
    width: 340px;
    background-color: #fff;
    border: solid 1px #37515a;
    color: #0d272f;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 20px 0;
}
.contact_btns .contact_btn .contact_btn_text {
    font-size: 1.6rem;
    font-weight: 500;
}
.contact_btns .contact_btn .arrow {
    transform: rotate(-45deg);
    transition: all .2s;
}
.contact_btns .contact_btn.active {
    background: #37515a;
    color: #fff;
}
.contact_btns .contact_btn.active .arrow,
.contact_btns .contact_btn:hover .arrow {
    transform: unset;
}

.contact_btns .contact_btn:hover {
    background-color: #37515a;
    color: #fff;
}
.form_wrap {
    width: calc(100% - 480px);
}
.contact_inner_description {
    background-color: #fff;
    padding: 15px;
    width: 100%;
    text-align: center;
}
.form_inner {
    margin-top: 50px;
}
.form_inner .row {
    display: flex;
    align-items: center;
    padding: 12px 0;
}
.form_inner .row .th {
    width: 240px;
    font-size: 1.6rem;
    font-weight: 500;
}
.form_inner .row .th .required {
    background-color: #37515a;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 400;
    padding: 2px 6px;
    line-height: 1;
}
.form_inner .row .td {
    width: calc(100% - 240px);
}
.form_inner .row .td input[type="text"],
.form_inner .row .td input[type="name"],
.form_inner .row .td input[type="email"],
.form_inner .row .td input[type="url"],
.form_inner .row .td input[type="tel"],
.form_inner .row .td select {
    background-color: #fff;
    width: 100%;
    padding: 16px;
    border: solid 1px #e6e6e6;
    outline: none;
}
.form_inner .row .td select {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    box-shadow: none;
    line-height: 1.4;
}
.form_inner .row .td .wpcf7-form-control-wrap {
    position: relative;
    display: block;
}
.form_inner .row .td .wpcf7-form-control-wrap:has(select)::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
}
.form_inner .row .td textarea {
    width: 100%;
    font-family: YakuHanJP, "zen-kaku-gothic-new", sans-serif;
    background-color: #fff;
    border: solid 1px #e6e6e6;
    padding: 16px;
}
.form_inner .row .td p {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.wpcf7-form-control-wrap {
    width: 100%;
}
.form_inner .row .td p .half {
    display: block;
    width: calc(50% - 15px);
}
.td .wpcf7-list-item-label {
    font-weight: 500;
}
.submit_wrap {
    margin-top: 40px;
    text-align: center;
}
.submit_wrap input[type="submit"] {
    width: 100%;
    max-width: 300px;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    background-color: #0d272f;
    border: none;
    cursor: pointer;
}

@media screen and (max-width:640px) {
    .section_title .title_en {
        font-size: 3.6rem;
    }
    .up_bc {
        margin-top: 60px;
    }
    .section_contact {
        padding: 40px 0;
    }
    .contact_wrap {
        flex-direction: column;
    }
    .contact_btns {
        margin-top: 50px;
        flex-direction: row;
    }
    .contact_btns .contact_btn {
        width: calc(50% - 5px);
        padding: 15px 0;
    }
    .contact_btns .contact_btn .contact_btn_text {
        font-size: 1.4rem;
        line-height: 1.4;
        text-align: center;
    }
    .contact_btns .contact_btn.active .arrow, .contact_btns .contact_btn:hover .arrow {
        display: none;
    }
    .contact_btns .contact_btn .arrow {
        display: none;
    }
    .form_wrap {
        width: 100%;
        margin-top: 20px;
    }
    .form_inner {
        margin-top: 20px;
    }
    .form_inner .row {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 0;
        gap: 10px;
    }
    .form_inner .row .th {
        width: 100%;
    }
    .form_inner .row .td {
        width: 100%;
    }
    .wpcf7-spinner {
        display: block;
    }
}