@charset "UTF-8";

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

:root {
    --text: 14px;
    --title: 26px;
    --main-color: #FFB400;
    --sub-color: #FFFAE6;
    --back-color: #FFFDF5;
    --margin: 50px;
}

body {
    letter-spacing: 0.01em;
    background-color: var(--back-color);
    font-size: var(--text);
    color: #262626;
    min-width: 1440px;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    padding-top: 140px;
}

a {
    text-decoration: none;
    color: #262626;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

h2 {
    font-weight: 600;
    font-size: var(--title);
}

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

.common_page_wrap {
    padding: 78px 0 74px;
}

/*============================
  font
============================*/
@font-face {
    font-family: 'GenShinGothic';
    font-weight: 100;
    src: url('/wp-content/themes/child/fonts/GenShinGothic-ExtraLight.ttf') format('truetype');
}

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

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

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

@font-face {
    font-family: 'GenShinGothic';
    font-weight: 500;
    src: url('/wp-content/themes/child/fonts/GenShinGothic-Medium.ttf') format('truetype');
}

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

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

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

@font-face {
    font-family: 'HomemadeApple';
    src: url('/wp-content/themes/child/fonts/HomemadeApple-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter-VariableFont';
    src: url('/wp-content/themes/child/fonts/Inter-VariableFont_slnt,wght.ttf') format('truetype');
}

/* フォント */
body {
    font-family: 'GenShinGothic', 'Zen Kaku Gothic New', "Arial", sans-serif;
}

.number a {
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
    color: var(--main-color);
    font-weight: 700;
    letter-spacing: 0;
}

.en {
    font-family: 'HighSummit';
}

.title_en {
    font-family: 'HomemadeApple';
    font-size: 16px;
    color: var(--main-color);
}

time,
.tel {
    font-family: 'Inter-VariableFont';
}

/*============================
  header
============================*/
#header {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    padding: 32px var(--margin) 0;
    top: 0;
    max-width: 1440px;
    min-width: 1440px;
}

#header .header_logo {
    width: 187px;
}

#header #navigation .navigation_list {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
}

#header #navigation .nav {
    display: flex;
    background-color: #fff;
    border-radius: 50px;
    padding: 25px 48px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    gap: 23px;
}

#header #navigation li {
    font-size: 1.07em;
    letter-spacing: 0.1em;
    font-weight: 600;
}

#header #navigation li a {
    display: block;
    position: relative;
    transition: all 3s;
    color: #262626;
    z-index: 0;
}

#header #navigation li a::before {
    content: '';
    position: absolute;
    width: 2.1em;
    height: 2.1em;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFE5A7;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}

#header #navigation li a:hover::before {
    visibility: visible;
    opacity: 1;
}

.phone {
    font-size: 32px;
    vertical-align: bottom;
    line-height: 0.7;
}

.phone img {
    width: 1.2em;
    padding: 0 10px 0 0;
}

.phone .time {
    font-size: 13px;
    font-weight: 600;
    margin-top: 0.7em;
    letter-spacing: 0;
}

/*アイコンボタン*/
#header .utility_navi {
    display: none;
}

/*ハンバーガー*/
.openbtn {
    display: none;
}

@keyframes gnaviAnime {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*============================
  固定要素
============================*/
.fixed_contact {
    width: 250px;
    position: fixed;
    right: var(--margin);
    bottom: -166px;
    color: #fff;
    background-color: var(--main-color);
    padding: 25px 10px 10px;
    border-radius: 10px 10px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
    z-index: 99;
    font-weight: 700;
}

.fixed_contact .number {
    color: #fff;
    font-size: 23px;
}

.fixed_contact .vertical_text {
    font-size: 1.14em;
    letter-spacing: 0.03em;
}

.fixed_contact_details {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 10px;
    margin: 13px 0 0;
    background-color: #fff;
    border-radius: 10px;
    gap: 10px;
}

.fixed_contact_details a {
    display: flex;
    text-decoration: none;
    padding: 16px 10px;
    border-radius: 6px;
    align-items: center;
    color: #fff;
    gap: 16px;
    transform: all 0.3s;
}

.fixed_contact_details a:hover {
    opacity: 0.6;
}

.fixed_contact_details .shop {
    background-color: var(--main-color);
}

.fixed_contact_details .line {
    background-color: #03C755;
}

.fixed_contact_details a img {
    width: 2.5em;
    height: auto;
    padding: 6px;
}

.fixed_contact:hover {
    bottom: 0;
}

/*============================
  main
============================*/
#top_main section {
    padding: 100px 0;
}

#top_main section .img {
    height: 100%;
    object-fit: cover;
}

/*============================
  fv
============================*/
#top_main section#top_fv {
    position: relative;
    margin: 0 auto 59px;
    padding: 0;
    max-width: 1440px;
    min-width: 1440px;
}

.slider_area {
    position: absolute;
    right: 0;
    height: 540px;
    width: 1000px;
    z-index: -1;
    overflow-x: hidden;
}

.slider {
    z-index: 1;
}

.slider_item {
    width: 490px;
    height: 100%;
    margin: 0 10px;
    border-radius: 20px;
}

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

#top_main section#top_fv .en {
    font-size: 84px;
    padding: calc(var(--margin) * 2) 0 0 calc(var(--margin) * 3);
    transform: rotate(-4deg);
}

#top_main section#top_fv .title_area {
    padding: 55px 0 0 var(--margin);
}

#top_main section#top_fv .sub_title {
    margin-bottom: 8px;
}

#top_main section#top_fv .sub_title img {
    height: 20px;
}

#top_main section#top_fv .title_area .main_title {
    display: flex;
    width: 100%;
    gap: 10px;
}

#top_main section#top_fv .title_area .main_title img {
    height: 47px;
}

#top_main section#top_fv .fv_text {
    width: 410px;
    letter-spacing: 0.08em;
    margin-top: 33px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.7;
}

