@charset "utf-8";

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

	index

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

main .mv {
	position: relative;
	height: 100vh;
}

main .mv:before {
	content: '';
	position: absolute;
	top: 150px;
	width: calc(100% - 60px);
	height: 1px;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.5);
	margin: auto;
}

main .mv {
	position: relative;
	min-height: 780px;
}

main .mv>picture {
	display: block;
}

main .mv>picture img {
	width: 100%;
}

main .mv .mv_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}


main .mv .subtitle {
	text-align: right;
	margin-right: 100px;
}

main .mv .subtitle img {
	display: inline-block;
}

main .mv .title span {
	color: var(--wt);
	font-size: 1.4rem;
	letter-spacing: 2px;
}

main .mv .title span.en {
	font-size: 1.3rem;
	letter-spacing: 2px;
}

main .mv .title span.en:after {
	content: '';
	display: inline-block;
	width: 80px;
	height: 1px;
	background-color: var(--line-wt);
	margin: 5px 14px;
}

main .mv .logo {
	text-align: right;
	margin-right: 100px;
	margin-top: 50px;
}

main .mv .logo img {
	display: inline-block;
}

main .mv .title {
	color: #fff;
	text-align: right;
	font-size: 1.5rem;
	padding-right: 100px;
	margin-top: 50px;
	line-height: 2.5em;
	letter-spacing: 2px;
}



.information {
	position: relative;
	margin-bottom: 100px;
	margin-top: -150px;
}

.information .en_title {
	text-align: center;
	position: absolute;
	top: -73px;
	left: calc((100% - 1260px) / 2 + 30px);
	width: 100%;
	z-index: 1;
}

.information .inner {
	max-width: 1260px;
	padding: 0 30px;
	margin: 0 auto;
	padding: 0px 30px;
	/* margin-top: 100px; */
}

.information .inner .en_heading {
	font-size: 1.6rem;
	color: var(--wt);
}

.information .inner .ja_heading {
	font-size: 1.3rem;
	color: var(--wt);
	font-weight: 300;
	margin-top: 5px;
}

.information .news_list {
	max-width: 683px;
	width: 100%;
	margin-top: 30px;
}

.information .news_list li {
	margin-bottom: 20px;
}

.information .news_list li a {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--line-wt);
	padding-right: 50px;
	position: relative;
}

.information .news_list li a:before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: var(--wt);
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.information .news_list li a:after {
	content: '';
	display: inline-block;
	width: 40px;
	height: 1px;
	background-color: var(--line-wt);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.information .news_list li a .date {
	font-size: 1.3rem;
	color: var(--wt);
	font-weight: 700;
	width: 90px;
}

.information .news_list li a .title {
	font-size: 1.3rem;
	color: var(--wt);
	width: calc(100% - 90px);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
}

.information .view_more {
	margin-top: 30px;
}

.information .view_more a {
	background-color: transparent;
	color: var(--wt);
	border: 1px solid transparent;
	padding-left: 0px;
}


.concept {
	position: relative;
	padding-bottom: 100px;
}

.concept .heading {
	max-width: 1260px;
	padding: 0 30px;
	margin: 0 auto 60px;
}

.concept .heading .en_heading {
	font-size: 1.6rem;
	color: var(--wt);
}

.concept .heading .ja_heading {
	font-size: 1.3rem;
	color: var(--wt);
	margin-top: 5px;
}

.concept h3 {
	font-size: 3rem;
	letter-spacing: 4px;
	line-height: 2em;
	color: var(--wt);
	max-width: 1260px;
	padding: 0 30px;
	margin: 0 auto;
	margin-top: -15px;
	/* font-weight: 300; */
}

.concept h3 span {
	line-height: 2em;
	color: var(--wt);
	display: block;
}

.concept .inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1260px;
	padding: 0 30px;
	margin: 30px auto 0;
	gap: 20px;
	padding-bottom: 285px;
	position: relative;
}

.concept .inner .imgs {
	display: flex;
	gap: 5px;
	margin-right: 30px;
}

.concept .inner .imgs img {
	border-radius: 5px;
}

.concept .inner .box {
	/* width: 490px; */
}

