@charset "UTF-8";

@import url("./css/reset.css");
@import url("./css/b_arrow.css");
@import url("./css/contact.css");
@import url("./css/single.css");
@import url("./css/policy.css");

:root {
    --c_black: #000;
	--r_black: #1E1E1E;
	--c_gray: #595757;
	--r_gray: #C0C0C0;
    --mincho: "Shippori Mincho", serif;
    --gothic: "Zen Kaku Gothic New", sans-serif;
	--e_gothic: "Teachers", sans-serif;
	--num40: clamp(18px, 2.08vw, 40px);
	--num45: clamp(20px, 2.34vw, 45px);
	--num55: clamp(25px, 2.86vw, 55px);
	--num60: clamp(27px, 3.13vw, 60px);
	--num65: clamp(29px, 3.39vw, 65px);
	--num75: clamp(34px, 3.91vw, 75px);
	--num80: clamp(36px, 4.17vw, 80px);
	--num95: clamp(43px, 4.95vw, 95px);
	--num100: clamp(45px, 5.21vw, 100px);
	--num115: clamp(52px, 5.99vw, 115px);
	--num135: clamp(61px, 7.03vw, 135px);
	--num140: clamp(63px, 7.29vw, 140px);
	--num150: clamp(68px, 7.81vw, 150px);
	--num165: clamp(74px, 8.59vw, 165px);
	--num180: clamp(81px, 9.38vw, 180px);
	--num190: clamp(86px, 9.9vw, 190px);
	--num250: clamp(113px, 13.02vw, 250px);
	/*デザイン幅PC1920px・スマホ400pxの場合のフォントサイズ*/
	--fz11: clamp(.9rem, 0.57vw, 1.1rem);
	--fz12: clamp(.9rem, 0.63vw, 1.2rem);
	--fz13: clamp(1rem, 0.68vw, 1.3rem);
	--fz14: clamp(1.2rem, 0.73vw, 1.4rem);
	--fz15: clamp(1.3rem, 0.78vw, 1.5rem);
	--fz16: clamp(1.3rem, 0.83vw, 1.6rem);
	--fz17: clamp(1.3rem, 0.89vw, 1.7rem);
	--fz18: clamp(1.3rem, 0.94vw, 1.8rem);
	--fz19: clamp(1.3rem, 0.99vw, 1.9rem);
	--fz20: clamp(1.3rem, 1.04vw, 2rem);
	--fz21: clamp(1.3rem, 1.09vw, 2.1rem);
	--fz22: clamp(1.3rem, 1.15vw, 2.2rem);
	--fz23: clamp(1.3rem, 1.2vw, 2.3rem);
	--fz24: clamp(1.3rem, 1.25vw, 2.4rem);
	--fz25: clamp(1.3rem, 1.3vw, 2.5rem);
	--fz26: clamp(1.3rem, 1.35vw, 2.6rem);
	--fz27: clamp(1.3rem, 1.41vw, 2.7rem);
	--fz28: clamp(1.3rem, 1.46vw, 2.8rem);
	--fz29: clamp(1.3rem, 1.51vw, 2.9rem);
	--fz30: clamp(1.3rem, 1.56vw, 3rem);
	--fz31: clamp(1.3rem, 1.61vw, 3.1rem);
	--fz32: clamp(1.3rem, 1.67vw, 3.2rem);
	--fz33: clamp(1.3rem, 1.72vw, 3.3rem);
	--fz34: clamp(1.3rem, 1.77vw, 3.4rem);
	--fz35: clamp(1.3rem, 1.82vw, 3.5rem);
	--fz36: clamp(1.3rem, 1.88vw, 3.6rem);
	--fz37: clamp(1.3rem, 1.93vw, 3.7rem);
	--fz38: clamp(1.3rem, 1.98vw, 3.8rem);
	--fz39: clamp(1.3rem, 2.03vw, 3.9rem);
	--fz40: clamp(1.3rem, 2.08vw, 4rem);
	--fz41: clamp(1.3rem, 2.14vw, 4.1rem);
	--fz42: clamp(1.3rem, 2.19vw, 4.2rem);
	--fz43: clamp(1.3rem, 2.24vw, 4.3rem);
	--fz44: clamp(1.3rem, 2.29vw, 4.4rem);
	--fz45: clamp(1.3rem, 2.34vw, 4.5rem);
}
@media only screen and (max-width: 768px) {
	:root {
		--fz11: clamp(.9rem, 2.93vw, 1.1rem);
		--fz12: clamp(.9rem, 3.2vw, 1.2rem);
		--fz13: clamp(.9rem, 3.47vw, 1.3rem);
		--fz14: clamp(.9rem, 3.73vw, 1.4rem);
		--fz15: clamp(.9rem, 4vw, 1.5rem);
		--fz16: clamp(.9rem, 4.27vw, 1.6rem);
		--fz17: clamp(.9rem, 4.53vw, 1.7rem);
		--fz18: clamp(.9rem, 4.8vw, 1.8rem);
		--fz19: clamp(.9rem, 5.07vw, 1.9rem);
		--fz20: clamp(.9rem, 5.33vw, 2rem);
		--fz21: clamp(.9rem, 5.6vw, 2.1rem);
		--fz22: clamp(.9rem, 5.87vw, 2.2rem);
		--fz23: clamp(.9rem, 6.13vw, 2.3rem);
		--fz24: clamp(.9rem, 6.4vw, 2.4rem);
		--fz25: clamp(.9rem, 6.67vw, 2.5rem);
		--fz26: clamp(.9rem, 6.93vw, 2.6rem);
		--fz27: clamp(.9rem, 7.2vw, 2.7rem);
		--fz28: clamp(.9rem, 7.47vw, 2.8rem);
		--fz29: clamp(.9rem, 7.73vw, 2.9rem);
		--fz30: clamp(.9rem, 8vw, 3rem);
		--fz31: clamp(.9rem, 8.27vw, 3.1rem);
		--fz32: clamp(.9rem, 8.53vw, 3.2rem);
		--fz33: clamp(.9rem, 8.8vw, 3.3rem);
		--fz34: clamp(.9rem, 9.07vw, 3.4rem);
		--fz35: clamp(.9rem, 9.33vw, 3.5rem);
		--fz36: clamp(.9rem, 9.6vw, 3.6rem);
		--fz37: clamp(.9rem, 9.87vw, 3.7rem);
		--fz38: clamp(.9rem, 10.13vw, 3.8rem);
		--fz39: clamp(.9rem, 10.4vw, 3.9rem);
		--fz40: clamp(.9rem, 10.67vw, 4rem);
		--fz41: clamp(.9rem, 10.93vw, 4.1rem);
		--fz42: clamp(.9rem, 11.2vw, 4.2rem);
		--fz43: clamp(.9rem, 11.47vw, 4.3rem);
		--fz44: clamp(.9rem, 11.73vw, 4.4rem);
		--fz45: clamp(.9rem, 12vw, 4.5rem);
	}
}

@font-face {
}

html {
	opacity: 0;
    font-size: 62.5%;
}
body {
    position: relative;
    width: 100%;
    color: var(--c_black);
    font-size: 1.6em;
    font-family: var(--gothic);
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0;
    background-color: #fff;
}
.wrapper {
	font-size: var(--fz16);
}
.post_img {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.post_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}
a.post_img img, a .post_img img {
    transition: all .3s ease;
}
a.post_img:hover img, a:hover .post_img img {
    transform: translate(-50%, -50%) scale(1.03);
}
.txt {
    width: 100%;
}
/*//common*/

