@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#gHeader .logo img {
	filter: brightness(0) invert(1);
}
#gNavi .logo img {
	filter: initial;
}
#main .mainVisual {
	position: relative;
	width: 100%;
	height: 100svh;
	clip-path: inset(0 0 0 0);
}
#main .mainVisual::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #2C2C2C;
	opacity: 0.6;
	z-index: 3;
	pointer-events: none;
}
#main .mainVisual h1 {
	margin-top: 4.1rem;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	color: #fff;
	text-align: center;
	font-size: 4.2rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	transform: translateY(-50%);
	z-index: 5;
}
#main .mainVisual h1 .imgtext {
	margin-top: 2.1rem;
	display: block;
}
#main .mainVisual h1 .imgtext img {
	width: 35.3rem;
}
.mainVisual .sliderList {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
}
.mainVisual .swiper-slide {
	position: relative;
	overflow: hidden;
	height: 100svh;
}
.mainVisual .swiper-slide figure {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.mainVisual .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}
#main .mainVisual .scrollBtn {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: 5;
}
#main .mainVisual .scrollBtn a {
	padding-bottom: 10.7rem;
	display: block;
	position: relative;
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 0.18em;
	white-space: nowrap;
}
#main .mainVisual .scrollBtn a .line {
	width: 0.1rem;
	height: 9.8rem;
	position: absolute;
	left: 50%;
	bottom: 0;
	overflow: hidden;
}
#main .mainVisual .scrollBtn a .line::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	content: '';
	transform: translateY(-100%);
	animation: line 3s forwards infinite linear;
}
@keyframes line {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(100%);
	}
}
#main .mainVisual .scrollBtn a:hover {
	opacity: 0.7;
}
#main .mainVisual {
	margin-bottom: 12.3rem;
}
#main .event {
	margin-bottom: 11.7rem;
	position: relative;
}
#main .event .ttlBox {
	margin-bottom: 7.8rem;
	display: flex;
	gap: 5.2rem;
}
#main .event .ttlBox .headLine08 {
	margin: 1rem 0 0;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: flex-end;
}
#main .event .ttlBox .headLine08 .jp {
	letter-spacing: -0.06em;
}
#main .event .ttlBox .img img {
	width: 9rem;
}
#main .event .comEventList li .photo {
	margin-bottom: 0;
}
#main .event .comEventList li .tag {
	margin-bottom: 1rem;
}
#main .event .comEventList li .time {
	border-bottom: none;
	font-size: 1.4rem;
	padding-bottom: 0;
	margin-bottom: 0.9rem;
}
#main .event .comBtn {
	margin: 0;
	position: absolute;
	right: -0.1rem;
	top: 2.2rem;
}
#main .information {
	margin: 0 0 10rem -0.7rem;
	display: grid;
	grid-template-columns: 24.1rem 1fr;
	grid-auto-rows: auto 1fr;
	gap: 0 2rem;
}
#main .information .headLine08 {
	margin-bottom: 3.8rem;
	grid-column: 1;
	grid-row: 1;
	font-size: 1.8rem;
}
#main .information .headLine08 .en img {
	width: 21.1rem;
}
#main .information .list {
	margin-top: 0.6rem;
	grid-column: 2;
	grid-row: 1 / 3;
	border-top: 0.1rem solid #C7C7C7;
}
#main .information .list li {
	border-bottom: 0.1rem solid #C7C7C7;
}
#main .information .list li a {
	padding: 2.7rem 0 2.6rem;
	display: flex;
	align-items: flex-start;
}
#main .information .list li a:hover {
	opacity: 0.7;
}
#main .information .list li a .date {
	margin-top: 0.3rem;
	width: 9.4rem;
	color: #505050;
	font-size: 1.4rem;
	flex-shrink: 0;
}
#main .information .list li a .tag {
	margin-right: 1.6rem;
	padding: 0.5rem 0.5rem;
	width: 7.7rem;
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.2;
	border-radius: 0.2rem;
	border: 0.1rem solid #909090;
}
#main .information .list li a .ttl {
	flex: 1;
	letter-spacing: 0.04em;
}
#main .information .comBtn {
	margin: 0;
	grid-column: 1;
	grid-row: 2;
	text-align: left;
}
#main .wave-container {
	position: absolute;
	left: 0;
	top: -10.4rem;
}
#main .concept {
	padding: 16.4rem 0 11.2rem;
	position: relative;
}
#main .concept .content {
	width: 101.2rem;
	position: relative;
	z-index: 1;
}
#main .concept .innerBox {
	margin: 0 auto;
	width: 87.6rem;
}
#main .concept .headLine08 {
	gap: 0;
}
#main .concept .headLine08 .en {
	margin-bottom: -0.3rem;
}
#main .concept .headLine08 .en img {
	width: 38.7rem;
}
#main .concept p {
	margin-bottom: 3.6rem;
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: 0.04em;
}
#main .concept .comBtn {
	margin: 5.5rem 6.6rem 0;
	text-align: right;
}
#main .photoArea img {
	width: 100%;
}
#main .feature {
	background: url(../img/common/bg01.png) repeat left top / 1.5rem;
}
#main .feature .content {
	width: 102rem;
	padding: 17.6rem 0 34rem;
	position: relative;
}
#main .feature .content::before {
	content: '';
	width: 1rem;
	height: 100%;
	position: absolute;
	left: 14rem;
	top: 0;
	background: linear-gradient(#ff824a 0%, #7ca0f2 100%);
}
#main .feature .headLine08 {
	margin-bottom: 9.3rem;
	align-items: center;
	font-size: 1.8rem;
	letter-spacing: 0.04em;
	position: relative;
	z-index: 1;
}
#main .feature .headLine08 .en img {
	width: 36.8rem;
}
#main .feature .imgList {
	display: flex;
	flex-direction: column;
	gap: 10rem;
	position: relative;
	z-index: 1;
}
#main .feature .imgList li {
	display: flex;
	gap: 4.1rem;
	width: 100%;
}
#main .feature .imgList li .photoBox {
	width: 30rem;
}
#main .feature .imgList li .photoBox img {
	width: 100%;
	border-radius: 0.4rem;
}
#main .feature .imgList li .textBox {
	margin-right: 7.4rem;
	flex: 1;
}
#main .feature .imgList li .textBox .ttlBox {
	margin-bottom: 0.3rem;
	position: relative;
	display: flex;
	align-items: flex-start;
}
#main .feature .imgList li .textBox .ttlBox .heading {
	margin-right: -0.1rem;
	padding: 2.6rem 0 0.9rem;
	flex: 1;
	font-size: 3.4rem;
	font-weight: 700;
	border-bottom: 0.1rem solid #909090;
}
#main .feature .imgList li .textBox .ttlBox .heading .en {
	display: block;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	color: #505050;
}
#main .feature .imgList li .textBox .ttlBox .image {
	margin-top: 2.7rem;
	width: 17rem;
}
#main .feature .imgList li .textBox .subBox {
	position: relative;
	padding-right: 15rem;
}
#main .feature .imgList li .textBox p {
	line-height: 2;
}
#main .feature .imgList li .textBox .comBtn {
	margin: 0;
	position: absolute;
	right: -1.1rem;
	bottom: 0;
}
#main .feature .imgList li .textBox .ttlBox02 {
	margin-bottom: 1.8rem;
}
#main .feature .imgList li .textBox .ttlBox02 .image {
	width: 19.2rem;
	margin-top: 2.2rem;
	margin-right: -0.4rem;
}
#main .feature .imgList li .textBox .ttlBox03 {
	margin-bottom: 1rem;
}
#main .feature .imgList li .textBox .ttlBox03 .image {
	width: 20.5rem;
	margin-top: 1.3rem;
	margin-right: -2.3rem;
}
#main .feature .imgList li .textBox .ttlBox04 .image {
	width: 17.7rem;
	margin-top: 3.4rem;
	margin-right: -1.2rem;
}
#main .works {
	margin-bottom: var(--distance);
	padding: 4rem 0 11.5rem;
	position: relative;
	color: #fff;
	background: #406190;
	--y: 0px;
	--distance: 0px;
	transform: translateY(var(--y));
	z-index: 10;
}
#main .works::before {
	margin-bottom: -0.2rem;
	width: 100%;
	height: 20.8rem;
	position: absolute;
	left: 0;
	bottom: 100%;
	background: #406190;
	clip-path: polygon(0 calc(100% - 0.6rem), 100% 0, 100% 100%, 0 100%);
	content: '';
}
#main .works .ttlBox {
	padding-left: 3rem;
	position: relative;
}
#main .works .headLine08 {
	margin-bottom: 8rem;
	align-items: center;
	gap: 1.7rem;
	font-size: 1.8rem;
	letter-spacing: 0.04em;
}
#main .works .headLine08 .en img {
	width: 23.7rem;
}
#main .works .headLine08 .jp {
	color: #fff;
	font-weight: 700;
}
#main .works .ttlBox .image {
	width: 19.4rem;
	position: absolute;
	right: 11.1rem;
	top: -2.2rem;
}
#main .works .comCaseList {
	margin-bottom: 7.1rem;
	gap: 7.5rem 0;
}
#main .works .comCaseList li {
	width: 50%;
}
#main .works .comCaseList li .photo {
	margin-bottom: 1.3rem;
}
#main .works .comCaseList li .photo img {
	aspect-ratio: 683/330;
}
#main .works .comCaseList li .txtBox {
	padding: 0 5.2rem;
	width: 58rem;
	max-width: 100%;
}
#main .works .comCaseList li:nth-child(2n-1) .txtBox {
	margin-left: auto;
}
#main .works .comCaseList li .text {
	font-size: 1.3rem;
	margin-top: 0.5rem;
}
#main .works .comCaseList li .tagBox {
	margin-bottom: 1.6rem;
}
#main .works .comCaseList li .tagBox .tag span {
	background-color: #F05712;
	color: #fff;
	border-color: #F05712;
}
#main .works .comCaseList li .ttl {
	min-height: 6rem;
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	line-height: 1.667;
}
#main .works .comBtn a .comArrow {
	border-color: #fff;
}
#main .voice {
	padding: 14.6rem 0 10.3rem;
	background: url(../img/common/bg01.png) repeat left top / 1.5rem;
}
#main .voice .content {
	width: 90rem;
}
#main .voice .headLine08 {
	margin-bottom: 2.3rem;
	align-items: center;
	gap: 2.3rem 0;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}
