@charset "UTF-8";

/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/

:root {
    --main-color: #34D7F5;
    --sub-color: #F5FF00;
}

html,
button,
input,
select,
textarea {
    font-family: "heisei-kaku-gothic-std", sans-serif;
}

/* 追加webフォント */
@font-face {
    font-family: "Helvetica";
    src: url("/wp-content/themes/child/fonts/Helvetica.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "Helvetica";
    src: url("/wp-content/themes/child/fonts/Helvetica-Bold.ttf") format("truetype");
    font-weight: 700;
}

.f_en {
    font-family: "Helvetica", sans-serif;
}

.f_skia {
    font-family: "Skia", sans-serif;
}

@font-face {
    font-family: "HighSummit";
    src: url("/wp-content/themes/child/fonts/HighSummit.ttf") format("truetype");
    font-weight: 400;
}

.f_summit {
    font-family: "HighSummit", sans-serif;
}

@font-face {
    font-family: "GillSans";
    src: url("/wp-content/themes/child/fonts/GillSans-Light.ttf") format("truetype");
    font-weight: 300;
}

.f_gill {
    font-family: "GillSans", sans-serif;
}

body {
    color: #2E2E2E;
    font-size: 15px;
    line-height: 1.6;
    background-color: #FFFFFA;
    min-width: 1340px;
}

a[href $='.pdf'] {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    text-decoration: underline;
    color: #000;
    line-height: 1.5;
}

a[href $='.pdf']::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 30px;
    height: 38px;
    background-image: url(/wp-content/themes/child/image/icon/icon_pdf.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 15px;
}

a[href $='.pdf']:hover {
    text-decoration: none;
}

.wrap {
    width: 1140px;
    margin: 0 auto;
}

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

/* PC固定ページ 共通設定 */
.common_page_main {
    padding-block: 145px;
    margin-block: 0 1em;
    position: relative;
    z-index: 0;
    color: #FFF;
    background-image: url(/wp-content/themes/child/image/fv_service.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.common_page_main .title_box {
    text-align: center;
}

.common_page_main .title_box .title {
    font-size: 40px;
    letter-spacing: .08em;
    font-weight: 700;
    line-height: 1.5;
}

.common_page_wrap {
    padding: 100px 0;
}

.not_found .text {
    text-align: center;
}

.reserve_text {
    text-align: center;
    font-size: 30px;
}

/* パンくず */
.breadcrumb {
    font-size: 12px;
    color: #3E3E3E;
    letter-spacing: .08em;
}

.breadcrumb a {
    text-decoration: none;
    color: #3E3E3E;
}

/* PC固定ページ お問い合わせ */
.contact_form_disc {
    color: #3E3E3E;
    letter-spacing: .08em;
    font-weight: 400;
    text-align: center;
    margin-block: 0 3.8em;
}

.contact_form_disc .text {
    font-size: 16px;
    margin-block: 0 1em;
}

.contact_form_disc .caution {
    font-size: 14px;
}

.common_contact_form .form_box {
    margin-block: 0 50px;
}

.common_contact_form .form_box dl {
    display: grid;
    grid-template-columns: 26.5% 1fr;
    align-items: center;
    gap: 80px;
}

.common_contact_form .form_box dl.start {
    align-items: flex-start;
}

.common_contact_form .form_box dl+dl {
    margin-block: 1.6em 0;
}

.common_contact_form .form_box dl dt {
    display: flex;
    align-items: center;
    gap: 1.3em;
    font-size: 16px;
    letter-spacing: .08em;
    font-weight: 700;
    padding-inline: 0 0.5em;
    position: relative;
}

.common_contact_form .form_box dl dt .label {
    flex-shrink: 0;
    color: #3E3E3E;
    font-size: 12px;
    letter-spacing: .2em;
    font-weight: 700;
    border-radius: 100vmax;
    padding: 0.2em 0.9em;
}

.common_contact_form .form_box dl dt .label.hissu {
    background: #C70000;
    color: #fff;
}

.common_contact_form .form_box dl dt .label.ninni {
    background: #E0E0E0;
}

.common_contact_form .form_box dl dt::after {
    content: "";
    width: 1px;
    height: 30px;
    background: #AAA;
    position: absolute;
    top: 0;
    right: 0;
}

.common_contact_form input[type="text"],
.common_contact_form input[type="email"],
.common_contact_form #zip {
    width: 100%;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
    padding: 0.8em 1em;
}

.common_contact_form textarea {
    width: 100%;
    height: 180px;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    padding: 1em;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
}

.common_contact_form input::placeholder,
.common_contact_form textarea::placeholder {
    color: #C7C4C4;
}

.common_contact_form select {
    width: 47.5%;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: .08em;
    padding: 1.1em 1em;
}

.common_contact_form select.empty {
    color: #C7C4C4;
}

.page_contact #btn_wrap {
    justify-content: center;
    text-align: right;
    width: 74%;
    margin: auto;
}

.page_contact #btn_wrap button {
    background-color: var(--main-color);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 310px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 900;
    transition: .3s;
    text-align: center;
    letter-spacing: .08em;
    margin: auto;
}

.page_contact #btn_wrap button[name="submitBack"] {
    background: #DDD;
    margin-top: 20px;
}

.page_contact #btn_wrap button:hover {
    opacity: .8;
}

.privacy_term_outer .privacy_term_inner {
    height: 138px;
    margin: auto;
    overflow: auto;
}

.privacy_term_outer .privacy_term_inner .privacy_index {
    font-size: 14px;
}

.privacy_term_outer .privacy_term_inner .main_text {
    font-size: 13px;
    margin-bottom: 25px;
}

.privacy_term_outer .privacy_term_inner dl dt {
    font-size: 13px;
    border-left: solid 3px var(--main-color);
    padding-left: 1em;
    margin-bottom: 5px;
}

.privacy_term_outer .privacy_term_inner dl dd {
    font-size: 13px;
}

