@charset "UTF-8";
/*
Theme Name: ec_officeloop_2025
Author: num
Description: This is my original theme.
Version: 1.0
*/

/*-------------------------------------
定義
-------------------------------------*/
:root {
    --font_ja: "NotoSansJP", sans-serif , Arial;
    --font_eng: "d-din", sans-serif;
    --h1_font: clamp(22px, 3vw, 32px);
    --h2_font: clamp(25px, 3vw, 70px);
    --h3_font: clamp(22px, 3vw, 55px);
    --m_color: #f58e16;
    --m_color_2: #ffefc3;
    --a_color: #ffdf30;
    --g_color: #f7f7f5;
    --w_color: #fff;
    --border_r: max(30px, min(15px, calc((100vw - 10px - 100%) * 9999)));
    --tr: 0.3s ease-out;
    --main_w: min(100%, 1240px);
    --main_mp: 100px;
    --m_ps3: 30px;
    --m_ps5: 50px;
    --m_ps8: 80px;
    --gr: linear-gradient(-90deg, #f5a716, var(--m_color));
    --c_gr: linear-gradient(-90deg, #f5a716 0%, var(--m_color) 100%);
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
Navigation,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    color: #333;
    line-height: 1.8;
    font-size: 100%;
    vertical-align: baseline;
    background-color: transparent;
    font-weight: normal;
    font-family: var(--font_ja);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0em;
}
*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    line-height: 1.8;
    word-wrap: break-word;
    font-size: 16px;
    counter-reset: wpp-ranking;
    color: #000;
    position: relative;
    -webkit-text-size-adjust: 100%;
    font-weight: 500;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
Navigation,
nav,
section {
    display: block;
}
nav ul {
    list-style: none;
    height: 100%;
}
ul,
ol,
li {
    list-style: none;
    padding: 0;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #eee;
    margin: 1em 0;
    padding: 0;
}
input,
select {
    vertical-align: middle;
}
input {
    box-sizing: border-box;
}
strong {
}
a,
a:visited {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background-color: transparent;
    text-decoration: none;
    transition: .2s;
}
a:hover {
    text-decoration: none;
    opacity: .8;
}
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
    height: 0px;
}
.clear {
    clear: both;
}
img {
    width: auto;
    max-width: 100%;
    vertical-align: bottom;
    margin: 0;
    padding: 0;
}
.t_center{
    text-align: center !important;
}
.t_left{
    text-align: left !important;
}
.t_right{
    text-align: right !important;
}
.radius_5{
    border-radius: 5px;
}
.radius_5{
    border-radius: 5px;
}
.bg_gradation {
    background: -moz-linear-gradient(45deg, #26c9f2 0%, #2678f2 29%, #26c9f2 66%, #9e60fa 100%);
    background: -webkit-linear-gradient(45deg, #26c9f2 0%,#2678f2 29%,#26c9f2 66%,#9e60fa 100%);
    background: linear-gradient(45deg, #26c9f2 0%,#2678f2 29%,#26c9f2 66%,#9e60fa 100%);
    background-size: 400% 400%;
	animation: Gradient 15s ease infinite;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-evenly;
	position: relative;
    border-radius: 30px;
}
.bg_gradation::before,
.bg_gradation::after {
	content: "";
	width: 70vmax;
	height: 70vmax;
	position: absolute;
	background: rgba(255, 255, 255, 0.07);
	left: -20vmin;
	top: -20vmin;
	/*animation: morph 15s linear infinite alternate, spin 20s linear infinite;*/
	z-index: 1;
	/*will-change: border-radius, transform;*/
    border-radius: 100%;
	transform-origin: 55% 55%;
	pointer-events: none;
    z-index: 1;
}
.bg_gradation::after {
    width: 70vmin;
    height: 70vmin;
    left: auto;
    right: -10vmin;
    top: auto;
    bottom: 0;
    /*animation: morph 5s linear infinite alternate, spin 26s linear infinite reverse;*/
    transform-origin: 20% 20%;
}
@keyframes Gradient {
	0% {
		background-position: 0 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0 50%
	}
}
@keyframes morph {
    0% {
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
    100% {
        border-radius: 40% 60%;
    }
}
@keyframes spin {
    to {
        transform: rotate(1turn);
    }
}
.bg_dotted{
    background-image: radial-gradient(rgba(255,255,255,0.4) 2px, transparent 2px), radial-gradient(rgba(255,255,255,0.4) 2px, transparent 2px);
    background-size: 60px 60px;
    background-position: 0 0,30px 30px;
    background-repeat: repeat;
}
.bg_lattice{
    background-color: #ffffff;
    background-image: linear-gradient(90deg, #eee 1px, transparent 1px), linear-gradient(#eee 1px, transparent 1px);
    background-position: 10px 10px;
    background-size: 21px 21px;
    background-repeat: repeat;
}
.zindex2{
    z-index: 2;
}
.br0{
    border-radius: 0;
}
/*-------------------------------------
JSアニメーションパーツ
-------------------------------------*/
/* その場で */
.fadeIn {
    opacity : 0;
    transition : all 1.5s;
}
.fadeIn.active{
    opacity : 1;
}
/*フェードアップアニメーション*/
.fadeUp {
    -webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s,
        -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.6s,
        -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
}
.fadeUp:nth-child(2 + 2n) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.fadeUp-is-show {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/*左方向から右へフェードイン*/
.slide_left_fadeIn {
    -webkit-transition: all 800ms cubic-bezier(0.07, 0.76, 0.44, 1);
    transition: all 800ms cubic-bezier(0.07, 0.76, 0.44, 1);
    opacity: 0;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
}
.slide_left_fadeIn:nth-child(2) {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}
.slide_left_fadeIn:nth-child(3) {
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}
.slide_left_fadeIn-is-show {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
/*右方向から左へフェードイン*/
.slide_right_fadeIn {
    -webkit-transition: all 800ms cubic-bezier(0.07, 0.76, 0.44, 1);
    transition: all 800ms cubic-bezier(0.07, 0.76, 0.44, 1);
    opacity: 0;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
}
.slide_right_fadeIn:nth-child(2) {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
    margin: 0;
}
.slide_right_fadeIn:nth-child(3) {
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}
.slide_right_fadeIn-is-show {
    opacity: 1 !important;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

/*-------------------------------------
共通パーツ
-------------------------------------*/
/*ボタン*/
.btn_container {
    margin-top: 40px;
}
.btn_container a {
    background-image: var(--gr);
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    display: block;
    max-width: 320px;
    padding: 26px 20px;
    border-radius: 5px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.btn_container a.btn_instagram{
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    color: #fff;
}
.btn_container a.btn_line{
    background: #07b53b !important;
    color: #fff !important;
}
.btn_container a.btn_x{
    background: #000;
    color: #fff;
}
.btn_container a i{
    font-size: 32px;
    margin-right: 10px;
    vertical-align: middle;
}
.btn_container a i.fa-arrow-right{
    position: absolute;
    font-size: 24px;
    top: 50%;
    right: 10px;
    color: #fff;
    transform: translateY(-50%);
}
.btn_container a:hover{
    transform: translate(0px,6px);
    box-shadow: none;
}
.btn_container.t_left > a{
    margin: 0;    
}
.btn_container_flex {
    gap: 20px;
    display: flex !important;
}
.btn_container_flex .btn_container{
    width: calc(50% - 10px);
    max-width: 320px;
}
.btn_container_flex .btn_container a{
}
.btn_container.directly_mail{
}
.btn_container.directly_mail dl{
}
.btn_container.directly_mail dl dt{
}
.btn_container.directly_mail dl dt span{
    background-color: var(--w_color);
    display: inline-block;
    padding: 0 20px;
    color: var(--m_color) !important;
    border-radius: 30px;
}
.btn_container.directly_mail dl dd{
    border: 2px solid #fff;
    border-radius: 5px;
    margin-top: -14px;
    padding: 10px 20px;
}
.btn_container.directly_mail dl dd i{
    font-size: 30px;
}
.btn_flex{
    justify-content: center;
    gap: 20px;
}
.btn_flex .btn_container{
    width: calc(50% - 10px);
    max-width: 440px;
}
.btn_flex .btn_container a{
    max-width: 440px;
    padding: 35px 20px;
}
/*コンテンツタイトル*/
h1 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
.header{
    position: relative;
}
body .wrap .header .other_h {
    background: none;
    width: 100%;
    max-width: 1500px;
    height: auto;
    margin: 0 auto;
    position: relative;
}
body:not(.home) h1 {
    display: block;
    text-align: center;
    font-size: 24px;
    padding: 0;
    max-width: 1500px;
    margin: 0 auto;
    font-weight: 600;
    width: calc(100% - 40px);
    letter-spacing: 0.05em;
}
body:not(.home) h1:before {
    content: attr(data-text);
    display: block;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: clamp(40px, 7vw, 90px);
    margin-bottom: 0;
    font-family: var(--font_eng);
    line-height: 1.25;
    margin-top: clamp(-60px,-3vw,-30px);
    color: var(--m_color);
    position: relative;
    z-index: 2;
    text-indent: 0.1em;
}
body.search.post-type-archive-achievements h1:before{
    content:'ACHIEVEMENTS';
}
body:not(.home) .img_area {
    position: relative;
    background: url(img/content_header_bg.jpg);
    height: 400px;
    margin: 120px 0px 0 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/*body:not(.home) .img_area:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(img/mv.jpg);
    background-position: center 40%;
    background-repeat: no-repeat;
    background-size: cover;
}*/
.content_mv_img{
    position: absolute;
    width: clamp(60px, 12vw, 220px);
    left: 0;
    bottom: 0;
    transform: translate(-20%, 32%) rotate(45deg);
}
.content_mv_img_2{
    width: clamp(60px, 12vw, 200px);
    transform: translate(0, -51%) rotate(148deg);
    left: 35%;
    bottom: auto;
    top: 0;
}
.content_mv_img_3{
    width: clamp(60px, 10vw, 210px);
    transform: translate(-50%, 53%);
    left: 50%;
}
.content_mv_img_4{
    width: clamp(60px, 15vw, 270px);
    transform: translate(16%, -35%) rotate(215deg);
    left: auto;
    right: 0;
    bottom: auto;
    top: 0;
}
.content_mv_img_5{
    width: clamp(80px, 19vw, 280px);
    left: auto;
    right: 0;
    transform: translate(4%, 38%) rotate(-24deg);
}
.content_mv_img_6{
    width: clamp(40px, 8vw, 150px);
    left: 0;
    top: 0;
    transform: rotate(149deg);
}
body:not(.home) .img_area .cat{
    position: absolute;
    z-index: 2;
    top: calc(50% + 70px);
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 600;
    background-color: #fff;
    max-width: 160px;
    margin: 0 auto;
    color: #64b54f;
    display: inline-block;
    padding: 4px 0;
    border-radius: 4px;
}
body.error404 h1 {
    position: static;
    padding: 40px 20px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    transform: none;
    margin-bottom: 30px;
    color: #000;
    max-width: 500px;
}
body.error404 h1 span{
    font-size: 100px;
    line-height: 1;
    display: block;
    padding: 0;
    color: #000;
}
h2 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
}
h3 {
    font-weight: bold;
    margin: 0 0 50px;
    font-size: 25px;
    position: relative;
    padding: 0 0 0 30px;
}
.full{
    width: 100% !important;
}
.flex {
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
}
.flex_center {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.flex_center_center {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.flex_reverce .flex_img{
    order: 2;
}
.between{
    justify-content: space-between;
}
.stretch{
    align-items: stretch;
}
.flexwrap{
    flex-wrap: wrap;
}
.inner,
.inner_m,
.inner_s,
.inner_l{
    max-width: 1140px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
}
.inner_s{
    max-width: 1000px;
}
.inner_m{
    max-width: 1400px;
}
.inner_l{
    max-width: 1800px;
}
.m0auto {
    margin:0 auto;
}
.mb0 {
    margin-bottom: 0px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb60 {
    margin-bottom: 60px !important;
}
.mt0 {
    margin-top: 0px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mt60 {
    margin-top: 60px !important;
}
.mt80 {
    margin-top: 80px !important;
}
.mr10{
    margin-right: 10px;
}
.ml10{
    margin-left: 10px;
}
.pt0 {
    padding-top: 0px !important;
}
.pt40 {
    padding-top: 40px !important;
}
.pb0 {
    padding-bottom: 0px !important;
}
.pb40 {
    padding-bottom: 40px !important;
}
.px20{
    padding-right:20px;
    padding-left: 20px;
}
.pr{
    position: relative;
}
.pa{
    position: absolute;
}
.fw3{
    font-weight: 300;
}
.fw4{
    font-weight: 400;
}
.fw6{
    font-weight: 600;
}
.fs14{
    font-size: 14px;
}
.fs16{
    font-size: 16px;
}
.fs18{
    font-size: 18px;
}
.fs20{
    font-size: 20px;
}
.fs24{
    font-size: 24px;
}
.line_2{
    line-height: 2.5;
}
.c_white{
    color:#fff !important;
}
.c_orange{
    color:var(--m_color) !important;
}
.c_gradation{
    background: linear-gradient(-90deg, #f5a716 0%, var(--m_color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.c_gray{
    color: #7b7b7b !important;
}
.c_gray_thin{
    color: #eeeeee !important;
}
.c_red{
    color: var(--a_color) !important;
}
.bg_white{
    background-color: #fff;
}
.bg_yellow{
    background-color: var(--m_color_2);
}
.bg_orange{
    background-image: var(--gr);
}
.bg_black{
    background-color: #333;
}
.bg_red{
    background-color: var(--a_color);
}
.bg_gray{
    background-color: #f7f7f5 !important;
}
.bx_shadow{
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
/*.circle_bg{
    background-image: url(img/circle_frame_gray.svg);
    background-size: 100% 10vw;
    background-position: center top;
}
.circle_bg_end{
    position: relative;
    background-image: url(img/circle_frame_gray_end.svg);
    background-size: 100% 10vw;
    background-position: center -bottom;
}*/
.eng{
    font-family: var(--font_eng);
}
.i_block{
    display: inline-block;
}
.ds_block{
    display:block;
}
br.sp{
    display: none;
}
.height_full{
    height: 100%;
}
/*-------------------------------------
共通追加
-------------------------------------*/
.btn{
    width: 200px;
    position: relative;
    margin: 60px 0 0 0;
}
.btn a{
    height: 100%;
    display: block;
    transition: .2s ease-in-out;
    text-decoration: none;
    width: 100%;
    max-width: 100%;
    padding: 20px 10px 14px 10px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    letter-spacing: 0.1em;
    color: #543a2e;
    border: 1px solid;
}
.btn:hover a{
    opacity: 1;
}
.btn a:before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 1px solid #543a2e;
    border-right: 1px solid #543a2e;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) rotate(45deg);
    left: auto;
    right: 20px;
    transition: .2s ease-in-out;
}
.btn a.c_white:before{
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.btn a:hover{
    color:#f6f4f2;
    background-color: #543a2e;
}
.btn a.c_white:hover{
    border:1px solid #543a2e;
}
.btn a:hover:before{
    border-top: 1px solid #f6f4f2;
    border-right: 1px solid #f6f4f2;
}
.sec_h2{
    font-size: 16px;
    margin-bottom: 80px;
    text-align: left;
    letter-spacing: 0.1em;
    font-weight: 600;
    position: relative !important;
    z-index: 2;
    padding-bottom: 0;
}
.sec_h2 .sec_h2_small{
    font-size: 60px;
    line-height: 1;
    letter-spacing: 0.15em;
    margin-top: 10px;
    position: relative;
    display: block;
}
.sec_h2.t_left .sec_h2_small{
    padding: 0 20px 10px 0;
}
.sec_h2 .sec_h2_small.no_square{
    padding: 0;
}
.sec_h2 .sec_h2_small.no_square:after{
    display: none;
}
h3.sec_h2 .sec_h2_small{
    font-size: 40px;
}
.sec_h2_small{
    font-family: "JosefinSans";
}
.sec_h2_small span{
    font-size: 60px;
    font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","ヒラギノ角ゴ ProN W6",sans-serif;
    font-weight: bold;
    margin-top: 18px;
}
h3 {
    font-weight: 400;
    margin: 0 0 40px;
    font-size: 20px;
    position: relative;
    letter-spacing: 0;
    text-align: left;
    padding: 0 0 14px 0;
}
h4{
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 20px;
    padding-left: 0;
}
.sec_h4 {
    font-size: 16px;
}
.flex_txt{
    width: calc(100% - 460px);
    position: relative;
    z-index: 2;
    padding-right: 40px;
}
.flex .img_container{
    height: 500px;
    background-image: url(img/cta.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.flex_img{
    width: 460px;
    position: relative;
    z-index: 2;
}
.flex_img img{
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
}
.flex_reverse .flex_txt{
    order: 2;
    margin:0 0 0 60px;
}
.flex_reverse .flex_img{
    order: 1;
    margin:0;
}
.flex_three{
    align-items: stretch;
    gap: 20px;
}
.flex_three_container {
    padding: 40px;
    width: calc((100% - 40px) / 3);
}
.flex_three_container .three_img{
    max-width: 100%;
    height: 210px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 20px;
}
.flex_three_container .three_img img{
    margin: auto;
    max-width: 100%;
    display: block;
    width: auto;
    height: auto;
    max-height: 210px;
}
.box2,
.box1,
.box4,
.txt_solid_bl,
.txt_solid_rd,
.txt_dot_bk,
.txt_dot_gr,
.txt_dot_pk {
	display: inline-block;
}
.box5 {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #ffdd40;
}
.box5:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #ffdd40;
}
.box6 {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #ffdd40;
}
.box6:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #ffdd40;
}
.text_anime01 {
	-webkit-animation:blink .5s ease-in-out infinite alternate;
	-moz-animation:blink .5s ease-in-out infinite alternate;
	animation:blink .5s ease-in-out infinite alternate;
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
.object-fit-img{
    display: block;
    position: relative;
}
.object-fit-img:before{
    content:'';
    display: block;
    padding-top: 100%;
    pointer-events: none;
}
.object-fit-img img{
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    object-position: center;
}
/*-------------------------------------
レイアウト
-------------------------------------*/
.wrap {
    margin: 0 auto;
    max-width: 1920px;
    position: relative;
    /*overflow: hidden;*/
}
/*-------------------------------------
ヘッダー
-------------------------------------*/
body .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}
.header_nav_container {
    width: 100%;
    transition: .2s;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 80px;
}
body.home .header_nav_container{
    transition: .2s;
}
.header_nav_container.shadow{
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    background-color: rgba(255,255,255,.9);
    border: none;
}
.header_nav_container.shadow .pc_header_nav ul{
    border: none;
}
.header_nav_container .pc_header_nav a,
.header_nav_container .pc_header_nav span{
    text-shadow: none;
}
.header_nav_container.shadow .pc_header_nav a,
.header_nav_container.shadow .pc_header_nav span{
    color: #000;
}
/* サイトタイトル */
.site_title {
    display: inline-block;
    line-height: 0;
    z-index: 2;
    z-index: 11;
    width: 160px;
}
.site_title a {
    display: block;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}
body:not(.home) .site_title img{
    opacity: 1;
}
.header_nav_container.shadow .site_title img{
    opacity: 1;
}
/*ナビ*/
.header_inner {
    display: flex;
    padding: 0 20px;
    margin: 0px auto 25px;
    position: relative;
}
.header_nav {
    margin: 0 auto;
    height: 43px;
    border-top: 1px solid #fff;
}
.header_nav nav {
    height: 100%;
}
.sp_trigger_nav{
    display: none;
}
.pc_header_nav {
    height: 100%;
}
.pc_header_nav ul{
    justify-content: space-between;
}
.pc_header_nav ul ul{
    display: none;
}
.pc_header_nav li {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    height: 100%;
    cursor: pointer;
    width: calc(100% / 5);
}
.pc_header_nav li:last-child {
    margin: 0;
}
.pc_header_nav li:before,
.pc_header_nav li:last-child:after{
    content: '';
    height: 24px;
    width: 1px;
    background-color: var(--w_color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.pc_header_nav li:last-child:after{
    left: auto;
    right: 0;
}
.pc_header_nav a,
.pc_header_nav li.join_btn_key > span{
    padding: 10px 0;
    color: var(--w_color);
    text-decoration: none;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 5px;
}
.pc_header_nav li.join_btn_key > span{
    cursor:auto;
}
.pc_header_nav a:hover {
    opacity: 0.8;
}
.pc_header_nav > ul > li.join_btn{
    margin: 0;
    cursor: pointer;
}
.pc_header_nav > ul > li.join_btn a,
.pc_header_nav > ul > li.login_btn a,
.pc_header_nav > ul > li.join_btn span{
    color: #000;
    padding: 10px 12px;
    text-shadow: none;
}
.home .pc_header_nav > ul > li.join_btn a,
.home .pc_header_nav > ul > li.login_btn a,
.home .pc_header_nav > ul > li.join_btn span{
    color: #fff;
}
/*.pc_header_nav > ul > li.join_btn .join_list{
    position: absolute;
    width: 100%;
    min-width: 250px;
    text-align: center;
    height: auto;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    background-color: rgba(255,255,255,.8);
    backdrop-filter: blur(20px);
}
.pc_header_nav > ul > li.join_btn .join_list li{
    font-size: 16px;
    color: #fff;
    margin: 0 auto;
    height: auto;
    border-top: 1px solid #fff;
}
.pc_header_nav > ul > li.join_btn .join_list li a{
    display: block;
    text-align: left;
    position: relative;
    color:#000;
}*/
.header_img_container {
    position: relative;
    opacity: 1;
    transition: .2s;
}
.header_img_container.mv_hidden{
    opacity: 0;
}
.header_top_left {
    gap: 20px;
    align-items: center;
}
.header_btn_container {
    align-items: stretch;
    gap: 10px;
}
.header_btn_container .header_btn{
    margin: 0;
}
.header_btn_container .header_btn a{
    font-size: 14px;
    box-shadow: none;
    display: flex;
    align-items: center;
    background-color: #07b53b;
    justify-content: center;
    border-radius: 5px;
    height: 100%;
    padding: 0 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.header_btn_container .header_btn a i{
    margin-right: 4px;
    font-size: 24px;
}
.header_btn_container .btn_mail a{
    background-color: var(--a_color);
    color: #000;
}
.header_tel{
}
.header_tel a{
    font-weight: 600;
    font-family: var(--font_eng);
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 35px;
    line-height: 1;
}
.header_tel a img{
    max-width: 46px;
    margin-right: 3px;
}
.header_tel .header_time{
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    border-top: 1px solid;
    padding-top: 4px;
    margin-top: 4px;
}
.header_tel{
    width: 246px;
}
.header_top_right {
    gap: 20px;
    display: flex !important;
}
.header_top_right a{
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.header_top_right a i{
    color: #fff;
    display: block;
    font-size: 28px;
}
.shop_nav_item_num {
    pointer-events: none;
    position: absolute;
    right: -2px;
    top: -6px;
    z-index: 1;
    color: var(--m_color);
    width: 20px;
    height: 20px;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid var(--m_color);
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
    font-family: var(--font_eng);
    font-weight: 600;
    text-indent: 0.1em;
    line-height: 1;
}
/*body.home .header {
    position: relative;
    background-size: cover;
}
.header_nav_container {
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1001;
    max-height: 100px;
    position: fixed;
    transition: .2s;
    height: 100px;
    align-items: center;
}
body.home .header_nav_container{
    transition: .2s;
}
.header_nav_container.shadow{
    border: none;
    background-color: #fff;
    height: 80px;
}
body:not(.home) .header_nav_container{
    background-color: #fff;
}
.header_nav_container.shadow .pc_header_nav ul{
    border: none;
}
.header_nav_container .pc_header_nav a,
.header_nav_container .pc_header_nav span{
    text-shadow: none;
    font-weight: 600;
    flex-direction: column;
}
.header_nav_container .pc_header_nav a .nav_icon,
.header_nav_container .pc_header_nav span .nav_icon{
    height: 70px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 70px;
    transition: .3s;
}
.header_nav_container .pc_header_nav a .nav_icon img,
.header_nav_container .pc_header_nav span .nav_icon img{
    width: 100%;
    height: 100%;
    max-width: 60px;
    max-height: 70px;
    transition: .3s;
}
.header_nav_container.shadow .pc_header_nav a .nav_icon, 
.header_nav_container.shadow .pc_header_nav span .nav_icon{
    height: 40px;
}
.header_nav_container.shadow .pc_header_nav a .nav_icon img, 
.header_nav_container.shadow .pc_header_nav span .nav_icon img{
    max-height: 50px;
}
body:not(.home) .header_nav_container .pc_header_nav a,
body:not(.home) .header_nav_container .pc_header_nav span,
.header_nav_container.shadow .pc_header_nav a,
.header_nav_container.shadow .pc_header_nav span{
    color: #000;
}
.header_nav_container .pc_header_nav a i,
.header_nav_container .pc_header_nav span i{
    font-size: 12px;
    margin-left: 6px;
}
.header_nav_container .pc_header_nav span.header_eng{
    display: block;
    font-weight: 600;
    text-align: center;
    height: auto;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.2;
}
.header_nav_container .pc_header_nav .header_contact a{
    background: linear-gradient(135deg, #3ba7fa 0%, #66e7f6 100%);
    background: -webkit-linear-gradient(-45deg, #3ba7fa 0%, #66e7f6 100%);
    color: #fff !important;
    padding: 12px 30px;
}
.header_nav_container .pc_header_nav .header_contact a span.header_eng{
    color: #fff !important;
}*/
/* サイトタイトル */
/*.header_nav_container > .flex_center_center{
    padding: 0 20px;
}
.site_title {
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: space-around;
    transition: .3s;
    font-weight: 600;
}
.site_title a{
    position: relative;
    z-index: 2;
    font-size: 20px;
    color: var(--a_color);
}
.logo_small_txt{
    display: block;
    font-size: 12px;
    border: 1px solid;
    max-width: 120px;
    text-align: center;
    padding: 0 10px;
    border-radius: 20px;
    margin-bottom: 4px;
}
.site_title img{
    transition: .3s;
}*/
/*ナビ*/
/*.header_inner {
    display: flex;
    padding: 0 20px;
    margin: 0px auto 25px;
    position: relative;
}
.header_nav nav {
    height: 100%;
}
.sp_trigger_nav{
    display: none;
}
.pc_header_nav {
    height: 100%;
}
.pc_header_nav ul ul{
    display: none;
}
.pc_header_nav li ,
.pc_header_nav li.join_btn.schedule_btn{
    margin: 0 clamp(10px, 2vw, 30px) 0 0;
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100px;
}
.pc_header_nav li:last-child {
    margin: 0;
}
.pc_header_nav a,
.pc_header_nav span {
    text-decoration: none;
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 15px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    margin: auto;
}
.pc_header_nav a:hover {
    opacity: 0.8;
}
.pc_header_nav > ul > li.join_btn{
    margin: 0;
    cursor: pointer;
}
.pc_header_nav > ul > li.join_btn a,
.pc_header_nav > ul > li.login_btn a,
.pc_header_nav > ul > li.join_btn span{
    color: #000;
    padding: 12px;
    text-shadow: none;
}
/*.pc_header_nav > ul > li.join_btn .join_list{
    position: absolute;
    width: 100%;
    min-width: 200px;
    text-align: center;
    height: auto;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    background-color: rgba(255,255,255,1);
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.pc_header_nav > ul > li.join_btn .join_list li{
    font-size: 16px;
    color: #fff;
    margin: 0 auto;
    height: auto;
}
.pc_header_nav > ul > li.join_btn .join_list li + li{
    border-top: 1px dotted var(--a_color);
}
.pc_header_nav > ul > li.join_btn .join_list li a{
    display: block;
    text-align: center;
    position: relative;
    color: #000;
    width: 100%;
}
.pc_header_nav > ul > li.join_btn .join_list li:last-child a{
    background-color: transparent;
}*/
.header_nav_container.is-fixed .join_list,
body:not(.home) .header_nav_container .join_list{
    top: 58px;
    border-top:none;
    border-bottom: 1px solid #333;
    max-width: 100%;
}
.join_list{
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    height: auto;
    background-color: var(--m_color);
    padding: 10px;
    max-width: 1100px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    width: 100%;
}
.join_list:before{
    content: "";
    position: absolute;
    margin: auto 0;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 14px solid var(--m_color);
    border-bottom: 10px solid transparent;
    bottom: calc(100% - 3px);
    left: 50%;
    transform: translateX(-50%) rotate(-90deg);
}
.join_list ul{
    max-width: 880px;
    display: block !important;
    margin:0 auto;
    align-items: stretch;
    justify-content: space-between;
}
.join_list ul li{
    font-size: 16px;
    margin: 0;
    height: auto;
    width: 100%;
}
.join_list ul li + li{
    border-top: 1px dotted #fff;
}
.join_list ul li:before{
    display: none;
}
.join_list ul li:last-of-type{
    margin: 0;
}
.join_list ul li:last-child:after{
    display: none !important;
}
.join_list ul li a{
    border-radius: 5px;
    display: block;
}
.header_nav_container .pc_header_nav .join_list ul li a{
    text-align: left;
    position: relative;
}
.join_list ul li a i{
    position: absolute;
    top: 50%;
    right: 10px;
    color: #fff;
    transform: translateY(-50%);
}
.join_list ul li a .jl_name{
    margin-top: auto;
    color: #fff;
    display: block;
}
/*.header_img_container {
    position: relative;
    opacity: 1;
    transition: .2s;
    padding: 0 0 20px 0;
}
.header_img_container.mv_hidden{
    opacity: 0;
}
.img-wrap {
    overflow: hidden;
    position: relative;
}
.img-wrap:before {
    animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    background: #fff;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
@keyframes img-wrap {
    100% {
        transform: translateX(100%);
    }
}
body.home .header_img_container {
    padding: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
}*/
.slick{
    margin-top: 143px;
}
.slick div{
    height: 100%;
}
.slide-arrow{
    position: absolute;
    width: 60px;
    background-color: var(--m_color);
    border-radius: 100%;
    border: 2px solid #fff;
    z-index: 2;
    aspect-ratio: 1 / 1;
    top: 50%;
    transform: translateY(-50%);
    left: calc(50% - 30.55vw);
    display: flex;
    align-items: center;
    justify-content: center;
}
.slide-arrow.next-arrow{
    right: calc(50% - 30.55vw);
    left: auto;
    transform: translateY(-50%) rotate(180deg);
}
.slide-arrow:before{
    content: '';
    width: 20px;
    aspect-ratio: 1 / 1;
    border-left: 4px solid #fff;
    display: block;
    border-top: 4px solid #fff;
    transform: rotate(-45deg);
    margin-left: 8px;
}
.slick-slide{
    aspect-ratio: 2/1;
    margin: 0 10px;
    overflow: hidden;
    max-width: 1100px;
}
.slick_img{
    background-image: url(img/slide_1.jpg);
    background-size: cover;
    width: 100%;
}
.slick_img_2{
    background-image: url(img/slide_2.jpg);
}
.slick_img_3{
    background-image: url(img/slide_3.jpg);
}
.slick_img_3{
}
.slick-dots{
    bottom: -40px;
}
.slick-dots li button:before{
    content: '';
    width: 14px;
    height: 14px;
    background-color: var(--m_color_2);
    opacity: 1;
    border-radius: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.slick-dots li.slick-active button:before,
.slick-dots li.slick-active button:after{
    width: 20px;
    height: 20px;
    background-color: var(--m_color);
    z-index: 1;
}
.slick-dots li.slick-active button:after{
    content: '';
    width: 8px;
    height: 8px;
    background-color: #fff;
    z-index: 2;
    position: absolute;
    border-radius: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
/*.slick .mv_sp{
    display: none;
}
.slick_container{
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
    justify-content: space-between;
    align-items: stretch;
}
.mv_img{
    background-image: url(img/mv_pc.png);
    background-position: calc(100% - 40px) 0;
    height: 100%;
    position: relative;
    background-size: contain;
}
.mv_txt{
    position: absolute;
    left: 3%;
    top: clamp(100px, 8vw, 140px);
    z-index: 2;
}
.mv_txt_container{
    font-size: clamp(20px,2vw,28px);
    padding: 0 20px;
    font-weight: 600;
}
.mv_txt_container:first-of-type{
    margin: 0 60px 20px 0;
}
.mv_people{
    width: clamp(150px, 33vw, 630px);
    position: absolute;
    bottom: 0;
    left: 7%;
}
.mv_bird{
    position: absolute;
    width: clamp(100px, 10vw, 190px);
    top: 0;
    left: 50px;
}*/
/*-------------------------------------
トップ
-------------------------------------*/
.header_img_inner_img{
    height: 100%;
    background-image: url('img/header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 0 0 auto;
    z-index: 2;
    width: 100%;
    border-radius: 0;
}
.header_img_inner_img img{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    z-index: 2;
}
.header_img_inner_img .slick img {
    max-height: 100%;
    position:absolute;
    top:0;
    bottom:auto;
    left:auto;
    right:0;
    margin:0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    max-width: 100%;
    object-position: 0 0;
    object-position: 50% 50%;
}
.header_img_inner_img .slick img.sp{
    display: none;
}
.header_img_inner_img .slide_txt{
    position: absolute;
    width: 600px;
    bottom: 20%;
    left: 3%;
    max-width: 70%;
}
.header_img_inner_img .slide_txt img{
    display: block;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255,0.7));
    width: 100%;
}
.header_img_inner_img .slide_txt p{
    font-size:20px;
    font-weight: 600;
    margin-left: 115px;
    text-shadow: 0 0 10px rgb(255, 255, 255);
}
/* メインビジュアル */
.sec_space_1{
    padding: 100px 0;
}
.sec_space_2{
    padding: 60px 0;
}
.sec_space_3{
    padding: 40px 0;
}
.large_txt{
    font-size: 24px;
    line-height: 2.5;
}
.large_txt span{
    font-size: 18px;
}
.large_txt_2{
    font-size: 20px;
}
.dashed_ttl{
    text-align: center;
}
.dashed_ttl .sec_ttl_1{
    display: inline-block;
    border-bottom: 6px dashed var(--a_color);
    padding-bottom: 20px;
}
.sec_ttl_1{
    font-size: 40px;
    margin-bottom: 40px;
    line-height: 1.2;
    letter-spacing: 0.2em;
    text-align: center;
}
.sec_ttl_1_large{
    font-size: 50px;
    display: block;
    background: none !important;
    -webkit-background-clip: initial !important;
    -webkit-text-fill-color: initial !important;
}
.sec_ttl_2{  
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.2em;
}
.sec_ttl_2_large{
    font-size: 32px;
    display: block;
    background: none !important;
    -webkit-background-clip: initial !important;
    -webkit-text-fill-color: initial !important;
}
.sec_ttl_3 {
    padding-top: 40px;
    margin-right: 40px;
    margin-left: 40px;
    margin-bottom: 40px;
}
.sec_ttl_3_small{
    line-height: 1;
    font-size: 20px;
    display: block;
}
.sec_ttl_3_flex{
    align-items: stretch;
}
.sec_ttl_3_flex .sec_ttl_3_people{
    background-image: url(img/top_reason_ttl_1.svg);
    width: 150px;
    background-size: 100% auto;
    background-position: center top;
}
.sec_ttl_3_flex .sec_ttl_3_people:nth-of-type(2){
    background-image: url(img/top_reason_ttl_2.svg);
}
.sec_ttl_3_large{
    font-size: 40px;
    line-height: 1;
    position: relative;
}
.sec_ttl_3_large:before,
.sec_ttl_3_large:after{
    content: '';
    width: 20px;
    height: 44px;
    background-image: url(img/sec_ttl_3_frame.svg);
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-bottom: 13px;
    margin-right: 30px;
}
.sec_ttl_3_large:after{
    transform: scale(-1,1);
    margin-right: 0;
    margin-left: 24px;
}
.sec_ttl_3_large_nam{
    font-size: 70px;
    line-height: 1.25;
}
.sec_ttl_4{
    font-size: 24px;
    font-weight: 600;
    padding: 0;
    margin-bottom: 20px;
}
/*-------------------------------------
トップコンテンツ
-------------------------------------*/
.purchase_archive{
    padding: 20px 0 40px 0;
}
.purchase_archive .bg_gray{
    padding: 20px 0;
}
.purchase_archive h2{
    margin: 0;
    font-size: 24px;
    width: 184px;
    text-align: left;
    border-bottom: 2px solid var(--m_color);
    padding-bottom: 10px;
}
.purchase_archive h2 span{
    letter-spacing: 0.1em;
}
.purchase_archive_list{
    display: flex;
    gap: 20px;
    width: calc(100% - 187px);
}
.purchase_archive_list li{
    width: calc((100% - 40px) / 3);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    display: flex;
    align-items: center;
}
.purchase_archive_list li a{
    display: flex;
    align-items: flex-start;
    padding: 20px;
    width: 100%;
}
.purchase_archive_thum{
    width: 6.5vw;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    margin-right: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.purchase_archive_thum img{
    height: auto;
    aspect-ratio: 1 / 1;
}
.top_purchase_txt{
    width: calc(100% - 6.5vw);
}
.top_purchase_date{
}
.top_purchase_date time{
    font-size: 14px;
    background: var(--gr);
    width: 100px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    line-height: 1.5;
}
.top_purchase_ttl{
    font-weight: 600;
}
.top_service{
    overflow: hidden;
}
.repeat_logo{
    background-image: url(img/repeat_logo.svg);
    background-repeat: repeat-x;
    background-size: 40vw auto;
    animation: bg_loop 12s linear infinite;
    padding-bottom: 8vw;
}
@keyframes bg_loop{
    0% {
        background-position: 0 100%;
    }
    100% {
        background-position: -40vw 100%;
    }
}
.flex_container_1{
    justify-content: space-between;
}
.flex_container_1_txt{
    width: calc(44% - 60px);
    position: relative;
    z-index: 2;
}
.flex_container_1_img{
    max-width: 600px;
    width: 56%;
    position: relative;
}
.flex_container_1_img img{
    width: 100%;
    z-index: 2;
    position: relative;
}
.flex_container_1_img .circle_img{
    position: absolute;
    width: clamp(100px, 16vw, 220px);
    z-index: 3;
    bottom: -40px;
    left: 0;
    transform: translateX(-50%);
}
.att_bubble_area{
    display: flex !important;
    margin-top: 40px;
}
.att_bubble_people{
    width: 200px;
    margin-right: 40px;
}
.att_bubble_txt{
    background-color: #fff;
    border-radius: 5px;
    padding: 40px 20px 60px 20px;
    position: relative;
    max-width: 760px;
    width: calc(100% - 290px);
}
.att_bubble_txt:after{
    content: "";
    position: absolute;
    margin: auto 0;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 40px solid #fff;
    border-bottom: 10px solid transparent;
    transform: rotate(120deg);
    top: calc(100% - 5px);
    left: 20px;
}
.att_bubble_txt .btn_container{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 50%);
}
.top_flow_flex{
    justify-content: space-between;
    counter-reset: number 0;
    display: flex !important;
    flex-wrap: wrap;
    gap: 20px;
}
.top_flow_container{
    width: calc((100% - 60px) / 4);
    position: relative;
}
.top_flow_img{
    position: relative;
    aspect-ratio: 1 / 1;
    border-radius: 5px 0 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.top_flow_img img{
    max-width: 130px;
    max-height: 130px;
}
.top_flow_container:first-of-type .top_flow_img img{
    max-width: 90px;
}
.top_flow_flex .top_flow_container:last-of-type .top_flow_img img{
    top: 20px;
}
.top_flow_container p{
    position: relative;
    z-index: 4;
}
.flow_nam{
    display: block;
    font-size: 90px;
    line-height: 1;
    margin: -45px 0 10px 0;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    background: var(--c_gr);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.top_manga{
    background-image: url(img/top_flow_bg_1.png);
    background-position: 100% 60%;
    background-size: auto 160%;
    position: relative;
    z-index: 2;
}
.top_manga_txt{
    width: 50%;
}
.top_item{
    background-image: url(img/repeat_logo.svg);
    background-repeat: repeat-x;
    background-size: 40vw auto;
    animation: bg_loop_2 12s linear infinite;
}
@keyframes bg_loop_2{
    0% {
        background-position: 0 center;
    }
    100% {
        background-position: -40vw center;
    }
}
.top_sales_link{
    padding: 40px 0 0 0;
    display: flex;
    flex-direction: column;
}
.top_sales_link .flex_three_container .three_img{
    padding: 0 40px 0;
}
.top_sales_link p{
    padding: 0 40px;
    margin-bottom:20px;
}
.top_sales_link .field_price_bg{
    margin-top: auto;
    padding: 16px 40px;
    border-top: 1px solid #ddd;
}
.top_sales_link .field_price{
    font-size: 40px !important;
}
.about_item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dotted #ccc;
    padding: 4px 10px;
}
.about_item dt{
    width: 100px;
    border-radius: 3px;
}
.about_item dd{
    width: calc(100% - 100px);
}
.item_value{
    font-family: var(--font_eng);
    font-weight: 600;
    font-size: 32px;
}
.top_item_bg{
    width: 100%;
    height: 115px;
    background-image: url(img/building_bg.svg);
    background-repeat: repeat-x;
    margin-top: 40px;
    background-position: center calc(100% + 2px);
}
.top_reason_flex{
    align-items: stretch;
    gap: 40px;
    flex-wrap: wrap;
}
.top_reason_container{
    max-width: 530px;
    width: calc(50% - 20px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.top_reason_container dl{
    padding: 40px;
}
.top_reason_container dl dt{
    font-size: 28px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}
.top_reason_nam {
    font-size: 70px;
    line-height: 1;
}
.top_reason_container dl dd{
}
.top_reason_container img{
    margin: auto 0 0 0;
}
.half_yellow,
.half_gray{
    position: relative;
}
.half_yellow:before,
.half_gray:before{
    content: '';
    width: 100%;
    height: 50%;
    background-color: var(--m_color_2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.half_gray:before{
    background-color: var(--g_color);
}
.top_area {
    background-image: url(img/area_bg.jpg);
    background-size: cover;
    border-radius: 5px;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    width: calc(100% - 40px);
}
.top_area_bg {
}
.top_area_left{
    width: 400px;
}
.top_area_left img{
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
}
.top_area ul{
    gap: 0px 5px;
    justify-content: flex-start;
    max-width: 550px;
}
.top_area ul li{
    display: flex;
    align-items: center;
    width: calc((100% - 30px) / 3);
}
.top_area ul li span{
    background-color: #fff;
    font-size: 20px;
    padding: 4px 20px 4px 33px;
    display: block;
    width: calc(100% - 30px);
    position: relative;
    z-index: 1;
    text-align: center;
}
.top_area ul li i{
    width: 60px;
    aspect-ratio: 1 / 1;
    color: var(--m_color);
    border: 4px solid var(--m_color);
    background-color: var(--m_color_2);
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: -30px;
    position: relative;
    z-index: 2;
}
.gosoudan {
    margin-top: 20px;
    justify-content: center;
    display: flex !important;
    gap: 40px;
    align-items: center;
}
.gosoudan_sp{
    display: none !important;
}
.gosoudan img{
    max-width: 200px;
}
.gosoudan .att_bubble_txt{
    padding-bottom: 40px;
}
.top_area_bubble{
    position: relative;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    width: calc(100% - 200px);
    max-width: 300px;
}
.top_area_bubble:after{
    content: "";
    position: absolute;
    margin: auto 0;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 40px solid #fff;
    border-bottom: 10px solid transparent;
    transform: rotate(120deg);
    top: calc(100% - 5px);
    left: 20px;
}
.top_area_bubble p{
}
.top_area_right{
    width: calc(100% - 440px);
    margin-left: 40px;
}
.bg_large_logo{
    background-image: url(img/logo_bg.svg);
    background-size: 500% auto;
    background-position: center;
}
.top_business {
}
.top_business .inner_m{
    padding-bottom: 80px;
}
.top_business .inner_m:before{
    content: '';
    width: calc(100% - 40px);
    max-width: 1140px;
    height: calc(100% - 200px);
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateX(-50%);
    z-index: 2;
}
.flex_container_2_txt{
    max-width: 540px;
    margin-right: 60px;
    position: relative;
    z-index: 2;
    padding-left: 20px;
}
.flex_container_2_txt .sec_ttl_2{
    margin-bottom: 100px;
}
.flex_container_2{
    justify-content: flex-end;
    align-items: flex-end;
}
.flex_container_2_img{
    max-width: 600px;
    width: 50%;
    position: relative;
    z-index: 2;
}
.top_business_img{
    aspect-ratio: 1/1;
    background-image: url(img/top_business_2.jpg);
    background-position: 25% center;
    background-size: cover;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.orange_list{
    margin-top: 20px;
}
.orange_list li{
    position: relative;
    font-size: 16px;
    padding: 10px 20px 10px 40px;
    border-bottom: 1px solid #fff;
}
.orange_list li:before{
    content: '';
    width: 8px;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    background-color: var(--m_color);
    position: absolute;
    top: 21px;
    left: 20px;
}
.top_business_people{
    position: absolute;
    bottom: 40px;
    left: -32px;
    z-index: 1;
    max-width: 180px;
}
/*.top_business_list{
    counter-reset: number 0;
    align-items: stretch;
    gap: 20px;
    margin: 40px 0 20px 0;
    counter-reset: number 0;
}
.top_business_list li{
    position: relative;
    background-color: #fff;
    width: calc(50% - 10px);
    padding: 40px 20px 20px 20px;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    min-height: 120px;
    text-align: center;
}
.top_business_list li:before{
    counter-increment: number 1;
    content: "0" counter(number);
    position: absolute;
    left: 50%;
    background: #fff;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    font-family: var(--font_eng);
    color: var(--m_color);
    font-weight: 600;
    top: 0;
    transform: translate(-50%, -20px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 36px;
    z-index: 1;
    padding-top: 10px;
}
.top_business_img{
    height: 150px;
    max-width: 120px;
    margin: 0 auto;
    display: flex;
    position: relative;
    z-index: 2;
}
.top_business_img img{
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.business_cta {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
}
.business_cta:after{
    content: '';
    position: absolute;
}
.top_business .sec_ttl_3_large{
    margin: 40px 0 -30px auto;
    position: relative;
    z-index: 2;
}*/
.top_sdgs {
    overflow: hidden;
    background-image: url(img/city_bg.jpg);
    background-position: center calc(100% + 6vw);
}
.top_sdgs_flex{
    justify-content: center;
}
.top_sdgs .flex_container_1_img:before{
    content: '';
    width: 200px;
    aspect-ratio: 1 / 1;
    position: absolute;
    background-color: var(--m_color_2);
    border-radius: 100%;
    bottom: -40px;
    left: 0;
    transform: translateX(-50%);
    z-index: 1;
}
.top_blog .inner{
    position: relative;
    z-index: 2;
}
.top_blog_icon{
    max-width: 100px;
    margin: 0 auto 20px auto;
}
.top_blog_list{
    gap: 20px;
    flex-wrap: wrap;
    align-items: stretch;
}
.top_blog_list > li{
    width: calc((100% - 40px) / 3);
    padding: 0;
}
.top_blog_list > li section{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.top_blog_list > li section .details{
    margin-top: auto;
}
.top_blog_list .tags .post-categories{
    margin-bottom: 6px;
    display: flex;
    gap: 10px;
}
.top_blog_list .tags .post-categories li{
    background-color: var(--m_color_2);
    padding: 2px 20px 6px 20px;
    border-radius: 14px;
    line-height: 1;
}
.top_blog_list .tags .post-categories li a{
    font-size: 14px;
    color: #000;
    line-height: 1;
}
.top_blog_list .tags .post-categories li a:before{
    content: '●';
    display: inline-block;
    margin-right: 4px;
    color: var(--m_color);
    font-size: 10px;
    line-height: 1;
    transform: translateY(-1px);
}
.top_blog_thum{
    overflow: hidden;
    margin: 14px 0 !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    height: 200px;
}
.top_blog_txt h3{
    padding-bottom: 0;
    margin-bottom: 14px;
    margin-top: 4px;
    font-size: 16px;
    font-weight: 600;
}
.top_blog_txt h3 a{
    color: #000;
}
.top_blog .blog-cats a{
    background-color: #fff;
}
.insta_img_list {
    gap: 10px;
    display: flex !important;
}
.insta_item{
    width: calc((100% - 30px) / 4);
    overflow: hidden;
}
.cta{
    overflow: hidden;
}
.cta .bg_white{
    position: relative;
}
.cta .bg_white:before,
.cta .bg_white:after{
    content: '';
    width: clamp(100px, 20%, 371px);
    background-image: url(img/cta_1.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    aspect-ratio: 1 / 1.2;
    bottom: -20px;
    left: -60px;
    background-position: center bottom;
    z-index: 2;
}
.cta .bg_white:after{
    left: auto;
    right: -60px;
    background-image: url(img/cta_2.svg);
}
.cta_txt{
    font-size: 28px;
}
.cta_flex{
    max-width: 900px;
    margin: 0 auto;
    gap: 20px;
    width: clamp(600px, 82%, 900px);
    display: flex !important;
}
.cta .btn_container{
    margin-top: 0;
    width: calc(50% - 10px);
}
.cta .btn_container a{
    max-width: none;
    padding: 34px 20px;
    background: var(--a_color);
    color: #000;
}
.cta .btn_container.cta_tel{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.cta .btn_container.cta_tel a{
    font-weight: 600;
    background-color: #fff;
    max-width: none;
    border: 2px solid var(--m_color);
    background: #fff;
}
.cta .btn_container.cta_tel a .cta_tel_txt{
    font-size: 76px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    display: flex !important;
}
.cta .btn_container.cta_tel a span{
    width: 100%;
    font-size: 18px;
    border-top: 2px solid;
    max-width: 488px;
    display: block;
    margin: 8px auto 0 auto;
    padding-top: 8px;
}
/*-------------------------------------
無料査定について
-------------------------------------*/
.strengths {
    overflow: hidden;
}
.feature_container {
    align-items: center;
    margin-top: 40px;
}
.feature_container .flex_img{
    background-color: var(--m_color_2);
    min-height: 300px;
    display: flex;
    margin: 0;
    width: calc(50% + 40px);
    border-radius: 5px;
    align-items: center;
    position: relative;
    z-index: 1;
}
.feature_container .flex_img img{
    margin: 0 auto;
    display: block;
}
.feature_container .flex_txt{
    border-bottom: 4px solid var(--m_color);
    width: 50%;
    margin-left: -40px;
    padding-left: 80px;
    z-index: 2;
    position: relative;
}
.feature_container.flex_reverse .flex_img{
    order: 2;
}
.feature_container.flex_reverse .flex_txt{
    margin: 0 -40px 0 0;
    padding: 0 80px 0 40px;
    order: 1;
}
.feature_title{
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.5;
    padding: 0;
    font-weight: 600;
    color: var(--m_color);
}
.feature_title + p{
    padding-bottom: 40px;
}
.point .eng{
    font-weight: 600;
    color: var(--m_color);
    letter-spacing: 0.05em;
}
.assessment_cta.cta{
    border-bottom: 1px dotted #fff;
    padding-bottom: 80px !important;
}
.assessment_cta.cta .bg_white{
    padding: 40px;
    background-color: #fff !important;
}
.assessment_cta.cta .bg_white + .bg_white{
    margin-top: 20px;
}
.assessment_cta.cta .bg_white:before, 
.assessment_cta.cta .bg_white:after{
    display: none;
}
.assessment_cta_icon{
    position: relative;
    width: 120px;
    text-align: center;
}
.assessment_cta_icon:before,
.assessment_cta_icon:after{
    content: '';
    background-image: var(--gr);
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.assessment_cta_icon:after{
    width: 110px;
    height: 110px;
    background: #fff;
}
.assessment_cta_icon i{
    font-size: 60px;
    color: var(--m_color);
    position: relative;
    z-index: 2;
}
.assessment_cta_left{
    width: calc(100% - 720px);
    padding: 0 40px 0 20px;
}
.assessment_cta.cta .btn_container,
.assessment_cta.cta .btn_container.cta_tel{
    width:600px;
    max-width: 100%;
}
.assessment_cta.cta .btn_container a{
    font-size: 24px;
}
.assessment_cta.cta .btn_container.cta_tel a .cta_tel_txt{
    font-size: 56px;
}
.assessment_cta.cta .btn_container.cta_tel a span{
    max-width: 385px;
}
.value{
}
.value_flex{
    justify-content: space-between;
    align-items: stretch;
}
.value_container{
    width: calc(50% - 20px);
    border: 2px solid var(--m_color);
    background-color: #fff;
}
.value_container h3{
    text-align: center;
    background-color: var(--m_color);
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    padding: 20px 10px;
    margin-bottom: 20px;
}
.value_info{
    padding: 0 20px 20px 20px;
    margin-top: auto;
}
.value_container .dl{
}
.value_container dl dt{
    font-size: 20px;
    font-weight: 600;
    color: var(--m_color);
}
.value_container dl dt:after{
    content: '';
    width: 40px;
    height: 2px;
    background-color: var(--m_color);
    display: block;
    margin: 10px auto;
}
.value_container dl dd{
}
.value_check{
    background-color: var(--m_color_2);
    padding: 20px;
    margin: 20px 0;
}
.check_ttl{
    color: var(--m_color);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.check_ttl i{
    font-size: 24px;
    margin-right: 6px;
}
.value_check ul{
}
.value_check ul li{
    padding: 10px 10px 10px 28px;
    text-indent: -27.5px;
    background-color: #fff;
}
.value_check ul li + li{
    border-top: 1px solid var(--m_color_2);
}
.value_check ul li:before{
    content: '\f14a';
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
    margin-right: 10px;
    margin-left: 10px;
    color: var(--m_color);
    vertical-align: middle;
}
.purchase_result .att_bubble_txt{
    padding-bottom: 40px;
}
/*-------------------------------------
買取の流れ（マンガ）
-------------------------------------*/
.comic_list{
    max-width: 1000px;
    margin: 0 auto;
}
.comic_list li{
    position: relative;
}
.comic_list li + li{
    margin-top: 60px;
}
.comic_list li + li:before{
    content: '';
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid var(--m_color);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% + 17px);
}
.comic_list li img{
}
/*-------------------------------------
よくあるご質問
-------------------------------------*/
.faq_wrap .btn_flex {
    margin-bottom: -4px;
}
.faq_wrap .btn_container a{
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    box-shadow: none;
    font-size: 22px;
}
.faq_wrap .btn_container a:hover{
    transform: none;
    opacity: 1;
}
.tab_btn {
    border: 4px solid var(--m_color);
    border-bottom: none;
}
.tab_btn.active {
    background: var(--w_color);
    color: var(--m_color);
}
.faq_section{
    border: 4px solid var(--m_color);
}
.faq_section section {
    display: none;
}
.faq_section section.active {
    display: block;
}
.faq_wrap .btn_flex .btn_container a i.fa-arrow-right{
    transform: translateY(-50%) rotate(90deg);
}
.faq_list li + li{
    margin-top: 20px;
}
.faq_list .faq_toggle{
    font-size: 22px;
    padding: 10px 56px 10px 20px;
    margin: 0 auto;
    background: var(--gr);
    text-align: left;
    display: flex;
    position: relative;
}
.faq_list .faq_toggle:before,
.faq_list .faq_txt:before{
    content: 'Q';
    font-size: 34px;
    margin-right: 20px;
    vertical-align: top;
    display: inline-block;
    width: 50px;
    text-align: center;
    background: #fff;
    height: 50px;
    line-height: 50px;
    vertical-align: top;
    font-family: var(--font_eng);
    color: var(--m_color);
}
.faq_list .faq_toggle span.i_block{
    width: calc(100% - 76px);
    font-size: 18px;
    font-weight: 500;
    vertical-align: text-top;
    padding-top: 8px;
    color: #fff;
}
.faq_toggle{
    cursor: pointer;
    transition: .2s;
}
.faq_toggle:hover{
    opacity: .8;
}
/*アイコン*/
.faq_list .faq_toggle .icon{
    position: absolute;
    top: 34px;
    right: 40px;
}
.faq_list .icon:before,
.faq_list .icon:after{
    content:'';
    width:20px;
    height: 2px;
    position: absolute;
    background-color: #fff;
    opacity: 1;
    transition: .5s;
}
.faq_list .faq_toggle .icon:after{
    transform: rotate(90deg);
}
.faq_list .opened .icon:before{
    transform: rotate(-90deg);
    opacity: 0;
}
.faq_list .opened .icon:after{
    transform: rotate(0deg);
}
.faq_list .faq_txt{
    padding: 10px 20px 20px 20px;
    display: none;
}
.faq_list .faq_txt:before{
    content: 'A.';
    background: transparent;
}
.faq_list .faq_txt .faq_txt_inner{
    width: calc(100% - 70px);
    vertical-align: text-top;
    padding-top: 6px;
}
.faq_btn{
    padding: 14px 20px;
    display: inline-block;
    border: 1px solid #333;
    width: 150px;
    transition: .3s;
}
.faq_btn i{
    margin-left: 20px;
    font-size: 14px;
    transition: .3s;
}
.faq_btn:hover{
    background-color: rgba(255,255,255,0.4);
}
.faq_txt_inner ul li + li{
    margin-top: 0;
}
.bg_list {
    padding: 20px;
}
/*-------------------------------------
プライバシーポリシー
-------------------------------------*/
.conditions_container{
    padding: 40px 0 0 0;
}
.conditions_container section + section{
    margin-top: 40px;
}
.conditions_container h2{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    background: var(--gr);
    padding: 16px 20px 16px 56px;
    position: relative;
    color: var(--w_color);
}
.conditions_container h2:before{
    content: '';
    width: 16px;
    height: 16px;
    background-color: var(--w_color);
    position: absolute;
    top: 30px;
    left: 20px;
    transform: rotate(45deg);
}
.conditions_container h3{
    font-size: 20px;
    position: relative;
    font-weight: 600;
    border-bottom: 3px solid var(--m_color_2);
    padding: 0 4px 14px 4px;
    margin-bottom: 20px;
}
.conditions_container h3:before{
    content: '';
    width: clamp(100px,30%,200px);
    height: 3px;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--m_color);
}
.conditions_container p{
    margin-bottom: 20px;
}
.conditions_container ol{
    padding-left: 44px;
    margin-bottom: 20px;
}
.conditions_container ol li{
    text-indent: -41px;
    margin-top:6px;
}
.conditions_container ul{ 
    padding-left: 16px;
    margin-bottom: 20px;
}
.conditions_container ul li{
    text-indent: -16px;
}
.conditions_container .cta{
    overflow: visible;
}
/*-------------------------------------
パンくず
-------------------------------------*/
.breadcrumbsinner {
    width: 100%;
    background: var(--gr);
}
.breadcrumbs {
    width: 100%;
    line-height: 1.5;
    background: none;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 20px 0 20px;
    color: #fff;
}
.breadcrumbs a,
.breadcrumbs span {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
}
.breadcrumbs:before {
    content: "\f015";
    font: 100% "Font Awesome 5 free";
    font-weight: bold;
    margin-right: 4px;
}
.breadcrumbs span:last-child a {
    pointer-events: none;
    text-decoration: none;
}
/*-------------------------------------
トップ お知らせ
-------------------------------------*/
.news{
    position: relative;
    z-index: 2;
    border-bottom: 2px solid #f7f7f5;
}
.news .sec_ttl_2{
    width: 210px;
    margin-right: 60px;
}
.news .top_news_list{
    width: calc(100% - 270px);
}
.news .top_news_list li{
    border-bottom: 1px solid;
}
.news .news_meta{
    padding: 20px 20px 20px 0;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
}
.news_meta:after{
    content: '\f063';
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    right: 0px;
    top: -2px;
    left: auto;
    bottom: auto;
    transform: translateY(25px);
    font-size: 18px;
    color: var(--m_color);
}
.news .news_meta time{
    margin-right: 20px;
    line-height: 1.5;
    padding: 0px 20px 0 20px;
    border-radius: 20px;
    background: var(--gr);
    width: 130px;
    text-align: center;
    vertical-align: text-top;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-top: 4px;
}
.news .news_meta .cat{
    display: inline-block;
    background-color: #264990;
    color: #fff;
    font-weight: 400;
    padding: 3px 18px 0 18px;
    font-size: 12px;
    margin-right: 14px;
}
.news .news_meta p{
    display: inline-block;
    font-size: 16px;
    width: calc(100% - 150px);
    vertical-align: text-top;
}
.news .news_txt{
    padding: 20px 0px;
    letter-spacing: 0.1em;
    font-size: 14px;
    border-top: 1px dotted #000;
}
.news .flex{
    justify-content: space-between;
}
.news .flex .btn{
    width: 260px;
}
/*-------------------------------------
買取品目
-------------------------------------*/
.purchase_list{
    max-width: 1400px;
    margin: 0 auto;
}
.manufacturer .sec_ttl_1{
    width: 340px;
}
.manufacturer .flex{
    justify-content: space-between;
    align-items: stretch;
}
.manufacturer_list{
    width: calc(100% - 340px);
    background-color: var(--m_color_2);
    justify-content: flex-start !important;
}
.manufacturer_list li{
    width: calc(100% / 4);
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    text-align: center;
}
/*.manufacturer_list li:nth-of-type(3n-1){
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
}*/
/*.manufacturer_list li:last-of-type,
.manufacturer_list li:nth-last-of-type(2){
    border-bottom: none;
}*/
/*.manufacturer_list li:first-of-type,
.manufacturer_list li:nth-of-type(2),
.manufacturer_list li:nth-of-type(3){
    border-top: none;
}
.manufacturer_list li:last-of-type,
.manufacturer_list li:nth-last-of-type(2){
    border-bottom: none;
}
.manufacturer_list li:nth-of-type(3n){
    border-right: none;
}
.manufacturer_list li:nth-of-type(3n+1){
    border-left: none;
}*/
.expensive{
}
.expensive_container {
    padding: 40px;
}
.expensive_container + .expensive_container{
    margin-top: 20px;
}
.expensive_img{
    width: 320px;
    aspect-ratio: 1 / 1;
    margin-right: 40px;
    overflow: hidden;
    max-width: 100%;
}
.expensive_txt{
    width: calc(100% - 360px);
}
.expensive_txt h3{
    color: var(--m_color);
    font-size: 28px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    padding-bottom: 0;
}
.expensive_nam{
    font-size: 70px;
    line-height: 1;
}
.expensive_txt p{
}
/*-------------------------------------
welcart 通販＆アーカイブ 商品ページ　オフィス家具販売
-------------------------------------*/
/*.page-template-item .other_h,
body.category:not(.tax-blog-cat) .other_h,*/
body.single:not(.single-blog):not(.single-achievements) .other_h{
    display: none;
}
body.page-template-item h1:before,
body.category:not(.tax-blog-cat) h1:before {
    content: 'SALES';
}
.sale_item_list{
    gap: 60px 40px;
}
.sale_item_list li{
    width: calc((100% - 80px) / 3);
}
.itemimg{
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.itemimg a{
    display: block;
    width: 100%;
    height: 100%;
}
.itemimg img{
    object-fit: cover;
    font-family: "object-fit: cover;";
    height: auto;
    width: 100% !important;
    margin: 0 auto;
    aspect-ratio: 1 / 1;
}
.item-name{
    font-size: 16px;
    text-align: left;
    margin: 14px 0 !important;
}
.field_price{
    font-weight: 600 !important;
    font-family: var(--font_eng) !important;
    letter-spacing: 0.05em;
    font-size: 38px !important;
    line-height: 1 !important;
}
.item_area_flex{
    align-items: stretch;
}
.item_sidebar{
    width: 250px;
    margin: 0 50px 0 0;
}
.item_sidebar_main{
    position: sticky;
    top: 150px;
    background-color: var(--m_color);
    padding: 30px 20px;
}
.item_sidebar_main p{
    border-bottom: 1px solid;
    margin: 0 0 20px;
    text-align: left;
    padding: 6px 0;
}
.item_inner{
    width: calc(100% - 300px);
}
.item_category_list{
}
.item_category_list li{
}
.item_category_list li + li{
    margin-top: 2px;
}
.item_category_list li a{
    color: #000;
    display: block;
    padding: 8px 10px;
    background-color: #fff;
}
.item_category_list li a:before{
    content: '●';
    margin-right: 5px;
    color: var(--m_color);
}
.shop_guide_container{
    background-color: #f7f7f5;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}
/*ソート　セレクトボックス*/
.sort_form {
    margin: 0 0 0 auto;
}
select {
    outline: none;
    padding: 3px 5px;
    border-radius: 0;
    background: var(--w_color);
    background-color: #fff;
}
/*絞り込み検索*/
.itemSearchform {
    margin: 0 0 0 auto;
}
.itemSearchform select {
    outline: none;
    padding: 3px 5px;
    min-width: 114px;
    margin: 0 10px 0 0;
    border: 1px solid #000;
    box-shadow: none;
    color: #222;
}
.itemSearchform input[type="text"] {
    padding: 5px 10px;
    background: #eee;
}
.itemSearchform input[type="submit"] {
    background: #222;
    color: var(--w_color);
    padding: 5px 10px;
    margin: 0 0 0 10px;
    font-size: 11px;
}
.itemSearchform input[type="submit"]:hover {
    opacity: 0.8;
}
/*********************/
.shop_inner__inner {
    margin: 0 0 5vw;
}
.shop_inner ul {
    flex-wrap: wrap;
}
.shop_inner li {
    width: calc(100% / 4 - 38px);
    margin: 0 50px 0px 0;
}
.shop_inner li:nth-child(4n + 4) {
    margin: 0 0 50px;
}
.shop_inner li:last-child {
    margin-right: 0;
}
.shop_inner li .itemimg a {
    position: relative;
    display: block;
}
.shop_inner li img {
    font-family: "object-fit: cover;";
    object-fit: cover;
    height: 276px;
    width: 100%;
}
.shop_inner li .itemimg a .itemsoldout {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: var(--w_color);
    font: 20px/1.6 "JosefinSans", "Noto Sans", "Noto Sans CJK JP", "Noto Sans CJK JP Subset", sans-serif;
}
.shop_inner .itemimg {
    position: relative;
    overflow: hidden;
}
.itemimg_campaign {
    background: #cddc39;
    color: var(--w_color);
    display: inline-block;
    position: absolute;
    width: 90px;
    height: 60px;
    right: -35px;
    padding: 27px 0 0 0;
    top: -19px;
    line-height: 1;
    transform: rotate(45deg);
    font-family: "JosefinSans";
    font-size: 16px;
    text-align: center;
    z-index: 1;
}
.itemimg_campaign span {
    color: var(--w_color);
    font-size: 10px;
}
.shop_inner .itemimg_count {
    background: #222;
    color: var(--w_color);
    display: inline-block;
    position: absolute;
    width: 90px;
    height: 60px;
    left: -35px;
    padding: 20px 0 0 0;
    top: -19px;
    transform: rotate(-45deg);
    font-family: "JosefinSans";
    font-size: 25px;
    text-align: center;
    z-index: 1;
}
body.single .storycontent .campaign_message {
    padding: 10px;
    font-size: 16px;
}
.campaign_message {
    font-size: 13px;
    color: #222;
    margin-top: 5px;
    background: rgb(243 242 237);
    text-align: center;
    font-family: "JosefinSans", "Noto Sans", "Noto Sans CJK JP", "Noto Sans CJK JP Subset", sans-serif;
}

body.single .rireki_container .item-name,
body.home .item-name,
body.archive .item-name,
body.search .item-name,
body.page-template-favorites .item-name,
body.page-template-popular .item-name {
    font-size: 16px;
    margin: 10px 0 0px;
    text-align: left;
}
.item-name a {
    color: #222;
    text-decoration: none;
    display: block;
    line-height: 1.8;
    text-align: left;
    font-size: 16px;
}
body.single .rireki_container .field_price,
body.home .field_price,
body.archive .field_price,
body.search .field_price,
body.page-template-favorites .field_price,
body.page-template-popular .field_price {
    /*font-size: 16px;
    margin: 0 0 10px;*/
}
body.single .rireki_container .tax,
body.home .tax,
body.page-template-popular .tax,
body.archive .tax,
body.search .tax,
body.page-template-favorites .tax {
    font-size: 14px;
}
body.single .rireki_container .quantity,
body.home .item-info .quantity,

body.page-template-popular .item-info .quantity,
body.archive .item-info .quantity,
body.search .item-info .quantity {
    display: inline-block;
}
body.single .rireki_container .skubutton,
body.home .item-info .skubutton,
body.page-template-popular .item-info .skubutton,
body.archive .item-info .skubutton,
body.search .item-info .skubutton {
    padding: 10px 15px;
    width: auto;
}
.single .slick-slide{
    aspect-ratio: unset;
}
#itempage #img-box{
    width: 36% !important;
    margin-right: 60px;
}
.detail-box{
    width: calc(64% - 60px) !important;
}
.single .slick-list{
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
/*ページネーション*/
.pagenation .page-numbers {
    padding: 10px 20px;
    background: #000;
    color: var(--w_color);
    text-decoration: none;
    display: inline-block;
}
.pagenation .page-numbers:hover {
    opacity: 0.8;
}
.pagenation .current:hover {
    opacity: 1;
}
.pagenation .current {
    padding: 10px 20px;
    background: #696969;
    color: var(--w_color);
}
/*-------------------------------------
welcart シングルページ 商品ページ
-------------------------------------*/
body.single #primary,
body:not(.category):not(.tax-blog-cat):not(.page-template-item) .item_wrap{
    margin-top: 123px;
}
body.single .item-name {
    margin-bottom: 25px;
    padding: 0;
    font-size: 24px;
    text-align: left;
    margin-right: 0;
    margin-left: 0;
}
body.single .item-name:before{
    display: none;
}
.product_img .slick-slide{
    border-radius: 0;
}
.product_img .slick-slide img{
    width: 100%;
}
.field {
    border-top: 1px dotted #ccc;
    padding-top: 25px;
}
.field_price span,
.field_price {
    font: bold 24px/1.6 "JosefinSans", "Noto Sans", "Noto Sans CJK JP", "Noto Sans CJK JP Subset", sans-serif;
}
.tax {
    font-size: 16px;
    color: #222;
    font-style: normal;
}
.main_wrap .item-info .c-box {
    text-align: left;
}
.main_wrap .item-info .quantity {
    margin-bottom: 15px;
}
.main_wrap #itempage .itemcode {
    border-style: dotted;
    padding: 0px 0 25px;
    margin: 0;
}
.main_wrap dl.item-sku {
    border: none;
    padding: 0;
    display: block;
    margin: 0 0 15px;
}
.main_wrap dl.item-sku dt {
    background: none;
    border: none;
    padding: 0;
}
.main_wrap dl.item-sku dd {
    border: none;
    padding: 0;
    display: block;
    margin: 0 0 15px;
}
dl.item-sku dd select {
    width: 100%;
    max-width: 350px;
    padding: 10px;
    border: 1px solid #222;
    color: #222;
}
.item-info .skubutton {
    width: 80%;
    max-width: 350px;
}
.main_wrap #itempage .item-info {
    padding: 25px 0;
    border-bottom: 1px dotted #ccc;
}
.main_wrap .item-info .itemsoldout {
    color: #333;
    font-size: 14px;
    font-weight: normal;
    background-color: #eee;
    line-height: 40px;
    text-align: center;
    width: 80%;
    max-width: 350px;
}
#itempage .item-description {
    padding: 25px 0 0;
    margin-bottom: 2.142856em;
}
.table_scroll {
    overflow: auto;
    white-space: nowrap;
}
table.size_table {
    background: #f0eeeb;
    margin: 0;
    table-layout: fixed;
    font-size: 13px;
    border-top: 1px solid #f0eeeb;
    border-left: 1px solid #f0eeeb;
}
.size_table th {
    padding: 6px 22px;
    vertical-align: middle;
    background: #fbfbfb;
    border-bottom: 1px solid #f0eeeb;
    border-right: 1px solid #f0eeeb;
}
.size_table td {
    padding: 10px 20px;
    text-align: center;
    vertical-align: middle;
    background: var(--w_color);
    border-bottom: 1px solid #f0eeeb;
    border-right: 1px solid #f0eeeb;
}
.item-cat {
    padding: 25px;
    background-color: #f7f7f5;
    font-size: 14px;
    margin-top: 2.142856em;
}
.item-cat ul {
    display: flex;
}
.item-cat a {
    color: #222;
}
/******スライダー******/
/*メインスライダー*/
.slick-track {
    /* height: 550px; */
}
.slick-track img {
    font-family: "object-fit: cover;";
    object-fit: cover;
}
.slider {
    display: none;
}
.slider.slick-initialized {
    display: block;
}

/*サムネイルスライダー*/
.product_img {
    width: 100%;
}
.product_subimg {
    margin-top: 15px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.product_subimg li {
    margin: 0 10px 10px 0;
    width: calc(100% / 4 - 8px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.product_subimg li:nth-child(4n + 4) {
    margin: 0 0 10px;
}
.product_subimg img {
    /*font-family: "object-fit: cover;";*/
    opacity: 0.6;
    cursor: pointer;
    object-fit: cover;
    height: auto;
    width: 100%;
    aspect-ratio: 1/1;
}
.product_subimg img.active {
    opacity: 1;
}
/*お気に入りボタン*/
.simplefavorite-button {
    padding: 9px 10px;
    outline: none;
    border: 1px solid #ccc !important;
}

/*閲覧履歴 最近チェックした商品*/
body.single .item-cat {
    margin: 2.142856em 0;
}
.rireki_container li {
    width: calc(100% / 4 - 30px);
    margin: 0 30px 0 0;
}
.rireki_container li:last-child {
    margin-right: 0;
}
.rireki_container li img {
    font-family: "object-fit: cover;";
    object-fit: cover;
    height: 276px;
}
.rireki_container h3 {
    letter-spacing: 0 !important;
}
/*本文内装飾タグ*/
.single_Box_BL {
    border: 2px solid #f3f2ed;
    padding: 30px;
    margin: 30px 0 0;
    border-radius: 5px;
    font-size: 15px;
}
/*-------------------------------------
会員情報ページ
-------------------------------------*/
/*会員ログイン画面*/
body.page-template-uscesmember h1:before{
    content: 'MEMBER';
}
.page-template-uscesmember .main_inner h1,
.page-template-uscescart .main_inner h1,
article:not(#wc_lostmemberpassword):not(#wc_lostcompletion) .member_page_title{
    display: none !important;
}
/*article:not(#wc_lostmemberpassword):not(#wc_lostcompletion):not(#wc_changepassword):not(#wc_changepasscompletion) #memberpages{
    padding-top: 100px;
    padding-bottom: 100px;
}*/
#wc_member #memberpages{
    padding-top: 100px;
    padding-bottom: 100px;
}
#memberpages{
    max-width: 1140px;
    margin: 100px auto;
    width: 100%;
    padding: 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    width: calc(100% - 40px);
}
#wc_login .loginbox{
    width: 100%;
    max-width: 600px;
}
#wc_login .loginbox #member_login,
#wc_member .loginbox #member_login {
    padding: 10px;
}

/*会員ページ*/
.main_wrap #memberinfo table {
    border: none;
    border-top: 1px solid #ccc;
    text-align: left;
    font-size: 0.9em;
}
.main_wrap #memberinfo th,
.main_wrap #memberinfo td {
    border: none;
    background: none;
    border-bottom: 1px solid #ccc;
}
/*購入履歴*/
.main_wrap #memberinfo .history-area {
    border: none;
}
.main_wrap #memberinfo #history_head {
    margin-bottom: 0;
    font-size: 14px;
}
.main_wrap #memberinfo #history_head th {
    background: #222;
    color: var(--w_color);
    padding: 10px 3px;
    border: none;
}
.main_wrap #memberinfo #history_head td {
    border: none;
    padding: 10px 3px;
    text-align: center;
}

.main_wrap #memberinfo .retail {
    margin-bottom: 3em;
}
.main_wrap #memberinfo .retail th,
.main_wrap #memberinfo .retail td {
    border: none;
    background: none;
    border-bottom: 1px solid #ccc;
}

.member_submenu {
    justify-content: flex-end;
}
.member_submenu li {
    margin: 0 10px 0 0;
}
.main_wrap #memberinfo .retail td.thumbnail img {
    width: 70px;
}
.member_submenu li a {
    color: #262626;
    padding: 10px;
    background: #f7f7f5;
    text-decoration: none;
    font-size: 13.333px;
    border-radius: 0;
}
.customer_form {
    text-align: left;
}
.member-page h2 {
    text-align: center;
    font-size: 20px;
    margin: 0 0 20px;
}
.member-page .favorites_inner  h2 {
    margin-bottom: 0;
}
/*会員情報編集欄*/
.main_wrap #memberinfo .customer_form th,
.main_wrap #memberinfo .customer_form td {
    border: none;
    border-bottom: 1px solid #ccc;
    background: none;
    padding: 10px;
}
.main_wrap #memberinfo .customer_form th {
    max-width: 200px;
}

/*-------------------------------------
お気に入りページ
-------------------------------------*/
.favorites_inner .favorites_list {
    border-top: 1px solid #ccc;
}
.favorites_inner .favorites_list li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 1.5rem 0;
}
.favorites_inner li .itemimg {
    margin: 0 1.5rem 0 0;
}
.favorites_inner li img {
    width: 165px !important;
    height: auto;
}
.favorites_inner .item-info {
    margin: 0 0 0 auto;
    min-width: 264px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.main_wrap .favorites_inner .itemsoldout {
    margin: 0;
    padding: 1.071428em 2.142856em;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.favorites_inner {
}
.favorites_inner ul{
}
.favorites_inner ul li{
}
.favorites_inner ul li .item_img{
}
/*-------------------------------------
カートの中ページ
-------------------------------------*/
body.page-template-uscescart-php h1:before{
    content: 'CART';
}
.main_wrap #cart_table {
    border: none;
}
.main_wrap #cart_table th {
    border: none;
}
.main_wrap #cart_table td {
    border: none;
    border-bottom: 2px solid #f7f7f5;
}
.main_wrap #cart_table td.unitprice,
.main_wrap #cart_table td.subtotal{
    font-family: var(--font_eng);
    font-size: 20px;
    font-weight: 600;
}
.main_wrap #cart_table th.amount{
    font-family: var(--font_eng);
    font-size: 24px;
    font-weight: 600;
}
#cart_table .thumbnail{
    width: 100px;
}
.main_wrap #wc_cart #cart .upbutton {
    padding: 0.714286em 0 0;
    text-align: right;
    font-size: 14px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    color: #f44336;
}

#cart_table .thumbnail img {
    max-width: 70px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    width: 100%;
}
.postage_privilege {
    text-align: center;
    margin: 20px 0 0;
}
.send{
    padding-top: 10px;
}
.send input[type="button"],
.send input[type="submit"] {
    padding: 10px;
    background: #f7f7f5;
    margin: 0 10px;
}
.main_wrap .send.last_cart-page_send {
    padding-top: 0.83334em;
    padding-bottom: 1.42857em;
    margin: 0 0 1.42857em;
}
.send input.to_customerinfo_button,
.send input.to_memberlogin_button,
.send input.to_deliveryinfo_button,
.send input.to_confirm_button,
.send input#purchase_button {
    padding: 10px;
}
.main_wrap .item-info .skubutton,
.main_wrap .send input.to_customerinfo_button,
.main_wrap .send input.to_memberlogin_button,
.main_wrap .send input.to_deliveryinfo_button,
.main_wrap .send input.to_confirm_button,
.main_wrap .send input#purchase_button {
    font-family: "font awesome 5 free";
    background: #000;
    border-radius: 0;
    padding: 10px 10px;
}
.main_wrap .item-info .skubutton:hover {
    background: #000;
    opacity: 0.7;
}
.main_wrap .send input.to_customerinfo_button:hover,
.main_wrap .send input.to_memberlogin_button:hover,
.main_wrap .send input.to_deliveryinfo_button:hover,
.main_wrap .send input.to_confirm_button:hover,
.main_wrap .send input#purchase_button:hover {
    opacity: 0.8;
    background: #000;
}
.main_wrap #wc_cart #cart .upbutton input {
    color: #f44336;
    border: 1px solid #f44336;
    border-radius: 0px;
}
.main_wrap #wc_cart #cart .upbutton input:hover {
    background: #f44336;
    color: var(--w_color);
}

.main_wrap #wc_customer .send input.to_reganddeliveryinfo_button {
    padding: 10px;
    background: var(--m_color);
    margin-top: 0;
}
.main_wrap #wc_customer .send input.to_reganddeliveryinfo_button:hover {
    opacity: 0.8;
    background: var(--m_color);
}
.main_wrap #cart_table {
    font-size: 13px;
    width: 100%;
}
.main_wrap #cart_table em.tax {
    font-size: 13px;
    color: #999;
}
#cart .action input.delButton {
    padding: 10px;
    background: #f7f7f5;
}
.main_wrap #wc_login .loginbox #member_login,
.main_wrap #wc_member .loginbox #member_login {
    background: #222;
    border-radius: 5px;
}
.main_wrap #wc_login .loginbox #member_login:hover,
.main_wrap #wc_member .loginbox #member_login:hover {
    background: #222;
    opacity: 0.8;
}
.main_wrap #wc_login .loginbox .new-entry #nav a,
.main_wrap #wc_member .loginbox .new-entry #nav a {
    text-decoration: none;
    background-image: var(--gr);
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    display: block;
    max-width: 320px;
    padding: 26px 20px;
    border-radius: 5px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.main_wrap #wc_login .loginbox .new-entry #nav a:hover,
