@charset "UTF-8";

/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/
html,
button,
input,
select,
textarea {
    font-family: "Noto Sans JP", sans-serif;
}

body {
    color: #333333;
    font-size: 16px;
    line-height: 1.7;
}

.f_shi {
    font-family: "Shippori Mincho B1", serif;
}

.f_hel {
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

.wrap2 {
    width: 1240px;
    margin: 0 auto;
}

.wrap3 {
    width: 1340px;
    margin: 0 auto;
}

#header {
    background-color: #fff;
    padding: 0 110px 0 calc(50vw - 670px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#header .hd_box {
    display: flex;
}

#header .hd_box .logo_box {
    position: fixed;
    top: 17px;
    left: calc(50vw - 670px);
    z-index: 10;
}

#header .hd_box .logo_box .logo_theme {
    font-size: 12px;
    letter-spacing: 0.04em;
    line-height: 1.4;
    color: #463c3c;
}

#header .hd_box .logo_box .logo {
    width: 230px;
    display: block;
    margin-top: 5px;
}

#header .hd_box .logo_box .logo img {
    width: 100%;
}

#header .hd_box .hd_menu_sec {
    display: flex;
    gap: 0 50px;
    align-items: center;
    margin-left: auto;
}

#header .hd_box .hd_menu_sec .menu_box .menu_box_top {
    display: flex;
    gap: 0 15px;
    align-items: flex-end;
    justify-content: flex-end;
}

#header .hd_box .hd_menu_sec .menu_box .menu_box_top .tel_box .ex {
    font-size: 12px;
    width: 255px;
    border-radius: 13px;
    text-align: center;
    font-weight: 600;
    line-height: 25px;
    background-color: #4c91a5;
    color: #fff;
    letter-spacing: 0.08em;
}

#header .hd_box .hd_menu_sec .menu_box .menu_box_top .tel_box .tel {
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin-top: 6px;
}

#header .hd_box .hd_menu_sec .menu_box .menu_box_top .tel_box .tel .icon {
    width: 24px;
}

#header .hd_box .hd_menu_sec .menu_box .menu_box_top .tel_box .tel .icon svg {
    width: 100%;
    display: block;
}

#header .hd_box .hd_menu_sec .menu_box .menu_box_top .tel_box .tel .num {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1;
    color: #4c91a5;
}

#header .hd_box .hd_menu_sec .menu_box .menu_box_top .info {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.6;
    color: #463c3c;
}

#header .hd_box .hd_menu_sec .menu_box .menu_box_top .info .space {
    letter-spacing: 0.32em;
}

#header .hd_box .hd_menu_sec .menu_box .menu_box_bottom {
    margin-top: 10px;
}

#header .hd_box .hd_menu_sec .menu_box .menu_box_bottom ul {
    display: flex;
    gap: 0 60px;
}

#header .hd_box .hd_menu_sec .menu_box .menu_box_bottom ul li {
    line-height: 1;
    position: relative;
    cursor: pointer;
}

#header .hd_box .hd_menu_sec .menu_box .menu_box_bottom ul li .link_btn {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    letter-spacing: 0.04em;
    transition: 0.3s;
    position: relative;
}

#header .hd_box .hd_menu_sec .menu_box .menu_box_bottom ul li .link_btn.arrow::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    rotate: -45deg;
    top: 50%;
    translate: 0 -50%;
    right: -17px;
}

#header .hd_box .hd_menu_sec .menu_box .menu_box_bottom ul li .link_btn::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0%;
    height: 1px;
    background-color: #438396;
    transition: 0.3s;
}

#header .hd_box .hd_menu_sec .menu_box .menu_box_bottom ul li .link_btn.active {
    color: #438396;
}

#header .hd_box .hd_menu_sec .menu_box .menu_box_bottom ul li .link_btn.active::after {
    width: 100%;
}

#header .hd_box .hd_menu_sec .menu_box .menu_box_bottom ul li .link_btn:hover {
    color: #438396;
}

#header .hd_box .hd_menu_sec .menu_box .menu_box_bottom ul li .link_btn:hover::after {
    width: 100%;
}

#header .hd_box .hd_menu_sec .menu_box .menu_box_bottom ul li .hd_inner {
    position: absolute;
    top: 13px;
    z-index: 2;
    width: 182px;
    left: -53px;
    opacity: 0;
    padding-top: 18px;
    visibility: hidden;
    transition: 0.3s;
}

#header .hd_box .hd_menu_sec .menu_box .menu_box_bottom ul li .hd_inner .inner_wrap {
    background-color: #fff;
    padding: 20px 10px 25px 50px;
}

#header .hd_box .hd_menu_sec .menu_box .menu_box_bottom ul li .hd_inner .inner_wrap .item_box+.item_box {
    margin-top: 12px;
}

#header .hd_box .hd_menu_sec .menu_box .menu_box_bottom ul li .hd_inner .inner_wrap .item_box .item {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    letter-spacing: 0.05em;
    transition: 0.3s;
}

#header .hd_box .hd_menu_sec .menu_box .menu_box_bottom ul li .hd_inner .inner_wrap .item_box .item:hover {
    color: #438396;
}

#header .hd_box .hd_menu_sec .contact_sec {
    width: 110px;
    height: 120px;
}

#header .hd_box .hd_menu_sec .contact_sec .link {
    height: 100%;
    display: block;
    padding-top: 18px;
    background-color: #76bace;
}

#header .hd_box .hd_menu_sec .contact_sec .link .icon {
    width: 62px;
    margin: 0 auto;
}

#header .hd_box .hd_menu_sec .contact_sec .link .icon img {
    width: 100%;
}

#header .hd_box .hd_menu_sec .contact_sec .link .name {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.05em;
    text-align: center;
    margin-top: 25px;
}

.pc_hamburger_box .pc_hamburger {
    display: block;
    position: fixed;
    top: 0;
    transition: 0.3s;
    right: 0;
    z-index: 101;
    width: 110px;
    height: 120px;
    background-color: #438396;
    cursor: pointer;
    text-align: center;
}

.pc_hamburger_box .pc_hamburger.active {
    z-index: 1001;
}

.pc_hamburger_box .pc_hamburger.active .ham_sec span:nth-child(1) {
    rotate: 35deg;
    top: 10px;
}

.pc_hamburger_box .pc_hamburger.active .ham_sec span:nth-child(2) {
    opacity: 0;
}

.pc_hamburger_box .pc_hamburger.active .ham_sec span:nth-child(3) {
    rotate: -35deg;
    top: 10px;
}

.pc_hamburger_box .pc_hamburger .ham_sec {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
}

.pc_hamburger_box .pc_hamburger .ham_sec span {
    width: 100%;
    height: 3.5px;
    background-color: #fff;
    position: absolute;
    left: 0;
    transition: 0.3s;
}

.pc_hamburger_box .pc_hamburger .ham_sec span:nth-child(1) {
    top: 0px;
}

.pc_hamburger_box .pc_hamburger .ham_sec span:nth-child(2) {
    top: 10px;
}

.pc_hamburger_box .pc_hamburger .ham_sec span:nth-child(3) {
    top: 20px;
}

.pc_hamburger_box .pc_hamburger .name {
    padding-top: 84px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.08em;
    font-weight: 600;
}

.pc_hamburger_box .ham_menu_box {
    position: fixed;
    top: 0;
    z-index: -1;
    left: 0;
    color: #fff;
    background-image: url(/wp-content/themes/child/image/ham_back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    height: 100vh;
    overflow: hidden;
}

.pc_hamburger_box .ham_menu_box.active {
    opacity: 1;
    z-index: 1000;
}

.pc_hamburger_box .ham_menu_box .ham_menu_inner {
    display: flex;
    align-items: center;
}

.pc_hamburger_box .ham_menu_box .ham_menu_inner .img {
    width: 400px;
    flex-shrink: 0;
    height: 100vh;
    position: relative;
    z-index: 1;
    background-image: url(/wp-content/themes/child/image/ham_img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pc_hamburger_box .ham_menu_box .ham_menu_inner .img::before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/child/image/illust_circle_yellow_one.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 285px;
    aspect-ratio: 1;
    bottom: -20px;
    left: -20px;
}

.pc_hamburger_box .ham_menu_box .ham_menu_inner .img::after {
    content: "";
    position: absolute;
    background-color: #567d88;
    opacity: 0.8;
    inset: 0;
    z-index: -1;
}

.pc_hamburger_box .ham_menu_box .ham_menu_inner .img .text_box {
    position: relative;
}

.pc_hamburger_box .ham_menu_box .ham_menu_inner .img .text_box::after {
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/child/image/illust_cup_yellow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 165px;
    height: 54px;
    top: -90px;
    right: -30px;
}

.pc_hamburger_box .ham_menu_box .ham_menu_inner .img .text_box .comment {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1.5;
}

.pc_hamburger_box .ham_menu_box .ham_menu_inner .img .text_box .logo {
    width: 260px;
    margin: 10px auto 0;
}

.pc_hamburger_box .ham_menu_box .ham_menu_inner .img .text_box .logo img {
    width: 100%;
}

.pc_hamburger_box .ham_menu_box .ham_menu_inner .ham_link_box {
    width: 760px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.pc_hamburger_box .ham_menu_box .ham_menu_inner .ham_link_box::before, .pc_hamburger_box .ham_menu_box .ham_menu_inner .ham_link_box::after {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.pc_hamburger_box .ham_menu_box .ham_menu_inner .ham_link_box::before {
    background-image: url(/wp-content/themes/child/image/illust_man_one.png);
    width: 120px;
    height: 228px;
    bottom: 79px;
    right: 10px;
    z-index: 2;
}

.pc_hamburger_box .ham_menu_box .ham_menu_inner .ham_link_box::after {
    background-image: url(/wp-content/themes/child/image/illust_circle_yellow.png);
    width: 355px;
    height: 303px;
    bottom: 30px;
    right: -280px;
    z-index: 1;
}

.pc_hamburger_box .ham_menu_box .ham_menu_inner .ham_link_box .link_box ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 60px;
}

.pc_hamburger_box .ham_menu_box .ham_menu_inner .ham_link_box .link_box ul li {
    line-height: 1;
}

.pc_hamburger_box .ham_menu_box .ham_menu_inner .ham_link_box .link_box ul li .theme {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0.06em;
    display: inline-flex;
    align-items: center;
    color: #333;
    transition: 0.3s;
}

.pc_hamburger_box .ham_menu_box .ham_menu_inner .ham_link_box .link_box ul li .theme:hover {
    color: #438396;
}

.pc_hamburger_box .ham_menu_box .ham_menu_inner .ham_link_box .link_box ul li .theme::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 11px;
    border-color: transparent transparent transparent #438396;
    margin-right: 15px;
}

.pc_hamburger_box .ham_menu_box .ham_menu_inner .ham_link_box .link_box ul li .theme_sub {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 22px;
}

.pc_hamburger_box .ham_menu_box .ham_menu_inner .ham_link_box .link_box ul li .theme_sub .sub {
    line-height: 1;
}

.pc_hamburger_box .ham_menu_box .ham_menu_inner .ham_link_box .link_box ul li .theme_sub .sub a {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: #333;
    display: inline-flex;
    align-items: center;
    transition: 0.3s;
}

.pc_hamburger_box .ham_menu_box .ham_menu_inner .ham_link_box .link_box ul li .theme_sub .sub a:hover {
    color: #438396;
}

.pc_hamburger_box .ham_menu_box .ham_menu_inner .ham_link_box .link_box ul li .theme_sub .sub a::before {
    width: 15px;
    height: 3px;
    flex-shrink: 0;
    background-color: #438396;
    content: "";
    margin-right: 10px;
}

.pc_hamburger_box .ham_menu_box .ham_menu_inner .ham_link_box .common_link_box {
    margin-top: 85px;
}

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

.common_link_box ul li {
    width: 240px;
    height: 80px;
}

.common_link_box ul li:nth-child(1) .btn {
    background-color: #edd729;
    box-shadow: 0 10px 0 #867a16;
}

.common_link_box ul li:nth-child(1) .btn .comment {
    color: #edd729;
}

.common_link_box ul li:nth-child(1) .btn .box .name {
    color: #333;
}

.common_link_box ul li:nth-child(1) .btn .box .name::after {
    border-color: transparent transparent transparent #333;
}

.common_link_box ul li:nth-child(2) .btn {
    background-color: #76bace;
    box-shadow: 0 10px 0 #438396;
}

.common_link_box ul li:nth-child(2) .btn .comment {
    color: #76bace;
}

.common_link_box ul li:nth-child(3) .btn {
    background-color: #06c755;
    box-shadow: 0 10px 0 #166c39;
}

.common_link_box ul li:nth-child(3) .btn .comment {
    color: #06c755;
}

.common_link_box ul li .btn {
    display: block;
    height: 100%;
    padding: 13px;
    position: relative;
    transition: 0.3s;
}

.common_link_box ul li .btn:hover {
    box-shadow: none;
    translate: 0 10px;
}

.common_link_box ul li .btn .comment {
    background-color: #fff;
    border-radius: 13px;
    text-align: center;
    letter-spacing: 0.08em;
    font-size: 14px;
    font-weight: 800;
    line-height: 25px;
}

.common_link_box ul li .btn .box {
    display: flex;
    gap: 0 12px;
    align-items: center;
    margin-top: 5px;
}

.common_link_box ul li .btn .box .icon {
    width: 35px;
    height: 25px;
}

.common_link_box ul li .btn .box .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.common_link_box ul li .btn .box .name {
    font-size: 16px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1;
}

.common_link_box ul li .btn .box .name::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: auto;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #fff;
    top: 73%;
    transform: translateY(-50%);
    right: 15px;
}

#top_main {
    padding: 155px 0 70px;
    background-image: url(/wp-content/themes/child/image/top_main_back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#top_main .main_box {
    display: flex;
    justify-content: space-between;
}

#top_main .main_box .text_sec_box {
    margin-top: 50px;
}

#top_main .main_box .text_sec_box .main_ttl {
    width: 650px;
    background-color: #438396;
    line-height: 45px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.04em;
    font-size: 24px;
    font-weight: 600;
}

#top_main .main_box .text_sec_box .ttl_box {
    margin-top: 20px;
}

#top_main .main_box .text_sec_box .ttl_box .top .color_text {
    width: 690px;
}

#top_main .main_box .text_sec_box .ttl_box .top .color_text img {
    width: 100%;
}

#top_main .main_box .text_sec_box .ttl_box .top .no {
    width: 55px;
    margin-left: 10px;
}

#top_main .main_box .text_sec_box .ttl_box .top .no img {
    width: 100%;
}

#top_main .main_box .text_sec_box .ttl_box .bottom {
    width: 585px;
    margin-top: 12px;
}

#top_main .main_box .text_sec_box .ttl_box .bottom img {
    width: 100%;
}

#top_main .main_box .text_sec_box .link_box {
    margin-top: 35px;
}

#top_main .main_box .text_sec_box .link_box .comment {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1;
    display: flex;
    justify-content: center;
    white-space: nowrap;
}

#top_main .main_box .text_sec_box .link_box .comment::before, #top_main .main_box .text_sec_box .link_box .comment::after {
    content: "";
    width: 2px;
    height: 28px;
    background-color: #333;
}

#top_main .main_box .text_sec_box .link_box .comment::before {
    rotate: -25deg;
    margin-right: 18px;
}

#top_main .main_box .text_sec_box .link_box .comment::after {
    rotate: 25deg;
    margin-left: 18px;
}

#top_main .main_box .text_sec_box .link_box ul {
    display: flex;
    margin-top: 20px;
    gap: 0 20px;
}

#top_main .main_box .text_sec_box .link_box ul li {
    width: 340px;
    height: 120px;
}

#top_main .main_box .text_sec_box .link_box ul li:nth-child(1) .link {
    background-color: #edd729;
    box-shadow: 0 10px 0 #867a16;
}

#top_main .main_box .text_sec_box .link_box ul li:nth-child(1) .link .name {
    color: #333;
}

#top_main .main_box .text_sec_box .link_box ul li:nth-child(1) .link .name::after {
    border-color: transparent transparent transparent #333;
}

#top_main .main_box .text_sec_box .link_box ul li:nth-child(2) .link {
    background-color: #06c755;
    box-shadow: 0 10px 0 #166c39;
}

#top_main .main_box .text_sec_box .link_box ul li:nth-child(2) .link .comment {
    color: #06c755;
}

#top_main .main_box .text_sec_box .link_box ul li .link {
    display: flex;
    align-items: center;
    gap: 0 30px;
    height: 100%;
    padding: 38px 15px;
    position: relative;
    transition: 0.3s;
}

#top_main .main_box .text_sec_box .link_box ul li .link:hover {
    box-shadow: none;
    translate: 0 10px;
}

#top_main .main_box .text_sec_box .link_box ul li .link .icon {
    width: 50px;
    height: 35px;
}

#top_main .main_box .text_sec_box .link_box ul li .link .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#top_main .main_box .text_sec_box .link_box ul li .link .name {
    font-size: 22px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1;
}

#top_main .main_box .text_sec_box .link_box ul li .link .name::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: auto;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #fff;
    top: 52%;
    transform: translateY(-50%);
    right: 15px;
}

#top_main .main_box .ttl_sec_box .ttl {
    writing-mode: vertical-rl;
    font-size: 26px;
    font-weight: 600;
}

#top_main .main_box .ttl_sec_box .ttl .table {
    display: table;
    background-color: #fff;
    padding: 10px 5px;
    letter-spacing: 0.4em;
}

#top_main .main_box .ttl_sec_box .ttl .table+.table {
    margin-right: 10px;
}

#top_strengths {
    padding: 140px 0;
    background-image: url(/wp-content/themes/child/image/top_blue_back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#top_strengths .common_ttl_box .main_ttl .num {
    font-size: 120px;
    color: #edd729;
}

#top_strengths .common_ttl_box .en_ttl {
    margin-top: 5px;
}

#top_strengths .box {
    margin-top: 50px;
}

#top_strengths .box ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 45px;
}

#top_strengths .box ul li {
    background-image: url(/wp-content/themes/child/image/top_strengths_back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 15px 15px 45px;
}