#main .voice .headLine08 .en img {
	width: 31.3rem;
}
#main .voice .headLine08 .jp {
	color: #2C2C2C;
}
#main .voice .ttlBox {
	margin-bottom: 5.1rem;
	position: relative;
}
#main .voice .ttlBox .img01 {
	position: absolute;
	width: 14.5rem;
	left: 5.2rem;
	top: 4.5rem;
}
#main .voice .ttlBox .img02 {
	position: absolute;
	width: 7.6rem;
	right: 7.2rem;
	top: 4.5rem;
}
#main .voice .ttlBox p {
	text-align: center;
	line-height: 2;
}
#main .voice .comVoiceList {
	margin-bottom: 10rem;
}
#main .voice .comVoiceList li {
	width: 42rem;
}
#main .voice .comVoiceList li .photo img {
	aspect-ratio: 420/282;
}
#main .voice .comVoiceList li .textBox {
	padding: 0.4rem 6rem 0 0;
	width: 100%;
	position: relative;
}
#main .voice .comVoiceList li .textBox .text01 {
	padding: 0 0 0.7rem;
	width: auto;
	display: block;
	border: none;
}
#main .voice .comVoiceList li .textBox .text02 {
	padding: 0;
	width: auto;
	display: block;
}
#main .voice .comVoiceList li .textBox .comArrow {
	margin-top: 0.3rem;
	right: 0;
	top: 0.5rem;
	transform: none;
}
#main .visit {
	margin-bottom: 15.8rem;
	display: flex;
}
#main .visit .photo {
	width: 50%;
}
#main .visit .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .visit .textBox {
	padding: 8.8rem 4rem 3.8rem;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	background: #406190;
}
#main .visit .textBox .headLine08 {
	margin-bottom: 3.3rem;
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 0.04em;
	align-items: center;
	gap: 1.9rem 0;
}
#main .visit .textBox .headLine08 .en img {
	width: 32.1rem;
}
#main .visit .textBox .headLine08 .jp {
	color: #fff;
}
#main .visit .textBox p {
	margin-bottom: 5.2rem;
	font-size: 2.4rem;
	line-height: 1.6667;
}
#main .visit .textBox .image {
	margin-bottom: 3rem;
}
#main .visit .textBox .image img {
	width: 21.8rem;
}
#main .visit .textBox .comArrow {
	border-color: #fff;
}
#main .recommend {
	margin-bottom: 12rem;
}
#main .recommend .headLine08 {
	margin-bottom: 6rem;
	align-items: center;
	gap: 1.3rem;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}