.concept .text {
	color: var(--wt);
}

.concept .inner .box .view_more {
	margin-top: 40px;
}

.concept .map {
	position: absolute;
	bottom: 0;
	right: 0;
}

.concept .map .place_list li {
	position: absolute;
}

.concept .map .place_list li p {
	color: var(--wt);
	font-size: 1.3rem;
}

.concept .map .place_list li .group {
	position: relative;
	display: block;
}

.concept .map .place_list li .num {
	display: none;
	position: absolute;
}

.concept .map .place_list li .name_en {
	letter-spacing: 1px;
	margin-bottom: 13px;
}

.concept .map .place_list li .name_ja {
	letter-spacing: .5px;
}

.concept .map .place_list .place_item1 {
	top: 91px;
	left: 359px;
}

.concept .map .place_list .place_item2 {
	top: 384px;
	right: 0;
}

.concept .map .place_list li.place_item2 p {
	text-align: right;
}

.concept .map .place_list .place_item3 {
	top: 249px;
	left: 223px;
}

.concept .map .place_list .place_item4 {
	top: 385px;
	left: 124px;
}

.concept .map .place_list .place_item5 {
	top: 466px;
	left: 0;
}

.concept .map .place_list .place_item6 {
	top: 466px;
	right: 50px;
}

.concept .map .place_list .place_item6 p {
	text-align: right;
}

.concept .map .place_list .place_item7 {
	top: 582px;
	right: 0px;
}

.concept .map .place_list .place_item7 p {
	text-align: right;
}

.concept .map .place_list .place_item8 {
	top: 619px;
	right: 55px;
}

.concept .map .place_list .place_item8_2 {
	top: 701px;
	right: 55px;
}

.concept .map .place_list .place_item8_2 .group .name_en {
	text-align: end;
}

.concept .map .place_list .place_item8 p {
	text-align: right;
}

.concept .map .place_list .place_item9 {
	top: 550px;
	left: 0;
}

.concept .map .place_list .place_item10 {
	top: 626px;
	left: 0;
}

.concept .map .place_list .place_item11 {
	top: 664px;
    left: 778px;
	
}


.our_place {
	background-color: var(--owt);
	position: relative;
	padding-bottom: 80px;
}

.our_place .inner {
	position: relative;
}

.our_place .kv {
	position: relative;
}



.our_place .slider_wrap {
	position: relative;
	display: flex;
}

.our_place .slider_wrap .fade_slider {
	width: 50%;
}

.our_place .slider_wrap .fade_slider img {
	width: 100%;
	aspect-ratio: 682 / 580;
	object-fit: cover;
}

.our_place .heading {
	position: absolute;
	bottom: -3px;
	z-index: 1;
	left: 0;
	right: 0;
}

.our_place .heading .en_heading {
	text-align: center;
}

.our_place .heading .en_heading img {
	display: inline-block;
}

.our_place .heading h2 {
	text-align: center;
	font-size: 1.3rem;
	letter-spacing: 2px;
	margin-top: 40px;
	font-weight: 300;
}

.our_place .heading .catch {
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 2px;
	margin-top: 30px;
	line-height: 2em;
}

.our_place_list {

	display: flex;
	/* flex-direction: column; */
	flex-wrap: wrap;
	gap: 60px 40px;
	max-width: 1260px;
	margin: 70px auto 0;
	padding: 0 20px;
}

.our_place_list li {
	display: flex;
	position: relative;
	width: calc((100% - 40px * 2) / 3);
	flex-direction: column;
}

.our_place_list li .sub_img {
	position: absolute;
	right: calc((100% - 1480px) / 2);
	top: 0;
	width: 175px;
	left: auto;
}

.our_place_list li .sub_img picture {
	width: 100%;
}

.our_place_list li .sub_img picture img {
	aspect-ratio: 175 / 180;
	object-fit: cover;
}

.our_place_list li picture {
	width: 100%;
	display: block;
}

.our_place_list li picture img {
	width: 100%;
	border-radius: 5px;
}

.our_place_list li .box {
	width: 100%;
	/* padding-left: 6%; */
	/* padding-right: 2%; */
	margin-top: 30px;
}