/*header*/
#header {
    position: fixed;
	top: 0;
	left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #fff;
	z-index: 999;
}
#header .logo {
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: clamp(100px, 10.67vw, 205px);
    transform: translate(-50%, -50%);
    transition: all .3s ease;
}
#header .logo:hover {
    opacity: .6;
}
#header .logo > a, #header .logo > a > img {
    display: block;
    width: 100%;
}
#gnav {
    width: 50%;
	padding: 0 clamp(55px, 5.46vw, 105px);
}
.gnav_li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    list-style: none;
}
.gnav_li > li {
    width: auto;
    margin-right: 2em;
    font-size: var(--fz20);
}
.gnav_li > li > a {
	opacity: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-family: var(--e_gothic);
    line-height: 1.4;
    text-align: center;
	transition: all .3s ease;
}
.gnav_li > li > a > span {
    display: block;
    font-size: .6em;
	font-family: var(--gothic);
}
.gnav_li > li > a:hover {
	opacity: .6;
}
.h_inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
	padding-left: clamp(55px, 5.46vw, 105px);
}
.h_inner .num {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
}
.h_inner .num > .t {
    padding: 0 1em;
	margin-bottom: .7em;
    font-size: var(--fz13);
    border: 1px solid var(--c_black);
}
.h_inner .num > .tel, .h_inner .num > .tel > a {
    font-size: var(--fz35);
    font-family: var(--e_gothic);
	line-height: 1;
}
.h_btn {
	display: flex;
	justify-content: flex-end;
	width: auto;
	margin-left: 3em;
    font-size: var(--fz17);
}
.h_btn > a {
	opacity: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 5.7em;
    height: 5.7em;
    color: #fff;
	line-height: 1;
    transition: all .3s ease;
}
.h_btn > a:hover {
	opacity: .6;
}
.h_btn > a::before {
    content: '';
    display: block;
    width: 2.4em;
    height: 2.4em;
	margin-bottom: .3em;
}
.h_btn > a.h_btn_blog {
    background: var(--c_gray);
    border: 1px solid var(--c_gray);
}
.h_btn > a.h_btn_blog::before {
    background: url("./img/icon_blog.png") center center/contain no-repeat;
}
.h_btn > a.h_btn_tac {
	margin-left: .3em;
    background: var(--c_black);
	border: 1px solid var(--c_black);
}
.h_btn > a.h_btn_tac::before {
    background: url("./img/icon_mail.png") center center/contain no-repeat;
}
/*hamburger*/
.hmbg_btn {
	position: relative;
    display: none;
    padding-top: 7px;
	margin-left: 20px;
    cursor: pointer;
	z-index: 2;
	--ham_num: 12px;
	--ham_mnum: -12px;
}
.hmbg_inner {
    position: relative;
    width: 40px;
    height: 3px;
    margin-top: var(--ham_num);
    margin-bottom: var(--ham_num);
    background: #000;
    transition: all .5s ease;
}
.hmbg_wrap.open .hmbg_inner {
    background: transparent;
}
.hmbg_inner::before, .hmbg_inner::after {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background: #000;
}
.hmbg_inner::before {
    top: var(--ham_mnum);
    transition: all .5s ease;
}
.hmbg_inner::after {
    bottom: var(--ham_mnum);
    transition: all .5s ease;
}
.hmbg_wrap.open .hmbg_inner::before {
	background: var(--c_black);
    transform: translateY(var(--ham_num)) rotate(45deg);
}
.hmbg_wrap.open .hmbg_inner::after {
	background: var(--c_black);
    transform: translateY(var(--ham_mnum)) rotate(-45deg);
}
.hmbg_btn > span {
    display: block;
    margin-top: 13px;
    color: #767573;
    font-size: .6em;
    text-align: center;
}
body.hmbg_open {
    overflow: hidden;
}
#sp_nav {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
    background: #fff;
    overflow: auto;
    pointer-events: none;
    transition: all .5s ease;
	z-index: 1;
}
.hmbg_wrap.open #sp_nav {
	opacity: 1;
	pointer-events: auto;
}
.sp_nav_li {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
    width: 100%;
    margin: 0 auto 15px;
    list-style: none;
}
.sp_nav_li a {
    display: flex;
	flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0 10px;
	color: var(--c_black);
	font-family: var(--e_gothi);
    font-size: clamp(1.8rem, 3vh, 3.5rem);
	line-height: 1;
	text-align: center;
    transition: all .3s ease;
}
.sp_nav_li a > span {
	display: block;
	margin-top: .5em;
	font-size: .6em;
	font-family: var(--gothic);
}
.sp_nav_li a:hover {
    opacity: .6;
}
.sp_nav_li li:last-of-type, .sp_nav_sub li:last-of-type {
    border-bottom: none;
}
.sp_nav_li li {
    opacity: 0;
    transition: all .5s ease;
    transform: translateY(20px);
}
.hmbg_wrap.open .sp_nav_li li {
    opacity: 1;
    transform: translateY(0);
}
/*//hamburger*/
@media only screen and (max-width: 1200px) {
	#gnav {
		padding-left: 3vw;
	}
}
@media only screen and (max-width: 1000px) {
	#gnav {
		display: none;
	}
	.h_inner .num {
		display: none;
	}
	.hmbg_btn {
		display: block;
	}
	.h_btn {
		margin-left: 0;
		font-size: var(--fz15);
	}
	#header .logo {
		width: clamp(80px, 10.67vw, 205px);
	}
}
@media only screen and (max-width: 768px) {
	.h_btn {
		font-size: var(--fz11);
	}
	.h_btn > a {
		width: 4.5em;
		height: 4.5em;
	}
	.h_btn > a::before {
		width: 1.5em;
		height: 1.5em;
	}
}
/*//header*/

/*footer*/
#f_contact {
    max-width: 900px;
    width: 80%;
    padding: var(--num45) 0;
    margin: var(--num250) auto var(--num135);
    border: 2px solid var(--c_black);
}
#f_contact .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 700px;
    width: 90%;
    margin: auto;
}
#f_contact .block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 46%;
}
#f_contact .t {
    margin-bottom: .7em;
    font-size: var(--fz20);
    text-align: center;
}
#f_contact .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #fff;
    width: 100%;
    height: 3.4em;
    font-size: var(--fz18);
    background: var(--c_black);
    border: 2px solid var(--c_black);
    transition: all .3s ease;
}
#f_contact .btn:hover, #f_contact .num:hover {
    color: var(--c_black);
    background: #fff;
}
#f_contact .btn.tel_num > span {
    font-size: 1.38em;
    font-family: var(--e_gothic);
}
#f_contact .block > span {
    display: block;
    margin-top: .6em;
    font-size: var(--fz15);
	line-height: 1.4;
	text-align: center;
}
#footer {
    width: 100%;
    padding: var(--num115) 0 var(--num135);
    color: #fff;
    background: var(--c_black);
}
#footer .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 980px;
    width: 92%;
    margin: auto;
}
.f_inner {
    flex-shrink: 0;
    width: auto;
}
.f_logo {
    width: clamp(100px, 10.05vw, 193px);
}
.f_logo > a, .f_logo > a > img {
    display: block;
    width: 100%;
}
.f_logo > a > img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(7498%) hue-rotate(175deg) brightness(117%) contrast(100%);
}
.f_inner .address, .f_inner .num {
    font-size: var(--fz14);
    line-height: 1.5;
}
.f_inner .address {
    margin-top: 2em;
}
#fnav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: auto;
}
.fnav_li {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    list-style: none;
}
.fnav_li > li {
    width: auto;
    margin-left: 2em;
    font-size: clamp(1.5rem, 1.04vw, 2rem);
    font-family: var(--e_gothic);
    line-height: 1;
    text-align: center;
}
.fnav_li > li > a {
    opacity: 1;
    transition: all .3s ease;
}
.fnav_li > li > a:hover {
    opacity: .6;
}
.fnav_li > li > a > span {
    display: block;
    margin-top: .4em;
    font-size: .6em;
    font-family: var(--gothic);
}
.f_btn {
    display: flex;
    justify-content: flex-end;
    width: auto;
	margin-top: var(--num40);
}
.f_btn > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 7.14em;
    height: 7.14em;
    color: #fff;
    font-size: var(--fz14);
    font-family: var(--e_gothic);
    background: var(--c_black);
    border: 2px solid #fff;
	transition: all .3s ease;
}
.f_btn > a::before {
    content: '';
    display: block;
    width: 2.5em;
    height: 2.5em;
	margin-bottom: .3em;
	transition: all .3s ease;
}
.f_btn > a.f_btn_blog::before {
    background: url("./img/icon_blog.png") center center/contain no-repeat;
}
.f_btn > a.f_btn_tac::before {
    background: url("./img/icon_mail.png") center center/contain no-repeat;
}
.f_btn > a:hover {
	color: var(--c_black);
	background: #fff;
}
.f_btn > a:hover::before {
	filter: brightness(0) saturate(100%) invert(0%) sepia(34%) saturate(2373%) hue-rotate(16deg) brightness(82%) contrast(105%);
}
@media only screen and (max-width: 768px) {
	#f_contact {
		margin-top: var(--num150);	
	}
	#f_contact .wrap {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	#f_contact .block {
		max-width: 450px;
		width: 100%;
	}
	#f_contact .block + .block {
		margin-top: var(--num45);
	}
	#f_contact .t {
		margin-bottom: .3em;
		font-size: var(--fz18);
	}
	#f_contact .btn {
		font-size: var(--fz15);
	}
	#f_contact .block > span {
		margin-top: .2em;
		font-size: var(--fz13);
	}
	.f_btn {
		margin-top: 0;
	}
	.f_btn > a {
		font-size: var(--fz13);
	}
	.fnav_li {
		display: none;
	}
}
@media only screen and (max-width: 550px) {
	#footer .wrap {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	.f_inner {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	.f_btn {
		margin-top: 30px;
	}
}
/*//footer*/

