.mv-upside{
	max-width: 95vw;
	margin: 240px auto 0;
	}
@media screen and (max-width: 1023px) and (min-width:769px) {
	.mv-upside{
		width: 95vw;
		max-width: 1200px;
		margin: 200px auto 0;
	}
}
@media screen and (max-width: 560px) {
	.mv-upside{
		margin: 160px auto 0;
	}
}

.mv-upside.-sm{
	width: 1200px;
}

.mv-upside__ttl{
	line-height: 1;
	letter-spacing: .05em;
	font-size: 120px;
}
@media screen and (max-width: 768px) {
	.mv-upside__ttl{
		font-size: 55px;
	}
}
@media screen and (max-width: 560px) {
	.mv-upside__ttl{
		letter-spacing: .035em;
		font-size: clamp(3.125rem, 2.708rem + 2.08vw, 3.438rem);
	}
}

.mv-upside__ttl span{
	display: inline-block;
}

.mv-upside__outline{
	display: flex;
	display: -webkit-flex;
	flex-direction: row-reverse;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: 80px;
}
@media screen and (max-width: 560px) {
	.mv-upside__outline{
		display: block;
		margin-top: 40px;
	}
}

@media screen and (max-width: 768px) {
	.mv-upside__catc{
		font-size: 16px;
	}
}
@media screen and (max-width: 560px) {
	.mv-upside__catc{
		font-size: clamp(1.125rem, 0.958rem + 0.83vw, 1.25rem);
	}
}

.mv-upside__sd{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	font-size: 24px;
}
@media screen and (max-width: 560px) {
	.mv-upside__sd{
		font-size: 18px;
		margin-top: 16px;
	}
}

.mv-upside__sd-icon{
	width: 24px;
	height: 24px;
	display: flex;
	display: -webkit-flex;
	margin-right: 8px;
}
@media screen and (max-width: 560px) {
	.mv-upside__sd-icon{
		width: 18px;
		height: 18px;
		margin-right: 4px;
	}
}

.mv-upside__sd-icon img{
	animation:3s linear infinite rotation3;
}

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

.mv-upside__catch{
	font-size: 18px;
}
@media screen and (max-width: 560px) {
	.mv-upside__catch{
		font-size: clamp(1.063rem, 0.813rem + 1.25vw, 1.25rem);
	}
}

.mv-visual__inner{ 
	margin-top: 32px;
	width: 100%;
	height: 90vh;
}
@media screen and (max-width: 1023px) and (min-width:769px) {
	.mv-visual__inner{ 
		height: calc(63vw - 2.083333vw*2*0.6);
	}
}

@media screen and (max-width: 768px) {
	.mv-visual__inner{
		max-height: 425px;
	}
}

.mv-visual{ 
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.mv-visual{
		max-height: 425px;
	}
}




.mv-visual img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 20px;	
}
@media screen and (max-width: 768px) {
	.mv-visual img{ 
		height: 100%
	}
}
@media screen and (max-width: 560px) {
	.mv-visual img{
		width: 95%;
		margin: 0 auto;	
	}
}

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

.l-sec-intro__top{
	width: 590px;
}
@media screen and (max-width: 768px) {
	.l-sec-intro__top{
		width: 100%;
	}
}

.l-sec-intro__row{
	width: 545px;
	margin-top: 32px;
	margin-left: auto;
}
@media screen and (max-width: 768px) {
	.l-sec-intro__row{
		width: 100%;
		margin-top: 24px;
		margin-right: auto;
	}
}

.l-sec-intro__ttl{
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
	.l-sec-intro__ttl{
		font-size: 20px;
		margin-bottom: 32px;
	}
}
@media screen and (max-width: 560px) {
	.l-sec-intro__ttl{
		font-size: clamp(1.125rem, 0.958rem + 0.83vw, 1.25rem);
	}
}

.l-sec-intro__txt{
	font-weight: 500;
	font-size: 16px;
}
@media screen and (max-width: 768px) {
	.l-sec-intro__txt{
		font-size: 14px;
	}
}

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

.thought__cont__logo{ 
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 768px) {
	.thought__cont__inner{
		margin-top: 24px;
	}
}

.thought__ttl{
	font-size: 24px;
}
@media screen and (max-width: 768px) {
	.thought__ttl{
		font-size: 20px;
	}
}
@media screen and (max-width: 560px) {
	.thought__ttl{
		font-size: clamp(1.125rem, 0.958rem + 0.83vw, 1.25rem);
	}
}

.thought__txt{
	margin-top: 32px;
}
@media screen and (max-width: 768px) {
	.thought__txt{
		margin-top: 24px;
	}
}

.mission__space{ 
	width: 100%;
	height: 240px;
	max-height: 30vh;
}
@media screen and (max-width: 1023px) {
	.mission__space{ 
		height: 80px;
		max-height: 8vh;
	}
}
@media screen and (max-width: 768px) {
	.mission__space{ 
		xheight: 8.5vh;
	}
}
@media screen and (max-width: 560px) {
	.mission__space{ 
		xheight: 5.5vh;
	}
}

.mission-cont{ 
	display: flex;
	display: -webkit-flex;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 820px) {
	.mission-cont{ 
		display: block;
	}
}

.mission-cont__top{
	width: 37.5%;
	position: relative;
}
@media screen and (max-width: 820px) {
	.mission-cont__top{
		width: 100%;
		position: relative;
	}
}

.mission-cont__center{ 
	width: calc(100% - 55.56%);
	padding: 120px 48px 0;
}
@media screen and (max-width: 820px) {
	.mission-cont__center{ 
		width: 100%;
		padding: 60px 20px 0;
		margin: 24px auto;
	}
}

.mission-cont__ttl{
	font-size: 24px;
}
@media screen and (max-width: 768px) {
	.mission-cont__ttl{
		font-size: 20px;
	}
}
@media screen and (max-width: 560px) {
	.mission-cont__ttl{
		font-size: clamp(1.125rem, 0.958rem + 0.83vw, 1.25rem);
	}
}

.mission-cont__txt{
	margin-top: 32px;
}
@media screen and (max-width: 768px) {
	.mission-cont__txt{
		margin-top: 24px;
	}
}

.mission-cont__bottom{
	width: 18.06%;
	position: relative;
}
@media screen and (max-width: 820px) {
	.mission-cont__bottom{
		width: 100%;
	}
}

.mission-cont__img1{
	width: 79%;
	max-height: 624px;
	height: 88%;
	object-fit: cover;
	border-radius: 0 20px 20px 0; 
}
@media screen and (max-width: 820px) {
	.mission-cont__img1{
		width: 56%;
		height: 295px;
	}
}

.mission-cont__img2{
	max-height: 550px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(60px);
	width: 54%;
	border-radius: 20px;
}
@media screen and (max-width: 820px) {
	.mission-cont__img2{
		position: absolute;
		top: 24%;
		right: 23%;
		transform: translateY(60px);
		width: 31%;
		border-radius: 20px;
	}
}
@media screen and (max-width: 560px) {
	.mission-cont__img2{
		top: 40%;
	}
}

.mission-cont__img3{
	width: 88%;
	position: absolute;
	bottom: 80px;
	right: 0;
	border-radius: 20px 0 0 20px;
}


@media screen and (max-width: 820px) {
	.mission-cont__img3{
		width: 88%;
		height: 280px;
		object-fit: cover;
		position: relative;
		bottom: 0;
		right: -22%;
	}
}
@media screen and (max-width: 560px) {
	.mission-cont__img3{
		height: 180px;
	}
}

.abouttuna__images{
	display: flex;
	display: -webkit-flex;
	gap: 40px;
}
@media screen and (max-width: 768px) {
	.abouttuna__images{
		display: grid;
		gap: 24px;
	}
}

.abouttuna__image{
	color: var(--color-white);
	width: calc((100% - 40px) / 2);
	position: relative;
	cursor: pointer;
	overflow: hidden;
	border-radius: 20px;
}
@media screen and (max-width: 768px) {
	.abouttuna__image{
		width: 88%;
		margin: 0 auto;
		border-radius: 20px;
	}
	.abouttuna__image img{
		margin: 0 auto;
	}
}