.our_place_list li .box h2 {
	color: var(--green);
	font-size: 1.3rem;
	letter-spacing: 1px;
}

.our_place_list li .box .subtitle {
	font-size: 1.8rem;
	letter-spacing: 2px;
	margin-top: 0px;
	margin-bottom: 15px;
	line-height: 1.8em;
}

.our_place_list li .box .catch {
	font-size: 1.6rem;
	margin-bottom: 8px;
	letter-spacing: 1px;
}

.our_place_list li .box .text {
	max-width: 460px;
	margin-bottom: 20px;
}

.our_place_list li .view_more {
	margin-top: auto;
	width: 100%;
}

.our_place_list li .view_more2 a {
	min-width: unset;
	width: 100%;
}

.our_place_list li .view_more2 {
	margin-top: auto;
	width: 100%;
}

.our_place_list li .view_more2 {
display: inline-block;
    color: var(--owt);
    font-size: 1.3rem;
    line-height: 1.6rem;
    letter-spacing: 0.13rem;
    border-radius: 5px;
    padding: 16px 20px;
    background-color: var(--green);
    border: 1px solid var(--green);
    width: 300px;
    transition: all .3s;
    position: relative;
	
}


.section_style {
	position: relative;
	background-color: var(--owt);
	padding-bottom: 30px;
}

.section_style .inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.section_style .inner>picture {
	width: 50%;
}

.section_style .inner>picture img {
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
}

.section_style .inner>.box {
	width: 50%;
	max-width: 500px;
	margin-left: auto;
	margin-right: 100px;
	padding-left: 20px;
}

.section_style .inner>.box .en {
	color: var(--green);
	font-size: 1.6rem;
	line-height: 1.8em;
}

.section_style .inner>.box .ja_heading {
	margin-top: 20px;
	font-size: 2.2rem;
	margin-bottom: 20px;
	letter-spacing: 2px;
}

.section_style .inner>.box .view_more {
	margin-top: 40px;
}

.profile {
	background-color: var(--owt);
	/* z-index: 1; */
	margin-top: -1px;
}

.profile .heading {
	max-width: 1220px;
	padding: 0 30px;
	margin: 0 auto 30px;
}

.profile .heading .en {
	color: var(--green);
	font-size: 1.6rem;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.profile .heading .ja_heading {
	margin-top: 10px;
	font-size: 1.3rem;
}

.profile .inner {
	max-width: 1220px;
	padding: 0 30px;
	margin: 0 auto 0;
	display: flex;
	gap: 40px;
}

.profile_list {
	width: 50%;
}

.profile_list>li {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
	border-top: 1px solid var(--line-gray);
}

.profile_list>li h3 {
	width: 110px;
	line-height: 2em;
	font-size: 1.3rem;
}

.profile_list li .box {
	width: calc(100% - 110px);
}

.profile_list li .box img {
	display: inline-block;
	margin-right: 10px;
	margin-top: 10px;
}

.profile_list li .box p {
	font-size: 1.3rem;
	letter-spacing: 1px;
	line-height: 2em;
}

.profile_list li .box li {
	padding-left: 18px;
	position: relative;
	line-height: 2em;
}

.profile_list li .box li:before {
	content: '・';
	position: absolute;
	font-size: inherit;
	left: 0;
}

.profile_list li .box h4 {
	font-size: 1.3rem;
	margin-bottom: 10px;
	line-height: 2em;
}

.profile_list li .box .mb30 {
	margin-bottom: 20px;
}

.profile_list li .box .view_more a {
	min-width: unset;
}

.profile>.btn_more {
	background-color: transparent;
	width: 100%;
	padding: 15px 0;
	display: block;
	border: 1px solid var(--green);
	color: var(--green);
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: 2px;
	margin-top: 40px;
	cursor: pointer;
	max-width: 1160px;
	margin: 0 auto;
	position: relative;
	transition: all .3s;
}

.profile>.btn_more:hover {
	opacity: .7;

}

.profile>.btn_more:after {
	content: '';
	display: block;
	width: 15px;
	height: 10px;
	background-image: url(../../common/img/arrow-b.svg);
	background-size: 15px;
	background-repeat: no-repeat;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.profile>.btn_more.is-show:after {
	transform: translateY(-50%) rotate(180deg);
}

.company_content {
	padding-top: 60px;
}

/* 運営会場 */
.single_w_place {
	position: relative;
}

.single_w_place .mv {
	margin-top: 75px;
	height: calc(100vh - 75px);
	background: var(--dark-green);
}

.single_w_place .mv:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.4);
	margin: auto;
	z-index: 1;
}

