@charset "UTF-8";

.wrap2 {
    position: relative;
    width: auto !important;
    margin: 0 !important;
}


#top_agent_main .agent_box {
    background-image: url(/wp-content/themes/swell_child/image/agent/top_agent_back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 calc(50vw - 700px);
    aspect-ratio: 1440 / 410;
    min-width: 1140px;
    display: flex;
    align-items: center;
    /* 	height: 410px; */
}

#top_agent_main .agent_box .text_box {
    margin: 0 auto 0 clamp(80px, 7vw, 100px);
    width: 1140px;
    position: relative;
}

#top_agent_main .agent_box .text_box .text_word {
    position: relative;
    color: #398370;
    font-size: clamp(20.8px, 1.8vw, 26px);
    font-family;
    "Notot Sans JP";
    font-weight: 600;
    margin-left: clamp(160px, 13.9vw, 200px);
    font-family: "Noto Sans JP", sans-serif;
}

#top_agent_main .agent_box .text_box .text_word:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 32px;
    display: block;
    transform: translate(-50%, -50%) rotate(-30deg);
    background-color: #398370;
    top: 50%;
    left: -25px;
}

#top_agent_main .agent_box .text_box .text_word:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 32px;
    display: block;
    transform: translate(-50%, -50%) rotate(30deg);
    background-color: #398370;
    top: 50%;
    left: clamp(240px, 20.8vw, 300px);
}

#top_agent_main .agent_box .text_box .ttl {
    color: #707070;
    font-size: clamp(34.4px, 3vw, 43px);
    font-weight: 600;
    font-family: "Noto Sans JP, sans-serif"
}

#top_agent_main .agent_box .text_box .ttl img {
    width: clamp(229.6px, 20vw, 287px);
    margin-bottom: -.4vw;
}

#top_agent_main .agent_box .text_box .text {
    font-size: clamp(11.2px, 1vw, 14px);
    font-weight: 600;
    /*     letter-spacing: 0.08em; */
    line-height: 1.65;
    color: #707070;
    margin-top: clamp(1.8px, 1.5vw, 16.5px);
}

#top_agent_main .text_box .question {
    position: relative;
    width: clamp(532px, 47vw, 658px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    margin-top: clamp(15.2px, 1.2vw, 19.2px);
}

#top_agent_main .text_box .question .arrow_back {
    position: absolute;
    bottom: -2.5vw;
    right: -2.5vw;
    width: 7.4vw;
}

#top_agent_main .text_box .question .title {
    background-color: #398370;
    text-align: center;
    color: #fff;
    font-size: clamp(15.4px, 1.5vw, 22px);
    padding: clamp(10.4px, .9vw, 13px) 0px clamp(7.2px, .6vw, 9px);
    ;
    border-radius: 10px 10px 0 0;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
}

#top_agent_main .text_box .question .list {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: clamp(9.6px, .8vw, 12px) clamp(22.4px, 1.9vw, 28px) clamp(12px, 1vw, 15px);
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}

#top_agent_main .text_box .question .list .icon {
    display: flex;
    align-items: center;
    gap: clamp(8px, 7vw, 10px);
    font-size: clamp(14.4px, 1.25vw, 18px);
    font-weight: bold;
    font-family: "Noto Sans JP, sans-serif;";
    color: #707070;
}

#top_agent_main .text_box .question .list .icon img {
    width: clamp(20.8px, 1.8vw, 26px);
    aspect-ratio: 1;
}

#top_agent .agent_page_list .img_text_box {
    flex-wrap: nowrap;
    align-items: center;
    display: flex;
}

#top_agent .agent_page_list .img_text_box .img {
    margin-right: 120px;
    width: 440px;
    height: 500px;
    flex-shrink: 0;
}

#top_agent .agent_page_list .img_text_box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#top_agent .agent_page_list .img_text_box .text_box {
    margin-left: auto;
}

#top_agent .agent_page_list .img_text_box .text_box .theme {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
    color: #04ba9c;
}

#top_agent .agent_page_list .img_text_box .text_box .text {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.07em;
    color: #3c3c3c;
    margin-top: 30px;
}

.people {
    width: 70vw;
    align-self: end;
}

.common_line_marker {
    position: relative;
    z-index: 1;
}

.common_line_marker:before {
    content: "";
    position: absolute;
    bottom: -.2vw;
    width: 100%;
    height: .5vw;
    background: #FFF500;
    z-index: -1;
}

#sp_fixed_box {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
    left: 0;
    padding: 2vw 0;
    background-color: #fff;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.16);
}

#sp_fixed_box .box ul {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
}

#sp_fixed_box .box ul li.mail {
    width: 55vw;
    flex-shrink: 0;
}

#sp_fixed_box .box ul li.mail .link {
    align-items: center;
    flex-wrap: nowrap;
    background-color: #ede6cc;
    padding: 4.5vw 3vw;
}

#sp_fixed_box .box ul li.mail .link .icon {
    width: 9.2vw;
    flex-shrink: 0;
}

#sp_fixed_box .box ul li.mail .link .icon svg {
    width: 100%;
    display: block;
}

#sp_fixed_box .box ul li.mail .link .icon svg path {
    fill: #141414;
}

#sp_fixed_box .box ul li.mail .link .name {
    margin-left: 3.5vw;
    color: #141414;
    line-height: 1.4;
    font-size: 4vw;
    font-weight: 600;
    letter-spacing: 0.04em;
}

#sp_fixed_box .box ul li.tel {
    width: 12vw;
}

#sp_fixed_box .box ul li.tel .link {
    width: 100%;
    height: 12vw;
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: #00856f;
    border-radius: 50%;
}

#sp_fixed_box .box ul li.tel .link svg {
    width: 40%;
    display: block;
}

#sp_fixed_box .box ul li.tel .link svg path {
    fill: #fff;
}

#sp_fixed_box .box ul li.line {
    width: 12vw;
}

#sp_fixed_box .box ul li.line .link {
    width: 100%;
}

#sp_fixed_box .box ul li.line .link img {
    width: 100%;
}

.common_tag_sec_box {
    background-image: url(/wp-content/themes/swell_child/image/agent/top_review_back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0;
}

.common_tag_sec_box .common_search_box+.common_search_box {
    margin-top: 100px;
}

.common_tag_sec_box .common_search_box .theme {
    font-size: 32px;
    letter-spacing: 0.06em;
    line-height: 1;
    font-weight: 600;
    display: flex;
    white-space: nowrap;
    text-align: center;
    flex-shrink: 0;
    align-items: center;
}

.common_tag_sec_box .common_search_box .theme::before,
.common_tag_sec_box .common_search_box .theme::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
}

.common_tag_sec_box .common_search_box .theme::before {
    margin-right: 45px;
}

.common_tag_sec_box .common_search_box .theme::after {
    margin-left: 45px;
}

.common_tag_sec_box .common_search_box ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 65px;
    margin-top: 50px;
}

.common_tag_sec_box .common_search_box ul li .link {
    color: #00856f;
    border: 1px solid #00856f;
    line-height: 60px;
    text-align: center;
    background-color: #fff;
    letter-spacing: 0.06em;
    font-weight: 600;
    font-size: 18px;
    display: block;
    transition: 0.3s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.common_tag_sec_box .common_search_box ul li .link::after {
    content: "";
    position: absolute;
    width: 100%;
    left: -96%;
    z-index: -1;
    top: 0;
    height: 100%;
    transition: .3s;
    background-color: #00856f;
}

.common_tag_sec_box .common_search_box ul li .link:hover {
    color: #fff;
}

.common_tag_sec_box .common_search_box ul li .link:hover::after {
    left: 0;
}

.common_agent_slider_box {
    padding: 100px 60px;
    background-color: #fafafa;
}


.common_agent_slider_box.page_agent .agent_box ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 20px;
}