.main_wrap #wc_member .loginbox .new-entry #nav a:hover {
    background: var(--a_color);
    opacity: 0.8;
}
.main_wrap #wc_login .loginbox input.loginmail,
.main_wrap #wc_login .loginbox input.loginpass,
.main_wrap #wc_member .loginbox input.loginmail,
.main_wrap #wc_member .loginbox input.loginpass {
    padding: 12px 16px 14px;
    border: 1px solid #222;
    border-radius: 5px;
    background: none;
}
#wc_login .loginbox .new-entry, 
#wc_member .loginbox .new-entry{
    background-color: #f7f7f5 !important;
}
/*-------------------------------------
新規入会フォームページ
-------------------------------------*/
.header_explanation ul {
    padding: 0 0 0 19px;
}
.header_explanation li {
    list-style: square;
}
.main_wrap .member-page .send input {
    background: var(--a_color) !important;
    width: 100%;
    max-width: 320px;
    padding: 28px 20px;
    border-radius: 5px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    transition: .2s;
}
.main_wrap .member-page .send input:hover {
    background: var(--a_color);
    opacity: 0.8;
}
.main_wrap .member-page .send input.deletemember{
    background: transparent !important;
    font-size: 16px;
    text-decoration: underline;
    padding: 0;
    margin-top: 40px;
}
.main_wrap #wc_newcompletion #memberpages p a,
.main_wrap #wc_lostcompletion #memberpages p a,
.main_wrap #wc_changepasscompletion #memberpages p a {
    background: var(--a_color);
    text-decoration: none;
    color: #000;
    width: 100%;
    max-width: 320px;
    padding: 26px 20px;
    border-radius: 5px;
    transition: .2s;
}
.main_wrap #wc_newcompletion #memberpages p a:hover,
.main_wrap #wc_lostcompletion #memberpages p a:hover,
.main_wrap #wc_changepasscompletion #memberpages p a:hover {
    opacity: 0.8;
    background: var(--a_color);
}
.main_wrap #wc_newcompletion .send a,
.main_wrap #wc_lostcompletion .send input,
.main_wrap #wc_lostcompletion .send a,
.main_wrap #wc_changepasscompletion .send a {
    text-decoration: none;
    color: #222;
    width: 100%;
    max-width: 320px;
    padding: 26px 20px;
    border-radius: 5px;
}
#memberpages h2{
    font-size: 28px;
}
#memberpages p{
    text-align: center;
}
.submit + .nav{
    margin-top: 40px;
}
#memberpages p:not(.nav) a{
    background-image: var(--gr);
    width: 100%;
    max-width: 320px;
    padding: 28px 20px;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transition: .2s;
    display: block;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