/*pagetop*/
.pagetop {
    bottom: 60px;
    position: fixed;
    right: 20px;
    z-index: 998 !important;
}
.pagetop > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    color: var(--c_black);
    font-size: 2rem;
    background-color: #fff;
    border: 2px solid var(--c_black);
    border-radius: 0;
    transition: all .3s ease;
    box-sizing: border-box;
}
.pagetop > a:hover {
    color: #fff;
    background-color: var(--c_black);
}
/*//pagetop*/

/*accordion*/
.acc-cont {
	display: none;
}
/*//accordion*/

/*modal*/
wrapper.modal_open {
	overflow: hidden;
}
.modal_cont_wrapper {
	position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100vw;
    min-height: 100vh;
    background: rgba(0, 0, 0, .6);
    z-index: 9999;
    overflow: auto;
}
.modal_cont_inner {
	position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
}
.modal_cont {
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    min-height: 100%;
    height: auto;
    padding: 6em 30px;
}
.modal_block {
	position: relative;
	width: auto;
	height: auto;
}
.modal_close {
	position: absolute;
    bottom: calc(100% + 20px);
    right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3em;
	height: 3em;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	--ham_num: 12px;
	--ham_mnum: -12px;
}
.modal_close_inner {
    position: relative;
    width: 35px;
    height: 3px;
    margin-top: var(--ham_num);
    margin-bottom: var(--ham_num);
    background: transparent;
    transition: all .5s ease;
}
.modal_close_inner::before, .modal_close_inner::after {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background: var(--c_black);
}
.modal_close_inner::before {
    top: var(--ham_mnum);
    transition: all .5s ease;
	transform: translateY(var(--ham_num)) rotate(45deg);
}
.modal_close_inner::after {
    bottom: var(--ham_mnum);
    transition: all .5s ease;
	transform: translateY(var(--ham_mnum)) rotate(-45deg);
}
/*//modal*/

/*scrl*/
.scrl {
    opacity: 0;
    position: relative;
}
.bt-anim {
    top: 50px;
}
@keyframes bt-anim {
	0% {
		opacity: 0;
		top: 50px;
	}
	60% {
		opacity: 1;
		top: 0;
	}
	100% {
		opacity: 1;
		top: 0;
	}
}
.bt-anim.scrl_in {
    animation: bt-anim 1s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}
/*//scrl*/

/*top*/
#top_slide_sec {
    width: 100%;
	padding-top: var(--num75);
}
#top_slide_sec .tit {
	width: 100%;
	margin-bottom: 1em;
	font-size: var(--fz40);
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
}
#top_slide_sec .tit > b {
	font-size: 1.5em;
	font-weight: 700;
}
.swiper-container.top_slide .swiper-slide {
    position: relative;
    padding-top: 31%;
}
.swiper-container.top_slide .swiper-slide > img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translate(-50%, -50%);
}
.swiper-pagination.top_slide_pn {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.swiper-pagination.top_slide_pn {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin-top: 1.2em;
	font-size: var(--fz21);
}
.swiper-pagination.top_slide_pn span.swiper-pagination-bullet {
	opacity: 1;
	width: 1em;
	height: .23em;
	margin: 0 .1em .1em;
	background: #fff;
	border: 1px solid var(--r_gray);
	border-radius: 0;
}
.swiper-pagination.top_slide_pn span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--r_gray);
}
#top_makeideas {
    width: 100%;
	margin-top: var(--num100);
}
#top_makeideas .tit {
    width: 100%;
    font-size: clamp(1.3rem, 7.81vw, 15rem);
    font-family: var(--e_gothic);
    line-height: .67;
    text-align: right;
}
#top_makeideas .cont {
    position: relative;
    width: 100%;
    padding-top: 40%;
    background: url("./img/top_idea.webp") center center/cover no-repeat;
}
#top_makeideas .inner {
    position: absolute;
    top: 0;
    right: 60%;
    width: 13em;
    padding: 1em 1em 1.5em;
    font-size: var(--fz27);
    background: #fff;
}
#top_makeideas .cont_tit {
	margin-bottom: .5em;
    font-weight: 700;
	letter-spacing: .15em;
	line-height: 1.4;
}
#top_makeideas .inner > .txt {
	font-size: .6em;
}
#top_service {
    width: 100%;
    color: #fff;
    padding: var(--num115) 0 0;
    background: var(--r_black);
}
.tit_en_smalljp {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: .7em;
    font-size: clamp(1.3rem, 3.65vw, 7rem);
    font-family: var(--e_gothic);
    line-height: 1.3;
}
.tit_en_smalljp.white {
	color: #fff;
}
.tit_en_smalljp > small {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .5em;
    font-size: var(--fz17);
    font-family: var(--gothic);
}
.tit_en_smalljp > small::before, .tit_en_smalljp > small::after {
    content: '';
    display: block;
    width: 1em;
    height: 1px;
    margin: 0 .2em;
    background: var(--c_black);
}
.tit_en_smalljp.white > small::before, .tit_en_smalljp.white > small::after {
	background: #fff;
}
#top_service .tit_en_smalljp {
    margin-bottom: 2em;
}
#top_service .block_wrap {
    max-width: 815px;
    width: 80%;
    margin: 0 auto var(--num250);
}
.top_service_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.top_service_block:nth-of-type(even) {
    flex-direction: row-reverse;
}
.top_service_block + .top_service_block {
    margin-top: var(--num190);
}
.top_service_block .img {
    position: relative;
    width: 46%;
}
.top_service_block .img > img {
    position: relative;
    display: block;
    width: 100%;
    z-index: 0;
}
.top_service_block .block_tit {
    position: absolute;
    top: -.7em;
    left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 1.93em;
    height: 1.93em;
    font-family: var(--mincho);
    font-size: clamp(1.3rem, 4.69vw, 9rem);
    letter-spacing: -.2em;
    line-height: 1;
    background: var(--r_black);
    z-index: 1;
}
.top_service_block:nth-of-type(even) .block_tit {
    color: var(--c_black);
    background: #fff;
}
.top_service_block .block_tit span {
    display: block;
    margin-top: 1em;
    font-size: .77em;
}
.top_service_block .cont {
    width: 45%;
}
.top_service_block .cont_tit {
    width: 100%;
    margin-bottom: 1em;
    font-size: var(--fz25);
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 1.5;
}
.top_service_block .txt {
    margin-bottom: 3em;
    font-size: var(--fz14);
    line-height: 2;
}
.top_service_block .btn_wrap {
    justify-content: flex-start;
}
.btn_arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .7em 2em;
	color: #fff;
    font-size: var(--fz15);
    border: 1px solid #fff;
}
.btn_arrow.black {
	background: var(--c_black);
	border-color: var(--c_black);
}
.btn_arrow .b_arw {
	margin-left: 2em;
}
.sec_img {
    width: 100%;
}
.sec_img > img {
    display: block;
    width: 100%;
}
#top_development {
    width: 100%;
    padding-top: var(--num190);
}
#top_development .tit_en_smalljp {
    margin-bottom: .3em;
}
.top_development_li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 815px;
    width: 80%;
    margin: auto;
    list-style: none;
}
.top_development_li > li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 44%;
    margin-bottom: 3.5em;
}
.top_development_li .h {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-family: var(--e_gothic);
	margin-bottom: .8em;
}
.top_development_li .num {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 2.34em;
    height: 2.34em;
    padding-top: .1em;
    font-size: var(--fz35);
    line-height: 1;
    border: 1px solid var(--c_black);
    border-radius: 50%;
}
.top_development_li .num > span {
    font-size: .43em;
}
.top_development_li .item_tit {
    width: 100%;
    margin-bottom: 1em;
    font-size: var(--fz25);
}
.top_development_li .img {
    width: 100%;
}
.top_development_li .img > img {
    display: block;
    width: 100%;
}
.top_development_li .txt {
    margin-top: 1.5em;
    font-size: var(--fz17);
}
#top_development .btn_wrap {
    margin-bottom: var(--num165);
}
#top_development .btn_arrow {
    padding-right: 3em;
    padding-left: 3em;
    letter-spacing: .2em;
}
#top_parts {
    width: 100%;
    padding-top: var(--num100);
    background: var(--r_black);
}
.top_parts_li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 510px;
    width: 80%;
    margin: auto;
    list-style: none;
}
.top_parts_li > li {
    width: calc(100% / 3);
}
.top_parts_li > li > img {
    display: block;
    width: 100%;
}
#top_parts .btn_wrap {
    margin: 4em 0 8em;
}
#top_company {
    max-width: 950px;
    width: 80%;
    padding: var(--num180) 0 0;
    margin: auto;
}
#top_company .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
#top_company .img {
    width: 46%;
}
#top_company .img > img {
    display: block;
    width: 100%;
}
#top_company .cont {
    width: 46%;
}
#top_company .info_dl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 1em;
    font-size: var(--fz15);
    line-height: 1.5;
}
#top_company .info_dl > dt {
    flex-shrink: 0;
    width: 4em;
    margin-right: 2em;
    text-align: right;
}
#top_company .info_dl > dd {
    width: 100%;
}
@media only screen and (max-width: 768px) {
	#top_slide_sec .tit {
		margin-bottom: .7em;
		font-size: var(--fz20);
		line-height: 1.3;
	}
	.swiper-container.top_slide .swiper-slide {
		padding-top: 70%;
	}
	#top_makeideas .tit {
		padding: 0 .4em;
		font-size: clamp(1.3rem, 12vw, 7rem);
		text-align: left;
	}
	#top_makeideas .cont {
		padding-top: 0;
		background: none;
	}
	#top_makeideas .cont::before {
		content: '';
		display: block;
		width: 100%;
		padding-top: 40%;
    	background: url("./img/top_idea.webp") center center/cover no-repeat;
	}
	#top_makeideas .inner {
		position: relative;
		right: auto;
		width: 100%;
		padding: .8em 1em;
		font-size: var(--fz20);
	}
	#top_makeideas .cont_tit {
		margin-bottom: .3em;
		letter-spacing: 0;
	}
	#top_makeideas .cont_tit > br {
		display: none;
	}
	#top_makeideas .inner > .txt {
		font-size: var(--fz13);
	}
	.tit_en_smalljp {
		font-size: clamp(1.3rem, 8vw, 4rem);
	}
	.tit_en_smalljp > small {
		margin-top: .3em;
		font-size: var(--fz13);
	}
	#top_service .tit_en_smalljp {
		margin-bottom: 1.3em;
	}
	#top_service .block_wrap {
		width: 100%;
		margin-bottom: var(--num150);
	}
	.top_service_block, .top_service_block:nth-of-type(even) {
		flex-direction: column;
	}
	.top_service_block .img {
		width: 100%;
		padding-top: 70%;
	}
	.top_service_block .img > img {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		height: 100%;
		object-fit: cover;
		transform: translate(-50%, -50%);
	}
	.top_service_block .block_tit {
		top: -.3em;
		padding: .1em 0 0 .2em;
		font-size: clamp(1.3rem, 12vw, 6rem);
	}
	.top_service_block .cont {
		width: 90%;
	}
	.top_service_block .cont_tit {
		margin: 1em 0 .5em;
		font-size: var(--fz18);
	}
	.top_service_block .txt {
		margin-bottom: 1.7em;
		font-size: var(--fz13);
	}
	.top_service_block + .top_service_block {
		margin-top: var(--num150);
	}
	#top_development .tit_en_smalljp {
		margin-bottom: .5em;
	}
	.top_development_li {
		width: 90%;
	}
	.top_development_li > li {
		width: 47%;
		margin-bottom: 2.5em;
	}
	.top_development_li .num {
		font-size: var(--fz30);
	}
	.top_development_li .item_tit {
		margin-bottom: .5em;
		line-height: 1.4;
	}
	.top_development_li .txt {
		margin-top: .7em;
		font-size: var(--fz14);
	}
	#top_parts .btn_wrap {
		margin: 2.5em 0 4em;
	}
	#top_company {
		width: 92%;
	}
	#top_company .wrap {
		align-items: flex-start;
	}
	#top_company .cont {
		width: 50%;
	}
	#top_company .info_dl {
		font-size: var(--fz13);
	}
	#top_company .info_dl > dd > br {
		display: none;
	}
}
@media only screen and (max-width: 550px) {
	#top_development {
		padding-top: var(--num100);
	}
	.top_development_li {
		flex-direction: column;
		justify-content: flex-start;
		max-width: 350px
	}
	.top_development_li > li {
		width: 100%;
		margin-bottom: 2em;
	}
	#top_company {
		width: 80%;
		padding: var(--num100) 0 0;
	}
	#top_company .wrap {
		flex-direction: column;
	}
	#top_company .img {
		width: 100%;
		margin-bottom: 20px;
	}
	#top_company .cont {
		width: 100%;
	}
	#top_company .info_dl > dt {
		margin-right: 1em;
	}
}
/*//top*/