#top_strengths .box ul li .num_box {
    width: 80px;
    aspect-ratio: 1;
    background-color: #76bace;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -28px;
}

#top_strengths .box ul li .num_box .num {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1;
}

#top_strengths .box ul li .img {
    width: 100%;
    height: 190px;
}

#top_strengths .box ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#top_strengths .box ul li .text_box {
    padding: 20px 25px 0;
}

#top_strengths .box ul li .text_box .theme_box {
    text-align: center;
}

#top_strengths .box ul li .text_box .theme_box .theme {
    font-size: 24px;
    display: inline-block;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.06em;
    line-height: 1;
    padding-bottom: 8px;
    border-bottom: 2px dotted #fff;
}

#top_strengths .box ul li .text_box .text {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #fff;
    margin-top: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

#top_strengths .common_btn_box {
    margin: 60px auto 0;
}

.common_ttl_box {
    text-align: center;
}

.common_ttl_box .main_ttl {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1;
}

.common_ttl_box .main_ttl .num {
    font-size: 120px;
    color: #edd729;
}

.common_ttl_box .en_ttl {
    font-size: 20px;
    line-height: 1;
    color: #438396;
    font-weight: 600;
    letter-spacing: 0.06em;
    margin-top: 15px;
}

.common_ttl_box .ttl_comment {
    font-size: 16px;
    letter-spacing: 0.06em;
    color: #555555;
    line-height: 1.6;
    margin-top: 40px;
}

.common_btn_box {
    width: 270px;
}

.common_btn_box a {
    display: block;
    line-height: 70px;
    border: 4px solid #438396;
    text-align: center;
    display: block;
    background-color: #fff;
    position: relative;
    color: #333;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.07em;
    transition: 0.3s;
}

.common_btn_box a:hover {
    background-color: #438396;
    color: #fff;
}

.common_btn_box a:hover::before {
    border-color: transparent transparent transparent #fff;
}

.common_btn_box a:hover::after {
    border: 2px solid #fff;
}

.common_btn_box a::before {
    content: "";
    position: absolute;
    width: 0;
    transition: 0.3s;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 13px;
    border-color: transparent transparent transparent #438396;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}

.common_btn_box a::after {
    content: "";
    transition: 0.3s;
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    border: 2px solid #438396;
}

#top_sales {
    padding: 110px 0;
    background-image: url(/wp-content/themes/child/image/top_white_back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#top_sales .main_ttl_box .sub_ttl {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1;
    text-align: center;
    margin-bottom: 12px;
    color: #555555;
}

#top_sales .box {
    margin-top: 30px;
}

#top_sales .box ul {
    display: flex;
    gap: 40px 35px;
    justify-content: center;
    flex-wrap: wrap;
}

#top_sales .box ul li {
    width: 390px;
    flex-shrink: 0;
}

#top_sales .box ul li:nth-child(1) .link:hover .theme_ttl {
    background-color: #fff;
}

#top_sales .box ul li:nth-child(1) .link:hover .theme_ttl .ttl {
    color: #439096;
}

#top_sales .box ul li:nth-child(1) .link:hover .theme_ttl::before {
    border-color: transparent transparent transparent #439096;
}

#top_sales .box ul li:nth-child(1) .link:hover .theme_ttl::after {
    border: 1px solid #439096;
}

#top_sales .box ul li:nth-child(1) .link:hover .text_box {
    background-color: #439096;
}

#top_sales .box ul li:nth-child(1) .link:hover .text_box .text {
    color: #fff;
}

#top_sales .box ul li:nth-child(1) .link .theme_ttl {
    background-color: #439096;
}

#top_sales .box ul li:nth-child(1) .link .recommend_box .recommend {
    background-color: #439096;
}

#top_sales .box ul li:nth-child(1) .link .recommend_box .comment_sec {
    border: 2px solid #439096;
}

#top_sales .box ul li:nth-child(1) .link .recommend_box .comment_sec .comment .color {
    color: #439096;
    border-bottom: 4px dashed #439096;
}

#top_sales .box ul li:nth-child(2) .link:hover .theme_ttl {
    background-color: #fff;
}

#top_sales .box ul li:nth-child(2) .link:hover .theme_ttl .ttl {
    color: #437096;
}

#top_sales .box ul li:nth-child(2) .link:hover .theme_ttl::before {
    border-color: transparent transparent transparent #437096;
}

#top_sales .box ul li:nth-child(2) .link:hover .theme_ttl::after {
    border: 1px solid #437096;
}

#top_sales .box ul li:nth-child(2) .link:hover .text_box {
    background-color: #437096;
}

#top_sales .box ul li:nth-child(2) .link:hover .text_box .text {
    color: #fff;
}

#top_sales .box ul li:nth-child(2) .link .theme_ttl {
    background-color: #437096;
}

#top_sales .box ul li:nth-child(2) .link .recommend_box .recommend {
    background-color: #437096;
}

#top_sales .box ul li:nth-child(2) .link .recommend_box .comment_sec {
    border: 2px solid #437096;
}

#top_sales .box ul li:nth-child(2) .link .recommend_box .comment_sec .comment .color {
    color: #437096;
    border-bottom: 4px dashed #437096;
}

#top_sales .box ul li:nth-child(3) .link:hover .theme_ttl {
    background-color: #fff;
}

#top_sales .box ul li:nth-child(3) .link:hover .theme_ttl .ttl {
    color: #967c43;
}

#top_sales .box ul li:nth-child(3) .link:hover .theme_ttl::before {
    border-color: transparent transparent transparent #967c43;
}

#top_sales .box ul li:nth-child(3) .link:hover .theme_ttl::after {
    border: 1px solid #967c43;
}

#top_sales .box ul li:nth-child(3) .link:hover .text_box {
    background-color: #967c43;
}

#top_sales .box ul li:nth-child(3) .link:hover .text_box .text {
    color: #fff;
}

#top_sales .box ul li:nth-child(3) .link .theme_ttl {
    background-color: #967c43;
}

#top_sales .box ul li:nth-child(3) .link .recommend_box .recommend {
    background-color: #967c43;
}

#top_sales .box ul li:nth-child(3) .link .recommend_box .comment_sec {
    border: 2px solid #967c43;
}

#top_sales .box ul li:nth-child(3) .link .recommend_box .comment_sec .comment .color {
    color: #967c43;
    border-bottom: 4px dashed #967c43;
}

#top_sales .box ul li:nth-child(4) .link:hover .theme_ttl {
    background-color: #fff;
}

#top_sales .box ul li:nth-child(4) .link:hover .theme_ttl .ttl {
    color: #964343;
}

#top_sales .box ul li:nth-child(4) .link:hover .theme_ttl::before {
    border-color: transparent transparent transparent #964343;
}

#top_sales .box ul li:nth-child(4) .link:hover .theme_ttl::after {
    border: 1px solid #964343;
}

#top_sales .box ul li:nth-child(4) .link:hover .text_box {
    background-color: #964343;
}

#top_sales .box ul li:nth-child(4) .link:hover .text_box .text {
    color: #fff;
}

#top_sales .box ul li:nth-child(4) .link .theme_ttl {
    background-color: #964343;
}

#top_sales .box ul li:nth-child(4) .link .recommend_box .recommend {
    background-color: #964343;
}

#top_sales .box ul li:nth-child(4) .link .recommend_box .comment_sec {
    border: 2px solid #964343;
}

#top_sales .box ul li:nth-child(4) .link .recommend_box .comment_sec .comment .color {
    color: #964343;
    border-bottom: 4px dashed #964343;
}

#top_sales .box ul li:nth-child(5) .link:hover .theme_ttl {
    background-color: #fff;
}

#top_sales .box ul li:nth-child(5) .link:hover .theme_ttl .ttl {
    color: #494396;
}

#top_sales .box ul li:nth-child(5) .link:hover .theme_ttl::before {
    border-color: transparent transparent transparent #494396;
}

#top_sales .box ul li:nth-child(5) .link:hover .theme_ttl::after {
    border: 1px solid #494396;
}

#top_sales .box ul li:nth-child(5) .link:hover .text_box {
    background-color: #494396;
}

#top_sales .box ul li:nth-child(5) .link:hover .text_box .text {
    color: #fff;
}

#top_sales .box ul li:nth-child(5) .link .theme_ttl {
    background-color: #494396;
}

#top_sales .box ul li:nth-child(5) .link .recommend_box .recommend {
    background-color: #494396;
}

#top_sales .box ul li:nth-child(5) .link .recommend_box .comment_sec {
    border: 2px solid #494396;
}

#top_sales .box ul li:nth-child(5) .link .recommend_box .comment_sec .comment .color {
    color: #494396;
    border-bottom: 4px dashed #494396;
}

#top_sales .box ul li .link {
    display: flex;
    overflow: hidden;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(51, 51, 51, 0.16);
}

#top_sales .box ul li .link:hover .img_text_box .img img {
    scale: 1.2;
}

#top_sales .box ul li .link .theme_ttl {
    width: 70px;
    flex-shrink: 0;
    display: flex;
    text-align: center;
    position: relative;
    transition: 0.3s;
    padding-top: 30px;
    align-items: baseline;
    justify-content: center;
}

#top_sales .box ul li .link .theme_ttl::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #fff;
    left: 50%;
    bottom: 35px;
    transform: translateX(-50%);
    transition: 0.3s;
}

#top_sales .box ul li .link .theme_ttl::after {
    content: "";
    position: absolute;
    top: 3px;
    right: 3px;
    left: 3px;
    bottom: 3px;
    border: 1px solid #fff;
    transition: 0.3s;
}

#top_sales .box ul li .link .theme_ttl .ttl {
    writing-mode: vertical-rl;
    letter-spacing: 0.2em;
    line-height: 1;
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    transition: 0.3s;
}

#top_sales .box ul li .link .img_text_box {
    width: 100%;
}

#top_sales .box ul li .link .img_text_box .img {
    width: 100%;
    height: 170px;
    overflow: hidden;
}

#top_sales .box ul li .link .img_text_box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

#top_sales .box ul li .link .img_text_box .text_box {
    padding: 0 30px 30px;
    height: 100%;
    transition: 0.3s;
}

#top_sales .box ul li .link .img_text_box .text_box .recommend_box {
    width: 240px;
    margin: -57px auto 0;
}

#top_sales .box ul li .link .img_text_box .text_box .recommend_box .recommend {
    width: 180px;
    margin: 0 auto;
    border-radius: 15px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    position: relative;
    z-index: 2;
}

#top_sales .box ul li .link .img_text_box .text_box .recommend_box .comment_sec {
    width: 240px;
    height: 90px;
    margin-top: -14px;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

#top_sales .box ul li .link .img_text_box .text_box .recommend_box .comment_sec .comment {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.4;
    color: #333;
}

#top_sales .box ul li .link .img_text_box .text_box .recommend_box .comment_sec .comment .color {
    font-weight: 800;
    font-size: 22px;
}

#top_sales .box ul li .link .img_text_box .text_box .text {
    font-size: 16px;
    color: #555555;
    transition: 0.3s;
    letter-spacing: 0.07em;
    line-height: 1.4;
    margin-top: 24px;
}

#top_comparison {
    padding: 160px 0 200px;
    background-image: url(/wp-content/themes/child/image/top_blue_back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#top_comparison .main_ttl_box {
    text-align: center;
    position: relative;
}

#top_comparison .main_ttl_box .ab_ex {
    position: absolute;
    background-image: url(/wp-content/themes/child/image/icon_buble_com.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 208px;
    height: 95px;
    top: -44px;
    left: 50px;
}

#top_comparison .main_ttl_box .ttl {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0.07em;
    line-height: 1;
}

#top_comparison .main_ttl_box .ttl .big {
    font-size: 50px;
    letter-spacing: 0.06em;
}

#top_comparison .main_ttl_box .ttl .color {
    font-size: 70px;
    color: #fff;
    background-color: #964343;
    padding: 5px 0px 5px 23px;
    margin-left: 5px;
}

#top_comparison .main_ttl_box .comment {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #555555;
    margin-top: 50px;
}

#top_comparison .box {
    margin-top: 75px;
}

#top_comparison .box ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 60px;
}

#top_comparison .box ul li {
    background-color: #fff;
    display: flex;
    height: 430px;
}

#top_comparison .box ul li:nth-child(1) .theme {
    background-color: #052558;
}

#top_comparison .box ul li:nth-child(1) .theme::after {
    border-color: #052558 transparent transparent transparent;
    bottom: -50px;
}

#top_comparison .box ul li:nth-child(1) .text_sec_box .company_name {
    background-color: #052558;
}

#top_comparison .box ul li:nth-child(2) .theme {
    background-color: #964343;
}

#top_comparison .box ul li:nth-child(2) .theme::after {
    border-color: #964343 transparent transparent transparent;
    top: -50px;
    rotate: -180deg;
}

#top_comparison .box ul li:nth-child(2) .text_sec_box .company_name {
    background-color: #964343;
}

#top_comparison .box ul li .theme {
    width: 90px;
    height: 100%;
    writing-mode: vertical-rl;
    color: #fff;
    flex-shrink: 0;
    letter-spacing: 0.2em;
    line-height: 1;
    font-size: 40px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#top_comparison .box ul li .theme::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 68px 73px 0 73px;
    border-color: #052558 transparent transparent transparent;
    left: 50%;
    translate: -50% 0;
    bottom: -50px;
}

#top_comparison .box ul li .text_sec_box {
    position: relative;
    padding-top: 80px;
}

#top_comparison .box ul li .text_sec_box .company_name {
    position: absolute;
    top: -20px;
    right: 0;
    width: 280px;
    border-radius: 28px;
    text-align: center;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#top_comparison .box ul li .text_sec_box .company_name .name {
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #fff;
}

#top_comparison .box ul li .text_sec_box .company_name img {
    width: 70%;
}

#top_comparison .box ul li .text_sec_box .graph {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

#top_comparison .box ul li .text_sec_box .graph .num {
    font-size: 150px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    color: #fff;
    top: 60px;
    position: absolute;
    right: 60px;
}

#top_comparison .box ul li .text_sec_box .graph .num.down {
    text-stroke: 6px #5c5d65;
    -webkit-text-stroke: 6px #5c5d65;
}

#top_comparison .box ul li .text_sec_box .graph .num.up {
    text-stroke: 6px #c12422;
    -webkit-text-stroke: 6px #c12422;
}

#top_comparison .box ul li .text_sec_box .graph img {
    width: 100%;
}

#top_comparison .box ul li .text_sec_box .text {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.5;
    color: #555555;
    margin: 17px 0 0 34px;
}

#top_comparison .box ul li .text_sec_box .text .ten {
    position: relative;
    color: #c12323;
    font-size: 32px;
    font-weight: 800;
}

#top_comparison .box ul li .text_sec_box .text .ten::before {
    content: "";
    position: absolute;
    width: 6px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #c12323;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
}

#top_comparison .box ul li .text_sec_box .text .color {
    font-size: 32px;
    font-weight: 800;
    color: #094ab1;
}

#top_partner {
    padding: 167px 0 55px;
    background-image: url(/wp-content/themes/child/image/top_partner_back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

#top_partner::before, #top_partner::after {
    content: "";
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 435px;
    bottom: 0;
}

#top_partner::before {
    background-image: url(/wp-content/themes/child/image/illust_man_two.png);
    width: 280px;
    left: 10px;
}

#top_partner::after {
    background-image: url(/wp-content/themes/child/image/illust_man_one.png);
    width: 229px;
    right: 10px;
}

#top_partner .text_box .list {
    position: relative;
}

#top_partner .text_box .list .ab_text {
    width: 350px;
    position: absolute;
    top: -110px;
    left: 50%;
    transform: translateX(-50%);
}

#top_partner .text_box .list .ab_text img {
    width: 100%;
}

#top_partner .text_box .list ul {
    display: flex;
    justify-content: center;
    gap: 0 10px;
}

#top_partner .text_box .list ul li {
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.05em;
    font-weight: 600;
    padding: 5px 10px;
}

#top_partner .text_box .list ul li:nth-child(1) {
    background-color: #439096;
}

#top_partner .text_box .list ul li:nth-child(2) {
    background-color: #437096;
}

#top_partner .text_box .list ul li:nth-child(3) {
    background-color: #967c43;
}

#top_partner .text_box .list ul li:nth-child(4) {
    background-color: #964343;
}

#top_partner .text_box .list ul li:nth-child(5) {
    background-color: #494396;
}

#top_partner .text_box .list ul li:nth-child(6) {
    background-color: #d691d9;
}

#top_partner .text_box .main_ttl {
    font-size: 80px;
    font-weight: 800;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.05em;
    margin-top: 15px;
    text-align: center;
}

#top_partner .text_box .ttl_text {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.06em;
    margin-top: 20px;
}

#top_partner .text_box .common_btn_box {
    margin: 40px auto 0;
}

#top_works {
    background-image: url(/wp-content/themes/child/image/top_white_back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 150px 0 100px;
}

#top_works .common_ttl_box {
    text-align: left;
}

#top_works .slider_box {
    margin-top: 15px;
    padding-left: calc(50vw - 570px);
}

#top_works .common_btn_box {
    margin: 60px auto 0;
}

.common_works_box ul .slick-list {
    padding: 0 50px 0 0 !important;
}

.common_works_box ul .icon {
    width: 90px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 2px solid #438396;
    position: absolute;
    top: -120px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    background-color: #fff;
}

.common_works_box ul .icon:hover {
    background-color: #438396;
}

.common_works_box ul .icon:hover svg path {
    fill: #fff;
}

.common_works_box ul .icon svg {
    width: 20%;
    display: block;
}

.common_works_box ul .icon svg path {
    transition: 0.3s;
}

.common_works_box ul .icon.left {
    right: calc(50vw - 460px);
    rotate: -180deg;
}

.common_works_box ul .icon.left svg {
    margin-right: -7px;
}

.common_works_box ul .icon.right {
    right: calc(50vw - 570px);
}

.common_works_box ul li {
    flex-shrink: 0;
    margin: 0 15px;
    height: 400px;
}

