/*
Theme Name: KYO
Theme URI: null
Description: Description
Author: 81bridge - LXT
Version: 1.0
*/
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
    display: block;
}
a.nolink,
a.nolink:hover {
    opacity: 1;
    cursor: default;
    pointer-events: none;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Serif JP", serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #fff;
}
a:active {
	color: #fff;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 120rem;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #000;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	opacity: 0;
	transition: opacity .5s;
	transition-delay: .8s;
}
.grecaptcha-badge {
	opacity: 0;
	transition: right 0.3s,opacity .5s .8s !important;
}
body.appear #container,
body.appear .grecaptcha-badge {
	opacity: 1;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LYX */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
.noto {
	font-family: "Noto Sans JP", sans-serif;
}
/*------------------------------------------------------------
	loading
------------------------------------------------------------*/
.loadingBox {
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000;
}
.loadingBox .pho {
	margin: 0 auto;
	width: 9.6rem;
	opacity: 0; 
	-webkit-opacity:0; 
	animation: blinks .6s ease 1s infinite;
}
@keyframes blinks {
	0% {
		opacity: .6; 
		-webkit-opacity: .6;
	}
	50% {
		opacity: 1; 
		-webkit-opacity: 1;
	}
	100% {
		opacity: .6; 
		-webkit-opacity: .6;
	}
}
.loadingBg {
	display: none;
}
body.appear .loadingBg {
	display: block; 
	width: 100%; 
	height: 100vh; 
	background-color: #333; 
	z-index: 999;
	position: fixed; 
	top: 0; 
	left: 0;
	transform: scaleX(0);
	animation-name:PageAnime;
	animation-duration:1.2s;
	animation-timing-function:ease-in-out;
	animation-fill-mode:forwards;
}
@keyframes PageAnime{
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	margin-bottom: 3rem;
}
#gHeader .hBox {
	margin: 0 auto;
	padding: 0 1.5rem;
	max-width: 125.6rem;
	align-items: flex-end;
}
#gHeader h1 {
	padding: 0.9rem 0 1.3rem;
	width: 17.2rem;
	text-align: center;
	background-color: #333333;
}
#gHeader h1 a {
	display: block;
}
#gHeader .menuBox {
	flex: 1;
	margin: 0 7% 2rem 0;
}
#gNavi {
	display: flex;
	justify-content: right;
}
#gNavi li {
	margin-left: 4.8rem;
	text-align: center;
}
#gNavi a {
	display: inline-block;
	font-size: 1.7rem;
	font-weight: 700;
	letter-spacing: 0.099em;
}
#gNavi a span {
	margin-top: 0.3rem;
	display: block;
}
#gNavi a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) and (max-width: 1345px) {
	#gHeader .menuBox {
		margin-right: 7rem;
	}
	#gNavi a {
		font-size: 1.6rem;
	}
}
@media all and (min-width: 897px) {
	#gHeader .menuBox {
		display: block !important;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		margin-bottom: 0;
	}
	#gHeader .hBox {
		padding: 0 2rem;
		align-items: center;
	}
	#gHeader h1 {
		padding: 1rem 0;
		width: 6rem;
	}
	#gHeader h1 img {
		width: 4rem;
	}
	#gHeader .menuBox { 
		margin: 0;
		padding: 10rem 2rem 5rem;
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		background: #000;
		z-index: 9;
		height: 100%;
		overflow-y: auto;
		box-sizing: border-box;
	}
	#gNavi {
		display: block;
	}
	#gNavi ul {
		display: block;
	}
	#gNavi li {
		margin-left: 0;
		text-align: left;
		border-bottom: 1px dotted #fff;
	}
	#gNavi a {
		padding: 1rem 0;
		display: block;
		font-size: 1.6rem;
	}
	#gNavi a span {
		font-size: 1.3rem;
	}
}
/*------------------------------------------------------------
	menu
------------------------------------------------------------*/
@media all and (max-width: 896px) {
	.menu {
		width: 3rem;
		height: 4rem;
		position: relative;
		z-index: 10;
	}
	.menu span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		width: 2.9rem;
		height: .2rem;
		background-color: #fff;
	}
	.menu span:nth-of-type(1) {
		top: 1rem;
	}
	.menu span:nth-of-type(2) {
		top: 2rem;
	}
	.menu span:nth-of-type(3) {
		top: 3rem;
	}
	.menu.on span:nth-of-type(1) {
		transform: translateY(1rem) rotate(-45deg);
	}
	.menu.on span:nth-of-type(2) {
		opacity: 0;
	}
	.menu.on span:nth-of-type(3) {
		transform: translateY(-1rem) rotate(45deg);
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .content {
	max-width: 128rem;
}
#gFooter .fNaviBox {
	position: relative;
	margin: 0 6rem 3.4rem;
	border-bottom: 1px solid #fff;
}
#gFooter .fNavi {
	padding: 0 8.7rem 1.5rem 0;
	justify-content: right;
	font-size: 1.7rem;
	font-weight: 700;
	letter-spacing: 0.099em;
}
#gFooter .fNavi a:hover {
	opacity: 0.7;
}
#gFooter .fNavi li {
	margin-left: 3.5rem;
}
#gFooter .fNavi li:first-child {
	margin-left: 0;
}
#gFooter .info {
	margin: 0 0 1.7rem;
	align-items: center;
}
#gFooter .info .fLogo {
	flex: 1;
}
#gFooter .info .fLogo .sub{
	margin: 0 3rem 0 auto;
	width: 35.1rem;
}
#gFooter .info .rBox {
	margin-top: 0.7rem;
	width: 63.8rem;
}
#gFooter .info .rBox .ttl {
	width: 13.2rem;
	font-size: 1.8rem;
	letter-spacing: 0.15em;
}
#gFooter .info .rBox .add {
	font-size: 1.5rem;
	letter-spacing: 0.24em;
	line-height: 1.73;
}
#gFooter .fBox {
	padding: 2.5rem 0 4.7rem;
	font-family: "Noto Sans JP", sans-serif;
	background-color: #ccc;
	position: relative;
	z-index: 2;
}
#gFooter .fBox .brand {
	flex: 1;
}
#gFooter .fBox .sub {
	margin: -1.3rem 4.8rem 0 auto;
	width: 14.4rem;
}
#gFooter .fBox .rBox {
	width: 64.5rem;
	font-size: 1.5rem;
	color: #000;
}
#gFooter .fBox a {
	color: #000;
}
#gFooter .fBox .rBox .title {
	margin-bottom: 1.1rem;
	padding: 0 0 1.2rem 2rem;
	text-indent: -1.5rem;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #000;
}
#gFooter .fBox .txtList li {
	margin-bottom: 1.8rem;
	display: flex;
	flex-wrap: wrap;
}
#gFooter .fBox .txtList li:last-child {
	margin-bottom: 0;
}
#gFooter .fBox .txtList .ttl {
	padding-left: 0.5rem;
	width: 19rem;
	letter-spacing: 0.15em;
}
#gFooter .fBox .txtList .add {
	letter-spacing: 0.06em;
}
#gFooter .fBox .txtList .txt {
	flex: 1;
	letter-spacing: 0.05em;
	line-height: 1.6;
}
#gFooter address {
	margin: 0.4rem 0 0.7rem;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 200;
}
@media all and (max-width: 896px) {
	#gFooter .content {
		max-width: 100%;
	}
	#gFooter .fNaviBox {
		display: none;
	}
	#gFooter .info {
		padding-top: 2rem;
		margin: 0 0 1.7rem;
		display: block;
		border-top: 1px solid #fff;
	}
	#gFooter .info .fLogo {
		margin: 0 auto 3rem;
		width: 22rem;
	}
	#gFooter .info .fLogo .sub{
		margin: 0;
		width: auto;
	}
	#gFooter .info .rBox {
		margin-top: 0;
		width: auto;
		display: block;
	}
	#gFooter .info .rBox .ttl {
		width: auto;
		font-size: 1.6rem;
	}
	#gFooter .info .rBox .add {
		font-size: 1.4rem;
		letter-spacing: 0.1em;
	}
	#gFooter .fBox {
		padding: 1.5rem 0 4.7rem;
	}
	#gFooter .fBox .content {
		display: block;
	}
	#gFooter .fBox .sub {
		margin: 0 auto 2rem;
		width: 11rem;
	}
	#gFooter .fBox .rBox {
		width: auto;
	}
	#gFooter .fBox .txtList li {
		display: block;
	}
	#gFooter .fBox .txtList .ttl {
		width: auto;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	padding: 0 1.5rem;
	margin: 0 auto;
	max-width: 108rem;
}
@media all and (max-width: 896px) {
	.content {
		max-width: 100%;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 14.5rem;
	align-items: center;
	flex-direction: row-reverse;
	min-height: 39.1rem;
	background: url(img/common/page_img.png) no-repeat left top / 136.5rem;
}
.pageTitle .photoBox {
	width: calc(50% - 25.2rem);
}
.pageTitle .videoBox {
	margin-bottom: 2.3rem;
	width: 22.2rem;
}
.pageTitle .videoBox video {
	width: 100%;
	height: 100%;
}
@media all and (max-width: 896px) {
	.pageTitle {
		padding: 2rem 1.5rem 2rem 0;
		margin-bottom: 5rem !important;
		min-height: 25rem;
		background-image: url(img/common/page_img_sp.png);
		background-size: cover;
		background-position: center center;
	}
	.pageTitle .photoBox {
		margin: 0;
		width: 39%;
	}
	.pageTitle .videoBox {
		margin-bottom: 0;
		width: auto;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	padding: 0.5rem 0;
	margin-top: 18.5rem;
	width: calc(50% + 18rem);
	position: relative;
	font-size: 7rem;
	letter-spacing: 0.099em;
}
.headLine01::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	content: "";
	background-image: linear-gradient(90deg, rgba(255, 191, 255, 1) 0%, rgba(248, 190, 249, 1) 4.62%, rgba(237, 189, 239, 1) 15.93%, rgba(233, 189, 236, 1) 28%, rgba(172, 164, 171, 1) 67%, rgba(152, 104, 195, 1) 89%, rgba(122, 64, 184, 1) 100%);
	opacity: 0.7;
}
.headLine01 .jp {
	margin-left: 5rem;
	display: inline-block;
	font-size: 2.1rem;
	letter-spacing: 0.05em;
}
.headLine01 .sub {
	margin-left: auto;
	width: 71rem;
	position: relative;
	z-index: 2;
	display: block;
}
@media all and (max-width: 896px) {
	.headLine01 {
		padding: 0.5rem 1rem;
		margin-top: 0;
		width: 58%;
		font-size: 3rem;
	}
	.headLine01 .jp {
		margin-left: 0;
		display: block;
		font-size: 1.6rem;
	}
	.headLine01 .sub {
		margin: 0;
		width: auto;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 1rem;
}
.headLine02 .en {
	margin-bottom: 1.2rem;
	display: block;
}
.headLine02 .en img {
	height: 5.4rem;
}
.headLine02 .jp {
	font-size: 2.1rem;
	letter-spacing: 0.099em;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 2rem;
	}
	.headLine02 .en img {
		height: 3rem;
	}
	.headLine02 .jp {
		font-size: 1.8rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 7.8rem;
	display: flex;
	align-items: flex-end;
}
.headLine03 span {
	margin-bottom: 0.5rem;
	padding-bottom: 0.5rem;
	display: inline-block;
	position: relative;
	flex: 1;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.099em;
}
.headLine03 span::after {
	position: absolute;
	width: 100%;
	height: 0.3rem;
	left: 0;
	bottom: 0;
	content: "";
	z-index: 1;
	background-image: linear-gradient(90deg, rgba(255, 191, 255, 1) 0%, rgba(248, 190, 249, 1) 4.62%, rgba(237, 189, 239, 1) 15.93%, rgba(233, 189, 236, 1) 28%, rgba(172, 164, 171, 1) 67%, rgba(152, 104, 195, 1) 89%, rgba(122, 64, 184, 1) 100%);
}
.headLine03 img {
	margin-right: 1rem;
	height: 5.6rem;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 3rem;
		display: block;
	}
	.headLine03 .jp {
		margin-top: 1.5rem;
		padding-bottom: 1rem;
		display: block;
		font-size: 1.6rem;
	}
	.headLine03 .jp::after {
		height: 0.2rem;
	}
	.headLine03 img {
		margin-right: 0 !important;
		height: 3.3rem !important;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: -2.5rem;
}
.comLink a {
	padding: 3rem 6rem;
	position: relative;
	display: block;
	font-size: 2.15rem;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
}
.comLink a::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	content: "";
	background-image: linear-gradient(90deg, rgba(255, 191, 255, 1) 0%, rgba(248, 190, 249, 1) 4.62%, rgba(237, 189, 239, 1) 15.93%, rgba(233, 189, 236, 1) 28%, rgba(172, 164, 171, 1) 67%, rgba(152, 104, 195, 1) 89%, rgba(122, 64, 184, 1) 100%);
	opacity: 0.53;
	pointer-events: none;
}
.comLink span {
	margin-left: auto;
	position: relative;
	z-index: 2;
	width: fit-content;
	display: block;
	padding-right: 3.2rem;
	letter-spacing: 0.15em;
	background: url(img/common/icon01.png) no-repeat right top 0.7rem / 2.1rem;
}
.comLink a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comLink {
		position: static;
	}
	.comLink a {
		padding: 1rem 2rem;
		font-size: 1.8rem;
	}
	.comLink span {
		background-position: right center;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	margin: 0 auto;
	width: 17.8rem;
}
.comBtn a {
	padding: 1.5rem 0.5rem;
	display: block;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 1.7rem;
	border-radius: 2.8rem;
	background-image: linear-gradient(90deg, rgba(255, 191, 255, 1) 0%, rgba(248, 190, 249, 1) 4.62%, rgba(237, 189, 239, 1) 15.93%, rgba(233, 189, 236, 1) 28%, rgba(172, 164, 171, 1) 67%, rgba(152, 104, 195, 1) 89%, rgba(122, 64, 184, 1) 100%);
}
.comBtn a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comBtn {
		width: 17.8rem;
	}
	.comBtn a {
		padding: 1rem 0.5rem;
		font-size: 1.5rem;
	}
}
/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comImgBox {
	z-index: 2;
	flex-direction: row-reverse;
}
.comImgBox .photoBox {
	position: relative;
	z-index: 2;
	width: calc(50% - 11.9rem);
}
.comImgBox .photoBox img {
	width: 100%;
}
.comImgBox .textBox {
	position: relative;
	display: flex;
	align-items: center;
	width: calc(50% + 8.3rem);
}
.comImgBox .textBox::after {
	min-height: 22.8rem;
	max-height: 76%;
	height: 19.8vw;
	position: absolute;
	z-index: 1;
	bottom: -1.611vw;
	right: 0;
	left: -19.5rem;
	content: "";
	z-index: 1;
	background-image: linear-gradient(90deg, rgba(255, 191, 255, 1) 0%, rgba(248, 190, 249, 1) 4.62%, rgba(237, 189, 239, 1) 15.93%, rgba(233, 189, 236, 1) 28%, rgba(172, 164, 171, 1) 67%, rgba(152, 104, 195, 1) 89%, rgba(122, 64, 184, 1) 100%);
	opacity: 0.53;
	pointer-events: none;
}
.comImgBox .textBox .sub {
	padding-bottom: 3.7rem;
	position: relative;
	z-index: 2;
	width: 62rem;
}
.comImgBox .textBox .ttl {
	margin-bottom: 4.4rem;
	font-size: 3.2rem;
	letter-spacing: 0.099em;
}
.comImgBox .textBox .txt {
	font-size: 1.8rem;
	letter-spacing: 0.099em;
	line-height: 1.75;
}
@media all and (max-width: 896px) {
	.comImgBox {
		display: block;
	}
	.comImgBox .photoBox {
		width: auto;
	}
	.comImgBox .textBox {
		padding: 2.5rem 1.5rem;
		margin: 0;
		display: block;
		width: auto;
	}
	.comImgBox .textBox::after {
		min-height: 100%;
		max-height: 100%;
		height: auto;
		bottom: 0;
		left: 0;
	}
	.comImgBox .textBox .sub {
		padding-bottom: 0;
		width: auto;
	}
	.comImgBox .textBox .ttl {
		margin-bottom: 2rem;
		font-size: 2.5rem;
	}
	.comImgBox .textBox .txt {
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	comInfo
------------------------------------------------------------*/
.comInfo {
	padding: 0 0 1.2rem 3.7rem;
	position: relative;
	font-size: 2.8rem;
	letter-spacing: 0.099em;
	line-height: 1.71;
}
.comInfo::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 1.95rem;
	bottom: 0;
	content: "";
	z-index: 1;
	background-image: linear-gradient(180deg, rgba(255, 191, 255, 1) 0%, rgba(248, 190, 249, 1) 4.62%, rgba(237, 189, 239, 1) 15.93%, rgba(233, 189, 236, 1) 28%, rgba(172, 164, 171, 1) 67%, rgba(152, 104, 195, 1) 89%, rgba(122, 64, 184, 1) 100%);
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comInfo {
		padding: 0 0 0 2.5rem;
		font-size: 1.8rem;
	}
	.comInfo::after {
		width: 1rem;
	}
}
/*------------------------------------------------------------
	comBg
------------------------------------------------------------*/
.comBg {
	position: relative;
}
.comBg::after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	content: "";
	background: url(img/common/bg01.png) no-repeat right -13rem top 15.5rem / 103.4rem,url(img/common/bg01.png) no-repeat left -17.5rem top 152.9rem / 103.4rem;
	pointer-events: none;
}
@media all and (max-width: 896px) {
	.comBg::after {
		background-size: 30rem;
		background-position: right -5rem top 25rem, left -5rem top 152.9rem !important;
	}
}
/*------------------------------------------------------------
	top
------------------------------------------------------------*/
/* mainVisual */
#top {
	margin-bottom: 15rem;
}
#top .mainVisual {
	padding: 17rem 0 10rem;
	min-height: 75.1rem;
	background: url(img/index/main_img.png) no-repeat left top / 136.4rem;
}
#top .mainVisual .content {
	align-items: center;
	flex-direction: row-reverse;
}
#top .mainVisual h2 {
	margin: 0 9rem 2rem 0;
	width: 49.3rem;
}
#top .mainVisual .videoBox {
	margin: 0 -1.5rem 0 0;
	position: relative;
	width: 42.8rem;
}
#top .mainVisual .videoBox video {
	width: 100%;
	height: 100%;
}
@media all and (max-width: 896px) {
	#top {
		margin-bottom: 7rem;
	}
	#top .mainVisual {
		padding: 5rem 0;
		min-height: 100%;
		background-image: url(img/common/page_img_sp.png);
		background-size: cover;
		background-position: center center;
	}
	#top .mainVisual .content {
		justify-content: space-between;
	}
	#top .mainVisual h2 {
		margin: 0;
		width: 50%;
	}
	#top .mainVisual h2 img {
		width: 100%;
	}
	#top .mainVisual .videoBox {
		margin: 0;
		width: 46%;
	}
}
/* about */
#top .comBg::after {
	background-position: right -13rem top 1.8rem ,left -17.5rem top 140.9rem;
}
#top .about {
	padding: 14.3rem 0 9.7rem;
	position: relative;
	z-index: 2;
}
#top .about .imgBox .photoBox {
	width: calc(50% - 3rem);
}
#top .about .imgBox .textBox {
	margin-top: 4.7rem;
	padding-bottom: 13rem;
	width: calc(50% - 1.8rem);
	position: relative;
}
#top .about .imgBox .textBox .sub {
	margin-left: auto;
	width: 51.5rem;
}
#top .about .imgBox .textBox .text {
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 2.13;
}
@media all and (max-width: 896px) {
	#top .about {
		padding: 5rem 0;
	}
	#top .about .imgBox {
		margin-bottom: 3rem;
		display: block;
	}
	#top .about .imgBox .photoBox {
		width: auto;
	}
	#top .about .imgBox .textBox {
		margin: 0 1.5rem 3rem;
		padding: 0;
		width: auto;
	}
	#top .about .imgBox .textBox .sub {
		margin-left: 0;
		width: auto;
	}
	#top .about .imgBox .textBox .text {
		text-align: justify;
		font-size: 1.5rem;
	}
}
/* company */
#top .company {
	padding: 22rem 0 16.5rem;
	background-color: #1A1A1A;
}
#top .company .imgBox {
	flex-direction: row-reverse;
}
#top .company .imgBox .photoBox {
	position: relative;
	z-index: 2;
	width: calc(50% - 6.1rem);
}
#top .company .imgBox .textBox {
	position: relative;
	display: flex;
	align-items: center;
	width: calc(50% + 2rem);
}
#top .company .imgBox .textBox::after {
	position: absolute;
	bottom: -3.5rem;
	left: -15rem;
	right: 0;
	z-index: 1;
	content: "";
	min-height: 27rem;
	max-height: 58%;
	height: 19.985vw;
	background-image: linear-gradient(90deg, rgba(255, 191, 255, 1) 0%, rgba(248, 190, 249, 1) 4.62%, rgba(237, 189, 239, 1) 15.93%, rgba(233, 189, 236, 1) 28%, rgba(172, 164, 171, 1) 67%, rgba(152, 104, 195, 1) 89%, rgba(122, 64, 184, 1) 100%);
	opacity: 0.53;
}
#top .company .imgBox .textBox .sub {
	padding-top: 7.2rem;
	position: relative;
	z-index: 2;
	width: 53rem;
}
#top .company .imgBox .headLine02 {
	margin-bottom: 3rem;
}
#top .company .imgBox .textBox .text {
	margin-bottom: 11rem;
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 2.13;
}
#top .company .imgBox .comLink {
	margin-left: auto;
	width: fit-content;
	right: 0;
	bottom: 1.5rem;
}
#top .company .imgBox .comLink a {
	padding: 0;
}
#top .company .imgBox .comLink a::after {
	display: none;
}
@media all and (max-width: 896px) {
	#top .company {
		padding: 5rem 0;
	}
	#top .company .imgBox {
		margin-bottom: 3rem;
		display: block;
	}
	#top .company .imgBox .photoBox {
		width: auto;
	}
	#top .company .imgBox .textBox {
		margin: 0 1.5rem 3rem;
		display: block;
		width: auto;
	}
	#top .company .imgBox .textBox::after {
		display: none;
	}
	#top .company .imgBox .textBox .sub {
		padding-top: 0;
		width: auto;
	}
	#top .company .imgBox .headLine02 {
		margin-bottom: 3rem;
	}
	#top .company .imgBox .textBox .text {
		margin-bottom: 0;
		font-size: 1.5rem;
	}
	#top .company .imgBox .comLink {
		margin-left: 0;
		width: auto;
	}
	#top .company .imgBox .comLink a {
		padding: 1rem 2rem;
	}
	#top .company .imgBox .comLink a::after {
		display: block;
	}
}
/* service */
#top .service {
	margin-bottom: 30rem;
	padding: 10.5rem 0 13rem;
	position: relative;
	z-index: 2;
}
#top .service .headLine02 {
	margin-bottom: 4.8rem;
}
#top .service .serviceList {
	margin-top: -1.5rem;
}
#top .service .serviceList li {
	margin: 1.5rem 2.8% 0 0;
	width: 22.9%;
}
#top .service .serviceList li:nth-child(4n) {
	margin-right: 0;
}
#top .service .serviceList a {
	display: block;
}
#top .service .serviceList a:hover {
	opacity: 0.7;
}
#top .service .serviceList img {
	width: 100%;
}
#top .service .comLink {
	margin-left: auto;
	width: 50.5%;
	right: 0;
}
#top .service .comLink a {
	padding: 3rem 2.5rem;
}
#top .service .comLink span {
	margin: 0;
}
@media all and (max-width: 896px) {
	#top .service {
		margin-bottom: 2rem;
		padding: 5rem 0;
	}
	#top .service .headLine02 {
		margin-bottom: 4.8rem;
	}
	#top .service .serviceList {
		margin: -1.5rem 0 3rem;
	}
	#top .service .serviceList li {
		margin: 1.5rem calc(4% / 3) 0 0;
		width: 24%;
	}
	#top .service .comLink {
		width: auto;
	}
	#top .service .comLink a {
		padding: 1rem 2rem;
	}
	#top .service .comLink span {
		margin: 0 0 0 auto;
	}
}
/* goals */
#top .goals .photo {
	margin: 0 auto 4.5rem;
	width: 45.1rem;
}
@media all and (max-width: 896px) {
	#top .goals .photo {
		margin-bottom: 3rem;
		width: 25rem;
	}
}
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#contact {
	margin-bottom: 19rem;
}
#contact .pageTitle {
	margin-bottom: 18.5rem;
}
#contact .content {
	max-width: 120.7rem;
}
#contact .mailForm .centerTxt {
	margin-bottom: 4.7rem;
	text-align: center;
	font-size: 1.7rem;
	letter-spacing: 0.15rem;
}
#contact .stepList {
	margin-bottom: 6.3rem;
}
#contact .stepList li {
	margin: 0 2.3rem 0 -2rem;
	padding: 0.7rem 0.5rem 0.7rem 2.5rem;
	width: 22rem;
	position: relative;
	z-index: 3;
	text-align: center;
	font-size: 1.56rem;
	font-family: "Noto Sans JP", sans-serif;
	color: #000;
	background-color: #E6E6E6;
	border: 1px solid #666;
}
#contact .stepList li:first-child {
	margin-left: 0;
}
#contact .stepList li::after {
	position: absolute;
	top: 0.5rem;
	right: -1.45rem;
	width: 2.55rem;
	height: 2.55rem;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	content: "";
	background-color: #E6E6E6;
	transform: rotate(45deg);
}
#contact .stepList li:nth-child(2) {
	z-index: 2;
}
#contact .stepList li:nth-child(3) {
	z-index: 1;
}
#contact .tableBox {
	padding: 0 6.5rem 4.5rem;
	background-color: rgba(255, 255, 255, 0.16);
}
#contact table {
	margin-bottom: 7rem;
	width: 100%;
	border-collapse: collapse;
}
#contact table th,
#contact table td {
	padding: 1.6rem 1rem;
	text-align: left;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	border-bottom: 0.1rem dotted #fff;
	vertical-align: middle;
	word-break: break-all;
}
#contact table tr:last-child th,
#contact table tr:last-child td {
	border-bottom: 0;
}
#contact table th {
	width: 40.1%;
	font-weight: 500;
}
#contact table td {
	padding: 1.6rem 0 1.8rem;
}
#contact table th .must,
#contact table th .any {
	padding: 0.15rem 0.55rem;
	display: inline-block;
	float: right;
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 500;
	background-color: #F7931E;
}
#contact table th .any {
	background-color: #0071BC;
}
#contact label {
	cursor: pointer;
}
#contact .wpcf7-list-item {
	margin-left: 0;
}
#contact .wpcf7-list-item:not(:last-child) {
	margin-bottom: 0.45rem;
	display: block;
}
#contact input[type="checkbox"] {
	display: none;
}
#contact input[type="checkbox"] ~ span {
	padding: 0.3rem 0 0.3rem 3.4rem;
	display: inline-block;
	background: url(img/common/radio_img.png) no-repeat left center / 2.4rem;
}
#contact input[type="checkbox"]:checked ~ span {
	background-image: url(img/common/radio_img_checked.png);
}
#contact table input[type="text"],
#contact table input[type="email"], 
#contact table input[type="tel"],
#contact table select, 
#contact table textarea {
	padding: 0.5rem 1.3rem;
	width: 100%;
	height: 4rem;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;
	border-radius: 0.3rem;
	border: 0.1rem solid #fff;
	background: #292929;
	box-sizing: border-box;
	box-shadow: none;
	background-color: transparent;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