/*second-head*/
.second_head {
    position: relative;
    width: 100%;
}
.second_main_tit {
    width: 100%;
    padding: var(--num75) .5em;
    font-size: clamp(2.5rem, 2.6vw, 5rem);
    font-family: var(--e_gothic);
    line-height: 1;
    text-align: center;
}
.second_main_tit > span {
    display: block;
    margin-bottom: .5em;
    font-size: .4em;
    font-family: var(--gothic);
}
.second_head .img {
    position: relative;
    width: 100%;
    padding-top: 26%;
}
.second_head .img > img {
    position: absolute;
    top: 50%;
    left: 50%;
	display: block;
    width: 100%;
    height: 101%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}
.breadcrumbs_wrap {
    width: 92%;
    margin: 1em auto;
}
@media only screen and (max-width: 768px) {
    .second_main_tit {
        padding: var(--num45) .5em;
    }
    .second_head .img {
        padding-top: 35%;
    }
	.breadcrumbs_wrap {
		font-size: var(--fz13);
	}
}
/*//second-head*/

/*page-lead*/
.page_lead {
    width: 100%;
    padding: var(--num135) 0;
    color: #fff;
    background: var(--r_black);
}
.page_lead.white {
	color: var(--c_black);
	background: #fff;
}
.page_lead .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1145px;
    width: 62%;
    margin: auto;
}
.page_lead .img {
    width: 43%;
}
.page_lead .img > img {
    display: block;
    width: 100%;
}
.page_lead .cont {
    position: relative;
    width: 48%;
}
.page_lead .main_tit {
    position: absolute;
    bottom: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 2.61em;
    height: 2.66em;
    padding-right: .3em;
    font-size: clamp(3.5rem, 4.69vw, 9rem);
    font-family: var(--mincho);
    line-height: 1.2;
    background: var(--r_black);
}
.page_lead.white .main_tit {
	color: var(--c_black);
	background: #fff;
}
.page_lead .main_tit > span {
    display: block;
    font-size: .77em;
    margin-left: 1.2em;
}
.page_lead .sub_tit {
    margin-bottom: 1em;
    font-size: var(--fz30);
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.6;
}
.page_lead .txt {
    font-size: var(--fz17);
    font-weight: 700;
    line-height: 2.2;
}
@media only screen and (max-width: 1200px) {
    .page_lead .wrap {
        width: 80%;
    }
}
@media only screen and (max-width: 768px) {
    .page_lead .wrap {
        align-items: flex-start;
        width: 88%;
    }
    .page_lead .img {
        width: 42%;
    }
    .page_lead .cont {
        width: 53%;
    }
    .page_lead .sub_tit {
        font-size: var(--fz18);
    }
    .page_lead .txt {
        font-size: var(--fz13);
        line-height: 1.7;
    }
}
@media only screen and (max-width: 550px) {
    .page_lead {
        padding: var(--num80) 0;
    }
    .page_lead .wrap {
        flex-direction: column;
        max-width: 350px;
    }
    .page_lead .img {
        width: 100%;
    }
    .page_lead .cont {
        width: 100%;
    }
    .page_lead .main_tit {
        font-size: clamp(2rem, 9vw, 3.7rem);
    }
    .page_lead .sub_tit {
        margin: 1em 0 .7em;
        letter-spacing: .1em;
    }
}
/*//page-lead*/