.single_w_place .mv>picture {
	position: relative;
	height: 100%;
}

.single_w_place .mv>picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single_w_place .mv .mv_inner {
	bottom: 27%;
	z-index: 2;
	left: 10%;
	transform: unset;
	top: auto;
	border-bottom: 1px solid var(--line-wt);
	padding-bottom: 30px;
	padding-right: 20px;
}

.single_w_place .mv .mv_inner .en {
	color: var(--wt);
	font-size: 1.6rem;
	line-height: 1.8em;
	margin-bottom: 15px;
	letter-spacing: 2px;
}

.single_w_place .mv .mv_inner .en_title {
	color: var(--wt);
	font-size: 3.6rem;
	letter-spacing: 4px;
}

.single_w_place .mv .mv_inner .title {
	color: var(--wt);
	font-size: 1.4rem;
	letter-spacing: 2px;
	text-align: left;
	margin-top: 5px;
}

.single_w_place .caption {
	margin: 120px auto 120px;
	max-width: 1260px;
	padding: 0 30px;
}

.single_w_place .caption h2 {
	font-size: 2.2rem;
	line-height: 2em;
	text-align: center;
	letter-spacing: 2px;
}

.single_w_place .caption .text {
	margin-top: 20px;
	font-size: 1.3rem;
	line-height: 2.2em;
	text-align: center;
}

.single_w_place .contents1 {
	margin-top: 120px;
	margin: 120px auto 120px;
	padding-left: 30px;
}

.single_w_place .contents1 .inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-right: calc((100% - 1480px) / 2);
	padding-left: calc((100% - 1260px) / 2 + 30px);
}

.single_w_place .contents1 .img {
	width: 45%;
	order: 1;
	position: relative;
	z-index: 1;
}

.single_w_place .contents1 .img img {
	width: 100%;
	border-radius: 5px;
}

.single_w_place .contents1 .box {
	width: 55%;
	padding-right: 10%;
}

.single_w_place .contents1 .box h2 {
	font-size: 2.6rem;
	color: var(--green);
	letter-spacing: 2px;
	position: relative;
}

.single_w_place .contents1 .box h2:after {
	content: '';
	display: inline-block;
	width: calc(100vw);
	height: 1px;
	background-color: var(--line-gray);
	position: absolute;
	bottom: 0;
	left: 0;
}

.single_w_place .contents1 .box .text {
	margin-top: 30px;
	font-size: 1.3rem;
	line-height: 2.2em;
}

.single_w_place .value_up {
	margin-top: 120px;
	margin-bottom: 120px;
}

.single_w_place .value_up>h2 {
	position: relative;
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 30px;
}

.single_w_place .value_up .header {
	display: flex;
	align-items: flex-end;
	border-top: 1px solid var(--line-gray);
	margin-bottom: 120px;
	margin-top: -24px;
}

.single_w_place .value_up .header .img {
	width: 50%;
}

.single_w_place .value_up .header .box {
	width: 50%;
	padding-left: 7%;
	padding-right: calc((100% - 1200px) / 2);
}

.single_w_place .value_up .header .box h3 {
	font-size: 2rem;
	line-height: 2em;
	margin-bottom: 20px;
}

.single_w_place .value_up .header .box .text {
	margin-bottom: 0;
}

.single_w_place .value_up .header img {
	border-radius: 0 5px 5px 0;
}

.single_w_place .sections .section {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 10px;
	padding-left: 30px;
}

.single_w_place .sections .section .img {
	width: 50%;
	order: 1;
}

.single_w_place .sections .section .img img {
	border-radius: 5px 0 0 5px;
}

