@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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 {
	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: 2.666666666667vw;
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", sans-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: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	text-align: left;
	overflow-x: hidden;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 961px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 960px) {
	body {
		min-width: inherit;
		font-size: 1.3rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.loading {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 1000;
}
.loading img {
	width: 7.6rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	animation: loading-img 1s linear infinite;
}
@keyframes loading-img {
	0% {
		transform: translate(-50%,-50%) rotate(0);
	}
	100% {
		transform: translate(-50%,-50%) rotate(360deg);
	}
}
.bgLine {
	margin-left: -30.5rem;
	width: 59rem;
	aspect-ratio: 1310 / 1331;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	background: #fff;
	pointer-events: none;
	z-index: 1;
}
.bgLine::before {
	height: 999rem;
    position: absolute;
    left: 0;
    bottom: 0;
    border-left: 0.1rem solid #4D4D4D;
	transform: rotate(45deg);
	transform-origin: left bottom;
    content: "";
}
#gHeader {
	margin-bottom: 2.4rem;
	padding-top: 3rem;
	position: relative;
	z-index: 1;
}
#gHeader .hBox {
	margin: 0 auto;
	padding: 0 2rem;
	max-width: 124rem;
}
#gHeader .hBox h1 {
	margin-top: 0.4rem;
	width: 10.7rem;
}
#gHeader .hBox .logo01 {
	width: 15.5rem;
}
@media all and (max-width: 960px) {
	.bgLine {
		margin-left: 0;
		width: 61%;
		aspect-ratio: 230 / 245;
		left: 0;
		top: -3.2rem;
		transform: none;
	}
	#gHeader {
		margin-bottom: 3.2rem;
		padding-top: 1.8rem;
	}
	#gHeader .hBox {
		max-width: inherit;
	}
	#gHeader .hBox h1 {
		margin-top: 0.3rem;
		width: 6.6rem;
	}
	#gHeader .hBox .logo01 {
		width: 10.3rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 5.7rem 0 7rem;
	border-bottom: 3.5rem solid #1A1A1A;
}
#gFooter .fBox {
	margin: 0 auto;
	padding: 0 2rem;
	max-width: 124rem;
	align-items: end;
}
#gFooter .fBox .snsBox {
	margin-bottom: 2.9rem;
}
#gFooter .fBox .snsBox .ttl {
	margin-right: 2.3rem;
	color: #1A1A1A;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}
#gFooter .fBox .snsBox .snsList {
	margin-top: -0.4rem;
}
#gFooter .fBox .snsBox .snsList li {
	margin-right: 2.5rem;
	width: 2.7rem;
}
#gFooter .fBox .snsBox .snsList li a {
	display: block;
}
#gFooter .fBox .snsBox .snsList li a:hover {
	opacity: 0.7;
}
#gFooter .fBox .fLinkBox .ttl {
	margin: 0.2rem 4rem 0 0;
	color: #1A1A1A;
	font-size: 1.2rem;
}
#gFooter .fBox .fLinkBox ul {
	align-items: center;
}
#gFooter .fBox .fLinkBox li a {
	padding-right: 1rem;
	display: flex;
	align-items: center;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	background: url(../img/common/icon04.png) no-repeat right center / 0.7rem;
}
#gFooter .fBox .fLinkBox li a:hover {
	opacity: 0.7;
}
#gFooter .fBox .fLinkBox li:first-child {
	margin: 0.2rem 2rem 0 0;
	width: 6.5rem;
}
#gFooter .fBox .fLinkBox li:first-child a {
	padding: 0;
	letter-spacing: 0;
	background: none;
}
#gFooter .fBox .fLinkBox li:nth-child(2) {
	margin-right: 2rem;
}
#gFooter .fBox .fLinkBox li:nth-child(2) img {
	margin: 0.1rem 0 0 0.3rem;
	width: 1.1rem;
}
#gFooter .fBox address {
	padding-bottom: 0.3rem;
	font-size: 1.1rem;
}
@media all and (max-width: 960px) {
	#gFooter {
		padding: 5.8rem 0 2rem;
	}
	#gFooter .fBox {
		max-width: inherit;
		display: block;
	}
	#gFooter .fBox .snsBox {
		margin-bottom: 6.1rem;
		padding-left: 0.4rem;
	}
	#gFooter .fBox .snsBox .ttl {
		margin-right: 2.3rem;
	}
	#gFooter .fBox .snsBox .snsList li {
		margin-right: 4.5rem;
	}
	#gFooter .fBox .snsBox .snsList li:last-child {
		margin-right: 0;
	}
	#gFooter .fBox .fLinkBox {
		margin-bottom: 7rem;
		display: flex;
	}
	#gFooter .fBox .fLinkBox .ttl {
		margin: 0 4rem 0 0.5rem;
	}
	#gFooter .fBox .fLinkBox ul {
		display: block;
	}
	#gFooter .fBox .fLinkBox li a {
		display: inline-flex;
	}
	#gFooter .fBox .fLinkBox li:first-child {
		margin-bottom: 2.3rem;
	}
	#gFooter .fBox .fLinkBox li:nth-child(2) {
		margin: 0 0 2.5rem;
	}
	#gFooter .fBox address {
		text-align: center;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LSM */