/*development*/
#development_case {
    width: 100%;
    padding: var(--num190) 0;
}
#development_case .block {
    max-width: 780px;
    width: 90%;
    margin: auto;
}
#development_case .block + .block {
    margin-top: var(--num115);
}
#development_case .h {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 525px;
    width: 100%;
    margin: 0 auto var(--num40);
}
#development_case .num_wrap {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
}
#development_case .num {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 2.07em;
    height: 2.07em;
    font-size: clamp(3rem, 2.86vw, 5.5rem);
    font-family: var(--e_gothic);
    line-height: 1;
    border: 2px solid var(--c_black);
    border-radius: 50%;
}
#development_case .num > span {
    font-size: .36em;
}
#development_case .h .t {
    font-size: var(--fz20);
}
#development_case .tit {
    width: 100%;
    margin-left: 1.5em;
    margin-bottom: .8em;
    font-size: var(--fz25);
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.6;
}
#development_case .slide {
    max-width: 525px;
    width: 100%;
    margin: auto;
}
#development_case .thumb_wrap {
    position: relative;
}
.swiper-container.dev_main_slide, .swiper-container.dev_thumb_slide {
    width: 100%;
}
.swiper-container.dev_thumb_slide {
    margin-top: 10px;
}
.swiper-container.dev_thumb_slide .swiper-slide {
    cursor: pointer;
}
.swiper-container.dev_main_slide .post_img, .swiper-container.dev_thumb_slide .post_img {
    padding-top: 71%;
}
.swiper-button-next.swiper-button-black.dev_thumb_next {
    right: auto;
    left: calc(100% + 15px);
    transform: scale(.5);
}
.swiper-button-prev.swiper-button-black.dev_thumb_prev {
    right: calc(100% + 15px);
    left: auto;
    transform: scale(.5);
}
#development_case .info {
    width: 100%;
    margin-top: 2.5em;
    font-size: var(--fz16);
}
#development_case .info_dl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 1.5em;
}
#development_case .info_dl > dt {
    flex-shrink: 0;
    width: 7em;
    margin-right: 1.5em;
    font-size: 1.12em;
    font-weight: 700;
}
#development_case .info_dl > dt::before {
    content: '[';
    margin-right: .3em;
}
#development_case .info_dl > dt::after {
    content: ']';
    margin-left: .3em;
}
@media only screen and (max-width: 768px) {
    #development_case {
        padding: var(--num80) 0 var(--num165);
    }
    #development_case .block + .block {
        margin-top: var(--num80);
    }
    #development_case .tit {
        margin-left: .7em;
        font-size: var(--fz20);
        letter-spacing: 0;
    }
    #development_case .h {
        margin-bottom: 10px;
    }
    #development_case .h .t {
        font-size: var(--fz15);
    }
    #development_case .info {
        margin-top: 1em;
        font-size: var(--fz14);
    }
    #development_case .info_dl {
        margin-bottom: .5em;
    }
    #development_case .info_dl > dt {
        margin-right: .5em;
        font-size: 1.07em;
    }
    #development_case .slide {
        width: calc(100% - 30px);
    }
    .swiper-button-next.swiper-button-black.dev_thumb_next {
        left: calc(100% + 3px);
    }
    .swiper-button-prev.swiper-button-black.dev_thumb_prev {
        right: calc(100% + 3px);
    }
    .swiper-container.dev_thumb_slide {
        margin-top: 5px;
    }
}
/*//development*/

/*strength*/
.strength_sec_wrap {
	width: 100%;
	margin-bottom: var(--num250);
}
.strength_sec {
	width: 100%;
}
.strength_sec + .strength_sec {
	margin-top: var(--num190);
}
.strength_sec .wrap {
    display: flex;
	flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 800px;
    width: 62%;
    margin: auto;
}
.strength_sec:nth-of-type(even) .wrap {
	flex-direction: row;
}
.strength_sec .img {
	width: 55%;
}
.strength_sec .img > img {
	display: block;
	width: 100%;
}
.strength_sec .cont {
	width: 38%;
}
.strength_sec .tit {
	margin-bottom: .6em;
	font-size: var(--fz30);
	font-weight: 700;
	line-height: 1.4;
}
.strength_sec .txt {
	margin-bottom: 1.5em;
	font-size: var(--fz16);
	font-weight: 500;
}
.strength_sec .btn_wrap {
	justify-content: flex-start;
}
#strength_lead2 .wrap {
    flex-direction: row-reverse;
}
#strength_lead2 {
	position: relative;
}
#strength_lead2 .tit {
	position: absolute;
	bottom: 100%;
	left: 50%;
	max-width: 1145px;
    width: 62%;
    font-size: clamp(1.3rem, 7.81vw, 15rem);
    font-family: var(--e_gothic);
    line-height: .69;
    text-align: right;
	mix-blend-mode: difference;
	transform: translateX(-50%);
}
.strength_lead2_img {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
	height: 40vw;
	margin-bottom: var(--num190);
}
.strength_lead2_img img {
	display: block;
	width: calc(100% / 3);
	height: 100%;
	object-fit: cover;
}
@media only screen and (max-width: 768px) {
	.strength_sec .wrap {
		width: 85%;
	}
	.strength_sec .img {
		width: 49%;
	}
	.strength_sec .cont {
		width: 46%;
	}
	.strength_sec .tit {
		font-size: var(--fz18);
	}
	.strength_sec .txt {
		font-size: var(--fz13);
	}
	.strength_sec .btn_arrow {
		font-size: var(--fz13);
	}
	#strength_lead2 .tit {
		width: 100%;
		padding: 0 .4em;
        font-size: clamp(1.3rem, 12vw, 7rem);
        text-align: left;
	}
	#strength_lead2 .wrap {
		flex-direction: column;
	}
	#strength_lead2 {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 550px) {
	.strength_sec_wrap {
		margin-bottom: var(--num180);
	}
	.strength_sec + .strength_sec {
		margin-top: var(--num100);
	}
	.strength_sec .wrap, .strength_sec:nth-of-type(even) .wrap {
		flex-direction: column;
	}
	.strength_sec .img {
		width: 100%;
	}
	.strength_sec .cont {
		width: 100%;
	}
	.strength_sec .tit_en_smalljp {
		margin-bottom: .3em;
	}
	.strength_sec .tit {
		margin-top: 1em;
	}
	.strength_sec .btn_arrow {
		font-size: var(--fz15);
	}
}
/*//strength*/

/*agency*/
#agency {
    width: 100%;
    padding: var(--num180) 0;
}
#agency .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1145px;
	width: 62%;
	margin: auto;
}
#agency .img {
	width: 40%;
}
#agency .img > img {
	display: block;
	width: 100%;
}
#agency .cont {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
    width: 51%;
}
.agency_li {
    width: 100%;
    list-style: none;
}
.agency_li > li {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: var(--num65);
}
.agency_li .num {
	flex-shrink: 0;
	width: 1.2em;
	margin-right: .4em;
	font-size: clamp(3.5rem, 5.21vw, 10rem);
	font-family: var(--e_gothic);
	line-height: 1;
}
.agency_li .item_cont {
	width: 100%;
}
.agency_li .tit {
	margin-bottom: .4em;
	font-size: var(--fz30);
	font-weight: 600;
	line-height: 1.3;
}
.agency_li .txt {
	font-size: var(--fz17);
}
.agency_processing {
    max-width: 100%;
    width: auto;
    margin: auto;
	font-size: var(--fz17);
}
.agency_processing .list {
    padding-left: 2em;
}
@media only screen and (max-width: 1200px) {
	#agency .wrap {
		width: 80%;
	}
}
@media only screen and (max-width: 768px) {
	#agency .wrap {
		width: 88%;
	}
	#agency .cont {
		width: 57%;
	}
	.agency_li .num {
		margin-right: .25em;
		font-size: clamp(3.5rem, 13vw, 4.5rem);
	}
	.agency_li .tit {
		font-size: var(--fz20);
	}
	.agency_li .txt {
		font-size: var(--fz13);
	}
	.agency_processing {
		font-size: var(--fz13);
	}
}
@media only screen and (max-width: 550px) {
	#agency {
		padding: var(--num140) 0;
	}
	#agency .wrap {
		flex-direction: column;
	}
	#agency .img {
		display: flex;
		justify-content: center;
		width: 100%;
		margin-bottom: 2em;
	}
	#agency .img > img {
		width: 50%;
	}
	#agency .cont {
		width: 100%;
	}
	.agency_li .tit {
		margin-bottom: 0;
	}
}
/*//agency*/