#top_main section#top_fv .back_circle {
    position: absolute;
    background-image: url("/wp-content/themes/child/image/back_circle.png");
    background-repeat: no-repeat;
    background-size: contain;
    aspect-ratio: 1 / 1;
    z-index: -2;
    opacity: 0.9;
}

#top_main section#top_fv .circle01 {
    width: 80px;
    bottom: 197px;
    left: 10px;
}

#top_main section#top_fv .circle02 {
    width: 260px;
    top: -73px;
    left: 330px;
}

#top_main section#top_fv .circle03 {
    width: 180px;
    bottom: -59px;
    left: 871px;
}

/*============================
  section
============================*/


.flex_wrap {
    display: flex;
    padding: 0 calc(var(--margin) * 3);
    gap: 80px;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
    min-width: 1440px;
}

.flex_wrap .img_area {
    border-radius: 30px 0 30px 0;
    overflow: hidden;
}

.text_area .title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.08em;
}

.text_area .text {
    margin: 25px 0 50px;
    line-height: 2;
    letter-spacing: 0.07em;
}

#top_main .btn {
    display: inline-block;
    padding: 15px 35px;
    background-color: #262626;
    color: #fff;
    border-radius: 30px 10px 30px 10px;
    font-weight: 600;
    min-width: 220px;
    text-align: center;
}

#top_main .btn:hover {
    background-color: var(--main-color);
    transition: all 0.2s;
}

#top_main .section_title_area {
    text-align: center;
    margin-bottom: 60px;
}


#top_main .section_title {
    font-size: var(--title);
    letter-spacing: 0.17em;
    margin: 5px 0 10px;
}

.title_line {
    width: 166px;
}

/*about*/
#top_about .img_area {
    width: 520px;
    height: 420px;
}

#top_about .title_en {
    font-size: var(--title);
}

#top_about .text_area .title {
    font-size: 30px;
}

.flex_wrap .three {
    width: 690px;
    height: 350px;
    display: flex;
}

#top_main section .flex_wrap .three img {
    width: 33.333%;
}

/*rent*/

#top_rent {
    background-color: var(--sub-color);
}

#top_rent .text {
    width: 377px;
}

/*buy*/
#top_buy .img_area {
    border-radius: 0 30px 0 30px;

}

/*column*/

#top_column {
    background-color: var(--sub-color);
}

#top_column .flex_wrap {
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
}

#top_column .flex_wrap .btn {
    margin-top: 23px;
}

#top_column .section_title_area {
    text-align: left;
    margin-bottom: 23px;
}

#top_column .section_title {
    font-size: 22px;
}

#top_column .text {
    margin-top: 10px;
    font-weight: 500;
}

#top_column .column_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0 calc(var(--margin) * 3);
    gap: 20px;
    font-weight: 500;
    max-width: 1440px;
    margin: 0 auto;
}

#top_column .img_area {
    width: 100%;
    height: 150px;
    border-radius: 6px;
    margin-bottom: 5px;
    overflow: hidden;
}

#top_column .column_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

#top_column .column_list a:hover .column_img {
    transform: scale(1.2);
}


#top_column .column_text {
    font-size: 1.07em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

#top_column .column_list a:hover .group {
    opacity: 0.5;
    transition: all .3s;
}

.column .datetime {
    display: inline-block;
    margin-top: 22px;
    letter-spacing: 0;
}

/*============================
  footer
============================*/
footer {
    text-align: center;
    padding: 70px 0 60px;
}

footer .footer_logo {
    width: 137px;
}

footer .footer_text {
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 1.77;
    margin: 36px auto;
}

footer .contact {
    display: grid;
    grid-template-columns: 257px 290px 290px;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

.contact_btn {
    position: relative;
}

.contact_btn a {
    display: flex;
    padding: 20px 10px 20px 16px;
    border-radius: 6px;
    justify-content: space-between;
    align-items: center;
    font-size: 1.14em;
    color: #fff;
    font-weight: 700;
}

.contact_btn img {
    height: 1.35em;
}

.contact_btn .group {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact_btn .mail {
    background-color: var(--main-color);
}

.contact_btn .line {
    background-color: #06C755;
}

footer .contact_btn::before {
    content: "";
    width: 2px;
    height: 40px;
    position: absolute;
    left: -29px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #262626;

}

footer .text {
    font-size: 18px;
    margin: 25px auto 15px;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.footer_menu {
    margin: 60px auto;
}

.footer_menu .menu {
    display: flex;
    gap: 30px;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.footer_menu .menu a:hover {
    opacity: 0.6;
}

#footer .company_area {
    margin-bottom: 40px;
    letter-spacing: 0.02em;
    font-weight: 500;
}

.company_area .add {
    margin-top: 20px;
}

footer small {
    display: block;
    font-size: 0.857em;
}

footer .copylight {
    margin-top: 15px;
    letter-spacing: 0;
}

/*スマホ用スクロール時固定要素*/
.footer_fixed {
    display: none;
}

#top_column .column_list a {
    color: #262626;
}

.footer_menu .menu a {
    color: #262626;
    transition: all .3s;
}

footer .company_area .tel a {
    color: #262626;
}

#footer small a {
    color: #262626;
}

/* パンくず */
#breadcrumbs li a::after {
    content: "";
    border-top: solid 1px #262626;
    border-right: solid 1px #262626;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    position: absolute;
    right: 9.5px;
    top: calc(50% - 2.5px);
}

#breadcrumbs ul {
    justify-content: flex-end;
    font-weight: 500;
    letter-spacing: .08em;
    color: var(--main-color);
}

#breadcrumbs ul li a {
    color: #262626;
    display: inline-block;
    padding-right: 1.5em;
    display: flex;
    gap: 0 10px;
    align-items: center;
    position: relative;
}

#breadcrumbs ul li a::before {
    content: "";
    background: url(/wp-content/themes/child/image/icon_home.svg)no-repeat;
    background-size: contain;
    width: 17px;
    aspect-ratio: 9/8;
    display: block;
}