.single_w_place .sections .section .box {
	width: 50%;
	padding-right: 5%;
	padding-left: calc((100% - 1230px) / 2);
	padding-bottom: 20px;
}

.single_w_place .sections .section .box .en {
	color: var(--green);
	font-size: 1.4rem;
	line-height: 1.8em;
	margin-bottom: 15px;
	letter-spacing: 2px;
}

.single_w_place .sections .section .box h2 {
	font-size: 2rem;
	letter-spacing: 2px;
	position: relative;
	margin-bottom: 15px;
	line-height: 2em;
}

.single_w_place .gallery {
	margin-top: 120px;
	margin-bottom: 120px;
}

.single_w_place .gallery .swiper {
	padding-bottom: 40px;
}

.single_w_place .data {
	margin-top: 120px;
	padding-left: 30px;
}

.single_w_place .data .en_title {
	font-size: 2.6rem;
	color: var(--green);
	border-bottom: 1px solid var(--line-gray);
	padding-bottom: 10px;
	max-width: 1260px;
	margin: 0 auto;
	letter-spacing: 2px;
}

.single_w_place .data .inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-left: calc((100% - 1260px) / 2);
}

.single_w_place .data .inner .map {
	width: 50%;
}

.single_w_place .data .inner .box {
	width: 50%;
	padding-right: 40px;
}

.single_w_place .data .inner iframe {
	width: 100%;
	aspect-ratio: 583 / 464;
	filter: grayscale(100%);
}

.single_w_place .data .name_box {
	margin-top: 40px;
	margin-bottom: 20px;
}

.single_w_place .data .name_box .en_name {
	font-size: 2rem;
	line-height: 1.8em;
	letter-spacing: 2px;
}

.single_w_place .data .name_box .ja_name {
	font-size: 1.3rem;
	letter-spacing: 2px;
}

.single_w_place .data .data_list>li {
	display: flex;
	flex-wrap: wrap;
	gap: 0px;
	margin-bottom: 15px;
}

.single_w_place .data .data_list>li>h4 {
	width: 100px;
	font-size: 1.3rem;
	line-height: 2.2em;
}

.single_w_place .data .data_list>li>p {
	font-size: 1.3rem;
	line-height: 2.2em;
	width: calc(100% - 100px);
}

.single_w_place .data .btns {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 60px;
}