/*faq*/
.faq_alink {
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: var(--num150) 0;
}
.faq_alink > a {
	display: block;
	width: auto;
	padding: .8em 1em;
	color: var(--c_black);
	font-size: var(--fz20);
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	white-space: nowrap;
	background: #fff;
	transition: all .3s ease;
}
.faq_alink > a:hover {
	color: #fff;
	background: var(--c_black);
}
.faq_alink > a + a {
	border-left: 1px solid var(--c_black);
}
.faq_sec {
    max-width: 830px;
    width: 92%;
    margin: 0 auto var(--num150);
}
.faq_sec .tit {
	width: 100%;
	margin-bottom: 2em;
	font-size: var(--fz25);
	font-weight: 700;
	text-align: center;
}
.faq_li {
    width: 100%;
    list-style: none;
} 
.faq_li > li {
	width: 100%;
	margin-bottom: 2.5em;
	font-size: var(--fz17);
}
.faq_li .acc-btn {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	padding-bottom: .5em;
	border-bottom: 1px solid var(--c_black);
	cursor: pointer;
}
.faq_li .acc-btn::before {
	content: 'Q.';
	flex-shrink: 0;
	display: block;
	width: auto;
	margin-right: .5em;
	font-size: 1.76em;
	font-family: var(--e_gothic);
	line-height: 1;
}
.faq_li .acc-btn .inner {
	width: 100%;
	line-height: 1.6;
}
.faq_li .acc-btn::after {
	content: '+';
	opacity: 1;
	flex-shrink: 0;
	display: block;
	width: auto;
	padding-top: .15em;
	padding-right: 0;
	margin-left: .5em;
	font-size: 1.17em;
	line-height: 1;
	transition: all .3s ease;
}
.faq_li .acc-btn.acc-open::after {
	content: '−';
}
.faq_li .acc-cont {
	width: 100%;
	padding-top: .7em;
	cursor: pointer;
}
.faq_li .acc-cont .flex {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
}
.faq_li .acc-cont .flex::before {
	content: 'A.';
	flex-shrink: 0;
	display: block;
	width: auto;
	margin-right: .5em;
	font-size: 1.76em;
	font-family: var(--e_gothic);
	line-height: 1;
}
.faq_li .acc-cont .inner {
	width: 100%;
	font-weight: 700;
	line-height: 1.6;
}
@media only screen and (max-width: 768px) {
	.faq_alink > a {
		font-size: var(--fz16);
	}
	.faq_sec .tit {
		margin-bottom: 1.2em;
		font-size: var(--fz20);
	}
	.faq_li > li {
		font-size: var(--fz14);
	}
}
@media only screen and (max-width: 550px) {
	.faq_alink {
		flex-direction: column;
		margin: var(--num100) 0;
	}
	.faq_alink > a + a {
		border-left: none;
		border-top: 1px solid var(--c_black);
	}
	.faq_sec {
		margin-bottom: var(--num115);
	}
}
/*//faq*/

/*blog-archive*/
#blog_archive_lead {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    padding: var(--num115) 0;
    margin: auto;
    text-align: center;
}
#blog_archive_lead .tit {
    width: 100%;
    margin-bottom: .7em;
    font-size: var(--fz30);
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 1.4;
}
#blog_archive_lead .tit > br.sp {
	display: none;
}
#blog_archive_lead .txt {
    font-size: var(--fz14);
    line-height: 2;
}
.blog_li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1036px;
    width: 90%;
    margin: auto;
    list-style: none;
}
.blog_li > li {
    width: 27%;
    margin-bottom: var(--num100);
}
.blog_li > li.dummy {
    margin-bottom: 0;
}
.blog_li a {
    display: block;
    width: 100%;
    font-size: var(--fz14);
}
.blog_li .post_img {
    padding-top: 64%;
}
.blog_li .cont {
    opacity: 1;
    transition: all .3s ease;
}
.blog_li > li:hover .cont {
    opacity: .6;
}
.blog_li .cat, .post_single .cat {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin: 1.2em 0;
}
.post_single .cat {
	margin: 0;
	font-size: var(--fz15);
}
.blog_li .cat > dt, .post_single .cat > dt {
    flex-shrink: 0;
    width: auto;
    padding: .1em 1em;
    margin-right: 1em;
    color: #fff;
    background: var(--c_black);
}
.blog_li .cat > dd, .post_single .cat > dd {
    width: 100%;
}
.blog_li .tit {
    margin-bottom: .3em;
    color: var(--r_black);
    font-size: 1.42em;
    font-weight: 700;
    line-height: 1.5;
}
.blog_li .date {
    font-size: .92em;
}
.dummy_img {
	opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #ccc;
    transform: translate(-50%, -50%);
	transition: all .3s ease;
}
a:hover .dummy_img {
	opacity: .6;
}
.post_img .dummy_img > img, .dummy_img > img {
	position: relative;
	top: auto;
	left: auto;
	display: block;
	width: 50%;
	height: auto;
	transform: translate(0, 0);
}
a.post_img:hover .dummy_img > img, a:hover .post_img .dummy_img > img, .dummy_img > img {
    transform: translate(0, 0) scale(1);
}
.wp-pagenavi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 92%;
    margin: auto;
}
div.wp-pagenavi a, div.wp-pagenavi span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    font-size: var(--fz20);
}
div.wp-pagenavi a {
	transition: all .3s ease;
}
div.wp-pagenavi a.first, div.wp-pagenavi a.last {
    padding-bottom: .5em;
}
@media only screen and (max-width: 1000px) {
	.blog_li > li {
		width: 30%;
	}	
}
@media only screen and (max-width: 768px) {
	#blog_archive_lead {
		padding: var(--num60) 0;
	}
	#blog_archive_lead .tit {
		font-size: var(--fz19);
	}
	#blog_archive_lead .tit > br.sp {
		display: block;
	}
	#blog_archive_lead .txt {
		font-size: var(--fz13);
		line-height: 1.7;
		text-align: left;
	}
	#blog_archive_lead .txt > br {
		display: none;
	}
	.blog_li > li {
		width: 48%;
		margin-bottom: var(--num80);
	}
	.blog_li a {
		font-size: var(--fz12);
	}
	.blog_li .cat {
		margin: 1em 0 .6em;
	}
	.blog_li .cat > dt, .post_single .cat > dt {
		padding: .1em .5em;
		margin-right: .6em;
	}
	.blog_li .tit {
		font-size: 1.15em;
	}
	.blog_li .date {
		font-size: 1em;
	}
	div.wp-pagenavi a, div.wp-pagenavi span {
		font-size: var(--fz17);
	}
}
/*//blog-archive*/