.common_works_box ul li .link {
    display: block;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(51, 51, 51, 0.16);
    padding: 10px 10px;
    position: relative;
    height: 100%;
    z-index: 1;
}

.common_works_box ul li .link:hover::before {
    border-width: 220px 350px 0 0px;
}

.common_works_box ul li .link:hover .text_box .theme {
    color: #438396;
}

.common_works_box ul li .link::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 130px 130px 0 0px;
    border-color: #76bace transparent transparent transparent;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.3s;
}

.common_works_box ul li .link .img {
    width: 100%;
    height: 190px;
}

.common_works_box ul li .link .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.common_works_box ul li .link .text_box {
    padding: 20px;
}

.common_works_box ul li .link .text_box .theme {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1.4;
    transition: 0.3s;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.common_works_box ul li .link .text_box .text {
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 1.5;
    margin-top: 15px;
    color: #333;
    padding-top: 15px;
    border-top: 2px dashed #dddddd;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

#top_park {
    padding: 160px 0;
    background-image: url(/wp-content/themes/child/image/top_blue_back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#top_park .banner {
    width: 100%;
    display: block;
    position: relative;
}

#top_park .banner img {
    width: 100%;
}

#top_park .banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.4);
    opacity: 0;
    transition: 0.3s;
}

#top_park .banner:hover::after {
    opacity: 1;
}

#top_consultation {
    padding: 55px 0 40px;
    background-image: url(/wp-content/themes/child/image/top_consultation_back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

#top_consultation::before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/child/image/illust_human_three.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 445px;
    height: 345px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

#top_consultation .box {
    display: flex;
}

#top_consultation .box .ttl_box .main_ttl {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1.4;
    position: relative;
    z-index: 1;
}

#top_consultation .box .ttl_box .main_ttl::after {
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/child/image/icon_bubble.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 215px;
    height: 150px;
    top: 10px;
    left: -10px;
    z-index: -1;
}

#top_consultation .box .ttl_box .main_ttl .color {
    font-size: 64px;
    color: #08407c;
    font-weight: 900;
    letter-spacing: 0.06em;
    line-height: 1;
}

#top_consultation .box .ttl_box .more_view {
    width: 320px;
    margin-top: 60px;
}

#top_consultation .box .ttl_box .more_view a {
    font-size: 20px;
    font-weight: 800;
    color: #333;
    letter-spacing: 0.06em;
    line-height: 70px;
    background-color: #fff;
    display: block;
    position: relative;
    box-shadow: 0 10px 0 #72672d;
    transition: 0.3s;
    border: 2px solid #72672d;
    text-align: center;
}

#top_consultation .box .ttl_box .more_view a:hover {
    box-shadow: none;
    transform: translateY(10px);
}

#top_consultation .box .ttl_box .more_view a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #72672d;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}

#top_consultation .box .ex_text_box {
    width: 370px;
    margin-left: auto;
}

#top_consultation .box .ex_text_box .comment {
    font-size: 28px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.13em;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

#top_consultation .box .ex_text_box .comment .border {
    font-size: 42px;
    position: relative;
}

#top_consultation .box .ex_text_box .comment .border::after {
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/child/image/border_yellow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 179px;
    height: 24px;
    bottom: -2px;
    left: 0;
    z-index: -1;
}

#top_consultation .box .ex_text_box .comment .ten {
    position: relative;
}

#top_consultation .box .ex_text_box .comment .ten::after {
    content: "";
    position: absolute;
    width: 6px;
    aspect-ratio: 1;
    background-color: #fff;
    border-radius: 50%;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
}

#top_consultation .box .ex_text_box .text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.6;
    margin-top: 34px;
}

#top_blog {
    padding: 170px 0 90px;
    background-image: url(/wp-content/themes/child/image/top_white_back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#top_blog .box {
    margin-top: 30px;
}

#top_blog .common_btn_box {
    margin: 60px auto 0;
}

.common_blog_box ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 30px;
}

.common_blog_box ul li {
    height: 420px;
}

.common_blog_box ul li .link {
    height: 100%;
    display: block;
    border: 2px solid #d5b922;
    padding-bottom: 28px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    z-index: 1;
}

.common_blog_box ul li .link:hover::before, .common_blog_box ul li .link:hover::after {
    top: -35px;
}

.common_blog_box ul li .link:hover::before {
    left: -35px;
}

.common_blog_box ul li .link:hover::after {
    right: -35px;
}

.common_blog_box ul li .link:hover .sankaku::before, .common_blog_box ul li .link:hover .sankaku::after {
    bottom: -35px;
}

.common_blog_box ul li .link:hover .sankaku::before {
    left: -35px;
}

.common_blog_box ul li .link:hover .sankaku::after {
    right: -35px;
}

.common_blog_box ul li .link:hover .img img {
    scale: 1.2;
}

.common_blog_box ul li .link:hover .text_box .theme {
    color: #d5b922;
}

.common_blog_box ul li .link::before, .common_blog_box ul li .link::after {
    content: "";
    position: absolute;
    width: 70px;
    rotate: 45deg;
    aspect-ratio: 1;
    background-color: #d5b922;
    top: -50px;
    transition: 0.3s;
    z-index: 1;
}

.common_blog_box ul li .link::before {
    left: -50px;
}

.common_blog_box ul li .link::after {
    right: -50px;
}

.common_blog_box ul li .link .sankaku {
    z-index: 1;
}

.common_blog_box ul li .link .sankaku::before, .common_blog_box ul li .link .sankaku::after {
    content: "";
    z-index: 1;
    rotate: 45deg;
    position: absolute;
    width: 70px;
    aspect-ratio: 1;
    background-color: #d5b922;
    bottom: -50px;
    transition: 0.3s;
    z-index: 1;
}

.common_blog_box ul li .link .sankaku::before {
    left: -50px;
}

.common_blog_box ul li .link .sankaku::after {
    right: -50px;
}

.common_blog_box ul li .link .img {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.common_blog_box ul li .link .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.common_blog_box ul li .link .text_box {
    padding: 20px 33px 0;
}

.common_blog_box ul li .link .text_box .theme {
    font-size: 20px;
    transition: 0.3s;
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #333;
}

.common_blog_box ul li .link .text_box .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    color: #463c3c;
    line-height: 1.6;
    margin-top: 15px;
}

.common_blog_box ul li .link .text_box .day {
    color: #b4b4b4;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    letter-spacing: 0.06em;
}

#top_insta {
    padding: 130px 0 85px;
    background-image: url(/wp-content/themes/child/image/top_blue_back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#top_insta .main_ttl_box {
    text-align: center;
}

#top_insta .main_ttl_box .comment {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
    line-height: 1;
}

#top_insta .box {
    margin-top: 40px;
}

/* #top_insta .box ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0 15px;
}

#top_insta .box ul li {
    background-image: url(/wp-content/themes/child/image/top_insta_back_blue.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 215px;
    padding: 20px;
    cursor: pointer;
}

#top_insta .box ul li:hover img::after {
    opacity: 1;
}

#top_insta .box ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

#top_insta .box ul li img::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(51, 51, 51, 0.3);
    opacity: 0;
    transition: 0.3s;
} */

#top_insta .box #sb_instagram.sbi_col_5 #sbi_images {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0 15px;
}

#top_insta .box #sb_instagram.sbi_col_5 #sbi_images .sbi_item {
    background-image: url(/wp-content/themes/child/image/top_insta_back_blue.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 215px;
    width: 100%;
    padding: 20px !important;
    cursor: pointer;
}

#top_insta .box #sb_instagram.sbi_col_5 #sbi_images .sbi_item .sbi_photo {
    opacity: 1!important;
}

#top_insta .box #sb_instagram.sbi_col_5 #sbi_images .sbi_item .sbi_photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(51, 51, 51, 0.3);
    opacity: 0;
    transition: .3s;
}

#top_insta .box #sb_instagram.sbi_col_5 #sbi_images .sbi_item:hover .sbi_photo::after {
    opacity: 1;
}

#top_insta .common_btn_box {
    margin: 60px auto 0;
}

#top_insta .common_btn_box a::before {
    display: none;
}

#top_faq {
    background-image: url(/wp-content/themes/child/image/top_blue_back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 75px 0 190px;
}

#top_faq .sec_inner {
    background-color: #fff;
    padding: 80px;
}

#top_faq .sec_inner .box {
    margin-top: 80px;
}

.common_faq_box ul {
    display: grid;
    gap: 60px 30px;
    grid-template-columns: repeat(3, 1fr);
}

.common_faq_box ul li {
    position: relative;
    background-color: #e8eff1;
    padding: 30px 20px;
}

.common_faq_box ul li .inner {
    height: 100%;
}


.common_faq_box ul li .icon {
    position: absolute;
    top: -33px;
    left: 50%;
    translate: -50% 0;
    width: 50px;
}

.common_faq_box ul li .icon img {
    width: 100%;
}

.common_faq_box ul li .q_sec {
    display: flex;
    gap: 0 15px;
    align-items: baseline;
}

.common_faq_box ul li .q_sec .q_mark {
    width: 40px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #fff;
    font-size: 24px;
    font-weight: 600;
    color: #438396;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.common_faq_box ul li .q_sec .quest {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.06em;
}

.common_faq_box ul li .a_sec {
    display: flex;
    gap: 0 15px;
    align-items: baseline;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px dashed #ccc;
}

.common_faq_box ul li .a_sec .a_mark {
    width: 40px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #389fbe;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.common_faq_box ul li .a_sec .answer {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
    letter-spacing: 0.06em;
}

#top_company {
    padding: 0px 0 190px;
    background-image: url(/wp-content/themes/child/image/top_blue_back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#top_company .company_box {
    display: flex;
}

#top_company .company_box .ttl_sec_box {
    margin-right: 75px;
    margin-top: 90px;
    position: relative;
    z-index: 1;
}

#top_company .company_box .ttl_sec_box::before {
    content: "";
    position: absolute;
    left: calc(-1 * (50vw - 620px));
    top: 10px;
    bottom: -60px;
    background-image: url(/wp-content/themes/child/image/top_white_back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 72vw;
    z-index: -1;
}

#top_company .company_box .ttl_sec_box .common_ttl_box {
    text-align: left;
}

#top_company .company_box .ttl_sec_box .ttl_comment {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1.6;
    margin-top: 60px;
}

#top_company .company_box .ttl_sec_box .ttl_comment .color {
    font-size: 40px;
    position: relative;
    z-index: 1;
}

#top_company .company_box .ttl_sec_box .ttl_comment .color::after {
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/child/image/border_yellow_long.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 380px;
    height: 26px;
    bottom: -2px;
    left: 0;
    z-index: -1;
}

#top_company .company_box .ttl_sec_box .text {
    margin-top: 30px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    font-weight: 500;
    color: #555555;
}

#top_company .company_box .ttl_sec_box .common_btn_box {
    margin-top: 60px;
}

#top_company .company_box .img {
    width: 580px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    height: 400px;
    margin-left: auto;
}

#top_company .company_box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#footer {
    position: relative;
}

#footer .ft_contact_sec {
    background-image: url(/wp-content/themes/child/image/footer_back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 90px 4px 80px;
    border: 4px solid #bfa828;
    position: relative;
    overflow: hidden;
    z-index: 200;
}

#footer .ft_contact_sec::before, #footer .ft_contact_sec::after {
    content: "";
    position: absolute;
    width: 80px;
    aspect-ratio: 1;
    top: -40px;
    rotate: 45deg;
    background-color: #bfa828;
}

#footer .ft_contact_sec::before {
    left: -40px;
}

#footer .ft_contact_sec::after {
    right: -40px;
}

#footer .ft_contact_sec .inner_icon::before, #footer .ft_contact_sec .inner_icon::after {
    content: "";
    position: absolute;
    rotate: 45deg;
    width: 80px;
    aspect-ratio: 1;
    bottom: -40px;
    background-color: #bfa828;
}

#footer .ft_contact_sec .inner_icon::before {
    left: -40px;
}

#footer .ft_contact_sec .inner_icon::after {
    right: -40px;
}

#footer .ft_contact_sec .comment_box {
    text-align: center;
}

#footer .ft_contact_sec .comment_box .theme {
    font-size: 40px;
    letter-spacing: 0.07em;
    line-height: 1;
    font-weight: 800;
}

#footer .ft_contact_sec .comment_box .comment {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.5;
    margin-top: 33px;
    color: #555555;
}

#footer .ft_contact_sec .link_btn_box {
    margin-top: 30px;
    display: flex;
}

#footer .ft_contact_sec .link_btn_box .btn_box {
    width: 50%;
}

#footer .ft_contact_sec .link_btn_box .btn_box:nth-child(1) .link {
    padding-right: 240px;
    background-color: #edd729;
    justify-content: flex-end;
}

#footer .ft_contact_sec .link_btn_box .btn_box:nth-child(1) .link:hover {
    background-color: #e6de9a;
}

#footer .ft_contact_sec .link_btn_box .btn_box:nth-child(1) .link .name {
    color: #333;
}

#footer .ft_contact_sec .link_btn_box .btn_box:nth-child(1) .link .name::after {
    border-color: transparent transparent transparent #333;
}

#footer .ft_contact_sec .link_btn_box .btn_box:nth-child(2) .link {
    padding-left: 124px;
    background-color: #438396;
}

#footer .ft_contact_sec .link_btn_box .btn_box:nth-child(2) .link:hover {
    background-color: #a8c6d0;
}

#footer .ft_contact_sec .link_btn_box .btn_box:nth-child(2) .link .name {
    color: #fff;
}

#footer .ft_contact_sec .link_btn_box .btn_box:nth-child(2) .link .name::after {
    border-color: transparent transparent transparent #fff;
}

#footer .ft_contact_sec .link_btn_box .btn_box .link {
    width: 100%;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

#footer .ft_contact_sec .link_btn_box .btn_box .link .icon {
    width: 85px;
    flex-shrink: 0;
}

#footer .ft_contact_sec .link_btn_box .btn_box .link .icon img {
    width: 100%;
}

#footer .ft_contact_sec .link_btn_box .btn_box .link .name {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 0.07em;
    margin-left: 50px;
    line-height: 120px;
    position: relative;
    display: inline-block;
}

#footer .ft_contact_sec .link_btn_box .btn_box .link .name::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    top: 52%;
    transform: translateY(-50%);
    right: -150px;
}

#footer .ft_contact_sec .contact_box {
    margin-top: 46px;
    display: flex;
}

#footer .ft_contact_sec .contact_box .ttl_box .ttl {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1;
}

#footer .ft_contact_sec .contact_box .ttl_box .en_ttl {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #438396;
    margin-top: 10px;
}

#footer .ft_contact_sec .contact_box .ttl_box .comment {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.5;
    margin-top: 30px;
    color: #555555;
}

#footer .ft_contact_sec .contact_box .info_sec_box {
    width: 720px;
    margin-left: auto;
}

#footer .ft_contact_sec .contact_box .info_sec_box .tel_sec_box {
    display: flex;
    justify-content: flex-end;
    gap: 0 10px;
}

#footer .ft_contact_sec .contact_box .info_sec_box .tel_sec_box .tel_box .tel {
    display: flex;
    gap: 0 10px;
    align-items: center;
    line-height: 1;
}

#footer .ft_contact_sec .contact_box .info_sec_box .tel_sec_box .tel_box .tel .icon {
    width: 36px;
}

#footer .ft_contact_sec .contact_box .info_sec_box .tel_sec_box .tel_box .tel .icon img {
    width: 100%;
}

#footer .ft_contact_sec .contact_box .info_sec_box .tel_sec_box .tel_box .tel .num {
    font-size: 48px;
    font-weight: 800;
    color: #438396;
    letter-spacing: 0.03em;
}

#footer .ft_contact_sec .contact_box .info_sec_box .tel_sec_box .info {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.5;
}

#footer .ft_contact_sec .contact_box .info_sec_box .tel_sec_box .info .space {
    letter-spacing: 0.3em;
}

#footer .ft_contact_sec .contact_box .info_sec_box .link_box {
    margin-top: 22px;
}

#footer .ft_contact_sec .contact_box .info_sec_box .link_box ul {
    display: flex;
    margin-top: 20px;
    gap: 0 30px;
}

#footer .ft_contact_sec .contact_box .info_sec_box .link_box ul li {
    width: 340px;
    height: 90px;
}

#footer .ft_contact_sec .contact_box .info_sec_box .link_box ul li:nth-child(1) .link {
    background-color: #06c755;
    box-shadow: 0 10px 0 #166c39;
}

#footer .ft_contact_sec .contact_box .info_sec_box .link_box ul li:nth-child(2) .link {
    background-color: #438396;
    box-shadow: 0 10px 0 #125467;
}

#footer .ft_contact_sec .contact_box .info_sec_box .link_box ul li:nth-child(2) .link .comment {
    color: #06c755;
}

#footer .ft_contact_sec .contact_box .info_sec_box .link_box ul li .link {
    display: flex;
    align-items: center;
    gap: 0 30px;
    height: 100%;
    padding-left: 34px;
    position: relative;
    transition: 0.3s;
}

#footer .ft_contact_sec .contact_box .info_sec_box .link_box ul li .link:hover {
    box-shadow: none;
    translate: 0 10px;
}

#footer .ft_contact_sec .contact_box .info_sec_box .link_box ul li .link .icon {
    width: 40px;
    height: 40px;
}

#footer .ft_contact_sec .contact_box .info_sec_box .link_box ul li .link .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#footer .ft_contact_sec .contact_box .info_sec_box .link_box ul li .link .name {
    font-size: 20px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1;
}

#footer .ft_contact_sec .contact_box .info_sec_box .link_box ul li .link .name::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: auto;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #fff;
    top: 52%;
    transform: translateY(-50%);
    right: 15px;
}

#footer .ft_footer_sec {
    background-image: url(/wp-content/themes/child/image/top_white_back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 148px 0 48px;
    position: relative;
    z-index: 200;
}

#footer .ft_footer_sec .ft_box {
    display: flex;
    align-items: center;
}

#footer .ft_footer_sec .ft_box .logo_sec_box .logo_box .comment {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.5;
    color: #463c3c;
}