@media screen and (max-width: 736px) {
	main .mv:before {
		width: calc(100% - 40px);
		top: 90px;
	}

	main .mv .mv_inner {
		padding: 0 20px;
	}

	main .mv .subtitle {
		margin-right: 0;
		text-align: left;
	}

	main .mv .title {
		padding-right: 0;
		text-align: left;
		font-size: 1.4rem;
		margin-top: 20px;
	}

	main .mv .logo {
		text-align: left;
	}

	.information .inner {
		padding: 0 20px
	}

	.information .news_list li a {
		flex-direction: column;
	}

	.information .en_title {
		left: 0;
		padding-left: 30px;
		top: -42px;
	}

	.information .news_list li a .title {
		width: 100%
	}

	.information .inner .swiper {
		margin-top: 30px;
	}

	.information .news_list li a:before {
		top: auto;
		bottom: 12px;
	}

	.information .news_list li a:after {
		top: auto;
		bottom: 19px;
	}

	.information .view_more a {
		display: inline-block;
		width: 210px;
	}

	.concept {
		padding-bottom: 120px;
	}

	.concept .inner {
		flex-direction: column;
		padding: 0 0 0;
		margin-top: 0;
	}

	.concept .inner .imgs {
		order: -1;
		margin: 0 auto;
		padding-left: 30px;
	}

	.concept h2 {
		font-size: 2.8rem;
		letter-spacing: 3px;
	}

	.concept .inner .box {
		margin-bottom: 20px
	}

	.concept .heading {
		margin-bottom: 40px;
		padding: 0 20px;
	}

	.concept h3 {
		padding: 0 20px;
		font-size: 2rem;
		letter-spacing: 2px;
	}

	.concept .map {
		position: static;
		padding: 0 20px;
	}

	.place_list--sp dt {
		margin-bottom: 1rem;
		padding-bottom: 1rem;
		border-bottom: 1px solid var(--line-wt);
		font-size: 1.5rem;
		letter-spacing: .05em;
		color: var(--wt);
	}

	.place_list--sp dd {
		margin-bottom: 30px;
	}

	.place_list--sp dd * {
		color: var(--wt);
		line-height: 30px;
	}

	.place_list--sp dd .area {
		display: inline-block;
		width: 8rem;
	}

	.place_list--sp {}

	.place_list--sp {}

	.place_list--sp {}

	/*
	.concept .map {
		position: static;
		margin-top: 180px;
		padding: 0 20px;
	}
	.concept .map .place_list > li {
		position: static;
		margin-bottom: 20px;
	}
	.concept .map .place_list > li p {
		text-align: left!important;
	}
	.concept .map .place_list li .num {
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: var(--owt);
		color: var(--green);
		width: 16px;
		height: 16px;
		border-radius: 50%;
		text-align: center;
		line-height: 20px;
		text-align: center;
		position: absolute;
		left: 0;
		top: 2px;
		font-weight: 700;
		font-size: 1.3rem;
	}
	.concept .map .place_list {
		padding-left: 90px;
		margin-top: -25px;
		margin-bottom: 40px;
	}
	.concept .map .place_list li .group {
		padding-left: 29px;
	}
	.concept .map .place_list li .name_en {
		margin-bottom:5px;
	}
*/

	.our_place_list li .view_more2 {
		width: 335px;
		padding: 21px 25px;
	}
	
	.our_place .slider_wrap {
		flex-direction: column;
	}

	.our_place .kv figure  picture img{
		height: 250px;
		object-fit: cover;
	}
	
	.our_place .slider_wrap .fade_slider {
		width: 100%;
	}

	.our_place .slider_wrap .fade_slider img {
		aspect-ratio: 39 / 25;
	}

	.our_place {
		padding-bottom: 0px;
	}

	.our_place .heading {
		bottom: -3px;
	}

	.our_place .heading .catch {
		font-size: 1.6rem;
	}

	.our_place .heading h2 {
		margin-top: 20px;
	}

	.our_place_list {
		gap: 60px;
		margin-bottom: px;
	}

	.our_place_list li {
		flex-direction: column;
		/* padding: 0 20px; */
		width: 100%;
	}

	.our_place_list li picture {
		width: 100%;
	}

	.our_place_list li .box {
		width: 100%;
		padding-left: 0;
		padding: 0 0px;
		margin-top: 30px;
	}

	.our_place_list li .box .subtitle {
		font-size: 1.8rem;
		margin-top: 5px;
		margin-bottom: 10px;
	}

	.our_place_list li .box .text {
		margin-bottom: 30px;
	}

	.our_place_list li .box .catch {
		font-size: 1.4rem;
	}

	.profile {
		padding: 0 20px;
	}

	.profile .inner {
		flex-direction: column;
		padding: 0;
		gap: 0;
	}

	.profile_list {
		width: 100%;
	}

	.profile .heading {
		padding: 0 0px;
	}

	.profile_list>li h3 {
		width: 90px;
	}

	.profile_list li .box {
		width: calc(100% - 90px);
	}

	.company_content {
		padding-top: 40px;
	}

	.data {
		padding-bottom: 90px;
	}

	.data .en_heading img {
		margin: 0 auto;
	}

	.data .data_list {
		margin-bottom: 40px;
	}

	.data .data_list li {
		width: calc((100% - 30px) / 2);
	}

	.data .heading h2 {
		text-align: center;
		margin-top: 30px;
	}

	.section_style {
		padding-bottom: 0;
	}

	.section_style .inner {
		flex-direction: column;
		padding: 60px 20px 80px;
	}

	.section_style .inner>picture {
		order: -1;
		width: 100%;
	}

	.section_style .inner>.box {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-top: 30px;
		padding-left: 0;
	}

	.section_style .inner>.box .ja_heading {
		font-size: 2rem;
	}

	.section_style .inner>.box .view_more {
		margin-top: 30px;
	}

}