#contact table select option {
	background-color: #292929;
}
#contact .wid01 {
	width: 27.9rem !important;
}
#contact .wid02 {
	width: 30.9rem !important;
}
#contact .wid03 {
	width: 37.9rem !important;
}
#contact .addList li:not(:last-child) {
	margin-bottom: 3rem;
}
#contact .addList span:not(.wpcf7-form-control-wrap) {
	margin-right: 1.2rem;
	font-size: 1.75rem;
	display: inline-block;
}
#contact .addList li.zip {
	display: flex;
	align-items: center;
}
#contact .addList li.zip .wpcf7-form-control-wrap {
	width: 27.9rem;
}
#contact .addList li.last .wpcf7-form-control-wrap {
	margin: 0;
	display: block !important;
}
#contact table textarea {
	min-height: 23.7rem;
	resize: vertical;
	border-radius: 0.7rem;
}
#main .mailForm .submit li {
	margin: 0 1.5rem;
	text-align: center;
}
#main .mailForm .submit input {
    width: 15rem;
    padding: 0.5rem 0;
    text-align: center;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
    background-color: #0071BC;
	border-radius: 0.3rem;
	box-shadow: none;
	box-sizing: border-box;
    border: 0;
	cursor: pointer;
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
	transition: .3s;
}
#contact .confirm label {
	cursor: default;
}
#contact .confirm input[type="checkbox"] ~ span {
	opacity: 0.7;
}
#contact .confirm table input,
#contact .confirm table select, 
#contact .confirm table textarea {
	opacity: 0.7;
	cursor: default;
}
#contact .confirm table input[type="text"],
#contact .confirm table input[type="email"], 
#contact .confirm table input[type="tel"],
#contact .confirm table select, 
#contact .confirm table textarea {
	border-color: rgba(255, 255, 255, 0.7);
	box-shadow: inset 0 0 0 100rem #292929 !important;
}
#contact .confirm table textarea:-webkit-autofill,
#contact .confirm table input:-webkit-autofill {
	-webkit-text-fill-color: #fff;
}
#contact .wpcf7-spinner {
    display: block;
    margin: 0 auto;
}
@media all and (min-width: 897px) {
	#contact table .tr01 th,
	#contact table .tr01 td {
		vertical-align: top;
	}
	#contact table .tr01 th {
		padding-top: 2.4rem;
	}
	#contact table .tr02 th {
		padding-top: 6.4rem;
	}
	#main .mailForm .submit input:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#contact {
		margin-bottom: 7rem;
	}
	#contact .content {
		max-width: 100%;
	}
	#contact .mailForm .centerTxt {
		margin-bottom: 4.7rem;
		font-size: 1.4rem;
		letter-spacing: 0.1rem;
	}
	#contact .stepList {
		margin-bottom: 6.3rem;
		display: block;
	}
	#contact .stepList li {
		margin: 0 auto 1rem !important;
		padding: 0.5rem 0;
		width: 25rem;
	}
	#contact .stepList li:last-child {
		margin-bottom: 0 !important;
	}
	#contact .stepList li::after {
		display: none;
	}
	#contact .tableBox {
		padding: 0 2rem 1.5rem;
	}
	#contact table {
		margin-bottom: 3rem;
	}
	#contact table th,
	#contact table td {
		padding: 1rem 0 !important;
		width: 100% !important;
		display: block;
	}
	#contact table th {
		padding-bottom: 0 !important;
		border-bottom: 0;
	}
	#contact table th .must, 
	#contact table th .any {
		font-size: 1.2rem;
	}
	#contact input[type="checkbox"] ~ span {
		padding-left: 2.5rem;
		background-size: 1.7rem;
	}
	#contact .wid01 {
		width: calc(100% - 3rem) !important;
	}
	#contact .wid02 {
		width: 100% !important;
	}
	#contact .wid03 {
		width: 100% !important;
	}
	#contact .addList li:not(:last-child) {
		margin-bottom: 1rem;
	}
	#contact .addList li.zip .wpcf7-form-control-wrap {
		width: auto;
		flex: 1;
	}
	#contact table textarea {
		min-height: 15rem;
	}
	#main .mailForm .submit {
		display: block;
	}
	#main .mailForm .submit li:not(:last-child) {
		margin-bottom: 1.5rem;
	}
}
/* thanks */
#contact .thanksBox .title {
	margin-bottom: 4rem;
	text-align: center;
	font-size: 2.5rem;
}
#contact .thanksBox .back {
	margin: 0 auto;
	width: 15rem;
}
#contact .thanksBox .back a {
	padding: 0.5rem 0;
    text-align: center;
	display: block;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
    font-size: 1.7rem;
    font-weight: 500;
    background-color: #0071BC;
	border-radius: 0.3rem;
}
#contact .thanksBox .back a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#contact .thanksBox .title {
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	about
------------------------------------------------------------*/
#about {
	margin-bottom: 13.5rem;
}
#about .comBg::after {
	background-position: right -13rem top 20.3rem ,left -17.5rem top 152.9rem;
}
#about .sec01 {
	padding-bottom: 8rem;
	position: relative;
	z-index: 2;
}
#about .sec01 .comImgBox {
	margin-bottom: 8.5rem;
}
#about .sec01 .text {
	margin-bottom: 3.6rem;
	font-size: 1.68rem;
	font-weight: 500;
	line-height: 2.135;
}
#about .sec01 .text:last-of-type {
	margin-bottom: 0;
}
#about .sec02 {
	padding: 8rem 0;
	position: relative;
	z-index: 2;
}
#about .sec02 .text {
	margin-bottom: 3.6rem;
	font-size: 1.68rem;
	font-weight: 500;
	line-height: 2.135;
}
#about .sec02 .text01 {
	margin-bottom: 5rem;
}
#about .sec02 .name {
	margin-right: 1.8rem;
	text-align: right;
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}
#about .sec02 .name img {
	margin-left: 4.3rem;
	width: 22rem;
	vertical-align: -1.5rem;
}
@media all and (max-width: 896px) {
	#about {
		margin-bottom: 7rem;
	}
	#about .sec01 {
		padding-bottom: 2rem;
	}
	#about .sec01 .comImgBox {
		margin-bottom: 3rem;
	}
	#about .sec01 .text {
		margin-bottom: 1.5rem;
		font-size: 1.6rem;
		line-height: 2;
	}
	#about .sec01 .text:last-of-type {
		margin-bottom: 0;
	}
	#about .sec02 {
		padding: 3rem 0;
	}
	#about .sec02 .text {
		margin-bottom: 1.5rem;
		font-size: 1.6rem;
		line-height: 2;
	}
	#about .sec02 .text01 {
		margin-bottom: 1.5rem;
	}
	#about .sec02 .name {
		margin-right: 1.8rem;
		font-size: 1.8rem;
	}
	#about .sec02 .name img {
		margin: 1rem 0 0 auto;
		width: 15rem;
		display: block;
		vertical-align: 0;
	}
}
/*------------------------------------------------------------
	company
------------------------------------------------------------*/
#company {
	margin-bottom: 16.5rem;
}
#company .pageTitle {
	margin-bottom: 19.3rem;
}
#company .company {
	padding: 16rem 0 10rem;
}
#company .company .headLine03 {
	margin-bottom: 9.8rem;
}
#company .headLine03 img {
	margin-right: 2rem;
	height: 5.4rem;
}
#company .company .tableBox table {
	width: 100%;
	border-collapse: collapse;
}
#company .company .tableBox th,
#company .company .tableBox td {
	padding: 2.5rem 3.5rem;
	text-align: left;
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 0.099em;
	line-height: 1.88;
	border-bottom: 0.1rem solid #fff;
	vertical-align: top;
	word-break: break-all;
}
#company .company .tableBox tr:first-child th,
#company .company .tableBox tr:first-child td {
	border-top: 0.1rem solid #fff;
}
#company .company .tableBox td {
	padding-right: 0;
}
#company .company .tableBox th {
	padding: 2.5rem 1.7rem;
	text-align-last: justify;
	width: 18.15%;
	background-color: rgba(255, 255, 255, 0.17);
}
#company .company .tableBox .tr01 td {
	letter-spacing: 0.05em;
}
#company .access {
	padding: 11.5rem 0;
}
#company .access .headLine03 {
	margin-bottom: 8.3rem;
}
#company .access .mapBox {
	margin: 0 auto 3.5rem;
	width: 87.5rem;
	position: relative;
	padding-bottom: 53.8%;
	filter: grayscale(100%)
}
#company .access .mapBox iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
#company .access p {
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 0.099em;
}
#company .comLink {
	position: static;
}
#company .comLink a {
	padding: 2.1rem 6rem;
	font-size: 2.4rem;
}
#company .comLink span {
	padding-right: 3.6rem;
	margin: 0 auto;
	letter-spacing: 0.2em;
	background-size: 2.3rem auto;
}
@media all and (max-width: 896px) {
	#company {
		margin-bottom: 7rem;
	}
	#company .company {
		padding: 7rem 0 5rem;
	}
	#company .company .headLine03 {
		margin-bottom: 4rem;
	}
	#company .company .tableBox th,
	#company .company .tableBox td {
		padding: 1.5rem 1rem !important;
		display: block;
		width: 100% !important;
		font-size: 1.4rem;
		letter-spacing: 0.05em;
	}
	#company .company .tableBox tr:first-child td {
		border-top: 0;
	}
	#company .company .tableBox td {
		padding-right: 0;
	}
	#company .company .tableBox th {
		text-align-last: auto;
		border-bottom: 0;
	}
	#company .company .tableBox .tr01 td {
		letter-spacing: 0.05em;
	}
	#company .access {
		padding: 3rem 0;
	}
	#company .access .headLine03 {
		margin-bottom: 3rem;
	}
	#company .access .mapBox {
		margin-bottom: 2rem;
		width: auto;
		padding-bottom: 65%;
	}
	#company .access p {
		font-size: 1.4rem;
	}
	#company .comLink {
		position: static;
	}
	#company .comLink a {
		padding: 1rem 2rem;
		font-size: 1.8rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#projects .comBg {
	padding-bottom: 11.7rem;
}
#projects .comBg::after {
	background-position: right -13rem top 20.7rem ,left -17.5rem top 161.9rem;
}
#projects .comImgBox {
	margin-bottom: 13rem;
}
#projects .comImgBox .photoBox {
	width: calc(50% - 15.5rem);
}
#projects .comImgBox .textBox .sub {
	padding-bottom: 2.7rem;
}
#projects .comImgBox .textBox::after {
	bottom: -3.953vw;
}
#projects .comImgBox .textBox .ttl {
	margin-bottom: 2.3rem;
	font-size: 2.8rem;
	line-height: 1.715;
}
#projects .headLine03 {
	margin-bottom: 19rem;
}
#projects .headLine03 img {
	height: 6.1rem;
} 
#projects .comPhotoBox01 {
	margin-bottom: 14.7rem;
}
#projects .comPhotoBox02::after {
	bottom: -0.9rem;
}
@media all and (max-width: 896px) {
	#projects .comBg {
		padding-bottom: 2rem;
	}
	#projects .comImgBox {
		margin-bottom: 5rem;
	}
	#projects .comImgBox .photoBox {
		width: auto;
	}
	#projects .comImgBox .textBox .sub {
		padding-bottom: 0;
	}
	#projects .comImgBox .textBox::after {
		bottom: 0;
	}
	#projects .comImgBox .textBox .ttl {
		margin-bottom: 2rem;
		font-size: 2.5rem;
	}
	#projects .headLine03 {
		margin-bottom: 5rem;
	}
	#projects .comPhotoBox01 {
		margin-bottom: 4rem;
	}
}
/*------------------------------------------------------------
	service
------------------------------------------------------------*/
#service {
	margin-bottom: 23rem;
	position: relative;
}
#service .comBg::after {
	background-position: right -13rem top 20rem, left -17.5rem top 162rem;
}
#service::after {
	width: 103.4rem;
	height: 80rem;
	position: absolute;
	bottom: -64rem;
	right: 0;
	content: "";
	z-index: 1;
	background: url(img/common/bg01.png) no-repeat right -13rem top / 100%;
	pointer-events: none;
}
#service .comImgBox {
	margin-bottom: 13.2rem;
}
#service .headLine03 {
	margin-bottom: 7rem;
}
#service .infoBox {
	margin-bottom: 12.7rem;
}
#service .infoBox01 {
	margin-bottom: 11rem;
}
#service .infoBox02 {
	margin-bottom: 6.5rem;
}
#service .infoBox h4 {
	margin-bottom: 0.7rem;
	padding: 0 0 0.5rem 3rem;
	text-indent: -3rem;
	font-size: 2.8rem;
	font-weight: 400;
	letter-spacing: 0.099em;
	line-height: 1.71;
	border-bottom: 1px solid #fff;
}
#service .infoBox .text {
	margin-bottom: 2.2rem;
	font-size: 1.7rem;
	line-height: 2.09;
	letter-spacing: -0.05em;
}
#service .infoBox .txtList li:not(:last-child) {
	margin-bottom: 4.2rem;
}
#service .infoBox .txtList .ttl {
	margin-bottom: 0.5rem;
	padding-left: 1.7rem;
	text-indent: -1.7rem;
	letter-spacing: 0.05em;
}
#service .infoBox .txtList .txt {
	line-height: 2.25;
	letter-spacing: -0.05em;
}
#service .comPhotoBox {
	margin-bottom: 12rem;
}
#service .comPhotoBox.downComPhotoBox {
	margin-bottom: 0;
}
#service .comPhotoBox.downComPhotoBox::after {
	bottom: -6.2rem;
}
@media all and (min-width: 897px) {
	#service .comImgBox .textBox::after {
		bottom: -3.807vw;
	}
	#service .comImgBox .photoBox {
		width: calc(50% - 12.6rem);
	}
	#service .comImgBox .textBox .sub {
		padding-bottom: 0;
	}
	#service .comImgBox .textBox .ttl {
		margin-bottom: 2.4rem;
		font-size: 2.8rem;
		line-height: 1.7;
	}
}
@media all and (max-width: 896px) {
	#service {
		margin-bottom: 10rem;
	}
	#service::after {
		width: 30rem;
		height: 30rem;
		bottom: 0;
		background-size: 30rem;
		background-position: right -5rem top;
	}
	#service .comImgBox {
		margin-bottom: 4rem;
	}
	#service .headLine03 {
		margin-bottom: 3rem;
	}
	#service .infoBox {
		margin-bottom: 4rem !important;
	}
	#service .infoBox h4 {
		font-size: 1.8rem;
		padding-left: 2rem;
		text-indent: -2rem;
	}
	#service .infoBox .text {
		font-size: 1.4rem;
	}
	#service .infoBox .txtList li:not(:last-child) {
		margin-bottom: 2rem;
	}
	#service .comPhotoBox {
		margin-bottom: 4rem;
	}
	#service .comPhotoBox.downComPhotoBox::after {
		bottom: -2rem;
	}
}
/*------------------------------------------------------------
	comPhotoBox
------------------------------------------------------------*/
.comPhotoBox {
	margin-bottom: 9rem;
	position: relative;
	z-index: 2;
}
.comPhotoBox::after {
	position: absolute;
	z-index: 1;
	top: -6.2rem;
	left: 0;
	height: 27rem;
	width: calc(50% + 27.8rem);
	content: "";
	opacity: 0.53;
	background-image: linear-gradient(90deg, rgba(255, 191, 255, 1) 0%, rgba(248, 190, 249, 1) 4.62%, rgba(237, 189, 239, 1) 15.93%, rgba(233, 189, 236, 1) 28%, rgba(172, 164, 171, 1) 67%, rgba(152, 104, 195, 1) 89%, rgba(122, 64, 184, 1) 100%);
	pointer-events: none;
}
.comPhotoBox ul {
	margin: 0 auto;
	max-width: 95.4rem;
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
}
.comPhotoBox li {
	width: 48.54%;
}
.comPhotoBox .pho {
	position: relative;
	padding-bottom: 63.3%;
}
.comPhotoBox img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comPhotoBox.downComPhotoBox {
	margin-bottom: 14rem;
}
.comPhotoBox.downComPhotoBox::after {
	top: auto;
	bottom: 0.8rem;
	left: auto;
	right: 0;
}
.comPhotoBox .centerTxt {
	margin-top: 3.3rem;
	text-align: center;
	position: relative;
	z-index: 2;
	font-size: 2.3rem;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.099em;
}
.comPhotoBox ul p {
	margin-top: 1.8rem;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.3rem;
	font-weight: 500;
	letter-spacing: 0.099em;
}
@media all and (max-width: 896px) {
	.comPhotoBox {
		padding: 0 1.5rem;
		margin-bottom: 4rem;
	}
	.comPhotoBox::after {
		top: -2rem;
		width: 100%;
		height: 25vw;
	}
	.comPhotoBox ul {
		max-width: 100%;
	}
	.comPhotoBox.downComPhotoBox {
		margin-bottom: 7rem;
	}
	.comPhotoBox.downComPhotoBox::after {
		bottom: -1rem;
	}
	.comPhotoBox .centerTxt {
		margin-top: 1.5rem;
		font-size: 1.3rem;
	}
	.comPhotoBox ul p {
		margin-top: 1.5rem;
		font-size: 1.3rem;
	}
}
/*------------------------------------------------------------
	sdgs
------------------------------------------------------------*/
#sdgs {
	margin-bottom: 27.5rem;
}
#sdgs .comBg::after {
	background: url(img/common/bg01.png) no-repeat right -13rem top 17.5rem / 103.4rem;
}
#sdgs .pageTitle {
	margin-bottom: 17.5rem;
}
#sdgs .content {
	position: relative;
	z-index: 2;
}
#sdgs .photo {
	margin: 0 auto 20rem;
	width: 52.3rem;
}
#sdgs .headLine03 {
	margin-bottom: 7.4rem;
}
#sdgs .text {
	margin-bottom: 4.4rem;
	text-align: justify;
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 2.13;
}
#sdgs .text:last-of-type {
	margin-bottom: 7.3rem;
}
#sdgs .sdgsList {
	margin: 0 4rem;
}
#sdgs .sdgsList > li:not(:last-child) {
	margin-bottom: 7.5rem;
}
#sdgs .sdgsList h4 {
	margin-bottom: 2.7rem;
	font-size: 2.3rem;
	letter-spacing: 0.099em;
}
#sdgs .sdgsList .photoList {
	margin: -2rem 0 4rem;
}
#sdgs .sdgsList .photoList li {
	margin: 2rem 5rem 0 0;
	width: 16.5rem;
}
#sdgs .sdgsList .photoList li:nth-child(4n) {
	margin-right: 0;
}
#sdgs .sdgsList .photoList img {
	width: 100%;
}
#sdgs .sdgsList .txt {
	margin-bottom: 3rem;
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 2.13;
	letter-spacing: -0.02em;
}
#sdgs .sdgsList .amount {
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 2.13;
}
#sdgs .sdgsList .amount span {
	margin-right: 2rem;
	min-width: 17.4rem;
	display: inline-block;
}
@media all and (max-width: 896px) {
	#sdgs {
		margin-bottom: 5rem;
	}
	#sdgs .comBg::after {
		background-size: 30rem auto;
	}
	#sdgs .photo {
		margin-bottom: 7rem;
		width: 30rem;
	}
	#sdgs .headLine03 {
		margin-bottom: 3rem;
	}
	#sdgs .text {
		margin-bottom: 2rem;
		font-size: 1.6rem;
	}
	#sdgs .text:last-of-type {
		margin-bottom: 3rem;
	}
	#sdgs .sdgsList {
		margin: 0;
	}
	#sdgs .sdgsList > li:not(:last-child) {
		margin-bottom: 4rem;
	}
	#sdgs .sdgsList h4 {
		margin-bottom: 1.5rem;
		font-size: 1.8rem;
	}
	#sdgs .sdgsList .photoList {
		margin: -2rem 0 1rem;
	}
	#sdgs .sdgsList .photoList li {
		margin-right: calc(4% / 3);
		width: 24%;
	}
	#sdgs .sdgsList .txt {
		margin-bottom: 3rem;
		font-size: 1.6rem;
	}
	#sdgs .sdgsList .amount {
		font-size: 1.6rem;
	}
	#sdgs .sdgsList .amount span {
		margin-right: 2rem;
		min-width: 16.5rem;
	}
}
/*------------------------------------------------------------
	show
------------------------------------------------------------*/
.show {
    position: relative;
    transform: translateX(-100%); 
	opacity: 0; 
	-webkit-opacity:0;
    transition: all 1s ease;
}
.show.on {
	transform: translateX(0); 
	opacity: 1; 
	-webkit-opacity:1;
}