#footer .ft_footer_sec .ft_box .logo_sec_box .logo_box .logo {
    width: 320px;
    margin-top: 10px;
}

#footer .ft_footer_sec .ft_box .logo_sec_box .logo_box .logo img {
    width: 100%;
}

#footer .ft_footer_sec .ft_box .logo_sec_box .info_sec_box {
    margin-top: 30px;
}

#footer .ft_footer_sec .ft_box .logo_sec_box .info_sec_box .address {
    font-size: 16px;
    line-height: 1;
    color: #463c3c;
    letter-spacing: 0.06em;
}

#footer .ft_footer_sec .ft_box .logo_sec_box .info_sec_box .tel_box {
    margin-top: 15px;
}

#footer .ft_footer_sec .ft_box .logo_sec_box .info_sec_box .tel_box .tel {
    display: flex;
    align-items: center;
    gap: 0 15px;
}

#footer .ft_footer_sec .ft_box .logo_sec_box .info_sec_box .tel_box .tel .icon {
    width: 26px;
}

#footer .ft_footer_sec .ft_box .logo_sec_box .info_sec_box .tel_box .tel .icon svg {
    width: 100%;
    display: block;
}

#footer .ft_footer_sec .ft_box .logo_sec_box .info_sec_box .tel_box .tel .num {
    font-size: 48px;
    line-height: 1;
    letter-spacing: 0.06em;
    color: #438396;
    font-weight: 600;
}

#footer .ft_footer_sec .ft_box .logo_sec_box .info_sec_box .info {
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #463c3c;
    margin-top: 15px;
    font-weight: 500;
    line-height: 1.5;
}

#footer .ft_footer_sec .ft_box .logo_sec_box .info_sec_box .info .space {
    letter-spacing: 0.3em;
}

#footer .ft_footer_sec .ft_box .logo_sec_box .info_sec_box .sns_box {
    display: flex;
    gap: 0 30px;
    margin-top: 40px;
}

#footer .ft_footer_sec .ft_box .logo_sec_box .info_sec_box .sns_box .sns {
    width: 40px;
}

#footer .ft_footer_sec .ft_box .logo_sec_box .info_sec_box .sns_box .sns a {
    width: 100%;
    display: block;
}

#footer .ft_footer_sec .ft_box .logo_sec_box .info_sec_box .sns_box .sns a .sns {
    width: 40px;
}

#footer .ft_footer_sec .ft_box .logo_sec_box .info_sec_box .sns_box .sns a .sns img {
    width: 100%;
}

#footer .ft_footer_sec .ft_box .menu_link_box {
    margin-left: auto;
    width: 620px;
}

#footer .ft_footer_sec .ft_box .menu_link_box .menu_link {
    display: flex;
    gap: 0 50px;
}

#footer .ft_footer_sec .ft_box .menu_link_box .menu_link ul li {
    line-height: 1;
}

#footer .ft_footer_sec .ft_box .menu_link_box .menu_link ul li+li {
    margin-top: 30px;
}

#footer .ft_footer_sec .ft_box .menu_link_box .menu_link ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    letter-spacing: 0.05em;
    transition: 0.3s;
    position: relative;
}

#footer .ft_footer_sec .ft_box .menu_link_box .menu_link ul li a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #438396;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    transition: 0.3s;
    opacity: 0;
}

#footer .ft_footer_sec .ft_box .menu_link_box .menu_link ul li a:hover {
    color: #438396;
}

#footer .ft_footer_sec .ft_box .menu_link_box .menu_link ul li a:hover::before {
    opacity: 1;
}

#footer .ft_footer_sec .ft_box .menu_link_box .link_box {
    margin-top: 80px;
}

#footer .ft_footer_sec .ft_box .menu_link_box .link_box ul {
    display: flex;
    gap: 0 17px;
}

#footer .ft_footer_sec .ft_box .menu_link_box .link_box ul li {
    width: 300px;
    height: 90px;
}

#footer .ft_footer_sec .ft_box .menu_link_box .link_box ul li:nth-child(1) .link {
    background-color: #edd729;
    box-shadow: 0 10px 0 #867a16;
}

#footer .ft_footer_sec .ft_box .menu_link_box .link_box ul li:nth-child(1) .link .name {
    color: #333;
}

#footer .ft_footer_sec .ft_box .menu_link_box .link_box ul li:nth-child(1) .link .name::after {
    border-color: transparent transparent transparent #333;
}

#footer .ft_footer_sec .ft_box .menu_link_box .link_box ul li:nth-child(2) .link {
    background-color: #76bace;
    box-shadow: 0 10px 0 #438396;
}

#footer .ft_footer_sec .ft_box .menu_link_box .link_box ul li .link {
    display: flex;
    align-items: center;
    gap: 0 30px;
    height: 100%;
    padding-left: 34px;
    position: relative;
    transition: 0.3s;
}

#footer .ft_footer_sec .ft_box .menu_link_box .link_box ul li .link:hover {
    box-shadow: none;
    translate: 0 10px;
}

#footer .ft_footer_sec .ft_box .menu_link_box .link_box ul li .link .icon {
    width: 40px;
    height: 40px;
}

#footer .ft_footer_sec .ft_box .menu_link_box .link_box ul li .link .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#footer .ft_footer_sec .ft_box .menu_link_box .link_box ul li .link .name {
    font-size: 18px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1;
}

#footer .ft_footer_sec .ft_box .menu_link_box .link_box ul li .link .name::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: auto;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #fff;
    top: 52%;
    transform: translateY(-50%);
    right: 15px;
}

#footer .ft_footer_sec .cr_link_box {
    display: flex;
    margin-top: 60px;
    justify-content: space-between;
}

#footer .ft_footer_sec .cr_link_box .link_box {
    display: flex;
    gap: 0 60px;
}

#footer .ft_footer_sec .cr_link_box .link_box .box {
    line-height: 1;
}

#footer .ft_footer_sec .cr_link_box .link_box .box a {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    letter-spacing: 0.05em;
}

#footer .ft_footer_sec .cr_link_box .cr small {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1;
}

#footer .fixed_sec_box {
    position: fixed;
    z-index: 50;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #c4e1ea;
    padding: 15px calc(50vw - 670px);
}

#footer .fixed_sec_box .fixed_box {
    display: flex;
    align-items: center;
}

#footer .fixed_sec_box .fixed_box .tel_sec_box {
    display: flex;
    align-items: flex-end;
}

#footer .fixed_sec_box .fixed_box .tel_sec_box .tel_box .ex {
    color: #438396;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 25px;
    background-color: #fff;
    border-radius: 13px;
    width: 270px;
    text-align: center;
}

#footer .fixed_sec_box .fixed_box .tel_sec_box .tel_box .tel {
    display: flex;
    gap: 0 10px;
    align-items: center;
    margin-top: 10px;
}

#footer .fixed_sec_box .fixed_box .tel_sec_box .tel_box .tel .icon {
    width: 24px;
}

#footer .fixed_sec_box .fixed_box .tel_sec_box .tel_box .tel .icon svg {
    width: 100%;
    display: block;
}

#footer .fixed_sec_box .fixed_box .tel_sec_box .tel_box .tel .icon svg path {
    fill: #333;
}

#footer .fixed_sec_box .fixed_box .tel_sec_box .tel_box .tel .num {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #333;
}

#footer .fixed_sec_box .fixed_box .tel_sec_box .info {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.06em;
}

#footer .fixed_sec_box .fixed_box .tel_sec_box .info .space {
    letter-spacing: 0.3em;
}

#footer .fixed_sec_box .fixed_box .common_link_box {
    margin-left: auto;
}

#footer .fixed_sec_box .fixed_box .common_link_box ul {
    gap: 0 15px;
}

/* PC固定ページ 共通設定 */
.common_page_wrap {
    padding: 100px 0;
}

.common_page_wrap.single_wrap {
    padding: 160px 0 120px;
}

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

.common_page_title {
    text-align: center;
    margin-bottom: 2em;
}

.common_page_title h2 {
    font-size: 30px;
    letter-spacing: .1em;
}

.common_page_title .sub_title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #438396;
}

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

.common_btn {
    display: block;
    width: 300px;
    line-height: 50px;
    background-color: #333;
    color: #fff !important;
    margin: 0 auto;
    transition: 0.3s;
}

.common-btn:hover {
    opacity: 0.7;
}

/* パンくず */
.breadcrumb {
    font-size: 12px;
}

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

/* PC固定ページ 会社概要 */
.company_profile {
    margin-bottom: 100px;
}

.company_profile table {
    width: 80%;
    border-collapse: collapse;
    margin: auto;
}

.company_profile table th,
.company_profile table td {
    padding: 2em;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    vertical-align: middle;
}

.company_profile table th {
    width: 30%;
    background-color: #83BFD1;
    color: #fff;
}

.company_profile table td {
    width: 70%;
    background-color: #EFF4F5;
}

.company_access .map {
    height: 350px;
}

.company_access .map iframe {
    width: 100%;
    height: 100%;
}

/* PC固定ページ お問い合わせ */
#page_contact table {
    width: 74%;
    border-collapse: collapse;
    margin: 0 auto 50px;
    border-right: solid 1px #dfdfdf;
}

#page_contact table th,
#page_contact table td {
    padding: 20px;
    font-size: 14px;
    border-top: solid 1px #dfdfdf;
    border-bottom: solid 1px #dfdfdf;
    border-left: solid 1px #dfdfdf;
    vertical-align: middle;
}

#page_contact table th {
    width: 25%;
    background: #EFF4F5;
    white-space: nowrap;
    letter-spacing: 0.05em;
}

#page_contact table th .hissu,
#page_contact table th .ninni {
    background: #76BACE;
    margin-right: 15px;
    color: #fff;
    padding: 5px 15px;
    font-size: 10px;
    letter-spacing: 0.08em;
    border-radius: 30px;
}

#page_contact table th .ninni {
    background: #555555;
}

#page_contact table td {
    width: 75%;
}

#page_contact input[type="text"],
#page_contact input[type="email"],
#page_contact #zip {
    width: 100%;
    height: 44px;
    border: 1.2px solid #a4a4a4;
    border-radius: 4px;
    padding: 1em;
}

#page_contact input.tel {
    padding: 1em;
    width: 100%;
    border: 1.2px solid #a4a4a4;
}

#page_contact select {
    outline: none;
    background: transparent;
    padding: 1em;
    width: 50%;
    border: 1.2px solid #a4a4a4;
}

#page_contact textarea {
    width: 100%;
    padding: 1em;
    height: 200px;
    border: 1.2px solid #a4a4a4;
}

#page_contact .attention {
    font-size: 12px;
}

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

#page_contact #btn_wrap button {
    background-color: #438396;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 5px;
    font-weight: 600;
    transition: 0.3s;
    text-align: center;
    letter-spacing: 0.08em;
    margin: auto;
}

#page_contact #btn_wrap button[name="submitBack"] {
    background: none;
    color: #333333;
    width: fit-content;
    margin: 0 0 0 auto;
}

#page_contact #btn_wrap button:hover {
    opacity: 0.8;
}

.contact_form_disc {
    width: 74%;
    font-size: 15px;
    margin: 0 auto 50px;
    letter-spacing: 0.02em;
}

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

.contact_form_disc .text {
    margin-bottom: 10px;
}

.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 #ccc;
    padding-left: 12px;
    margin-bottom: 5px;
}

.privacy_term_outer .privacy_term_inner dl dd {
    font-size: 13px;
    margin-bottom: 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;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
}

.privacy_term_detail::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
    bottom: 0;
}

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

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

.radio_btns label {
    display: inline-block;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item+span {
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

/* 各パーツを作成 */
.radio_btns .radio_btns__item+span::after,
.radio_btns .radio_btns__item+span::before {
    content: "";
    display: block;
    position: absolute;
    border: 1px solid #aaaaaa;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    border: 1.2px solid #a4a4a4;
    bottom: 0;
    margin: auto;
}

/* after上書き */
.radio_btns .radio_btns__item+span::after {
    width: 12px;
    height: 12px;
    top: 0px;
    left: 4px;
    border: none;
    background: #76BACE;
    -webkit-transform: scale(0);
    /*--ここを0にすることで下線は非表示となる--*/
    -ms-transform: scale(0);
    /*--ここを0にすることで下線は非表示となる--*/
    transform: scale(0);
    transition: all 0.3s;
    /*--0.3秒かけて下線が表示される--*/
}

/*
checked状態
文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked+span {
    font-weight: 600;
}

.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-text {
    display: inline-block;
    position: relative;
    padding: 0 0 0 36px;
}

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

.mwform-checkbox-field-text::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
    width: 10px;
    height: 10px;
    background-color: #438396;
    border-radius: 50%;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    opacity: 0;
}

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

.mw_wp_form .horizontal-item {
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    display: block;
}

/* サンクスページ */

#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: #438396;
    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: 0.3s;
    margin: 0 auto;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-align: center;
}

#page_contact .thanks_textArea .ichiran_link:hover {
    opacity: 0.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 {
    margin-bottom: 60px;
    justify-content: center;
}

#page_contact .progressbar .item {
    position: relative;
    width: 18%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 43px 0 13px;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

#page_contact .progressbar .item .en {
    display: block;
    color: #7b7b7b;
    font-size: 14px;
}

#page_contact .progressbar .item::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: solid 1px #a5a5a5;
    border-radius: 50%;
    margin: auto;
}

#page_contact .progressbar .item.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #438396;
    margin: auto;
}

#page_contact .progressbar #step_2 .en {
    position: relative;
}

#page_contact .progressbar #step_2 .en::before,
#page_contact .progressbar #step_2 .en::after {
    content: "";
    height: 1px;
    width: 100px;
    background: #a5a5a5;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -47px;
}

#page_contact .progressbar #step_2 .en::after {
    left: auto;
    right: -47px;
}

.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: 0.08em;
    border-radius: 30px;
    font-weight: 600;
}

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

/* PC固定ページ 個人情報保護方針 */
#page_privacy .main_text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 3em;
}

#page_privacy dl {
    margin-bottom: 50px;
}

#page_privacy dl:last-child {
    margin-bottom: 0;
}

#page_privacy dl dt {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0.5em;
    border-left: 3px solid #ccc;
    padding-left: 1em;
}

#page_privacy dl dd {
    font-size: 14px;
    line-height: 2;
}

/* 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;
}

.archive_page_list>article .content_area .content {
    font-size: 80%;
}

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

.wp-pagenavi a,
.wp-pagenavi span {
    color: #999;
    background-color: #fff;
    border: solid 1px #e0e0d2;
    padding: 8px 15px !important;
    margin: 0 2px;
    white-space: nowrap;
    -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: #76BACE;
    border-color: #76BACE !important;
}

.wp-pagenavi .current {
    color: #fff;
    background-color: #76BACE;
    border-color: #76BACE !important;
    font-weight: bold;
}

/* PC投稿ページ シングルページ */
#single_page .fl_wrap {
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.single_main_img {
    width: 300px;
    height: 300px;
    position: relative;
    margin: 0 auto 40px auto;
}

.singleContent .single_title::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    margin: auto;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #333;
}

.singleContent .title_area {
    border-bottom: solid 1px #ccc;
    padding: 100px 0 30px;
    margin-bottom: 40px;
    position: relative;
}

.singleContent .single_title {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 600;
}

.single_main_img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}

.singleContent .single_title time {
    font-size: 12px;
    font-weight: 600;
}

.singleContent .single_title time i {
    margin-right: 0.5em;
}

.singleContent .category_list ul {
    gap: 10px;
}

.singleContent .category_list ul li {
    background-color: #333;
    color: #fff;
    font-size: 12px;
    padding: 2px 20px;
    letter-spacing: 0.08em;
}

.singleContent article h2 {
    font-size: 20px;
    border: solid 1px #333;
    padding: 15px;
    margin: 1.5em 0 1em;
    position: relative;
    line-height: 1.4;
}

.site_single_latest {
    border-left: solid 1px #333;
    border-bottom: solid 3px #333;
    padding: 0 0 35px 0;
    margin-bottom: 80px;
}

.site_single_latest .en {
    font-size: 13px;
    letter-spacing: 0.08em;
    text-align: center;
}

.singleContent article h2::before {
    top: 0px;
}

.singleContent article h2::after {
    bottom: 0;
}

.singleContent article h3 {
    position: relative;
    padding: 0.7rem 1rem;
    font-size: 18px;
    margin: 1.5em 0 1.5em;
    background-color: #ccc;
}

.singleContent article h4 {
    padding: 2px 10px;
    margin: 1.5em 0 1em;
    color: #333;
    border-left: 5px solid #5b5959;
    font-size: 17px;
    position: relative;
}

.singleContent article h5:before {
    content: "■";
    padding-right: 10px;
}

.singleContent article h5 {
    font-size: 18px;
    /* padding-left: 1em; */
    margin: 1.5em 0;
}

.singleContent h6 {
    font-size: 17px;
    border-bottom: 1px solid;
    padding-bottom: 3px;
    margin: 1.5em 0 1em;
}

.singleContent p {
    font-size: 16px;
    line-height: 2;
}

#single_page .singleContent {
    width: 60%;
    flex-shrink: 0;
    margin-right: 50px;
}

#single_page .singleContent .ichiran_link {
    display: block;
    width: 300px;
    line-height: 50px;
    text-align: center;
    color: #333;
    border: solid 1px #333;
    margin: 50px auto 0 auto;
    font-size: 16px;
    transition: 0.3s;
    border-bottom: solid 3px #333;
    border-right: solid 3px #333;
}

#single_page .singleContent .ichiran_link:hover {
    opacity: 0.7;
}

#single_page .singleSidebar {
    width: 27%;
}

#single_page aside#info_side {
    background-color: #fff;
    padding: 20px;
}

#single_page aside#info_side p#news-not_found {
    text-align: center;
}

#single_page aside#info_side ul li+li {
    margin-top: 12px;
}

#single_page aside#info_side ul li a {
    color: initial;
    align-items: center;
    font-size: 14px;
    transition: 0.3s;
}

#single_page aside#info_side ul li a:hover {
    opacity: 0.7;
}