/*blog-single*/
.post_single {
    max-width: 940px;
    width: 90%;
    margin: var(--num135) auto 0;
}
.post_single .cat_date {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.post_single .cat_date .date {
	font-size: var(--fz14);
}
.post_single .cat_date .date > dl {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.post_single .cat_date .date > dl > dt {
	flex-shrink: 0;
	width: 4em;
}
.post_single .cat_date .date > dl > dt::after {
	content: '：';
}
.post_single .tit {
    width: 100%;
    padding: .4em .5em;
    margin: .4em 0 1em;
    color: #595757;
    font-size: var(--fz28);
    font-weight: 700;
    line-height: 1.4;
    background: #D9D9D9;
    border-radius: .2em;
    border-left: 5px solid var(--c_black);
}
.post_single .post_cont {
	width: 96%;
	margin: auto;
}
@media only screen and (max-width: 768px) {
	.post_single {
		margin-top: var(--num80);
	}
	.post_single .tit {
		margin-top: .7em;
		font-size: var(--fz18);
	}
	.post_single .post_cont {
		font-size: var(--fz15);
	}
	.post_single .cat {
		font-size: var(--fz14);
	}
}
/*//blog-single*/

/*products-archive*/
.products_category {
    max-width: 650px;
    width: 90%;
    padding: var(--num135) 0;
    margin: auto;
}
.products_category .cat_block {
    width: 100%;
}
.products_category .cat_block + .cat_block {
	margin-top: var(--num80);
}
.products_category .cat_name {
    width: 100%;
    margin-bottom: 2em;
    font-size: var(--fz20);
    font-weight: 600;
    text-align: center;
}
.products_category .cat_name::before, .products_category .cat_name::after {
	content: '-';
}
.products_category .cat_name::before {
	margin-right: .3em;
}
.products_category .cat_name::after {
	margin-left: .3em;
}
.products_li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    list-style: none;
}
.products_li > li {
	width: 28%;
	margin-bottom: 2.5em;
}
.products_li > li.dummy {
	margin-bottom: 0;
}
.products_li a .products_li span {
	display: block;
	width: 100%;
}
.products_li .post_img {
	padding-top: 100%;
}
.products_li .post_img::before {
	opacity: 0;
	content: 'View more';
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: var(--fz15);
	letter-spacing: .1em;
	background: rgba(0, 0, 0, .55);
	transition: all .3s ease;
	pointer-events: none;
	z-index: 1;
}
.products_li a:hover .post_img::before {
	opacity: 1;
}
.products_li .post_tit {
	opacity: 1;
	margin-top: .5em;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	transition: all .3s ease;
}
.products_li a:hover .post_tit {
	opacity: .6;
}
.products_category .cat_block .bnr {
	width: 100%;
}
.products_category .cat_block .bnr > a {
	opacity: 1;
	display: block;
	width: 100%;
	transition: all .3s ease;
}
.products_category .cat_block .bnr > a:hover {
	opacity: .6;
}
.products_category .cat_block .bnr > a > img {
	display: block;
	width: 100%;
}
.products_category .acc-wrap {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}
.products_category .acc-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
	margin-top: -.7em;
    font-weight: 600;
    font-size: var(--fz22);
	line-height: 1;
	cursor: pointer;
}
.products_category .acc-btn::after {
	content: '\f067';
	padding-top: .1em;
	margin-left: .3em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	transition: all .3s ease;
}
.products_category .acc-btn.acc-open::after {
	content: '\f068';
}
.products_category .acc-cont {
	width: 100%;
}
.products_category .products_bnr {
	display: block;
	width: 100%;
}
.products_category a.products_bnr {
	opacity: 1;
	transition: all .3s ease;
}
.products_category a.products_bnr:hover {
	opacity: .6;
}
@media only screen and (max-width: 768px) {
	.products_li > li {
		width: 30%;
		margin-bottom: 2em;
		font-size: var(--fz14);
	}
	.products_category .acc-btn {
		font-size: var(--fz17);
	}
}
@media only screen and (max-width: 550px) {
	.products_category {
		padding: var(--num100) 0;
	}
	.products_category .cat_name {
		margin-bottom: 1em;
		font-size: var(--fz18);
	}
	.products_li > li {
		width: 47%;
		margin-bottom: 1.6em;
	}
}
/*//products-archive*/

/*products-single*/
.products_details {
    max-width: 1280px;
    width: 90%;
    margin: var(--num100) auto 0;
}
.products_info1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
	margin-bottom: var(--num135);
}
.products_info1 .main_img {
    width: 32%;
}
.products_info1 .main_img .name {
	margin-bottom: .5em;
	font-size: var(--fz32);
	font-weight: 700;
	line-height: 1.4;
}
.products_info1 .main_img .cat {
	display: block;
	color: #337ab7;
	font-size: .5em;
}
.swiper-container.products_slide .post_img {
	padding-top: 66%;
}
.products_info1 .swiper-pagination.thumbs {
	position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
	margin-top: 10px;
}
.products_info1 .swiper-pagination.thumbs .swiper-pagination-bullet {
	opacity: 1;
	width: 19%;
	padding-top: 19%;
	margin-right: 1%;
	margin-bottom: 1%;
	background: center center/cover no-repeat;
	border-radius: 0;
}
.products_info1 .swiper-pagination.thumbs .swiper-pagination-bullet:hover {
	opacity: .6;
}
.products_info1 .color {
    width: 60%;
}
.products_info1 .color_tit {
	width: 100%;
	margin-bottom: 1em;
	font-size: var(--fz20);
	text-align: center;
}
.products_info1 .color_tit::before, .products_info1 .color_tit::after {
	content: ' - ';
}
.products_info1 .explain, .products_info1 .color .color_explain {
    width: 100%;
    margin-top: 2em;
	font-size: var(--fz17);
}
.products_lineup_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
	list-style: none;
}
.products_lineup_img > li {
    width: 33%;
	margin-bottom: 1.3em;
}
.products_lineup_img > li.dummy {
	margin-bottom: 0;
}
.products_lineup_img .color-img {
    width: 100%;
}
.products_lineup_img .color-img > a, .products_lineup_img .color-img > a > img {
	display: block;
	width: 100%;
}
.products_lineup_img .color-img + p {
	margin-top: 1em;
}
.modal_block .lineup_img {
    max-height: calc(100vh - 115px);
}
.products_info1 .color_block {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
	padding: 1.5em 0 0;
	font-size: var(--fz20);
	border-bottom: 1px solid var(--c_black);
}
.products_info1 .color_block:last-of-type {
	border-bottom: none;
}
.products_info1 .color_block > .block {
    width: 24%;
	margin-bottom: 1.5em;
}
.products_info1 .color_block > .block.c5 {
	width: 19%;
	margin-bottom: 1.5em;
}
.products_info1 .color_block > .block.dummy, .products_info1 .color_block > .block.c5.dummy {
	margin-bottom: 0;
}
.products_info1 .color_block .post_img {
	max-width: 180px;
	width: 100%;
    padding-top: clamp(100%, 100%, 180px);
}
.products_info1 .color_block .post_img {
    width: 7em;
    padding-top: 7em;
}
.products_info1 .color_block .name {
	display: flex;
	justify-content: center;
	align-items: center;
    width: 7em;
	margin-top: .5em;
    font-weight: 700;
	line-height: 1.2;
    text-align: center;
    white-space: nowrap;
}
.products_info1 .color_block small {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 7em;
	line-height: 1.3;
	text-align: center;
	white-space: nowrap;
}
.products_info2 {
    max-width: 768px;
    width: 90%;
    margin: 0 auto var(--num100);
}
.products_info2 .color_explain {
    width: 100%;
    margin-bottom: 3em;
	color: var(--c_gray);
	font-size: var(--fz17);
	font-weight: 500;
    line-height: 2;
}
.products_info2 .lineup {
    width: 100%;
}
.products_info2 #parts-lineup > h3 {
	padding-bottom: .3em;
	margin-bottom: 1em;
	color: var(--c_gray);
	font-size: var(--fz21);
    font-weight: 700;
    border-bottom: 1px dotted #bbb;
}
#parts_normal .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
#parts_normal .parts-item {
    width: 30%;
	margin-bottom: 2em;
	color: var(--c_gray);
}
#parts_normal .parts-item.dummy {
	margin-bottom: 0;
}
#parts_normal .parts-item > h3 {
	width: 100%;
	padding-bottom: .3em;
	margin-bottom: 1em;
	font-size: var(--fz23);
	font-weight: 700;
	border-bottom: 1px dotted #bbb;
}
#parts_normal .parts-item > * + h3 {
    margin-top: .5em;
}
#parts_normal .parts-item .note {
    padding: .5em 1em;
    font-size: var(--fz15);
    background: #f2f2f2;
}
#parts_normal .parts-item *:not(h3) + .note, #parts_normal .parts-item *:not(h3) + .btn2 {
    margin-top: 1em;
}
#parts_normal .parts-item .btn2 > a {
    display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
    color: #fff;
    padding: .5em 1em;
    background: var(--c_gray);
    border: 1px solid var(--c_gray);
    border-radius: 9999px;
    transition: all .3s ease;
}
#parts_normal .parts-item .btn2 > a:hover {
	color: var(--c_gray);
	background: #fff;
}
#parts_normal .size-list {
    padding-left: 1.5em;
    font-size: var(--fz19);
    list-style: circle;
}
#parts_normal .parts-item .parts-img {
	width: 100%;
}
#parts_normal .parts-item .parts-img > a {
	opacity: 1;
	display: block;
	width: 100%;
	transition: all .3s ease;
}
#parts_normal .parts-item .parts-img > a:hover {
	opacity: .6;
}
#parts_normal .parts-item .parts-img > a > img {
	display: block;
	width: 100%;
}
.products_details .note_date {
    max-width: 1150px;
    width: 90%;
    margin: 0 auto var(--num165);
	font-size: var(--fz20);
}
.products_details .note_date .note {
	margin-bottom: 2em;
}
.products_details .note_date .date {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.products_details .note_date .date > dl {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	font-weight: 700;
}
.products_details .note_date .date > dl > dt::before {
	content: '\f017';
	font-family: "Font Awesome 5 Free";
	font-weight: 300;
}
.products_details .note_date .date > dl > dt::after {
	content: '：';
}
.products_details .note_date .update {
	margin-left: 2em;
}
.products_details .category_item {
    max-width: 1150px;
    width: 90%;
    margin: auto;
}
.products_details .category_item_li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	list-style: none;
}
.products_details .category_item_li > li {
	width: 19%;
}
.products_details .category_item_li a {
    display: block;
    width: 100%;
}
.products_details .category_item_li .post_img {
    padding-top: 55%;
}
.products_details .category_item_li  .name {
    width: 100%;
    padding: .5em .7em;
	margin-bottom: 2em;
    font-size: var(--fz20);
    font-weight: 700;
    background: #eee;
}
.products_info1 .color .color_explain > a.official_link {
	opacity: 1;
	color: blue;
    font-size: 1.15em;
	font-weight: 700;
	text-decoration: underline;
	transition: all .3s ease;
}
.products_info1 .color .color_explain > a.official_link:hover {
	opacity: .6;
}
.products_info1 .color .color_explain > a.official_link::after {
	content: '\f054';
	margin-left: .2em;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
@media only screen and (max-width: 1000px) {
	.products_info1 .color_block .post_img {
		width: 100%;
		padding-top: 100%;
	}
	.products_info1 .color_block .name, .products_info1 .color_block small {
		width: 100%;
	}
	.products_info1 .color_block > .block {
		width: 22%;
	}
	.products_info1 .color_block > .block.c5 {
		width: 18%;
	}
}
@media only screen and (max-width: 768px) {
	.products_info1 {
		flex-direction: column;
		justify-content: flex-start;
	}
	.products_info1 .main_img {
		max-width: 500px;
		width: 100%;
		margin: 0 auto 3em;
	}
	.products_info1 .color {
		width: 100%;
	}
	.products_info1 .color_block .name, .products_info1 .color_block small {
		width: 100%;
		white-space: inherit;
	}
	.products_info1 .main_img .name {
		font-size: var(--fz23);
	}
	.products_info1 .explain, .products_info1 .color .color_explain {
		margin-top: 1em;
		font-size: var(--fz14);
	}
	.products_info1 .color_tit {
		font-size: var(--fz17);
	}
	.products_info1 .color_block {
		font-size: var(--fz15);
	}
	.products_info1 .color_block:first-of-type {
		padding-top: 0;
	}
	.products_info2 {
		width: 100%;
	}
	.products_info2 .color_explain {
		font-size: var(--fz14);
		line-height: 1.7;
	}
	.products_info2 #parts-lineup > h3 {
		font-size: var(--fz18);
	}
	#parts_normal .parts-item > h3 {
		padding-bottom: .2em;
		margin-bottom: .3em;
		font-size: var(--fz17);
	}
	#parts_normal .parts-item {
		margin-bottom: 1em;
	}
	#parts_normal .size-list {
		font-size: var(--fz16);
	}
	#parts_normal .parts-item .note, #parts_normal .parts-item .btn2 > a {
		font-size: var(--fz13);
	}
	.products_details .note_date {
		width: 100%;
		font-size: var(--fz16);
	}
	.products_details .category_item {
		width: 100%;
	}
	.products_details .category_item_li > li {
		width: 31%;
	}
	.products_details .category_item_li .name {
		font-size: var(--fz15);
	}
	#parts_normal .parts-item *:not(h3) + .btn2 {
		margin-top: .5em;
	}
}
@media only screen and (max-width: 550px) {
	.products_details {
		margin-top: var(--num60);
	}
	.products_info1, .products_info2 {
		margin-bottom: var(--num60);
	}
	.products_details .note_date {
		margin-bottom: var(--num100);
	}
	.products_info1 .color_block > .block, .products_info1 .color_block > .block.c5 {
		width: 31%;
	}
	.products_info1 .color_block {
        font-size: var(--fz13);
    }
	.products_details .note_date .date {
		flex-direction: column;
		align-items: flex-end;
	}
	.products_lineup_img > li {
		width: 48%;
	}
	.products_lineup_img .color-img + p {
		font-size: var(--fz13);
		line-height: 1.4;
	}
	#parts_normal .parts-item {
		width: 48%;
	}
}
/*//products-single*/