#main .recommend .headLine08 .en img {
	width: 36.4rem;
}
#main .recommend .imgList li {
	width: 51rem;
}
#main .recommend .imgList li a {
	display: block;
}
#main .recommend .imgList li .photo {
	margin-bottom: 1.9rem;
	overflow: hidden;
}
#main .recommend .imgList li .photo img {
	width: 100%;
	transition: transform 0.5s;
}
#main .recommend .imgList li .ttl {
	margin-bottom: 1.7rem;
	padding-right: 5rem;
	position: relative;
	font-size: 2rem;
	font-weight: 700;
}
#main .recommend .imgList li .ttl .en {
	margin-bottom: 1.9rem;
	display: block;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.2em;
}
#main .recommend .imgList li .ttl .jp {
	color: #505050;
	letter-spacing: 0.04em;
}
#main .recommend .imgList li .ttl .comArrow {
	margin-top: 0.7rem;
	right: 0;
}
#main .recommend .imgList li p {
	font-size: 1.4rem;
	color: #505050;
	line-height: 1.714;
}
#main .company {
	padding: 7.2rem 0 12.4rem;
	position: relative;
}
#main .company .content {
	position: relative;
	z-index: 1;
}
#main .company .headLine08 {
	margin-bottom: 7.7rem;
	align-items: center;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	gap: 0.9rem;
}
#main .company .headLine08 .en img {
	width: 28.2rem;
}
#main .company .headLine08 .jp {
	color: #909090;
}
#main .company .btnBox {
	margin-bottom: 5.6rem;
	gap: 5.7rem;
}
#main .company .comBtn a {
	font-size: 1.8rem;
}
#main .company .snsList {
	gap: 4rem;
}
#main .company .snsList li a {
	display: flex;
	align-items: center;
	gap: 1rem;
}
#main .company .snsList li a:hover {
	opacity: 0.7;
}
#main .company .snsList li img {
	width: 2.1rem;
	flex-shrink: 0;
}
#main .company .snsList li .txt {
	font-size: 1.4rem;
	letter-spacing: 0.08em;
}
@keyframes headerShow {
	from {
		opacity: 0;
		transform: translateY(-100%);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@media all and (min-width: 897px) {
	#gHeader {
		min-height: 12rem;
		position: absolute;
		background: linear-gradient(rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
	}
	#gNavi .naviList > li > a:not(:hover) {
		color: #fff;
	}
	#main .recommend .imgList li a:hover .photo img {
		transform: scale(1.05);
	}
	#gNavi .naviList .subList {
		color: #fff;
		background: transparent;
	}
	#gHeader.fix {
		position: fixed;
		min-height: initial;
		animation: headerShow .3s ease forwards;
		background: rgba(255, 255, 255, 0.8);
	}
	#gHeader.fix .logo img {
		filter: initial;
	}
	#gHeader.fix #gNavi .naviList > li > a:not(:hover) {
		color: #2C2C2C;
	}
	#gHeader.fix #gNavi .naviList .subList {
		color: #2C2C2C;
		background: rgba(255, 255, 255, 0.8);
	}
	#main .works .comBtn a:hover .comArrow {
		border-color: #F05712
	}
	#main .visit .textBox a:hover .comArrow {
		border-color: #F05712
	}
}
@media all and (min-width: 897px) and (max-width: 1179px) {
	#gHeader:not(.fix) {
		min-height: 10.169vw;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		position: absolute;
		background: transparent;
	}
	#main .mainVisual h1 {
		margin-top: 0;
		padding: 0 0 2.8rem 1.5rem;
		font-size: 3.2rem;
	}
	#main .mainVisual h1 .imgtext {
		margin-top: 0.7rem;
		padding-right: 1.8rem;
	}
	#main .mainVisual h1 .imgtext img {
		width: 18.5rem;
	}
	#main .mainVisual .sliderList li img {
		object-fit: cover;
		aspect-ratio: 375/800;
	}
	#main .mainVisual {
		margin-bottom: 8rem;
	}
	#main .event {
		margin-bottom: 18rem;
	}
	#main .event .ttlBox {
		margin-bottom: 3.5rem;
		padding-right: 1.1rem;
		justify-content: space-between;
		gap: 0;
	}
	#main .event .ttlBox .headLine08 {
		margin: 0;
		flex-direction: column;
		align-items: flex-start;
	}
	#main .event .comEventList {
		margin: 0 0.7rem 6.5rem 0.8rem;
		gap: 6rem;
	}
	#main .event .comBtn {
		margin: 0 0.5rem;
		position: relative;
		right: auto;
		top: auto;
		text-align: right;
	}
	#main .information {
		margin: 0 0 18.6rem;
		display: block;
	}
	#main .information .headLine08 {
		margin-bottom: 4.2rem;
		font-size: 1.6rem;
		gap: 0;
	}
	#main .information .headLine08 .jp {
		margin-top: -0.2rem;
	}
	#main .information .list {
		margin: 0 0 2.6rem;
	}
	#main .information .list li a {
		padding: 2rem 0 2.1rem;
		gap: 1.3rem 0;
		flex-wrap: wrap;
	}
	#main .information .list li a .ttl {
		width: 100%;
		flex: initial;
		font-size: 1.6rem;
	}
	#main .information .comBtn {
		text-align: right;
	}
	#main .wave-container {
		top: 0;
	}
	#main .concept {
		padding: 12rem 0 12rem;
	}
	#main .concept .innerBox {
		margin: 0 2rem;
		width: auto;
	}
	#main .concept .headLine08 .en {
		margin-bottom: -0.2rem;
	}
	#main .concept .headLine08 .en img {
		width: 26.3rem;
	}
	#main .concept p {
		margin-bottom: 3.2rem;
		font-size: 1.6rem;
	}
	#main .concept .comBtn {
		margin: 6.1rem -0.2rem 0;
		text-align: right;
	}
	#main .feature .content {
		padding: 12rem 0 13.6rem;
	}
	#main .feature .content::before {
		width: 0.5rem;
		left: 2rem;
	}
	#main .feature .headLine08 {
		margin-bottom: 5.8rem;
		font-size: 1.6rem;
		gap: 1.6rem 0;
	}
	#main .feature .headLine08 .en img {
		width: 24.5rem;
	}
	#main .feature .imgList {
		gap: 7.6rem;
	}
	#main .feature .imgList li {
		display: block;
		position: relative;
	}
	#main .feature .imgList li .photoBox {
		width: 17rem;
		position: absolute;
		left: -0.2rem;
		top: 0;
	}
	#main .feature .imgList li .textBox {
		margin-right: 0;
	}
	#main .feature .imgList li .textBox .ttlBox {
		margin-bottom: 0.3rem;
		display: block;
	}
	#main .feature .imgList li .textBox .ttlBox .heading {
		margin-right: 0;
		padding: 1.5rem 0 0 18.4rem;
		font-size: 2rem;
		border: none;
	}
	#main .feature .imgList li .textBox .ttlBox .heading .en {
		font-size: 0.8rem;
	}
	#main .feature .imgList li .textBox .ttlBox .image {
		margin: 2.3rem 0 0 4.5rem;
		width: auto !important;
	}
	#main .feature .imgList li .textBox .ttlBox .image img {
		width: 100%;
	}
	#main .feature .imgList li .textBox .subBox {
		padding: 0 2rem 0 4.5rem;
	}
	#main .feature .imgList li .textBox .comBtn {
		margin: 1.6rem -0.6rem 0 0;
		position: relative;
		right: auto;
		bottom: auto;
		text-align: right;
	}
	#main .feature .imgList li .textBox .comBtn a {
		letter-spacing: 0.1em;
		font-size: 1.2rem;
	}
	#main .feature .imgList li .textBox .comBtn .comArrow {
		width: 2.8rem;
	}
	#main .feature .imgList li .textBox .ttlBox02 {
		margin-bottom: 1.1rem;
	}
	#main .feature .imgList li .textBox .ttlBox02 .image {
		margin: 2.8rem 0 0 4.5rem;
	}
	#main .feature .imgList li .textBox .ttlBox03 {
		margin-bottom: 1rem;
	}
	#main .feature .imgList li .textBox .ttlBox03 .image {
		margin: 0 0 0 4.5rem;
	}
	#main .feature .imgList li .textBox .ttlBox04 {
		margin-bottom: 0.8rem;
	}
	#main .feature .imgList li .textBox .ttlBox04 .image {
		margin: 0.3rem 0 0 4.5rem;
	}
	#main .works {
		padding: 9.4rem 0 11.5rem;
	}
	#main .works::before {
		height: 6.2rem;
	}
	#main .works .ttlBox {
		padding-left: 0;
	}
	#main .works .headLine08 {
		margin-bottom: 3.8rem;
		gap: 0.8rem;
		font-size: 1.6rem;
	}
	#main .works .headLine08 .en img {
		width: 10.1rem;
	}
	#main .works .ttlBox .image {
		width: 12.1rem;
		right: 0;
		top: -8.7rem;
	}
	#main .works .comCaseList {
		margin-bottom: 10.1rem;
		gap: 7.9rem 0;
	}
	#main .works .comCaseList li {
		width: 100%;
	}
	#main .works .comCaseList li .photo {
		margin-bottom: 1rem;
	}
	#main .works .comCaseList li .photo img {
		aspect-ratio: 375/212;
	}
	#main .works .comCaseList li .txtBox {
		padding: 0 3.4rem;
		width: auto;
	}
	#main .works .comCaseList li:nth-child(2n-1) .txtBox {
		margin-left: 0;
	}
	#main .works .comCaseList li .text {
		font-size: 1.2rem;
		margin-top: 0;
	}
	#main .works .comCaseList li .tagBox {
		margin-bottom: 1.1rem;
		padding-bottom: 0.8rem;
	}
	#main .works .comCaseList li .tagBox .tag span {
		min-width: 6.5rem;
		padding: 0.2rem 0.7rem 0.2rem;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	#main .works .comCaseList li .ttl {
		min-height: initial;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	#main .voice {
		padding: 12rem 0 11.5rem;
	}
	#main .voice .headLine08 {
		margin-bottom: 2.4rem;
		gap: 1.4rem 0;
		font-size: 1.6rem;
	}
	#main .voice .headLine08 .en img {
		width: 17.7rem;
	}
	#main .voice .ttlBox {
		margin-bottom: 5.6rem;
	}
	#main .voice .ttlBox .img01,
	#main .voice .ttlBox .img02 {
		display: none;
	}
	#main .voice .comVoiceList {
		margin-bottom: 8rem;
		gap: 6rem;
	}
	#main .voice .comVoiceList li {
		width: 100%;
	}
	#main .voice .comVoiceList li .textBox {
		padding: 0 4rem 0 0;
	}
	#main .voice .comVoiceList li .textBox .text01 {
		margin-top: 0.8rem;
		padding: 0;
	}
	#main .voice .comVoiceList li .textBox .text02 {
		font-weight: 700;
	}
	#main .voice .comVoiceList li .textBox .comArrow {
		margin-top: 0;
		top: 1rem;
		transform: none;
	}
	#main .visit {
		margin-bottom: 12rem;
		display: block;
	}
	#main .visit .photo {
		width: 100%;
	}
	#main .visit .textBox {
		padding: 8.1rem 2rem 11.4rem;
		width: 100%;
		display: block;
	}
	#main .visit .textBox .headLine08 {
		margin-bottom: 2.4rem;
		font-size: 1.6rem;
		gap: 1.3rem;
	}
	#main .visit .textBox .headLine08 .en img {
		width: 18.2rem;
	}
	#main .visit .textBox p {
		margin-bottom: 5rem;
		font-size: 1.6rem;
		line-height: 2;
	}
	#main .visit .textBox .image {
		margin-bottom: 4.4rem;
	}
	#main .visit .textBox .image img {
		width: 17.6rem;
	}
	#main .recommend {
		margin-bottom: 8rem;
	}
	#main .recommend .headLine08 {
		margin-bottom: 4.7rem;
		gap: 1.4rem;
		font-size: 1.6rem;
	}
	#main .recommend .headLine08 .en img {
		width: 20.6rem;
	}
	#main .recommend .imgList {
		gap: 7.6rem;
	}
	#main .recommend .imgList li {
		width: 100%;
	}
	#main .recommend .imgList li .photo {
		margin-bottom: 1.2rem;
	}
	#main .recommend .imgList li .photo img {
		border-radius: 0.2rem;
	}
	#main .recommend .imgList li .ttl {
		margin-bottom: 1.3rem;
		padding-right: 4rem;
		font-size: 1.8rem;
	}
	#main .recommend .imgList li .ttl .en {
		margin-bottom: 0.5rem;
		font-size: 0.8rem;
	}
	#main .recommend .imgList li .ttl .comArrow {
		margin-top: 0;
	}
	#main .recommend .imgList li p {
		line-height: 2;
	}
	#main .company {
		padding: 4.5rem 0 0.9rem;
	}
	#main .company .headLine08 {
		margin-bottom: 5.4rem;
		gap: 0.5rem;
	}
	#main .company .headLine08 .en img {
		width: 15.9rem;
	}
	#main .company .btnBox {
		margin-bottom: 3.5rem;
		gap: 3.8rem;
	}
	#main .company .comBtn a {
		font-size: 1.4rem;
	}
	#main .company .snsList {
		gap: 2rem;
	}
	#main .company .snsList li a {
		gap: 0.8rem;
	}
	#main .company .snsList li img {
		width: 2rem;
	}
	#main .company .snsList li .txt {
		font-size: 1.2rem;
	}
}