.privacy_term_outer .privacy_term_inner dl+dl {
    margin-top: 30px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar {
    width: 8px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-track {
    background: transparent;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 10px;
}

.privacy_term_outer {
    border-top: solid 1px #e3e3e3;
    padding: 30px 0;
    border-bottom: solid 1px #e3e3e3;
    width: 60%;
    margin: 0 auto 50px;
}

.privacy_check_list .mwform-checkbox-field-text {
    padding-right: 0;
}

.privacy_check_list .error {
    font-size: 12px;
}

.privacy_term_detail {
    text-align: center;
    font-size: 13px;
    margin: 20px 0;
    position: relative;
    font-weight: 600;
}

.privacy_term_detail::after {
    content: "";
    margin: 5px auto 0;
    border: solid #333;
    border-width: 2px 2px 0 0;
    width: 10px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    rotate: 135deg;
    display: block;
}

.mw_wp_form_confirm .privacy_check_list,
.mw_wp_form_confirm .privacy_term_detail {
    display: none;
}

/* ラジオボタン デザイン */
.radio_btns,
.checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 1.5em;
}

/* ラジオボタンを隠す */
.radio_btns input[type=radio].radio_btns__item {
    display: none;
}

.radio_btns label {
    display: inline-block;
    cursor: pointer;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item+span {
    color: #3E3E3E;
    font-size: 15px;
    letter-spacing: .08em;
    font-weight: 600;
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

/* 各パーツを作成 */
.radio_btns .radio_btns__item+span::before,
.radio_btns .radio_btns__item+span::after {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #E6E6E6;
    background: #F8F8F8;
    border-radius: 50%;
    width: 20px;
    aspect-ratio: 1;
    min-width: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

/* after上書き */
.radio_btns .radio_btns__item+span::after {
    width: 10px;
    aspect-ratio: 1;
    min-width: 0;
    top: 0px;
    left: 5px;
    border: none;
    background: #5A5A5A;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all .3s;
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked+span::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* チェックボックス デザイン */
.page_contact input[type="checkbox"] {
    /* デフォルトcheckボックス非表示*/
    display: none;
}

.mwform-checkbox-field label {
    cursor: pointer;
}

.mwform-checkbox-field-text {
    color: #3E3E3E;
    font-size: 15px;
    letter-spacing: .08em;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
    content: "";
    position: absolute;
    display: block;
}

.mwform-checkbox-field-text::before {
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    width: 20px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
    border-width: 3px;
    border-color: transparent transparent #333 #333;
    border-style: solid;
    width: 20px;
    aspect-ratio: 2/1;
    min-width: 0;
    margin-top: -0.2em;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0;
}

input[type="checkbox"]:checked+.mwform-checkbox-field-text::after {
    opacity: 1;
}

.mw_wp_form .horizontal-item {
    display: inline-block;
}

.mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0 !important;
}

/* サンクスページ */

.page_contact .thanks_textArea .name {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin-bottom: 20px;
}

.page_contact .thanks_textArea .contact_text {
    margin: 0 auto 50px;
    width: 62%;
}

.page_contact .thanks_textArea .ichiran_link {
    background-color: var(--main-color);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 4px;
    font-size: 16px;
    transition: .3s;
    margin: 0 auto;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .08em;
    text-align: center;
}

.page_contact .thanks_textArea .ichiran_link:hover {
    opacity: .8;
}

.page_contact .thanks_textArea .contact_text .space {
    display: block;
}

.page_contact .thanks_textArea .contact_text .space {
    display: block;
    margin-top: 10px;
}

/* ステップバー デザイン */
.page_contact .progressbar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5.6em;
    margin-block: 0 3em;
}

.page_contact .progressbar .item {
    color: #3E3E3E;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    position: relative;
}

.page_contact .progressbar .item+.item::before {
    content: "";
    width: 50px;
    height: 1px;
    background: #E6E6E6;
    position: absolute;
    top: 64%;
    left: -5em;
}

.page_contact .progressbar .item .mark {
    width: 36px;
    aspect-ratio: 1;
    background: #fff;
    border: 1px solid #AFAFAF;
    border-radius: 50%;
    display: block;
    margin: 0 auto 0.5em;
    position: relative;
}

.page_contact .progressbar .item .mark::before {
    content: "";
    width: 41%;
    aspect-ratio: 1;
    background: #5A5A5A;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    opacity: 0;
}

.page_contact .progressbar .item.active .mark::before {
    opacity: 1;
}

.page_contact .progressbar .item .en {
    display: block;
    color: var(--main-color);
    letter-spacing: 0;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

.privacy_check_list {
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.privacy_check_list .hissu {
    background: #c70200;
    color: #fff;
    padding: 2px 15px;
    font-size: 10px;
    letter-spacing: .08em;
    border-radius: 30px;
    font-weight: 600;
}

.mw_wp_form .privacy_check_list .horizontal-item {
    margin: 0;
}

/* PC固定ページ 404ページ */
#page_404 {
    text-align: center;
}

#page_404 .num {
    font-size: 100px;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#page_404 .text {
    margin-bottom: 1em;
    font-size: 16px;
}

/* PC固定ページ アーカイブページ */
/* 投稿リスト表示 */
.archive_page_list>article {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px dashed #eee;
    padding-right: 30px;
}

.archive_page_list>article:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
    border: solid #ccc;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

.archive_page_list>article .date {
    font-weight: bold;
    font-size: 80%;
    width: 100px;
}

.archive_page_list>article .content_area {
    width: calc(100% - 100px);
}

.archive_page_list>article .content_area .ttl {
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.archive_page_list>article .content_area .content {
    font-size: 80%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* wp-pagenavi base */
.wp-pagenavi {
    text-align: center;
    margin-top: 50px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    color: #999;
    background-color: #FFF;
    border: solid 1px #e0e0d2;
    padding: 8px 15px;
    margin: 0 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
}

.wp-pagenavi a:hover {
    color: #FFF;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.wp-pagenavi .current {
    color: #FFF;
    background-color: var(--main-color);
    border-color: var(--main-color);
    font-weight: bold;
}

/* TOP */
/* ヘッダー */
.hd_box .logo a {
    width: 100%;
    height: 100%;
    display: block;
}

.hd_box .logo a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hd_box .logo {
    width: 201px;
    flex-shrink: 0;
}

#pc_header {
    padding: 20px 50px;
    background-color: #FFF;
}

.hd_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hd_box nav ul {
    display: flex;
    align-items: center;
    gap: 0 41px;
}

.hd_box nav ul li a {
    font-size: 18px;
    font-weight: 700;
    color: var(--main-color);
    transition: .3s;
    display: block;
}

.hd_box nav ul li a:hover {
    opacity: 0.6;
}

/* メインビジュアル */
.top_mv {
    background-image: url(/wp-content/themes/child/image/top_mv_pc.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-block: 119px 50px;
    position: relative;
    z-index: 0;
}

.top_mv .cont {
    padding-left: 30px;
    position: relative;
}

.top_mv .cont .ttl_box {
    position: relative;
    margin-bottom: 27px;
}

.top_mv .cont .ttl_box .ttl {
    font-size: 36px;
    font-weight: 900;
    color: #FFF;
    letter-spacing: .06em;
    position: relative;
    display: inline-block;
}

.top_mv .cont .ttl_box .ttl .border {
    display: inline-block;
    background-color: var(--main-color);
    padding: 1px 14px;
}

.top_mv .cont .ttl_box .ttl .border .color {
    display: inline-block;
    color: var(--sub-color);
}

.top_mv .cont .ttl_box .ttl .large {
    font-size: 130px;
    letter-spacing: .14em;
    line-height: 1.36;
    display: inline-block;
}

.top_mv .cont .ttl_box .en {
    font-size: 69px;
    font-weight: 400;
    line-height: 1;
    rotate: -5deg;
    color: var(--sub-color);
    position: absolute;
    bottom: -15px;
    left: 155px;
}

.top_mv::before {
    content: "";
    background-color: #A8F2FF;
    position: absolute;
    z-index: -1;
    inset: 0;
    mix-blend-mode: multiply;
}

.top_mv .cont .main_text {
    color: #FFF;
    font-size: 20px;
    letter-spacing: .14em;
    font-weight: 900;
    margin-bottom: 53px;
}

.top_mv .cont .news_box {
    background-color: #FFF;
    width: 726px;
    border-radius: 10px;
    position: relative;
}

.top_mv .cont .ttl_box .ttl::before {
    content: "";
    width: 115px;
    aspect-ratio: 115/137;
    background: url(/wp-content/themes/child/image/mv_monkey.svg) no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: -100px;
    left: -46px;
    min-width: 0;
}

.top_mv .cont .ttl_box .ttl::after {
    content: "";
    width: 108px;
    aspect-ratio: 3/4;
    background: url(/wp-content/themes/child/image/mv_rabbit.svg) no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: 28px;
    right: -105px;
    min-width: 0;
}

.top_mv .cont .news_box .list li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 9px 70px 12px 20px;
}

.top_mv .cont .news_box .list li a .data {
    font-size: 16px;
    color: var(--main-color);
    font-weight: 700;
}

.top_mv .cont .news_box .list li a .ttl {
    font-weight: 700;
    letter-spacing: .06em;
    color: #1A1A1A;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: .3s;
}

.top_mv .cont .news_box .list li a::before,
.top_mv .cont .news_box .list li a::after {
    content: "";
    position: absolute;
    top: 50%;
    translate: 0 -50%;
}

.top_mv .cont .news_box .list li a::before {
    width: 50px;
    aspect-ratio: 1/1;
    min-width: 0;
    background-color: var(--main-color);
    border-radius: 50%;
    right: 10px;
    transition: .3s;
    border: solid 1px var(--main-color);
}

.top_mv .cont .news_box .list li a::after {
    width: 12px;
    aspect-ratio: 1/1;
    border: solid 3px #FFF;
    border-width: 3px 3px 0 0;
    right: 31px;
    rotate: 45deg;
    transition: .3s;
    min-width: 0;
}

.top_mv .cont .copyright {
    position: absolute;
    bottom: -7px;
    right: 0;
}

.top_mv .cont .copyright small {
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    writing-mode: sideways-rl;
}

.top_mv .cont .news_box::before {
    content: "";
    width: 84px;
    aspect-ratio: 7/12;
    background: url(/wp-content/themes/child/image/mv_lion.svg) no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: -144px;
    right: 15px;
    min-width: 0;
}

.top_mv .mv_box::before {
    content: "";
    width: 142px;
    aspect-ratio: 237.52 / 273.02;
    background: url(/wp-content/themes/child/image/mv_penguin.png) no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: -100px;
    right: 50px;
    min-width: 0;
}

.top_mv .mv_box::after {
    content: "";
    width: 104px;
    aspect-ratio: 104/155;
    background: url(/wp-content/themes/child/image/mv_bear.svg) no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: -50px;
    right: 100px;
    min-width: 0;
}

.top_mv .cont .news_box .list li a:hover .ttl {
    color: var(--main-color);
}

.top_mv .cont .news_box .list li a:hover::after {
    border-color: var(--main-color);
}

.top_mv .cont .news_box .list li a:hover::before {
    background-color: #FFF;
}

/* TOP BRINGINGセクション */
.top_bringing_sec {
    padding-block: 156px 143px;
    margin-bottom: 33px;
}

.top_bringing_sec .sec_ttl .ttl {
    font-size: 80px;
    font-weight: 700;
}

.top_bringing_sec .sec_ttl .en {
    font-size: 120px;
    font-weight: 400;
    color: var(--main-color);
    rotate: -5deg;
    margin: -39px 0 0 105px;
    line-height: 1;
}

.top_bringing_sec .cont {
    padding-left: 312px;
}

.top_bringing_sec .cont .sub_ttl {
    margin-bottom: 60px;
}

.top_bringing_sec .cont .sub_ttl .ttl {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: .06em;
    background-color: var(--main-color);
    color: #FFF;
    text-align: center;
    line-height: 1.4;
}

.top_bringing_sec .cont .text_box {
    font-size: 18px;
    letter-spacing: .115em;
    font-weight: 700;
    line-height: 1.9;
    padding-inline: 15px 50px;
    position: relative;
}

.top_bringing_sec .cont .text_box::before {
    content: "";
    width: 199px;
    aspect-ratio: 23/25;
    background: url(/wp-content/themes/child/image/bringing_bear.png) no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: -117px;
    left: -261px;
    min-width: 0;
}

.top_bringing_sec .cont .sub_ttl .img_text {
    margin-bottom: 38px;
    width: 765px;
    margin-left: auto;
}

.top_bringing_sec .cont .sub_ttl .img_text img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.top_bringing_sec .cont .sub_ttl .ttl .color {
    display: inline-block;
    color: var(--sub-color);
}

.top_bringing_sec .cont .sub_ttl .ttl .sp_block {
    display: inline-block;
}

/* TOP SERVICEセクション */
.top_service_sec .inner {
    background-color: var(--main-color);
    border-radius: 20px;
    padding: 315px 50px 138px;
    position: relative;
    overflow: hidden;
    margin-top: -35px;
    z-index: 0;
}

.top_service_sec .inner .en_text_box .bg_text {
    font-size: 360px;
    color: #FFF;
    font-weight: 700;
    position: absolute;
    top: -95px;
    left: 50%;
    translate: -50% 0;
    line-height: 1;
    mix-blend-mode: overlay;
}

.top_service_sec .sec_ttl .ttl {
    font-size: 50px;
    font-weight: 900;
    letter-spacing: .06em;
    color: #1A1A1A;
    background-color: var(--sub-color);
    width: fit-content;
    line-height: 1;
    padding: 10px 13px 10px 14px;
    text-align: center;
    margin: 0 50px 0 auto;
}

.top_service_sec .sec_ttl {
    position: relative;
    z-index: 1;
}

.top_service_sec .inner .en_text_box .en {
    font-size: 190px;
    color: var(--sub-color);
    rotate: -5deg;
    line-height: 1;
    position: absolute;
    top: 112px;
    left: 50%;
    translate: -50% 0;
    z-index: 1;
}

.top_service_sec .inner .cont .service_list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 20px;
}

.top_service_sec .inner .cont .service_list li a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 32px 0 248px;
    position: relative;
    z-index: 0;
}

.top_service_sec .inner .cont .service_list li a .text {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    position: relative;
}

.top_service_sec .inner .cont .service_list li a .text .en {
    display: inline-block;
    font-size: 34px;
    font-weight: 700;
}

.top_service_sec .inner .cont .service_list li a .img {
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: 20px;
    overflow: hidden;
}

.top_service_sec .inner .cont .service_list li a .arrow {
    position: absolute;
    bottom: -52px;
    left: 50%;
    translate: -50% 0;
    width: 120px;
}

.top_service_sec .inner .cont .service_list li a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.top_service_sec .inner .cont .service_list li a:hover .img img {
    scale: 1.2;
}

.top_service_sec .inner .cont .service_list li a::before {
    content: "";
    inset: 0;
    background: linear-gradient(to bottom, #73E3F8, #FFF);
    position: absolute;
    mix-blend-mode: multiply;
    border-radius: 20px;
}

.top_service_sec .inner .cont .service_list {
    margin-bottom: 127px;
}

.top_service_sec .inner .cont .service_list li a .arrow::before {
    content: "";
    width: 28px;
    aspect-ratio: 15/14;
    background-image: url(/wp-content/themes/child/image/icon_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    min-width: 0;
    transition: .3s;
}

.top_service_sec .inner .cont .service_list li a .arrow img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .3s;
}

.top_service_sec .inner .cont .service_list li a:hover .arrow img {
    animation: spin-anime 5s linear infinite;
}

.top_service_sec .inner .cont .service_list li a .arrow .hover {
    position: absolute;
    inset: 0;
    z-index: -1;
}

@keyframes spin-anime {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.top_service_sec .inner::after {
    content: "";
    width: 822px;
    aspect-ratio: 411/397;
    background: url(/wp-content/themes/child/image/akihabara_ring.svg) no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: -452px;
    bottom: 0;
    z-index: -1;
    mix-blend-mode: overlay;
    min-width: 0;
}

.common_view_btn a {
    width: 280px;
    min-block-size: 60px;
    display: grid;
    place-content: center;
    border-radius: 100vmax;
    padding: .5em 1em;
    color: #003366;
    font-size: 22px;
    font-weight: 700;
    margin: 0 auto;
    position: relative;
    transition: .3s;
}

.common_view_btn a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--sub-color);
    border-radius: 100vmax;
    z-index: -1;
    transition: .3s;
}

.common_view_btn a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    border-radius: 100vmax;
    z-index: -1;
    transition: .3s;
}

.common_view_btn a:hover::before {
    rotate: 25deg;
}

.common_view_btn a:hover {
    rotate: -6deg;
}

.top_service_sec .inner::before {
    content: "";
    width: 211px;
    aspect-ratio: 255 / 221;
    background: url(/wp-content/themes/child/image/service_monkey.png) no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: 20px;
    right: 266px;
    min-width: 0;
    pointer-events: none;
}

.top_service_sec .inner .cont .service_list li a:hover .arrow .defo {
    opacity: 0;
}

.top_service_sec .inner .cont .service_list li a .arrow::after {
    content: "";
    width: 28px;
    aspect-ratio: 15 / 14;
    background-image: url(/wp-content/themes/child/image/icon_arrow_blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    min-width: 0;
    opacity: 0;
    transition: .3s;
}

.top_service_sec .inner .cont .service_list li a:hover .arrow::after {
    opacity: 1;
}

.top_service_sec .inner .cont .service_list li a:hover .arrow::before {
    opacity: 0;
}

/* TOP ABOUTセクション */
.top_about_sec {
    padding: 142px 0 112px;
}

.top_about_sec .inner {
    display: flex;
    padding-left: 100px;
    position: relative;
}

.top_about_sec .inner .img_area {
    width: 620px;
    flex-shrink: 0;
}

.top_about_sec .inner .text_area {
    width: 100%;
    padding-top: 232px;
}

.top_about_sec .inner .img_area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_about_sec .inner .text_area .sec_ttl .ttl {
    font-size: 50px;
    letter-spacing: .06em;
    font-weight: 900;
    color: var(--sub-color);
    background-color: var(--main-color);
    width: fit-content;
    margin-left: auto;
    line-height: 1;
    padding: 0.2em 0.27em;
}

.top_about_sec .inner .text_area .sec_ttl .bg_text {
    position: absolute;
    top: -83px;
    left: 0;
    font-size: 110px;
    font-weight: 700;
    line-height: 1;
    z-index: -1;
}

.top_about_sec .inner .text_area .sec_ttl {
    position: relative;
    margin-bottom: 64px;
}

.top_about_sec .inner .text_area .cont .catch_text {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 48px;
}

.top_about_sec .inner .text_area .cont .main_text .text {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .04em;
}

.top_about_sec .inner .text_area .cont .main_text .text+.text {
    margin-top: 1.6em;
}

.top_about_sec .inner .text_area .cont .common_view_btn a::after {
    background-color: var(--main-color);
}

.top_about_sec .inner .text_area .cont .common_view_btn a {
    color: #FFF;
    margin: 98px 0 0;
}

.top_about_sec .inner::after {
    content: "";
    width: 423px;
    aspect-ratio: 141/80;
    background: url(/wp-content/themes/child/image/about_animal.svg) no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: -112px;
    right: 197px;
    min-width: 0;
}

.top_about_sec .inner::before {
    content: "";
    width: 770px;
    aspect-ratio: 1/1;
    background: radial-gradient(#FFF, #EBFFFF);
    border-radius: 50%;
    position: absolute;
    top: 7%;
    left: 30%;
    z-index: -1;
}

/* フッター */
.top_footer {
    background: linear-gradient(to bottom, #1DDCFF, #00BFE3);
    padding-block: 140px 96px;
}

.top_footer .ft_contact_box {
    text-align: center;
    margin-bottom: 63px;
}

.top_footer .ft_contact_box .theme {
    font-size: 24px;
    color: #FFF;
    letter-spacing: .06em;
    font-weight: 300;
    margin-bottom: 7px;
}

.top_footer .ft_contact_box .en_text {
    font-size: 150px;
    color: #FFF;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 30px;
}

.common_cta_btn a {
    font-size: 30px;
    color: var(--main-color);
    font-weight: 400;
    border-radius: 40px;
    border: solid 2px #FFF;
    width: 330px;
    display: grid;
    place-content: center;
    margin: 0 auto;
    min-block-size: 70px;
    transition: .3s;
    background-color: #FFF;
}

.common_cta_btn a:hover {
    color: #FFF;
    background-color: var(--main-color);
}

.top_footer .ft_contents {
    display: flex;
    gap: 0 98px;
    padding-bottom: 60px;
    align-items: flex-end;
    position: relative;
}

.top_footer .ft_contents .menu .ttl {
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
}

.top_footer .ft_contents .menu .large ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 55px;
}

.top_footer .ft_contents .menu .large li a {
    font-size: 70px;
    font-weight: 700;
}

.top_footer .ft_contents .menu li a:hover {
    color: var(--sub-color);
}

.top_footer .ft_contents .menu .small li a {
    font-size: 30px;
    font-weight: 700;
}

.top_footer .ft_contents .menu li a {
    color: #FFF;
    transition: .3s;
    display: inline-block;
    font-weight: 700;
}

.top_footer .ft_contents .company_box {
    color: #FFF;
    flex-shrink: 0;
}

.top_footer .ft_contents .menu .small li+li {
    margin-top: 11px;
}

.top_footer .ft_contents .menu .large {
    margin-bottom: 11px;
}

.top_footer .ft_contents .company_box .logo a {
    width: 100%;
    height: 100%;
    display: block;
}

.top_footer .ft_contents .company_box .logo {
    width: 162px;
    margin-bottom: 18px;
}

.top_footer .ft_contents .company_box .logo a img {
    width: 100%;
    aspect-ratio: 201/59;
    object-fit: contain;
}

.top_footer .ft_contents .company_box .name {
    font-size: 14px;
    letter-spacing: .04em;
    font-weight: 500;
    margin-bottom: 37px;
}

.top_footer .ft_contents .company_box .addr {
    font-size: 14px;
    letter-spacing: .04em;
    font-weight: 500;
    margin-bottom: 10px;
}

.top_footer .ft_contents .company_box .proof {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .04em;
    margin-bottom: 36px;
}

.top_footer .ft_sub {
    border-top: solid 1px #FFF;
    padding-top: 30px;
}

.top_footer .ft_sub .inner {
    width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_footer .ft_sub .inner .menu ul {
    display: flex;
    gap: 0 30px;
    align-items: center;
}

.top_footer .ft_sub .inner .menu li a {
    font-size: 12px;
    font-weight: 700;
    color: #FFF;
    display: block;
    transition: .3s;
}

.top_footer .ft_sub .inner .copyright small {
    display: inline-block;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
}

.top_footer .ft_contents .menu {
    padding-bottom: 30px;
}

.top_footer .ft_contact_box .common_cta_btn {
    position: relative;
}

.top_footer .ft_contact_box .common_cta_btn::before {
    content: "";
    width: 204px;
    aspect-ratio: 34/33;
    background: url(/wp-content/themes/child/image/ft_rabbit.svg) no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: -100px;
    min-width: 0;
}

.top_footer .ft_contents::before,
.top_footer .ft_contents::after {
    content: "";
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    min-width: 0;
}

.top_footer .ft_contents::before {
    background-image: url(/wp-content/themes/child/image/ft_penguin.svg);
    width: 141px;
    aspect-ratio: 141/187;
    top: -80px;
    right: 0;
}

.top_footer .ft_contents::after {
    background-image: url(/wp-content/themes/child/image/ft_lion.png);
    width: 284px;
    aspect-ratio: 385 / 246;
    bottom: 0;
    right: 384px;
    pointer-events: none;
}

.top_footer .ft_contents .company_box .sns_box .x a {
    display: block;
    width: 100%;
    height: 100%;
}

.top_footer .ft_contents .company_box .sns_box .x a img {
    width: 100%;
    aspect-ratio: 29/30;
    object-fit: contain;
}

.top_footer .ft_contents .company_box .sns_box .x {
    width: 29px;
}

.top_footer .ft_sub .inner .menu li a:hover {
    color: var(--sub-color);
}

/* 共通ページ */
.common_page_main::before {
    content: "";
    inset: 0;
    position: absolute;
    background-color: #A8F2FF;
    mix-blend-mode: multiply;
    z-index: -1;
}

.top_mv .mv_box {
    display: flex;
    align-items: flex-end;
    position: relative;
    gap: 20px;
}

.top_mv .mv_box .btn .link {
    width: 330px;
    background-color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    min-block-size: 70px;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    border-radius: 10px;
}

.top_mv .mv_box .btn .link::after {
    content: "";
    position: absolute;
    width: 15px;
    aspect-ratio: 1 / 1;
    border: solid 3px #FFF;
    border-width: 3px 3px 0 0;
    right: 31px;
    rotate: 45deg;
    transition: .3s;
    min-width: 0;
}

.top_mv .copyright.pc {
    color: #fff;
    writing-mode: vertical-rl;
    margin-left: 145px;
    font-size: 15px;
    font-weight: 700;
}

@media (max-width: 750px) {
    .wrap {
        max-width: 90%;
    }

    a[href $='.pdf']::before {
        width: 7vw;
        height: 8vw;
        margin-right: 2.5vw;
    }

    a[href $='.pdf']:hover {
        text-decoration: underline;
    }

    body {
        font-size: 3.58vw;
        padding-top: 60px;
        min-width: 100%;
    }

    /* SPヘッダー */
    #sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        z-index: 999;
        height: 60px;
    }

    #sp_header .logo {
        position: absolute;
        left: 20px;
        top: 15px;
        line-height: 0;
        width: 111px;
    }

    #sp_header .logo img {
        width: 100%;
        aspect-ratio: 37/11;
        object-fit: contain;
    }

    #sp_header .icon {
        color: #000;
        position: absolute;
    }

    #sp_header .mail {
        right: 70px;
        top: 13px;
        font-size: 25px;
    }

    #sp_header .tel {
        right: 110px;
        top: 15px;
        font-size: 20px;
    }

    /* SP固定ページ 共通設定 */
    .common_page_main {
        padding-block: 20vw;
    }

    .common_page_main .title_box .title {
        font-size: 5.6vw;
    }

    .common_page_wrap {
        padding: 20vw 0;
    }

    .reserve_text {
        font-size: 6vw;
    }

    /* パンくず */
    .breadcrumb {
        font-size: 3vw;
    }

    /* SP固定ページ お問い合わせ */
    .contact_form_disc {
        margin-block: 0 2em;
    }

    .contact_form_disc .text {
        font-size: 3.6vw;
        margin-block: 0 0.8em;
    }

    .contact_form_disc .caution {
        font-size: 3.1vw;
        letter-spacing: .06em;
    }

    .common_contact_form .form_box {
        margin-block: 0 10vw;
    }

    .common_contact_form .form_box dl {
        grid-template-columns: 1fr;
        gap: 0.6em;
    }

    .common_contact_form .form_box dl+dl {
        margin-block: 1.3em 0;
    }

    .common_contact_form .form_box dl dt {
        flex-direction: row-reverse;
        justify-content: space-between;
        font-size: 4.1vw;
        padding-inline: 0;
    }

    .common_contact_form .form_box dl dt .label {
        font-size: 3.1vw;
    }

    .common_contact_form .form_box dl dt::after {
        content: none;
    }

    .common_contact_form input[type="text"],
    .common_contact_form input[type="email"],
    .common_contact_form #zip {
        font-size: 3.6vw;
    }

    .common_contact_form select {
        width: 100%;
        font-size: 3.6vw;
    }

    .common_contact_form textarea {
        height: 33vw;
        font-size: 3.6vw;
    }

    .radio_btns,
    .checkboxes {
        gap: 0.5em 2.5em;
    }

    .page_contact #btn_wrap button {
        width: 83%;
        line-height: 15.5vw;
        font-size: 4.6vw;
    }

    .page_contact #btn_wrap button[name="submitBack"] {
        margin-top: 4vw;
    }

    .mwform-checkbox-field.horizontal-item {
        display: block;
    }

    .page_contact #btn_wrap {
        width: 100%;
        text-align: center;
    }

    .privacy_check_list .mwform-checkbox-field-text {
        font-size: 3.8vw;
        padding-left: 11vw;
    }

    .mw_wp_form .privacy_check_list .horizontal-item {
        margin-right: 4vw;
    }

    .privacy_check_list .hissu {
        padding: 0.3vw 4vw;
    }

    .privacy_check_list {
        margin-bottom: 6vw;
    }

    .privacy_term_detail {
        font-size: 3.4vw;
        margin: 5vw 0;
    }

    .privacy_term_outer {
        width: 96%;
        padding: 5vw 0;
    }

    .privacy_term_outer .privacy_term_inner .main_text {
        font-size: 3.4vw;
        line-height: 1.6;
        margin-bottom: 5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dt {
        font-size: 3.5vw;
        margin-bottom: 1.5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dd {
        font-size: 3.5vw;
        line-height: 1.6;
    }

    .privacy_term_outer .privacy_term_inner dl+dl {
        margin-top: 7vw;
    }

    .privacy_term_detail::after {
        width: 2.5vw;
        margin: 1.5vw auto 0;
    }

    /* サンクスページ */
    .page_contact .thanks_textArea .name {
        font-size: 4vw;
        margin-bottom: 3vw;
    }

    .page_contact .thanks_textArea .contact_text {
        font-size: 3.5vw;
        margin-bottom: 2em;
        width: 100%;
    }

    .page_contact .thanks_textArea .ichiran_link {
        width: 80%;
        line-height: 12vw;
        font-size: 4vw;
    }

    /* ステップバー デザイン */
    .page_contact .progressbar {
        gap: 4.5em;
        margin-block: 0 2.5em;
    }

    .page_contact .progressbar .item {
        font-size: 3.1vw;
    }

    .page_contact .progressbar .item+.item::before {
        width: 5.7vw;
        top: 63%;
        left: -3.3em;
    }

    .page_contact .progressbar .item .mark {
        width: 7.7vw;
        margin: 0 auto 0.4em;
    }

    /* SP固定ページ 404ページ */
    #page_404 .num {
        font-size: 20vw;
        line-height: 1.5;
    }

    #page_404 .text {
        font-size: 3.5vw;
    }

    /* SP投稿ページ アーカイブページ */
    .archive_page_list>article {
        padding-right: 20px;
    }

    .archive_page_list>article .date {
        width: 80px;
    }

    .archive_page_list>article .content_area {
        width: calc(100% - 80px);
    }

    .archive_page_list>article:after {
        width: 7px;
        height: 7px;
    }

    /* SP固定ページ サイトマップ */
    ul#sitemap_list li {
        margin: 0;
    }

    body #sitemap_list li a {
        font-size: 4vw;
        padding: 1vw 2vw;
        line-height: 9vw;
        margin-bottom: 1vw;
    }

    body #sitemap_list li.home-item {
        margin-bottom: 4vw;
    }

    body #sitemap_list {
        padding: 0;
    }


    /* TOP */
    /* ヘッダー */
    #sp_header .logo a {
        display: block;
        width: 100%;
        height: 100%;
    }

    /* メインビジュアル */
    .top_mv {
        background-image: url(/wp-content/themes/child/image/top_mv_sp.jpg);
        padding-block: 33vw 5.1vw;
    }

    .top_mv .cont {
        padding-left: 0;
    }

    .top_mv .cont .ttl_box {
        margin-bottom: 9.2vw;
    }

    .top_mv .cont .ttl_box .ttl {
        font-size: 6.1vw;
    }

    .top_mv .cont .ttl_box .ttl .border {
        padding: 0.5vw 2.1vw;
        margin-bottom: 3.5vw;
    }

    .top_mv .cont .ttl_box .ttl .large {
        font-size: 25.6vw;
        line-height: 1.11;
    }

    .top_mv .cont .ttl_box .en {
        font-size: 10.2vw;
        bottom: -4.6vw;
        left: 3.6vw;
        white-space: nowrap;
    }

    .top_mv .cont .main_text {
        font-size: 4.1vw;
        margin-bottom: 14.4vw;
    }

    .top_mv .cont .news_box {
        width: 100%;
    }

    .top_mv .cont .ttl_box .ttl::before {
        display: none;
    }

    .top_mv .cont .ttl_box .ttl::after {
        width: 21.6vw;
        bottom: 13.4vw;
        right: -4.5vw;
    }

    .top_mv .cont .news_box .list li a .data {
        font-size: 3.58vw;
        line-height: 1;
    }

    .top_mv .cont .news_box .list li a::before {
        width: 6.1vw;
        right: 5.1vw;
        top: auto;
        bottom: 3.5vw;
        translate: 0;
    }

    .top_mv .cont .news_box .list li a::after {
        width: 1.6vw;
        border: solid 2px #FFF;
        border-width: 2px 2px 0 0;
        top: auto;
        bottom: 5.5vw;
        right: 7.5vw;
        translate: 0;
    }

    .top_mv .cont .copyright {
        bottom: -3vw;
    }

    .top_mv .cont .copyright small {
        font-size: 3vw;
    }

    .top_mv .cont .news_box::before {
        width: 16.2vw;
        top: -27.8vw;
        right: auto;
        left: 0;
    }

    .top_mv .cont::before {
        width: 24.4vw;
        top: -29.5vw;
        right: 50%;
        translate: 50% 0;
    }

    .top_mv .cont::after {
        content: none;
    }

    .top_mv .cont .news_box .list li a .ttl {
        margin-bottom: 2.5vw;
        -webkit-line-clamp: 2;
    }

    .top_mv .cont .news_box::after {
        content: "";
        width: 19.5vw;
        top: -29.2vw;
        right: 0;
        aspect-ratio: 104 / 155;
        background: url(/wp-content/themes/child/image/mv_bear.svg) no-repeat;
        background-position: center;
        background-size: contain;
        position: absolute;
        min-width: 0;
    }

    .top_mv .cont .news_box .list li a {
        padding: 4.2vw 5.1vw;
    }

    /* TOP BRINGINGセクション */
    .top_bringing_sec {
        padding-block: 16.7vw 48.7vw;
        margin-bottom: 0;
        overflow: hidden;
    }

    .top_bringing_sec .sec_ttl .ttl {
        font-size: 15.3vw;
    }

    .top_bringing_sec .sec_ttl .en {
        font-size: 10.7vw;
        margin: -6.5vw 0 0 -0.3vw;
        white-space: nowrap;
    }

    .top_bringing_sec .cont {
        padding-left: 0;
    }

    .top_bringing_sec .cont .sub_ttl {
        margin-bottom: 12vw;
    }

    .top_bringing_sec .cont .sub_ttl .ttl {
        font-size: 6.6vw;
        text-align: left;
        background-color: unset;
        letter-spacing: .07em;
    }

    .top_bringing_sec .cont .text_box {
        font-size: 3.58vw;
        padding-inline: 0;
        line-height: 1.7;
    }

    .top_bringing_sec .cont .text_box::before {
        width: 26.5vw;
        bottom: -38vw;
        left: 5vw;
    }

    .top_bringing_sec .cont .sub_ttl .img_text {
        margin-bottom: 6vw;
        width: calc(217.1vw * 2 + 8vw);
        animation: scroll-left 10s linear infinite;
        display: flex;
        gap: 0 8vw;
    }

    @keyframes scroll-left {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-50%);
        }
    }

    .top_bringing_sec .sec_ttl {
        margin-bottom: 5vw;
    }

    .top_bringing_sec .cont .sub_ttl .ttl .sp_block {
        background-color: var(--main-color);
        display: block;
        text-align: center;
        padding: 0.19em 0.33em;
    }

    .top_bringing_sec .cont .sub_ttl .ttl .sp_block.bottom {
        margin-top: 2vw;
        width: fit-content;
    }

    /* TOP SERVICEセクション */
    .top_service_sec .inner {
        padding: 34.3vw 6.4vw;
        margin-top: -5vw;
    }

    .top_service_sec .inner .en_text_box .bg_text {
        font-size: 24.1vw;
        top: -4.8vw;
    }

    .top_service_sec .sec_ttl .ttl {
        font-size: 6.1vw;
        padding: 2.3vw 2.2vw 1.9vw;
        margin: 0 5vw 0 auto;
    }

    .top_service_sec .inner .en_text_box .en {
        font-size: 15.4vw;
        top: 11.2vw;
    }

    .top_service_sec .inner .cont .service_list ul {
        grid-template-columns: 1fr;
        gap: 5.1vw 0;
    }

    .top_service_sec .inner .cont .service_list li a {
        padding: 7.5vw 0 38.3vw;
    }

    .top_service_sec .inner .cont .service_list li a .text {
        font-size: 4.1vw;
    }

    .top_service_sec .inner .cont .service_list li a .text .en {
        font-size: 7.7vw;
        line-height: 1.2;
    }

    .top_service_sec .inner .cont .service_list li a .arrow {
        bottom: 5.2vw;
        width: 21vw;
    }

    .top_service_sec .inner .cont .service_list {
        margin-bottom: 18.8vw;
    }

    .top_service_sec .inner .cont .service_list li a .arrow::before {
        width: 4.9vw;
    }

    .top_service_sec .inner::after {
        width: 143.2vw;
        right: -73vw;
        rotate: -323deg;
        bottom: 21vw;
    }

    .common_view_btn a {
        width: 61.5vw;
        min-block-size: 12.8vw;
        font-size: 4.6vw;
        rotate: -6deg;
    }

    .top_service_sec .inner::before {
        width: 27.4vw;
        right: auto;
        bottom: 2vw;
        left: 9vw;
    }

    .top_service_sec .inner .cont .service_list li a .img {
        border-radius: 6px;
    }

    .top_service_sec .inner .cont .service_list li a::before {
        border-radius: 6px;
    }

    .common_view_btn a::before {
        rotate: 25deg;
    }

    .top_service_sec .inner .cont .service_list li a .arrow::after {
        width: 4.9vw;
    }

    /* TOP ABOUTセクション */
    .top_about_sec {
        padding: 35.8vw 0 55vw;
        overflow: hidden;
    }

    .top_about_sec .inner {
        padding-left: 0;
    }

    .top_about_sec .inner .img_area {
        width: 128.2vw;
        position: relative;
        left: 50%;
        translate: -50% 0;
        margin-bottom: 2vw;
    }

    .top_about_sec .inner .text_area {
        padding-top: 0;
    }

    .top_about_sec .inner .text_area .sec_ttl .ttl {
        font-size: 6.1vw;
        padding: 2.1vw 2.1vw;
        margin: 0 auto;
    }

    .top_about_sec .inner .text_area .sec_ttl .bg_text {
        top: -10.8vw;
        font-size: 14.1vw;
        left: 50%;
        translate: -50% 0;
        white-space: nowrap;
    }

    .top_about_sec .inner .text_area .sec_ttl {
        margin-bottom: 10vw;
    }

    .top_about_sec .inner .text_area .cont .catch_text {
        font-size: 5.1vw;
        margin-bottom: 5.6vw;
        line-height: 1.5;
    }

    .top_about_sec .inner .text_area .cont .main_text .text {
        font-size: 3.8vw;
        font-weight: 500;
        letter-spacing: .01em;
    }

    .top_about_sec .inner .text_area .cont .common_view_btn a {
        margin: 14.4vw auto 0;
    }

    .top_about_sec .inner::after {
        width: 59.2vw;
        bottom: -54.9vw;
        right: 0;
    }

    .top_about_sec .inner::before {
        width: 171.5vw;
        left: -96vw;
        top: 14vw;
    }

    /* フッター */
    .top_footer {
        padding-block: 19.7vw 12.8vw;
    }

    .top_footer .ft_contact_box {
        margin-bottom: 25.8vw;
    }

    .top_footer .ft_contact_box .theme {
        font-size: 4.6vw;
        margin-bottom: 1.5vw;
    }

    .top_footer .ft_contact_box .en_text {
        font-size: 12.8vw;
        margin-bottom: 8vw;
    }

    .common_cta_btn a {
        font-size: 5.1vw;
        width: 66.6vw;
        min-block-size: 14.1vw;
        color: #FFF;
        background-color: var(--main-color);
    }

    .top_footer .ft_contents {
        padding-bottom: 7.6vw;
        display: block;
    }

    .top_footer .ft_contents .company_box .logo {
        width: 44.8vw;
        margin: 0 auto 5vw;
    }

    .top_footer .ft_contents .company_box .name {
        font-size: 3.58vw;
        margin-bottom: 4vw;
    }

    .top_footer .ft_contents .company_box .addr {
        font-size: 3.58vw;
        margin-bottom: 2vw;
    }

    .top_footer .ft_contents .company_box .proof {
        font-size: 3vw;
        margin-bottom: 8vw;
    }

    .top_footer .ft_sub {
        padding-top: 6.5vw;
    }

    .top_footer .ft_sub .inner {
        width: 100%;
        display: block;
        text-align: center;
    }

    .top_footer .ft_sub .inner .menu ul {
        flex-direction: column;
        gap: 5vw 0;
    }

    .top_footer .ft_sub .inner .menu li a {
        font-size: 3vw;
    }

    .top_footer .ft_sub .inner .copyright small {
        font-size: 3vw;
    }

    .top_footer .ft_contents .menu {
        padding-bottom: 0;
    }

    .top_footer .ft_contact_box .common_cta_btn::before {
        width: 29.6vw;
        left: -2.5vw;
        bottom: -21vw;
    }

    .top_footer .ft_contents::before {
        width: 19vw;
        top: auto;
        bottom: 0;
    }

    .top_footer .ft_contents::after {
        width: 39.6vw;
        right: auto;
        left: -3vw;
    }

    .top_footer .ft_contents .company_box .sns_box .x {
        width: 7.4vw;
        margin: 0 auto;
    }

    .top_footer .ft_contents .company_box {
        text-align: center;
    }

    .top_footer .ft_contents .company_box .sns_box {
        margin-bottom: 8.8vw;
    }

    .top_footer .ft_contents .company_box .menu li+li {
        margin-top: 1vw;
    }

    .top_footer .ft_contents .menu li a {
        font-size: 3vw;
        font-weight: 700;
    }

    /* ホバー打ち消し */
    .top_mv .cont .news_box .list li a:hover .ttl {
        color: #1A1A1A;
    }

    .top_mv .cont .news_box .list li a:hover::before {
        background-color: var(--main-color);
    }

    .top_mv .cont .news_box .list li a:hover::after {
        border-color: #FFF;
    }

    .top_footer .ft_contents .menu li a:hover {
        color: #FFF;
    }

    .top_service_sec .inner .cont .service_list li a:hover .img img {
        scale: 1;
    }

    .top_service_sec .inner .cont .service_list li a:hover .arrow .defo {
        opacity: 1;
    }

    .top_service_sec .inner .cont .service_list li a:hover .arrow img {
        animation: none;
    }

    .top_service_sec .inner .cont .service_list li a:hover .arrow::before {
        opacity: 1;
    }

    .top_service_sec .inner .cont .service_list li a:hover .arrow::after {
        opacity: 0;
    }

.top_mv .mv_box {
    flex-direction: column;
}

.top_mv .mv_box::before {
    width: 24.4vw;
    top: -29.5vw;
    right: 50%;
    translate: 50% 0;
}

.top_mv .mv_box::after {
    content: none;
}

.top_mv .mv_box .btn .link {
    width: 50vw;
    min-block-size: 13vw;
    margin-left: 2.5vw;
    margin: 0 auto 5vw;
    font-size: 4.2vw;
}

.top_mv .mv_box .btn {
    width: 100%;
    margin: 0 auto;
}	
	.top_mv .mv_box .btn .link::after {
    width: 2vw;
    right: 3vw;
}

}