#single_page aside#info_side ul li a time {
    font-size: 12px;
    font-weight: 600;
}

#single_page aside#info_side ul li a time i {
    margin-right: 0.5em;
}

#single_page aside#info_side ul li a h3 {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.singleContent .title_area .en {
    font-size: 12px;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.singleContent .day_cat {
    align-items: center;
    margin-bottom: 40px;
}

#toc_container a {
    color: #333;
}

.singleContent .day_cat .day {
    color: #6c6c6c;
    font-size: 13px;
    padding-right: 20px;
    border-right: solid 1px #ccc;
    margin-right: 20px;
}

.site_single_latest .topic {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.08em;
    font-weight: 600;
}

.site_single_latest .img {
    width: 85px;
    margin: 20px auto;
}

.site_single_latest .disc {
    text-align: center;
    font-size: 14px;
}

.aside_article_type .ttl {
    font-size: 15px;
    margin-bottom: 20px;
    border-bottom: solid 2px;
    padding-bottom: 5px;
}

.aside_article_type li .img {
    height: 70px;
    width: 100px;
    position: relative;
}

.aside_article_type .inner_ttl {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.aside_article_type li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aside_article_type .cat_wrap {
    gap: 5px;
}

.aside_article_type .cat_wrap .label {
    background: #333;
    padding: 0px 10px;
    color: #fff;
    font-size: 10px;
}

.aside_article_type .cat_wrap ul {
    display: flex;
    column-gap: 5px;
    row-gap: 5px;
    padding-left: 0;
}

.aside_article_type ul {
    padding-left: 20px;
    position: relative;
}

.aside_article_type .cat_wrap ul::before {
    display: none;
}

.aside_article_type ul::before {
    content: "∟";
    position: absolute;
    left: 2px;
    font-size: 14px;
    color: #333;
}

.recommend_post_area {
    width: 92%;
    margin: 50px 0 0 auto;
}

.recommend_post_area ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
}

.recommend_post_area .ttl {
    font-size: 18px;
    letter-spacing: 0.08em;
    border-bottom: solid #ccc 1px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-weight: 600;
}

.recommend_post_area .ttl .en {
    font-weight: 400;
    letter-spacing: 0.08em;
    font-size: 14px;
    display: block;
}

.recommend_post_area a {
    color: #000;
}

.recommend_post_area .inner_ttl {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.recommend_post_area .day_cat .day {
    font-size: 12px;
    color: #6c6c6c;
    padding-right: 10px;
    border-right: solid 1px #ccc;
    margin-right: 10px;
}

.recommend_post_area .day_cat {
    margin: auto 0 0;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.recommend_post_area .category_list .cat_wrap {
    padding: 0;
    gap: 5px;
}

.recommend_post_area .category_list .cat {
    font-size: 12px;
    text-align: center;
    background: #333;
    color: #fff;
    padding: 0 10px;
}

.recommend_post_area .category_list {
    width: 100%;
}

.recommend_post_area .img {
    position: relative;
    height: 145px;
    margin-bottom: 12px;
    overflow: hidden;
}

.recommend_post_area .img img {
    transition: 0.3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recommend_post_area a:hover .img img {
    transform: scale(1.1);
}

.aside_article_type+.aside_article_type {
    margin-top: 35px;
}

.a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style {
    top: 280px !important;
}

.a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style::before {
    content: "";
    width: 1px;
    height: 100px;
    background: #ccc;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -103px;
}

.a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style::after {
    content: "SHARE ON";
    position: absolute;
    top: -169px;
    font-size: 11px;
    writing-mode: vertical-lr;
    text-align: center;
    left: 8px;
    right: 0;
    margin: auto;
}

.singleContent_links {
    margin-top: 150px;
    align-items: center;
    position: relative;
}

.singleContent_links ul {
    width: 40%;
}

.singleContent_links ul.prev li {
    padding-left: 30px;
}

.singleContent_links ul.next li {
    padding-right: 30px;
}

.singleContent_links .btn {
    margin-bottom: 23px;
    border-bottom: solid 1px #ccc;
    font-size: 15px;
    position: relative;
}

.singleContent_links::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 1px;
    background: #ccc;
    height: 100%;
    margin: auto;
}

.singleContent_links a {
    color: #333;
    font-size: 14px;
}

.singleContent_links a .ttl {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.singleContent_links .img {
    margin-bottom: 15px;
    position: relative;
    height: 150px;
}

.singleContent_links .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.singleContent_links ul.next .btn {
    text-align: right;
}

.singleContent_links ul.next .img {
    margin-left: auto;
}

.breadcrumb.single {
    margin-top: 70px;
    text-align: right;
}

.aside_article_type .text_box {
    width: calc(100% - 100px);
    padding-left: 10px;
}

#toc_container li {
    position: relative;
    padding-left: 20px;
}

#toc_container li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background: url(/wp-content/themes/child/image/article_arrow.png) center no-repeat;
    background-size: contain;
    width: 13px;
    height: 14px;
    bottom: auto;
}

.singleContent article h2::before,
.singleContent article h3::before {
    content: "";
    position: absolute;
    right: -35px;
    top: 0px;
    bottom: 0px;
    height: 1px;
    width: 50px;
    background: rgb(0, 0, 0);
    margin: auto;
}

.singleContent ol {
    border: solid 1px #333;
    padding: 20px 10px;
    counter-reset: count 0;
    position: relative;
    background-image: url(/wp-content/themes/child/image/grid.gif);
}

.singleContent ol li {
    position: relative;
}

.singleContent ol li::before {
    content: "";
    content: counter(count) ". ";
    counter-increment: count 1;
}

.singleContent ol li+li {
    margin-top: 7px;
}

.singleContent ol::before {
    content: "";
    position: absolute;
    right: -2px;
    top: -2px;
    border-width: 0 30px 30px 0;
    border-style: solid;
    border-color: #333 #fff #333;
}

.singleContent ol::after {
    content: "";
}

.singleContent #toc_container {
    margin-bottom: 50px;
}

.singleContent_links ul li+li {
    margin-top: 10px;
}

.singleContent_links ul li.btn::before {
    content: "";
    position: absolute;
    background: url(/wp-content/themes/child/image/icon/arrow.svg) center no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
    right: 0;
    top: 5px;
}

.singleContent_links ul.prev li.btn::before {
    transform: scale(-1, 1);
    right: auto;
    left: 0;
}

#toc_container.no_bullets li,
#toc_container.no_bullets ul,
#toc_container.no_bullets ul li,
.toc_widget_list.no_bullets,
.toc_widget_list.no_bullets li {
    border: none;
}

.singleContent .category_list ul li::before {
    display: none;
}

.singleContent .category_list ul {
    border: none;
}

/* PC共通部分 */
.common_page_main {
    margin: 120px 0 8px;
    padding: 60px 0 120px;
    position: relative;
}

.common_page_main::before {
    content: "";
    position: absolute;
    top: 20%;
    right: 0;
    background-image: url(./image/common_fv_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 80vw;
    height: 80%;
}

.common_page_main::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(./image/common_fv_bg2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 72vw;
    height: 80%;
}

.common_page_main .common_page_box {
    position: relative;
}

.common_page_main .common_page_box::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(./image/illust_human_four.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 350px;
    height: 250px;
}

.common_page_main .title_box .sub_title {
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 1;
    font-weight: 600;
    text-transform: capitalize;
    color: #438396;
}

.common_page_main .title_box .title {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: .2em;
    line-height: 1;
    color: #333333;
    margin-bottom: 10px;
}

.common_page_main>* {
    position: relative;
    z-index: 1;
}

/* PC固定ページ　パートナー募集 */
.contact_form_disc .partner_text {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}

/* PC固定ページ　無料査定・無料相談 */
#page_contact .info_ttl {
    font-size: 20px;
    letter-spacing: .1em;
    font-weight: 500;
    width: 74%;
    margin: 0 auto 10px;
}

/* PC固定ページ　お悩み相談室 */
#page_problem .common_btn_box {
    width: 320px;
    margin: 60px auto 0;
}

/* PC固定ページ お客様事例 */
.archive_page_works .common_works_box ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 30px;
}

/* 仲介売却 */
.pages_sale .theme_ttl {
    padding: 7px 0 7px 25px;
    position: relative;
    margin-bottom: 30px;
    letter-spacing: 0.15em;
}

.pages_sale .sale_ttl_area {
    margin-bottom: 80px;
}

.pages_sale .theme_ttl::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border: 1px solid #fff;
    pointer-events: none;
}

#page_mediation .theme_ttl {
    background-color: #439096;
}

.pages_sale .sale_page_ttl {
    font-size: 30px;
    font-weight: 800;
    color: #fff;
}

.pages_sale .sale_ttl_area .descript_text {
    font-size: 18px;
    padding: 0;
    letter-spacing: 0.08em;
    line-height: 1.9;
}

.pages_sale .sale_suitable_area .suitable_contents {
    background-color: #f2fffd;
    padding: 30px 40px;
}

#page_any.pages_sale .sale_suitable_area .suitable_contents {
    background-color: #fffeec;
}

#page_leaseback.pages_sale .sale_suitable_area .suitable_contents {
    background-color: #fff2f5;
}

.pages_sale .sale_suitable_area .suitable_contents {
    border: 2px solid #439096;
}

.pages_sale .sale_suitable_area {
    margin-bottom: 70px;
}

.pages_sale .suitable_contents ul li {
    font-size: 20px;
    position: relative;
    gap: 25px;
    font-weight: 600;
    align-items: baseline;
    flex-wrap: nowrap;
    letter-spacing: 0.08em;
}

.pages_sale .suitable_contents ul li+li {
    margin-top: 20px;
}

.pages_sale .suitable_contents ul li::before {
    content: "";
    width: 13px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #439096;
    flex-shrink: 0;
}

.pages_sale .sale_strength_area .theme_ttl {
    margin-bottom: 60px;
}

.pages_sale .sale_strength_area .strength_contents ul li {
    flex-wrap: nowrap;
    align-items: center;
    gap: 30px;
}

.pages_sale .sale_strength_area .strength_contents ul li+li {
    margin-top: 50px;
}

.pages_sale .sale_strength_area .strength_contents ul li .number_area {
    flex-shrink: 0;
    background-image: url(/wp-content/themes/child/image/page_sale_strength.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 300px;
    height: 156px;
    font-size: 60px;
    font-weight: 800;
    color: #439096;
    padding-top: 22px;
    padding-left: 128px;
}

.pages_sale .sale_strength_area .strength_contents ul li .text_area {
    border: 2px solid #439096;
    padding: 20px 30px;
    flex-grow: 1;
    line-height: 1.8;
    letter-spacing: .08em;
}

.pages_sale .sale_strength_area .strength_contents ul li .text_area .ttl {
    font-weight: 600;
    font-size: 24px;
    color: #439096;
    margin-bottom: 10px;
    letter-spacing: .07em;
}

.pages_sale .sale_strength_area .strength_contents ul li .text_area .text {
    font-size: 18px;
    letter-spacing: .07em;
}

/* 早期売却 */

#page_purchase .theme_ttl {
    background-color: #437096;
}

#page_purchase .sale_suitable_area .suitable_contents {
    border-color: #437096;
}

#page_purchase .suitable_contents ul li::before {
    background-color: #437096;
}

#page_purchase .sale_strength_area .strength_contents ul li .number_area {
    color: #437096;
}

#page_purchase .sale_strength_area .strength_contents ul li .text_area {
    border-color: #437096;
}

#page_purchase .sale_strength_area .strength_contents ul li .text_area .ttl {
    color: #437096;
}

/* 任意売却 */

#page_any .theme_ttl {
    background-color: #967c43;
}

#page_any .sale_suitable_area .suitable_contents {
    border-color: #967c43;
}

#page_any .suitable_contents ul li::before {
    background-color: #967c43;
}

#page_any .sale_strength_area .strength_contents ul li .number_area {
    color: #967c43;
}

#page_any .sale_strength_area .strength_contents ul li .text_area {
    border-color: #967c43;
}

#page_any .sale_strength_area .strength_contents ul li .text_area .ttl {
    color: #967c43;
}

/* リースバック */

#page_leaseback .theme_ttl {
    background-color: #964343;
}

#page_leaseback .sale_suitable_area .suitable_contents {
    border-color: #964343;
}

#page_leaseback .suitable_contents ul li::before {
    background-color: #964343;
}

#page_leaseback .sale_strength_area .strength_contents ul li .number_area {
    color: #964343;
}

#page_leaseback .sale_strength_area .strength_contents ul li .text_area {
    border-color: #964343;
}

#page_leaseback .sale_strength_area .strength_contents ul li .text_area .ttl {
    color: #964343;
}

/* 資産運用 */

#page_assets .theme_ttl {
    background-color: #494396;
}

#page_assets .sale_suitable_area .suitable_contents {
    border-color: #494396;
}

#page_assets .suitable_contents ul li::before {
    background-color: #494396;
}

#page_assets .sale_strength_area .strength_contents ul li .number_area {
    color: #494396;
}

#page_assets .sale_strength_area .strength_contents ul li .text_area {
    border-color: #494396;
}

#page_assets .sale_strength_area .strength_contents ul li .text_area .ttl {
    color: #494396;
}

/* 駐車場空き情報 */

#page_parking .page_contents {
    padding: 90px 70px;
    background-color: #c4e1ea;
    position: relative;
}

#page_parking .page_contents>* {
    position: relative;
    z-index: 1;
}

#page_parking .page_contents::before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/child/image/page_parking_back.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    inset: 0;
    opacity: .2;
}

#page_parking .page_contents .area {
    width: 100%;
    background: #fff;
    padding: 60px;
}

#page_parking .visual_image {
    height: 300px;
    width: 100%;
    margin-bottom: 50px;
}

#page_parking .visual_image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#page_parking .parking_ttl_box {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1;
    text-align: center;
    margin-bottom: 50px;
}

#page_parking .parking_ttl_box .ttl {
    margin-bottom: 20px;
}

#page_parking .parking_ttl_box .descript_text {
    font-size: 18px;
    text-align: center;
    letter-spacing: .06em;
    font-weight: 500;
    line-height: 1;
}

#page_parking .parking_list {
    width: 800px;
    margin: 0 auto;
}

#page_parking .parking_list ul .list_head {
    background-color: #438396;
    color: #fff;
    padding: 25px 0;
    font-size: 20px;
    font-weight: 500;
    border-bottom: none;
}


#page_parking .parking_list ul li {
    display: grid;
    grid-template-columns: 50% 20% 30%;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px dashed #ccc;
}

#page_parking .parking_list ul li:last-child {
    border-bottom: none;
}


#page_parking .parking_list ul li .list_item {
    text-align: center;
    /* letter-spacing: .08em; */
}

#page_parking .parking_list ul li .parking_name {
    font-size: 18px;
    padding: 0 16px;
    letter-spacing: .08em;
    font-weight: 500;
}

#page_parking .parking_list ul li .situation {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    width: 60px;
    aspect-ratio: 1;
    margin: 0 auto;
    border-radius: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px solid;
}

#page_parking .parking_list ul li .situation.full {
    border-color: #c12323;
    color: #c12323;
}

#page_parking .parking_list ul li .situation.vacant {
    border-color: #094ab1;
    color: #094ab1;
}

#page_parking .parking_list ul li .price {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: .06em;
}

#page_parking .parking_list ul li .price .yen_tax {
    font-size: 14px;
    margin-left: 3px;
}

/* お約束 */

#page_strengths .common_ttl_box .ttl_comment {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 85px;
    margin-top: 0;
}

#page_strengths .box ul li {
    position: relative;
}

#page_strengths .box ul li+li {
    margin-top: 150px;
}

#page_strengths .box ul li:last-child {
    margin-bottom: 90px;
}

#page_strengths .box ul li:nth-child(odd) .num_box {
    font-size: 120px;
    opacity: .8;
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 48px;
    z-index: 2;
    color: #edd729;
    line-height: 1;
}

#page_strengths .box ul li:nth-child(even) .num_box {
    font-size: 120px;
    opacity: .8;
    font-weight: 900;
    position: absolute;
    top: 0;
    right: 48px;
    z-index: 2;
    color: #edd729;
    line-height: 1;
}

#page_strengths .box ul li .contents {
    flex-wrap: nowrap;
}

#page_strengths .box ul li:nth-child(even) .contents {
    flex-direction: row-reverse;
}

#page_strengths .box ul li .contents .img {
    width: 560px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    height: 375px;
    margin-left: auto;
}

#page_strengths .box ul li .contents .img img {
    object-fit: cover;
    height: 100%;
    min-width: 100%;
}

#page_strengths .box ul li .contents .text_box {
    margin-right: 45px;
    margin-top: 130px;
    padding-left: 50px;
    position: relative;
    z-index: 1;
}

#page_strengths .box ul li:nth-child(even) .contents .text_box {
    margin-left: 45px;
    padding-right: 50px;
    padding-left: 0;
    margin-right: 0;
}

#page_strengths .box ul li:nth-child(odd) .contents .text_box::before {
    content: "";
    position: absolute;
    left: 0;
    top: -70px;
    bottom: -60px;
    background-color: #eff4f5;
    width: 710px;
    z-index: -1;
}

#page_strengths .box ul li:nth-child(even) .contents .text_box::before {
    content: "";
    position: absolute;
    right: 0;
    top: -70px;
    bottom: -60px;
    background-color: #eff4f5;
    width: 710px;
    z-index: -1;
}

#page_strengths .box ul li .contents .text_box .theme_box {
    margin-bottom: 25px;
}

#page_strengths .box ul li .contents .text_box .theme_box .theme {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-bottom: 8px;
}

#page_strengths .box ul li:nth-child(even) .contents .text_box .theme_box .theme {
    text-align: right;
}

#page_strengths .box ul li .contents .text_box .theme_box .en_text {
    font-size: 16px;
    line-height: 1;
    color: #438396;
    font-weight: 600;
    letter-spacing: 0.06em;
}

#page_strengths .box ul li:nth-child(even) .contents .text_box .theme_box .en_text {
    text-align: right;
}