.abouttuna__image::before{
	content: "";
	width: 100%;
	height: 100%;
	background: var(--color-black);
	opacity: 0.08;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.abouttuna__image:hover::before{
	opacity: .25;
}

.abouttuna__cont{
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.abouttuna__image:hover .abouttuna__cont{
	top: 50%;
	transform: translate(-50%, -50%);
}

.abouttuna__txt{
	color: var(--color-white);
	text-align: center;
	padding-top: 24px;
}

.abouttuna__txt p{
	margin: 0 auto;
	line-height: 1.25;
	display: inline-block;
	border: 1px solid var(--color-white);
	border-radius: 30px;
	padding: 4px 24px;
	font-size: 20px;
}
@media screen and (max-width: 1023px) and (min-width:769px) {
	.abouttuna__txt p{
		padding: 4px 16px;
	}
}
@media screen and (max-width: 560px) {
	.abouttuna__txt p{
		font-size: 16px;
	}
}

.abouttuna-ms__cont{
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow-x: hidden;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	padding: 0 32px 32px;
	margin-top: 16px;
	font-weight: 500;
	font-size: 14px;
}
@media screen and (max-width: 1023px) and (min-width:769px) {
	.abouttuna-ms__cont{
		padding: 0 24px 32px;
		font-size: clamp(0.75rem, 0.188rem + 1.17vw, 0.938rem);
	}
}
@media screen and (max-width: 560px) {
	.abouttuna-ms__cont{ 
		padding: 0 24px 24px;
		font-size: clamp(0.688rem, 0.604rem + 0.42vw, 0.75rem);
	}
}

.abouttuna__image:hover .abouttuna-ms__cont{ 
	opacity: 1;
}

.abouttuna-profile{
	margin-top: 40px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	gap: 46px;
}
@media screen and (max-width: 768px) {
	.abouttuna-profile{
		margin-top: 32px;
		display: block;
	}
}

.abouttuna-profile__item{ 
	width: calc( (100% - 46px) /2);
}
@media screen and (max-width: 768px) {
	.abouttuna-profile__item{ 
		width: 100%;
	}
}

.abouttuna-profile__item__cont{
	padding: 32px 0;
}
@media screen and (max-width: 768px) {
	.abouttuna-profile__item__cont{
		padding: 24px 0;
	}
}

.abouttuna-profile__ttl{
	font-size: 64px;
}
@media screen and (max-width: 768px) {
	.abouttuna-profile__ttl{
		font-size: 40px;
	}
}

.abouttuna-profile__txt{
	margin-top: 32px;
}
@media screen and (max-width: 768px) {
	.abouttuna-profile__txt{
		margin-top: 24px;
	}
}

.company-swiper__wrap{ 
	width: 100vw;
	margin-top: 160px;
	margin: 160px calc(50% - 50vw) 0;
}
@media screen and (max-width: 768px) {
	.company-swiper__wrap{ 
		margin-top: 80px;
		margin: 80px calc(50% - 50vw) 0;
	}
	
}

.company-swiper .swiper-slide img{
	border-radius: 20px;
}

.company-swiper .swiper-slide.-pt{
	padding-top: 24px;
}

.company-swiper .swiper-wrapper {
	transition-timing-function: linear;
}

.company-pf{
	display: grid;
	align-items: center;
	grid-template-columns: 10% 90%;
	padding: 32px 0;
}

.company__pf__cont{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	padding: 32px 0;
}
@media screen and (max-width: 768px) {
	.company__pf__cont{
		display: block;
		padding: 24px 0;
	}
}

.company__pf__li__it{
	width: 15.5%;
}
@media screen and (max-width: 768px) {
	.company__pf__li__it{
		width: 100%;
	}
}

.company__pf__li_cont{
	width: calc(100% - 15.5%);
	padding-left: 8px;
}
@media screen and (max-width: 768px) {
	.company__pf__li_cont{
		width: 100%;
		padding-left: 0;
		margin-top: 8px;
	}
}

.top-mv__visual__wrap{
	width: 100%;
	height: 100vh;
	margin-top: 64px;
}
@media screen and (max-width: 768px) {
	.top-mv__visual__wrap{ 
		width: 100%;
		height: 100%;
		margin-top: 50px;
	}
}

.top-mv__visual{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.top-mv__visual{
		height: 54vh;
		max-height: 670px;
	}
}

.top-mv__visual img{ 
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	border-radius: 20px;	
}
@media screen and (max-width: 560px) {
	.top-mv__visual img{ 
		width: 95%;
		margin: 0 auto;
	}
}

.top-mv__appear__inner{ 
	width: calc(100% - 64px);
	padding-left: 32px;
	padding-right: 32px;
	margin: 199px auto 0;
}
@media screen and (max-width: 768px) {
	.top-mv__appear__inner{ 
		width: calc(100% - 40px);
		padding-left: 20px;
		padding-right: 20px;
		margin: 120px auto 0;
	}
}

.top-mv__appear__en{
	text-align: center;
	color: var(--color-blue);
	line-height: 1.25;
	font-size: 148px;
}
@media screen and (max-width: 768px) {
	.top-mv__appear__en{
		font-size: 70px;
	}
}
@media screen and (max-width: 560px) {
	.top-mv__appear__en{
		font-size: clamp(4.25rem, 4.083rem + 0.83vw, 4.375rem);
	}
}

.top-mv__appear__ttl{
	font-weight: 600;
	text-align: center;
	margin-top: 32px;
	font-size: 18px;
}
@media screen and (max-width: 768px) {
	.top-mv__appear__ttl{
		margin-top: 24px;
		font-size: 16px;
	}
}
@media screen and (max-width: 560px) {
	.top-mv__appear__ttl{
		font-size: clamp(1.125rem, 0.958rem + 0.83vw, 1.25rem);
	}
}

.top-about{
	margin-top: 80px;
	margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
	.top-about{
		margin-top: 100px;
		margin-bottom: 100px;
	}
}

.top-about-intro__ttl{
	font-size: 24px;
}
@media screen and (max-width: 768px) {
	.top-about-intro__ttl{
		font-size: 20px;
	}
}
@media screen and (max-width: 560px) {
	.top-about-intro__ttl{
		font-size: clamp(1.125rem, 0.958rem + 0.83vw, 1.25rem);
	}
}

.top-about-intro{
	display: flex;
	display: -webkit-flex;
	flex-direction: row-reverse;
	margin-top: 50px;
}
@media screen and (max-width: 768px) {
	.top-about-intro{
		display:grid;
		flex-direction:column;
		margin-top: 24px;
	}
}

.top-about-intro__cont{ 
	width: 50%;
	padding-left: 40px;
	margin-top: 80px;
}
@media screen and (max-width: 768px) {
	.top-about-intro__cont{ 
		width: 100%;
		padding-left: 0px;
		margin-top: 0px;
	}
}

.top-about-intro__image{ 
	position: relative;
	display: flex;
	display: -webkit-flex;
	flex: none;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	align-content: flex-end;
	justify-content: flex-start;
	width: 50%;
}
@media screen and (max-width: 768px) {
	.top-about-intro__image{
		display: block;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-end;
		width: 95%;
		margin: 40px auto 0;
	}
}

.top-about-intro__image-top{
	max-width: 420px;
	position: relative;
	top: 0;
	left: -32px;
}
@media screen and (max-width: 768px) {
	.top-about-intro__image-top{
		max-width: 88%;
		height: 288px;
		left: 0;
	}
	.top-about-intro__image-top img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

.top-about-intro__image-row{ 
	max-width: 215px;
	position: absolute;
	top: 270px;
	right: 0;
}
@media screen and (max-width: 768px) {
	.top-about-intro__image-row{
		max-width: 185px;
		height: 100%;
		top: 45px;
		display: flex;
		display: -webkit-flex;
		flex: none;
		align-items: self-end;
	}
	.top-about-intro__image-row img{
		height: 55%;
	}
}
@media screen and (max-width: 560px) {
	.top-about-intro__image-row{
		top: 37px;
	}
}

.top-about-intro__image img{
	border-radius: 20px;
	overflow: hidden;
	width: 100%;
}

.top-case-list{ 
	max-width: 870px;
	margin-left: auto;
}
@media screen and (max-width: 768px) {
	.top-case-list{ 
		width: 100%;
		margin: 0 auto;
	}
}

.top-case-list__inner{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	gap: 32px;
}
@media screen and (max-width: 560px) {
	.top-case-list__inner{
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		gap: 24px;
	}
}

.top-case-list__item{
	display: grid;
	width: calc((100% - 32px)/ 2);
	background: var(--color-white);
	border-radius: 20px;
	padding: 24px;
}
@media screen and (max-width: 768px) {
	.top-case-list__item{
		width: 100%;
		background: var(--color-white);
		border-radius: 20px;
		padding: 24px;
	}
}

.top-case-list__item__header{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.top-case-list__item__case{
	font-size: 18px;
}
@media screen and (max-width: 768px) {
	.top-case-list__item__case{
		font-size: 16px;
	}
}
@media screen and (max-width: 560px) {
	.top-case-list__item__case{
		font-size: clamp(1.125rem, 0.958rem + 0.83vw, 1.25rem);
	}
}

.top-case-list__item__case-icon{
	width: 11px;
}

.top-case-list__item__ttl{
	font-size: 18px;
	margin-top: 8px;
}
@media screen and (max-width: 768px) {
	.top-case-list__item__ttl{
		font-size: 16px;
		margin-top: 4px;
	}
}

.top-case-list__item__pack{
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	gap: 8px;
	margin-top: 24px;
}

.top-case-list__item__pack-icon{
	font-size: 12px;
	border-radius: 20px;
	background: var(--color-beige1);
	padding: 0 8px;	
}

.top-case-list__item__pack-txt{
	color: var(--color-beige2);
	line-height: 1.5;
	font-size: 14px;
}

.tags-list__wrap{
	display:grid;
	gap: 40px;
	margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
	.tags-list__wrap{
		gap: 16px;
		margin-bottom: 24px;
	}
	
}

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

.tags-list__name{
	width: 127px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
@media screen and (max-width: 768px) {
	.tags-list__name{
		width: 100%;
	}
}

.tags-list__ttl{
	cursor: pointer;
	line-height: 1;
	letter-spacing: 0.02em;
	padding-left: 23px;
	font-size: 32px;
}
@media screen and (max-width: 560px) {
	.tags-list__ttl{
		padding-left: 20px;
		font-size: 24px;
	}
	
}

.tags-list__icon{ 
	cursor: pointer;
	position: relative;
	width: 15px;
	height: 15px;
	-webkit-transition: all .18s ease-out;
	transition: all .18s ease-out;
}

.tags-list__icon::before,
.tags-list__icon::after{
	background: var(--color-black);
	-webkit-transition: all .18s ease-out;
	transition: all .18s ease-out;
	position: absolute;
	content: "";
	width: 15px;
	height: 1px;
	
}
@media screen and (max-width: 560px) {
	.tags-list__icon::before,
	.tags-list__icon::after{
		width: 12px;
	}
}

.tags-list__ttl:hover .tags-list__icon::before {
	transform: rotate(-45deg);
}
.tags-list__ttl:hover .tags-list__icon::after {
	transform: rotate(45deg);
}

.tags-list__icon::before{
	top: 48%;
	left: -23px;
	transform: rotate(0deg);
}

.tags-list__icon::after{
	top: 48%;
	left: -23px;
	transform: rotate(90deg);
}

.tags-list__ttl.close .tags-list__icon::before{
	top: 48%;
	transform: rotate(0deg);
}

.tags-list__ttl.close .tags-list__icon::after{
	top: 48%;
	transform: rotate(0deg);
}

.tags-list__area{
	display: none;
	width: calc(100% - 127px);
}
@media screen and (max-width: 768px) {
	.tags-list__area{
		width: 100%;
		margin-top: 16px;
	}
}

.tags-list{ 
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	align-items: center;
	padding-left: 16px;
}
@media screen and (max-width: 768px) {
	.tags-list{
		width: 100%;
	}
}

.tags-list__item a{
	line-height: 1;
	border-radius: 50px;
	display: inline-block;
	border: 1px solid var(--color-black);
	font-size: 16px;
	padding: 3px 24px 3px 24px;
}
@media screen and (max-width: 560px) {
	.tags-list__item a{
		font-size: 14px;
		padding: 2px 24px 2px 24px;
	}
}

.c-tags-jp a{
	font-size: 14px!important;
}
@media screen and (max-width: 560px) {
	.c-tags-jp a{
		font-size: 13px!important;
	}
}

.tags-list{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	gap: 8px 16px;
}

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

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

.works-ls__ie:nth-child(2n){
	margin-left: 40px;
	padding-top: 120px;
}
@media screen and (max-width: 768px) {
	.works-ls__ie:nth-child(2n){
		margin-left: 0;
		padding-top: 0;
	}
}

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

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

.works-list__tag{
	display: inline;
	border: 1px solid var(--color-black);
	border-radius: 20px;
	padding: 4px 12px;
	font-size: 16px;
}

.top-ourstory-pu__ln{ 
	display: flex;
	display: -webkit-flex;
	padding-bottom: 32px;
}
@media screen and (max-width: 768px) {
	.top-ourstory-pu__ln{ 
		display: block;
	}
}
@media screen and (max-width: 560px) {
	.top-ourstory-pu__ln{ 
		padding-bottom: 24px;
	}
}

.top-ourstory-pu__thumb{ 
	max-width: 690px;
	width: 56.67%;
	height: auto;
}
@media screen and (max-width: 768px) {
	.top-ourstory-pu__thumb{ 
		width: 100%;
	}
}

.top-ourstory-pu__cont{
	max-width: 510px;
	width: 43.33%;
	padding-left: 40px;
}
@media screen and (max-width: 768px) {
	.top-ourstory-pu__cont{
		max-width: 100%;
		width: 100%;
		padding-left: 0px;
		margin-top: 32px;
	}
}
@media screen and (max-width: 560px) {
	.top-ourstory-pu__cont{
		margin-top: 24px;
	}
}

.top-ourstory{
	display: grid;
}

.top-ourstory__ln1,
.top-ourstory__ln2{
	display: flex;
	display: -webkit-flex;
	gap: 16px;
	padding: 32px 0;
}
@media screen and (max-width: 560px) {
	.top-ourstory__ln1,
	.top-ourstory__ln2{
		display: block;
		padding: 24px 0;
	}
}

.top-ourstory__ls__thumb{
	width: 200px;
	margin-right: 16px;
}
@media screen and (max-width: 560px) {
	.top-ourstory__ls__thumb{
		width: 100%;
		margin-right: 0;
	}
}

.top-ourstory__ls__outline{
	width: calc(100% - 216px);
}
@media screen and (max-width: 560px) {
	.top-ourstory__ls__outline{
		width: 100%;
		margin-top: 24px;
	}
}

.p-ourstory__ttl{
	line-height: 1.5;
	font-size: 20px;
	margin-top: 8px;
}
@media screen and (max-width: 768px) {
	.p-ourstory__ttl{
		line-height: 1.5;
		font-size: 20px;
		margin-top: 8px;
	}
}

.p-ourstor__client{
	margin-top: 16px;
	font-size: 14px;
}
@media screen and (max-width: 560px) {
	.p-ourstor__client{
		margin-top: 12px;
		font-size: 12px;
	}
}

.p-ourstor__txt{
	line-height: 1.5;
	font-size: 14px;
}
@media screen and (max-width: 560px) {
	.p-ourstor__txt{
		line-height: 1.25;
		font-size: 12px;
	}
}

.ourstory-ie__ls{
	display: grid;
	gap: 68px;
}
@media screen and (max-width: 1023px) and (min-width:769px) {
	.ourstory-ie__ls{
		gap: 40px;
	}
}
@media screen and (max-width: 768px) {
	.ourstory-ie__ls{
		gap: 32px;
	}
}
@media screen and (max-width: 560px) {
	.ourstory-ie__ls{
		gap: 24px;
	}
}

.ourstory-ie__ln{
	display: grid;
	grid-template-columns:1fr 4fr;
}
@media screen and (max-width: 768px) {
	.ourstory-ie__ln{
		display: block;
	}
}

.ourstory-ie__tags{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	gap: 8px;
	font-size: 12px;
	margin-top: 8px;
}
@media screen and (max-width: 560px) {
	.ourstory-ie__tags{
		gap: 12px;
		font-size: 10px;
		margin-top: 8px;
	}
}

.ourstory__item__cat{
	text-transform:capitalize;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 120px;
}
@media screen and (max-width: 1023px) {
	.ourstory__item__cat{
		font-size: 100px;
	}
}
@media screen and (max-width: 768px) {
	.ourstory__item__cat{
		margin-bottom: 24px;
		writing-mode:horizontal-tb;
		font-size: 32px;
	}
}
@media screen and (max-width: 560px) {
	.ourstory__item__cat{
		margin-bottom: 16px;
		writing-mode:horizontal-tb;
		font-size: 32px;
	}
}

.ourstory__item__thumb img{
	border-radius: 20px;
}

.ourstory__item__outline{
	margin-top: 24px;
}
@media screen and (max-width: 560px) {
	.ourstory__item__outline{
		margin-top: 16px;
	}
}

.p-ourstor__mate{
	display: inline-block;
	background: var(--color-beige1);
	padding: 2px 12px;
	border-radius: 30px;
	font-size: 12px;
}

.is-ms-dp01,
.is-ms-dp02{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -1;
	pointer-events: none;
	will-change: transform;
	transition: transform 0.1s ease;
	-webkit-transition: transform 0.1s ease;
}

.is-ms-pt1,
.is-ms-pt2{
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 150px;
	will-change: transform;
	opacity: 0;
}

.is-ms-pt1 img,
.is-ms-pt2 img{
	border-radius: 20px;
}

.is-ms-dp01.active .is-ms-pt1,
.is-ms-dp02.active .is-ms-pt2{
	top: 50%;
	left: 50%;
	width: 200px;
	height: 150px;
	opacity: 0;
	transform: scale(1.05);	
}

.is-ms-dp01.active .is-ms-pt1{
	animation: is-ms-pt1 .8s ease forwards;
}
@keyframes is-ms-pt1{
	form{
		opacity: 0;
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	to{
		opacity: 1;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}

.is-ms-dp02.active .is-ms-pt2{
	animation: is-ms-pt2 .8s ease forwards;
}
@keyframes is-ms-pt2{
	form{
		opacity: 0;
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	to{
		opacity: 1;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}

.top-tuna{
	height: 100%;
	color: var(--color-white)!important;
}

.top-tuna .c-btn-round__ln{
	border-color:var(--color-white)!important;
}

.top-tuna__bg{
	background: linear-gradient(180deg, var(--color-blue) 0%, var(--color-blue) 80%, var(--color-white) 80%, var(--color-white) 100%);
	height: 100%;
	padding-top: 100px;
}
@media screen and (max-width: 768px) {
	.top-tuna__bg{
		background: linear-gradient(180deg, var(--color-blue) 0%, var(--color-blue) 85%, var(--color-white) 85%, var(--color-white) 100%);
	}
}

.top-tuna__cont{
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
}
@media screen and (max-width: 768px) {
	.top-tuna__cont{
		width: 100%;
		display: block;
	}
}

.top-tuna__main{
	color: var(--color-white);
	width: calc(100% - 370px);
	padding-left: 40px;
	padding-top: 68px;
}
@media screen and (max-width: 768px) {
	.top-tuna__main{
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
	}
}

.top-tuna__cont__image{
	width: 370px;
}
.top-tuna__cont__image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
@media screen and (max-width: 768px) {
	.top-tuna__cont__image{
		width: 68%;
		margin: 0 auto
	}
}
@media screen and (max-width: 560px) {
	.top-tuna__cont__image{ 
		width: 88%;
		height: 280px;
	}
}

.top-tuna__interval{
	width: 100%;
	height: 680px;
	padding-top: 80px;
}
@media screen and (max-width: 768px) {
	.top-tuna__interval{
		height: 100%;
		max-height: 450px;
		padding-top: 60px;
	}
}

.top-tuna__interval img{
	border-radius: 20px;
	overflow: hidden;
	width: 95vw;
	height: 100%;
	object-fit: cover;
	margin: 0 auto;
}

.flow-list__item__inner{
	padding: 32px 0;
}

.flow-list__step{ 
	width: 768px;
	margin-left: auto;
}

.flow-list__step__inner{
	padding: 24px 0;
}

.flow-list__step__num{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	font-weight: 600;
	font-size: 18px;
}

.flow-list__step__num span{
	font-size: 20px;
	margin-right: 4px;
}

.flow-list__step__txt{
	margin-top: 16px;
}

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

.approach-wrap{ 
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	overflow: hidden;
}

.approach-list{
	overflow: visible;
	width: 100vw;
	position: relative;
}

.approach-list.swiper {
    overflow: visible;
}

.approach-btn{ 
	margin-top: 24px;
	position: relative;
	width: 100px;
	height: 50px;
	margin-left: 10%;
}

.approach-btn .swiper-button-prev,
.approach-btn .swiper-button-next{
	position: absolute;
	width: 45px;
	height: 45px;
	border: 1px solid var(--color-black);
	background: var(--color-white);
	border-radius: 50px;
}

.approach-btn .swiper-button-prev{
	left: 0;
	z-index: 10;
}

.approach-btn .swiper-button-next{
	right: 0;
}

.approach-btn .swiper-button-next::after{
	content: "";
	width: 13px;
	height: 13px;
	background-image: url("../img/common/btn_icon.png");
	background-repeat: no-repeat;
	background-size: contain;
}

.approach-btn .swiper-button-prev::after{
	content: "";
	width: 13px;
	height: 13px;
	background-image: url("../img/common/btn_icon.png");
	background-repeat: no-repeat;
	background-size: contain;
	transform: rotate(180deg);
}

.approach__cont{ 
	width: 315px!important;
	background: var(--color-white);
	border-radius: 20px;
	padding: 40px;
}

.approach__cont__illust{
	display: flex;
	display: -webkit-flex;
	align-content: center;
	justify-content: center;
	margin: 24px 0;
}

.approach__cont__illust img{
	width: 145px;
}

.approach__cont__num{
	font-size: 20px;
}

.approach__cont__txt{
	font-size: 14px;
}

.p-qanda-ls{
	display: grid;
}

.p-qanda-ls__in{ 
	padding: 32px;
}
@media screen and (max-width: 560px) {
	.p-qanda-ls__in{ 
		padding: 24px 16px;
	}
}

.p-qanda-ls__ie{ 
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.p-qanda-ls__ie__ttl{ 
	cursor: pointer;
	display: block;
	width: calc(100% - 24px);
	padding-right: 24px;
}

.p-qanda-ls__ie__ic{
	transform: rotate(135deg);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	border-top: 1.25px solid var(--color-black);
	border-right: 1.25px solid var(--color-black);
	width: 14px;
	height: 14px;
}
@media screen and (max-width: 560px) {
	.p-qanda-ls__ie__ic{
		border-top: 1px solid var(--color-black);
		border-right: 1px solid var(--color-black);
		width: 10px;
		height: 10px;
	}
}

.p-qanda-ls__ie.close .p-qanda-ls__ie__ic{
	transform: rotate(-45deg);
}

.p-qanda-ls__ie__Q{
	font-size: 32px;
	margin-right: 24px;
}
@media screen and (max-width: 768px) {
	.p-qanda-ls__ie__Q{
		font-size: 24px;
		margin-right: 16px;
	}
}

.p-qanda-ls__ie__A{
	font-size: 32px;
	margin-right: 24px;
}
@media screen and (max-width: 768px) {
	.p-qanda-ls__ie__A{
		font-size: 24px;
		margin-right: 16px;
	}
}

.p-qanda-ls__mask{
	display: none;
}

.p-qanda-ls__cont{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	padding-top: 24px;
}

.p-qanda-ins-ls{
	display: grid;
}

.p-qanda-ins-ls__in{
	padding: 32px;
}
@media screen and (max-width: 540px) {
	.p-qanda-ins-ls__in{
		padding: 24px 16px;
	}
}

.p-qanda-ins-ls__ie{ 
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.p-qanda-ins-ls__ie__Q{
	font-size: 32px;
	margin-right: 24px;
}
@media screen and (max-width: 768px) {
	.p-qanda-ins-ls__ie__Q{
		font-size: 24px;
		margin-right: 16px;
	}
}

.p-qanda-ins-ls__ie__ttl{ 
	width: calc(100% - 24px);
	padding-right: 24px;
}

.p-qanda-ins-ls__ie__ic{
	transform: rotate(135deg);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	border-top: 1.25px solid var(--color-black);
	border-right: 1.25px solid var(--color-black);
	width: 14px;
	height: 14px;
}
@media screen and (max-width: 560px) {
	.p-qanda-ins-ls__ie__ic{
		border-top: 1px solid var(--color-black);
		border-right: 1px solid var(--color-black);
		width: 10px;
		height: 10px;
	}
}

.p-qanda-ins-ln:hover .p-qanda-ins-ls__ie__ic{
	transform: rotate(0deg);
}

.is-service-ms-dp1,
.is-service-ms-dp2,
.is-service-ms-dp3,
.is-service-ms-dp4,
.is-service-ms-dp5,
.is-service-ms-dp6{ 
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -1;
	pointer-events: none;
	will-change: transform;
	transition: transform 0.1s ease;
	-webkit-transition: transform 0.1s ease;
}

.is-service-ms-pt1,
.is-service-ms-pt2,
.is-service-ms-pt3,
.is-service-ms-pt4,
.is-service-ms-pt5,
.is-service-ms-pt6{
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 150px;
	will-change: transform;
	opacity: 0;
}

.is-service-ms-pt1 img,
.is-service-ms-pt2 img,
.is-service-ms-pt3 img,
.is-service-ms-pt4 img,
.is-service-ms-pt5 img,
.is-service-ms-pt6 img{
	border-radius: 20px;
}

.is-service-ms-dp1.active .is-service-ms-pt1,
.is-service-ms-dp2.active .is-service-ms-pt2,
.is-service-ms-dp3.active .is-service-ms-pt3,
.is-service-ms-dp4.active .is-service-ms-pt4,
.is-service-ms-dp5.active .is-service-ms-pt5,
.is-service-ms-dp6.active .is-service-ms-pt6{
	top: 50%;
	left: 50%;
	width: 200px;
	height: 150px;
	opacity: 0;
	transform: scale(1.05);
}

.is-service-ms-dp1.active .is-service-ms-pt1{
	animation: is-service-ms-pt1 .8s ease forwards;
}
@keyframes is-service-ms-pt1{
	form{
		opacity: 0;
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	to{
		opacity: 1;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
.is-service-ms-dp2.active .is-service-ms-pt2{
	animation: is-service-ms-pt2 .8s ease forwards;
}
@keyframes is-service-ms-pt2{
	form{
		opacity: 0;
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	to{
		opacity: 1;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}

.is-service-ms-dp3.active .is-service-ms-pt3{
	animation: is-service-ms-pt3 .8s ease forwards;
}
@keyframes is-service-ms-pt3{
	form{
		opacity: 0;
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	to{
		opacity: 1;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}

.is-service-ms-dp4.active .is-service-ms-pt4{
	animation: is-service-ms-pt4 .8s ease forwards;
}
@keyframes is-service-ms-pt4{
	form{
		opacity: 0;
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	to{
		opacity: 1;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}

.is-service-ms-dp5.active .is-service-ms-pt5{
	animation: is-service-ms-pt5 .8s ease forwards;
}
@keyframes is-service-ms-pt5{
	form{
		opacity: 0;
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	to{
		opacity: 1;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}

.is-service-ms-dp6.active .is-service-ms-pt6{
	animation: is-service-ms-pt6 .8s ease forwards;
}
@keyframes is-service-ms-pt6{
	form{
		opacity: 0;
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	to{
		opacity: 1;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}

.is-myjobs-ms-dp1,
.is-myjobs-ms-dp2,
.is-myjobs-ms-dp3,
.is-myjobs-ms-dp4,
.is-myjobs-ms-dp5,
.is-myjobs-ms-dp6{ 
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -1;
	pointer-events: none;
	will-change: transform;
	transition: transform 0.1s ease;
	-webkit-transition: transform 0.1s ease;
}

.is-myjobs-ms-pt1,
.is-myjobs-ms-pt2,
.is-myjobs-ms-pt3,
.is-myjobs-ms-pt4,
.is-myjobs-ms-pt5,
.is-myjobs-ms-pt6{
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 150px;
	will-change: transform;
	opacity: 0;
}

.is-myjobs-ms-pt1 img,
.is-myjobs-ms-pt2 img,
.is-myjobs-ms-pt3 img,
.is-myjobs-ms-pt4 img,
.is-myjobs-ms-pt5 img,
.is-myjobs-ms-pt6 img{
	border-radius: 20px;
}

.is-myjobs-ms-dp1.active .is-myjobs-ms-pt1,
.is-myjobs-ms-dp2.active .is-myjobs-ms-pt2,
.is-myjobs-ms-dp3.active .is-myjobs-ms-pt3,
.is-myjobs-ms-dp4.active .is-myjobs-ms-pt4,
.is-myjobs-ms-dp5.active .is-myjobs-ms-pt5,
.is-myjobs-ms-dp6.active .is-myjobs-ms-pt6{
	top: 50%;
	left: 50%;
	width: 200px;
	height: 150px;
	opacity: 0;
	transform: scale(1.05);
}

.is-myjobs-ms-dp1.active .is-myjobs-ms-pt1{
	animation: is-myjobs-ms-pt1 .8s ease forwards;
}
@keyframes is-myjobs-ms-pt1{
	form{
		opacity: 0;
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	to{
		opacity: 1;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}

.is-myjobs-ms-dp2.active .is-myjobs-ms-pt2{
	animation: is-myjobs-ms-pt2 .8s ease forwards;
}
@keyframes is-myjobs-ms-pt2{
	form{
		opacity: 0;
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	to{
		opacity: 1;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}

.is-myjobs-ms-dp3.active .is-myjobs-ms-pt3{
	animation: is-myjobs-ms-pt3 .8s ease forwards;
}
@keyframes is-myjobs-ms-pt3{
	form{
		opacity: 0;
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	to{
		opacity: 1;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}

.is-myjobs-ms-dp4.active .is-myjobs-ms-pt4{
	animation: is-myjobs-ms-pt4 .8s ease forwards;
}
@keyframes is-myjobs-ms-pt4{
	form{
		opacity: 0;
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	to{
		opacity: 1;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}

.is-myjobs-ms-dp5.active .is-myjobs-ms-pt5{
	animation: is-myjobs-ms-pt5 .8s ease forwards;
}
@keyframes is-myjobs-ms-pt5{
	form{
		opacity: 0;
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	to{
		opacity: 1;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}

.is-myjobs-ms-dp6.active .is-myjobs-ms-pt6{
	animation: is-myjobs-ms-pt6 .8s ease forwards;
}
@keyframes is-myjobs-ms-pt6{
	form{
		opacity: 0;
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	to{
		opacity: 1;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}

.loop-slider{
	width: 100vw;
	margin: 160px calc(50% - 50vw) 0;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.loop-slider{
		margin: 100px calc(50% - 50vw) 0;
	}
}

.loop-slider .swiper{
	overflow: visible;
}

.loop-slider .swiper-slide{
	width: 28rem;
}
@media screen and (max-width: 560px) {
	.loop-slider .swiper-slide{
		width: 88%;
	}
}

.case-item{
	border-radius: 30px;
	background: var(--color-white);
}

.case-item__inner{
	display: grid;
	gap: 24px;
	padding: 40px;
}
@media screen and (max-width: 560px) {
	.case-item__inner{
		padding: 20px;
		margin: 0 auto;
		width: 85%;
	}	
}

@media screen and (max-width: 560px) {
	.case-item__txt{
		font-size: 12px;
	}
}

.case-item__ttl{
	line-height: 1.5;
	font-size: 24px;
}
@media screen and (max-width: 560px) {
	.case-item__ttl{
		font-size: 20px;
	}
}

.case-item__icon{
	margin: 0 auto;
	width: 150px;
}
@media screen and (max-width: 560px) {
	.case-item__icon{
		margin: 0 auto;
		width: 115px;
	}
}

.price-list__bg{
	width: 100%;
	background: var(--color-blue);
	margin-bottom: 160px;
}

.price-list__wrap{
	color: var(--color-white);
}
@media screen and (min-width: 1024px) {
	.price-list__wrap{
		padding: 160px 0;
	}
}
@media screen and (max-width: 768px) {
	.price-list__wrap{
		padding: 100px 0;
	}
}
@media screen and (max-width: 560px) {
	.price-list__wrap{
		padding: 80px 0;
	}
}

.price-list__yen{
	margin-top: 24px;
	text-align: right;
	font-size: 32px;
}

.price-list__yen small{
	font-size: 24px;
	margin: 0 4px;
}

.price-list__wrap .c-table__num{
	color: var(--color-white);
}

.price-notes{
	margin-top: 32px;
}
@media screen and (max-width: 560px) {
	.price-notes{
		margin-top: 24px;
	}
}

.price-notes__ttl{
	line-height: 1.25;
	font-size: 50px;
	padding-bottom: 24px;
}
@media screen and (max-width: 800px) {
	.price-notes__ttl{
		font-size: 50px;
	}
}
@media screen and (max-width: 560px) {
	.price-notes__ttl{
		font-size: 32px;
	}
}

.price-notes__txt{
	padding-top: 24px;
}

.price-top__wrap{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 32px;
}
@media screen and (max-width: 800px) {
	.price-top__wrap{
		grid-template-columns: 100%;
		gap: 24px;
	}
}
@media screen and (max-width: 560px) {
	.price-top__wrap{
		gap: 16px;
	}
}

.price-top__list{
	background: var(--color-white);
	border-radius: 30px;
}
@media screen and (max-width: 800px) {
	.price-top__list{
		width: 100%;
		border-radius: 20px;
	}
}

.price-top__list__inner{
	padding: 40px 32px;
}
@media screen and (max-width: 1023px) {
	.price-top__list__inner{
		padding: 40px 16px;
	}
}
@media screen and (max-width: 800px) {
	.price-top__list__inner{
		padding: 32px 24px;
	}
}
@media screen and (max-width: 560px) {
	.price-top__list__inner{
		padding: 24px;
	}
}

.price-top__list__eg{
	text-align: center;
	font-size: 24px;
}

.price-top__list__catch{
	text-align: center;
	font-size: 18px;
	margin-top:8px;
}
@media screen and (max-width: 1023px) {
	.price-top__list__catch{
		font-size: 16px;
	}
}

.price-top__list__link{
	text-align: center;
	color: var(--color-white);
	padding: 16px;
	background: var(--color-blue);
	border-radius: 50px;
	margin-top: 16px;
}
@media screen and (max-width: 1023px) {
	.price-top__list__link{
		padding: 12px 16px;
		font-size: 14px;
	}
}

.price-top__list__check{
	margin-top: 24px;
	font-size: 14px;
}
@media screen and (max-width: 560px) {
	.price-top__list__check{
		font-size: 12px;
	}
}

.price-top__list__check li{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	margin-bottom: 8px;
}

.price-top__list__yen{
	text-align: center;
	font-size: 32px;
	margin-top: 16px;
}
.price-top__list__yen small{
	font-size: 24px;
	margin: 0 4px;
}

.price-top__list__check__yes,
.price-top__list__check__no{
	position: relative;
	display: inline-block;
	border-radius: 50%;
	margin-right: 4px;
	width: 19px;
	height: 19px;
}
@media screen and (max-width: 590px) {
	.price-top__list__check__yes,
	.price-top__list__check__no{
		margin-right: 4px;
		width: 17px;
		height: 17px;
	}
}

.price-top__list__check__yes{
	background: var(--color-black);
}

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

.price-top__list__check__yes::before{
	content: "";
	position: absolute;
	top: 24%; 
	left: 39%;
	transform: rotate(-135deg) ;
	width: 4px;
	height: 7px;
	border-left: 1px solid var(--color-white);
	border-top: 1px solid var(--color-white);
}
@media screen and (max-width: 560px) {
	.price-top__list__check__yes::before{
		top: 21%; 
		width: 5px;
		height: 8px;
	}
}

.price-top__list__check__no::before,
.price-top__list__check__no::after{
	content: "";
	position: absolute;
	background: var(--color-beige2);
	width: 65%;
	height: 1px;
}
@media screen and (max-width: 1023px) {
	.price-top__list__check__no::before,
	.price-top__list__check__no::after{
		width: 60%;
	}
}

.price-top__list__check__no::before{
	top: 50%;
	left: 18%;
	transform: rotate(22deg) ;
}

.price-top__list__check__no::after{
	top: 50%;
	left: 18%;
	transform: rotate(-22deg) ;
}

.price-top__list__check__clear{
	color: var(--color-beige2);
}

.privacy{
	margin-top: 160px;
}

.privacy__inner{
	display: grid;
	gap: 32px;
}

@media screen and (max-width: 560px) {
	.privacy__inner{
		gap: 24px;
	}
}

.privacy__inner h2{
	font-weight: 600;
	font-size: 20px;
}
@media screen and (max-width: 560px) {
	.privacy__inner h2{
		font-size: 18px;
	}
}

.privacy__inner a{
	color: var(--color-blue);
	text-decoration: underline;
}

.download-list{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	gap: 32px;
}
@media screen and (max-width: 768px) {
	.download-list{
		gap: 24px;
	}
}
@media screen and (max-width: 560px) {
	.download-list{
		gap: 16px;
	}
}

.download-list__item{
	width: calc((100% - 64px) / 3);
}
@media screen and (max-width: 768px) {
	.download-list__item{
		width: calc((100% - 24px) / 2);
	}
}

.download-list__thumb img{
	border-radius: 20px;
}
@media screen and (max-width: 560px) {
	.download-list__thumb img{
		border-radius: 12px;
	}
}

.download-list__ttl{
	margin-top: 8px;
}
@media screen and (max-width: 560px) {
	.download-list__ttl{
		margin-top: 4px;
		font-size: 12px;
	}
}

.contact__bg{ 
	background: var(--color-white);
	border-radius: 20px;
}

.contact__inner{
	padding: 80px 0;
}
@media screen and (max-width: 560px) {
	.contact__inner{
		padding: 80px 0;
	}
}

.contact__block{
	display: grid;
	gap: 24px;
}
@media screen and (max-width: 768px) {
	.contact__block{
		gap: 24px;
	}
}

.form__radiokbtn .wpcf7-form-control{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
}
@media screen and (max-width: 560px) {
	.form__radiokbtn .wpcf7-form-control{
		gap: 24px;
		grid-template-columns: 1fr;
	}
}

.form__radiokbtn__item {
	border-radius: 15px;
	width: 100%;
	border: 1px solid var(--color-beige3);
	padding: 16px;
}
@media screen and (max-width: 768px) {
	.form__radiokbtn__item{
		border-radius: 12px;
		width: 100%;
		padding: 12px;
	}
}

.form__radiokbtn .wpcf7-list-item{
	display: inline-block;
	border-radius: 15px;
	width: 100%;
	border: 1px solid var(--color-beige3);
	padding: 16px;
	margin: 0!important;
}
@media screen and (max-width: 768px) {
	.form__radiokbtn .wpcf7-list-item{
		border-radius: 12px;
		width: 100%;
		padding: 12px;
	}
}

.wpcf7-list-item label{
	cursor: pointer;
	position: relative;
	padding-left: 30px;
	display: inline-block;
}
@media screen and (max-width: 560px) {
	.wpcf7-list-item label{
		padding-left: 24px;
	}
}

.wpcf7-list-item label::before,
.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::after{
	content: "";
	display: block; 
	position: absolute;
}

.wpcf7-list-item label::before{
	background: var(--color-white);
	border: 1px solid var(--color-beige3);
	width: 20px;
	height: 20px;
	border-radius: 50px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
@media screen and (max-width: 560px) {
	.wpcf7-list-item label::before{
		width: 17px;
		height: 17px;
	}
}

.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::after{
	opacity: 0;
	background: var(--color-black);
	width: 12px;
	height: 12px;
	border-radius: 50px;
	top: 50%;
	left: 4px;
	transform: translateY(-50%);
}
@media screen and (max-width: 560px) {
	.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::after{
		width: 9px;
		height: 9px;
	}
}

.wpcf7-list-item input[type=checkbox] {
    display: none;
}

.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    opacity: 1;
}

/*スタンダートフォームスタイル*/
.form__radiokbtn__item label{
	cursor: pointer;
	position: relative;
	padding-left: 30px;
	display: inline-block;
}

.form__radiokbtn__item label::before,
.form__radiokbtn__item label::after{
	content: "";
	display: block; 
	position: absolute;
}
.form__radiokbtn__item label::before{
	background: var(--color-white);
	border: 1px solid var(--color-beige3);
	width: 20px;
	height: 20px;
	border-radius: 50px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.form__radiokbtn__item label::after{
	opacity: 0;
	background: var(--color-black);
	width: 12px;
	height: 12px;
	border-radius: 50px;
	top: 50%;
	left: 4px;
	transform: translateY(-50%);
}

.form__radiokbtn__item input[type=checkbox] {
    display: none;
}
.form__radiokbtn__item input[type=checkbox]:checked + label::after {
    opacity: 1;
}
/*スタンダートフォームスタイル -end- */

.form__siege input{
	width: 100%;
	border-radius: 15px;
	border: 1px solid var(--color-beige3);
	
}
@media screen and (max-width: 768px) {
	.form__siege input{
		border-radius: 12px;
	}
}

.form__siege .wpcf7-form-control-wrap input{
	display: block;
	width: 100%;
	height: 100%;
	padding: 24px;
	font-size: 16px;
	
}
@media screen and (max-width: 768px) {
	.form__siege .wpcf7-form-control-wrap input{
		font-size: 14px;
	}
}

.form__siege textarea{
	width: 100%;
	border-radius: 15px;
	border: 1px solid var(--color-beige3);	
}
@media screen and (max-width: 768px) {
	.form__siege input{
		border-radius: 12px;
	}
}

.form__siege .wpcf7-form-control-wrap textarea{
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px;
	font-size: 16px;
	
}
@media screen and (max-width: 768px) {
	.form__siege .wpcf7-form-control-wrap textarea{
		padding: 16px;
		font-size: 14px;
	}
}

.wpcf7-not-valid-tip{
	color: #F97C7C;
	display: block;
	margin-top: 4px;
	font-size: 12px;
	font-weight: 600; 
}
@media screen and (max-width: 560px) {
	.wpcf7-not-valid-tip{
		font-size: 10px;
	}
}

.wpcf7-response-output{
	display: none!important;
}

.form__siege .wpcf7-form-control-wrap{
	display: block;
	width: 100%;
	height: 100%;
}

.form__name{
	display: inline-flex;
	align-items: center;
	font-weight: 600;
}

.form__req{
	color: #F97C7C;
	font-weight: normal;
	font-size: 12px;
	margin-left: 4px;
}

.form__link{
	font-weight: 600;
	text-decoration: underline;
	color: var(--color-blue);
	text-align: center;
	padding-bottom: 2px;
}

.form-btn{
	margin: 0 auto;
	
}
.form-btn input[type="submit"]{
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-align:center;
	font-weight: 600;
	margin: 0 auto;
	display: block;
	border-radius: 50px;
	background: var(--color-white);
	border: 1px solid var(--color-black);
	color: var(--color-black);
	padding: 24px;
	width: 300px;
}

.form-btn span.wpcf7-spinner{
	display: none;
}

.form__btn span{
	letter-spacing: 0.1em;
	font-weight: 600;
}

.single__wrap{
	margin-top: 220px;
}
@media screen and (max-width: 768px) {
	.single__wrap{
		margin-top: 160px;
	}
}
@media screen and (max-width: 560px) {
	.single__wrap{
		margin-top: 100px;
	}
}

.single__ttl{
	font-weight: 600;
	font-size: 24px;
}
@media screen and (max-width: 560px) {
	.single__ttl{
		font-size: 20px;
	}
}

.single__thumb img{
	width: 100%;
}

.single__cont h2{
	font-weight: 600;
	font-size: 24px;
	margin: 32px 0;
}
@media screen and (max-width: 560px) {
	.single__cont h2{
		font-size: 20px;
		margin: 24px 0;
	}
}

.single__cont h3{
	font-weight: 600;
	font-size: 20px;
	margin: 32px 0;
}
@media screen and (max-width: 560px) {
	.single__cont h3{
		font-size: 18px;
		margin: 24px 0;
	}
}

.single__cont h4{
	font-weight: 600;
	font-size: 20px;
	margin: 32px 0;
}
@media screen and (max-width: 560px) {
	.single__cont h4{
		font-size: 16px;
		margin: 24px 0;
	}
}

.single__cont h5{
	font-weight: 600;
	font-size: 18px;
	margin: 32px 0;
}
@media screen and (max-width: 560px) {
	.single__cont h5{
		font-size: 16px;
		margin: 24px 0;
	}
}

.single__cont img{
	width: 100%;
	border-radius: 20px;
	margin: 0 auto 32px;
}
@media screen and (max-width: 560px) {
	.single__cont img{
		border-radius: 15px;
		margin: 0 auto 24px;
	}
}

.single__cont p>a{
	display: inline-block;
	position: relative;
	font-weight: 600;
	color: var(--color-black);
	margin: 0 5px;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
}
.single__cont p>a::before{ 
	content: "";
	width: 100%;
	height: 1.5px;
	position: absolute;
	bottom: 0px;
	background: var(--color-black);
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
}
.single__cont p>a:hover::before{ 
	background: var(--color-beige2);
}

.single__cont p a:hover{ 
	color: var(--color-beige2);
}

.single__cont time{
	font-size: 20px;
}
@media screen and (max-width: 560px) {
	.single__cont time{
		font-size: 18px;
	}
}

.single__cont p{
	line-height: 2.55;
	margin-bottom: 32px;
}
@media screen and (max-width: 560px) {
	.single__cont p{
		line-height: 1.85;
		margin-bottom: 24px;
	}
}

.single__cont b{
	font-weight: 600;
}

.archive-up-side{
	margin-bottom: 50px!important;
}

.ourstory-sg__ol{
	display: grid;
	gap: 16px;
	margin-top: 24px;
}

.ourstory__inner{ 
	max-width: 960px;
	width: 100%;
	padding: 0 80px;
	margin: 80px auto 160px;
}
@media screen and (max-width: 1023px){
	.ourstory__inner{
		display:block;
		padding: 0;
		margin-top: 40px;
	}
}

.works-sg__ol{
	display: grid;
	gap: 16px;
	margin-top: 24px;
}

.works-sg__inner{
	display:flex;
	gap: 40px;
	margin-top: 80px;
}
@media screen and (max-width: 1023px){
	.works-sg__inner{
		display:block;
		margin-top: 40px;
	}
}
@media screen and (max-width: 768px) {
}

.works-sg__in{
	width: 28.5%;
}
@media screen and (max-width: 1023px){
	.works-sg__in{
		width: 100%;
	}
}

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

.works-sg__in__ls{
	display:grid;
	gap: 24px;
}
@media screen and (max-width: 560px) {
	.works-sg__in__ls{
		gap: 16px;
	}
}

.works-sg__in__ls__ttl{
	font-size: 32px;
}
@media screen and (max-width: 560px) {
	.works-sg__in__ls__ttl{
		font-size: 24px;
	}
}

.works-sg__in__ls__txt{
	color: var(--color-beige2);
	line-height: 1.55;
	font-size: 14px;
}
@media screen and (max-width: 560px) {
	.works-sg__in__ls__txt{
		font-size: 13px;
	}
}

.works-sg__in__ls__txt-bl{
	color:var(--color-black);
}

.works-sg__in__ls__txt-ln{
	text-decoration: underline;
}

.works-sg-it__ls{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	gap: 2px 12px;
	line-height: 1.55;
}

.works-sg-it__ls li{
	color: var(--color-beige2);
	position: relative;
	font-size: 14px;
}
@media screen and (max-width: 560px) {
	.works-sg-it__ls li{
		font-size: 13px;
	}
}

.works-sg-it__ls li{
	padding-right: 4px;
}

.works-sg-it__ls li::before{
	content: "/";
	position: absolute;
	top: 0;
	right:-8px;

	font-size: 14px;
	color: var(--color-beige2);
}
.works-sg-it__ls li:last-of-type:before{
	content: none;
}

.works-sg__in__ls__tg{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	gap: 2px 12px;
	line-height: 1.55;
}
.works-sg__in__ls__tg li{
	color: var(--color-beige2);
	font-size: 14px;
}
@media screen and (max-width: 560px) {
	.works-sg__in__ls__tg li{
		font-size: 13px;
	}
}

.works-sg__tg{
	color: var(--color-beige2);
	font-size: 14px;
}

.works-sg__cont{ 
	width: calc(100% - 28.5%);
}
@media screen and (max-width: 1023px){
	.works-sg__cont{
		width: 100%;
	}
}

.works-nav{
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 68px;
}
@media screen and (max-width: 768px){
	.works-nav{
		align-items: baseline;
		gap: 24px;
	}
}

.works-nav li{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	gap: 8px;
}
@media screen and (max-width: 768px){
	.works-nav li{
		display: block;
	}
}

.works-nav li:nth-of-type(2){
	flex-direction: row-reverse;
}

.works-nav li a{
	font-weight: 600;
	font-size: 14px;
}
@media screen and (max-width: 768px){
	.works-nav li a{
		font-size: 11px;
	}
}

.works-nav li img{
	width: 150px;
	height: 90px;
	object-fit: cover;
	border-radius: 15px;
}
@media screen and (max-width: 768px){
	.works-nav li img{
		width: 100%;
		height: 11vh;
		border-radius: 10px;
	}
}
@media screen and (max-width: 560px){
	.works-nav li img{
		height: 10vh;
	}
}

.works-sg__cont__main{
	margin-top: 50px;
}

.journal-sg__ol{
	display: grid;
	gap: 16px;
	margin-bottom: 50px;
}

.journal__sg__tags{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	gap: 8px;
}

.journal__sg__time{
	font-size: 24px;
}
@media screen and (max-width: 560px) {
	.journal__sg__time{
		font-size: 20px;
	}
}

.journal__sg__tag{
	border-radius: 30px;
	background: var(--color-beige1);
	font-weight: 600;
	font-size: 14px;
}

.journal__sg__tag a{
	line-height: 1.25;
	display: inline-block;
	padding: 4px 12px;
}

.journal-sg__cont{
	background: var(--color-white);
	border-radius: 30px;
	max-width: 960px;
	width: 100%;
	padding: 80px;
	margin: 160px auto;
}
@media screen and (max-width: 768px) {
	.journal-sg__cont{
		border-radius: 20px;
		width: 100%;
		padding: 24px;
		margin: 100px auto;
	}
}
@media screen and (max-width: 768px) {
	.journal-sg__cont{
		margin: 50px auto;
	}
}

.journal-sg__cont #toc_container{
	border: none;
	background: var(--color-white);
	width: 100%;
	padding: 0!important;
	margin: 80px 0;
}
@media screen and (max-width: 768px) {
	.journal-sg__cont #toc_container{
		margin: 40px 0;
	}
}

.journal-sg__cont #toc_container .toc_toggle{
	display: none;
}

.journal-sg__cont #toc_container .toc_number{
	display: none;
}

.journal-sg__cont #toc_container a:hover{
	text-decoration: none;
}

#toc_container ul ul{
	margin-left: 0!important;
}

#toc_container ul ul li:last-of-type{
	border-bottom: none;
}

.journal-sg__cont #toc_container .toc_list li{
	font-weight: 600;
	border-top: 1px solid var(--color-black);
}

.journal-sg__cont #toc_container .toc_list>li:last-of-type{
	border-bottom: 1px solid var(--color-black);
}

.journal-sg__cont #toc_container .toc_list a{
	padding: 24px 0;
}

.journal-sg__cont #toc_container p.toc_title{
	font-family: "Imbue", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	text-align: left;
	line-height: 1;
	font-size: 88px;
}
@media screen and (max-width: 768px) {
	.journal-sg__cont #toc_container p.toc_title{
		font-size: 38px;
	}
}

.journal-kw{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	gap: 24px;
	margin-top: 68px;
}
@media screen and (max-width: 768px) {
	.journal-kw{
		gap: 24px 16px;
		margin-top: 32px;
	}
}

.journal-kw-list{
	width: calc((100% - 24px) /2);
}
@media screen and (max-width: 768px) {
	.journal-kw-list{
		width: calc((100% - 24px) /2);
	}
}

.journal-kw-list__ln{
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.journal-kw-list__ic{
	width: 15vw;
	height: 15vw;
	border-radius: 20px;
	margin-right: 24px;
}
@media screen and (max-width: 560px) {
	.journal-kw-list__ic{
		width: 17vw;
		height: 17vw;
		border-radius: 12px;
		margin-right: 8px;
	}
}

.jornal-kw-list__ttl{
	width: calc(100% - 15vw);
}
@media screen and (max-width: 560px) {
	.jornal-kw-list__ttl{
		width: calc(100% - 17vw);
	}
}

.jornal-kw-list__en{
	font-size:32px;
}
@media screen and (max-width: 560px) {
	.jornal-kw-list__en{
		font-size:20px;
	}
}

.jornal-kw-list__jp{
	font-size: 14px;
}
@media screen and (max-width: 768px) {
	.jornal-kw-list__jp{
		font-size: 12px;
	}
}

.journal-kw__cont{
	border-radius: 100px;
	background: var(--color-white);
	border: 1px solid var(--color-black);
	width: 100%;
	height: 95px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.journal-kw__cont{
		height: 55px;
	}
}

.journal-kw__cont input[type="text"]{
	width: 100%;
	height: 100%;
	border: none;
	display: inline-block;
	color: var(--color-black);
	font-size: 16px;
	padding: 32px 24px;
}
@media screen and (max-width: 768px) {
	.journal-kw__cont input[type="text"]{
		font-size: 14px;
		padding: 16px;
	}
}

.journal-kw__txt::placeholder{
	font-size: 14px;
	color: var(--color-black);
}

.journal-kw__cont input[type="text"]:focus {
	outline: 0;
}

.blog-card__wrap{
	margin: 32px 0;
}

.blog-card__eg{
	line-height: 1!important;
	font-size: 44px;
	margin-bottom: 24px!important;
}

.blog-card{
	display: block;
	border-radius: 30px;
	border: 1px solid var(--color-black);
}

.blog-card__inner{
	padding: 32px;
	display: grid;
	grid-template-columns: 1.5fr 2fr;
	align-items: center;
	gap: 32px;
}
@media screen and (max-width: 768px) {
	.blog-card__inner{
		padding: 24px;
		display: block;
	}
}

.blog-card__thumb{
	height: 100%;
}
@media screen and (max-width: 768px) {
	.blog-card__thumb{
		width: 100%;
	}
}

.blog-card__thumb img{
	width: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	object-fit: cover;
	margin-bottom: 0!important
}

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

.blog-card__ttl{
	font-size: 18px!important;
	margin: 0!important;
}
@media screen and (max-width: 768px) {
	.blog-card__ttl{
		font-size: 14px!important;
	}
}

.blog-card__txt{
	font-size: 14px;
	line-height: 1.75!important;
	margin-bottom: 0!important;
	margin-top: 16px;
}
@media screen and (max-width: 768px) {
	.blog-card__txt{
		font-size: 12px;
		margin-top: 8px;
	}
}

.single__pf{
	margin-top: 160px;
}
@media screen and (max-width: 768px) {
	.single__pf{
		margin-top: 100px;
	}
}

.single__pf__inner{
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 32px;
	margin-top: 24px;
}
@media screen and (max-width: 820px) {
	.single__pf__inner{
		display: block;
		margin-top: 24px;
	}	
}
@media screen and (max-width: 560px) {
	.single__pf__inner{
		margin-top: 16px;
	}	
}

.single__pf__tuna{
	max-width: 230px;
	max-height: 230px;
}
@media screen and (max-width: 820px) {
	.single__pf__tuna{
		width: 50%;
		margin: 0 auto 24px;
	}
}
@media screen and (max-width: 560px) {
	.single__pf__tuna{
		margin: 0 auto 16px;
	}
}

.single__pf__tuna img{
	border-radius: 50%;
}

.single__pt__eg{
	line-height: 1;
	font-size: 88px;
}
@media screen and (max-width: 768px) {
	.single__pt__eg{
		line-height: 1;
		font-size: 42px;
	}
}

.single__pf__ol{
	display: flex;
	display: -webkit-flex;
	gap: 16px;
}

.single__pf__name{
	font-size: 44px;
}
@media screen and (max-width: 560px) {
	.single__pf__name{
		font-size: 32px;
	}
}

.single__pf__sns{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	gap: 16px;
}
@media screen and (max-width: 560px) {
	.single__pf__sns{
		gap: 12px;
	}
}

.single__pf__sns img{
	width: 18px;
}

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

.journal-mv{
	margin-top: 220px;
}
@media screen and (max-width: 560px) {
	.journal-mv{
		margin-top: 160px;
	}
}

.journal-main{
	margin-top: 160px;
}
@media screen and (max-width: 560px) {
	.journal-main{
		margin-top: 100px;
	}
}

@media screen and (max-width: 768px) {
	.journal-mv__link{
		padding: 0 20px;
	}
}

.journal-mv__thumb img{
	border-radius: 30px;
	width: 100%;
	max-height: 680px;
	object-fit: cover;
}

.check__grid-bg{
	border: 1px solid #E8E3DF;
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #E8E3DF calc(100% - 1px)),
	linear-gradient(90deg, transparent calc(100% - 1px), #E8E3DF calc(100% - 1px));
	background-size: 18px 17px;
	background-repeat: repeat;
	background-position: center center;
	padding: 32px;
	display: grid;
	gap: 16px;
	margin: 32px 0;
}
@media screen and (max-width: 560px) {
	.check__grid-bg{
		background-size: 18px 17px;
		padding: 20px;
		gap: 12px;
	}
}

.check__grid-bg li{
	position: relative;
	padding-left: 32px;
}
@media screen and (max-width: 560px) {
	.check__grid-bg li{
		padding-left: 24px;
	}
}

.check__grid-bg li::before{
	content: '';
	background: url("../../assets/img/journal/list-icon.png");
	background-size: contain;
	vertical-align: middle;
	width: 17px;
	height: 17px;
	position: absolute;
	top: 6px;
	left: 0px;
}
@media screen and (max-width: 560px) {
	.check__grid-bg li::before{
		width: 14px;
		height: 14px;
	}
}

.check-recommend__grid-bg{
	border: 1px solid #E8E3DF;
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #E8E3DF calc(100% - 1px)),
	linear-gradient(90deg, transparent calc(100% - 1px), #E8E3DF calc(100% - 1px));
	background-size: 18px 17px;
	background-repeat: repeat;
	background-position: center center;
	padding: 32px;
	display: grid;
	gap: 16px;
}
@media screen and (max-width: 560px) {
	.check-recommend__grid-bg{
		background-size: 18px 17px;
		padding: 20px;
		gap: 12px;
	}
}

.check-recommend__grid-bg li{
	position: relative;
	padding-left: 32px;
}
@media screen and (max-width: 560px) {
	.check-recommend__grid-bg li{
		padding-left: 24px;
	}
}

.check-recommend__grid-bg li::before{
	content: '';
	background: url("../../assets/img/journal/list-icon.png");
	background-size: contain;
	vertical-align: middle;
	width: 17px;
	height: 17px;
	position: absolute;
	top: 6px;
	left: 0px;
}
@media screen and (max-width: 560px) {
	.check-recommend__grid-bg li::before{
		width: 14px;
		height: 14px;
	}
}

.check-recommend__grid-bg p{
	position: relative;
	display: inline-block;
	margin-bottom: 16px;
	padding: 7px 18px;
	min-width: 120px;
	max-width: 100%;
	color: var(--color-black);
	font-size: 15px;
	font-weight: 700;
	border-radius: 3px;
	background: var(--color-white);
	border: 1px solid var(--color-black);
}
.check-recommend__grid-bg p::before{
	position: absolute;
    bottom: -7px;
    width: 12px;
    height: 12px;
    background: inherit;
    border-right: 1px solid var(--color-black);
    border-bottom: 1px solid var(--color-black);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    visibility: visible;
    content: "";
}

.light-bg{
	position: relative;
	background: #f7f7f7;
	padding: 32px;
	margin: 32px 0;
	display: grid;
	gap: 8px;
}
@media screen and (max-width: 560px) {
	.light-bg{
		padding: 24px;
		margin: 24px 0;
	}
}

.light-bg p{
	margin-bottom: 0!important;
}

.light-bg::before{
	content: "";
    pointer-events: none;
	position: absolute;
    display: block;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    border: 1px dashed var(--color-black);
    border-radius: inherit;
	top: 6px;
    left: 6px;
}

.bubble-box{
	position: relative;
	display: inline-block;
	color: var(--color-black);
	background: var(--color-white);
	border: 1px solid var(--color-black);
	font-weight: 600;
	margin-bottom: 24px!important;
	padding-bottom: 16px;
	padding: 7px 18px;
	min-width: 120px;
	max-width: 100%;
	border-radius: 3px;
}
.bubble-box::before{
	content: "";
	position: absolute;
    bottom: -7px;
    width: 12px;
    height: 12px;
    background: inherit;
    border-right: 1px solid var(--color-black);
    border-bottom: 1px solid var(--color-black);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    visibility: visible;
}

/*=========================================
// rinker layout style
=========================================*/
div.yyi-rinker-contents {
	border: 1px solid var(--color-beige2);
	border-radius: 20px;
	padding: 24px;
	margin: 32px 0!important;
}
@media screen and (max-width: 560px){
	div.yyi-rinker-contents {
		margin: 24px 0!important;
		border-radius: 15px;
	}
}

div.yyi-rinker-contents div.yyi-rinker-box { 
	border: none!important;
	padding: 0!important;
	align-items: center;
}
@media screen and (max-width: 768px) {
	div.yyi-rinker-contents div.yyi-rinker-box {
		display: block;
		align-items: center;
	}
}
@media screen and (max-width: 768px) {
	div.yyi-rinker-contents div.yyi-rinker-image{
		flex-direction: initial!important;
		margin-bottom: 10px;
	}
}

div.yyi-rinker-contents ul.yyi-rinker-links li a:hover::after {
	opacity: .9;
	transform: translateX(2px);
}

div.yyi-rinker-contents img {
	display: none;
}

div.yyi-rinker-box div.yyi-rinker-image a{	
	display: block!important;
	margin: 0 auto!important;
}

.yyi-rinker-img-m .yyi-rinker-image img.yyi-rinker-main-img{
	max-width: 100%!important;
	height: auto!important;
}
@media screen and (max-width: 768px) {
	.yyi-rinker-img-m .yyi-rinker-image img.yyi-rinker-main-img{
		display: block!important;
		width: 100%!important;
		height: auto!important;
		max-height: 80%;
		margin: 0 auto;
		object-fit: contain;
	}
}

.yyi-rinker-img-m .yyi-rinker-image{
	margin: 0!important;
	min-width: 130px!important; 
}
@media screen and (max-width: 768px) {
	.yyi-rinker-img-m .yyi-rinker-image{
		min-width: 100%; 
	}
}

div.yyi-rinker-info { 
	padding: 0 0 0 8px!important;
	width: 83%!important;
	margin: 0;
}
@media screen and (max-width: 768px) {
	div.yyi-rinker-info { 
		padding: 0!important;
		width: 100%!important;
		margin-bottom: 8px;
	}
}

div.yyi-rinker-info img{
	display: none;
}

div.yyi-rinker-info div.yyi-rinker-title a {
	font-size: 15px!important;
	font-weight: 600;
	color: var( --color-black);
}
@media screen and (max-width: 768px) {
	div.yyi-rinker-info div.yyi-rinker-title a {
		font-size: 14px!important;
		margin-top: 16px;
	}
}

div.yyi-rinker-info div.yyi-rinker-title{
	line-height: 1.4!important;
	text-align: left;
}

div.yyi-rinker-contents div.yyi-rinker-title p {
	margin: 0;
}

div.yyi-rinker-contents div.yyi-rinker-detail {
	font-size: 11px;
	color: #42424280;
}

div.yyi-rinker-detail div.free-text{
	display: none;
}
div.yyi-rinker-contents div.credit-box a {
	color: #42424280;
	font-weight: 600;
}

div.yyi-rinker-contents div.yyi-rinker-detail .price-box {
	margin: .5em 0;
	margin-left: .5em;
	display: none;
}

div.yyi-rinker-contents div.yyi-rinker-detail .price-box .price {
	letter-spacing: 0.1em;
	font-size: 1.2em;
	margin-right: .5em;
}

div.yyi-rinker-contents ul.yyi-rinker-links { 
	margin: 16px 0 0 0!important;
}
div.yyi-rinker-contents ul.yyi-rinker-links li{ 
	width: 30%;
	margin: 0;
}

ul.yyi-rinker-links a.yyi-rinker-link {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	color: var(--color-white);
	width: 70%;
	padding: 0!important;
	border-radius: 3px!important;
	margin: 0 0 8px 0;
	font-size: 14px;
	height: 40px;
	font-weight: 600;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	text-align: center;
}
@media screen and (max-width: 768px) {
	ul.yyi-rinker-links a.yyi-rinker-link {
		width: 100%;
	}
}

@media screen and (max-width: 560px){
	ul.yyi-rinker-links a.yyi-rinker-link {
		width: 100%;
		font-size: 12px;
		height: 40px;
	}
}

div.yyi-rinker-contents ul.yyi-rinker-links li:hover{
	opacity: 0.9;
}

div.yyi-rinker-contents ul.yyi-rinker-links li {
    width: 100%!important;
}

/*Amazonリンクのボタンの色*/
ul.yyi-rinker-links li.amazonlink a{
	background: #FFC266!important;
}
/*楽天リンクのボタンの色*/
ul.yyi-rinker-links li.rakutenlink a {
	background: #ff7c74!important;
}
/*Yahooショッピングのボタンの色*/
ul.yyi-rinker-links li.yahoolink a{
	background: #95cad7!important;
}
/*自由リンクのボタンの色*/
ul.yyi-rinker-links li.freelink2 {
	background: #90d581!important;
}

div.yyi-rinker-contents ul.yyi-rinker-links li.amazonkindlelink,
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink,
div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink,
div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink,
div.yyi-rinker-contents ul.yyi-rinker-links li.freelink1,
div.yyi-rinker-contents ul.yyi-rinker-links li.freelink2,
div.yyi-rinker-contents ul.yyi-rinker-links li.freelink3,
div.yyi-rinker-contents ul.yyi-rinker-links li.freelink4 {
	background: none;
}