#memberpages a:hover{
    transform: translate(0px, 6px);
    box-shadow: none;
}
/*-------------------------------------
お客様情報ページ
-------------------------------------*/
.customer_loginform {
    margin: 0 0 80px;
}
.main_wrap table.customer_form {
    border: 1px solid #ccc;
}
.main_wrap table.customer_form th,
.main_wrap table.customer_form td {
    border: none;
    border-bottom: 1px solid #ccc;
}
.main_wrap table.customer_form th{
    background: var(--gr);
    color: var(--w_color);
    border-bottom: 1px solid #fff;
    padding: 10px 20px;
}
.main_wrap table.customer_form textarea{
    background-color: var(--g_color);
    width: 100%;
    height: 210px;
}
.customer_form th em{
    background-color: #fff;
    width: 20px;
    display: inline-block;
    text-align: center;
    aspect-ratio: 1 / 1;
    height: 20px;
    border-radius: 100%;
    line-height: 20px;
    margin-right: 10px;
}
.customer_form input#search_zipcode {
    border: 1px solid #222;
}
.main_wrap .customer_form td {
    padding: 10px 20px;
    font-size: 14px;
    color: #888;
}
input[type="text"],
input[type="password"],
input[type="tel"] {
    background: #f7f7f5;
    padding: 10px;
    font-size: 16px;
    color: #000;
}
select.pref {
    padding: 10px;
    font-size: 16px;
}
.customer_form th em {
    font-style: normal;
    font-size: 13px;
}
.agree_member_area textarea {
    font-family: "Noto Sans", "Noto Sans CJK JP", "Noto Sans CJK JP Subset", sans-serif;
}
.error_message p {
    color: #f44336;
    font-weight: bold;
    padding: 3px 10px;
    margin: 0 0 20px;
}

