@media screen and (min-width: 1023px) {
}
@media screen and (max-width: 1023px) and (min-width:769px) {
}
@media screen and (max-width: 768px) {
}
.imbue-uniquifier {
	font-family: "Imbue", serif;
	font-optical-sizing: auto;
	font-weight: weight;
	font-style: normal;
}

.c-oswald {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}

/*===================================================

root color

===================================================*/
.noise{
	width: 100%;
	height: 100%;
	background: url("../../assets/img/common/noise.png");
	background-size: 100px 100px;
	opacity: 0.05;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

.wrapper{
	overflow: hidden;
    position: relative;
}

.is-hover{
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.is-hover:hover{
	opacity: 0.8;
}

.is-hover-cr{
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.is-hover-cr:hover{
	color: var(--color-blue);
}

.is-fade-mv{
	animation-name:fadeInmv;
	animation-duration: 1.6s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeInmv{
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.is-fadeApp{
	animation-name:fadeApp;
	animation-duration: 1.6s;
	animation-fill-mode:forwards;
	opacity:0;
	transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform
}
@keyframes fadeApp{
	from {
		opacity: 0;
		transform: translate3d(0,1rem,0);
		-webkit-transform: translate3d(0,1rem,0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}
}

.is-fadeup{
	opacity:0;
	transform: translate3d(0,1rem,0);
	-webkit-transform: translate3d(0,1rem,0);
	transition: 1s;
}
.is-fadeup.js-show{
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
}
.is-fadeup1{
	opacity:0;
	transform: translate3d(0,1rem,0);
	-webkit-transform: translate3d(0,1rem,0);
	transition: 1s;
	transition-delay: .15s;
}
.is-fadeup1.js-show{
		opacity: 1;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0)
	}

.is-fadeup2{
	opacity:0;
	transform: translate3d(0,1rem,0);
	-webkit-transform: translate3d(0,1rem,0);
	transition: 1s;
	transition-delay: .3s;
	}
.is-fadeup2.js-show{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
	}

.is-fadein {
	-webkit-transition: 1s;
	transition: 1s;
	opacity: 0;
	-ms-filter: blur(4px);
	filter: blur(4px);
}
.is-fadein.js-show {
	transform: translate3d(0, 0, 0);
	opacity: 1;
	-ms-filter: blur(0px);
	filter: blur(0px);
}

.is-fadein-mt {
    transform: translate3d(20px, 20px, 0);
	-webkit-transition: 1s;
	transition: 1s;
	xopacity: 0;
	x-ms-filter: blur(4px);
	xfilter: blur(4px);
}
.is-fadein-mt.js-show {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.js-inview{
	display: none;
}

.js-animettl span{
	display: inline-block;
}
.js-mvanime-top span{
	display: inline-block;
}
.js-mvanime-row span{
	display: inline-block;
}

.u-anime-sp{
	display: inline-block;
	width: .32em;
	height: 100%;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/*===================================================

section

===================================================*/

.u-block {
    display: block;
}

.u-n {
    display: none;
}

.u-n-pt{
	padding-top: 0;
}

@media screen and (min-width: 1281px) {
    .u-n-mqUp-xl {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .u-n-mqUp-lg {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .u-n-mqUp-md {
        display: none!important;
    }
}

@media screen and (min-width: 561px) {
    .u-n-mqUp-sm {
        display: none;
    }
}

@media screen and (min-width: 415px) {
    .u-n-mqUp-xs {
        display: none;
    }
}

@media screen and (min-width: 376px) {
    .u-n-mqUp-xxs {
        display: none;
    }
}

@media screen and (max-width: 1280px) {
    .u-n-mqDown-xl {
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    .u-n-mqDown-lg {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .u-n-mqDown-md {
        display: none;
    }
}

@media screen and (max-width: 560px) {
    .u-n-mqDown-sm {
        display: none;
    }
}

@media screen and (max-width: 414px) {
    .u-n-mqDown-xs {
        display: none;
    }
}

@media screen and (max-width: 375px) {
    .u-n-mqDown-xxs {
        display: none;
    }
}

.u-mb-txt{
	display: block;
	content: "";
	margin: 24px 0;
}
@media screen and (max-width: 768px) {
	.u-mb-txt{
		xmargin: 16px 0;
	}
}

.u-mb-sec{
	margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
	.u-mb-sec{
		margin-bottom: 100px;
	}
	
}

.u-mt-acv{
	margin-top: 50px;
}
@media screen and (max-width: 768px) {
	.u-mt-acv{
		margin-bottom: 50px;
	}
}

.u-intro-mt{
	margin-top: 80px;
}
@media screen and (max-width: 768px) {
	.u-intro-mt{
		margin-top: 40px;
	}
}

.l-inner{ 
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 64px;
}
@media screen and (max-width: 768px) {
	.l-inner{ 
		max-width: 100%;
		padding: 0 20px;
	}
}

.l-inner2{
	width: 100%;
	max-width: 1200px;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 64px;
}
@media screen and (max-width: 768px) {
	.l-inner2{
		max-width: 100%;
		padding: 0 20px;
	}
}

/*===================================================

root color 400 / 700

===================================================*/
:root{
	--color-black: #4A2B14;
	--color-blue: #6BB9DC;
	--color-white: #FFFFFF;
	--color-beige1: #EAE6E4;
	--color-beige2: #90857E;
	--color-beige3: #BAB3AE;
}

:root{
	--font-Zen-KakuGothic_New: Zen Kaku Gothic New, sans-serif;
}

.c-txt-cnt{
	text-align: center;
}

.c-jp{
	font-family: var(--font-Zen-KakuGothic_New);
}

.c-eg-3{
	font-family: "Imbue", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.c-eg-cl{
	text-transform: capitalize;
}

.c-eg-up{
	text-transform:uppercase;
}

.c-jp-bold{
	font-weight: 600;
}

.c-txt-area{
	text-align: center;
}
@media screen and (max-width: 560px) {
	.c-txt-area{
		text-align: left;
	}
}

.c-table{
	display: grid;
}

.c-table-list__inner{
	margin: calc(3.08333333vw* 1.5) 0;
	z-index: 1;
}
@media screen and (max-width: 560px) {
	.c-table-list__inner{
		margin: 24px 0;
	}
}

.c-table-row{
	display: grid;
	grid-template-columns: 38.5% 61.5%;
	margin: calc(3.08333333vw* 1.5) 0;
	z-index: 1;
}
@media screen and (max-width: 834px) {
	.c-table-row{
		display: block;
		gap: 16px;
	}
}

.c-table-row__caption{
	padding-right: 2em;
}

.c-table-row__cont{
	display: grid;
	gap: 8px;
}

.c-table-row__ttl-en{
	font-size: 4rem;
}
@media screen and (max-width: 560px) {
	.c-table-row__ttl-en{
		font-size: 40px;
	}
}

.c-table-row__ttl-jp{
	font-size: 18px;
}
@media screen and (max-width: 560px) {
	.c-table-row__ttl-jp{
		font-size: 15px;
	}
}

.c-table__txt--b{
	font-size: 18px;
	margin-bottom: 16px;
}
@media screen and (max-width: 560px) {
	.c-table__txt--b{
		font-size: 15px;
	}
}

.c-table__num {
	font-size: 24px;
}
@media screen and (max-width: 768px) {
	.c-table__num {
		font-size: 18px;
	}
}

.c-table__num span{
	margin-right: 8px;
}
@media screen and (max-width: 768px) {
	.c-table__num span{
		margin-right: 4px;
	}
}

.c-table__cont{
	display: grid;
	align-items: flex-start;
	grid-template-columns: 35.85% 64.15%;
}
@media screen and (max-width: 768px) {
	.c-table__cont{
		display: block;
		grid-template-columns: 100% 100%;
	}
}

.c-table__ttl{
	font-size: 24px;
}
@media screen and (max-width: 768px) {
	.c-table__ttl{
		font-size: 20px;
	}
}

.c-table__ttl--eg{
	font-size: 40px;
}
.c-table__ttl--eg span{
	display: inline-block;
}

.c-table__ttl--eg--m{
	line-height: 1.25;
	font-size: 68px;
}
@media screen and (max-width: 768px) {
	.c-table__ttl--eg--m{
		font-size: 40px;
	}
}
@media screen and (max-width: 560px) {
	.c-table__ttl--eg--m{
		font-size: clamp(2.313rem, 1.896rem + 2.08vw, 2.625rem)
	}
}

.c-table__ttl--eg--m span{
	display: inline-block;
}

.c-table__txt{
	padding-left: 32px;	
}
@media screen and (max-width: 768px) {
	.c-table__txt{
		padding-left: 0;
		margin-top: 24px;	
	}
}

.c-table__txt--b{
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 16px;
}
@media screen and (max-width: 560px) {
	.c-table__txt--b{
		font-size: 15px;
	}
}

.c-table__more{
	text-align: right;
	margin-top: 16px;
}

.c-table__more__txt{
	font-size: 20px;
}
@media screen and (max-width: 560px) {
	.c-table__more__txt{
		font-size: 16px;
	}
}

.c-table1__inner{
	padding: 32px 0;
}

.c-intro{
	margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
	.c-intro{
		margin-bottom: 40px;
	}
	
}

.c-intro__txt{
	width: 670px;
	margin-top: 24px;
}
@media screen and (max-width: 768px) {
	.c-intro__txt{
		width: 100%;
	}
}

.c-intro-sub{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.c-intro-sub p{
	line-height: 1;;
	font-size: 12px;
}
@media screen and (max-width: 560px) {
	.c-intro-sub span{
		font-size: 11px;
	}
	
}

.c-intro-sub img{
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	animation:3s linear infinite rotation1;
}
@media screen and (max-width: 560px) {
	.c-intro-sub img{
		width: 13px;
		height: 13px;
		margin-right: 4px;
	}
}

@keyframes rotation1{
	0%{
		transform:rotate(0);
	}
	100%{
		transform:rotate(360deg);
	}
}

.c-intro__eg{
	line-height: 1.25;
	font-size: 88px;
}
@media screen and (max-width: 768px) {
	.c-intro__eg{
		font-size: 68px;
	}
}
@media screen and (max-width: 560px) {
	.c-intro__eg{
		font-size: clamp(3.75rem, 3.083rem + 3.33vw, 4.25rem);
	}
}

.c-intro__eg span{
	display: inline-block;
}

.c-btn__inner{ 
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: flex-end;
	margin-left: auto;
	margin-top: 50px;
}
@media screen and (max-width: 768px) {
	.c-btn__inner{ 
		margin-top: 40px;
	}
}

.c-btn-round__ln{ 
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--color-black);
	border-radius: 30px;
	padding: 2px 32px;
}
@media screen and (max-width: 560px) {
	.c-btn-round__ln{ 
		padding: 4px 20px;
	}
}

.c-btn__txt{
	display: inline-block;
	line-height: 1;
	-webkit-transition: .6s;
	transition: .6s;
	font-size: 20px;
}
@media screen and (max-width: 560px) {
	.c-btn__txt{
		font-size: 17px;
	}
}

.c-btn-round__ln:hover .c-btn__txt{ 
	transform: rotateX(360deg)!important;
}

.c-btn-round{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	margin-left: 8px;
}
@media screen and (max-width: 768px) {
	.c-btn-round{
		width: 45px;
		height: 45px;
		margin-left: 4px;
	}
}

.c-btn__icon{
	width: 16px;
	height: 16px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
@media screen and (max-width: 768px) {
	.c-btn__icon{
		width: 10px;
		height: 10px;
	}
}

a:hover .c-btn__icon{
	transform: rotate(-45deg);
}

.c-img-rund img{
	border-radius: 20px;
}
@media screen and (max-width: 768px) {
	.c-img-rund img{
		border-radius: 15px;
	}
}

.c-card{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	gap: 68px 32px;
}
@media screen and (max-width: 768px) {
	.c-card{
		display: block;
	}
}

.c-card__li{
	width: calc((100% - 32px)/2);
}
@media screen and (max-width: 768px) {
	.c-card__li{
		width: 100%;
		margin-bottom: 32px;
	}
}

.c-card__cont{
	gap: 16px;
	margin-top: 16px;
}
@media screen and (max-width: 768px) {
	.c-card__cont{
		gap: 8px;
		margin-top: 12px;
	}
}
.c-card__ttl{
	font-weight: 600;
	line-height: 1.25;
	font-size: 20px;
}
@media screen and (max-width: 768px) {
	.c-card__ttl{
		font-size: 18px;
	}
}

.c-card__outline{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	margin-top: 12px;
	margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
	.c-card__outline{
		margin-top: 8px;
	}
}

.c-card-works__outline{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	margin-top: 12px;
	margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
	.c-card-works__outline{
		margin-top: 8px;
	}
}

.c-card__cat{
	display: inline-block;
	border: 1px solid var(--color-black);
	padding: 4px 16px 4px 16px;
	border-radius: 30px;
	line-height: 1;
	letter-spacing: 0.02em;
	font-size: 11px;
}
@media screen and (max-width: 768px) {
	.c-card__cat{
		padding: 4px 10px 3px;
	}
}
@media screen and (max-width: 560px) {
	.c-card__cat{
		border: 0.11em solid var(--color-black);
		padding: 4px 10px;
		font-size: 9px;
	}
}

.c-card__time{
	font-size: 12px;
	margin-left: 4px;
}
@media screen and (max-width: 768px) {
	.c-card__time{
		font-size: 12px;
	}
}

.c-card__txt{
	color: var(--color-beige2);
	line-height: 1.5;
	margin-top: 8px;
	font-size: 14px;
}
@media screen and (max-width: 768px) {
	.c-card__txt{
		font-size: 12px;
	}
}
.c-card2{
	display: flex;
	display: -webkit-flex;
	gap: 32px;
}
@media screen and (max-width: 768px) {
	.c-card2{
		display: block;
	}
}

.c-card2__li{
	width: calc((100% - 32px) /3);
}
@media screen and (max-width: 768px) {
	.c-card2__li{
		width: 100%;
		margin-bottom: 24px;
	}
}

.c-card3{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}
@media screen and (max-width: 768px) {
	.c-card3{
		grid-template-columns: 1fr;
		gap: 0;
	}
}

@media screen and (max-width: 768px) {
	.c-card3__ln{
		display: flex;
		display: -webkit-flex;
		padding: 24px 0;
	}
}

.c-card3__outline{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	margin-top: 24px;
	margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
	.c-card3__outline{
		margin-top: 0;
		margin-bottom: 8px;
	}
}

@media screen and (max-width: 768px) {
	.c-card3__thumb{ 
		width: 8.5rem;
	}
}

@media screen and (max-width: 768px) {
	.c-card3__cont{ 
		width: calc(100% - 8.5rem);
		padding-left: 11px;
	}
	.c-card3__cont .c-card__ttl{
		font-size: 12px;
	}
	.c-card3__cont .c-card__time{
		font-size: 12px;
	}
	.c-card3__cont .c-card__cat{
		font-size: 12px;
		padding: 2px 8px;
	}
}

@media screen and (max-width: 560px) {
	.c-card3__cont{ 
		width: calc(100% - 8.5rem);
		padding-left: 11px;
	}
	.c-card3__cont .c-card__ttl{
		font-size: 12px;
		line-height: 1.2;
	}
	.c-card3__cont .c-card__time{
		font-size: 10px;
	}
	.c-card3__cont .c-card__cat{
		font-size: 10px;
		padding: 2px 8px;
		border: 0.05em solid var(--color-black)
	}
}

.c-line,
.c-line2,
.c-line3{
	display: block;
	position: relative;
}

.c-line::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background: var(--color-black);
	display: block;
	height: 1px;
	width: 0;
	animation: diagonal-grow 1.2s forwards;
	animation-play-state: paused; /* アニメーションを一時停止状態で開始 */
}

/* 表示されたらアニメーションを再生 */
.c-line.active::before {
	animation-play-state: running;
}

@keyframes diagonal-grow {
	0% {
    width: 0;
}
100% {
    width: 100%;
}
}

.c-line2::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background: var(--color-beige2);
	display: block;
	height: 1px;
	width: 0;
	animation: diagonal-grow 1.2s forwards;
	animation-play-state: paused;
}

.c-line2.active::before {
	animation-play-state: running;
}
@keyframes diagonal-grow {
	0% {
    width: 0;
}
100% {
    width: 100%;
}
}

.c-line3::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background: var(--color-white);
	display: block;
	height: 1px;
	width: 0;
	animation: diagonal-grow 1.2s forwards;
	animation-play-state: paused; /* アニメーションを一時停止状態で開始 */
}
/* 表示されたらアニメーションを再生 */
.c-line3.active::before {
	animation-play-state: running;
}
@keyframes diagonal-grow {
	0% {
    width: 0;
}
100% {
	width: 100%;
}
}

/*===================================================

layout style

===================================================*/

.l-header{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.l-header__row{ 
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	width: 100vw;
	height: 105px;
	padding-left: 40px;
	padding-right: 40px;
}
@media screen and (max-width: 768px) {
	.l-header__row{ 
		height: 60px;
		margin-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.l-header__logo{ 
	width: 64px;
}
@media screen and (max-width: 768px) {
	.l-header__logo{ 
		width: 55px;
	}
}

.l-header__link__list{
	display: flex;
	display: -webkit-flex;
	column-gap: 24px;
}

.l-header__link__item a span{
	display: inline-block;
	-webkit-transition: .8s;
	transition: .8s;
	font-size: 18px;
}

.l-header__link__item a span:hover{
	transform: rotateX(360deg);
}

.l-header__btn{
	position: relative;
	overflow: hidden;
	width: 80px;
	height: 30px;
	background: var(--color-black);
	border-radius: 30px;
	z-index: 9999;
}
@media screen and (max-width: 768px) {
	.l-header__btn{
		width: 55px;
		height: 30px;
	}
}
@media screen and (max-width: 560px) {
	.l-header__btn{
		height: 22px;
	}
}

.l-header__btn span{ 
	color: var(--color-white);
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	opacity: 1;
	white-space: nowrap;
	-webkit-transition: all .5s;
	transition: all .5s;
	transform: translate(-50%, -50%);
	font-size: 16px;
}
@media screen and (max-width: 768px) {
	.l-header__btn span{ 
		font-size: 14px;
	}
}

.l-header__btn span:nth-child(2){
	opacity: 0;
	transform: translate(-50%, 100%);
}

.l-header__btn.js-active span:nth-child(1){
	opacity: 0;
	transform: translate(-50%, -100%);
}

.l-header__btn.js-active span:nth-child(2){
	opacity: 1;
	transform: translate(-50%, -50%);
}

.l-global-nav__wrap{
	position: fixed;
	top: 0;
	opacity: 0;
	display: none;
	width: 100%;
	height: 100vh;
	background: var(--color-white);
	z-index: -1;
	-webkit-transition: all .8s;
	transition: all .8s;
}

.l-global-nav__wrap.js-panel{
	opacity: 1;
	z-index: 999;
	display: block;
}

.l-global-nav__wrap.js-panel .l-global-nav__space{
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 999;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.l-gn__inner{
	display: flex;
	display: -webkit-flex;
}
@media screen and (max-width: 768px) {
	.l-gn__inner{
		display: block;
	}
}

.l-global-nav__interval{
	width: 36.25%;
	min-width: 350px;
	height: 100vh;
	background: url("../img/common/global_interval.jpg");
	background-size: cover;
}

.l-gn{ 
	width: calc(100% - 36.25%);
	min-height: calc(100% - 350px);
	margin: 32px;
}
@media screen and (max-width: 768px) {
	.l-gn{ 
		width: 100%;
		min-height: 100vh;
		margin: 0;
	}
}

.l-gn__lists{
	width: 100%;
}
@media screen and (max-width: 768px) {
	.l-gn__lists{
		width: 100vw;
		padding: 0 20px;
		margin-top: 15%;
	}
}

.l-gn__block{ 
	height: 65%;
	margin-top:68px;
}
@media screen and (max-width: 768px) {
	.l-gn__block{ 
		margin-top:100px;
	}
}

.l-gn-ln__inner{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}
@media screen and (max-width: 768px) {
	.l-gn-ln__inner{
		display: block;
	}
}

.l-gn-ln__link{
	display: block;
	height: 3.8em;
	margin: 16px 0;
}
@media screen and (max-width: 768px) {
	.l-gn-ln__link{
		height: 3.2em;
		margin: 12px 0;
	}
}

.l-gn-ln__body{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	margin: 0 8px;
}
@media screen and (max-width: 768px) {
	.l-gn-ln__body{
		align-items: center;
	}
}

.l-bn-ln__ttl{
	font-size: 32px;
}
@media screen and (max-width: 768px) {
	.l-bn-ln__ttl{
		font-size: 32px;
	}
}

.l-gb-ln__img { 
	height: 100%;
	margin: 0 8px;

}

.l-gb-ln__img img{
	height: 3.8em;
	border-radius: 50px;
}
@media screen and (max-width: 768px) {
	.l-gb-ln__img img{
		height: 3.2em;
	}
}

.l-gn__sub{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	gap: 16px;
	font-size: 12px;
	margin-top: 24px;
}
@media screen and (max-width: 768px) {
	.l-gn__sub{
		gap: 8px;
		font-size: 10px;
	}
}

.l-gn-sns{
	display: flex;
	display: -webkit-flex;
	gap: 12px;
	margin-top: 24px;
}
@media screen and (max-width: 768px) {
	.l-gn-sns{
		gap: 8px;
		margin-top: 20px;
	}
}

.l-gn-sns__icon{
	width: 18px;
}

.l-gn-sns__ttl{
	line-height: 1;
	font-size: 32px;
}
@media screen and (max-width: 768px) {
	.l-gn-sns__ttl{
		font-size: 24px;
	}
}

.l-gn-contact{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
	margin-top: 24px;
}
@media screen and (max-width: 768px) {
	.l-gn-contact{
		gap: 12px;
		margin-top: 20px;
	}
}

.l-gn-contact__ln{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	gap: 16px;
	padding: 16px 32px;
	border-radius: 50px;
	border: 1px solid var(--color-black);
}
@media screen and (max-width: 768px) {
	.l-gn-contact__ln{
		gap: 12px;
		padding: 10px 24px;
	}
}

.l-gn-contact__ln p{
	line-height: 1;
	font-size: 20px;
}
@media screen and (max-width: 768px) {
	.l-gn-contact__ln p{
		font-size: 18px;
	}
}

.l-gn-contact__ln .c-btn__icon{
	width: 13px!important;
	height: 13px!important;
}
@media screen and (max-width: 768px) {
	.l-gn-contact__ln .c-btn__icon{
		width: 11px!important;
		height: 11px!important;
	}
}

.l-gn-contact__txt{
	margin-top: 12px;
	font-size: 12px;
}
@media screen and (max-width: 768px) {
	.l-gn-contact__txt{
		margin-top: 10px;
		font-size: 10px;
	}
}

.l-footer{
	margin-top: 200px;
}
@media screen and (max-width: 768px) {
	.l-footer{
		margin-top: 100px;
	}
}

.talkto__wrap{
	padding: 40px;
	border-radius: 20px;
	background: var(--color-white);
}
@media screen and (max-width: 768px) {
	.talkto__wrap{
		padding: 32px;
	}
}

.talkto__inner{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.talkto__inner{
		display: block;
	}
}

.talkto__intro{
	width: 47.5%;
	padding-right: 32px;
}
@media screen and (max-width: 768px) {
	.talkto__intro{
		width: 100%;
		padding-right: 0;
	}
}
.talkto__intro-h{
	font-size: 50px;
}
@media screen and (max-width: 768px) {
	.talkto__intro-h{
		font-size: 38px;
	}
}

.talkto__lists{
	width: 52.5%;
}
@media screen and (max-width: 768px) {
	.talkto__lists{
		width: 100%;
		margin-top: 16px;
	}
}

.talkto__list__tel{
	display: grid;
	padding: 24px 0;
}
@media screen and (max-width: 768px) {
	.talkto__list__tel{
		padding: 16px 0;
	}
}

.talkto__tel{
	line-height: 1;
	font-size: 40px;
}
@media screen and (max-width: 768px) {
	.talkto__tel{
		font-size: 32px;
	}
}

.talkto__tel-com{ 
	display: flex;
	display: -webkit-flex;
	align-items: baseline;
	justify-content: space-between;
	font-size: 12px;
}
@media screen and (max-width: 768px) {
	.talkto__tel-com{ 
		font-size: 10px;
	}
}

.talkto__list__tool{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	font-size: 32px;
	padding: 24px 0;
}
@media screen and (max-width: 768px) {
	.talkto__list__tool{
		padding: 16px 0;
	}
}

.contact-form{ 
	padding: 80px 0;
}
@media screen and (max-width: 768px) {
	.contact-form{ 
		padding: 40px 0;
	}
	
}

.contact-form__eg{
	text-align: center;
	line-height: 1.5;
	padding: 0 24px;
	font-size: max(9.55vw, 116px);
}
@media screen and (max-width: 768px) {
	.contact-form__eg{
		padding: 0 24px;
		font-size: max(5.55vw, 88px);
	}
}
@media screen and (max-width: 560px) {
	.contact-form__eg{
		line-height: 1.25;
	}
}

.contact-form__jp-box{
	text-align:center;
	margin: 0 auto;
	border-radius: 30px;
	border: 1px solid var(--color-black);
	padding: 3px 24px;
	width: 236px;
}
@media screen and (max-width: 768px) {
	.contact-form__jp-box{
		padding: 3px 24px;
		width: 200px;
	}
}

.contact-form__jp{
	display: inline-block;
	-webkit-transition: .6s;
	transition: .6s;
	font-size:16px;
}
@media screen and (max-width: 768px) {
	.contact-form__jp{
		font-size: 14px;
	}
}

.contact-form:hover .contact-form__jp{
	transform: rotateX(360deg);
}

.l-footer-nav__wrap{
	border-radius: 20px 20px 0 0;
	background: var(--color-white);
	margin: 0 auto;
}
@media screen and (min-width: 1023px) {
	.l-footer-nav__wrap{
		width: calc(100% - 160px);
	}
}
@media screen and (max-width: 1023px) and (min-width:769px) {
	.l-footer-nav__wrap{
		width: calc(100% - 80px);
	}
}

@media screen and (max-width: 768px) {
	.l-footer-nav__wrap{
		width: calc(100% - 40px);
		margin: 0 20px;
	}
}

.l-footer-nav__inner{
	padding: 80px 40px;
	display: grid;
	gap: 32px;
}
@media screen and (max-width: 768px) {
	.l-footer-nav__inner{
		padding: 40px 40px;
		gap: 24px;
	}
}
@media screen and (max-width: 560px) {
	.l-footer-nav__inner{
		padding: 24px;
	}
}

.l-footer-nav__header{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.l-footer__nav-logo{
	width: 54px;
}

.l-footer__nav-followme{
	line-height: 1;
	font-size: 56px;
	margin: 0 16px; 
}
@media screen and (max-width: 768px) {
	.l-footer__nav-followme{
		font-size: 24px;
	}
}

.l-footer-gn__inner{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	gap: 40px;
}
@media screen and (max-width: 768px) {
	.l-footer-gn__inner{
		gap: 24px;
	}
}

.l-footer-gn__item{ 
	width: calc((100% - 120px) / 4);
}
@media screen and (max-width: 768px) {
	.l-footer-gn__item{ 
		width: calc((100% - 24px) / 2);
	}
}

.l-footer-gn__ol__link{
	padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
	.l-footer-gn__ol__link{
		padding-bottom: 20px;
	}
}

.l-footer-gn__ol__eg{
	line-height: 1;
	font-size: 40px;
}
@media screen and (max-width: 768px) {
	.l-footer-gn__ol__eg{
		font-size: 32px;
	}
}

.l-footer-gn__ol__jp{
	font-size: 12px;
}
@media screen and (max-width: 768px) {
	.l-footer-gn__ol__jp{
		font-size: 10px;
	}
}

.l-footer-gn__ol__link{
	padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
	.l-footer-gn__ol__link{
		padding-bottom: 20px;
	}
}

.l-footer-gn__row{
	margin-top: 24px;
}
@media screen and (max-width: 768px) {
	.l-footer-gn__row{
		display: none;
	}
}

.l-footer-gn__row__it{
	font-size: 14px;
	margin-top: 2px;
}

.l-footer-gn__sub{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	gap: 16px;
}

.l-footer-gn__sub__it{
	font-size: 12px;
}
@media screen and (max-width: 768px) {
	.l-footer-nav__sub-item{
		font-size: 10px;
	}
}

.l-footer__nav-sns{
	width: 20px;
	margin: 18px 8px 0;
}

.l-footer__copyright{
	font-size: 12px;
}

.c-scroll-top{
	text-align: center;
	border: 1px solid var(--color-black);
	width: 150px;
	border-radius: 30px;
	margin: 0 auto;
	-webkit-transition: all .4s;
	transition: all .4s;
	font-size: 12px;
}
@media screen and (max-width: 768px) {
	.c-scroll-top{
		width: 100px;
		font-size: 10px;
	}
}

.next-link__wrap{
	z-index: 1;
	margin-top: 160px;
	width: 100%;
	background: var(--color-blue);
	
}
@media screen and (max-width: 768px) {
	.next-link__wrap{
		margin-top: 100px;
	}
}

.next-link{
	position: relative;
	padding: 80px 0;
}
@media screen and (max-width: 560px) {
	.next-link{
		padding: 40px 0;
	}
}

.next-link__slide{
	z-index: 1;
	display: flex;
	display: -webkit-flex;
	padding-inline: 0;
	margin-inline: 0;
	gap: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	left: calc(50% - 50vw);
	width: 100vw;
}

.next-link__slide__txt{ 
	color: var(--color-white);
	z-index: 1;
	animation: cont-ttl 16s linear infinite;
	white-space: nowrap;
	line-height: 1;
	margin-right: 24px;
	font-size: 120px;
}
@media screen and (max-width: 768px) {
	.next-link__slide__txt{
		margin-right: 16px;
		font-size: 65px;
	}
}

@keyframes cont-ttl {
	100% {
	transform: translateX(-100%);
}
}

.next-link__cont{
	width: 420px;
	height: calc(100% - 160px);
	text-align: center;
	margin: 0 auto;
	display: grid;
}
@media screen and (max-width: 560px) {
	.next-link__cont{
		width: 72%;
	}
}

.next-link__cont__mv{ 
	width: 100%;
	height: 95%;
}
.next-link__cont__mv img{
	border-radius: 20px;
}

.next-link__cont__txt{
	width: 100%;
	text-align: center;
	color: var(--color-white);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 16px;
}
@media screen and (max-width: 560px) {
	.next-link__cont__txt{
		margin-top: 12px;
	}
}

.next-link__cont__txt img{ 
	width: 14px;
	height: 14px;
	margin-right: 4px;
	animation: 3s linear infinite rotation1;
}
@media screen and (max-width: 560px) {
	.next-link__cont__txt img{ 
		width: 12px;
		height: 12px;
	}
}

@keyframes rotation1{
	0%{
		transform:rotate(0);
	}
	100%{
		transform:rotate(360deg);
	}
}

.next-link__cont__txt p{
	font-size: 14px;
}
@media screen and (max-width: 560px) {
	.next-link__cont__txt p{
		font-size: 12px;
	}
	
}

.pager-inner{
	margin-top: 80px;
}
@media screen and (max-width: 560px) {
	.pager-inner{
		margin-top: 40px;
	}
	
}

.wp-pagenavi{ 
	font-family: bodoni-urw, serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	display:flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}
@media screen and (max-width: 560px) {
	.wp-pagenavi{ 
		gap: 12px;
		font-size: 12px;
	}
}

.wp-pagenavi .pages,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
	display: none;
}

.wp-pagenavi a,
.wp-pagenavi span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	width: 45px;
	height: 45px;
	border-radius: 50%;
}
@media screen and (max-width: 560px) {
	.wp-pagenavi a,
	.wp-pagenavi span{
		width: 32px;
		height: 32px;
	}
}

.current{
	color: var(--color-white);
	background: var(--color-black);
}

.page{
	color: var(--color-beige2);
	border: 1px solid var(--color-beige2);
	background: var(--color-white);
}

.search-result__jp{
	text-align: center;
	margin-top: 48px;
}

.search-result__jp p{
	position: relative;
	
	display: inline-block;
}

.search-result__jp p::before{
	content: "";
	position: absolute;
	bottom: -4px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 1px;
	background: var(--color-black);
}