/*contact*/
form.wpcf7-form {
	width: 100%;
    margin-top: var(--num135);
}
.form_dl {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 600px;
    width: 90%;
    margin: 0 auto 1.5em;
}
.form_dl > dt {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	font-weight: 700;
	margin-bottom: .6em;
}
.form_dl > dt > span {
    display: block;
    padding: 0 .3em .2em;
    margin: .3em 0 0 .5em;
    color: #fff;
    font-size: .75em;
    background: var(--c_black);
    border-radius: .3em;
}
.form_dl > dd {
    width: 100%;
}
.form_dl > dd input, .form_dl > dd textarea {
    width: 100%;
    padding: 1em;
    background: #F4F4F5;
    border: 1px solid #E1E1E1;
    border-radius: .4em;
}
form.wpcf7-form  .btn_wrap {
    max-width: 600px;
    width: 90%;
    margin: auto;
}
form.wpcf7-form .btn {
    display: block;
    width: 100%;
}
form.wpcf7-form .btn + .btn {
	margin-top: 1em;
}
form.wpcf7-form .btn input {
    width: 100%;
    padding: 1em;
    color: #fff;
    font-size: var(--fz18);
    font-weight: 700;
    background: var(--c_black);
    border: 2px solid var(--c_black);
    border-radius: 9999px;
	transition: all .3s ease;
	cursor: pointer;
}
form.wpcf7-form .btn input:hover {
	color: var(--c_black);
	background: #fff;
}
.contact_complete {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 1000px;
    width: 90%;
    padding-top: var(--num100);
    margin: auto;
}
.contact_complete .tit {
    margin-bottom: 1em;
    font-size: var(--fz23);
    font-weight: 700;
}
.contact_complete .btn_wrap {
    margin-top: 3em;
}
.contact_complete .txt {
    text-align: center;
}
.contact_complete .txt a {
	opacity: 1;
	text-decoration: underline;
	transition: all .3s ease;
}
.contact_complete .txt a:hover {
	opacity: .6;
}
@media only screen and (max-width: 768px) {
	form.wpcf7-form {
		margin-top: var(--num80);
	}
	.form_dl > dt {
		margin-bottom: .3em;
	}
	.contact_complete .tit {
		margin-bottom: .7em;
		font-size: var(--fz18);
	}
	.contact_complete .txt {
		font-size: var(--fz14);
		text-align: left;
	}
	.contact_complete .btn_wrap {
		margin-top: 1.5em;
	}
}
/*//contact*/

/*privacy-policy*/
#privacy_policy {
    max-width: 1000px;
    width: 90%;
    margin: var(--num100) auto 0;
}
#privacy_policy > p {
    margin-bottom: 1.5em;
}
#privacy_policy h3 {
    width: 100%;
    padding-bottom: .3em;
	margin-top: var(--num65);
    margin-bottom: .8em;
    font-size: var(--fz20);
    font-weight: 700;
    border-bottom: 1px dotted var(--r_black);
}
#privacy_policy > ul {
	padding-left: 1.5em;
	list-style: circle;
}
@media only screen and (max-width: 768px) {
	#privacy_policy {
		font-size: var(--fz13);
	}
	#privacy_policy h3 {
		padding-bottom: .2em;
		margin-bottom: .5em;
		font-size: var(--fz17);
	}
}
/*//privacy-policy*/

/*404*/
#error404 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 92%;
    margin: var(--num100) auto 0;
    text-align: center;
}
#error404 .txt {
	margin-bottom: 2em;
	font-size: var(--fz17);
}
@media only screen and (max-width: 768px) {
	#error404 .txt {
		font-size: var(--fz14);
	}
}
@media only screen and (max-width: 550px) {
	#error404 {
		text-align: left;
	}
}
/*//404*/