.page-template-uscescart .error_message p {
    color: #fff !important;
}

/*-------------------------------------
発送・支払方法 ページ
-------------------------------------*/
.main_wrap table.customer_form.shipping_method_form {
    margin: 0 0 -1px;
}

/*-------------------------------------
内容確認ページ
-------------------------------------*/
.error_message {
    color: var(--w_color);
    font-weight: bold;
    margin: 0 0 10px;
    background: #e82727;
}
#newmember .error_message p {
    color: var(--w_color);
    margin-bottom: 0;
}
.cart-page h2,
.cart-page h3 {
    text-align: center;
    margin: 0;
}
.currency_code_change_btn a:hover {
    background: #cfcfcf;
}
.cart-page .confiem_notice {
    font-size: 13px;
    color: #999;
}
#wc_ordercompletion .send a {
    color: #222;
    text-decoration: none;
}
.main_wrap #wc_confirm #cart_table {
    margin: 0 0 25px;
}
.send.last_cart-page_send.currency_code_change_btn {
    justify-content: center;
}
.currency_code_change_btn {
    margin: 0 0 50px 0;
    display: flex;
    justify-content: flex-end;
}
.currency_code_change_btn a {
    color: #222;
    padding: 10px;
    display: block;
    font-size: 14px;
    background: #f7f7f5;
    text-decoration: none;
    display: inline-block;
}
.main_wrap #cart #point_table {
    min-width: 40%;
    max-width: 500px;
    background: #f7f7f5;
    margin: 0 auto 50px !important;
}
.main_wrap #point_table td.c-point,
.main_wrap #point_table td.u-point {
    text-align: left;
    border: none;
    padding: 15px 30px;
    font-size: 14px;
    width: 30%;
}
.main_wrap #point_table td {
    text-align: left;
    border: none;
    padding: 15px 30px;
    font-size: 14px;
}
.main_wrap #point_table .point-btn {
    text-align: center !important;
}
.main_wrap #point_table td input[type="text"] {
    max-width: 2000px;
    width: auto;
    margin: 0 5px 0 0;
}
.main_wrap #point_table td input.use_point_button {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 0 0 20px;
    color: #222;
    background: #f7f7f5;
    transition: 0.3s;
}
.main_wrap #point_table td input.use_point_button:hover {
    background: #ddd;
    color: #222;
}
/*内容確認ページ　お客様情報確認欄*/
.main_wrap #confirm_table {
    text-align: left;
    font-size: 0.9em;
    border-bottom: 1px solid #ccc;
}
.main_wrap #confirm_table th {
    border: none;
    border-top: 1px solid #ccc;
    background: none;
    padding: 10px 20px;
}
.main_wrap #confirm_table td {
    border: none;
    border-top: 1px solid #ccc;
    padding: 10px 20px;
}
.main_wrap #confirm_table h2,
.main_wrap #confirm_table h3 {
    font-size: 16px;
    text-align: left;
}
select {
    border: 1px solid #222;
    color: #222;
    font-size: 16px;
    background: var(--w_color);
}
/*-------------------------------------
会社概要
-------------------------------------*/
table.data{
    width: 100%;
}
table.data th,
table.data td{
    text-align: left;
    padding: 20px;
    border-bottom: 1px solid #ddd;
    vertical-align: text-top;
    position: relative;
}
table.data th{
    width: 270px;
}
table.data td a{
    text-decoration: underline;
}
table.data td a:hover{
    text-decoration: none;
}
table.data td ol li{
    list-style: none;
    padding-left: 19px;
    text-indent: -19px;
}
table.data td ul li{
    list-style: disc;
    list-style-position: inside;
}
table.data td .location{
    border-top: 1px dashed #ddd;
    margin-top: 20px;
    padding-top: 20px;
}
.map{
    height: 500px;
    margin-top: 10px;
}
.map iframe{
    width: 100%;
    height: 100%;
}
.company_logo{
    max-width: 400px;
    margin: 0 auto 40px auto;
}
.bg_colorimage{
    position: relative;
}
.bg_colorimage:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 40px);
    height: 100%;
    border-radius: 0 10px 10px 0;
    max-width: 1640px;
    background-color: var(--m_color);
    z-index: 1;
}
.bg_colorimage .flex{
    position: relative;
    z-index: 2;
    justify-content: space-between;
}
.philosophy_left{
}
.philosophy .sec_ttl_1{
    width: 210px;
}
.philosophy_right{
    width: calc(100% - 210px);
    max-width: 800px;
    padding-right: 60px;
}
.philosophy_right .large_txt{
}
.philosophy_right .large_txt:after{
    content: '';
    height: 2px;
    width: 40px;
    background-color: #fff;
    display: block;
    margin: 10px 0 20px 0;
}
.message .flex{
    justify-content: space-between;
}
.message_left{
    width: calc((100% - 100px) / 2);
}
.message_right{
    width: calc((100% - 100px) / 2);
    aspect-ratio: 3 / 2;
    border-radius: 5px;
    background-image: url(img/message_1.jpg);
    background-position: center 56%;
    background-size: cover;
}
/*-------------------------------------
ブログ
-------------------------------------*/
.blog_container {
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
}
.blog_inner,
.single_inner,
.search_inner {
    width: calc(100% - 250px);
}
.blog_inner > .flex{
    gap: 60px 20px;
    align-items: stretch;
}
.blog_list_flex{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.blog_inner > ul > li {
    width: calc((100% - 40px) / 3);
}
.blog_inner > ul > li > section{
    height: 100%;
}
.blog-cats{
    gap: 6px;
    display: flex;
    flex-wrap: wrap;
}
.blog-cats a{
    display: inline-block;
    font-size: 12px;
    border-radius: 40px;
    color: #000;
    background-color: #f7f7f5;
    padding: 0 5px;
}
.blog-cats a:before{
    content: '●';
    color: var(--m_color);
    margin-right: 2px;
}
.blog_photo{
    overflow: hidden;
    margin: 14px 0;
}
.blog_photo img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    height: 200px;
    width: 100% !important;
    margin: 0 auto;
}
.blog_photo a{
    transition: .2s;
}
.blog_text {
    width: 100%;
    margin: 0;
    padding: 0;
}
.blog_title {
    margin: 0 0 14px;
    text-align: left;
    font-size: 16px;
}
.blog_title a{
    color: #000;
}
.blog_list_flex .details{
    margin-top: auto;
}
.read-more {
    text-align: right;
}
.read-more a {
    position: relative;
    transition: .3s;
    text-decoration: none;
    padding: 10px 25px;
    font-size: 16px;
    letter-spacing: 0.1em;
    display: inline-block;
    background: linear-gradient(45deg, #e5d597 0%, #9c782d 100%);
    background: -webkit-linear-gradient(45deg, #e5d597 0%, #9c782d 100%);
    color: #fff;
}
.blog_inner li:hover .read-more a {
    opacity: .8;
}
.details .date i,
.blog_clock time {
    font-size: 14px;
    display: inline-block;
    line-height: 1;
    font-family: var(--font_eng);
}
.post-categories {
    font-size: 14px;
    display: inline-block;
    padding-right: 10px;
    line-height: 1;
    margin-bottom: 6px;
}
.post-categories li a{
    font-size: 14px;
}
.post-categories li a:before{
    content: '●';
    display: inline-block;
    margin-right: 4px;
    color: #fff;
}
.post-categories li a:hover {
    opacity: .8;
}
.share_sns_container {
    margin: 0 0 0 auto;
}
.share_sns_container li :before {
    font-size: 1.875rem;

    display: block;
    margin: 0 10px 0 0;
}
.share_sns_container li:nth-of-type(1) :before {
    color: #3f51b5;
}
.share_sns_container li:nth-of-type(2) :before {
    color: #2196f3;
}
.share_sns_container li:nth-of-type(3) :before {
    color: #4caf50;
}
.article_top {
    margin: 0 0 30px;
    align-items: center;
}
.article_main h2 {
    margin: 30px 0 20px 0;
    background: #000;
    padding: 20px 20px;
    font-size: 25px;
    color: #fff;
    text-align: left;
}
.article_main h3 {
    margin: 30px 0 20px 0;
    font-weight: bold;
    font-size: 1.4375rem;
    border-bottom: 1px solid #333;
    padding: 0 0 5px;
}
.article_main h3:before {
    content: none;
}
.article_main h4 {
    margin: 30px 0 20px 0;

    font-weight: bold;
    font-size: 1.25rem;
}
.article_main h5 {
    margin: 30px 0 20px 0;
    font-weight: bold;
}
.article_main .post_thumbnail_container img {
    display: block;
    margin: 0 auto 30px;
    height: auto;
}
.article_main img {
    display: block;
    margin: 0 auto 30px;
}
.article_main a {
}
.article_main p {
    margin: 0 0 25px;
    line-height: 1.8;
}
.article_main strong {
    background: linear-gradient(transparent 60%, #ffff66 60%);
    font-weight: bold;
}
.article_main table {
    margin: 0 0 25px;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
}
.article_main table th {
    background: rgba(0, 127, 235, 0.1);
    font-weight: bold;
    border-left: 1px solid #222;
    border-bottom: 1px solid #222;
    padding: 10px 20px;
}
.article_main table td {
    border-left: 1px solid #222;
    padding: 10px 20px;
    border-bottom: 1px solid #222;
    font-size: 15px;
}
.article_main ul {
    padding: 20px 20px 20px 30px;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    margin: 0 0 30px;
}
.article_main ul li {
    position: relative;
    padding: 0.5em 0.5em 0.5em 30px;
    line-height: 1.5em;
}
.article_main ul li:before {
    position: absolute;
    content: "";
    display: inline-block;
    background: #333;
    border-radius: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    line-height: 25px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.article_main ol {
    border: solid 1px whitesmoke;
    padding: 20px 20px 20px 50px;
    position: relative;
    background: #fafafa;
    margin: 0 0 30px;
}
.article_main ol li {
    line-height: 1.5;
    padding: 0.5em 0;
    list-style-type: none !important;
    position: relative;
}
.article_main ol li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    position: absolute;
    font-weight: bold;
    left: -18px;
    color: gray;
}
.article_main dl {
}
.article_main dt {
    background: #f3f3f3;
    padding: 10px;
    margin: 0 0 10px;
}
.article_main dd {
    border-left: 1px solid #333;
    padding: 0 0 0 10px;
    margin: 0 0 25px;
    line-height: 1.8;
}
/*シングル*/
.single_txt_area{
    padding: clamp(20px, 3vw, 40px);
    margin-bottom: 60px;
}
.wp-embedded-content{
    max-width: 100%;
}
.single-post .post-categories li a:before{
    color: var(--m_color);
}
.single_pagenavi {
    margin: 60px 0 0 0;
    gap: 20px;
}
.single_pagenavi .prev,
.single_pagenavi .next{
    max-width: calc(50% - 5px);
    width: 200px;
}
.single_pagenavi .prev a,
.single_pagenavi .next a {
    display: block;
    padding: 20px 30px;
    text-decoration: none;
    width: 100%;
    position: relative;
    transition: .2s;
    background: var(--gr);
    border-radius: 5px;
    text-align: center;
    color: #fff;
}
.single_pagenavi .prev a:hover,
.single_pagenavi .next a:hover {
    opacity: .8;
}
.single_pagenavi .prev a i,
.single_pagenavi .next a i{
    color: #fff;
}
/*目次*/
.outline {
    border: 1px solid #ddd;
    padding: 30px;
    margin: 10px 0 30px;
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.5em;
    max-width: 800px;
}
.outline__title {
    font-size: 1rem;
    font-weight: bold;
}
.outline__toggle {
    display: none;
}
.outline__switch::before {
    content: "開く";
    cursor: pointer;
    background: #fff;
    border: solid 1px #eee;
    padding: 5px 10px;
    font-size: 0.8rem;
    margin-left: 5px;
    border-radius: 5px;
}
.outline__toggle:checked + .outline__switch::before {
    content: "閉じる";
}
.outline__switch + .outline__list {
    overflow: hidden;
    width: 0;
    height: 0;
    margin: -20px 0;
    transition: 0.2s;
    border: none;
    padding: 0;
}
.outline__toggle:checked + .outline__switch + .outline__list {
    width: auto;
    height: auto;
    margin: 20px 0px 0;
    transition: 0.2s;
    border-top: solid 1px #ddd;
    padding: 17px 20px 0;
    border-bottom: none;
    background: none;
}
ul.outline__list li {
    border: none;
    margin: 0 0 0px;
    padding: 0.5em 0.5em 0.5em 15px;
}
ul.outline__list li:before {
    content: "-";
    width: 0;
    height: 0;
    line-height: 1.6;
    top: 6px;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
}
ul.outline__list ul {
    border: none !important;
    margin: 0 !important;
    padding: 0em 0 0em 1em !important;
    background: none !important;
}
.outline__link {
    position: relative;
    color: #191919 !important;
}
span.outline__number {
    display: none;
}
label.outline__switch {
    position: relative;
    float: right;
}
.outline ul {
    -webkit-padding-start: 1.2em;
}
/*-------------------------------------
サイドバー
-------------------------------------*/
.side_container {
    margin: 0 0 0 50px;
    width: 250px;
}
.side_container > section {
    margin: 0 auto 30px auto;
}
.widget_title{
    margin-bottom: 0;
}
.widget_title span {
    color: #000;
    border-bottom: 1px solid;
    margin: 0 0 10px;
    text-align: left;
    padding: 6px 0;
    display: block;
}
.side_container li {
    position: relative;
}
.side_container li + li{
    margin-top: 10px;
}
.side_container li a{
    transition: 0.3s ease-out;
}
.side_container li a:hover {
    opacity: 0.7;
}
.side_container li a {
    font-size: 14px;
    text-decoration: none;
    color: #222;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
}
/*検索窓*/
.widget_search {
    position: relative;
}
.widget_search input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0.16);
    color: inherit;
    font-family: inherit;
    font-size: 1em;
    padding: 0.4em 0.8em;
    outline: 0;
    width: 100%;
}
.widget_search input[type="text"] {
    width: 100%;
}
.widget_search button[type="submit"] {
    border: none;
    cursor: pointer;
    position: absolute;
    top: 9px;
    right: 10px;
    background-color: transparent;
}
.widget_search button[type="submit"] i{
    color: var(--m_color);
    font-size: 24px;
    transform: translateY(1px);
}
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}
input[type="search"]::-moz-search-clear-button {
    display: none;
}
/*最近の投稿*/
.widget_my_recent_posts img {
    max-width: 70px;
    height: 50px;
    object-fit: cover;
    font-family: "object-fit: cover;";
    margin: 0 5px 0 0;
}
.widget_my_recent_posts .news_clock {
    font-size: 0.6875rem;
    display: flex;
    margin: 5px 0 0;
    align-items: center;
}
.widget_my_recent_posts .news_clock i{
    padding-right: 4px;
}
.widget_my_recent_posts time {
    font-size: 0.6875rem;
}
/*カテゴリーとアーカイブ*/
.widget_archive li a,
.widget_categories li a {
    display: inline-block;
    font-size: 14px;
    border-radius: 40px;
    color: #000;
    background-color: #f7f7f5;
    padding: 0 5px;
}
.widget_archive li a:before,
.widget_categories li a:before {
    content: "●";
    margin: 0 5px 0 0;
    color: var(--m_color);
}
/*アーカイブ　ページネーション*/
.wp-pagenavi{
    margin-top: 60px;
    display: flex;
    gap: 10px;
}
.wp-pagenavi .page-numbers {
    text-decoration: none;
    background-color: var(--m_color);
    display: inline-block;
    padding: 0 24px;
    box-sizing: border-box;
    color: #fff;
    font-family: var(--font_eng);
    font-size: 24px;
    height: 64px;
    vertical-align: middle;
    line-height: 64px;
}
.wp-pagenavi .current {
    box-sizing: border-box;
    pointer-events: none;
    color: #000;
    background-color: #f7f7f5;
}
.wp-pagenavi .page-numbers:hover {
    opacity: 0.8;
}
.page-numbers.next,
.page-numbers.prev{
    font-size: 18px;
}
/*-------------------------------------
お問い合わせ
-------------------------------------*/
.page-template-contact{
}
.page-template-contact .cta_container{
    width: 100%;
    margin-bottom: 40px;
}
.page-template-contact .cta_container_inner{
    align-items: flex-start;
}
.contact_cta{
    width: 50%;
}
.contact_cta + .contact_cta{
    margin-top: 30px;
}
.cta_container  p a{
    text-decoration: underline;
    color: var(--m_color);
    transition: .2s;
}
.cta_container  p a:hover{
    text-decoration: none;
}
.other_tel{
    padding: 60px 10px;
    margin-bottom: 60px;
}
.other_tel_a_container{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    max-width: 800px;
    margin: 0 auto 20px auto;
}
.other_tel a{
    font-size: 46px;
    letter-spacing: 0.05em;
    transition: .2s;
    display: block;
    padding: 50px 0;
}
.other_tel a:hover{
    opacity: .8;
}
.other_tel a i{
    border: 1px solid;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border-radius: 100%;
    padding: 0 0 0 4px;
    margin-right: 26px;
    vertical-align: middle;
}
.page_contact_cta{
    margin: 0 auto 100px auto;
}
.cta.page_contact_cta .top_business_btn{
    margin: 0 auto;
    width: 100%;
    justify-content: center;
    box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.4), 5px 5px 10px rgba(0, 0, 0, 0.16);
    max-width: 700px;
    border-radius: 100px;
    padding: 30px 10px;
    background: linear-gradient(135deg, #0d3c80 0%, #5779AB 100%);
    background: -webkit-linear-gradient(-45deg, #0d3c80 0%, #5779AB 100%);
    transition: .3s;
}
.cta.page_contact_cta .top_business_btn:hover{
    box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.4), 5px 15px 10px rgba(0, 0, 0, 0.16);
    transform: translateY(-10px);
    opacity: 1;
}
.other_contact .btn_container{
    margin: 0 auto;
}
.cta.page_contact_cta .cta_ttl{
    letter-spacing: 0.1em;
    font-size: 40px;
}
/*お問い合わせフォーム内*/
.hidden {
    display:none
}
.form-fileup{
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
}
.form-fileup .wpcf7_left,
.form-fileup .wpcf7_right{
    border-bottom: 0;
}
.file_annotation {
    padding: 10px 20px;
    background: #fafafa;
    border: 1px solid #ddd;
    width: calc(100% - 30px);
    margin: 0 auto;
}
.form-fileup > div + div .wpcf7_left,
.form-fileup > div + div .wpcf7_right{
    padding-top: 0;
}
.wpcf7  form{
    position: relative;
    z-index: 7;
}
.wpcf7-list-item-label {
	margin-left: 5px;
}
.wpcf7-list-item-label a{
    color: var(--m_color);
    text-decoration: underline;
}
.wpcf7-form_form {
	border-top: 1px solid #ddd;
}
.wpcf7-form_form table {
	table-layout: fixed;
	width: 100%;
}
.wpcf7-form_form .flex{
    align-items: stretch;
}
.wpcf7_left {
	border-bottom: 1px solid #ddd;
	display: block;
	font-weight: normal;
	list-style: none;
	padding: 25px 15px;
	text-align: left;
	width: 28%;
}
.wpcf7_left span{
    font-weight: 600;
}
form.wpcf7-form .required:after {
	background: #e74c3c;
	color: #fff;
	content: "必須";
	display: inline-block;
	font-size: 10px;
	font-weight: normal;
	line-height: 1;
	margin-right: 5px;
	padding: 5px 5px;
	vertical-align: middle;
	width: auto;
}
form.wpcf7-form .required2:after {
	background: #3f51b5;
	color: #fff;
	content: "任意";
	display: inline-block;
	font-size: 10px;
	font-weight: normal;
	line-height: 1;
	margin-right: 5px;
	padding: 5px 5px;
	vertical-align: middle;
	width: auto;
}
.wpcf7_right {
	align-items: center;
	border-bottom: 1px solid #ddd;
	border-left: none;
	padding: 25px 15px;
	width: 72%;
}
.wpcf7_checkbox_title {
	background: #f3f3f3;
	border: 1px solid #ddd;
	border-bottom: none;
	max-width: 200px;
	width: 100%;
}
span.wpcf7-list-item {
	display: block !important;
}
.wpcf7-list-item_first_input input {
	width: auto !important;
}
span.wpcf7-list-item input {
	width: auto !important;
}
.wpcf7-form_form input::placeholder,
.wpcf7-form_form textarea::placeholder{
    font-weight: 400;
}
.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
	border: 2px solid #e94e43 !important;
	color: #e94e43;
	font-size: 14px;
	margin: 30px 0;
}
@media all and (-ms-high-contrast: none) {
	span.wpcf7-list-item input {
		margin: 0 5px 0 0;
	}
}
.form_privacy span.wpcf7-list-item input {
	margin: 0 5px 4px 0;
}
.wpcf7_container #info2 {
	margin: 10px 0 0;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
	background: #fff;
	border: 1px solid #ccc;
	font-size: 100%;
	outline: none;