/* 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;}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 120rem;
}
@media all and (max-width: 960px) {
	.content {
		margin: 0 2.5rem;
		max-width: inherit;
	}
}
/*------------------------------------------------------------
	p/ul/ol/dl
------------------------------------------------------------*/
#main p,
#main ul,
#main ol,
#main dl {
	letter-spacing: 0.01em;
	line-height: 2.25;
}
@media all and (max-width: 960px) {
	#main p,
	#main ul,
	#main ol,
	#main dl {
		letter-spacing: 0.01em;
		line-height: 2.3846;
	}
}
/*------------------------------------------------------------
	comCtaBox
------------------------------------------------------------*/
.comCtaBox {
	padding: 3.2rem 0 7.3rem;
	text-align: center;
	background: #fcfcfc;
}
.comCtaBox .title {
	padding: 4.8rem 0 1.5rem;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	background: url(../img/common/mark01.png) no-repeat center top / 17rem;
}
.comCtaBox .title img {
	margin: 0.5rem auto 0;
	width: 30.7rem;
	display: block;
}
.comCtaBox .time {
	margin: 0 auto 1.2rem;
	padding: 0.5rem 1.4rem;
	width: fit-content;
	border-top: 0.1rem solid #4D4D4D;
	border-bottom: 0.1rem solid #4D4D4D;
}
.comCtaBox dl {
	margin-bottom: 2.3rem;
	font-weight: 500;
	align-items: center;
}
.comCtaBox dt {
	margin: 0 1.2rem 0.2rem 4.5rem;
	letter-spacing: 0.1em;
}
.comCtaBox dd {
	font-size: 1.7rem;
	letter-spacing: 0.01em;
}
.comCtaBox dd small {
	display: inline-block;
	font-size: 1.3rem;
	font-weight: 400;
	vertical-align: 0.1rem;
	letter-spacing: 0;
}
.comCtaBox .btn {
	margin: 0 auto;
	width: 43rem;
}
.comCtaBox .btn a {
	padding: 0.5rem 4rem;
	height: 6.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	border-radius: 5rem;
	background: #9B8153 url(../img/common/icon01.png) no-repeat right 1.6rem center / 0.9rem;
}
.comCtaBox .btn a:hover {
	opacity: 0.7;
}
.comCtaBox h2 { /*追記*/
margin-bottom: 2rem;
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.75;
}
.comCtaBox01 {
	padding: 3.5rem 0 6rem;
}
.comCtaBox01 .time {
	/* border-color: transparent; */
}
@media all and (max-width: 960px) {
	.comCtaBox {
		padding: 5.5rem 0 6.4rem;
	}
	.comCtaBox .title {
		padding: 4.2rem 0 3.2rem;
		font-size: 1.55rem;
		background-size: 16rem;
	}
	.comCtaBox .title img {
		margin: 0.5rem auto 0;
		width: 26.4rem;
	}
	.comCtaBox .time {
		margin: 0 auto 1.3rem;
		padding: 0.4rem 0;
	}
	.comCtaBox dl {
		margin-bottom: 3.1rem;
	}
	.comCtaBox dt {
		margin: 0.2rem 0.7rem 0 -0.3rem;
	}
	.comCtaBox dd {
		font-size: 1.5rem;
	}
	.comCtaBox dd small {
		font-size: 1.1rem;
	}
	.comCtaBox .btn {
		width: 32.5rem;
	}
	.comCtaBox .btn a {
		padding: 0.5rem 4rem;
		height: 5.5rem;
		font-size: 1.8rem;
		background-position: right 1.3rem center;
		background-size: 0.7rem;
	}
	.comCtaBox01 {
		padding: 6.1rem 0 6rem;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	width: 15rem;
}
.comLink a {
	padding: 0 2rem 0.2rem;
	height: 3.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	border-radius: 3rem;
	border: 0.1rem solid #000;
	background: url(../img/common/icon02.png) no-repeat right 0.9rem top 1.2rem / 0.6rem;
}
.comLink a:hover {
	opacity: 0.7;
}
@media all and (max-width: 960px) {

}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainImg {
	margin: 0 auto 6.3rem;
	width: 105rem;
	position: relative;
	z-index: 1;
}
#main .sec01 h2 {
	padding: 4.5rem 0 4.4rem;
	color: #fff;
	font-size: 4.5rem;
	font-weight: 200;
	letter-spacing: 0.2em;
	line-height: 2.25;
	background: #1A1A1A;
}
#main .sec01 h2 .inn {
	margin-left: calc(50% - 50.6rem);
	display: block;
	position: relative;
	writing-mode: vertical-lr;
	z-index: 5;
}
#main .sec01 h2 .inn::before {
	margin-left: 2.1rem;
	width: 40.3rem;
	aspect-ratio: 403 / 404;
	position: absolute;
	left: 50%;
	bottom: 0.5rem;
	transform: translateX(-50%);
	background: url(../img/index/sec01_h2_bg01.png) no-repeat center center / cover;
	content: ""; 
}
#main .sec01 h2 .inn span {
	display: inline-block;
	height: 50rem;
}
#main .sec01 h2 .inn span:last-child {
	margin-top: 30.3rem;
	height: 38.8rem;
}
#main .sec01 .imgBox {
	margin: 0 0 8.1rem calc(50% - 48rem);
	flex-direction: row-reverse;
}
#main .sec01 .imgBox .photoBox {
	margin-top: -47rem;
	width: calc(50% + 3rem);
	height: 90rem;
}
#main .sec01 .imgBox .photoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}
#main .sec01 .imgBox .textBox {
	margin-top: 8.3rem;
	width: 45rem;
}
#main .sec01 .imgBox .textBox .logo {
	margin-bottom: 3.8rem;
	width: 39.1rem;
}
#main .sec01 .imgBox .textBox p {
	margin-bottom: 2.7rem;
	font-weight: 500;
	font-size: 1.8rem;
	letter-spacing: 0.07em;
	line-height: 1.5;
}
#main .sec01 .imgBox .textBox .ttl {
	margin-bottom: 0.7rem;
	font-size: 1.7rem;
	letter-spacing: 0.17em;
}
#main .sec01 .imgBox .textBox .time {
	margin: 0 -2rem 1.8rem 0;
	font-size: 3.5rem;
	letter-spacing: 0.07em;
}
#main .sec01 .imgBox .textBox .time small {
	display: inline-block;
	vertical-align: 0.5rem;
	font-size: 2rem;
	letter-spacing: 0.05em;
}
#main .sec01 .bdBox {
	margin-left: calc(50% - 60rem);
	padding: 8rem 12rem 8.8rem;
	position: relative;
	background: url(../img/index/sec01_bg01.jpg) no-repeat left top / cover;
}
#main .sec01 .bdBox::after {
	height: 999rem;
	position: absolute;
	left: 0;
	bottom: 0;
	border-left: 0.1rem solid #4D4D4D;
	content: "";
}
#main .sec01 .bdBox::before {
	width: 999rem;
	position: absolute;
	right: 0;
	top: 0;
	border-top: 0.1rem solid #4D4D4D;
	content: "";
}
#main .sec01 .bdBox h3 {
	margin-bottom: 4rem;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.75;
}
#main .sec02 {
	padding-bottom: 18.2rem;
	background: #1A1A1A;
}
#main .sec02 .titleBox {
	margin-bottom: 14.1rem;
	position: relative;
	overflow: hidden;
}
#main .sec02 .titleBox .bg {
	height: 79.9rem;
	position: relative;
	clip-path: inset(0);
}
#main .sec02 .titleBox .bg img {
	width: 100%;
	height: 110%;
	position: fixed;
	left: 0;
	top: 0;
	object-fit: cover;
}
#main .sec02 .titleBox h2 {
	width: 96.5rem;
	position: absolute;
	left: 50%;
	bottom: -0.4rem;
	transform: translateX(-50%);
}
#main .sec02 .imgBox .photoBox {
	width: 50rem;
}
#main .sec02 .imgBox .photoBox span {
	margin-top: 2.5rem;
	color: #fff;
	display: block;
	text-align: center;
	letter-spacing: -0.01em;
}
#main .sec02 .imgBox .textBox {
	margin-top: 4.5rem;
	padding-top: 4.1rem;
	width: 61.4rem;
	position: relative;
}
#main .sec02 .imgBox .textBox::before {
	width: 5.5rem;
	position: absolute;
	left: 0;
	top: 0;
	border-top: 0.1rem solid #fff;
	content: "";
}
#main .sec02 .imgBox .textBox p {
	color: #fff;
}
#main .outImgBox .photoBox {
	margin: -12.6rem 0 -5.7rem;
	order: 2;
	width: calc(50% - 10.4rem);
}
#main .outImgBox .photoBox img {
	width: 100%;
}
#main .outImgBox .textBox {
	width: calc(50% - 3rem);
	position: relative;
}
#main .outImgBox .textBox::after {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	right: 56.9rem;
	background-color: #4D4D4D;
	content: '';
}
#main .outImgBox .textBox .subBox {
	margin: 6.8rem 0 0 auto;
	padding: 3.8rem 0;
	width: 44.9rem;
	position: relative;
	box-sizing: border-box;
}
#main .outImgBox .textBox .subBox::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 5.5rem;
	height: 0.1rem;
	background-color: #1A1A1A;
	content: '';
}
#main .outImgBox .textBox .subBox .text {
	margin: 0 0 5.1rem;
	font-size: 1.6rem;
	line-height: 2.25;
	letter-spacing: 0.01em;
}
#main .outImgBox .textBox .subBox .photo {
	margin: 0 0 2rem 0.5rem;
	width: 38rem;
	height: 29.6rem;
}
#main .outImgBox .textBox .subBox .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .outImgBox .textBox .subBox .sml {
	font-size: 1.2rem;
	letter-spacing: 0.01em;
}
#main .outPhotoArea {
	padding: 12.3rem 0 5.4rem;
	background-color: #1A1A1A;
}
#main .outPhotoArea .photoUl {
	margin: 0 auto;
	padding: 0 1rem;
	max-width: 129rem;
	box-sizing: border-box;
}
#main .outPhotoArea .photoUl > li {
	margin-right: 1.1rem;
	width: calc((100% - 2.2rem) / 3);
}
#main .outPhotoArea .photoUl > li:nth-child(2) {
	margin-top: 8.1rem;
}
#main .outPhotoArea .photoUl > li:nth-child(3n) {
	margin-right: 0;
}
#main .outPhotoArea .photoUl .subUl li {
	margin-bottom: 1.2rem;
}
#main .sec03 {	
	margin-bottom: 5.2rem;
}
#main .sec03 .titleBox {
	margin-bottom: 9.3rem;
	position: relative;
	overflow: hidden;
}
#main .sec03 .titleBox::before {
	position: absolute;
	top: 0;
	left: calc(50% - 60rem);
	bottom: 0;
	width: 1px;
	background-color: #FFF;
	content: '';
	z-index: 5;
}
#main .sec03 .titleBox .bg {
	height: 80rem;
	position: relative;
	clip-path: inset(0);
}
#main .sec03 .titleBox .bg img {
	width: 100%;
	height: 110%;
	position: fixed;
	left: 0;
	top: 0;
	object-fit: cover;
}
#main .sec03 .titleBox h2 {
	width: 109.6rem;
	position: absolute;
	left: 50%;
	bottom: -1.7rem;
	transform: translateX(-50%);
}
#main .sec03 .bdBox {
	margin-left: calc(50% - 60rem);
	padding: 0;
	position: relative;
}
#main .sec03 .bdBox::after {
	position: absolute;
	left: 0;
	top: -9.3rem;
	bottom: 2rem;
	border-left: 0.1rem solid #4D4D4D;
	content: "";
}
#main .sec03 .bdBox::before {
	width: 999rem;
	position: absolute;
	right: 0;
	top: 0;
	border-top: 0.1rem solid #4D4D4D;
	content: "";
}
#main .sec03 .textArea {
	padding: 11rem 12rem 10.2rem;
	background: url(../img/index/sec03_bg02.png) no-repeat center center / cover;
}
#main .sec03 .textArea h3 {
	margin-bottom: 4rem;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.01em;
}
#main .sec03 .textArea .text {
	margin-bottom: 1.8rem;
	font-size: 1.6rem;
	line-height: 2.25;
	letter-spacing: 0.01em;
}
#main .sec03 .textArea .sml {
	font-size: 1.2rem;
	line-height: 1.92;
}
#main .sec03 .textArea02 {
	padding: 8.5rem 12rem 9.4rem;
	position: relative;
}
#main .sec03 .textArea02::before {
	position: absolute;
	top: 2.5rem;
	left: 3rem;
	width: 21.8rem;
	height: 21.9rem;
	background: url(../img/index/sec03_bg03.png) no-repeat left top / 100%;
	content: '';
}
#main .sec03 .textArea02 .ttlBox {
	margin-bottom: 2.5rem;
}
#main .sec03 .textArea02 .ttlBox .sml {
	margin-bottom: -0.1rem;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.01em;
}
#main .sec03 .textArea02 .ttlBox .textImg {
	margin-left: -0.8rem;
	width: 29rem;
}
#main .sec03 .textArea02 .textUl {
	position: relative;
	z-index: 5;
}
#main .sec03 .textArea02 .textUl > li {
	margin-bottom: 1.4rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .sec03 .textArea02 .textUl > li:last-child {
	margin-bottom: 0;
}
#main .sec03 .textArea02 .textUl > li .ttl {
	width: 11rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}