/* 会社概要 */
.common_fv {
    padding: 52px 0 30px;
    position: relative;
}

.common_fv .ttl_box {
    text-align: center;
}

.common_fv .ttl_box .page_main_ttl {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: .14em;
    margin-bottom: 8px;
}

.common_fv .ttl_box .title_sub {
    font-size: 18px;
    letter-spacing: .08em;
    margin-bottom: 7px;
}

.common_fv::before,
.common_fv::after {
    content: "";
    position: absolute;
    background-image: url(/wp-content/themes/child/image/back_circle.png);
    background-repeat: no-repeat;
    background-size: contain;
    aspect-ratio: 1 / 1;
    min-width: 0;
    z-index: -2;
    opacity: 0.9;
}

.common_fv::before {
    bottom: 11px;
    left: calc(50vw - 390px);
    width: 280px;
}

.common_fv::after {
    bottom: -125px;
    right: calc(50vw - 700px);
    width: 230px;
}

.company_profile_sec .cont dl {
    border-bottom: solid 1px #262626;
    display: grid;
    grid-template-columns: 22.8% 77.2%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .08em;
}

.company_profile_sec .cont dl dt {
    padding: 26.5px 10px 22px 20px;
}

.company_profile_sec .cont dl dd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 19.5px 20px 16px 120px;
    position: relative;
}

.company_profile_sec .cont dl dd::before {
    content: "";
    position: absolute;
    width: 1px;
    background-color: #262626;
    top: 22px;
    bottom: 18.5px;
    left: 0;
}

.common_btn a {
    min-block-size: 34px;
    line-height: 1.7;
    padding: 6px 26px;
    background-color: #262626;
    color: #FFF;
    border-radius: 16px 6px 16px 6px;
    font-size: 13px;
    font-weight: 700;
    display: grid;
    place-content: center;
}

.page_coming_soon {
    text-align: center;
}

/* デモページ */
.page_coming_soon .demo_text {
    font-size: 23px;
    color: var(--main-color);
    font-weight: 700;
}

/* PC固定ページ サイトマップ  */

#page_sitemap .common_page_title h2 {
    background: #F1F1F1;
    padding: .5em;
    color: var(--main-color);
}

#page_sitemap .inBox+.inBox {
    margin-top: 80px;
}

#page_sitemap .inBox ul li {
    width: 19%;
    margin-left: calc(5% / 4);
    margin-bottom: 20px;
}

#page_sitemap .inBox ul li:nth-child(5n + 1) {
    margin-left: 0;
}

#page_sitemap .inBox ul li a {
    color: initial;
    transition: .3s;
    display: block;
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid;
    font-size: 14px;
    position: relative;
}

#page_sitemap .inBox ul li a:after {
    content: "";
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    position: absolute;
    right: 5px;
    top: calc(50% - 2.5px);
}

#page_sitemap .inBox ul li a:hover {
    opacity: .7;
}

/* PC固定ページ 個人情報保護方針 */

#page_privacy .main_text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 3em;
}

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

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

#page_privacy dl dt {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: .5em;
    border-left: 5px solid var(--main-color);
    padding-left: 1em;
}

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

/* PC固定ページ 記事詳細ページ */

#page_article .article_title {
    font-size: 20px;
    margin-bottom: .2em;
    font-size: 30px;
    line-height: 1.4;
    border-bottom: solid 1px #ccc;
    padding: 79px 0 30px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
    letter-spacing: .05em;
}

#page_article .contents_area {
    width: 65%;
    width: 650px;
    margin-right: 120px;
    flex-shrink: 0;
}

#page_article #side_menu {
    width: 23%;
    margin-top: 194px;
}

#page_article #side_menu .title {
    border-bottom: 1px solid #CCC;
    position: relative;
    margin-bottom: 21px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .08em;
    padding-bottom: 7px;
}

#page_article #side_menu .title:before {
    content: "";
    width: 30px;
    height: 1px;
    background: var(--main-color);
    position: absolute;
    left: 0;
    bottom: -1px;
}

#page_article #side_menu ul li a {
    color: #333;
    font-size: 14px;
    flex-wrap: nowrap;
    align-items: center;
}

#page_article .data_area {
    align-items: center;
    margin: 40px 0;
}

#page_article .data_area .icon svg {
    width: 12px !important;
    height: 12px !important;
    display: block;
}

#page_article .data_area p.data {
    color: #6c6c6c;
    font-size: 13px;
}

#page_article .text_area img {
    height: auto !important;
}

#page_article .text_area p {
    font-size: 14px;
    line-height: 2;
}


/* PC固定ページ 記事一覧ページ */

ul.article_list li {
    width: 48%;
    margin-bottom: 20px;
}

ul.article_list li a {
    color: initial;
    align-items: center;
}

ul.article_list li .image {
    width: 30%;
    height: 100px;
    position: relative;
}

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

ul.article_list li .textArea {
    width: 65%;
}

ul.article_list li .textArea .title {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

ul.article_list li .data_area {
    align-items: center;
}

ul.article_list li .data_area .icon svg {
    width: 12px;
    height: 12px;
    display: block;
}

ul.article_list li .data_area p.data {
    font-size: 12px;
    margin-left: 10px;
    color: #4C3F39;
}

/* 記事詳細ページ　PC */
#page_article .article_main_image {
    width: 300px;
    height: 300px;
    position: relative;
    margin: auto;
}

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

#page_article .article_main_image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#page_article .wrap {
    width: 1340px;
}

#page_article .fl_wrap {
    justify-content: flex-end;
    padding-right: 50px;
}

#page_article .article_title::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: var(--main-color);
    width: 11px;
    height: 11px;
    border-radius: 50%;
    top: 0;
}

#page_article .article_title::after {
    content: "TOPIC";
    font-size: 12px;
    top: -28px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    letter-spacing: .08em;
}

.single_sns_bar {
    position: fixed;
    left: 80px;
    top: 280px;
    opacity: 0;
    transition: .3s;
    visibility: hidden;
}

