@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
	padding-bottom: 11.8rem;
	position: relative;
	background-color: #030000;
}
#main .mainVisual .firstBox {
	margin-bottom: 3.6rem;
	height: 100vh;
}
#main .mainVisual .firstBox .mainImg {
	max-width: 100%;
	height: 84vh;
	aspect-ratio: 918 / 588;
}
#main .mainVisual .firstBox .mainImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .mainVisual .firstBox .subBox {
	padding: min(12vh,8.4rem) 0 0;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 65rem;
	box-sizing: border-box;
	display: flex;
}
#main .mainVisual .firstBox .subBox .title {
	margin-left: auto;
	width: fit-content;
	min-height: min(72.8vh,51rem);
	color: #FFF;
	font-size: min(7vh,4.9rem);
	font-weight: 600;
	line-height: 1.43;
	font-family: "Noto Serif JP", serif;
	-webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: relative;
	z-index: 10;
}
#main .mainVisual .firstBox .subBox .title .sub {
	margin-bottom: min(8.5vh,6rem);
	display: block;
	text-align: right;
}
#main .mainVisual .firstBox .text {
	color: #FFF;
	font-size: min(3.57vh,2.5rem);
	font-weight: 600;
	line-height: 1.67;
	font-family: "Noto Serif JP", serif;
	text-align: center;
}
#main .mainVisual .link {
	margin: 0 auto 0.6rem;
	width: 47.4rem;
}
#main .mainVisual .link a:hover {
	opacity: 0.7;
}
#main .mainVisual .smlText {
	color: #FFF;
	font-size: 1.66rem;
	text-align: center;
	letter-spacing: -0.025em;
}
#main .sec01 {
	padding: 4.7rem 0 12.9rem;
}
#main .sec01 .logoBox {
	margin: 0 auto 0.2rem;
	width: 12.8rem;
	height: 12.8rem;
	border-radius: 50%;
	background: #c10500;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#main .sec01 .logoBox img {
	width: 9.4rem;
}
#main .sec01 .text {
	margin-bottom: 5.8rem;
	font-size: 2.5rem;
	line-height: 1.67;
	text-align: center;
	font-family: "Noto Serif JP", serif;
}
#main .sec01 .photoList {
	padding-left: 1.6rem;
	gap: 2.2rem;
}
#main .sec01 .photoList li {
	padding-bottom: 4rem;
	width: calc((100% - 4.4rem) / 3);
	border-radius: 1.5rem;
	background-color: #FFF;
	box-shadow: 0.5rem 0.86rem 1.96rem 0.5rem rgba(0, 0, 0, 0.26);
}
#main .sec01 .photoList li .topBox {
	padding: 1.4rem 1rem 0.2rem;
	position: relative;
	min-height: 13rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
}
#main .sec01 .photoList li .topBox .textImg {
	position: absolute;
	top: -0.5rem;
    left: -0.7rem;
	width: 13rem;
	height: 13rem;
}
#main .sec01 .photoList li .topBox .ttl {
	color: #c10500;
	font-size: 3.33rem;
	font-weight: 500;
	line-height: 1.17;
	font-family: "Noto Serif JP", serif;
}
#main .sec01 .photoList li .pho {
	margin-bottom: 1.6rem;
}
#main .sec01 .photoList li .pho img {
	width: 100%;
}
#main .sec01 .photoList li .txt {
	font-size: 2.1rem;
	line-height: 1.4;
	text-align: center;
	min-height: 9rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#main .sec02 {
	margin-bottom: 9.7rem;
}
#main .sec02 .logo {
	margin: 0 auto 2.1rem;
	width: 28.4rem;
}
#main .sec02 h2 {
	margin-bottom: 1.6rem;
	font-size: 4.6rem;
	font-weight: 500;
	text-align: center;
	font-family: "Noto Serif JP", serif;
}
#main .sec02 .textList {
	margin-bottom: 2.7rem;
}
#main .sec02 .textList li {
	margin-bottom: 0.5rem;
	background: #030000;
}
#main .sec02 .textList li .subBox {
	margin: 0 auto;
	width: 83.6rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#main .sec02 .textList li .subBox .lBox {
	padding: 2rem 0;
	width: 49rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: url(../img/index/sec02_bg01.png) no-repeat top 1.1rem right 2.9rem / 23.6rem;
}
#main .sec02 .textList li .subBox .lBox .num {
	margin-top: 0.3rem;
	width: 8rem;
}
#main .sec02 .textList li .subBox .lBox .ttl {
	width: calc(100% - 9.7rem);
	color: #FFF;
	font-size: 2.85rem;
	font-weight: 500;
	line-height: 1.36;
	font-family: "Noto Serif JP", serif;
}
#main .sec02 .textList li .subBox .txt {
	margin-right: -5rem;
	padding-bottom: 0.2rem;
	width: calc(100% - 45.5rem);
	color: #FFF;
	font-size: 2.08rem;
	line-height: 1.6;
}
#main .sec02 .outBox {
	margin: 0 auto;
	max-width: 76rem;
}
#main .sec02 .photo {
	margin: 0 auto 1.4rem;
	width: 21rem;
}
#main .sec02 .textImg {
	margin: 0 auto 3.1rem;
	width: 32.8rem;
}
#main .sec02 h3 {
	margin-bottom: 1.6rem;
	font-size: 2.91rem;
	font-weight: 700;
	font-family: "Noto Serif JP", serif;
	line-height: 1.71;
	text-align: center;
}
#main .sec02 .text {
	line-height: 1.6;
	letter-spacing: -0.025em;
}
#main .sec03 {
	padding: 16.5rem 0 18.3rem;
	background: url(../img/index/sec03_bg01.jpg) no-repeat center center / cover;
}
#main .sec03 .headLine01 {
	margin-bottom: 9.6rem;
}
#main .sec03 .content {
	width: 77rem;
}
#main .sec03 .textList {
	gap: 2.1rem 1.8rem;
}
#main .sec03 .textList > li {
	padding: 1.8rem 0.2rem 0.5rem;
	width: calc((100% - 3.6rem) / 3);
	min-height: 46.8rem;
	border-radius: 1.5rem;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0.5rem 0.86rem 1.3rem 0 rgba(0, 0, 0, 0.26);
	border: 0.2rem solid #D43702;
	box-sizing: border-box;
}
#main .sec03 .textList > li .num {
	margin-bottom: 2.3rem;
	color: #c10500;
	font-size: 5.5rem;
	font-weight: 900;
	font-family: "Noto Serif JP", serif;
	text-align: center;
	line-height: 1.2;
}
#main .sec03 .textList > li .num .en {
	margin-bottom: -1rem;
	display: block;
	font-size: 2.8rem;
	letter-spacing: 0.025em;
}
#main .sec03 .textList > li .ttl {
	margin-bottom: 2.2rem;
	color: #c10500;
	font-size: 3.06rem;
	line-height: 1.14;
	text-align: center;
	font-family: "Noto Serif JP", serif;
}
#main .sec03 .textList > li .ttl .sub {
	letter-spacing: -0.2em;
}
#main .sec03 .textList > li .txt {
	color: #000;
	font-size: 2.19rem;
	line-height: 1.4;
	text-align: center;
}
#main .sec03 .textList > li .txtUl {
	margin: 1rem auto 0;
	width: fit-content;
}
#main .sec03 .textList > li .txtUl li {
	margin-bottom: 0.2rem;
	padding: 0 0 0 3rem;
	color: #000;
	font-size: 2.19rem;
	line-height: 1.2;
	background: url(../img/common/icon01.png) no-repeat left top 0.4rem / 2.2rem;
}
#main .sec03 .textList > li .txtUl li:last-child {
	margin-bottom: 0;
}
#main .sec03 .textList > li .txtImg {
	margin: 0.8rem auto 0;
	width: 18.4rem;
}
#main .sec04 {
	padding: 12.8rem 0 0;
	background: url(../img/index/sec04_img01.png) no-repeat left calc(50% + 29.8rem) top 4.6rem / 26.2rem;
}
#main .sec04 .headLine01 {
	margin-bottom: 3.4rem;
	font-weight: 500;
}
#main .sec04 .headLine01 .en {
	letter-spacing: 0.025em;
}
#main .sec04 .textList {
	gap: 0.3rem;
}
#main .sec04 .textList > li {
	padding: 4.1rem 5rem 3.6rem;
	width: calc((100% - 0.6rem) / 3);
	background: url(../img/index/sec04_bg01.png) repeat-x left 0.7rem top 0.5rem / 23.5rem,linear-gradient(to top,#323232 0,#000 83%,#000 100%);
	box-sizing: border-box;
}
#main .sec04 .textList > li .subBox {
	margin: 0 auto;
	max-width: 36.5rem;
}
#main .sec04 .textList > li .name {
	margin-bottom: 1.6rem;
	padding-top: 3.3rem;
	color: #FFF;
	font-size: 3.17rem;
	font-weight: 500;
	letter-spacing: 0.025em;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	background: url(../img/index/sec04_bg02.png) no-repeat top center / 17.6rem;
}
#main .sec04 .textList > li .name .sml {
	margin-left: 0.8rem;
	font-size: 2.3rem;
}
#main .sec04 .textList > li .pho {
	margin: 0 auto 1.5rem;
	width: 17.6rem;
}
#main .sec04 .textList > li .ttl {
	margin-top: 2.2rem;
	color: #FFF;
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 1.33;
	text-align: center;
	font-family: "Noto Serif JP", serif;
}
#main .sec04 .textList > li .txt {
	margin-right: -1.3rem;
	color: #FFF;
	font-size: 2.3rem;
	letter-spacing: -0.025em;
}
#main .sec04 .textList > li .txtBox {
	margin: 2.9rem -1rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 1.6rem;
}
#main .sec04 .textList > li .txt + .txtBox {
	margin-top: 1.8rem;
}
#main .sec04 .textList > li .txtBox .pic {
	padding-top: 0.3rem;
	width: 7.2rem;
}
#main .sec04 .textList > li .txtBox .txtUl {
	width: fit-content;
}
#main .sec04 .textList > li .txtBox .txtUl li {
	color: #FFF;
	font-size: 1.92rem;
	line-height: 1.4;
}
#main .sec04 .textList > li .txtBox .txtUl li .sub {
	margin-right: 1rem;
}
#main .sec05 {
	padding: 15.1rem 0 0;
}
#main .sec05 .headLine01 {
	margin-bottom: 4.5rem;
}
#main .sec05 .headLine01 .en {
	margin-bottom: -0.1rem;
}
#main .sec05 .imgBox .photoBox {
	width: 50%;
}
#main .sec05 .imgBox .photoBox img {
	width: 100%;
}
#main .sec05 .imgBox .textBox {
	padding: 7.2rem 2rem 4rem;
	width: 50%;
	box-sizing: border-box;
}
#main .sec05 .imgBox .textBox .textList {
	margin: 0 auto 3.9rem;
	max-width: 57.6rem;
}
#main .sec05 .imgBox .textBox .textList li {
	padding-bottom: 4.3rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .sec05 .imgBox .textBox .textList li:last-child {
	padding-bottom: 0;
}
#main .sec05 .imgBox .textBox .textList li::before {
	position: absolute;
	top: 0;
	left: 12.7rem;
	width: 0.4rem;
	bottom: 0;
	background: #c10500;
	content: '';
}
#main .sec05 .imgBox .textBox .textList li:first-child::before {
	top: 2rem;
}
#main .sec05 .imgBox .textBox .textList li:last-child::before {
	bottom: 2rem;
}
#main .sec05 .imgBox .textBox .textList li .num {
	position: relative;
	width: 10rem;
	color: #c10500;
	font-weight: 500;
	font-size: 2.8rem;
	font-family: "Noto Serif JP", serif;
	letter-spacing: -0.04em;
	text-align: right;
}
#main .sec05 .imgBox .textBox .textList li .num::before {
	position: absolute;
	top: 1rem;
	right: -4.3rem;
	width: 2.8rem;
	height: 3rem;
	background: url(../img/common/icon02.png) no-repeat left top / 100%;
	content: '';
}
#main .sec05 .imgBox .textBox .textList li .txt {
	padding-top: 0.4rem;
	width: calc(100% - 15.5rem);
	color: #000;
	font-size: 2.56rem;
	font-weight: 500;
	font-family: "Noto Serif JP", serif;
}
#main .sec05 .imgBox .textBox .note {
	margin: 0 auto;
	max-width: 57.5rem;
	color: #000;
	font-size: 1.67rem;
}
#main .sec06 {
	padding: 13.5rem 0 10.7rem;
	background: url(../img/index/sec06_bg01.jpg) no-repeat center center / cover;
}
#main .sec06 .headLine01 {
	margin-bottom: 3.1rem;
}
#main .sec06 .headLine01 .en {
	letter-spacing: 0.05em;
}
#main .sec06 .title {
	margin-bottom: 2.9rem;
	color: #FFF;
	font-size: 2.91rem;
	font-weight: 500;
	line-height: 1.71;
	text-align: center;
	font-family: "Noto Serif JP", serif;
}
#main .sec06 .textImg {
	margin: 0 auto 0.9rem;
	width: 49rem;
}
#main .sec06 .text {
	color: #FFF;
	line-height: 1.4;
	text-align: center;
}
#main .sec07 {
	padding: 12.3rem 0 1.4rem;
	background: url(../img/index/sec07_bg01.jpg) no-repeat center center / cover;
}
#main .sec07 .logoBox {
	margin: 0 auto 1.7rem;
	width: 14.8rem;
}
#main .sec07 .textImg {
	margin: 0 auto 1.4rem;
	width: 38rem;
}
#main .sec07 .title {
	margin-bottom: 4.6rem;
	color: #FFF;
	font-size: 3.75rem;
	font-weight: 500;
	line-height: 1.39;
	text-align: center;
	font-family: "Noto Serif JP", serif;
}
#main .sec07 .text {
	margin-bottom: 3.1rem;
	color: #FFF;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.83;
	font-family: "Noto Serif JP", serif;
	text-align: center;
}
#main .sec07 .link {
	margin: 0 auto;
	padding-left: 2.2rem;
	width: 2.7rem;
	box-sizing: content-box;
}
#main .sec07 .link a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) and (max-width: 1400px) {
	#main .sec04 .textList > li .txtBox {
		margin: 2.9rem -3.5rem 0;
	}
}
@media all and (max-width: 896px) {
	#main .mainVisual {
		padding-bottom: 5.6rem;
	}
	#main .mainVisual .firstBox {
		margin-bottom: 0;
	}
	#main .mainVisual .firstBox .mainImg {
		max-width: inherit;
		width: 100%;
		height: 40.8dvh;
		aspect-ratio: 540 / 375;
	}
	#main .mainVisual .firstBox .mainImg img {
		object-position: center bottom;
	}
	#main .mainVisual .firstBox .subBox {
		margin: max(-5.9dvh,-5.5rem) auto min(2.3dvh,2.1rem);
		padding: 0;
		position: static;
		transform: none;
		width: fit-content;
	}
	#main .mainVisual .firstBox .subBox .title {
		margin-left: auto;
		width: fit-content;
		min-height: min(46.7dvh,43rem);
		font-size: min(5.1dvh,4.7rem);
		line-height: 1.53;
	}
	#main .mainVisual .firstBox .subBox .title .sub {
		margin-bottom: 0;
	}
	#main .mainVisual .firstBox .text {
		padding: 0 7.3rem;
		font-size: min(2.7dvh,2.5rem);
		line-height: 1.75;
		text-align: left;
	}
	#main .mainVisual .link {
		margin: 2.6rem auto 1.6rem;
		width: 40.6rem;
	}
	#main .mainVisual .smlText {
		padding: 0 2rem;
		font-size: 1.87rem;
		line-height: 1.44;
	}
	#main .sec01 {
		padding: 5.2rem 0 10rem;
	}
	#main .sec01 .logoBox {
		margin: 0 auto -2rem;
		width: 21.7rem;
		height: 21.7rem;
	}
	#main .sec01 .logoBox img {
		width: 15.7rem;
	}
	#main .sec01 .text {
		margin-bottom: 3.7rem;
	}
	#main .sec01 .photoList {
		padding-left: 0;
		display: block;
	}
	#main .sec01 .photoList li {
		margin: 0 3.2rem 4rem 3.3rem;
		padding-bottom: 4.3rem;
		width: auto;
		border-radius: 0.8rem;
		box-shadow: 0.3rem 0.5rem 2.5rem 0.6rem rgba(0, 0, 0, 0.26);
	}
	#main .sec01 .photoList li:last-child {
		margin-bottom: 0;
	}
	#main .sec01 .photoList li .topBox {
		padding: 1.8rem 1rem 0.2rem;
		min-height: 13.8rem;
	}
	#main .sec01 .photoList li .topBox .textImg {
		top: -0.6rem;
		left: -0.6rem;
		width: 14rem;
		height: 14rem;
	}
	#main .sec01 .photoList li .topBox .textImg img {
		width: 100%;
	}
	#main .sec01 .photoList li .topBox .ttl {
		line-height: 1.25;
	}
	#main .sec01 .photoList li .pho {
		margin-bottom: 1.6rem;
	}
	#main .sec01 .photoList li .pho img {
		width: 100%;
	}
	#main .sec01 .photoList li .txt {
		font-size: 2.3rem;
		line-height: 1.45;
		min-height: inherit;
	}
	#main .sec02 {
		margin: 0 2.5rem 10rem;
		padding: 4.4rem 3.8rem 7.6rem;
		position: relative;
		border: 1.2rem solid #000;
		border-radius: 1rem;
		z-index: 1;
	}
	#main .sec02::before {
		position: absolute;
		top: 0.6rem;
		left: 0.9rem;
		right: 0.7rem;
		bottom: 0.9rem;
		border: 0.3rem solid #000;
		border-radius: 0.6rem;
		content: '';
		z-index: -1;
	}
	#main .sec02 .content {
		margin: 0 !important;
	}
	#main .sec02 .logo {
		margin: 0 auto 0.9rem;
		width: 33.7rem;
	}
	#main .sec02 h2 {
		margin-bottom: 3.1rem;
		font-size: 3.65rem;
	}
	#main .sec02 .textList {
		margin-bottom: 3.3rem;
	}
	#main .sec02 .textList li {
		margin-bottom: 1.8rem;
		background: transparent;
	}
	#main .sec02 .textList li:last-child {
		margin-bottom: 0;
	}
	#main .sec02 .textList li .subBox {
		margin: 0;
		width: auto;
		display: block;
	}
	#main .sec02 .textList li .subBox .lBox {
		margin-bottom: 0.7rem;
		padding: 1.6rem 1rem 1.7rem 1.5rem;
		width: auto;
		background: #030000 url(../img/index/sec02_bg01.png) no-repeat top 0.9rem right 0.5rem / 19rem;
	}
	#main .sec02 .textList li .subBox .lBox .num {
		margin-top: 0.3rem;
		width: 6.4rem;
	}
	#main .sec02 .textList li .subBox .lBox .ttl {
		width: calc(100% - 7.8rem);
		font-size: 2.3rem;
	}
	#main .sec02 .textList li .subBox .txt {
		margin-right: 0;
		padding: 0 1.4rem;
		width: auto;
		color: #000;
		line-height: 1.4;
	}
	#main .sec02 .outBox {
		margin: 0 -2.5rem;
		max-width: inherit;
	}
	#main .sec02 .photo {
		margin: 0 auto 1.2rem;
		width: 22.3rem;
	}
	#main .sec02 .textImg {
		margin: 0 auto 1.9rem;
		width: 37.2rem;
	}
	#main .sec02 h3 {
		margin-bottom: 2.7rem;
		font-size: 2.5rem;
		line-height: 1.58;
	}
	#main .sec02 .text {
		padding: 0 2.9rem;
		font-size: 2.08rem;
		line-height: 1.4;
		letter-spacing: 0;
	}
	#main .sec03 {
		padding: 11.1rem 0 6.6rem;
		background-image: url(../img/index/sec03_bg01_sp.jpg);
	}
	#main .sec03 .headLine01 {
		margin-bottom: 4rem;
	}
	#main .sec03 .textList {
		gap: 2.3rem 1.7rem;
	}
	#main .sec03 .textList > li {
		padding: 1.8rem 0.2rem 2rem;
		width: calc((100% - 1.7rem) / 2);
		min-height: 44.5rem;
		border-radius: 0.8rem;
		border: 0.1rem solid #D43702;
	}
	#main .sec03 .textList > li .num {
		margin-bottom: 2.5rem;
		font-size: 5rem;
	}
	#main .sec03 .textList > li .num .en {
		margin-bottom: -0.9rem;
		font-size: 2.6rem;
	}
	#main .sec03 .textList > li .ttl {
		margin-bottom: 2.2rem;
		font-size: 2.9rem;
	}
	#main .sec03 .textList > li .txt {
		font-size: 2.08rem;
	}
	#main .sec03 .textList > li .txtUl {
		margin: 0.6rem auto 0;
	}
	#main .sec03 .textList > li .txtUl li {
		margin-bottom: 0;
		font-size: 2.08rem;
		line-height: 1.4;
		background: url(../img/common/icon01.png) no-repeat left top 0.6rem / 2.1rem;
	}
	#main .sec03 .textList > li .txtImg {
		margin: 0.5rem auto 0;
		width: 18rem;
	}
	#main .sec04 {
		padding: 10.5rem 0 0;
		background: url(../img/index/sec04_img01_sp.png) no-repeat right top 4.1rem / 15.1rem;
	}
	#main .sec04 .headLine01 {
		margin-bottom: 3.5rem;
	}
	#main .sec04 .headLine01 .en {
		margin-bottom: 0;
	}
	#main .sec04 .textList {
		display: block;
		padding: 0 1.8rem;
	}
	#main .sec04 .textList > li {
		padding: 4.4rem 5rem 2rem;
		min-height: 65.4rem;
		width: auto;
		background: url(../img/index/sec04_bg01.png) repeat-x left 0.7rem top 0.5rem / 25.6rem,linear-gradient(to top,#323232 0,#000 83%,#000 100%);
		box-sizing: border-box;
	}
	#main .sec04 .textList > li .subBox {
		margin: 0 auto;
		max-width: 40.4rem;
	}
	#main .sec04 .textList > li .name {
		padding-top: 3.5rem;
		font-size: 3.43rem;
		background: url(../img/index/sec04_bg02.png) no-repeat top center / 19.1rem;
	}
	#main .sec04 .textList > li .name .sml {
		font-size: 2.5rem;
	}
	#main .sec04 .textList > li .pho {
		margin: 0 auto 2.4rem;
		width: 19.2rem;
	}
	#main .sec04 .textList > li .pho img {
		width: 100%;
	}
	#main .sec04 .textList > li .ttl {
		margin-top: 0;
		font-size: 2.8rem;
	}
	#main .sec04 .textList > li .txt {
		margin: -0.7rem -1.8rem 0 0;
		font-size: 2.5rem;
		letter-spacing: 0;
	}
	#main .sec04 .textList > li .txtBox {
		margin: 3.2rem 0 0;
		gap: 1.8rem;
	}
	#main .sec04 .textList > li .txt + .txtBox {
		margin-top: 2rem;
	}
	#main .sec04 .textList > li .txtBox .pic {
		padding-top: 0.3rem;
		width: 7.8rem;
	}
	#main .sec04 .textList > li .txtBox .txtUl li {
		font-size: 2.08rem;
	}
	#main .sec05 {
		padding: 9.3rem 0 9.6rem;
	}
	#main .sec05 .headLine01 {
		margin-bottom: 3.8rem;
	}
	#main .sec05 .headLine01 .en {
		margin-bottom: 0.9rem;
	}
	#main .sec05 .imgBox {
		display: block;
	}
	#main .sec05 .imgBox .photoBox {
		width: auto;
		display: none;
	}
	#main .sec05 .imgBox .textBox {
		padding: 0 2rem;
		width: auto;
	}
	#main .sec05 .imgBox .textBox .textList {
		margin: 0 auto 5rem;
		max-width: 39.6rem;
	}
	#main .sec05 .imgBox .textBox .textList li {
		padding-bottom: 4.1rem;
	}
	#main .sec05 .imgBox .textBox .textList li::before {
		left: 12.5rem;
	}
	#main .sec05 .imgBox .textBox .textList li .num::before {
		right: -4.1rem;
	}
	#main .sec05 .imgBox .textBox .textList li .txt {
		margin-right: -1rem;
		padding-top: 0.5rem;
		width: calc(100% - 14.2rem);
		font-size: 2.5rem;
	}
	#main .sec05 .imgBox .textBox .note {
		margin: 0;
		padding: 0 1rem 0 1.8rem;
		font-size: 1.87rem;
		max-width: inherit;
	}
	#main .sec06 {
		padding: 9.8rem 0 10.2rem;
		background-image: url(../img/index/sec06_bg01_sp.jpg);
	}
	#main .sec06 .headLine01 {
		margin-bottom: 2rem;
	}
	#main .sec06 .title {
		margin-bottom: 3.2rem;
		font-size: 2.3rem;
		line-height: 1.82;
	}
	#main .sec06 .textImg {
		margin: 0 auto 2.5rem;
		width: 47.1rem;
	}
	#main .sec06 .text {
		padding: 0 2rem;
		font-size: 2.08rem;
		line-height: 1.6;
	}
	#main .sec07 {
		padding: 14.7rem 0 0;
		background-image: url(../img/index/sec07_bg01_sp.jpg);
	}
	#main .sec07 .logoBox {
		margin: 0 auto 3rem;
		width: 21.7rem;
	}
	#main .sec07 .textImg {
		margin: 0 auto 4.2rem;
		width: 44rem;
	}
	#main .sec07 .title {
		margin-bottom: 5.1rem;
		font-size: 3.54rem;
		line-height: 1.47;
		text-shadow: 0.3rem 0.47rem 1.5rem rgba(70, 37, 6, 0.3),0.3rem 0.47rem 1.5rem rgba(70, 37, 6, 0.3);
	}
	#main .sec07 .text {
		margin-bottom: 3.3rem;
		font-size: 2.7rem;
		line-height: 1.53;
	}
	#main .sec07 .link {
		padding-left: 1.9rem;
		width: 2.6rem;
	}
}