#main .sec03 .textArea02 .textUl > li .ttl .sub {
	margin-top: -0.5rem;
	display: block;
}
#main .sec03 .textArea02 .textUl > li .rBox {
	padding-top: 0.1rem;
	width: calc(100% - 11.2rem);
	line-height: 2.25;
	letter-spacing: 0.01em;
}
#main .sec03 .textArea02 .textUl > li .rBox .subList li {
	display: flex;
	flex-wrap: wrap;
}
#main .sec03 .textArea02 .textUl > li .rBox .sml {
	font-size: 1.2rem;
}
#main .sec03 .textArea02 .textUl > li .rBox .outSmlUl {
	padding-left: 0.7rem;
}
#main .sec03 .textArea02 .textUl > li .rBox .outSmlUl li {
	font-size: 1.2rem;
	line-height: 1.92;
}
#main .sec03 .textArea02 .textUl > li .rBox .subUl li {
	margin-bottom: 1rem;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.61 !important;
}
#main .sec03 .bdBox01 {
	padding: 13.6rem 0 0;
}
#main .sec03 .bdBox01::after {
	bottom: 2.4rem;
}
#main .sec03 .logo {
	margin: 0 auto 9.2rem;
	padding-right: 12rem;
	width: 86rem;
	box-sizing: border-box;
}
#main .sec03 .textList > li {
	margin-bottom: 4.3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: start;
}
#main .sec03 .textList > li:last-child {
	margin-bottom: 0;
}
#main .sec03 .textList > li .ttl {
	padding-left: 12.1rem;
	width: 21rem;
	position: relative;
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	box-sizing: border-box;
}
#main .sec03 .textList > li .ttl::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 9.9rem;
	height: 1px;
	background-color: #4D4D4D;
	content: '';
}
#main .sec03 .textList > li .rBox {
	margin-top: -1.5rem;
	width: calc(100% - 23.1rem);
}
#main .sec03 .textList > li .rBox .topTxt {
	font-size: 2.5rem;
	letter-spacing: 0.05em;
}
#main .sec03 .textList > li .rBox .topTxt .sml {
	font-size: 2rem;
}
#main .sec03 .textList > li .rBox .subUl {
	margin: 1.5rem 0 1.6rem;
}
#main .sec03 .textList > li .rBox .subUl li {
	font-size: 1.2rem;
	line-height: 1.75;
	letter-spacing: 0.05em;
}
#main .sec03 .textList > li .rBox .comLink a {
	height: 3.2rem;
	background-position: right 0.7rem top 1rem;
	letter-spacing: 0.07em;
}
#main .sec03 .textList > li .rBox .subBox {
	padding-top: 0.3rem;
	display: flex;
	flex-wrap: wrap;
}
#main .sec03 .textList > li .rBox .subBox .topTxt {
	margin-right: 2.6rem;
	letter-spacing: 0.08em;
}
#main .sec03 .textList > li .rBox .subBox .comLink {
	margin-top: 1.7rem;
	width: 12.5rem;
}
#main .sec03 .textList > li .rBox .txt {
	margin-top: -0.8rem;
	letter-spacing: 0.05em;
}
#main .sec03 .textList > li:nth-child(3) .rBox {
	margin-top: -1.1rem;
}
#main .bottomBox {
	padding: 4.3rem 0 5.3rem;
	background-color: #F2F2F2;
}
#main .bottomBox .text {
	margin-bottom: 3rem;
	font-size: 2.5rem;
	letter-spacing: 0.05em;
	text-align: center;
}
#main .bottomBox .comLink {
	margin: 0 auto;
}
#main .bottomBox .comLink a {
	background-color: #FFF;
}
@media all and (max-width: 960px) {
	#main .mainImg {
		margin: 0 0.5rem;
		padding-bottom: 5.5rem;
		width: auto;
		text-align: center;
	}
	#main .sec01 h2 {
		padding: 3.7rem 0 3.1rem;
		font-size: 2.7rem;
		line-height: 2.3;
	}
	#main .sec01 h2 .inn {
		margin: 0 auto;
	}
	#main .sec01 h2 .inn::before {
		margin-left: 0;
		width: 24.2rem;
		bottom: 2.1rem;
	}
	#main .sec01 h2 .inn span {
		height: 30rem;
	}
	#main .sec01 h2 .inn span:last-child {
		margin-top: 18.2rem;
		height: 25rem;
	}
	#main .sec01 .imgBox {
		margin: 0 0 7.5rem;
		display: block;
	}
	#main .sec01 .imgBox .photoBox {
		margin-top: 0;
		width: auto;
		height: auto;
	}
	#main .sec01 .imgBox .photoBox img {
		height: auto;
		object-fit: inherit;
	}
	#main .sec01 .imgBox .textBox {
		margin: 8.5rem 2.5rem 0;
		width: auto;
	}
	#main .sec01 .imgBox .textBox .logo {
		margin: 0 0 3.5rem;
		width: 32.5rem;
	}
	#main .sec01 .imgBox .textBox p {
		margin-bottom: 3rem;
		font-weight: 500;
		font-size: 1.3rem;
		letter-spacing: 0.07em;
		line-height: 1.5;
	}
	#main .sec01 .imgBox .textBox .ttl {
		margin-bottom: 0.5rem;
		font-size: 1.1rem;
		letter-spacing: 0.1em;
	}
	#main .sec01 .imgBox .textBox .time {
		margin: 0 -2rem 1.8rem 0;
		font-size: 2.5rem;
		letter-spacing: 0.07em;
	}
	#main .sec01 .imgBox .textBox .time small {
		vertical-align: 0.5rem;
		font-size: 1.3rem;
		letter-spacing: 0.05em;
	}
	#main .sec01 .bdBox {
		margin-left: 0;
		padding: 5.5rem 2.5rem 5.7rem;
		background-image: url(../img/index/sec01_bg01_sp.jpg);
	}
	#main .sec01 .bdBox::after {
		display: none;
	}
	#main .sec01 .bdBox h3 {
		margin-bottom: 2.7rem;
		font-size: 1.8rem;
		line-height: 2.11111;
	}
	#main .sec02 {
		padding-bottom: 8.7rem;
	}
	#main .sec02 .titleBox {
		margin-bottom: 7.6rem;
	}
	#main .sec02 .titleBox .bg {
		height: 48rem;

	}
	#main .sec02 .titleBox h2 {
		width: 35.5rem;
		bottom: -0.1rem;
	}
	#main .sec02 .imgBox {
		display: block;
	}
	#main .sec02 .imgBox .photoBox {
		margin: 0 auto;
		width: 30rem;
	}
	#main .sec02 .imgBox .photoBox span {
		margin-top: 1.2rem;
	}
	#main .sec02 .imgBox .textBox {
		margin-top: 2.7rem;
		padding-top: 5.2rem;
		width: auto;
	}
	#main .outImgBox {
		margin-bottom: 6.6rem;
		display: block;
	}
	#main .outImgBox .photoBox {
		margin: 0;
		width: auto;
	}
	#main .outImgBox .textBox {
		padding: 0 2.5rem;
		width: auto;
	}
	#main .outImgBox .textBox::after {
		display: none;
	}
	#main .outImgBox .textBox .subBox {
		margin: 6.5rem 0 0;
		padding: 4.4rem 0 0;
		width: auto;
		height: auto;
	}
	#main .outImgBox .textBox .subBox .text {
		margin: 0 0 3.6rem;
		font-size: 1.3rem;
		line-height: 2.38;
	}
	#main .outImgBox .textBox .subBox .photo {
		margin: 0 2.2rem 3.4rem;
		width: auto;
		height: auto;
	}
	#main .outImgBox .textBox .subBox .photo img {
		width: 100%;
	}
	#main .outImgBox .textBox .subBox .sml {
		font-size: 0.9rem;
	}
	#main .outPhotoArea {
		padding: 5.1rem 2.8rem 8.2rem;
	}
	#main .outPhotoArea .photoUl {
		margin: 0;
		padding: 0;
		width: auto;
		display: block;
	}
	#main .outPhotoArea .photoUl > li {
		margin: 0 !important;
		width: auto;
	}
	#main .outPhotoArea .photoUl .subUl li {
		margin-bottom: 0.9rem;
	}
	#main .outPhotoArea .photoUl li img {
		width: 100%;
	}
	#main .sec03 {	
		margin-bottom: 10.7rem;
	}
	#main .sec03 .titleBox {
		margin-bottom: 7rem;
	}
	#main .sec03 .titleBox .bg {
		height: 48rem;
	}
	#main .sec03 .titleBox::before {
		display: none;
	}
	#main .sec03 .titleBox .bg img {
		width: 100%;
	}
	#main .sec03 .titleBox h2 {
		width: 36.7rem;
		bottom: -0.6rem;
	}
	#main .sec03 .bdBox {
		margin-left: 0;
	}
	#main .sec03 .bdBox::after {
		display: none;
	}
	#main .sec03 .textArea {
		padding: 5.1rem 2.5rem 6.4rem;
		background-image: url(../img/index/sec03_bg02_sp.png);
	}
	#main .sec03 .textArea h3 {
		margin-bottom: 1.9rem;
		font-size: 1.8rem;
		line-height: 2.1;
	}
	#main .sec03 .textArea .text {
		margin-bottom: 2.3rem;
		font-size: 1.3rem;
		line-height: 2.38;
	}
	#main .sec03 .textArea .sml {
		font-size: 0.9rem;
		line-height: 2.1;
	}
	#main .sec03 .textArea02 {
		padding: 10.5rem 2.5rem 6.5rem;
	}
	#main .sec03 .textArea02::before {
		top: 3.3rem;
		left: -6.6rem;
	}
	#main .sec03 .textArea02 .ttlBox {
		margin-bottom: 3rem;
	}
	#main .sec03 .textArea02 .ttlBox .sml {
		margin-bottom: 0.4rem;
		font-size: 1rem;
	}
	#main .sec03 .textArea02 .ttlBox .textImg {
		margin-left: -0.7rem;
	}
	#main .sec03 .textArea02 .textUl > li {
		margin-bottom: 1.5rem;
	}
	#main .sec03 .textArea02 .textUl > li .ttl {
		width: 9rem;/*8→9*/
	}
	#main .sec03 .textArea02 .textUl > li .ttl .spec {
		margin-top: 0.5rem;
		display: block;
	}
	#main .sec03 .textArea02 .textUl > li .rBox {
		padding-top: 0.6rem;
		/*width: calc(100% - 8.2rem);*/
		width: calc(100% - 9.2rem);
		line-height: 1.62;
	}
	#main .sec03 .textArea02 .textUl > li .rBox .txt {
		line-height: 1.62 !important;
	}
	#main .sec03 .textArea02 .textUl > li .rBox .sml {
		font-size: 1.1rem;
	}
	#main .sec03 .textArea02 .textUl > li .rBox .sml.spec {
		font-size: 1.3rem;
	}
	#main .sec03 .textArea02 .textUl > li .rBox .outSmlUl {
		margin-top: 0.9rem;
		padding: 0;
	}
	#main .sec03 .textArea02 .textUl > li .rBox .outSmlUl li {
		padding-left: 1em;
		font-size: 0.9rem;
		line-height: 2.1;
		text-indent: -1em;
	}
	#main .sec03 .textArea02 .textUl > li .rBox .subUl {
		margin-top: -0.4rem;
	}
	#main .sec03 .textArea02 .textUl > li .rBox .subList li .rTxt {
		padding-top: 0.4rem;
		flex: 1;
		line-height: 1.61 !important;
	}
	#main .sec03 .textArea02 .textUl > li .rBox .subUl li:last-child {
		margin-bottom: 0;
	}
	#main .sec03 .bdBox01 {
		padding: 7.2rem 0 0;
	}
	#main .sec03 .logo {
		margin: 0 2.5rem 5.1rem;
		padding-right: 0;
		width: auto;
		max-width: 32.5rem;
	}
	#main .sec03 .textList {
		padding-right: 0.5rem;
	}
	#main .sec03 .textList > li {
		margin-bottom: 4.2rem;
		display: block;
	}
	#main .sec03 .textList > li .ttl {
		padding: 0 0 0 2.5rem;
		width: auto;
		font-size: 1.3rem;
	}
	#main .sec03 .textList > li .ttl::before {
		top: 1.4rem;
		width: 2rem;
	}
	#main .sec03 .textList > li .rBox {
		margin-top: -0.7rem;
		padding-left: 2.4rem;
		width: auto;
	}
	#main .sec03 .textList > li .rBox .topTxt {
		font-size: 1.5rem;
		letter-spacing: 0.05em;
	}
	#main .sec03 .textList > li .rBox .topTxt .sml {
		font-size: 1.5rem;
	}
	#main .sec03 .textList > li .rBox .subUl {
		margin: 0.6rem 0 2.2rem;
		padding-right: 1.8rem;
	}
	#main .sec03 .textList > li .rBox .subUl li {
		padding-left: 1em;
		font-size: 0.9rem;
		line-height: 2.1;
		letter-spacing: 0.01em;
		text-indent: -1em;
	}
	#main .sec03 .textList > li .rBox .subBox {
		padding-top: 0.6rem;
		display: block;
	}
	#main .sec03 .textList > li .rBox .subBox .topTxt {
		margin-right: 2.6rem;
		letter-spacing: 0.08em;
	}
	#main .sec03 .textList > li .rBox .subBox .comLink {
		margin-top: 1.3rem;
	}
	#main .sec03 .textList > li .rBox .txt {
		margin-top: -0.6rem;
	}
	#main .sec03 .textList > li:nth-child(3) .rBox {
		margin-top: 0.2rem;
	}
	#main .bottomBox {
		padding: 4.9rem 0 5.3rem;
	}
	#main .bottomBox .text {
		margin-bottom: 2.8rem;
		font-size: 1.5rem;
		line-height: 1.75;
	}
}
.fadeInUp {
	transform: translateY(50px);
	opacity: 0;
	transition: 1s ease-in-out;
}
.animate.isShow .fadeInUp,
.animate.isShow.fadeInUp {
	opacity: 1;
	transform: translateY(0);
}
@media all and (min-width: 961px) {
	.animate .delay01 {
		transition-delay: 0.5s;
	}
	.animate .delay02 {
		transition-delay: 1s;
	}
	.animate .delay03 {
		transition-delay: 1.5s;
	}
	.animate .delay04 {
		transition-delay: 2s;
	}
	.animate .delay05 {
		transition-delay: 2.5s;
	}
}
@media all and (max-width: 960px) {
	.animate .spDelay01 {
		transition-delay: 0.5s;
	}
	.animate .spDelay02 {
		transition-delay: 1s;
	}
	.animate .spDelay03 {
		transition-delay: 1.5s;
	}
	.animate .spDelay04 {
		transition-delay: 2s;
	}
	.animate .spDelay05 {
		transition-delay: 2.5s;
	}
}