.single_sns_bar li {
    width: 30px;
    margin: 20px 0;
}

.single_sns_bar::before {
    content: "";
    width: 1px;
    height: 100px;
    background: #333;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -92px;
}

.single_sns_bar::after {
    content: "SHARE ON";
    position: absolute;
    top: -160px;
    font-size: 11px;
    writing-mode: vertical-lr;
    text-align: center;
    left: 5px;
    right: 0;
    margin: auto;
}

#page_article #side_menu ul {
    position: relative;
    padding-left: 25px;
}

#page_article #side_menu ul::before {
    content: "∟";
    position: absolute;
    left: 0;
    font-size: 14px;
    color: var(--main-color);
}

#page_article #side_menu ul li {
    border-bottom: solid 1px #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

#page_article #side_menu ul li a .img {
    width: 90px;
    height: 64px;
    position: relative;
    flex-shrink: 0;
    margin-right: 17px;
}

#page_article #side_menu ul li a .img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#page_article #side_menu ul li a .ttl {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#page_article .day_cat .cat {
    background: #000;
    color: #fff;
    font-size: 13px;
    padding: 1px 10px;
}

.single_sns_bar.active {
    opacity: 1;
    visibility: visible;
}

/* ページャー  */
.pagerTable {
    width: 100%;
    margin-top: 40px;
    font-weight: bold;
    border-collapse: separate;
    border-spacing: 6px 0;
    align-items: center;
    justify-content: center;
}

.pagerTablePrevNextCell {
    display: table-cell;
    width: 25px;
    margin-right: 5px;
    padding: 5px;
    text-align: center;
    font-size: 11pt;
    color: #717171;
    cursor: pointer;
    position: relative;
}

.pagerTablePrevNextCell:before {
    content: "";
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.pagerTablePrevNextCell.next:before {
    border-top: solid 3px var(--main-color);
    border-right: solid 3px var(--main-color);
}

.pagerTablePrevNextCell.prev:before {
    border-bottom: solid 3px var(--main-color);
    border-left: solid 3px var(--main-color);
}

.pagerTablePrevNextCellEmpty {
    display: table-cell;
    width: 25px;
    margin-right: 5px;
    padding: 5px;
    text-align: center;
    font-size: 11pt;
    color: #717171;
}

.pager_item {
    display: table-cell;
    width: 37px;
    line-height: 35px;
    margin: 0 5px;
    text-align: center;
    font-size: 11pt;
    color: var(--main-color);
    background: #fff;
    border: 1px solid var(--main-color);
    cursor: pointer;
    border-radius: 100%;
    font-size: 13px;
    transition: .3s;
}

.pager_item:hover,
.pagerTableCurrentPageCell {
    background: var(--main-color);
    color: #fff;
}

.pagerTableHellipCell {
    display: table-cell;
    width: 15px;
    margin: 0 5px;
    text-align: center;
    font-size: 8pt;
    color: #717171;
}

.strength_cont_sec .cont .item {
    display: flex;
    position: relative;
    z-index: 0;
}

.strength_cont_sec .cont .item+.item {
    margin-block: 130px 0;
}

.strength_cont_sec .cont .item:nth-child(even) {
    flex-direction: row-reverse;
}

.strength_cont_sec .cont .item .img {
    flex-shrink: 0;
    width: 450px;
}

.strength_cont_sec .cont .item .text_box {
    width: 100%;
    padding: 65px 35px 0;
}

.strength_cont_sec .cont .item .text_box .text {
    font-size: 15px;
    letter-spacing: .05em;
    line-height: 1.7;
}

.strength_cont_sec .cont .item .text_box .text .accent {
    font-size: 2rem;
    margin-bottom: .5em;
    display: inline-block;
    letter-spacing: .1em;
}

.strength_cont_sec .cont .item .text_box .text+.text {
    margin-block: 1em 0;
}

.strength_cont_sec .cont .item::before {
    content: "";
    width: 90%;
    height: 100%;
    background: var(--sub-color);
    position: absolute;
    top: 30px;
    right: 0;
    z-index: -1;
}

.strength_cont_sec .cont .item:nth-child(even)::before {
    right: auto;
    left: 0;
}

.page_shop {
    overflow: hidden;
}

.shop_cont_sec .inner {
    text-align: center;
    position: relative;
}

.shop_cont_sec .inner .text {
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 1.9;
}

.shop_cont_sec .inner .text+.text {
    margin-block: 2em 0;
}

.shop_cont_sec .inner .bg_img {
    position: absolute;
}

.shop_cont_sec .inner .bg_img.img1 {
    width: 280px;
    top: 2%;
    right: -180px;
}

.shop_cont_sec .inner .bg_img.img1 img {
    border-radius: 30px 0;
}

.shop_cont_sec .inner .bg_img.img2 {
    width: 310px;
    left: -170px;
    bottom: -16%;
}

.shop_cont_sec .inner .bg_img.img2 img {
    border-radius: 0 30px;
}

.shop_cont_sec .inner .bg_img::before {
    content: "";
    width: 230px;
    aspect-ratio: 1;
    background: #fef9de;
    border-radius: 50%;
    filter: blur(10px);
    position: absolute;
    z-index: -1;
}

.shop_cont_sec .inner .bg_img.img1::before {
    bottom: -130px;
    left: -140px;
}

.shop_cont_sec .inner .bg_img.img2::before {
    top: -130px;
    right: -120px;
}

.buysell_cont_sec .cont .item {
    display: flex;
    align-items: center;
    gap: 50px;
}

.buysell_cont_sec .cont .item+.item {
    margin-block: 80px 0;
}

.buysell_cont_sec .cont .item:nth-child(even) {
    flex-direction: row-reverse;
}

.buysell_cont_sec .cont .item .img {
    flex-shrink: 0;
    width: 450px;
}

.buysell_cont_sec .cont .item .text_box {
    width: 100%;
}

.buysell_cont_sec .cont .item .text_box .title_box {
    margin-block: 0 1.5em;
}

.buysell_cont_sec .cont .item .text_box .title_box .en_title {
    display: flex;
    align-items: center;
    gap: 0.5em;
    color: var(--main-color);
    font-size: 34px;
    letter-spacing: .03em;
    font-weight: 700;
    line-height: 1;
    margin-block: 0 0.2em;
}

.buysell_cont_sec .cont .item .text_box .title_box .en_title::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: currentColor;
    display: block;
}