.common_agent_slider_box .ttl_box {
    text-align: center;
    position: relative;
}

.common_agent_slider_box .ttl_box .en_ttl {
    color: #41a494;
    font-weight: 900;
    letter-spacing: 0.08em;
    font-size: 80px;
    left: 50%;
    transform: translateX(-50%);
    top: -33px;
    line-height: 1;
    position: absolute;
    opacity: 0.2;
    white-space: nowrap;
    font-style: italic;
}

.common_agent_slider_box .ttl_box .comment {
    font-size: 30px;
    color: #000;
    letter-spacing: 0.06em;
    line-height: 1.6;
    font-weight: 600;
}

.common_agent_slider_box .page_ttl_box {
    margin-top: 30px;
    text-align: center;
}

.common_agent_slider_box .page_ttl_box .page_ttl {
    padding: 14px 30px;
    background-color: #00856f;
    display: inline-block;
    position: relative;
    letter-spacing: 0.07em;
}

.common_agent_slider_box .page_ttl_box .page_ttl::after {
    width: 0;
    position: absolute;
    content: "";
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #00856f transparent transparent transparent;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.common_agent_slider_box .page_ttl_box .page_ttl .ttl {
    font-size: 28px;
    display: inline-block;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.08em;
    line-height: 1;
}

.common_agent_slider_box .page_ttl_box .page_ttl .ttl .term {
    font-size: 22px;
    margin-left: 5px;
}

.common_agent_slider_box .agent_box {
    margin-top: 40px;
}

.common_agent_slider_box .agent_box ul .slick-track {
    padding: 3px 0;
}

.common_agent_slider_box .agent_box ul .arrow {
    width: 56px;
    position: absolute;
    height: 56px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    display: flex !important;
    align-items: center;
    z-index: 10;
    justify-content: center;
    flex-shrink: 0;
    top: 150px;
}

.common_agent_slider_box .agent_box ul .arrow:hover svg path {
    stroke: #04ba9c;
}

.common_agent_slider_box .agent_box ul .arrow.prev {
    left: -35px;
}

.common_agent_slider_box .agent_box ul .arrow.next {
    right: -35px;
}

.common_agent_slider_box .agent_box ul .arrow.next svg {
    rotate: 180deg;
}

.common_agent_slider_box .agent_box ul .arrow svg {
    width: 26%;
    display: block;
}

.common_agent_slider_box .agent_box ul .arrow svg path {
    stroke: #141414;
    transition: 0.3s;
}