/* border-radius: 3px; */
	padding: 8px;
	width: 100%;
}
.wpcf7-checkbox input,
.wpcf7-checkbox label span {
	cursor: pointer;
}
.form_privacy {
	display: block;
	margin: 30px 0;
	text-align: center;
}
.wpcf7c-elm-step2 {
	text-align: center;
}
.wpcf7_container {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-company"],
.wpcf7 input[name="your-x"],
.wpcf7-form-control-wrap input[type="date"],
.wpcf7 input[type="tel"],
.wpcf7 .width_min {
	width: 400px;
}
.wpcf7 .width_min2 {
	max-width: 500px;
	width: 100%;
}
.wpcf7 select[name="menu-860"],
.wpcf7 select[name="menu-861"],
.wpcf7 select[name="menu-862"],
.wpcf7 select[name="menu-863"]{
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #fff;
}
.wpcf7 .m-r03,
.wpcf7 .m-r02,
.wpcf7 .m-r01 {
	align-items: center;
	display: flex;
}
.wpcf7 .m-r01 span:nth-child(1) {
	width: 105px;
}
.wpcf7 .m-r02 span:nth-child(1) {
	width: 60px;
}
.wpcf7 .m-r03 span:nth-child(1) {
	width: 80px;
}
.wpcf7-form-control-wrap input[readonly] {
	background: #f3f3f3;
	cursor: not-allowed;
}
/*submitボタンのリセットCSS*/
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}
.wpcf7-form div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #e94e43;
    font-size: 14px;
    color: #e94e43;
    margin: 30px 0;
}
.wpcf7-form span.wpcf7-not-valid-tip {
    font-size: 14px;
    color: #e94e43;
}
/*submitボタンの装飾*/
.wpcf7c_submit {
    text-align: center;
    max-width: 440px;
    margin: 0 auto;
    position: relative;
    background: var(--gr);
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: .2s;
    color: #fff;
}
.wpcf7c_submit:hover{
    transform: translate(0px, 6px);
    box-shadow: none;
}
.wpcf7c_submit:after{
    content: '\f061';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 24px;
}
.wpcf7-spinner{
    display: none !important;
}
.wpcf7c_submit input {
    outline: none;
    max-width: 250px;
    width: 100%;
    margin: 15px auto 0;
    display: block;
    color: #fff;
    font-weight: 700;
    z-index: 0;
    border: none;
    padding: 24px 0;
    font-size: 14px;
    letter-spacing: 0.18em;
}
.wpcf7c_submit input[type="submit"] {
    text-align: center;
    transition: .3s;
    font-size: 20px;
    padding: 32px 10px;
    font-weight: 600;
    background-color: transparent;
    font-family: var(--font_ja);
}
.wpcf7c_submit input[type="submit"]:hover,
.wpcf7c_submit input[type="button"]:hover {
    opacity: 0.8;
}
.wpcf7c_submit input[type="button"] {
    background: none;
    border: 4px solid #ddd;
    color: #222;
    border-radius: 20px;
    border-radius: clamp(16px, 3vw, 20px);
}
/*プライバシーポリシー*/
.readme {
    width: 78%;
    height: 200px;
    margin: 40px auto 10px;
    overflow-y: scroll;
    padding: 10px 20px;
    border: 1px solid #dadada;
    font-size: 0.8125rem;
}
.readme dl {
    margin: 20px 0 0;
}
.readme dt {
    font-weight: bold;
}
.readme dd {
    margin: 0 0px 0px 15px;
}
.readme ol li {
    margin: 0 0 0 40px;
    list-style: decimal;
}
/*確認画面*/
.wpcf7_left.required:after{
    content: '必須';
    width: auto;
    display: inline-block;
    background: #e74c3c;
    padding: 0px 5px 0px 5px;
    font-weight: normal;
    font-size: 10px;
    color: #fff;
    margin: 0 0 0 5px;
    vertical-align: middle;
}
#wpcf7cpcnf{
    position: absolute !important;
    background: rgba(255, 255, 255, 0.95) !important;
    min-height: 100vh!important;
    z-index: 999!important;
}
#wpcf7cpcnf table{
    width: calc(100% - 20px);
    max-width: 1200px;
    margin: 0 auto;
}
#wpcf7cpcnf table td,
#wpcf7cpcnf table th{
    width: 250px;
    padding: 25px 15px;
    list-style: none;
    border-bottom: 1px solid #ddd;
    text-align: left;
    vertical-align: top;
}
#wpcf7cpcnf table td{
    width: calc(100% - 200px);
    min-height: 78px;
}
#wpcf7cpcnf table td p{
    background-color: #eee;
    padding: 3px 8px;
    min-height: 33px;
}
div.wpcf7cp-btns{
    text-align: center;
    margin-top: 4em !important;
}
button.wpcf7cp-cfm-edit-btn,
button.wpcf7cp-cfm-submit-btn{
    width: 300px;
    appearance: none;
    padding: 20px 0;
    cursor: pointer;
    transition: .2s;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
}
button.wpcf7cp-cfm-submit-btn{
    background: var(--gr);
    color: #fff;
}
button.wpcf7cp-cfm-edit-btn:hover,
button.wpcf7cp-cfm-submit-btn:hover{
    opacity: .8;
}
/*-------------------------------------
フッター
-------------------------------------*/
.footer {
    padding-bottom: 40px;
}
.footer_flex{
    justify-content: space-between;
}
.footer .site_title{
    width: 260px;
}
.footer_flex *{
    color: #fff !important;
}
.address_container{
    font-size: 14px;
}
.footer_sns{
    margin-top: 20px;
}
.footer_sns a i{
    font-size: 28px;
}
.footer_nav_container {
}
.footer_nav{
    margin-right: 40px;
}
.footer_nav_container  li{
}
.footer_nav_container  li + li{
    margin-top: 4px;
}
.footer_nav_container  li a{
}
.copyright {
    margin-top: 80px;
}
/* topに戻る */
#page-top {
    position: fixed;
    bottom: 25px;
    right: 20px;
    z-index: 9999;
}
#page-top a {
    display: block;
    position: relative;
    color: #000;
    padding: 10px 12px;
    border-radius: 50%;
    border: 1px solid #000;
    width: 50px;
    height: 50px;
}
#page-top a::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    left: 50%;
    top: 61%;
}
#page-top a:hover {
    opacity: 0.7;
}
.grecaptcha-badge{
    bottom: 90px !important;
    z-index: 1001;
}