.buysell_cont_sec .cont .item .text_box .title_box .title {
    font-size: 17px;
    letter-spacing: .05em;
    font-weight: 700;
}

.buysell_cont_sec .cont .item .text_box .text {
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 1.7;
}

.top_staff .text_area {
    width: 45%;
}

.top_staff .staff_area {
    width: 55%;
}

.top_staff .staff_area ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.top_staff .staff_area ul li .image {
    height: 380px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 0 30px 0 30px;
}

.top_staff .staff_area ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.top_staff .staff_area ul li:hover .image img {
    transform: scale(1.1, 1.1);
}

.top_staff .staff_area ul li a {
    color: initial;
}

.top_staff .staff_area ul li .name_area .jp {
    font-size: 22px;
}

.top_staff .staff_area ul li .name_area .en {
    font-family: 'HomemadeApple';
    font-size: 16px;
    color: var(--main-color);
}

.page_staff ul li {
    align-items: center;
}

.page_staff ul li + li {
    margin-top: 50px;
}

.page_staff ul li .image {
    width: 30%;
    height: 420px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 0 30px 0 30px;
}

.top_staff .staff_area ul li .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_staff ul li .text_area {
    width: 65%;
}

.page_staff ul li .text_area .name .jp {
    font-size: 30px;
}

.page_staff ul li .text_area .name .en {
    font-family: 'HomemadeApple';
    font-size: 26px;
    color: var(--main-color);
}

.page_staff ul li .text_area .text {
    background: #fff;
    padding: 2em;
    line-height: 2.2;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
}

@media screen and (min-width: 751px) {
    .sp {
        display: none !important;
    }

    a[href^="tel:"] {
        pointer-events: none;
    }
}