.common_agent_slider_box .agent_box ul li {
    flex-shrink: 0;
    margin: 0 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

.common_agent_slider_box .agent_box ul li .link {
    transition: .3s;
}

.common_agent_slider_box .agent_box ul li .link:hover {
    opacity: 0.7;
}

.common_agent_slider_box .agent_box ul li .link:hover .text_box .name {
    color: #04ba9c;
}

.common_agent_slider_box .agent_box ul li .img {
    width: 100%;
    height: 260px;
    position: relative;
}

.common_agent_slider_box .agent_box ul li .img .takken {
    width: 78px;
    display: flex;
    height: 78px;
    border-radius: 50%;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    line-height: 1.2;
    color: #c3b21c;
    letter-spacing: 0.02em;
    font-size: 17px;
    text-align: center;
    position: absolute;
    top: 3px;
    right: 2px;
}

.common_agent_slider_box .agent_box ul li .img .takken::after {
    content: "";
    position: absolute;
    border: 3px solid #c3b21c;
    width: 74px;
    height: 74px;
    border-radius: 50%;
}

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

.common_agent_slider_box .agent_box ul li .text_box {
    background-color: #fff;
    padding: 20px 18px;
}

.common_agent_slider_box .agent_box ul li .text_box .name_box {
    display: flex;
    align-items: center;
    gap: 0 8px;
}

.common_agent_slider_box .agent_box ul li .text_box .name {
    font-size: 22px;
    letter-spacing: 0.04em;
    line-height: 1;
    color: #000;
    transition: .3s;
    font-weight: 600;
    flex-shrink: 0;
}

.common_agent_slider_box .agent_box ul li .text_box .name_box .record {
    background: #00856f;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0;
    padding: 5px;
}

.common_agent_slider_box .agent_box ul li .text_box .info_box {
    margin-top: 16px;
}

.common_agent_slider_box .agent_box ul li .text_box .info_box .theme {
    font-size: 16px;
    color: #3c3c3c;
    letter-spacing: 0.06em;
    line-height: 1;
}

.common_agent_slider_box .agent_box ul li .text_box.comment {
    height: 150px;
}


.common_agent_slider_box .agent_box ul li .text_box.comment .info_box .theme {
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.common_agent_slider_box .agent_box ul li .text_box .info_box .theme+.theme {
    margin-top: 6px;
}

.common_agent_slider_box .agent_box ul li .text_box .link_btn {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 10px;
}

.common_agent_slider_box .agent_box ul li .text_box .link_btn .btn {
    line-height: 32px;
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    text-align: center;
    font-size: 12px;
    background-color: #333;
    transition: 0.3s;
}

.common_agent_slider_box .agent_box ul li .text_box .link_btn .btn:hover {
    opacity: 0.7;
}

.common_agent_slider_box .agent_box ul li .text_box .link_btn .btn+.btn {
    margin-left: 10px;
}

.common_agent_slider_box .agent_box .more_view_btn {
    margin: 58px auto 0;
    width: 320px;
}

.common_agent_slider_box .agent_box .more_view_btn .btn {
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    transition: 0.3s;
    letter-spacing: 0.06em;
    display: block;
    line-height: 60px;
    background-color: #00856f;
    position: relative;
}

.common_agent_slider_box .agent_box .more_view_btn .btn::after {
    content: "";
    position: absolute;
    width: 10px;
    aspect-ratio: 1;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    rotate: 45deg;
}

.common_agent_slider_box .agent_box .more_view_btn .btn:hover {
    background-color: #04ba9c;
}

.common_page_wrap.single {
    padding: 40px 0;
}

.single_agent .main_box {
    margin-right: 25px;
    display: flex;
    justify-content: space-between;
}

.single_agent .main_box .img {
    flex-shrink: 0;
    width: calc(50vw - 100px);
    height: fit-content;
    margin-top: 80px;
    position: relative;
}

.single_agent .main_box .img::before {
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid #00856f;
    position: absolute;
    top: 25px;
    right: -25px;
}

.single_agent .main_box .text_box {
    height: fit-content;
    padding: 45px 35px 35px 0;
    padding-left: calc(50vw - 600px);
    position: relative;
    z-index: 0;
}

.single_agent .main_box .text_box::before {
    content: "";
    width: calc(50vw + 150px);
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.single_agent .main_box .text_box .sub_title {
    display: inline-block;
    color: #06BA9C;
    font-size: 29px;
    font-weight: 700;
    background: linear-gradient(transparent 70%, #FFF100 70%);
    line-height: 1;
    margin-bottom: 10px;
}

.single_agent .main_box .text_box .title {
    color: #06BA9C;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single_agent .main_box .text_box .text {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 30px;
}

.single_agent .main_box .text_box .btn_box {
    display: grid;
    gap: 15px 0;
}

.single_agent .main_box .text_box .btn_box .common_btn {
    margin: 0;
}

.agent_name_box {
    display: flex;
    margin: 50px 0 140px;
}

.agent_name_box .movie {
    flex-shrink: 0;
    width: 372px;
    height: fit-content;
    aspect-ratio: 372/536;
    position: relative;
    z-index: 1;
}

.agent_name_box .movie .img {
    width: 100%;
    height: 100%;
}

.agent_name_box .movie .wp-video {
    width: 100%;
    height: 100%;
}

.agent_name_box .movie .mejs-container {
    width: 100% !important;
    height: 100% !important;
}

.agent_name_box .movie video {
    width: 100% !important;
    height: 100% !important;
}

.agent_name_box .text_box {
    width: 100%;
    height: fit-content;
    text-align: center;
    padding: 110px 50px 60px 100px;
    position: relative;
    z-index: 0;
}

.agent_name_box .text_box::before {
    content: "";
    width: calc(50vw + 500px);
    height: 100%;
    background: #fff;
    position: absolute;
    top: 35px;
    right: calc(50% - 50vw);
    z-index: -1;
}

.agent_name_box .text_box .theme {
    color: #595757;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 50px;
}

.agent_name_box .text_box .text {
    color: #3E3A39;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
}

.agent_name_box .text_box .btn_box {
    margin-top: 35px;
    display: inline-flex;
    justify-content: center;
    gap: 0 25px;
}

/* .wave canvas {
    position: absolute;
    bottom: -80px;
    left: 0;
    z-index: -1;
    rotate: -9deg;
    width: 100%;
} */

.single_agent .back_inner {
    position: relative;
    z-index: 1;
}

.single_agent .back_inner.comment {
    margin-top: 100px;
}

.single_agent .profile_box {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    padding: 100px 120px;
    border-radius: 6px;
    background-image: url(/wp-content/themes/swell_child/image/agent/top_review_back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.single_agent .profile_box .ttl {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #04ba9c;
}

.single_agent .profile_box.comment {
    padding: 60px 120px;
}

.single_agent .profile_box.comment .text {
    font-size: 18px;
    font-weight: 500;
    margin-top: 35px;
    letter-spacing: 0.1em;
    line-height: 1.5;
}

.single_agent .tanto_agent_box {
    margin: 100px 0;
}

.single_agent .tanto_agent_box .ttl {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #04ba9c;
    margin-bottom: 0.7em;
}

.single_agent .tanto_agent_box .agent_item {
    display: flex;
    align-items: center;
    gap: 40px;
}

.single_agent .tanto_agent_box .agent_item .agent_img {
    flex-shrink: 0;
    width: 500px;
    min-height: 350px;
}

.single_agent .tanto_agent_box .agent_item .agent_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single_agent .tanto_agent_box .agent_info {
    flex-grow: 1;
}

.single_agent .tanto_agent_box .agent_info .agent_text {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.5;
}

.single_agent .tanto_agent_box .agent_info .agent_text+.agent_text {
    margin-top: 0.2em;
}

.single_agent .tanto_agent_box .agent_info .agent_text span {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-right: .5em;
}

.single_agent .tanto_agent_box .agent_info .link_btn {
    line-height: 60px;
    text-align: center;
    color: #fff;
    background-color: #00856f;
    font-weight: 600;
    display: block;
    letter-spacing: 0.06em;
    font-size: 18px;
    transition: .3s;
    position: relative;
    margin-top: 30px;
    transition: .3s;
}

.single_agent .tanto_agent_box .agent_info .link_btn:hover {
    background-color: #04ba9c;
}

.single_agent .profile_box .box {
    margin-top: 60px;
}

.single_agent .profile_box .box ul {
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: space-between;
    padding: 0 12px;
}

.single_agent .profile_box .box ul+ul {
    margin-top: 25px;
    padding-top: 25px;
    border-top: dashed 2px #ccc;
}

.single_agent .profile_box .box ul li {
    width: 45%;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.single_agent .profile_box .box ul li .theme {
    width: 135px;
    flex-shrink: 0;
    margin-right: 20px;
    color: #141414;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1.5;
    font-size: 16px;
}

.single_agent .profile_box .box ul li .cont {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    color: #3c3c3c;
}

.single_agent .profile_box .tag_box {
    margin-top: 80px;
    width: 80%;
}

.single_agent .profile_box .tag_box ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 20px;
}

.single_agent .profile_box .tag_box ul li .tag {
    color: #00856f;
    border: 1px solid #00856f;
    line-height: 60px;
    text-align: center;
    background-color: #fff;
    letter-spacing: 0.06em;
    font-weight: 600;
    font-size: 18px;
    display: block;
    transition: 0.3s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.single_agent .profile_box .tag_box ul li .tag:hover {
    color: #fff;
}

.single_agent .profile_box .tag_box ul li .tag::after {
    content: "";
    position: absolute;
    width: 100%;
    left: -96%;
    z-index: -1;
    top: 0;
    height: 100%;
    transition: .3s;
    background-color: #00856f;
}

.single_agent .profile_box .tag_box ul li .tag:hover::after {
    left: 0;
}

.single_agent .profile_box .ab_img {
    position: absolute;
    rotate: 3deg;
    width: 240px;
    right: -115px;
    bottom: -50px;
    aspect-ratio: 1;
}

.single_agent .profile_box .ab_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}


.single_agent .owner_comment_box {
    background-color: #fff;
    background-image: url(/wp-content/themes/swell_child/image/agent/top_review_back.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 55px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    padding: 50px 55px;
    border-radius: 6px;
}

.single_agent .owner_comment_box .ttl {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #04ba9c;
}

.single_agent .owner_comment_box .comment_text {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px dashed #ccc;
    letter-spacing: 0.08em;
    line-height: 1.6;
    color: #3c3c3c;
    font-size: 16px;
}

.single_agent .agent_comment_box {
    margin-top: 100px;
}

.single_agent .agent_comment_box .accent {
    text-align: center;
    margin-top: 80px;
}

.single_agent .agent_comment_box .ttl {
    text-align: center;
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #3c3c3c;
}

.single_agent .agent_comment_box .ttl .name {
    font-size: 40px;
    font-weight: 600;
    color: #04ba9c;
}

.single_agent .agent_comment_box ul {
    margin-top: 50px;
}

.single_agent .agent_comment_box ul .slick-track {
    padding: 0 2px 8px;
}

.single_agent .agent_comment_box ul .slick-dots {
    bottom: -40px;
}

.single_agent .agent_comment_box ul .slick-dots li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
    padding: 0;
    margin: 0 11px;
}

.single_agent .agent_comment_box ul .slick-dots li.slick-active {
    background-color: #02c7a6;
}

.single_agent .agent_comment_box ul .slick-dots li button {
    display: none;
}

.single_agent .agent_comment_box ul .slick-dots li button::after {
    display: none;
}

.single_agent .agent_comment_box ul .arrow {
    width: 56px;
    position: absolute;
    height: 56px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    display: flex !important;
    align-items: center;
    z-index: 10;
    justify-content: center;
    flex-shrink: 0;
    top: 180px;
}

.single_agent .agent_comment_box ul .arrow:hover svg path {
    stroke: #04ba9c;
}

.single_agent .agent_comment_box ul .arrow.prev {
    left: -36px;
}

.single_agent .agent_comment_box ul .arrow.next {
    right: -36px;
}

.single_agent .agent_comment_box ul .arrow.next svg {
    rotate: 180deg;
}

.single_agent .agent_comment_box ul .arrow svg {
    width: 26%;
    display: block;
}

.single_agent .agent_comment_box ul .arrow svg path {
    stroke: #141414;
    transition: 0.3s;
}

.single_agent .agent_comment_box ul li {
    flex-shrink: 0;
    background-color: #fff;
    box-shadow: 0 1p 2px rgba(0, 0, 0, 0.16);
    padding: 20px;
    margin: 0 12px;
}

.single_agent .agent_comment_box ul li .comment_img {
    width: 100%;
    height: 420px;
    background-color: #f5f5f5;
}

.single_agent .agent_comment_box ul li .comment_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.single_agent .agent_comment_box ul li .text_box {
    margin-top: 20px;
}


.single_agent .agent_comment_box ul li .name {
    font-size: 16px;
    font-weight: 600;
    color: #141414;
    letter-spacing: 0.08em;
    line-height: 1;
    transition: .3s;
}

.single_agent .agent_comment_box ul li a:hover .name {
    color: #04ba9c;
}


.single_agent .agent_comment_box ul li .name .big {
    font-size: 22px;
}

.single_agent .agent_comment_box ul li .text {
    margin-top: 18px;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1.5;
    color: #3c3c3c;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.single_agent .page_reserve_btn_box {
    display: flex;
    margin-top: 70px;
    flex-direction: column;
    gap: 10px 0;
}

.single_agent .common_btn {
    width: 300px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 54px;
    border-radius: 10px;
    transition: 0.3s;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}

.single_agent .common_btn.reserve {
    background-color: #FF576F;
    border: 3px solid #FF576F;
}

.single_agent .common_btn.line {
    background-color: #37B900;
    border: 3px solid #37B900;
}

.single_agent .common_btn::before {
    content: "";
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    aspect-ratio: 1;
}

.single_agent .common_btn.reserve::before {
    background-image: url(/wp-content/themes/swell_child/image/agent/icon_reserve_white.svg);
    transition: .3s;
}

.single_agent .common_btn.line::before {
    background-image: url(/wp-content/themes/swell_child/image/agent/icon_line_green.svg);
}

.single_agent .common_btn::after {
    content: "";
    width: 10px;
    aspect-ratio: 1;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    rotate: 45deg;
}

/* .single_agent .common_btn.reserve:hover {
    background: #fff;
    color: #00856f;
}

.single_agent .common_btn.line:hover {
    color: #37B900;
    background: #fff;
}

.single_agent .common_btn.reserve:hover::before {
    background-image: url(/wp-content/themes/swell_child/image/agent/icon_reserve_green2.svg);
}

.single_agent .common_btn.reserve:hover::after {
    border-color: #00856f;
}

.single_agent .common_btn.line:hover::after {
    border-color: #37B900;
} */

.single_agent .common_btn:nth-child(3) {
    background-color: #00856f;
}

.single_agent .other_box {
    margin-top: 80px;
    padding-top: 80px;
    border-top: 2px dashed #ccc;
}

.single_agent .other_box .ttl_theme {
    text-align: center;
    font-size: 38px;
    color: #04ba9c;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1;
}

.single_agent .other_box .common_agent_slider_box {
    background: none;
    padding: 0;
}

.single_agent .other_box .view_btn_box {
    width: 300px;
    margin: 50px auto 0;
}

.single_agent .other_box .view_btn_box a {
    line-height: 60px;
    text-align: center;
    color: #fff;
    background-color: #00856f;
    font-weight: 600;
    display: block;
    letter-spacing: 0.06em;
    font-size: 18px;
    transition: .3s;
    position: relative;
}

.single_agent .other_box .view_btn_box a::after {
    content: "";
    position: absolute;
    width: 10px;
    aspect-ratio: 1;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    rotate: 45deg;
}

.single_agent .other_box .view_btn_box a:hover {
    opacity: 0.7;
}

.modal_line_inner .attention {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-bottom: 20px;
}

.modal_line_inner .copy_box {
    background-color: #333;
    width: 100%;
    padding: 10px 20px;
}

.modal_line_inner .copy_btn:hover {
    opacity: 0.7;
}

.modal_line_inner .copy_box input {
    display: block;
    width: 100%;
    color: #fff;
    background-color: unset;
    border: unset;
    border-radius: 0;
    padding: 0;
}

.modal_line_inner .copy_btn {
    display: inline-block;
    line-height: 2.3;
    text-align: center;
    transition: .3s;
    position: absolute;
    top: 73px;
    z-index: 1;
    background: #ccc;
    padding: 0 10px;
    right: 35px;
}

.modal_line_inner .btn {
    display: block;
    width: 300px;
    line-height: 55px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-align: center;
    background: #39be00;
    margin: 30px auto 0;
    transition: .3s;
}

.modal_line_inner .btn:hover {
    opacity: 0.7;
}

.single-agent {
    background-color: #f2f1ed;
}

.line_cont {
    display: none;
}

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

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

.common_page_title h2 {
    font-size: 30px;
}

.common_page_title .sub_title {
    font-size: 14px;
    letter-spacing: 0.1em;
}

.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: initial;
}

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

.company_profile table {
    width: 100%;
    border-collapse: collapse;
}

.company_profile table th,
.company_profile table td {
    padding: 1em;
    border-bottom: 1px solid;
    font-size: 14px;
}

.company_profile table th {
    width: 20%;
}

.company_profile table td {
    width: 80%;
}

.company_access .map {
    height: 350px;
}

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

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

.common-contactform table th,
.common-contactform 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;
}

.common-contactform table th {
    width: 25%;
    background: #f7f7f7;
    white-space: nowrap;
    letter-spacing: 0.05em;
}

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

.common-contactform table th .ninni {
    background: #333;
}

.common-contactform table td {
    width: 75%;
}

.common-contactform table td .up {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 12px;
}

.common-contactform table td .up span.sec {
    display: inline-block;
    width: 22%;
    margin-right: 10px;
}

.common-contactform table td .down .pri {
    margin-bottom: 6px;
}

.common-contactform table td .up span select {
    width: 100%;
}

.common-contactform table td .up span+span {
    margin-left: 10px;
}

.common-contactform input[type=text],
.common-contactform input[type=email],
.common-contactform #zip {
    width: 85%;
    height: 44px;
    border: 1.2px solid #a4a4a4;
    border-radius: 4px;
    padding: 1em;
    background: #f7f7f7;
}

.common-contactform input.tel {
    padding: 1em;
    width: 18.8%;
    border: 1.2px solid #a4a4a4;
}

.common-contactform select {
    outline: none;
    background: #f7f7f7;
    padding: 1em;
    width: 50%;
    border: 1.2px solid #a4a4a4;
}

.common-contactform textarea {
    width: 85%;
    padding: 1em;
    height: 200px;
    border: 1.2px solid #a4a4a4;
    background: #f7f7f7;
}

.common-contactform .attention {
    font-size: 12px;
}

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

#page_contact #btn_wrap button {
    background-color: #00856f;
    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] {
    text-decoration: underline;
    background: transparent;
    color: #333;
    width: auto;
    display: inline-block;
}

#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: #333;
    -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 36px 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: 2px solid #ccc;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

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

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

.mw_wp_form .horizontal-item {
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-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: #00856f;
    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: #333;
    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;
    margin-top: 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;
}

.common-contactform .reserve_cont {
    display: grid;
    grid-template-columns: 470px 1fr;
    gap: 0 30px;
}

.common-contactform .reserve_cont .calendar .ui-datepicker {
    width: 100%;
    padding: 5px;
}

.common-contactform .reserve_cont .calendar table {
    width: 100%;
    margin: 0;
    border: none;
}

.common-contactform .reserve_cont .calendar table th {
    padding: 0;
    width: auto;
    border-color: #fff;
    background: transparent;
}

.common-contactform .reserve_cont .calendar table th span {
    display: block;
    padding: .7em .3em;
    background: #ffebe1;
    color: #ed6103;
}

.common-contactform .reserve_cont .calendar table th.ui-datepicker-week-end span {
    background: #e1f6ff;
    color: #3475ce;
}

.common-contactform .reserve_cont .calendar table th.ui-datepicker-week-end:nth-of-type(1) span {
    background: #ffeaec;
    color: #e83250;
}

.common-contactform .reserve_cont .calendar table td {
    width: auto;
    padding: 0;
    border: none;
}

.common-contactform .reserve_cont .calendar table td a {
    display: block;
    padding: 10px;
    border-color: #fff;
}

.common-contactform .reserve_cont .calendar table td a.ui-state-active {
    border: 1px solid #ed6103;
    font-weight: 600;
    color: #ed6103;
    background: #fbf1ca;
}

.common-contactform .reserve_cont .calendar table td a.ui-state-highlight {
    border: 1px solid #ed6103;
    font-weight: 600;
    color: #ed6103;
    background: #ffebe1;
}

.common-contactform .reserve_cont .table_box .sec_title {
    font-size: 18px;
    letter-spacing: .05em;
    font-weight: 700;
    line-height: 1.5;
    border-left: 3px solid #04ba9c;
    padding-left: 0.7em;
    margin-bottom: 0.7em;
}

.common-contactform .reserve_cont .table_box table {
    width: 100%;
}

.common-contactform .reserve_cont .table_box table th {
    white-space: initial;
    width: 38%;
}

.common-contactform .reserve_cont .table_box table .pri {
    margin-bottom: 0.3em;
}

.common-contactform .reserve_cont .calendar table td.ui-state-disabled {
    background: #f6f6f6;
    border: 2px solid #fff;
}

.common-contactform .reserve_cont .calendar table td.ui-state-disabled span {
    background: #f6f6f6;
    border: none;
}

.common-contactform table tr.date {
    display: none;
}

.mw_wp_form_confirm .common-contactform .reserve_cont {
    grid-template-columns: 1fr;
}

.mw_wp_form_confirm .common-contactform .reserve_cont .table_box {
    width: 74%;
    margin: 0 auto;
}

.mw_wp_form_confirm .common-contactform table tr.date {
    display: table-row;
}

/* 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;
    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 {
    opacity: 0.7;
}

.wp-pagenavi .current {
    color: #fff;
    background-color: #333;
    border-color: #333;
    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/swell_child/image/agent/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/swell_child/image/agent/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/swell_child/image/agent/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;
}

.common_page_main {
    padding: 100px 0 0px;
}

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

.common_page_main .title_box .title {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1;
    color: #3c3c3c;
}

.common_page_main .title_box .sub_title {
    font-size: 20px;
    font-weight: 600;
    color: #04ba9c;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-top: 18px;
}

.archive_agent .return_box {
    width: 300px;
    margin: 80px auto 0;
}

.archive_agent .return_box a {
    color: #fff;
    display: block;
    background-color: #00856f;
    font-weight: 600;
    letter-spacing: 0.06em;
    transition: .3s;
    font-size: 18px;
    line-height: 60px;
    letter-spacing: 0.06em;
    text-align: center;
    position: relative;
}

.archive_agent .return_box a::after {
    content: "";
    position: absolute;
    width: 10px;
    aspect-ratio: 1;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    rotate: 45deg;
}

.archive_agent .return_box a:hover {
    background-color: #02c7a6;
}

#single_page {
    overflow: hidden;
}

.single_agent .text_img_box {
    justify-content: center;
    align-items: center;
    gap: 150px;
    flex-wrap: nowrap;
}

.single_agent .text_img_box .text_box {
    position: relative;
    flex-grow: 1;
}

.single_agent .text_img_box .text_box .ab_agent {
    position: absolute;
    font-size: 45px;
    left: -79px;
    top: -57px;
    font-weight: 600;
    letter-spacing: 0.08em;
    rotate: -2deg;
    color: #02c7a6;
    white-space: nowrap;
}

.single_agent .text_img_box .text_box .agent_name {
    font-size: 50px;
    font-weight: 600;
    color: #3c3c3c;
    letter-spacing: 0.08em;
}

.single_agent .text_img_box .img {
    width: 420px;
    height: 520px;
    position: relative;
    flex-shrink: 0;
}

.single_agent .text_img_box .img .ab_agent {
    position: absolute;
    font-size: 40px;
    left: 0;
    bottom: -10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    rotate: 4deg;
    color: #02c7a6;
}

.single_agent .text_img_box .img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 4px solid #00856f;
    top: 30px;
    left: -30px;
}

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

.single_agent .text_img_box .wave {
    position: absolute;
    width: 100%;
    height: 100px;
    z-index: -1;
}

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

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

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

    body {
        font-size: 13px;
        line-height: 1.5;
        margin-top: 70px;
    }

    /* SP固定ページ 共通設定 */
    .common_page_wrap {
        padding: 20vw 0;
    }

    .common_page_wrap.single {
        padding: 10vw 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ヘッダー */
    header#sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
        z-index: 100;
        height: 80px;
    }

    header#sp_header .logo {
        position: absolute;
        left: 10px;
        top: 24px;
        line-height: 0;
        width: 40vw;
    }

    header#sp_header .logo img {
        height: 40px;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

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

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

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

    #top_agent_main {
        /*         padding: 15vw 5vw 20vw; */
        background-color: #f9f8f3;
        padding-bottom: 0;
    }

    #top_agent_main .agent_box {
        background-image: unset;
        padding: 0;
        background-image: url(/wp-content/themes/swell_child/image/agent/top_agent_back_sp.jpg);
        background-size: cover;
        aspect-ratio: 414 / 595;
        min-width: auto;
    }

    #top_agent_main .text_box .question .list .icon {
        font-size: 4vw
    }

    #top_agent_main .text_box .question .list .icon img {
        width: 6vw;
    }

    #top_agent_main .text_box .question {
        /* 		max-width: 90%; */
        margin: 38vw auto 0;
        width: 100%;
    }

    #top_agent_main .text_box .question .title {
        padding: 8px 0 4px;
        font-size: 4.3vw;
    }

    #top_agent_main .text_box .question .list {
        grid-template-columns: 1fr;
        padding: 12px 0 15px 10vw;
        gap: 1vw;
    }

    #top_agent_main .agent_box .text_box {
        width: 90%;
        margin: 0 auto;
    }

    #top_agent_main .agent_box .text_box .text_word {
        width: max-content;
        top: -2vw;
        left: 50%;
        font-size: 5.3vw;
        transform: translate(-50%);
        margin-left: 0;
    }

    #top_agent_main .agent_box .text_box .ttl {
        font-size: 9.7vw;
        padding-top: 6vw;
        text-align: center;
    }

    #top_agent_main .agent_box .text_box .ttl img {
        width: 65vw;
    }

    #top_agent_main .agent_box .text_box .text {
        text-align: center;
        font-size: 3vw;
        margin-top: 0;
    }

    #top_agent_main .agent_box .text_box .sp_agent_img {
        margin-top: 4vw;
        display: none;
    }

    #top_agent .agent_page_list .img_text_box {
        display: block;
    }

    #top_agent .agent_page_list .img_text_box .img {
        margin-right: 0;
        width: 100%;
        height: 62vw;
    }

    #top_agent .agent_page_list .img_text_box .text_box {
        margin-left: 0;
        margin-top: 4vw;
        text-align: center;
    }

    #top_agent .agent_page_list .img_text_box .text_box .theme {
        font-size: 6vw;
        line-height: 1.4;
    }

    #top_agent .agent_page_list .img_text_box .text_box .text {
        font-size: 3.4vw;
        margin-top: 3vw;
    }

    #top_agent_main .agent_box .text_box .text_word {
        position: absolute;
        color: #398370;
        font-size: 5.3vw;
        font-family: "Noto Sans JP";
        font-weight: 600;
        left: 50%;
        transform: translatex(-50%);
        top: -2vw;
    }

    #top_agent_main .agent_box .text_box .text_word:before {
        content: "";
        position: absolute;
        width: 3px;
        height: 6vw;
        display: block;
        transform: translate(-50%, -50%) rotate(-30deg);
        background-color: #398370;
        top: 50%;
        left: -3vw;
    }

    #top_agent_main .agent_box .text_box .text_word:after {
        content: "";
        position: absolute;
        width: 3px;
        height: 6vw;
        display: block;
        transform: translate(-50%, -50%) rotate(30deg);
        background-color: #398370;
        top: 50%;
        right: -3vw;
        left: auto;
    }

    .common_tag_sec_box .common_search_box .theme {
        font-size: 6vw;
    }

    .common_tag_sec_box .common_search_box ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 2vw 3vw;
        margin-top: 5vw;
    }

    .common_tag_sec_box .common_search_box ul li .link {
        line-height: 10vw;
        font-size: 3.6vw;
        transition: 0s;
    }

    .common_tag_sec_box .common_search_box ul li .link:hover {
        color: #00856f;
    }

    .common_tag_sec_box .common_search_box ul li .link:hover::after {
        left: -96%;
    }

    .common_agent_slider_box {
        padding: 10vw 0 23vw;
        background-position: -185vw 0vw;
    }

    .common_agent_slider_box.page_agent .agent_box ul {
        display: grid;
        grid-template-columns: 100%;
        gap: 15px;
        grid-template-columns: repeat(2, 1fr);
    }

    .common_agent_slider_box.page_agent .agent_box ul li {
        width: 100%;
        margin: 0;
    }

    .common_agent_slider_box .ttl_box .en_ttl {
        font-size: 10vw;
        top: -5vw;
    }

    .common_agent_slider_box .ttl_box .comment {
        font-size: 4.3vw;
        line-height: 1.6;
    }

    .common_agent_slider_box .agent_box {
        margin-top: 5vw;
    }

    .common_agent_slider_box .agent_box ul .slick-track {
        padding: 1vw 0;
    }

    .common_agent_slider_box .agent_box ul .arrow {
        width: 10vw;
        height: 10vw;
        top: 45vw;
    }

    .common_agent_slider_box .agent_box ul .arrow.prev {
        left: -3vw;
    }

    .common_agent_slider_box .agent_box ul .arrow.next {
        right: -3vw;
    }

    .common_agent_slider_box .agent_box ul .arrow svg path {
        stroke: #333;
        transition: 0s;
    }

    .common_agent_slider_box .agent_box ul .arrow:hover svg path {
        stroke: #333;
    }

    .common_agent_slider_box .agent_box ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .common_agent_slider_box .agent_box ul li {
        margin: 0;
        width: auto;
        flex-shrink: 0;
    }

    .common_agent_slider_box .agent_box ul li .img {
        height: 52vw;
    }

    .common_agent_slider_box .agent_box ul li .text_box {
        padding: 5vw 3vw;
    }

    .common_agent_slider_box .agent_box ul li .text_box.comment {
        height: 34vw;
        padding: 4.5vw 2vw 0;
    }

    .common_agent_slider_box .agent_box ul li .text_box .name {
        font-size: 4.7vw;
    }

    .common_agent_slider_box .agent_box ul li .text_box .name_box {
        display: block;
    }

    .common_agent_slider_box .agent_box ul li .text_box .name_box .record {
        font-size: 2.8vw;
        padding: 0.8vw 1.2vw;
        margin-top: 2vw;
        width: fit-content;
    }

    #top_agent .agent_page_list .common_search_box+.common_search_box {
        margin-top: 8vw;
        padding-top: 8vw;
    }

    #top_agent_main .text_box .question .arrow_back {
        display: none;
    }

    .common_agent_slider_box .agent_box ul li .text_box .info_box {
        margin-top: 4vw;
    }

    .common_agent_slider_box .agent_box ul li .text_box .info_box .theme {
        font-size: 3.4vw;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .common_agent_slider_box .agent_box ul li .text_box .info_box .theme+.theme {
        margin-top: 2vw;
    }

    .common_agent_slider_box .agent_box ul li .text_box .link_btn {
        margin-top: 6vw;
        display: block;
    }

    .common_agent_slider_box .agent_box ul li .text_box .link_btn .btn {
        width: 100%;
        line-height: 10vw;
        border-radius: 10vw;
        display: block;
        font-size: 3.5vw;
        transition: 0s;
        background-color: #333;
    }

    .common_agent_slider_box .agent_box ul li .text_box .link_btn .btn:hover {
        opacity: 0.7;
    }

    .common_agent_slider_box .agent_box ul li .text_box .link_btn .btn+.btn {
        margin-left: 0;
        margin-top: 2vw;
    }

    .common_agent_slider_box .agent_box .more_view_btn {
        margin: 5vw auto 0;
        width: 80%;
    }

    .common_agent_slider_box .agent_box .more_view_btn .btn {
        font-size: 4vw;
        transition: 0s;
        line-height: 13vw;
        border-radius: 10vw;
    }

    .common_agent_slider_box .agent_box .more_view_btn .btn:hover {
        background-color: #00856f;
    }

    /* SP固定ページ 会社概要 */
    .company_profile {
        margin-bottom: 20vw;
    }

    .company_profile table th,
    .company_profile table td {
        font-size: 3.2vw;
        width: 100%;
        display: block;
    }

    .company_profile table {
        border-top: 1px solid;
    }

    .company_profile table th {
        width: 100%;
        background-color: #f2f2f2;
    }

    .company_profile table td {
        width: 100%;
    }

    .company_access .map {
        height: 50vw;
    }

    /* SP固定ページ お問い合わせ */
    #page_contact .common_page_wrap {
        padding: 8vw 0 20vw;
    }

    .page-id-14 .common_page_main,
    .page-id-22 .common_page_main,
    .page-id-24 .common_page_main {
        padding: 0;
    }

    .common-contactform table {
        /* margin-bottom: 10vw; */
        width: 100%;
    }

    .common-contactform table th,
    .common-contactform table td {
        font-size: 4vw;
        display: block;
        border-bottom: none;
        padding: 5vw 4vw;
    }

    .common-contactform table th {
        width: 100%;
        text-align: left;
        padding: 3vw;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: center;
    }

    .common-contactform table td {
        width: 100%;
    }

    .common-contactform input[type=text],
    .common-contactform input[type=email],
    .common-contactform #zip {
        width: 100%;
        height: 12vw;
    }

    .common-contactform input.tel {
        width: 29%;
    }

    .common-contactform select {
        width: 100%;
    }

    .common-contactform textarea {
        width: 100%;
        height: 60vw;
    }

    #page_contact #btn_wrap button {
        width: 80%;
        line-height: 12vw;
        border-radius: 4px;
        font-size: 4vw;
    }

    #page_contact #btn_wrap button[name=submitBack] {
        width: 100%;
        line-height: 1.4;
    }

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

    .mw_wp_form .horizontal-item+.horizontal-item {
        margin-left: 0;
        margin-top: 2vw;
    }

    .common-contactform .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: 3vw;
    }

    .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;
    }

    .common-contactform table th .hissu,
    .common-contactform table th .ninni {
        display: block;
        width: 13vw;
        padding: 0.2vw 0;
        text-align: center;
        font-size: 3vw;
        margin-right: 0;
    }

    .common-contactform table {
        border-bottom: solid 1px #dfdfdf;
    }

    #page_contact #btn_wrap {
        width: 100%;
        text-align: center;
        margin: 8vw auto 0;
    }

    .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;
        margin-top: 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: 3.2vw;
        line-height: 1.4;
        padding: 7vw 0px 2vw;
        width: 31%;
    }

    #page_contact .progressbar .item .en {
        display: block;
        color: #7b7b7b;
        font-size: 3vw;
        margin-bottom: 0.5vw;
    }

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

    #page_contact .progressbar .item.active::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 1.6vw;
        width: 2vw;
        height: 2vw;
        border-radius: 50%;
        background: #333;
        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;
    }

    .common-contactform .reserve_cont {
        grid-template-columns: 1fr;
        gap: 9vw 0;
    }

    .common-contactform .reserve_cont .calendar .ui-datepicker {
        padding: 2vw;
        font-size: 3.5vw;
    }

    .common-contactform .reserve_cont .calendar table th {
        display: table-cell;
        text-align: center;
        font-size: 3.5vw;
    }

    .common-contactform .reserve_cont .calendar table td {
        display: table-cell;
    }

    .common-contactform .reserve_cont .table_box .sec_title {
        font-size: 4.2vw;
    }

    .common-contactform .reserve_cont .table_box table th {
        width: 100%;
        white-space: nowrap;
    }

    .mw_wp_form_confirm .common-contactform .reserve_cont {
        display: block;
    }

    .mw_wp_form_confirm .common-contactform .reserve_cont .table_box {
        width: 100%;
    }

    .common-contactform .reserve_cont .table_box table .pri {
        font-size: 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: 0;
    }

    .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;
    }

    .common_banner_section #footer_main_slider .slick-arrow {
        width: 11vw;
    }

    .common_banner_section #footer_main_slider .slick-arrow.prev {
        left: -1vw;
    }

    .common_banner_section #footer_main_slider .slick-arrow.next {
        right: -1vw;
    }

    .common_banner_section #footer_main_slider .slick-arrow::before {
        width: 2.7vw;
        border-width: 2px 2px 0 0;
    }


    .single_agent .main_box {
        flex-direction: column-reverse;
        margin: 0;
    }

    .single_agent .main_box .img {
        width: 100%;
        margin: 0;
    }

    .single_agent .main_box .img::before {
        content: none;
    }

    .single_agent .main_box .text_box {
        background: #fff;
        padding: 6vw 6vw 9vw;
        text-align: center;
    }

    .single_agent .main_box .text_box::before {
        content: none;
    }

    .single_agent .main_box .text_box .sub_title {
        font-size: 4.5vw;
        display: block;
        width: fit-content;
        margin: 0 auto 2.5vw;
    }

    .single_agent .main_box .text_box .title {
        font-size: 6.2vw;
        margin-bottom: 2vw;
    }

    .single_agent .main_box .text_box .text {
        font-size: 3.7vw;
        text-align: left;
        margin-bottom: 6vw;
    }

    .single_agent .main_box .text_box .btn_box {
        gap: 3vw 0;
    }

    .agent_name_box {
        display: block;
        margin: 15vw 0 30vw;
    }

    .agent_name_box .movie {
        width: 100%;
        aspect-ratio: 4/5;
    }

    .agent_name_box .text_box {
        background: #fff;
        padding: 8vw 6vw;
    }

    .agent_name_box .text_box .theme {
        font-size: 6vw;
        margin-bottom: 3vw;
    }

    .agent_name_box .text_box .text {
        font-size: 3.5vw;
        line-height: 1.7;
        text-align: left;
    }

    .agent_name_box .text_box .btn_box {
        margin-top: 6vw;
        flex-direction: column;
        gap: 3vw 0;
    }

    .wave canvas {
        display: none;
    }

    .single_agent .profile_box {
        margin-top: 20vw;
        padding: 17vw 2vw 17vw;
        border-radius: 2vw;
    }

    .single_agent .profile_box .ttl {
        font-size: 6vw;
    }

    .single_agent .tanto_agent_box {
        margin: 12vw 0;
    }

    .single_agent .tanto_agent_box .ttl {
        font-size: 6.5vw;
    }

    .single_agent .tanto_agent_box .agent_item {
        flex-direction: column;
        align-items: unset;
        gap: 5vw;
    }

    .single_agent .tanto_agent_box .agent_item .agent_img {
        width: 100%;
        min-height: 40vw;
    }

    .single_agent .tanto_agent_box .agent_item .agent_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .single_agent .tanto_agent_box .agent_info {
        flex-grow: 1;
    }

    .single_agent .tanto_agent_box .agent_info .agent_text {
        font-size: 3.9vw;
        font-weight: 500;
        letter-spacing: 0.1em;
        line-height: 1.5;
    }

    .single_agent .tanto_agent_box .agent_info .agent_text span {
        font-size: 1.2em;
    }

    .single_agent .tanto_agent_box .agent_info .link_btn {
        line-height: 13vw;
        font-size: 4vw;
        transition: .0s;
        margin-top: 4vw;
    }

    .single_agent .tanto_agent_box .agent_info .link_btn:hover {
        background-color: #00856f;
    }

    .single_agent .profile_box .box {
        margin-top: 8vw;
    }

    .single_agent .profile_box .box ul {
        display: block;
        padding: 0;
    }

    .single_agent .profile_box .box ul+ul {
        margin-top: 3vw;
        padding-top: 3vw;
        border-top: 1px dashed #ccc;
    }

    .single_agent .profile_box .ab_img {
        width: 34vw;
        right: -2vw;
        top: -17vw;
        bottom: unset;
    }

    .single_agent .profile_box .box ul li {
        width: 100%;
        display: block;
        padding: 0 3vw;
    }

    .single_agent .profile_box .box ul.sp_box {
        display: flex;
        border-top: 1px dashed #ccc;
        margin-top: 3vw;
        padding-top: 3vw;
    }

    .single_agent .profile_box .box ul.sp_box li {
        border: none;
        margin: 0;
        padding: 0 3vw;
    }

    .single_agent .profile_box .box ul li+li {
        margin-top: 3vw;
        padding-top: 3vw;
        border-top: 1px dashed #ccc;
    }

    .single_agent .profile_box .box ul li .theme {
        width: 100%;
        margin-right: 0;
        font-size: 3.4vw;
    }

    .single_agent .profile_box .box ul li .cont {
        font-size: 3.4vw;
        width: 100%;
        margin-top: 1vw;
    }

    .single_agent .profile_box .tag_box {
        margin: 8vw auto 0;
        width: 95%;
    }

    .single_agent .profile_box .tag_box ul {
        display: block;
    }

    .single_agent .profile_box .tag_box ul li+li {
        margin-top: 2vw;
    }


    .single_agent .profile_box .tag_box ul li .tag {
        font-size: 3.2vw;
        line-height: 12vw;
    }

    .single_agent .profile_box .tag_box ul li .tag:hover {
        color: #00856f;
    }

    .single_agent .profile_box .tag_box ul li .tag:hover::after {
        left: -96%;
    }

    .single_agent .owner_comment_box {
        margin-top: 10vw;
        padding: 8vw 5vw;
        border-radius: 2vw;
    }

    .single_agent .owner_comment_box .ttl {
        font-size: 6vw;
    }

    .single_agent .owner_comment_box .comment_text {
        padding-top: 3.5vw;
        margin-top: 3.5vw;
        font-size: 3.4vw;
    }

    .single_agent .agent_comment_box {
        margin-top: 18vw;
    }

    .single_agent .agent_comment_box .accent {
        margin-top: 10vw;
    }

    .single_agent .agent_comment_box .ttl {
        font-size: 3.8vw;
        font-weight: 600;
        line-height: 1.5;
    }

    .single_agent .agent_comment_box .ttl .name {
        font-size: 7vw;
        margin-right: 1vw;
    }

    .single_agent .agent_comment_box ul {
        margin-top: 4vw;
    }

    .single_agent .agent_comment_box ul .slick-track {
        padding: 0 1vw 1vw;
    }

    .single_agent .agent_comment_box ul .slick-dots {
        bottom: -10vw;
    }

    .single_agent .agent_comment_box ul .slick-dots li {
        width: 2.5vw;
        height: 2.5vw;
        margin: 0 2vw;
    }

    .single_agent .agent_comment_box ul .arrow {
        width: 8.5vw;
        height: 8.5vw;
        top: 48vw;
    }

    .single_agent .agent_comment_box ul .arrow.prev {
        left: -4vw;
    }

    .single_agent .agent_comment_box ul .arrow.next {
        right: -4vw;
    }

    .single_agent .agent_comment_box ul .arrow svg path {
        stroke: #02c7a6;
        transition: 0s;
    }

    .single_agent .agent_comment_box ul li {
        padding: 6vw 5vw;
        margin: 0 2vw;
    }

    .single_agent .agent_comment_box ul li .name {
        font-size: 3.5vw;
    }

    .single_agent .agent_comment_box ul li .name .big {
        font-size: 4vw;
    }

    .single_agent .agent_comment_box ul li .text {
        margin-top: 3vw;
        font-size: 3.4vw;
    }

    .single_agent .page_reserve_btn_box {
        margin-top: 16vw;
        gap: 2vw 0;
    }

    .single_agent .common_btn {
        width: 100%;
        font-size: 4vw;
        line-height: 14vw;
        transition: 0s;
    }

    .single_agent .common_btn::before {
        width: 9vw;
    }

    .single_agent .common_btn::after {
        width: 2.5vw;
        right: 10vw;
    }

    .single_agent .common_btn.reserve:hover {
        background: #00856f;
        color: #fff;
    }

    .single_agent .common_btn.line:hover {
        background: #37B900;
        color: #fff;
    }

    .single_agent .common_btn.reserve:hover::before {
        background-image: url(/wp-content/themes/swell_child/image/agent/icon_reserve_white.svg);
    }

    .single_agent .common_btn.reserve:hover::after {
        border-color: #fff;
    }

    .single_agent .common_btn.line:hover::after {
        border-color: #fff;
    }

    .common_page_main {
        padding: 10vw 0 0px;
    }

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

    .common_page_main .title_box .sub_title {
        font-size: 3.8vw;
        margin-top: 2vw;
    }

    .common_agent_slider_box .agent_box ul li .img .takken {
        width: 14vw;
        height: 14vw;
        font-size: 4vw;
        top: 1vw;
        right: 1vw;
    }

    .archive_agent .return_box {
        width: 80%;
        margin: 12vw auto 0;
    }

    .archive_agent .return_box a {
        transition: .0s;
        border-radius: 6vw;
        font-size: 4vw;
        line-height: 12vw;
    }

    .archive_agent .return_box a:hover {
        background-color: #00856f;
    }

    .single_agent .other_box {
        margin-top: 10vw;
        padding-top: 10vw;
    }

    .single_agent .other_box .ttl_theme {
        font-size: 6.5vw;
    }

    .single_agent .other_box .view_btn_box {
        width: 94%;
        margin: 8vw auto 0;
    }

    .single_agent .other_box .view_btn_box a {
        line-height: 13vw;
        font-size: 4vw;
        transition: .0s;
    }

    .single_agent .other_box .view_btn_box a::after {
        width: 2.5vw;
        right: 10vw;
    }

    .single_agent .back_inner .agent_name_box .text_box::before {
        display: none;
    }

    .modal_line_inner .btn {
        width: 100%;
        line-height: 13vw;
        font-size: 4vw;
        transition: .0s;
        margin: 15vw auto 0;
        transition: .0s;
    }

    .modal_line_inner .btn:hover {
        opacity: 1;
    }

    .modal_line_inner .copy_btn {
        line-height: 1;
        transition: .0s;
        top: 36vw;
        background: none;
        padding: 0;
        right: 50%;
        transform: translateX(50%);
    }

    .modaal-wrapper {
        z-index: 10000000 !important;
    }

    .modal_line_inner .attention {
        font-size: 4vw;
        line-height: 1.5;
        margin-bottom: 3vw;
    }

    #top_agent .agent_page_list .search_sec_box {
        padding: 20vw 0;
    }

    .common_agent_slider_box .agent_box ul li .img .takken::after {
        width: 13.5vw;
        height: 13.5vw;
        border: 2px solid #c3b21c;
    }

    .common_agent_slider_box .page_ttl_box {
        margin-top: 5vw;
    }

    .common_agent_slider_box .page_ttl_box .page_ttl {
        padding: 4vw 0;
        display: block;
    }

    .common_agent_slider_box .page_ttl_box .page_ttl::after {
        border-width: 3vw 3vw 0 3vw;
        bottom: -2vw;
    }

    .common_agent_slider_box .page_ttl_box .page_ttl .ttl {
        font-size: 5vw;
    }

    .common_agent_slider_box .page_ttl_box .page_ttl .ttl .term {
        font-size: 3.4vw;
        margin-left: 1vw;
    }

    .single_agent .back_inner.comment {
        margin-top: 15vw;
    }

    .single_agent .profile_box.comment {
        margin-top: 0;
    }

    .single_agent .profile_box.comment .text {
        font-size: 3.4vw;
        margin-top: 3vw;
    }

    .single_agent .profile_box.comment {
        padding: 8vw 5vw;
    }

    .single_agent .agent_comment_box ul li .comment_img {
        height: 100vw;
    }

    .common_banner_section {
        padding: 10vw 0;
    }

    .common_banner_section .thumbnail_slider_area .slick-track {
        gap: 10px;
        grid-template-columns: repeat(5, 1fr);
    }

    .single_agent .text_img_box {
        flex-direction: column;
        gap: 8vw;
    }

    .single_agent .text_img_box .text_box .ab_agent {
        position: absolute;
        font-size: 6vw;
        left: -22vw;
        top: -3vw;
        font-weight: 600;
        letter-spacing: 0.08em;
        rotate: -8deg;
        color: #02c7a6;
        white-space: nowrap;
    }

    .single_agent .text_img_box .text_box .agent_name {
        font-size: 7.3vw;
        font-weight: 600;
        color: #3c3c3c;
        letter-spacing: 0.08em;
    }

    .single_agent .text_img_box .img {
        width: 100%;
        height: 60vw;
    }

    .single_agent .text_img_box .img .ab_agent {
        position: absolute;
        font-size: 40px;
        left: 0;
        bottom: -10px;
        font-weight: 600;
        letter-spacing: 0.08em;
        rotate: 4deg;
        color: #02c7a6;
    }

    .single_agent .text_img_box .img::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border: 4px solid #00856f;
        top: 2vw;
        left: -3vw;
    }

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

    .single_agent .text_img_box .wave {
        position: absolute;
        width: 100%;
        height: 100px;
        z-index: -1;
    }

    .wrap2 {
        max-width: 100%;
    }
}