@media only screen and (max-width: 1024px) {
    /*-------------------------------------
    header
    -------------------------------------*/
    .header {
        padding: 0;
    }
    .site_title {
        background-color: transparent;
        box-shadow: none;
        top: 5px;
        left: 5px;
    }
    .site_title a {
        padding: 0;
        margin: 0;
    }
    .pc_header_nav{
        display: none;
    }
    .sp_trigger_nav_container{
        display: inline-block;
        z-index: 12;
        pointer-events: all;
        position: fixed;
        top: -14px;
        right: 0px;
    }
    .header_nav_container {
        display: flex !important;
        height: 50px;
        border-radius: 0 0 10px 10px;
        padding: 0 10px;
    }
    .header_top_right{
        width: calc(100% - 134px);
        gap: 10px;
        margin-top: 2px;
        justify-content: flex-end;
        margin-right: 64px;
    }
    .header_nav_container:before {
        content: none;
    }
    body.home .header_img_container {
        padding: 0;
        flex-flow: column;
        height: auto;
    }
    .header_img_inner_img {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        background-position: 47% center;
    }
    .header_btn_container{
        position: fixed;
        left: 0;
        bottom: 0;
        background: var(--gr);
        width: 100%;
        justify-content: center;
        display: flex !important;
        padding: 10px;
    }
    .header_tel .header_time{
        font-size: 8px;
    }
    /***** ハンバーガーメニュー *****/
    .scroll-prevent {
        overflow: hidden;
    }
    .overlay {
        content: "";
        display: block;
        width: 0;
        height: 0;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        opacity: 0;
        transition: opacity 0.5s;
    }
    .overlay.open {
        width: 100%;
        height: 100%;
        opacity: 1;
    }
    .menu-trigger {
        display: inline-block;
        width: 58px;
        height: 58px;
        vertical-align: middle;
        cursor: pointer;
        position: relative;
        z-index: 13;
        margin-top: 8px;
    }
    .menu-trigger span {
        display: inline-block;
        box-sizing: border-box;
        position: absolute;
        left: 14px;
        width: 30px;
        height: 3px;
        background-color: #fff;
        transition: all 0.5s;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 20px;
    }
    .menu-trigger.active span:nth-of-type(1) {
        transform: translateY(9px) rotate(-45deg);
    }
    .menu-trigger span:nth-of-type(2) {
        top: 29px;
    }
    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }
    .menu-trigger span:nth-of-type(3) {
        top: 38px;
    }
    .menu-trigger.active span:nth-of-type(3) {
        transform: translateY(-9px) rotate(45deg);
    }
    .sp_trigger_nav {
        width: 100%;
        height: 100%;
        padding: 100px 0 40px 0;
        background: var(--gr);
        position: fixed;
        top: 0;
        right: 0;
        z-index: 8;
        transform: translate(100%);
        transition: all 0.5s;
        overflow-y: auto;
        display: block;
        height: 100vh !important;
        width: 100vw;
    }
    .sp_trigger_nav.open {
        transform: translateZ(0);
    }
    .sp_trigger_nav ul {
        height: auto;
        margin: 0 0 10vw;
    }
    .sp_trigger_nav .sp_trigger_nav_inner li {
        margin: 0 20px;
        border-bottom: 1px solid #fff;
    }
    .sp_trigger_nav .sp_trigger_nav_inner a {
        text-align: left;
        position: relative;
        display: block;
        text-decoration: none;
        color: #fff;
        padding: 20px 10px;
        font-weight: 600;
    }
    .sp_trigger_nav .sp_trigger_nav_inner a:after{
        content: "\f054";
        color:#fff;
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }
    .sp_trigger_nav .sp_trigger_nav_inner a span{
        color: #000;
        font-size: 30px;
        padding-right: 20px;
    }
    .sp_trigger_nav .sp_trigger_nav_inner a i{
        margin-left: 6px;
    }
    .sp_trigger_nav .sp_trigger_nav_inner_inner {
        border-bottom: none;
    }
    .sp_trigger_nav .sp_trigger_nav_inner_inner li a {
        padding: 10px 0 10px 60px;
        color: #666;
    }
    .sp_trigger_nav .sp_trigger_nav_inner_inner li a:before {
        content: "┗";
        font-weight: normal;
        left: 40px;
        color: #000;
    }
    .sp_trigger_nav li:last-child {
        border: none;
    }
    .sp_trigger_nav .sp_trigger_nav_inner_btn {
        padding: 0 20px;
        display: flex;
        margin-bottom: 20px;
        justify-content: space-between;
    }
    .sp_trigger_nav .sp_trigger_nav_inner_btn li{
        width: calc(50% - 5px);
        border: 2px solid var(--w_color);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
    }
    .sp_trigger_nav .sp_trigger_nav_inner_btn li a{
        color: var(--w_color);
        display: block;
        width: 100%;
        height: 100%;
        padding: 20px;
        text-align: center;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }
    .sp_trigger_nav .sp_trigger_nav_inner_btn li a i{
        color: var(--w_color);
        display: block;
        font-size: 40px;
        margin-bottom: 4px;
    }
    .sp_trigger_nav_bottom {
        text-align: center;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin: 0 0 10vw;
    }
    .sp_trigger_nav_bottom a {
        border-radius: 50%;
        width: 40px;
        height: 40px;
        text-align: center;
        font-size: 16px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin: 0 10px 0 0;
        text-decoration: none;
        border: 1px solid #b01f28;
    }
    .sp_trigger_nav_bottom a i {
        color: #b01f28;
    }
    .sp_trigger_nav_bottom img {
        max-width: 28px;
    }
    /*-------------------------------------
    トップ 1024~
    -------------------------------------*/
    .slick{
        margin-top: 100px;
    }
    .header .flex_center_center{
        display: flex;
        justify-content: flex-start;
    }
    .site_title{
        position: relative;
        z-index: 4;
        width: 100px;
        top: 4px;
        left: auto;
        bottom: auto;
        right: auto;
    }
    .site_title img{
        height: auto;
    }
    .header_nav{
        background-color: transparent;
        box-shadow: none;
        -webkit-backdrop-filter: blur(0);
        backdrop-filter: blur(0);
        display: flex !important;
        margin: 0 0 0 auto;
        position: fixed;
        top:0;
        right:0;
        pointer-events: none;
        padding: 0;
        z-index: 2;
        border: none;
    }
    .header_tel{
        order: 3;
        width: calc(48% - 20px);
        max-width: 336px;
    }
    .header_tel a{
        font-size: clamp(35px,6vw,55px);
        justify-content: center;
    }
    .header_btn_container .header_btn{
        width: 17%;
    }
    .header_btn_container .header_btn.btn_mail{
        width: 30%;
    }
    .header_btn_container .header_btn a i{
        margin-right: 10px;
        font-size: clamp(16px,6vw,36px);
    }
    .header_top_right a{
        line-height: 1.5;
        font-size: 8px;
    }
    .header_top_right a i{
        font-size: 20px;
    }
    .sec_ttl{
        margin-bottom: 30px;
    }
    .slick_container{
        display: block;
    }
    .flex_txt,
    .flex_reverse .flex_txt{
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }
    .sec_ttl_1,
    .sec_ttl_2{
        text-align: center !important;
    }
    .btn_container.t_left > a{
        margin: 0 auto !important;
    }
    .flex_img,
    .flex_reverse .flex_img{
        max-width: 100%;
        margin: 20px auto 0 auto;
    }
    .slide-arrow{
        left: 0;
    }
    .slide-arrow.next-arrow{
        left: auto;
        right: 0;
    }
    .purchase_archive .flex_center_center{
        display: block;
    }
    .purchase_archive h2{
        width: auto;
        text-align: center;
        padding: 20px 20px 0 20px;
    }
    .purchase_archive_list{
        width: 100%;
    }
    .att_bubble_txt{
        width: 100%;
    }
    .att_bubble_txt .btn_container{
        position: static;
        transform: none;
    }
    .gosoudan{
        flex-direction: column-reverse;
    }
    .top_area_bubble{
        max-width: 400px;
        width: 100%;
    }
    .gosoudan img{
        margin: 10px auto 0 auto;
        max-width: 150px;
    }
    .top_area_bubble:after{
        left: auto;
        right: 20px;
    }
    .top_area_right{
        padding-bottom: 0;
    }
    .top_manga{
        background-image: url(img/top_flow_bg_3.png);
        background-size: calc(100% - 40px);
        background-position: center bottom;
        padding-bottom: 27vw;
    }
    .top_manga_txt{
        width: 100%;
    }
    .top_area .flex{
        align-items: center;
    }
    .top_area_right .gosoudan{
        display: none !important;
    }
    .top_area .gosoudan_sp{
        display: flex !important;
    }
    .top_area ul li{
        width: calc((100% - 10px) / 2);
    }
    .top_business .inner_m:before{
        height: calc(100% - 120px);
    }
    .top_business_people{
        display: none;
    }
    /*-------------------------------------
    無料査定について 1024~
    -------------------------------------*/
    .sec_ttl_3_flex .sec_ttl_3_people{
        width: 130px;
    }
    .sec_ttl_3{
        margin-right: 20px;
        margin-left: 20px;
        padding-top: 0;
    }
    .sec_ttl_3_large_nam{
        font-size: 40px;
    }
    .feature_container{
        display: block;
    }
    .feature_container .flex_img{
        min-height: auto;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    .feature_container .flex_txt,
    .feature_container.flex_reverse .flex_txt{
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        padding: 0;
    }
    .feature_title + p {
        padding-bottom: 20px;
    }
    .assessment_cta.cta .bg_white{
        display: block;
        padding: 40px 20px;
    }
    .assessment_cta_icon{
        width: 100px;
        margin: 0 auto;
    }
    .assessment_cta_icon:before{
        height: 100px;
        width: 100px;
    }
    .assessment_cta_icon:after{
        width: 90px;
        height: 90px;
    }
    .assessment_cta_left{
        width: 100%;
        margin: 0 auto;
        padding: 40px 20px 20px 20px;
        text-align: center;
    }
    .assessment_cta_left .sec_ttl_4{
        text-align: center;
    }
    .assessment_cta.cta .btn_container, 
    .assessment_cta.cta .btn_container.cta_tel{
        margin: 0 auto;
    }
    .sec_ttl_3_large{
        font-size: 32px;
    }
    .sec_ttl_3_large_nam{
        font-size: 40px;
    }
    .sec_ttl_3_large:before,{
        margin-right: 20px;
    }
    .sec_ttl_3_large:after{
        margin-left: 20px;
    }
    .value_container{
        width: 100%;
    }
    .value_container + .value_container{
        margin-top: 20px;
    }
    .assessment_cta.cta .btn_container.cta_tel a .cta_tel_txt{
        font-size: 38px;
    }
    .assessment_cta.cta .btn_container.cta_tel a .cta_tel_txt img{
        width: 40px;
    }
    .assessment_cta.cta .btn_container a {
        font-size: 20px;
    }
    .att_bubble_area{
        flex-direction: column-reverse;
    }
    .att_bubble_people{
        margin: 20px auto 0 auto;
    }
    .att_bubble_txt{
        margin-top: 20px;
    }
    .att_bubble_txt:after{
        left: auto;
        right: 20px;
    }
    .flow_nam{
        margin: -25px 0 10px 0;
    }
    /*-------------------------------------
    会社概要 1024~
    -------------------------------------*/
    .message .flex{
        display: block;
    }
    .message_left{
        margin: 0 auto 20px auto;
        width: 100%;
    }
    .message_right{
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    /*-------------------------------------
    ブログ 1024~
    -------------------------------------*/
    .blog_inner > ul > li{
        width: calc((100% - 20px) / 2);
    }
    /*-------------------------------------
    オフィス家具販売 1024~
    -------------------------------------*/
    body.single #primary,
    body:not(.archive).item_wrap {
        margin-top: 50px;
    }
    .sale_item_list{
        gap: 60px 20px;
    }
    .sale_item_list li {
        width: calc((100% - 20px) / 2);
    }
    /*-------------------------------------
    お問い合わせ 1024~
    -------------------------------------*/
    .page-template-contact .footer {
        padding: 150px 0 20px 0;
    }
    .cta.page_contact_cta .cta_ttl{
        margin-right: 0;
        text-align: center;
    }
    .cta.page_contact_cta .top_business_btn{
        max-width: 350px;
    }
    /*-------------------------------------
    フッター 1024~
    -------------------------------------*/
    footer .site_title{
        margin-right: auto;
        margin-left: auto;
        display: block;
    }
    footer .site_title img{
        margin: 0 auto;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    body.home .header {
        height: auto;
        background-position: 57% 50%;
    }
    .pc_header_nav li,
    .pc_header_nav li.join_btn.schedule_btn{
        margin: 0 20px 0 0;
    }
}
@media only screen and (min-width: 769px) {
    .pc_none {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .sp_none {
        display: none !important;
    }
    .flex,
    .flex_center_center{
        display: block;
    }
    .flex_txt,
    .flex_img,
    .flex_reverse .flex_img{
        width: 100%;
        padding: 0;
        margin:0 auto;
    }
    .flex_img img{
        margin: 0;
    }
    .flex_txt,
    .flex_reverse .flex_txt{
        margin: 0 0 40px 0;
        max-width: none;
    }
    .flex_img img{
        margin: 0 auto;
        display: block;
        max-width: 640px;
    }
    /*-------------------------------------
    header
    -------------------------------------*/
    .scroll-prevent {
        overflow: hidden;
    }
    .overlay {
        content: "";
        display: block;
        width: 0;
        height: 0;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        opacity: 0;
        transition: opacity 0.5s;
    }
    .overlay.open {
        width: 100%;
        height: 100%;

        opacity: 1;
    }
    .sp_trigger_nav_bottom {
        text-align: center;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin: 0 0 10vw;
    }
    .sp_trigger_nav_bottom a {
        border-radius: 50%;
        width: 40px;
        height: 40px;
        text-align: center;
        font-size: 16px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin: 0 10px 0 0;
        text-decoration: none;
        border: 1px solid #b01f28;
    }
    .sp_trigger_nav_bottom a i {
        color: #b01f28;
    }
    .sp_trigger_nav_bottom img {
        max-width: 28px;
    }
    .top_service_ttl_main h3 {
        font-size: 24px;
    }
    /*-------------------------------------
    トップ　768~
    -------------------------------------*/
    .sec_ttl_1,
    .sec_ttl_2{
        font-size: 24px;
    }
    .sec_ttl_1_large,
    .sec_ttl_2_large{
        font-size: 32px;
    }
    .purchase_archive_list{
        display: block;
    }
    .purchase_archive_list li{
        width: 100%;
    }
    .purchase_archive_list li + li{
        margin-top: 20px;
    }

    .news .top_news_list{
        width: 100%;
    }
    .flex_container_1_txt{
        width: 100%;
    }
    .flex_container_1_img{
        width: 100%;
        margin: 20px auto 0 auto;
    }
    .flex_container_1_img .circle_img{
        width: clamp(120px, 33vw, 250px);
        transform: translateX(-20px);
    }
    .flex_three_container{
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    .flex_three_container + .flex_three_container{
        margin-top: 20px;
    }
    .purchase_archive_list li{
        padding: 10px;
    }
    .purchase_archive_thum{
        width: clamp(100px,30vw,120px);
    }
    .top_purchase_txt{
        width: calc(100% - (clamp(100px,30vw,120px) + 10px));
    }
    .top_flow_flex{
        gap: 40px 20px;
    }
    .top_flow_img:after{
        display: none;
    }
    .top_flow_container{
        width: calc(50% - 10px);
    }
    .top_flow_container p{
        transform: none;
    }
    .top_flow_img{
        aspect-ratio: 1/0.5;
        border-radius: 0;
    }
    .top_flow_img img{
        transform: none;
    }
    .top_item_bg{
        height: 50px;
    }
    .news .sec_ttl_2{
        width: auto;
        margin: 0 auto;
    }
    /*.top_manga{
        background-image: url(img/top_flow_bg_2.png);
        background-size: calc(100% + 100px);
        background-position: calc(100% + 100px) 250px;
    }
    .top_manga_txt{
        width: 100%;
        padding-bottom: 400px;
    }*/
    .top_reason_flex{
        display: flex !important;
    }
    .top_area_bg{
        padding-bottom: 80px !important;
    }
    .top_area_left{
        width: 100%;
        max-width: 300px;
        margin: 0 auto 20px auto;
    }
    .top_area_left ul{
        display: flex;
    }
    .top_area_right{
        transform: none;
        margin: 0 auto;
        width: 100%;
    }
    .top_area ul{
        margin: 0 auto;
        max-width: none;
        display: flex !important;
    }
    .top_area ul li{
        width: calc((100% - 20px) / 3);
    }
    .top_business .inner_m{
        padding-top: 80px;
    }
    .top_business .inner_m:before{
        height: 100%;
    }
    .flex_container_2_txt{
        max-width: none;
        margin: 0 auto;
        padding-right: 20px;
    }
    .flex_container_2_img{
        width: 100%;
        margin: 20px auto 0 auto;
    }
    .flex_container_2_txt .sec_ttl_2 {
        margin-bottom: 40px;
    }
    .bg_large_logo{
        background-size: cover;
    }
    .top_sdgs .flex_container_1_img .circle_img{
        left: auto;
        right: 0;
        transform: translateX(40px);
    }
    .top_sdgs .flex_container_1_img:before{
        left: auto;
        right: 0;
        transform: translateX(50%);
    }
    /*.top_business_list li{
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    .top_business_list li + li{
        margin-top: 40px;
    }
    .sdgs_left{
        margin: 0 auto;
    }
    .sdgs_right{
        margin: -30px auto 0 auto;
        width: 100%;
    }*/
    .top_blog_list > li{
        max-width: 400px;
        margin: 0 auto;
        width: 100%;
    }
    .top_blog_list > li + li{
        margin-top: 20px;
    }
    .insta_item{
        width: calc(50% - 10px);
    }
    body:not(.page-template-contact):not(.page-template-assessment) .cta{
        padding-bottom: 200px !important;
    }
    .cta .bg_white:before, 
    .cta .bg_white:after{
        bottom: auto;
        top: 100%;
        left: 47%;
        transform: translateX(-100%);
        height: 200px;
        width: auto;
    }
    .cta .bg_white:after{
        bottom: auto;
        top: 100%;
        right: 57%;
        transform: translate(100%, -18px);
        aspect-ratio: 1 / 1.0;
        height: 220px;
        left: auto;
    }
    /*-------------------------------------
    買取品目 768~
    -------------------------------------*/
    .manufacturer .sec_ttl_1{
        margin: 0 auto 40px auto;
        width: 100%;
    }
    .manufacturer_list{
        width: 100%;
        display: flex;
    }
    .manufacturer_list li{
        width: 50%;
    }
    .manufacturer_list li:nth-of-type(2n){
        border-right: none;
        border-left: 2px solid #fff;
    }
    .manufacturer_list li{
        border-right: none;
    }
    .expensive_container{
        max-width: 400px;
        margin: 0 auto;
        padding: 20px;
    }
    .expensive_img{
        margin: 0 auto 20px auto;
    }
    .expensive_txt{
        width: 100%;
    }
    .expensive_txt h3{
        font-size: 24px;
    }
    .expensive_nam{
        font-size: 50px;
    }
    .btn_flex .btn_container a{
        padding: 26px 20px;
    }
    .btn_flex .btn_container{
        margin-right: auto;
        margin-left: auto;
    }
    .btn_flex .btn_container + .btn_container{
        margin-top: 20px;
    }
    /*-------------------------------------
    よくあるご質問 768~
    -------------------------------------*/
    .faq_wrap .btn_flex{
        display: flex !important;
        gap: 10px;
    }
    .faq_wrap .btn_flex .btn_container{
        margin-top: 0;
    }
    .faq_wrap .btn_container a{
        font-size: 16px;
    }
    /*-------------------------------------
    会社概要 768~
    -------------------------------------*/
    table.data th{
        width: 200px;
        font-weight: 600;
    }
    /*-------------------------------------
    ブログ 768~
    -------------------------------------*/
    .blog_inner, .single_inner, .search_inner{
        width: 100%;
    }
    .blog_inner > .flex{
        display: flex;
    }
    .article_top{
        display: block !important;
    }
    .wp-pagenavi{
        text-align: center;
        margin: 60px 0;
    }
    .side_container{
        width: 100%;
        margin: 0 auto;
    }
    .side_container ul{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
    }
    .side_container li{
        position: relative;
    }
    .side_container li + li{
        margin-top: 0;
    }
    .single_pagenavi{
        margin-bottom: 60px;
        display: flex !important;
    }
    /*-------------------------------------
    オフィス家具販売　768~
    -------------------------------------*/
    .item_sidebar{
        width: 100%;
        margin: 0 auto 40px auto;
    }
    .item_inner{
        width: 100%;
    }
    .shop_guide_container{
        display: flex;
    }
    .sale_item_list{
        display: flex;
        gap: 60px 30px;
    }
    .sale_item_list li {
        width: calc((100% - 30px) / 2);
    }
    .favorites_inner li{
        max-width: 400px;
        margin: 0 auto;
    }
    .favorites_inner li img{
        width: 100% !important;
    }
    .shop_inner li:last-child{
        margin-right: auto;
        margin-left: auto;
    }
    .main_wrap .item-info .c-box{
        text-align: center;
    }
    /*-------------------------------------
    お問い合わせ　768~
    -------------------------------------*/
    .file_annotation{
        width: 100%;
    }
    .contact_cta{
        width: 100%;
    }
    .wpcf7_left{
        width: 100%;
        border-bottom: none;
        padding: 20px 0 10px 0;
    }
    .wpcf7_right{
        width: 100%;
        display: block;
        padding: 0 0 20px 0px;
    }
    .wpcf7-form-control-wrap,
    .wpcf7 input[name="your-email"],
    .wpcf7 input[name="your-name"],
    .wpcf7 input[type="tel"],
    .wpcf7 .width_min{
        width: 100%;
    }
    .wpcf7 input[name="your-email"],
    .wpcf7 input[name="your-name"],
    .wpcf7 input[name="your-x"],
    .wpcf7 input[name="your-company"],
    .wpcf7-form-control-wrap input[type="date"],
    .wpcf7 input[type="tel"]{
        width: 100%;
    }
    /*-------------------------------------
    フッター 768~
    -------------------------------------*/
    .footer{
        padding-bottom: 120px !important;
    }
    .copy{
        margin-top: 40px;
    }
}
@media only screen and (max-width: 550px) {
    /*-------------------------------------
    共通パーツ
    -------------------------------------*/
    br.sp{
        display: block;
    }
    h2:before {
        font-size: 45px;
        top: -70px;
    }
    h3 {
        font-size: 20px;
        margin: 0 0 5vw;
    }
    h2.sec_h2::after{
        width: 26px;
        height: 26px;
    }
    #page-top{
        right: 6px;
    }
    .copy {
        padding-bottom: 140px;
    }
    body.page-template-default .main_inner {
        padding: 10vw 20px 15vw;
    }
    .header_img_inner_text > div:nth-of-type(1) {
        font-size: 23px;
        margin-bottom: 10px;
    }
    /*-------------------------------------
    レイアウト
    -------------------------------------*/
    .wrap{
        font-size: 0.875rem;
    }
    /*-------------------------------------
    header
    -------------------------------------*/
    .header {
        padding-top: 0;
    }
    /*下層ページ*/
    .sec_space_1,
    .sec_space_2{
        padding:80px 0;
    }
    .sp_p0{
        padding:0;
    }
    .sec_ttl_1,
    .sec_ttl_1_large,
    .sec_ttl_2,
    .sec_ttl_2_large{
        font-size: 32px;
    }
    body:not(.home) .img_area{
        width: 100%;
        margin: 50px 0 0 0;
        border-radius: 0;
        height: 300px;
    }
    /*-------------------------------------
    トップページ　550~
    -------------------------------------*/
    .header_btn_container{
        gap: 5px;
        align-items: center;
        max-height: 60px;
    }
    .header_tel{
        max-width: 336px;
        width: calc(100% - 174px);
    }
    .header_tel a{
        font-size: clamp(10px, 7vw, 42px);
    }
    .header_tel a img{
        width: 24px;
    }
    .header_btn_container .header_btn{
        width: 60px;
    }
    .header_btn_container .header_btn.btn_mail{
        width: 104px;
    }
    .header_btn_container .header_btn a{
        flex-wrap: wrap;
        padding: 8px 10px;
        line-height: 1.5;
        font-size: 10px;
    }
    .header_btn_container .header_btn a i{
        margin: 0 auto;
        width: 100%;
        font-size: 14px;
    }
    .slick-slide{
        aspect-ratio: 1/1;
    }
    .slick_img{
        background-image: url(img/slide_1_sp.jpg);
    }
    .slick_img_2 {
        background-image: url(img/slide_2_sp.jpg);
    }
    .slick_img_3 {
        background-image: url(img/slide_3_sp.jpg);
    }
    .slide-arrow{
        width: 40px;
    }
    .slide-arrow:before{
        width: 16px;
    }
    .purchase_archive h2{
        padding-bottom: 10px;
    }
    .purchase_archive_list li a{
        align-items: flex-start;
    }
    .top_purchase_txt{
        padding: 0;
    }
    .top_flow_img{
        aspect-ratio: 1 / 1;
        max-width: 250px;
        border-radius: 100%;
        margin: 0 auto;
    }
    .flow_nam {
        margin: -50px 0 10px 0;
    }
    .top_flow_flex{
        gap: 20px 0;
    }
    .top_flow_container{
        width: 100%;
    }
    .top_flow_container + .top_flow_container{
        margin-top: 20px;
    }
    .top_manga{
        background-size: auto 160px;
        padding-bottom: 100px;
    }
    .top_manga_txt{
        padding-right: 20px;
        padding-left: 20px;
    }
    .sec_ttl_3{
        margin-right: 0;
        margin-left: 0;
    }
    .top_item{
        background-size: 300vw auto;
    }
    @keyframes bg_loop_2{
        0% {
            background-position: 0 center;
        }
        100% {
            background-position: -300vw center;
        }
    }
    .top_reason_flex{
        gap: 20px;
    }
    .top_reason_container{
        width: 100%;
        margin: 0 auto;
        overflow: visible;
    }
    .top_reason_container dl{
        position: relative;
        padding: 40px 20px;
    }
    .top_reason_container dl dt{
        display: block;
        text-align: center;
    }
    .top_reason_nam{
        display: block;
    }
    .top_area{
        width: 100%;
        border-radius: 0;
    }
    .top_area_left{
        max-width: 200px;
    }
    .top_area ul li{
        width: calc(50% - 5px);
    }
    .top_area ul li span{
        font-size: 18px;
        padding: 4px 10px 4px 20px;
        width: calc(100% - 22px);
    }
    .top_area ul li i{
        width: 50px;
    }
    .top_area .gosoudan_sp{
        gap: 20px;
    }
    .btn_flex .btn_container{
        width: 100%;
    }
    .top_business{
        padding-bottom: 0;
    }
    .top_sdgs .repeat_logo{
        background: none;
    }
    .top_blog_list > li + li {
        margin-top: 40px;
    }
    .insta_item {
        width: calc(50% - 5px);
    }
    .cta_txt {
        color: #fff;
    }
    .cta_flex{
        width: 100%;
    }
    .cta .inner{
        padding: 0;
    }
    .cta .bg_white{
        background-color: transparent;
        box-shadow: none;
        padding: 0;
    }
    .cta .btn_container.cta_tel a{
        background-color: #fff;
    }
    .cta .btn_container.cta_tel a .cta_tel_txt{
        font-size: 46px;
    }
    .cta .btn_container.cta_tel a .cta_tel_txt img{
        width: 50px;
    }
    .cta .btn_container{
        width: 100%;
    }
    /*-------------------------------------
    お知らせ 550~
    -------------------------------------*/
    .news .sec_ttl_2{
        margin: 0 auto 40px auto;
    }
    body.tax-news-cat h1,
    body.post-type-archive-news h1{
        margin-bottom: 60px;
    }
    .single_pagenavi{
        display: flex;
    }
    .news .news_meta{
        padding: 20px 20px 20px 10px;
        display: block;
    }
    .news .news_meta time{
        display: block;
    }
    .news_meta:after{
        top: 50%;
        transform: translateY(-50%);
    }
    .news .news_meta p{
        width: 100%;
        margin-top: 10px;
    }
    .news_wrap .details{
        display: flex;
    }
    .news_list{
        display: block;
    }
    .news_list li{
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    .news_list li + li{
        border-top: 1px solid #ddd;
        padding-top: 20px;
    }
    .news_list li section{
        border: none;
        padding: 0;
    }
    .news_wrap .news_text{
        display: flex;
        border: none;
        padding: 0;
        flex-direction: column;
    }
    .news_thum {
        width: 100%;
    }
    .news_wrap .news_text a.news_thum{
        width: 100%;
        padding-left: 20px;
    }
    /*-------------------------------------
    会社概要 550~
    -------------------------------------*/
    table.data,
    table.data tbody,
    table.data tr,
    table.data th,
    table.data td{
        display: block;
    }
    table.data th{
        width: 100%;
        border: none;
        padding: 20px 0 0 0;
    }
    table.data td{
        padding: 0 0 20px 0;
        font-size: 14px;
    }
    table.data td .location{
        font-size: 14px;
    }
    .philosophy .sec_ttl_1{
        width: 100%;
        text-align: left !important;
    }
    .bg_colorimage:before{
        width: calc(100% - 20px);
    }
    .philosophy_right{
        width: 100%;
        padding-right: 20px;
    }
    .philosophy_right .large_txt:after{
            margin: 30px 0 40px 0;
    }
    /*-------------------------------------
    ブログ 550~
    -------------------------------------*/
    .blog_inner > ul > li{
        width: 100%;
    }
    .single .blog_inner{
        border: none;
        padding: 0;
    }
    /*-------------------------------------
    オフィス家具販売 550~
    -------------------------------------*/
    .sale_item_list{
        display: block;
    }
    .sale_item_list li{
        width: 100%;
    }
    .sale_item_list li + li{
        margin-top: 60px;
    }
    #itempage #img-box{
        width: 100% !important;
    }
    #primary .slick-dots{
        display: none !important;
    }
    .detail-box{
        width: 100% !important;
    }
    .shop_guide_container{
        display: block;
        text-align: center;
    }
    .sort_form{
        margin-top: 10px;
    }
    body.single .item-name{
        width: 100% !important;
        line-height: 1.5;
    }
    /*-------------------------------------
	会員情報ページ 550~
    -------------------------------------*/
    #memberpages{
        padding: 40px 20px;
    }
    .main_wrap table.customer_form{
        border: none;
    }
    .main_wrap #memberinfo tr {
        border: none;
    }
    /*会員情報編集欄*/
    .main_wrap #memberinfo .customer_form tr {
        border-bottom: 1px solid #ccc;
        padding-top: 1.071428em;
    }
    .main_wrap #memberinfo .customer_form th,
    .main_wrap #memberinfo .customer_form td {
        border: none;
    }
    .main_wrap #memberinfo th{
        border-bottom: none;
    }
    /*-------------------------------------
	お気に入りページ 550~
    -------------------------------------*/
    .favorites_inner .item-info {
        display: block;
    }
    .favorites_list li section {
        display: block;
    }
    .favorites_inner li .itemimg {
        display: inline-block;
    }
    /*-------------------------------------
	カートページ先の　お客様情報ページ 550~
    -------------------------------------*/
    .customer_loginform {
        margin: 0 0 50px;
        padding: 0 0 50px;
        border-bottom: 1px solid #ddd;
    }
    .cart-page table tr,
    .member-page table tr {
        border-bottom: dotted 1px rgba(0, 0, 0, 0.12);
    }
    .cart-page .customer_loginform table tr {
        border: none;
        margin: 0;
    }
    .main_wrap .cart-page table td,
    .main_wrap .member-page table td {
        padding: 0;
    }
    .send input[type="submit"],
    .send input[type="button"] {
        width: 70%;
        margin: 0 0 10px;
    }
    .page-template-uscescart .send input[type="submit"]:last-child {
        margin: 0 6px 0 0px;
    }
    #purchase_form .send .checkout_button {
        margin: 0;
    }
    .main_wrap #cart_table th.num,
    .main_wrap #cart_table th.thumbnail,
    .main_wrap #cart_table th.productname,
    .main_wrap #cart_table th.unitprice,
    .main_wrap #cart_table th.quantity,
    .main_wrap #cart_table th.subtotal{
        display: none;
    }
    .main_wrap #cart_table th.action{
        padding: 0;
    }
    .main_wrap #cart_table thead{
        display: none;
    }
    .main_wrap #cart_table tr{
        border: none;
        display: grid;
        grid-template-columns: 40px 1fr 2fr;
        padding: 20px 0;
    }
    .main_wrap #cart_table tr + tr{
        border-top: 2px solid #ccc;
    }
    .main_wrap #cart_table td{
        border: none;
        padding: 0 10px;
    }
    .main_wrap #cart_table td.num{
        display: block;
        grid-column: 1 / 2;
        grid-row: 1 / 3;
    }
    .main_wrap #cart_table td.thumbnail{
        display: block;
        width: 120px;
        grid-column: 2 / 3;
        grid-row: 1 / 3;
    }
    #cart_table .thumbnail img{
        max-width: 100%;
    }
    .main_wrap #cart_table td.productname{
        text-align: left;
        grid-column: 3 / 4;
        grid-row: 2 / 3;
    }
    .main_wrap #cart_table td.unitprice{
        grid-column: 3 / 4;
        text-align: left;
        grid-row: 3 / 4;
    }
    .main_wrap #cart_table td.quantity{
        grid-column: 3 / 4;
        grid-row: 4 / 5;
    }
    .main_wrap #cart_table td.subtotal{
        grid-column: 3 / 4;
        grid-row: 5 / 6;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        font-family: var(--font_eng);
        font-size: 24px;
        font-weight: 600;
    }
    .main_wrap #cart_table td.stock{
        grid-column: 3 / 4;
        grid-row: 1 / 2;
        display: block;
        text-align: left;
        border-bottom: 1px solid #ccc;
    }
    .main_wrap #cart_table td.action{
        grid-column: 1 / 2;
        grid-row: 5 / 6;
    }
    .main_wrap #cart_table tfoot tr{
        display: flex;
        align-items: stretch;
    }
    .main_wrap #cart_table tfoot tr th{
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .main_wrap #cart_table tfoot tr th.amount{
        font-family: var(--font_eng);
        font-size: 32px;
        font-weight: 600;
    }
    .main_wrap #cart_table tfoot tr th.action,
    .main_wrap #cart_table tfoot tr th.stock{
        display: none;
    }
    .main_wrap #confirm_table th{
        width: 160px;
    }
    .main_wrap #confirm_table td{
        width: calc(100% - 160px);
    }
    /*-------------------------------------
	発送支払い方法ページ 550~
    -------------------------------------*/
    .main_wrap table.customer_form th {
        padding-top: 1.071428em;
    }
    .cart-page table tr,
    .member-page table tr {
        margin: 0;
        padding: 0;
        margin-top: 40px;
        border: none;
    }
    .main_wrap table.customer_form th,
    .main_wrap table.customer_form td {
        border: none;
        margin-bottom: 20px;
    }
    .cart-page .customer_form select {
        padding: 10px;
        border-radius: 0;
    }
    /*-------------------------------------
	内容確認ページ 550~
    -------------------------------------*/
    .main_wrap #cart_table tr {
        border: none;
    }
    .main_wrap .used_point {
        width: 80px !important;
        background: none;
    }
    .send.last_cart-page_send.currency_code_change_btn {
        display: block;
    }
    .send.last_cart-page_send.currency_code_change_btn input,
    .send.last_cart-page_send.currency_code_change_btn a {
        display: block;
        margin: 0 auto 10px;
        width: 70%;
    }
    .main_wrap #cart #point_table tr {
        border: none;
    }
    .main_wrap #point_table td.c-point,
    .main_wrap #point_table td.u-point,
    .main_wrap #point_table td {
        padding: 10px 15px;
    }
    .main_wrap #point_table td.c-point,
    .main_wrap #point_table td.u-point {
        width: 40%;
    }
    /*-------------------------------------
    お問い合わせ 550~
    -------------------------------------*/
    .contact_contaciner .cta .inner_m{
        padding: 0 10px;
    }
    .contact_contaciner .cta .inner_m .bg_orange{
        padding-right: 10px;
        padding-left: 10px;
    }

    .other_tel a{
        font-size: 25px;
        padding: 30px 0;
    }
    .other_tel a i{
        margin-right: 16px;
    }
    .cta.page_contact_cta .cta_ttl{
        font-size: 26px;
    }
    ul.contact_att{
        padding:10px 15px;
    }
    .contact_att li{
        text-indent: -14px;
        padding-left: 14px;
    }
    .wpcf7 {
        margin: 0 0 0;
    }
    .wpcf7_container div.flex {
        display: block;
    }
    .wpcf7_checkbox_title {
        border: none;
    }
    .readme {
        width: 100%;
        margin: 30px 0 10px;
        height: 150px;
    }
    .contact_tel {
        margin: 0;
    }
    /*確認画面 550~*/
    #wpcf7cpcnf table td,
    #wpcf7cpcnf table th{
        display: block;
        width: 100%;
        padding: 10px 0 15px 0;
    }
    #wpcf7cpcnf table th{
        display: block;
        width: 100%;
        padding: 10px 0 0 0;
    }
    #wpcf7cpcnf table td{
        min-height: auto;
    }
    button.wpcf7cp-cfm-edit-btn,
    button.wpcf7cp-cfm-submit-btn{
        margin: 0 5px !important;
        font-size: 16px;
        padding: 16px 10px;
        display: block;
        width: 100%;
    }
    button.wpcf7cp-cfm-submit-btn{
        margin-top: 10px !important;
    }
    .wpcf7c_submit input[type="submit"]{
        font-size: 16px;
    }
    /*-------------------------------------
    footer 550~
    -------------------------------------*/
    .footer_flex{
        display: block;
    }
    .address_container{
        text-align: center;
        margin-top: 40px;
    }
    .footer_sns{
        text-align: center;
    }
    .footer_nav{
        margin: 0 auto;
    }
    .footer_nav_container{
        margin-top: 40px;
        text-align: center;
    }
    .copyright{
        margin-top: 40px;
    }
}

@media only screen and (max-width: 320px) {
    .header_tel a {
        font-size: clamp(10px, 5vw, 42px);
    }
}