@media screen and (max-width:750px) {
    :root {
        --text: 3.58vw;
        --title: 5.12vw;
        --margin: 5vw;
    }

    .pc {
        display: none !important;
    }

    body {
        letter-spacing: 0.1em;
        padding-top: 20vw;
        min-width: 100%;
    }

    h2 {
        font-size: 1.87em;
    }

    .wrap,
    #page_article .wrap {
        max-width: 90%;
    }

    /*============================
      header
    ============================*/
    #header {
        padding: 3.9vw 5%;
        position: fixed;
        z-index: 999;
        background-color: var(--back-color);
        min-width: 100%;
        max-width: 100%;
    }

    #header .header_logo img {
        width: 40vw;
    }

    /*アイコンボタン*/
    #header .sp_btn_area {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 2vw;
    }

    #header .utility_navi {
        display: block;
        z-index: 3;
    }

    #header .utility_navi a {
        display: inline-block;
        width: 12.3vw;
        height: 12.3vw;
        background-color: #262626;
        border-radius: 5px;
        text-align: center;
    }

    #header .utility_navi li img {
        position: relative;
        width: 28.5px;
        top: 50%;
        transform: translateY(-50%);
    }

    /*============================
      ハンバーガー
    ============================*/

    /*丸の拡大*/
    .circle_bg {
        position: fixed;
        z-index: 4;
        /*丸の形*/
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: var(--back-color);
        /*丸のスタート位置と形状*/
        transform: scale(0);
        /*scaleをはじめは0に*/
        right: -50px;
        bottom: -50px;
        transition: all .6s;
        /*0.6秒かけてアニメーション*/
    }

    .circle_bg.circleactive {
        transform: scale(50);
        /*クラスが付与されたらscaleを拡大*/
    }

    /*ハンバーガーボタン*/
    .openbtn {
        display: block;
        position: relative;
        z-index: 9999;
        /*ボタンを最前面に*/
        cursor: pointer;
        width: 12.3vw;
        height: 12.3vw;
        background: var(--main-color);
        border-radius: 5px;
    }

    .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 50%;
        height: 3px;
        border-radius: 2px;
        background-color: #fff;
        width: 7.17vw;
        transform: translateX(-50%);
    }

    .openbtn span:nth-of-type(1) {
        top: 3.33vw;
    }

    .openbtn span:nth-of-type(2) {
        top: calc(3px + 4.83vw);
    }

    .openbtn span:nth-of-type(3) {
        top: calc(6px + 6.33vw);
    }

    /*×に変化*/
    .openbtn.active span:nth-of-type(1) {
        top: calc(3px + 4.83vw);
        transform: translateX(-50%) rotate(-45deg);
    }

    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }

    .openbtn.active span:nth-of-type(3) {
        top: calc(3px + 4.83vw);
        transform: translateX(-50%) rotate(45deg);
    }

    /*ナビゲーション*/
    #header #navigation {
        position: absolute;
        right: inherit;
        top: inherit;
    }

    #header #navigation.panelactive {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
    }

    #header #navigation .navigation_list {
        display: none;
        /*はじめは表示なし*/
    }

    #header #navigation.panelactive .navigation_list {
        display: block;
        /*クラスが付与されたら出現*/
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 91vh;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        top: 18vw;
        overflow-y: scroll;
    }

    #header #navigation .nav {
        display: block;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
        background-color: inherit;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 90vw;
    }

    /*背景が出現後にナビゲーションを表示*/
    #header #navigation.panelactive .nav {
        opacity: 1;
    }

    #header #navigation.panelactive .nav li,
    #header #navigation.panelactive .sp_menu {
        animation-name: gnaviAnime;
        animation-duration: 1s;
        animation-delay: .2s;
        /*0.2 秒遅らせて出現*/
        animation-fill-mode: forwards;
        opacity: 0;
    }


    /*リストのレイアウト設定*/
    #header #navigation li {
        text-align: left;
        list-style: none;
        border-bottom: solid 1px #262626;
        height: 16vw;
        display: grid;
        align-items: center;
    }

    #header #navigation li a {
        text-decoration: none;
        padding: 2.5vw 5vw;
        display: flex;
        letter-spacing: 0.1em;
        font-weight: 600;
        justify-content: space-between;
    }

    #header #navigation li .menu_title {
        width: 57vw;
    }

    #header #navigation li a img {
        height: 1.4em;
        object-fit: contain;
    }

    /*fixedメニューを非表示*/
    .fixed_contact {
        display: none;
    }

    /*ハンバーガー下部*/
    #header #navigation .sp_menu {
        margin-top: 15vw;
        text-align: center;
    }

    #header #navigation .sp_menu .text {
        font-size: 1.28em;
        letter-spacing: 0.03em;
    }

    #header #navigation .sp_menu .title_line {
        margin: 4vw auto 6.4vw;
    }

    #header #navigation .sp_menu .contact {
        display: grid;
        gap: 4vw;
    }

    #header #navigation .sp_menu .phone {
        font-size: 2.28em;
    }

    #header #navigation .sp_menu .time {
        font-size: 0.4em;
        margin: 2.5vw auto 1vw;
    }

    #header #navigation .sp_menu small {
        display: inline-block;
        letter-spacing: 0;
        font-weight: 300;
        margin-top: 5.6vw;
    }

    #header #navigation .sp_menu small a {
        color: #262626;
    }

    #header #navigation li.sp {
        display: grid !important;
    }

    /*スマホヘッダー下部のボタン*/
    .menu_bottom {
        background-color: var(--main-color);
        padding: 2.3vw 5%;
        margin: 0;
    }

    .menu_bottom .menu_bottom_btn {
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-content: center;
        text-align: center;
    }

    .menu_bottom .menu_bottom_btn li {
        border: solid #fff 2px;
        border-top: none;
        border-bottom: none;
    }

    .menu_bottom .menu_bottom_btn li:first-child {
        border-right: none;
    }

    .menu_bottom .menu_bottom_btn li a {
        color: #fff;
        font-weight: 600;
        letter-spacing: 0.03em;
    }

    .menu_icon {
        width: fit-content;
        height: 1.15em;
        vertical-align: sub;
    }

    .menu_bottom .menu_bottom_btn .menu {
        margin: 20vw auto auto 1vw;
    }


    /*============================
      main
    ============================*/

    #top_main section {
        padding: 15vw 0;
    }

    #top_main section .img {
        width: 100%;
        height: auto;
    }

    /*============================
      fv
    ============================*/
    #top_main section#top_fv {
        margin: 6.15vw 0 0;
        overflow: hidden;
        height: auto;
        min-width: 100%;
        max-width: 100%;
    }

    .slider_area {
        width: 100vw;
        height: 92.3vw;
        margin: 0;
        position: relative;
    }

    .slider_item {
        width: 77vw;
        height: 92.3vw;
        background-repeat: no-repeat;
        background-size: cover;
        margin-left: 5vw;
        border-radius: 12px;

    }

    /*タイトルエリア*/

    #top_main section#top_fv .en {
        font-size: 15.3vw;
        padding: 0 0 0 5vw;
        margin-top: -11.5vw;
    }

    #top_main section#top_fv .title_area {
        width: 100%;
        padding: 0 0 0 5vw;
    }

    #top_main section#top_fv .sub_title {
        margin-bottom: 3vw;
    }

    #top_main section#top_fv .sub_title img {
        height: 4.6vw;
    }

    #top_main section#top_fv .title_area .main_title {
        width: 100%;
        flex-wrap: wrap;
    }

    #top_main section#top_fv .title_area .main_title img {
        height: 10vw;
    }

    #top_main section#top_fv .fv_text {
        width: 100%;
        letter-spacing: 0.04em;
        margin-top: 5.6vw;
        line-height: 1.57;
    }

    #top_main section#top_fv .circle01 {
        width: 26vw;
        bottom: 52vw;
        left: inherit;
        right: 2vw;
    }

    #top_main section#top_fv .circle02 {
        width: 46.15vw;
        top: -9.5vw;
        left: -15vw;
    }

    #top_main section#top_fv .circle03 {
        width: 11.25vw;
        bottom: 48vw;
        left: -1vw;
    }

    /*============================
      section
    ============================*/

    .flex_wrap {
        flex-wrap: wrap;
        padding: 0 5vw;
        gap: 7vw;
        min-width: 100%;
        max-width: 100%;
    }

    .reverse {
        flex-direction: column-reverse;
    }

    .flex_wrap .img_area {
        border-radius: 20px 0 20px 0;
    }

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

    .text_area .title {
        font-size: var(--title);
        text-align: left;
    }

    .text_area .text {
        margin: 6vw 0 10.7vw;
        text-align: left;
    }

    #top_main .btn {
        padding: 3.8vw 10vw;
        background-color: var(--main-color);
        border-radius: 20px 10px 20px 10px;
        min-width: 59vw;
    }

    #top_main .section_title_area {
        margin-bottom: 5.6vw;
    }

    #top_main .section_title {
        margin: 1vw 0 3vw;
    }

    .title_line {
        width: 42.56vw;
    }


    /*about*/
    #top_about .img_area {
        width: 100%;
        height: 61.5vw;
    }

    #top_about .title_en {
        font-size: var(--title);
    }

    #top_about .text_area {
        text-align: left;
    }

    #top_about .text_area .title {
        font-size: var(--title);
    }

    .flex_wrap .three {
        width: 100%;
        height: 61.53vw;
    }

    /*rent*/

    #top_rent {
        background-color: var(--sub-color);
    }

    #top_rent .text {
        width: 100%;
    }

    /*buy*/
    #top_buy .img_area {
        border-radius: 0 20px 0 20px;

    }

    /*column*/

    #top_main #top_column {
        position: relative;
        padding-bottom: 34.6vw;
    }

    #top_column .flex_wrap .btn {
        position: absolute;
        bottom: 12vw;
        left: 50%;
        transform: translateX(-50%);
    }

    #top_column .section_title_area {
        margin-bottom: 5.9vw;
    }

    #top_column .section_title {
        font-size: var(--title);
    }

    #top_column .text {
        line-height: 1.7;
    }

    #top_column .column_list {
        grid-template-columns: 1fr;
        padding: 0 var(--margin);
        gap: 1em;
    }

    #top_column .column {
        display: flex;
        gap: 4.1vw;
        align-items: center;
    }

    #top_column .img_area {
        width: 73.5%;
        height: 23vw;
        margin-bottom: 0;
    }

    #top_column .column_img {
        height: 100%;
    }

    #top_column .column_text {
        font-size: 0.93em;
    }

    .column .datetime {
        font-size: 0.93em;
        margin-top: var(--title);
    }

    /*============================
      フッター
    ============================*/
    footer {
        padding: 16.6vw 0 34.6vw;
    }

    footer .footer_logo {
        width: 31vw;
        margin-bottom: 7.7vw;
    }

    footer .company_area {
        font-size: 0.93em;
        margin-bottom: 12vw;
    }

    .company_area .add {
        margin-top: 5.1vw;
    }

    .company_area .tel {
        font-size: var(--text);
        letter-spacing: 0;
        margin-top: 2vw;
    }

    footer .copylight {
        margin-top: 0;
    }

    /*スマホ用スクロール時固定要素*/
    .footer_fixed {
        position: fixed;
        bottom: 0;
        width: 100%;
        background-image: linear-gradient(0deg, rgba(242, 217, 115, 1), rgba(255, 180, 0, 1));
        border-radius: 10px 10px 0 0;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 2.56vw;
        z-index: 3;
        font-size: 1.07em;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: 0.01em;
        gap: 3vw;
    }

    .footer_fixed.visible {
        transform: translateY(0);
    }

    .footer_fixed a {
        padding: 5vw;
        border-radius: 6px;
        width: 46.15vw;
        display: flex;
        gap: 4vw;
    }

    .footer_fixed a.mail {
        background-color: #fff;
        color: #262626;
    }

    .footer_fixed a.line {
        padding: 3vw 5vw;
        background-color: #06C755;
        color: #fff;
    }

    .footer_fixed img {
        width: 1.86em;
        object-fit: contain;
    }

    /* パンくず */
    #breadcrumbs ul {
        font-size: 3.1vw;
    }

    #breadcrumbs ul li a {
        gap: 0 1vw;
    }

    #breadcrumbs ul li a::before {
        width: 3.5vw;
    }

    #breadcrumbs li a::after {
        right: 2vw;
    }

    /* 会社概要 */
    .common_fv {
        padding: 10vw 0 8vw;
    }

    .common_fv .ttl_box .title_sub {
        font-size: 3.3vw;
        margin-bottom: 1vw;
    }

    .common_fv .ttl_box .page_main_ttl {
        font-size: 6vw;
        margin-bottom: 1vw;
    }

    .common_fv::before {
        width: 50vw;
        bottom: 10vw;
        left: -20vw;
    }

    .common_fv::after {
        width: 27vw;
        bottom: -16vw;
        right: 0;
    }

    .common_page_wrap {
        padding: 15vw 0 5vw;
    }

    .company_profile_sec .cont dl {
        font-size: 3.5vw;
        grid-template-columns: 28.8% 71.2%;
    }

    .company_profile_sec .cont dl dt {
        padding: 5vw 2vw 5vw 3vw;
    }

    .company_profile_sec .cont dl dd {
        padding: 5vw 2vw 5vw 6vw;
        flex-direction: column;
        gap: 2vw 0;
        align-items: flex-start;
        justify-content: center;
    }

    .company_profile_sec .cont dl dd::before {
        top: 14%;
        bottom: 12%;
    }

    .common_btn {
        flex-shrink: 0;
    }

    .common_btn a {
        min-block-size: 8vw;
        padding: 2vw 10vw;
        font-size: 3.2vw;
    }

    /* デモページ */
    .page_coming_soon .demo_text {
        font-size: 5vw;
    }

    /* SP固定ページ サイトマップ  */

    #page_sitemap .inBox+.inBox {
        margin-top: 15vw;
    }

    #page_sitemap .inBox ul {
        display: block;
    }

    #page_sitemap .inBox ul li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 0;
    }

    /* 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固定ページ 記事詳細ページ */

    #page_article h1 {
        font-size: 4vw;
    }

    #page_article .contents_area {
        width: 100%;
        padding-bottom: 20vw;
        position: relative;
    }

    #page_article #side_menu {
        width: 100%;
        margin-top: 20vw;
    }

    #page_article .data_area {
        margin: 7vw 0;
    }

    #page_article .data_area .icon svg {
        width: 2.5vw !important;
        height: 2.5vw !important;
    }

    #page_article .data_area p.data {
        font-size: 2.5vw;
    }

    #page_article .text_area p {
        font-size: 3.4vw;
    }


    /* SP固定ページ 記事一覧ページ */

    ul.article_list li {
        width: 100%;
        margin-bottom: 0;
    }

    ul.article_list li+li {
        margin-top: 4vw;
    }

    ul.article_list li .image {
        height: 20vw;
    }

    ul.article_list li .textArea {
        width: 68%;
    }

    ul.article_list li .textArea .title {
        font-size: 3.5vw;
        line-height: 2;
    }

    ul.article_list li .data_area .icon svg {
        width: 2.5vw !important;
        height: 2.5vw !important;
    }

    ul.article_list li .data_area p.data {
        font-size: 2.5vw;
        margin-left: 2vw;
    }

    ul.article_list li .data_area p.data {
        font-size: 2vw;
        margin-left: 2vw;
    }

    /* 記事詳細ページ SP */
    #page_article .fl_wrap {
        display: block;
        padding: 0;
    }

    #page_article .article_title {
        font-size: 4.5vw;
        letter-spacing: .05em;
        padding: 11vw 0 2vw;
        text-align: center;
    }

    #page_article .article_title::before {
        width: 3vw;
        height: 3vw;
    }

    #page_article .article_title::after {
        font-size: 3.2vw;
        top: -7vw;
    }

    #page_article .article_main_image {
        width: 55vw;
        height: 55vw;
    }

    #page_artcile .day_cat {
        justify-content: center;
    }

    #page_article .day_cat .cat {
        font-size: 3.5vw;
    }

    .single_sns_ba {
        opacity: 1;
        position: static;
    }

    #page_article #side_menu ul {
        padding: 0;
    }

    #page_article #side_menu .title {
        text-align: center;
        font-size: 4.2vw;
        letter-spacing: .05em;
        padding-bottom: 2vw;
        margin-bottom: 4vw;
    }

    #page_article #side_menu .title:after {
        content: "";
        width: 30px;
        height: 1px;
        background: var(--main-color);
        position: absolute;
        right: 0;
        bottom: -1px;
    }

    #page_article #side_menu ul li a {
        font-size: 3.8vw;
        padding: 0 2vw;
    }

    #page_article #side_menu ul li {
        padding-bottom: 2vw;
        margin-bottom: 2vw;
    }

    #page_article #side_menu ul li a .img {
        height: 17vw;
        width: 25%;
    }

    #page_article #side_menu ul::before {
        display: none;
    }

    #page_article .contents_area::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        background: var(--main-color);
        height: 1px;
        width: 16vw;
        bottom: 0;
    }

    .single_sns_bar {
        position: static;
        opacity: 1;
        visibility: visible;
        margin: 5vw 0 0vw;
    }

    .single_sns_bar ul {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        justify-content: center;
    }

    .single_sns_bar::after {
        display: none;
    }

    #page_article #side_menu .single_sns_bar ul li {
        border: none;
        margin: 0;
        width: 10vw;
    }

    .single_sns_bar::before {
        display: none;
    }

    .strength_cont_sec .cont .item {
        display: block;
    }

    .strength_cont_sec .cont .item::before {
        width: 100%;
        top: 0;
    }

    .strength_cont_sec .cont .item+.item {
        margin-block: 10vw 0;
    }

    .strength_cont_sec .cont .item .img {
        width: 100%;
    }

    .strength_cont_sec .cont .item .img img {
        width: 100%;
        aspect-ratio: 2/1;
        object-fit: cover;
    }

    .strength_cont_sec .cont .item .text_box {
        padding: 5vw;
    }

    .strength_cont_sec .cont .item .text_box .text {
        font-size: 3.5vw;
    }

    .strength_cont_sec .cont .item .text_box .text .accent {
        font-size: 1.5rem;
    }

    .shop_cont_sec .inner {
        text-align: left;
    }

    .shop_cont_sec .inner .text {
        font-size: 3.5vw;
    }

    .shop_cont_sec .inner .text+.text {
        margin-block: 1em 0;
    }

    .shop_cont_sec .inner .img_box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5em;
        margin-block: 1em;
    }

    .shop_cont_sec .inner .img_box .bg_img {
        position: static;
    }

    .shop_cont_sec .inner .bg_img.img1 {
        width: 100%;
    }

    .shop_cont_sec .inner .bg_img.img1 img {
        border-radius: 0;
    }

    .shop_cont_sec .inner .bg_img.img2 {
        width: 100%;
    }

    .shop_cont_sec .inner .bg_img.img2 img {
        border-radius: 0;
    }

    .shop_cont_sec .inner .bg_img::before {
        content: none;
    }

    .buysell_cont_sec .cont .item {
        display: block;
    }

    .buysell_cont_sec .cont .item+.item {
        margin-block: 10vw 0;
    }

    .buysell_cont_sec .cont .item .img {
        width: 100%;
        margin-block: 0 1.3em;
    }

    .buysell_cont_sec .cont .item .img img {
        width: 100%;
        aspect-ratio: 2/1;
        object-fit: cover;
    }

    .buysell_cont_sec .cont .item .text_box .title_box {
        margin-block: 0 0.8em;
    }

    .buysell_cont_sec .cont .item .text_box .title_box .en_title {
        font-size: 7vw;
    }

    .buysell_cont_sec .cont .item .text_box .title_box .en_title::after {
        translate: 0 -0.2em;
    }

    .buysell_cont_sec .cont .item .text_box .title_box .title {
        font-size: 4vw;
    }

    .buysell_cont_sec .cont .item .text_box .text {
        font-size: 3.5vw;
    }

    .top_staff {
        position: relative;
        padding-bottom: 30vw!important;
    }

    .top_staff .text_area {
        width: 100%;
    }
    
    .top_staff .staff_area {
        width: 100%;
    }
    
    .top_staff .staff_area ul li .image {
        height: 60vw;
        margin-bottom: 4vw;
    }
    
    .top_staff .staff_area ul li:hover .image img {
        transform: scale(1, 1);
    }
    
    .top_staff .staff_area ul li .name_area .jp {
        font-size: 4.5vw;
    }
    
    .top_staff .staff_area ul li .name_area .en {
        font-size: 2.3vw;
    }

    .top_staff .btn {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .page_staff ul li {
        display: block;
    }
    
    .page_staff ul li + li {
        margin-top: 20vw;
    }
    
    .page_staff ul li .image {
        width: 100%;
        height: 100vw;
        margin-bottom: 4vw;
    }
    
    .page_staff ul li .text_area {
        width: 100%;
    }
    
    .page_staff ul li .text_area .name .jp {
        font-size: 6vw;
    }
    
    .page_staff ul li .text_area .name .en {
        font-size: 3vw;
    }
    
    .page_staff ul li .text_area .text {
        font-size: 3.5vw;
    }
}