#page_strengths .box ul li .contents .text_box .text {
    letter-spacing: .08em;
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

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

    .wrap2 {
        max-width: 90%;
    }

    .wrap3 {
        max-width: 90%;
    }

    body {
        font-size: 3.4vw;
        line-height: 1.5;
    }

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

    #sp_header .tel_box {
        position: absolute;
        top: 0;
        right: 80px;
        width: 80px;
        aspect-ratio: 1;
    }

    #sp_header .tel_box .tel {
        display: block;
        height: 100%;
        background-color: #76bace;
        padding-top: 15px;
    }

    #sp_header .tel_box .tel .icon {
        width: 27px;
        margin: 0 auto;
    }

    #sp_header .tel_box .tel .icon svg {
        width: 100%;
        display: block;
    }

    #sp_header .tel_box .tel .name {
        font-size: 14px;
        color: #fff;
        font-weight: 600;
        text-align: center;
        letter-spacing: 0.04em;
        margin: 7px auto 0;
    }

    #sp_header .logo {
        position: absolute;
        left: 0;
        top: 0;
        width: 55%;
        height: 100%;
    }

    #sp_header .logo a {
        display: flex;
        height: 100%;
        align-items: center;
        padding-left: 5vw;
    }

    #sp_header .logo a img {
        width: 80%;
    }

    .common_link_box {
        margin-left: 0;
    }

    .common_link_box ul {
        display: grid;
        justify-content: unset;
        grid-template-columns: repeat(3, 1fr);
    }

    .common_link_box ul li {
        width: unset;
        height: 25vw;
    }

    .common_link_box ul li:nth-child(1) .btn {
        box-shadow: none;
    }

    .common_link_box ul li:nth-child(2) .btn {
        box-shadow: none;
    }

    .common_link_box ul li:nth-child(2) .btn .box .icon {
        width: 10.5vw;
    }

    .common_link_box ul li:nth-child(3) .btn {
        box-shadow: none;
    }

    .common_link_box ul li .btn {
        padding: 3vw 0 0;
        transition: 0s;
    }

    .common_link_box ul li .btn:hover {
        box-shadow: none;
        translate: 0;
    }

    .common_link_box ul li .btn .comment {
        display: none;
    }

    .common_link_box ul li .btn .box {
        display: block;
        margin-top: 0;
    }

    .common_link_box ul li .btn .box .icon {
        width: 15vw;
        height: 10vw;
        margin: 0 auto;
    }

    .common_link_box ul li .btn .box .name {
        font-size: 3.2vw;
        text-align: center;
        margin-top: 1vw;
        line-height: 1.3;
    }

    .common_link_box ul li .btn .box .name::after {
        display: none;
    }

    #top_main {
        padding: 115vw 0 10vw;
        background-image: url(/wp-content/themes/child/image/top_main_back_sp.jpg);
    }

    #top_main .main_box {
        display: block;
    }

    #top_main .main_box .text_sec_box {
        margin-top: 0;
    }

    #top_main .main_box .text_sec_box .sp_box {
        background-color: #438396;
        padding: 2.5vw 5vw;
        text-align: center;
    }

    #top_main .main_box .text_sec_box .sp_box .sp_ttl {
        font-size: 3.5vw;
        color: #fff;
        font-weight: 600;
        letter-spacing: 0.05em;
    }

    #top_main .main_box .text_sec_box .sp_box .main_ttl {
        width: unset;
        background-color: unset;
        line-height: 1;
        color: #fff;
        letter-spacing: 0.05em;
        font-size: 3.5vw;
        margin-top: 1vw;
    }

    #top_main .main_box .text_sec_box .ttl_box {
        margin-top: 2vw;
    }

    #top_main .main_box .text_sec_box .ttl_box .top {
        display: block;
    }

    #top_main .main_box .text_sec_box .ttl_box .top .color_text {
        width: 100%;
    }

    #top_main .main_box .text_sec_box .ttl_box .bottom {
        width: 100%;
        margin-top: 2vw;
        display: flex;
        align-items: flex-end;
    }

    #top_main .main_box .text_sec_box .ttl_box .bottom .no {
        width: 8vw;
        margin-left: 0;
    }

    #top_main .main_box .text_sec_box .ttl_box .bottom .can {
        width: 70%;
    }

    #top_main .main_box .text_sec_box .ttl_box .bottom .can img {
        width: 100%;
    }

    #top_main .main_box .text_sec_box .link_box {
        margin-top: 8vw;
    }

    #top_main .main_box .text_sec_box .link_box .comment {
        display: none;
    }

    #top_main .main_box .text_sec_box .link_box ul {
        display: block;
        margin-top: 0;
    }

    #top_main .main_box .text_sec_box .link_box ul li {
        width: 100%;
        height: unset;
    }

    #top_main .main_box .text_sec_box .link_box ul li:nth-child(1) .link {
        background-color: #edd729;
        box-shadow: none;
    }

    #top_main .main_box .text_sec_box .link_box ul li:nth-child(2) {
        margin-top: 2vw;
    }

    #top_main .main_box .text_sec_box .link_box ul li:nth-child(2) .link {
        box-shadow: none;
    }

    #top_main .main_box .text_sec_box .link_box ul li .link {
        gap: 0 11vw;
        height: unset;
        padding: 0 0 0 7vw;
        transition: 0s;
    }

    #top_main .main_box .text_sec_box .link_box ul li .link:hover {
        translate: 0px;
    }

    #top_main .main_box .text_sec_box .link_box ul li .link .icon {
        width: 12vw;
        height: 12vw;
    }

    #top_main .main_box .text_sec_box .link_box ul li .link .name {
        font-size: 4vw;
        line-height: 17vw;
    }

    #top_main .main_box .text_sec_box .link_box ul li .link .name::after {
        display: none;
    }

    #top_strengths {
        padding: 20vw 0;
    }

    #top_strengths .common_ttl_box .main_ttl .num {
        font-size: 15vw;
        margin: 0 1vw;
    }

    #top_strengths .common_ttl_box .en_ttl {
        margin-top: 3vw;
    }

    #top_strengths .box {
        margin-top: 14vw;
    }

    #top_strengths .box ul {
        display: grid;
        grid-template-columns: 100%;
        gap: 15vw 0;
    }

    #top_strengths .box ul li {
        padding: 5vw;
        height: 102vw;
    }

    #top_strengths .box ul li .num_box {
        width: 25vw;
        top: -10vw;
    }

    #top_strengths .box ul li .num_box .num {
        font-size: 10vw;
    }

    #top_strengths .box ul li .img {
        height: 47vw;
    }

    #top_strengths .box ul li .text_box {
        padding: 5vw 3vw 0;
    }

    #top_strengths .box ul li .text_box .theme_box .theme {
        font-size: 5.5vw;
        padding-bottom: 1.5vw;
        border-bottom: 2px dotted #fff;
    }

    #top_strengths .box ul li .text_box .text {
        font-size: 4vw;
        margin-top: 5vw;
    }

    #top_strengths .common_btn_box {
        margin: 8vw auto 0;
    }

    .common_ttl_box .main_ttl {
        font-size: 5.8vw;
    }

    .common_ttl_box .en_ttl {
        font-size: 3.8vw;
        margin-top: 2vw;
    }

    .common_ttl_box .ttl_comment {
        font-size: 3.4vw;
        margin-top: 8vw;
    }

    .common_btn_box {
        width: 60%;
        margin: 0 auto;
    }

    .common_btn_box a {
        line-height: 14vw;
        border: 2px solid #438396;
        font-size: 4vw;
        transition: 0s;
    }

    .common_btn_box a:hover {
        background-color: #fff;
        color: #333;
    }

    .common_btn_box a:hover::before {
        border-color: transparent transparent transparent #438396;
    }

    .common_btn_box a:hover::after {
        border: 2px solid #438396;
    }

    .common_btn_box a::before {
        transition: 0s;
        border-width: 2vw 0 2vw 3vw;
        right: 6vw;
    }

    .common_btn_box a::after {
        transition: 0s;
        border: 1px solid #438396;
    }

    #top_sales {
        padding: 20vw 0;
    }

    #top_sales .main_ttl_box .sub_ttl {
        font-size: 4vw;
        margin-bottom: 2vw;
    }

    #top_sales .box {
        margin-top: 8vw;
    }

    #top_sales .box ul {
        display: block;
    }

    #top_sales .box ul li {
        width: 100%;
    }

    #top_sales .box ul li+li {
        margin-top: 5vw;
    }

    #top_sales .box ul li:nth-child(1) .link:hover .theme_ttl {
        background-color: #439096;
    }

    #top_sales .box ul li:nth-child(1) .link:hover .theme_ttl .ttl {
        color: #fff;
    }

    #top_sales .box ul li:nth-child(1) .link:hover .theme_ttl::before {
        border-color: transparent transparent transparent #fff;
    }

    #top_sales .box ul li:nth-child(1) .link:hover .theme_ttl::after {
        border: 1px solid #fff;
    }

    #top_sales .box ul li:nth-child(1) .link:hover .text_box {
        background-color: #fff;
    }

    #top_sales .box ul li:nth-child(1) .link:hover .text_box .text {
        color: #555555;
    }

    #top_sales .box ul li:nth-child(2) .link:hover .theme_ttl {
        background-color: #437096;
    }

    #top_sales .box ul li:nth-child(2) .link:hover .theme_ttl .ttl {
        color: #fff;
    }

    #top_sales .box ul li:nth-child(2) .link:hover .theme_ttl::before {
        border-color: transparent transparent transparent #fff;
    }

    #top_sales .box ul li:nth-child(2) .link:hover .theme_ttl::after {
        border: 1px solid #fff;
    }

    #top_sales .box ul li:nth-child(2) .link:hover .text_box {
        background-color: #fff;
    }

    #top_sales .box ul li:nth-child(2) .link:hover .text_box .text {
        color: #555555;
    }

    #top_sales .box ul li:nth-child(2) .link .recommend_box .comment_sec .comment .color {
        border-bottom: 3px dashed #437096;
    }

    #top_sales .box ul li:nth-child(3) .link:hover .theme_ttl {
        background-color: #967c43;
    }

    #top_sales .box ul li:nth-child(3) .link:hover .theme_ttl .ttl {
        color: #fff;
    }

    #top_sales .box ul li:nth-child(3) .link:hover .theme_ttl::before {
        border-color: transparent transparent transparent #fff;
    }

    #top_sales .box ul li:nth-child(3) .link:hover .theme_ttl::after {
        border: 1px solid #fff;
    }

    #top_sales .box ul li:nth-child(3) .link:hover .text_box {
        background-color: #fff;
    }

    #top_sales .box ul li:nth-child(3) .link:hover .text_box .text {
        color: #fff;
    }

    #top_sales .box ul li:nth-child(3) .link .recommend_box .comment_sec .comment .color {
        border-bottom: 3px dashed #967c43;
    }

    #top_sales .box ul li:nth-child(4) .link:hover .theme_ttl {
        background-color: #964343;
    }

    #top_sales .box ul li:nth-child(4) .link:hover .theme_ttl .ttl {
        color: #fff;
    }

    #top_sales .box ul li:nth-child(4) .link:hover .theme_ttl::before {
        border-color: transparent transparent transparent #fff;
    }

    #top_sales .box ul li:nth-child(4) .link:hover .theme_ttl::after {
        border: 1px solid #fff;
    }

    #top_sales .box ul li:nth-child(4) .link:hover .text_box {
        background-color: #fff;
    }

    #top_sales .box ul li:nth-child(4) .link:hover .text_box .text {
        color: #555;
    }

    #top_sales .box ul li:nth-child(4) .link .recommend_box .comment_sec .comment .color {
        border-bottom: 3px dashed #964343;
    }

    #top_sales .box ul li:nth-child(5) .link:hover .theme_ttl {
        background-color: #494396;
    }

    #top_sales .box ul li:nth-child(5) .link:hover .theme_ttl .ttl {
        color: #fff;
    }

    #top_sales .box ul li:nth-child(5) .link:hover .theme_ttl::before {
        border-color: transparent transparent transparent #fff;
    }

    #top_sales .box ul li:nth-child(5) .link:hover .theme_ttl::after {
        border: 1px solid #fff;
    }

    #top_sales .box ul li:nth-child(5) .link:hover .text_box {
        background-color: #fff;
    }

    #top_sales .box ul li:nth-child(5) .link:hover .text_box .text {
        color: #555;
    }

    #top_sales .box ul li:nth-child(5) .link .recommend_box .comment_sec .comment .color {
        border-bottom: 3px dashed #494396;
    }

    #top_sales .box ul li .link {
        display: flex;
    }

    #top_sales .box ul li .link:hover .img_text_box .img img {
        scale: 1;
    }

    #top_sales .box ul li .link .theme_ttl {
        width: 20%;
        transition: 0s;
        padding-top: 12vw;
    }

    #top_sales .box ul li .link .theme_ttl::before {
        border-width: 2vw 0 2vw 2.5vw;
        bottom: 12vw;
        transition: 0s;
    }

    #top_sales .box ul li .link .theme_ttl::after {
        transition: 0s;
    }

    #top_sales .box ul li .link .theme_ttl .ttl {
        font-size: 5.6vw;
        transition: 0s;
    }

    #top_sales .box ul li .link .img_text_box .img {
        height: 35vw;
    }

    #top_sales .box ul li .link .img_text_box .text_box {
        padding: 0 5vw 5vw;
        transition: 0s;
    }

    #top_sales .box ul li .link .img_text_box .text_box .recommend_box {
        width: 100%;
        margin: -11vw 0 0;
    }

    #top_sales .box ul li .link .img_text_box .text_box .recommend_box .recommend {
        width: 70%;
        border-radius: 10vw;
        line-height: 9vw;
        font-size: 3.2vw;
    }

    #top_sales .box ul li .link .img_text_box .text_box .recommend_box .comment_sec {
        width: 88%;
        height: 20vw;
        margin: -3vw auto 0;
    }

    #top_sales .box ul li .link .img_text_box .text_box .recommend_box .comment_sec .comment {
        font-size: 3.8vw;
        line-height: 1.5;
    }

    #top_sales .box ul li .link .img_text_box .text_box .recommend_box .comment_sec .comment .color {
        font-size: 4.2vw;
    }

    #top_sales .box ul li .link .img_text_box .text_box .text {
        font-size: 3.4vw;
        margin-top: 4vw;
    }

    #top_comparison {
        padding: 30vw 0 20vw;
    }

    #top_comparison .main_ttl_box .ab_ex {
        width: 30vw;
        height: 15vw;
        top: -14vw;
        left: 2vw;
    }

    #top_comparison .main_ttl_box .ttl {
        font-size: 4.8vw;
    }

    #top_comparison .main_ttl_box .ttl .big {
        font-size: 7vw;
    }

    #top_comparison .main_ttl_box .ttl .color {
        font-size: 10vw;
        padding: 2vw 0px 2vw 3vw;
        margin-left: 1vw;
    }

    #top_comparison .main_ttl_box .comment {
        font-size: 3.4vw;
        margin-top: 8vw;
    }

    #top_comparison .box {
        margin-top: 10vw;
    }

    #top_comparison .box ul {
        grid-template-columns: 100%;
        gap: 30vw 0;
    }

    #top_comparison .box ul li {
        height: unset;
    }

    #top_comparison .box ul li:nth-child(1) .theme::after {
        bottom: -10vw;
    }

    #top_comparison .box ul li:nth-child(2) {
        position: relative;
    }

    #top_comparison .box ul li:nth-child(2)::before {
        content: "";
        position: absolute;
        width: 100%;
        left: 0;
        top: -15.5vw;
        height: 2px;
        border-top: 2px dashed #ccc;
    }

    #top_comparison .box ul li:nth-child(2) .theme::after {
        top: -10vw;
    }

    #top_comparison .box ul li .theme {
        width: 20%;
        font-size: 6vw;
        height: unset;
    }

    #top_comparison .box ul li .theme::after {
        border-width: 13vw 13vw 0 13vw;
    }

    #top_comparison .box ul li .text_sec_box {
        padding: 15vw 0 8vw;
    }

    #top_comparison .box ul li .text_sec_box .company_name {
        top: -6vw;
        width: 40vw;
        border-radius: 10vw;
        height: 13vw;
    }

    #top_comparison .box ul li .text_sec_box .company_name .name {
        font-size: 4vw;
    }

    #top_comparison .box ul li .text_sec_box .text {
        font-size: 3.8vw;
        margin: 3vw 0 0 7vw;
    }

    #top_comparison .box ul li .text_sec_box .text .ten {
        font-size: 5vw;
    }

    #top_comparison .box ul li .text_sec_box .text .ten::before {
        width: 1.2vw;
        top: -1.5vw;
    }

    #top_comparison .box ul li .text_sec_box .text .color {
        font-size: 5vw;
    }

    #top_partner {
        padding: 38vw 0 10vw;
    }

    #top_partner::before, #top_partner::after {
        bottom: 49vw;
    }

    #top_partner::before {
        width: 13vw;
        left: 5vw;
        height: 22vw;
    }

    #top_partner::after {
        width: 20vw;
        right: 2vw;
        height: 38vw;
    }

    #top_partner .text_box .list .ab_text {
        width: 70%;
        top: -20vw;
    }

    #top_partner .text_box .list ul {
        flex-wrap: wrap;
        width: 85%;
        margin: 0 auto;
        gap: 2vw;
    }

    #top_partner .text_box .list ul li {
        font-size: 3.5vw;
        padding: 1.8vw 3vw;
    }

    #top_partner .text_box .list ul li:nth-child(1) {
        background-color: #439096;
    }

    #top_partner .text_box .list ul li:nth-child(2) {
        background-color: #437096;
    }

    #top_partner .text_box .list ul li:nth-child(3) {
        background-color: #967c43;
    }

    #top_partner .text_box .list ul li:nth-child(4) {
        background-color: #964343;
    }

    #top_partner .text_box .list ul li:nth-child(5) {
        background-color: #494396;
    }

    #top_partner .text_box .list ul li:nth-child(6) {
        background-color: #d691d9;
    }

    #top_partner .text_box .main_ttl {
        font-size: 9vw;
        margin-top: 6vw;
        line-height: 1.4;
    }

    #top_partner .text_box .ttl_text {
        font-size: 3.4vw;
        margin-top: 5vw;
        line-height: 1.7;
    }

    #top_partner .text_box .common_btn_box {
        margin: 8vw auto 0;
    }

    #top_works {
        padding: 20vw 0 15vw;
    }

    #top_works .common_ttl_box {
        text-align: center;
    }

    #top_works .slider_box {
        margin-top: 8vw;
        padding: 0 5vw;
    }

    #top_works .common_btn_box {
        margin: 28vw auto 0;
    }

    .common_works_box ul .slick-list {
        padding: 0 !important;
    }

    .common_works_box ul .icon {
        width: 12vw;
        top: unset;
        bottom: -16vw;
        transition: 0s;
        z-index: 1;
    }

    .common_works_box ul .icon:hover {
        background-color: #fff;
    }

    .common_works_box ul .icon:hover svg path {
        fill: #438396;
    }

    .common_works_box ul .icon svg path {
        transition: 0s;
    }

    .common_works_box ul .icon.left {
        right: unset;
        left: 31vw;
    }

    .common_works_box ul .icon.left svg {
        margin-right: 0;
    }

    .common_works_box ul .icon.right {
        right: 31vw;
    }

    .common_works_box ul li {
        margin: 0 3vw;
        height: unset;
    }

    .common_works_box ul li .link {
        padding: 3vw 3vw 8vw;
        height: unset;
    }

    .common_works_box ul li .link:hover::before {
        border-width: 30vw 30vw 0 0px;
    }

    .common_works_box ul li .link:hover .text_box .theme {
        color: #333;
    }

    .common_works_box ul li .link::before {
        border-width: 30vw 30vw 0 0px;
    }

    .common_works_box ul li .link .img {
        height: 40vw;
    }

    .common_works_box ul li .link .text_box {
        padding-top: 6vw;
    }

    .common_works_box ul li .link .text_box .theme {
        font-size: 4.2vw;
        transition: 0s;
    }

    .common_works_box ul li .link .text_box .text {
        font-size: 3.4vw;
        margin-top: 3vw;
        padding-top: 3vw;
    }

    #top_park {
        padding: 20vw 0;
    }

    #top_park .banner::after {
        display: none;
    }

    #top_consultation {
        padding: 10vw 0 10vw 5vw;
    }

    #top_consultation::before {
        width: 37vw;
        height: 30vw;
        bottom: 53.5vw;
        left: 4vw;
        transform: unset;
    }

    #top_consultation .box {
        display: block;
    }

    #top_consultation .box .ttl_box .main_ttl {
        font-size: 6vw;
        line-height: 2;
    }

    #top_consultation .box .ttl_box .main_ttl::after {
        width: 43vw;
        height: 28vw;
        top: 7.9vw;
        left: -4vw;
    }

    #top_consultation .box .ttl_box .main_ttl .color {
        font-size: 12vw;
    }

    #top_consultation .box .ex_text_box {
        width: 100%;
        margin-left: 0;
        margin-top: 16vw;
    }

    #top_consultation .box .ex_text_box .comment {
        font-size: 4.6vw;
        line-height: 1.6;
        width: 65%;
        margin-left: auto;
    }

    #top_consultation .box .ex_text_box .comment .border {
        font-size: 7.5vw;
        margin-left: 1vw;
    }

    #top_consultation .box .ex_text_box .comment .border::after {
        width: 33vw;
        height: 5vw;
        bottom: -0.5vw;
    }

    #top_consultation .box .ex_text_box .comment .ten::after {
        width: 1.2vw;
        top: -1vw;
    }

    #top_consultation .box .ex_text_box .text {
        font-size: 3.5vw;
        margin-top: 8vw;
        text-align: center;
    }

    #top_consultation .box .ex_text_box .more_view {
        width: 60%;
        margin: 5vw auto 0;
    }

    #top_consultation .box .ex_text_box .more_view a {
        font-size: 4vw;
        line-height: 13vw;
        box-shadow: 0 6px 0 #72672d;
        transition: 0s;
        font-weight: 800;
        color: #333;
        letter-spacing: 0.06em;
        background-color: #fff;
        display: block;
        position: relative;
        border: 2px solid #72672d;
        text-align: center;
    }

    #top_consultation .box .ex_text_box .more_view a:hover {
        box-shadow: 0 6px 0 #72672d;
        transform: translateY(0px);
    }

    #top_consultation .box .ex_text_box .more_view a::after {
        border-width: 2vw 0 2vw 2vw;
        right: 4vw;
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent transparent transparent #72672d;
        top: 50%;
        transform: translateY(-50%);
    }

    #top_blog {
        padding: 20vw 0 15vw;
    }

    #top_blog .box {
        margin-top: 8vw;
    }

    #top_blog .common_btn_box {
        margin: 8vw auto 0;
    }

    .common_blog_box ul {
        grid-template-columns: 100%;
        gap: 5vw 0;
    }

    .common_blog_box ul li {
        height: unset;
    }

    .common_blog_box ul li .link {
        height: unset;
        padding-bottom: 10vw;
    }

    .common_blog_box ul li .link:hover::before, .common_blog_box ul li .link:hover::after {
        top: -15vw;
    }

    .common_blog_box ul li .link:hover::before {
        left: -15vw;
    }

    .common_blog_box ul li .link:hover::after {
        right: -15vw;
    }

    .common_blog_box ul li .link:hover .sankaku::before, .common_blog_box ul li .link:hover .sankaku::after {
        bottom: -15vw;
    }

    .common_blog_box ul li .link:hover .sankaku::before {
        left: -15vw;
    }

    .common_blog_box ul li .link:hover .sankaku::after {
        right: -15vw;
    }

    .common_blog_box ul li .link:hover .img img {
        scale: 1;
    }

    .common_blog_box ul li .link:hover .text_box .theme {
        color: #333;
    }

    .common_blog_box ul li .link::before, .common_blog_box ul li .link::after {
        width: 25vw;
        top: -15vw;
        transition: 0s;
    }

    .common_blog_box ul li .link::before {
        left: -15vw;
    }

    .common_blog_box ul li .link::after {
        right: -15vw;
    }

    .common_blog_box ul li .link .sankaku::before, .common_blog_box ul li .link .sankaku::after {
        width: 25vw;
        bottom: -15vw;
        transition: 0s;
    }

    .common_blog_box ul li .link .sankaku::before {
        left: -15vw;
    }

    .common_blog_box ul li .link .sankaku::after {
        right: -15vw;
    }

    .common_blog_box ul li .link .img {
        height: 46vw;
    }

    .common_blog_box ul li .link .img img {
        transition: 0s;
    }

    .common_blog_box ul li .link .text_box {
        padding: 5vw 5vw 0;
    }

    .common_blog_box ul li .link .text_box .theme {
        font-size: 4vw;
        transition: 0s;
    }

    .common_blog_box ul li .link .text_box .text {
        font-size: 3.5vw;
        margin-top: 3vw;
    }

    .common_blog_box ul li .link .text_box .day {
        font-size: 3.2vw;
        margin-top: 3vw;
    }

    #top_insta {
        padding: 10vw 0 10vw;
    }

    #top_insta .main_ttl_box .comment {
        font-size: 4vw;
        margin-bottom: 2vw;
    }

    #top_insta .box {
        margin-top: 8vw;
    }

    #top_insta .box #sb_instagram.sbi_col_5 #sbi_images {
        grid-template-columns: repeat(2, 1fr);
        gap: 3vw 2vw;
    }
    
    #top_insta .box #sb_instagram.sbi_col_5 #sbi_images .sbi_item {
        height: 44vw;
        padding: 3vw !important;
    }
    
    #top_insta .box #sb_instagram.sbi_col_5 #sbi_images .sbi_item .sbi_photo {
        height: 38vw !important;
    }

    #top_insta .box #sb_instagram.sbi_col_5 #sbi_images .sbi_item:hover .sbi_photo::after {
        opacity: 0;
    }

    #top_insta .common_btn_box {
        margin: 8vw auto 0;
    }

    #top_faq {
        padding: 10vw 0 10vw;
    }

    #top_faq .sec_inner {
        padding: 15vw 5vw;
    }

    #top_faq .sec_inner .box {
        margin-top: 8vw;
    }

    .common_faq_box ul {
        grid-template-columns: 100%;
        gap: 8vw 0;
    }

    .common_faq_box ul li .q_sec {
        gap: 0 3vw;
    }

    .common_faq_box ul li {
        padding: 6vw 4vw;
    }

    .common_faq_box ul li .icon {
        width: 10vw;
        top: -5vw;
    }

    .common_faq_box ul li .q_sec .q_mark {
        width: 9vw;
        font-size: 5.5vw;
    }

    .common_faq_box ul li .q_sec .quest {
        font-size: 3.6vw;
    }

    .common_faq_box ul li .a_sec {
        gap: 0 3vw;
        margin-top: 6vw;
        padding-top: 6vw;
    }

    .common_faq_box ul li .a_sec .a_mark {
        width: 9vw;
        font-size: 5.5vw;
    }

    .common_faq_box ul li .a_sec .answer {
        font-size: 3.6vw;
    }

    #top_company {
        padding: 10vw 0 20vw;
    }

    #top_company .company_box {
        flex-direction: column-reverse;
    }

    #top_company .company_box .ttl_sec_box {
        margin-right: 0;
        margin-top: 6vw;
        padding: 0 5vw;
    }

    #top_company .company_box .ttl_sec_box::before {
        left: 0;
        top: 3vw;
        bottom: -10vw;
        width: 100%;
    }

    #top_company .company_box .ttl_sec_box .common_ttl_box {
        text-align: center;
    }

    #top_company .company_box .ttl_sec_box .ttl_comment {
        font-size: 4.2vw;
        margin-top: 6vw;
        text-align: center;
    }

    #top_company .company_box .ttl_sec_box .ttl_comment .color {
        font-size: 5.8vw;
    }

    #top_company .company_box .ttl_sec_box .ttl_comment .color::after {
        width: 55vw;
        height: 3.8vw;
        bottom: -0.6vw;
    }

    #top_company .company_box .ttl_sec_box .text {
        margin-top: 5vw;
        text-align: center;
        line-height: 1.7;
    }

    #top_company .company_box .ttl_sec_box .common_btn_box {
        margin-top: 8vw;
    }

    #top_company .company_box .img {
        width: 100%;
        height: 55vw;
        margin-left: 0;
    }

    #footer .ft_contact_sec {
        padding: 20vw 0;
        border: 2px solid #bfa828;
    }

    #footer .ft_contact_sec::before, #footer .ft_contact_sec::after {
        width: 15vw;
        top: -8vw;
    }

    #footer .ft_contact_sec::before {
        left: -8vw;
    }

    #footer .ft_contact_sec::after {
        right: -8vw;
    }

    #footer .ft_contact_sec .inner_icon::before, #footer .ft_contact_sec .inner_icon::after {
        width: 15vw;
        bottom: -8vw;
    }

    #footer .ft_contact_sec .inner_icon::before {
        left: -8vw;
    }

    #footer .ft_contact_sec .inner_icon::after {
        right: -8vw;
    }

    #footer .ft_contact_sec .comment_box .theme {
        font-size: 5.3vw;
        line-height: 1.5;
    }

    #footer .ft_contact_sec .comment_box .comment {
        font-size: 3.4vw;
        margin-top: 3vw;
    }

    #footer .ft_contact_sec .link_btn_box {
        margin-top: 6vw;
        display: block;
        padding: 0 5vw;
    }

    #footer .ft_contact_sec .link_btn_box .btn_box {
        width: 100%;
    }

    #footer .ft_contact_sec .link_btn_box .btn_box:nth-child(1) .link {
        padding-right: 0;
        padding-left: 10vw;
        justify-content: unset;
    }

    #footer .ft_contact_sec .link_btn_box .btn_box:nth-child(1) .link:hover {
        background-color: #edd729;
    }

    #footer .ft_contact_sec .link_btn_box .btn_box:nth-child(2) {
        margin-top: 2.4vw;
    }

    #footer .ft_contact_sec .link_btn_box .btn_box:nth-child(2) .link {
        padding-left: 10vw;
    }

    #footer .ft_contact_sec .link_btn_box .btn_box:nth-child(2) .link:hover {
        background-color: #438396;
    }

    #footer .ft_contact_sec .link_btn_box .btn_box .link {
        transition: 0s;
        position: relative;
    }

    #footer .ft_contact_sec .link_btn_box .btn_box .link .icon {
        width: 12vw;
    }

    #footer .ft_contact_sec .link_btn_box .btn_box .link .name {
        font-size: 4vw;
        margin-left: 9vw;
        line-height: 15vw;
        position: unset;
    }

    #footer .ft_contact_sec .link_btn_box .btn_box .link .name::after {
        border-width: 2vw 0 2vw 3vw;
        top: 52%;
        right: 13vw;
    }

    #footer .ft_contact_sec .contact_box {
        margin-top: 15vw;
        display: block;
    }

    #footer .ft_contact_sec .contact_box .ttl_box {
        text-align: center;
    }

    #footer .ft_contact_sec .contact_box .ttl_box .ttl {
        font-size: 6vw;
    }

    #footer .ft_contact_sec .contact_box .ttl_box .en_ttl {
        font-size: 4vw;
        margin-top: 2vw;
    }

    #footer .ft_contact_sec .contact_box .ttl_box .comment {
        font-size: 3.4vw;
        margin-top: 3.8vw;
    }

    #footer .ft_contact_sec .contact_box .info_sec_box {
        width: 100%;
        margin-left: 0;
        margin-top: 5vw;
    }

    #footer .ft_contact_sec .contact_box .info_sec_box .tel_sec_box {
        display: block;
    }

    #footer .ft_contact_sec .contact_box .info_sec_box .tel_sec_box .tel_box .tel {
        gap: 0 3vw;
        justify-content: center;
    }

    #footer .ft_contact_sec .contact_box .info_sec_box .tel_sec_box .tel_box .tel .icon {
        width: 7vw;
    }

    #footer .ft_contact_sec .contact_box .info_sec_box .tel_sec_box .tel_box .tel .num {
        font-size: 8.5vw;
    }

    #footer .ft_contact_sec .contact_box .info_sec_box .tel_sec_box .info {
        text-align: center;
        font-size: 3.3vw;
        margin-top: 2vw;
    }

    #footer .ft_contact_sec .contact_box .info_sec_box .link_box {
        margin-top: 7vw;
    }

    #footer .ft_contact_sec .contact_box .info_sec_box .link_box ul {
        display: block;
        margin-top: 0;
    }

    #footer .ft_contact_sec .contact_box .info_sec_box .link_box ul li {
        width: 100%;
        height: 15vw;
    }

    #footer .ft_contact_sec .contact_box .info_sec_box .link_box ul li:nth-child(1) .link {
        box-shadow: none;
    }

    #footer .ft_contact_sec .contact_box .info_sec_box .link_box ul li:nth-child(2) {
        margin-top: 2.5vw;
    }

    #footer .ft_contact_sec .contact_box .info_sec_box .link_box ul li:nth-child(2) .link {
        box-shadow: none;
    }

    #footer .ft_contact_sec .contact_box .info_sec_box .link_box ul li .link {
        gap: 0 8vw;
        padding-left: 10vw;
        transition: 0s;
    }

    #footer .ft_contact_sec .contact_box .info_sec_box .link_box ul li .link:hover {
        translate: 0px;
    }

    #footer .ft_contact_sec .contact_box .info_sec_box .link_box ul li .link .icon {
        width: 11vw;
        height: 11vw;
    }

    #footer .ft_contact_sec .contact_box .info_sec_box .link_box ul li .link .name {
        font-size: 4vw;
    }

    #footer .ft_contact_sec .contact_box .info_sec_box .link_box ul li .link .name::after {
        border-width: 2vw 0 2vw 3vw;
        right: 5vw;
    }

    #footer .ft_footer_sec {
        padding: 20vw 0 8vw;
    }

    #footer .ft_footer_sec .ft_box {
        display: block;
    }

    #footer .ft_footer_sec .ft_box .logo_sec_box .logo_box .comment {
        font-size: 3.2vw;
        text-align: center;
    }

    #footer .ft_footer_sec .ft_box .logo_sec_box .logo_box .logo {
        width: 80%;
        margin: 3vw auto 0;
    }

    #footer .ft_footer_sec .ft_box .logo_sec_box .info_sec_box {
        margin-top: 5vw;
    }

    #footer .ft_footer_sec .ft_box .logo_sec_box .info_sec_box .address {
        font-size: 3.4vw;
        text-align: center;
    }

    #footer .ft_footer_sec .ft_box .logo_sec_box .info_sec_box .tel_box {
        margin-top: 2vw;
    }

    #footer .ft_footer_sec .ft_box .logo_sec_box .info_sec_box .tel_box .tel {
        gap: 0 3vw;
        justify-content: center;
    }

    #footer .ft_footer_sec .ft_box .logo_sec_box .info_sec_box .tel_box .tel .icon {
        width: 7vw;
    }

    #footer .ft_footer_sec .ft_box .logo_sec_box .info_sec_box .tel_box .tel .num {
        font-size: 9vw;
    }

    #footer .ft_footer_sec .ft_box .logo_sec_box .info_sec_box .info {
        font-size: 3.3vw;
        margin-top: 3vw;
    }

    #footer .ft_footer_sec .ft_box .logo_sec_box .info_sec_box .sns_box {
        gap: 0 4vw;
        justify-content: center;
        margin-top: 8vw;
    }

    #footer .ft_footer_sec .ft_box .logo_sec_box .info_sec_box .sns_box .sns {
        width: 10vw;
    }

    #footer .ft_footer_sec .ft_box .menu_link_box {
        display: none;
    }

    #footer .ft_footer_sec .cr_link_box {
        display: block;
        margin-top: 8vw;
    }

    #footer .ft_footer_sec .cr_link_box .link_box {
        gap: 0 4vw;
        justify-content: center;
    }

    #footer .ft_footer_sec .cr_link_box .link_box .box a {
        font-size: 3.4vw;
    }

    #footer .ft_footer_sec .cr_link_box .cr {
        text-align: center;
        margin-top: 5vw;
    }

    #footer .ft_footer_sec .cr_link_box .cr small {
        font-size: 3.2vw;
    }

    #footer .fixed_sec_box {
        padding: 0;
    }

    #footer .fixed_sec_box .fixed_box {
        display: block;
    }

    #footer .fixed_sec_box .fixed_box .tel_sec_box {
        display: none;
    }

    #footer .fixed_sec_box .fixed_box .common_link_box {
        margin-left: 0;
    }

    #footer .fixed_sec_box .fixed_box .common_link_box ul {
        gap: 0;
    }

    /* SP固定ページ 共通設定 */
    .common_page_wrap {
        padding: 20vw 0;
    }

    .common_page_title h2 {
        font-size: 5vw;
    }

    .common_page_title .sub_title {
        font-size: 3vw;
    }

    .reserve_text {
        font-size: 6vw;
    }

    .common_btn {
        width: 80%;
        line-height: 12vw;
    }

    .common_btn:hover {
        opacity: 1;
    }

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

    /* SP固定ページ 会社概要 */
    .company_profile {
        margin-bottom: 20vw;
    }

    .company_profile table th,
    .company_profile table td {
        font-size: 3.2vw;
        width: 100%;
        display: block;
        padding: 4vw;
    }

    .company_profile table {
        /* border-top: 1px solid; */
        width: 90%;
    }

    .company_profile table th {
        width: 100%;
        background-color: #83BFD1;
    }

    .company_profile table td {
        width: 100%;
    }

    .company_access .map {
        height: 50vw;
    }

    /* SP固定ページ お問い合わせ */
    #page_contact table {
        margin-bottom: 10vw;
        width: 100%;
    }

    #page_contact table th,
    #page_contact table td {
        font-size: 4vw;
        display: block;
        border-bottom: none;
        padding: 5vw 4vw;
    }

    #page_contact table th {
        width: 100%;
        text-align: left;
        padding: 3vw;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: center;
    }

    #page_contact table td {
        width: 100%;
    }

    #page_contact input[type="text"],
    #page_contact input[type="email"],
    #page_contact #zip {
        width: 100%;
        height: 12vw;
    }

    #page_contact input.tel {
        width: 100%;
    }

    #page_contact select {
        width: 100%;
    }

    #page_contact textarea {
        width: 100%;
        height: 60vw;
    }

    #page_contact #btn_wrap button {
        width: 80%;
        line-height: 12vw;
        border-radius: 4px;
        font-size: 4vw;
    }

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

    .mw_wp_form .horizontal-item+.horizontal-item {
        margin-left: 0;
        margin-top: 2vw;
    }

    #page_contact .attention {
        font-size: 3vw;
    }

    #page_contact .progressbar #step_2 .en::before,
    #page_contact .progressbar #step_2 .en::after {
        width: 8vw;
    }

    #page_contact .progressbar #step_2 .en::before {
        left: -4vw;
    }

    #page_contact .progressbar {
        margin-bottom: 7vw;
    }

    .contact_form_disc {
        width: 100%;
        font-size: 3.5vw;
        letter-spacing: 0.02em;
    }

    .contact_form_disc .caution {
        font-size: 3.4vw;
    }

    .contact_form_disc .text {
        margin-bottom: 3vw;
    }

    #page_contact table th .hissu,
    #page_contact table th .ninni {
        display: block;
        width: 13vw;
        padding: 0.2vw 0;
        text-align: center;
        font-size: 3vw;
        margin-right: 0;
    }

    #page_contact table {
        border-bottom: solid 1px #dfdfdf;
    }

    #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;
        padding-bottom: 4vw;
        margin-bottom: 5vw;
    }

    .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;
    }

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

    .privacy_term_detail::before {
        width: 2.5vw;
        height: 2.5vw;
    }

    /* サンクスページ */
    #page_contact .thanks_textArea p {
        font-size: 4vw;
    }

    #page_contact .thanks_textArea .contact_text {
        margin-bottom: 2em;
        width: 100%;
    }

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

    /* ステップバー デザイン */
    #page_contact .progressbar .item {
        font-size: 4vw;
        line-height: 1.4;
        padding: 13vw 0px 2vw;
        width: 31%;
    }

    #page_contact .progressbar .item .en {
        display: block;
        color: #7b7b7b;
        font-size: 3.5vw;
        margin-bottom: 1vw;
    }

    #page_contact .progressbar .item::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        /* top: -10vw; */
        width: 8vw;
        height: 8vw;
        border: solid 1px #a5a5a5;
        border-radius: 50%;
        margin: auto;
    }

    #page_contact .progressbar .item.active::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 2vw;
        width: 4vw;
        height: 4vw;
        border-radius: 50%;
        background: #438396;
        margin: auto;
    }

    #page_contact .progressbar #step_2 .en {
        position: relative;
    }

    #page_contact .progressbar #step_2 .en::before,
    #page_contact .progressbar #step_2 .en::after {
        content: "";
        position: absolute;
        left: -47px;
        height: 1px;
        width: 100px;
        background: #a4a5a4;
    }

    #page_contact .progressbar #step_2 .en::after {
        left: auto;
        right: -4vw;
    }

    #page_contact .progressbar #step_2 .en::before,
    #page_contact .progressbar #step_2 .en::after {
        width: 8vw;
    }

    #page_contact .progressbar #step_2 .en::before {
        left: -4vw;
    }

    /* SP固定ページ 個人情報保護方針 */
    #page_privacy .main_text {
        font-size: 3.5vw;
    }

    #page_privacy dl {
        margin-bottom: 10vw;
    }

    #page_privacy dl dt {
        font-size: 4vw;
    }

    #page_privacy dl dd {
        font-size: 3.5vw;
        margin-left: 5vw;
    }

    /* 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投稿ページ シングルページ */
    .singleContent .single_title::before {
        width: 3vw;
        height: 3vw;
        top: 7vw;
    }

    .singleContent .title_area .en {
        font-size: 3vw;
    }

    .single_main_img {
        width: 47vw;
        height: 47vw;
        margin: 0 auto 5vw auto;
    }

    .singleContent .day_cat {
        flex-wrap: nowrap;
        margin-bottom: 10vw;
    }

    .singleContent .day_cat .day {
        font-size: 3.2vw;
        margin-right: 3vw;
        padding-right: 3vw;
        flex-shrink: 0;
    }

    .singleContent .day_cat ul {
        gap: 2vw;
    }

    .singleContent .day_cat .category_list {
        width: 100%;
    }

    .singleContent h1 {
        font-size: 4.5vw;
        padding: 2vw;
    }

    .singleContent .title_area {
        margin-bottom: 10vw;
        padding: 20vw 0 5vw;
    }

    .singleContent .single_title {
        font-size: 4.5vw;
        letter-spacing: 0.05em;
    }

    .singleContent .single_title time {
        font-size: 3vw;
    }

    .singleContent .category_list ul li {
        font-size: 2.5vw;
        padding: 1vw 3vw;
    }

    .singleContent article h2 {
        font-size: 4.2vw;
        padding: 2vw;
    }

    .singleContent article h3 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent article h4 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent article h5 {
        font-size: 4vw;
    }

    .singleContent h6 {
        font-size: 3.8vw;
    }

    .singleContent p {
        font-size: 3.5vw;
    }

    #single_page .singleContent {
        width: 100%;
        margin: 0;
    }

    #single_page .singleContent .ichiran_link {
        width: 80%;
        line-height: 12vw;
        margin: 10vw auto 0 auto;
        font-size: 4vw;
    }

    #single_page .singleContent .ichiran_link:hover {
        opacity: 1;
    }

    #single_page .singleSidebar {
        display: none;
    }

    .singleContent_links {
        margin-top: 25vw;
    }

    .singleContent_links .btn {
        margin-bottom: 4vw;
        font-size: 3.4vw;
    }

    .singleContent_links a .ttl {
        font-size: 3.2vw;
    }

    .singleContent_links ul {
        width: 40%;
    }

    .recommend_post_area {
        width: 100%;
        margin: 14vw 0 0;
    }

    .recommend_post_area .ttl {
        font-size: 4.2vw;
        letter-spacing: 0.05em;
        padding-bottom: 2vw;
        margin-bottom: 5vw;
    }

    .recommend_post_area .ttl .en {
        font-size: 3vw;
    }

    .recommend_post_area .img {
        height: 25vw;
    }

    .recommend_post_area ul {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 3vw;
        row-gap: 5vw;
    }

    .recommend_post_area .day_cat {
        display: block;
    }

    .recommend_post_area .category_list .cat {
        font-size: 2vw;
        padding: 0 2vw;
    }

    .article_flame_wrap .text_box {
        height: auto;
        position: relative;
        padding-top: 4vw;
    }

    .recommend_post_area .day_cat .day {
        font-size: 3vw;
        margin-right: 0;
        padding-right: 0;
        border-right: none;
        position: absolute;
        left: 0;
        top: 0;
    }

    .recommend_post_area .inner_ttl {
        font-size: 3vw;
        margin-top: 1vw;
        -webkit-line-clamp: 1;
        height: 4.8vw;
    }

    .breadcrumb.single {
        text-align: left;
        margin-top: 25vw;
    }

    .singleContent_links .img {
        margin-bottom: 3vw;
        height: 25vw;
    }

    #toc_container li::before {
        width: 3vw;
        height: 3vw;
        top: 1vw;
    }

    #toc_container li {
        padding-left: 4vw;
    }

    .singleContent .singleContent_links ul li {
        padding: 0;
    }

    .singleContent_links ul li+li {
        margin-top: 3vw;
    }

    .singleContent_links ul li {
        padding-left: 6vw;
    }

    .singleContent article ul {
        padding: 4vw 3vw;
    }

    .singleContent_links ul::before {
        width: 4vw;
        height: 4vw;
    }

    .singleContent ol::before {
        border-width: 0 18px 18px 0;
    }

    .singleContent ol {
        padding: 6vw 3vw;
    }

    .singleContent #toc_container {
        margin-bottom: 8vw;
    }

    /* 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;
    }

    /* SP共通部分 */
    .common_page_main {
        margin: 80px 0 6vw;
        padding: 8vw 0 16vw;
    }

    .common_page_main .common_page_box::after {
        width: 35vw;
        height: 28vw;
        top: 5vw;
    }

    .common_page_main .title_box .sub_title {
        font-size: 3vw;
    }

    .common_page_main .title_box .title {
        font-size: 5.7vw;
        letter-spacing: 0;
        margin-bottom: 2vw;
    }

    /* SP固定ページ　パートナー募集 */
    .contact_form_disc .partner_text {
        margin-bottom: 3vw;
        font-size: 4vw;
    }

    /* SP固定ページ　無料査定・無料相談 */
    #page_contact .info_ttl {
        font-size: 5vw;
        width: 100%;
        margin: 0 auto 3vw;
    }

    /* SP固定ページ　お客様事例 */
    .archive_page_works .common_works_box ul {
        grid-template-columns: 100%;
        row-gap: 7vw;
    }

    /* 仲介売却 */
    .pages_sale .theme_ttl {
        padding: 3vw 0;
        position: relative;
        margin-bottom: 5vw;
    }

    .pages_sale .sale_ttl_area {
        margin-bottom: 10vw;
    }

    .pages_sale .theme_ttl::before {
        content: "";
        position: absolute;
        top: 3px;
        left: 3px;
        right: 3px;
        bottom: 3px;
        border: 1px solid #fff;
    }

    #page_mediation .theme_ttl {
        background-color: #439096;
    }

    .pages_sale .sale_page_ttl {
        font-size: 5.5vw;
        text-align: center;
    }

    .pages_sale .sale_ttl_area .descript_text {
        font-size: 3.6vw;
        padding: 0;
        line-height: 1.8;
        letter-spacing: .08em;
    }

    .pages_sale .sale_suitable_area {
        margin-bottom: 9vw;
    }

    .pages_sale .sale_suitable_area .suitable_contents {
        background-color: #fff;
        padding: 5vw;
    }

    #page_mediation .sale_suitable_area .suitable_contents {
        border: 1px solid #439096;
    }

    .pages_sale .suitable_contents ul li {
        font-size: 3.6vw;
        position: relative;
        gap: 4.5vw;
        align-items: baseline;
        flex-wrap: nowrap;
        letter-spacing: 0.08em;
    }

    .pages_sale .suitable_contents ul li+li {
        margin-top: 5vw;
    }

    .pages_sale .suitable_contents ul li::before {
        content: "";
        width: 2.5vw;
        aspect-ratio: 1/1;
        border-radius: 50%;
        background-color: #439096;
        flex-shrink: 0;
    }

    .pages_sale .sale_strength_area .theme_ttl {
        margin-bottom: 8vw;
    }

    .pages_sale .sale_strength_area .strength_contents ul li {
        flex-wrap: wrap;
        justify-content: center;
        gap: 5vw;
    }

    .pages_sale .sale_strength_area .strength_contents ul li+li {
        margin-top: 10vw;
    }

    .pages_sale .sale_strength_area .strength_contents ul li .number_area {
        width: 80%;
        height: 27vw;
        font-size: 10vw;
        padding-top: 5vw;
        padding-left: 32.2vw;
    }

    .pages_sale .sale_strength_area .strength_contents ul li .text_area {
        border: 1px solid #439096;
        padding: 4vw 5vw;
    }

    .pages_sale .sale_strength_area .strength_contents ul li .text_area .ttl {
        font-size: 4.5vw;
        margin-bottom: 2vw;
        text-align: center;
    }

    .pages_sale .sale_strength_area .strength_contents ul li .text_area .text {
        font-size: 3.6vw;
    }

    /* 駐車場空き情報 */

    #page_parking .page_contents {
        background-color: transparent;
    }

    #page_parking .page_contents::before {
        background-image: none;
    }

    #page_parking .page_contents {
        padding: 0;
    }

    #page_parking .page_contents .area {
        padding: 0;
    }

    #page_parking .visual_image {
        height: 50vw;
        margin-bottom: 4vw;
    }

    #page_parking .visual_image img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    #page_parking .parking_ttl_box {
        font-size: 7vw;
        margin-bottom: 7vw;
    }

    #page_parking .parking_ttl_box .ttl {
        margin-bottom: 3vw;
    }

    #page_parking .parking_ttl_box .descript_text {
        font-size: 3.6vw;
        letter-spacing: .08em;
        line-height: 1.4;
    }

    #page_parking .parking_list {
        width: 100%;
    }

    #page_parking .parking_list ul .list_head {
        padding: 3vw 0;
        font-size: 3.6vw;
        font-weight: 400;
    }


    #page_parking .parking_list ul li {
        grid-template-columns: 45% 20% 35%;
        padding: 3vw 0;
    }


    #page_parking .parking_list ul li .list_item {
        text-align: center;
    }

    #page_parking .parking_list ul li .parking_name {
        font-size: 3.6vw;
        padding: 0 4vw;
    }

    #page_parking .parking_list ul li .situation {
        font-size: 5vw;
        width: 10vw;
        border-radius: 10px;
        border: 3px solid;
    }

    #page_parking .parking_list ul li .situation.full {
        border-color: #c12323;
        color: #c12323;
    }

    #page_parking .parking_list ul li .situation.vacant {
        border-color: #094ab1;
        color: #094ab1;
    }

    #page_parking .parking_list ul li .price {
        font-size: 4vw;
        font-weight: 500;
    }

    #page_parking .parking_list ul li .price .yen_tax {
        font-size: 3vw;
        margin-left: 3px;
    }

    /* お約束 */

    #page_strengths .common_ttl_box .ttl_comment {
        font-size: 3.6vw;
        margin-bottom: 15vw;
        letter-spacing: .1em;
    }

    #page_strengths .box ul li+li {
        margin-top: 20vw;
    }

    #page_strengths .box ul li:last-child {
        margin-bottom: 0;
    }

    #page_strengths .box ul li:nth-child(odd) .num_box {
        font-size: 25vw;
        top: -13vw;
        left: 2vw;
    }

    #page_strengths .box ul li:nth-child(even) .num_box {
        font-size: 25vw;
        top: -13vw;
        right: auto;
        left: 2vw;
    }

    #page_strengths .box ul li .contents {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    #page_strengths .box ul li:nth-child(even) .contents {
        flex-direction: column-reverse;
    }

    #page_strengths .box ul li .contents .img {
        width: 100%;
        flex-shrink: 0;
        position: relative;
        z-index: 1;
        height: 50vw;
        overflow: hidden;
        margin-left: 0;
    }

    #page_strengths .box ul li .contents .text_box {
        margin-right: 0;
        margin-top: 0;
        padding: 7vw 5vw 10vw;
    }

    #page_strengths .box ul li:nth-child(even) .contents .text_box {
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;
        margin-right: 0;
        padding: 7vw 5vw 10vw;
    }

    #page_strengths .box ul li:nth-child(odd) .contents .text_box::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: #eff4f5;
        width: 100%;
        z-index: -1;
    }

    #page_strengths .box ul li:nth-child(even) .contents .text_box::before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #eff4f5;
        width: 100%;
        z-index: -1;
    }

    #page_strengths .box ul li .contents .text_box .theme_box {
        margin-bottom: 5vw;
    }

    #page_strengths .box ul li .contents .text_box .theme_box .theme {
        font-size: 5vw;
        margin-bottom: 2vw;
        font-weight: 600;
        text-align: center;
        letter-spacing: .15em;
    }

    #page_strengths .box ul li:nth-child(even) .contents .text_box .theme_box .theme {
        text-align: center;
    }

    #page_strengths .box ul li .contents .text_box .theme_box .en_text {
        font-size: 3vw;
        text-align: center;
    }

    #page_strengths .box ul li:nth-child(even) .contents .text_box .theme_box .en_text {
        text-align: center;
    }

    #page_strengths .box ul li .contents .text_box .text {
        font-size: 3.6vw;
    }

    .common_page_wrap.single_wrap {
        padding: 26vw 0 20vw;
    }

    #top_comparison .box ul li .text_sec_box .graph .num {
        font-size: 24vw;
        top: 11vw;
        right: 13vw;
    }
}