@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual .inner {
	padding-bottom: 8.2rem;
	/*min-height: 67rem;*/
  min-height: 636px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	/*background: url(../img/index/main_img.jpg) no-repeat center center / cover;*/
	background: url(../img/index/main_img.jpg) no-repeat bottom center / auto;
	box-sizing: border-box;
  /*background-position: top 60px right 0;*/
}
#main .mainVisual .inner .textImg {
	margin: 0 auto;
	padding-right: 8rem;
	max-width: 107.3rem;
	box-sizing: content-box;
}
#main .mainVisual .comCtaBox {
	/*margin-top: -16.2rem;*/
}
#main .mainVisual .comCtaBox .textBox {
	background: url(../img/index/main_bg01.png) no-repeat center top / 100%;
}
#main .mainVisual .comCtaBox .ctaBox .linkList li.li02 a {
	font-size: 2.2rem;
}
#main .logoBox {
	padding: 2.5rem 0 1.8rem;
}
#main .logoBox .logoList {
	gap: 3.7rem;
	align-items: center;
}
#main .logoBox .logoList li {
	width: 16.5rem;
}
#main .logoBox .logoList li.li02 {
	width: 37.7rem;
}
#main .logoBox .logoList li.li03 {
	width: 8.7rem;
}
#main .logoBox .logoList li.li04 {
	width: 13rem;
}
#main .logoBox .logoList li.li05 {
	width: 32.2rem;
}
#main .logoBox .logoList li.li06 {
	width: 24.6rem;
}
#main .logoBox .logoList li.li07 {
	width: 12.8rem;
}
#main .logoBox .logoList li.li08 {
	width: 16rem;
}
#main .topTextArea {
	padding: 5.5rem 0 4.1rem;
	background-color: #F9F9F8;
}
#main .topTextArea .smlText {
	margin-bottom: 0.6rem;
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
}
#main .topTextArea .title {
	margin-bottom: 3.9rem;
	font-size: 3.2rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	font-family: "Noto Serif JP", serif;
	text-align: center;
}
#main .topTextArea .title .col {
	color: #202861;
	font-weight: 700;
}
#main .topTextArea .subTextBox {
	padding: 0 1.7rem 0 1.5rem;
}
#main .topTextArea .subTextBox .lBox {
	margin-top: 0.3rem;
	width: 50.2rem;
}
#main .topTextArea .subTextBox .rBox {
	width: 41.2rem;
}
#main .inner .lBox,
#main .inner .rBox {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .inner .lBox {
	background-color: #315E99;
}
#main .inner .rBox {
	background-color: #1C6566;
}
#main .inner .lBox .photoBox,
#main .inner .rBox .photoBox {
	width: 55.4%;
}
#main .inner .rBox .photoBox {
	order: 2;
}
#main .inner .lBox .textBox,
#main .inner .rBox .textBox {
	margin-left: -7vw;
	padding: 4.8rem 1.8rem 2rem;
	width: 53.7%;
	box-sizing: border-box;
	position: relative;
	z-index: 5;
}
#main .inner .rBox .textBox {
	margin: 0 -7vw 0 0;
}
#main .inner .textBox h2 {
	margin-bottom: 2.3rem;
	padding-bottom: 0.5rem;
	color: #FFF;
	font-size: 3.6rem;
	font-weight: 500;
	font-family: "Noto Serif JP", serif;
	text-align: center;
	border-bottom: 1px solid #FFF;
}
#main .inner .textBox h2 .sml {
	margin-bottom: 0.6rem;
	display: block;
	font-size: 2rem;
	font-weight: 400;
	font-family: "Noto Sans JP", serif;
}
#main .inner .textBox h2 .sml .sub {
	font-size: 1.6rem;
}
#main .inner .textBox .textUl {
	background-color: rgba(255, 255, 255, 0.9);
}
#main .inner .textBox .textUl li {
	padding: 2.8rem 1rem 2rem 10.8rem;
	color: #171C45;
	font-size: 1.8rem;
	line-height: 1.28;
	border-bottom: 1px solid #315E99;
	background: url(../img/common/icon03.png) no-repeat left 4.8rem top calc(50% + 0.5rem) / 2.9rem;
}
#main .inner .rBox .textBox .textUl li {
	padding: 2.4rem 1rem 2.4rem 7.5rem;
	background-position: left 2.8rem top calc(50% + 0.5rem);
}
#main .inner .textBox .textUl li:last-child {
	border-bottom: none;
}
#main .sec02 {
	padding: 7.9rem 0 9.4rem;
	position: relative;
	background: #E5E5E5 url(../img/index/sec02_bg01.png) left top / 0.4rem;
}
#main .sec02::before {
	position: absolute;
	bottom: -2.1rem;
	left: 50%;
	transform: translateX(-50%);
	width: 15.7rem;
	height: 7.9rem;
	background: url(../img/common/icon04.png) no-repeat left top / 100%;
	content: '';
}
#main .sec02 h2 {
	margin-bottom: 3.8rem;
	font-size: 4rem;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
	text-align: center;
}
#main .sec02 h2 .sml {
	margin-bottom: -0.3rem;
	display: block;
	font-size: 2rem;
	font-weight: 400;
	font-family: "Noto Sans JP", serif;
}
#main .sec02 h2 .txt {
	text-shadow: 0.1rem 0.1rem 0 #FFF;
}
#main .sec02 .content {
	max-width: 98.2rem;
}
#main .sec02 .textList {
	gap: 3.3rem 2.2rem;
}
#main .sec02 .textList li {
	padding: 1.4rem 0.5rem 0.5rem;
	position: relative;
	width: calc((100% - 2.2rem) / 2);
	min-height: 9.4rem;
	font-size: 2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0.4rem 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
}
#main .sec02 .textList li::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 13.9rem;
	height: 0.5rem;
	background-color: #202861;
	content: '';
}
#main .sec03 {
	padding: 7.4rem 0 2.9rem;
}
#main .sec03 .photoList {
	padding-bottom: 5.2rem;
	gap: 4.6rem 5rem;
	border-bottom: 0.2rem solid #22529B;
}
#main .sec03 .photoList li {
	width: calc((100% - 10rem) / 3);
}
#main .sec03 .photoList li .ttlBox {
	margin: 0 -1rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#main .sec03 .photoList li .ttlBox .num {
	width: 7rem;
	color: rgb(32, 40, 97, 0.2);
	font-size: 6.7rem;
	font-family: "Noto Serif JP", serif;
	letter-spacing: -0.05em;
	line-height: 1.2;
}
#main .sec03 .photoList li .ttlBox .ttl {
	padding-top: 0.4rem;
	width: calc(100% - 7rem);
	color: #202861;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.44;
	text-align: center;
	font-family: "Noto Serif JP", serif;
}
#main .sec03 .photoList li .pho {
	margin-bottom: 1.6rem;
}
#main .sec03 .photoList li .txt {
	line-height: 1.8;
}
#main .sec04 {
	margin-bottom: 18.5rem;
	padding: 6rem 0 0.5rem;
	position: relative;
	background: #F4F6FA;
}
#main .sec04::before {
	position: absolute;
	top: 4.5rem;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/index/sec04_bg01.png) no-repeat center top / 100%;
	content: '';
	mix-blend-mode: screen;
}
#main .sec04::after {
	position: absolute;
	bottom: -14rem;
	left: 0;
	width: 100%;
	height: 15rem;
	background: url(../img/index/sec04_bg02.png) no-repeat center bottom / 100% 100%;
	content: '';
}
#main .sec04 .content::before {
	position: absolute;
	top: 16rem;
	left: 0;
	width: 100%;
	height: 57.1rem;
	background-color: #F4F6FA;
	content: '';
	z-index: -1;
}
#main .sec04 .sml {
	margin-bottom: 1.7rem;
	font-size: 2rem;
	text-align: center;
}
#main .sec04 .title {
	margin-bottom: 4.2rem;
	font-size: 2.6rem;
	font-weight: 500;
	text-align: center;
	font-family: "Noto Serif JP", serif;
}
#main .sec04 .title .sub {
	margin-bottom: 0.2rem;
	display: block;
	font-size: 2rem;
	font-weight: 500;
}
#main .sec04 .title .big {
	color: #202861;
	font-weight: 700;
}
#main .sec04 .textImg {
	margin: 0 auto 5rem;
	max-width: 96.1rem;
}
#main .sec04 .outBox {
	padding: 4.1rem 0.4rem 0;
	border-top:  0.2rem solid #22529B;
}
#main .sec04 .textInner {
	margin-bottom: -4rem;
	padding: 2.1rem 2.5rem 1.4rem;
	align-items: center;
	background: url(../img/index/sec04_bg03.png) left top / 1.8rem;
	box-shadow: 0.2rem 0.2rem 1.2rem 0.6rem rgba(0, 0, 0, 0.05);
}
#main .sec04 .textInner .photo01,
#main .sec04 .textInner .photo02 {
	width: 23.4rem;
}
#main .sec04 .textInner .textBox {
	padding-bottom: 0.7rem;
}
#main .sec04 .textInner .textBox p {
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.79;
}
#main .sec04 .textInner .textBox p strong {
	color: #171C45;
}
#main .sec05 {
	margin-bottom: 7.4rem;
}
#main .sec05 .title {
	margin-bottom: 6.4rem;
	text-align: center;
	font-size: 3.2rem;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
}
#main .sec05 .title .sml {
	display: block;
	font-size: 2rem;
	font-family: "Noto Sans JP", serif;
}
#main .sec05 .title .comBgText {
	background: linear-gradient(to bottom, transparent calc(100% - 1.5rem), #F1E8CE calc(100% - 1.5rem), #F1E8CE 100%);
}
#main .sec05 .title .comBgText .col {
	color: #202861;
	font-weight: 700;
}
#main .sec05 h2 {
	margin-bottom: 4rem;
	position: relative;
	text-align: center;
}
#main .sec05 h2::before {
	margin-top: 0.2rem;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 0.2rem;
	background-color: #22529B;
	content: '';
}
#main .sec05 h2 .sub {
	padding: 0 5.3rem;
	position: relative;
	z-index: 5;
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	color: #202861;
	font-size: 3.6rem;
	font-weight: 700;
	text-align: center;
	background-color: #FFF;
}
#main .sec05 h2 .sub .sml {
	margin-top: -0.3rem;
	display: block;
	color: #222;
	font-size: 1.8rem;
	font-weight: 400;
	font-family: "Noto Sans JP", serif;
}
#main .sec05 .inner {
	padding: 0 2rem;
}
#main .sec05 .inner .subInner {
	width: calc((100% - 2rem) / 2);
}
#main .sec05 .inner .subInner .subTitle {
	margin-bottom: 1.5rem;
	padding: 0.7rem 1rem 0.5rem;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.08em;
	font-family: "Noto Serif JP", serif;
	background-color: #315E99;
}
#main .sec05 .inner .subInner .textList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .sec05 .inner .subInner .textList > li {
	padding: 2.5rem 0 2.8rem;
	width: calc((100% - 1.8rem) / 2);
	border: 1px solid #E5E5E5;
	border-top: 1rem solid #98AFCC;
	box-sizing: border-box;
}
#main .sec05 .inner .subInner .textList > li .ttl {
	margin-bottom: 2rem;
	padding: 0 2rem;
	color: #22529B;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-align: center;
	font-family: "Noto Serif JP", serif;
}
#main .sec05 .inner .subInner .textList .subUl li {
	padding: 0.5rem 1.5rem;
	min-height: 6.6rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #CCCCCC;
	box-sizing: border-box;
}
#main .sec05 .inner .subInner .textList .subUl li .tag {
	padding: 0.1rem 0.2rem 0.2rem;
	width: 9.7rem;
	display: block;
	color: #315E99;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.04em;
	background-color: #EAEFF5;
	box-sizing: border-box;
}
#main .sec05 .inner .subInner .textList .subUl li .txt {
	padding-top: 0.1rem;
	width: calc(100% - 11rem);
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.2;
}
#main .sec05 .inner .subInner .textList .subBox {
	margin-bottom: 0.2rem;
	padding: 2.1rem 1.4rem;
}
#main .sec05 .inner .subInner .textList .subBox .sub:not(:last-child) {
	margin-bottom: 2.9rem;
}
#main .sec05 .inner .subInner .textList .subBox .subTtl {
	margin-bottom: 0.8rem;
	padding: 0.1rem 0.5rem;
	width: fit-content;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	background-color: #4E4E4E;
}
#main .sec05 .inner .subInner .textList .subBox .sub.style01 .subTtl {
	background-color: #315E99;
}
#main .sec05 .inner .subInner .textList .subBox .subList li {
	margin-right: -1rem;
	padding-left: 0.5em;
	font-size: 1.4rem;
	letter-spacing: 0.04em;
	text-indent: -0.5em;
}
#main .sec05 .inner .subInner .textList .innTtl {
	margin-bottom: 0.8rem;
	position: relative;
	text-align: center;
}
#main .sec05 .inner .subInner .textList .innTtl::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 0.2rem;
	border-top: 0.2rem dashed #315E99;
	content: '';
}
#main .sec05 .inner .subInner .textList .innTtl .inn {
	margin: 0 auto;
	height: 100%;
	position: relative;
	z-index: 5;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-width: 17.5vw;
	max-width: 22vw;
	background-color: #FFF;
}
#main .sec05 .inner .subInner .textList .txtImg {
	margin: 0 1.3rem 0 1.4rem;
}
#main .sec05 .inner .subInner.style01 .subTitle {
	background-color: #1C6566;
}
#main .sec05 .inner .subInner.style01 .textList > li .ttl {
	color: #075051;
}
#main .sec05 .inner .subInner.style01 .textList .subUl li .tag {
	color: #1C6566;
	background-color: #E8F0F0;
}
#main .sec05 .inner .subInner.style01 .textList .subBox .sub.style01 .subTtl {
	background-color: #1C6566;
}
#main .sec06 {
	padding: 12.4rem 0 0;
	background: url(../img/index/sec06_bg01.png) no-repeat left top / 60.2rem;
}
#main .sec06 h2 {
	margin: 0 auto 3.1rem;
	max-width: 87.7rem;
}
#main .sec06 .photoList {
	margin-bottom: 9.3rem;
}
#main .sec06 .photoList > li {
	padding: 3.3rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px solid #999;
}
#main .sec06 .photoList > li .textBox {
	width: calc(100% - 40rem);
}
#main .sec06 .photoList > li .textBox .numBox {
	margin-bottom: 1.2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
#main .sec06 .photoList > li .textBox .numBox .num {
	margin-left: -1rem;
	width: 9.7rem;
	color: #202861;
	font-size: 8.4rem;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
	line-height: 1.2;
}
#main .sec06 .photoList > li .textBox .numBox .tagList {
	margin-bottom: 1.6rem;
	width: calc(100% - 9.7rem);
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem;
}
#main .sec06 .photoList > li .textBox .numBox .tagList li {
	padding: 0.7rem 2.6rem 0.7rem 2.9rem;
	width: fit-content;
	color: #BB8B0C;
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	border: 1px solid #BB8B0C;
}
#main .sec06 .photoList > li .textBox .ttl {
	margin-bottom: 4rem;
	color: #171C45;
	font-size: 3.2rem;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
}
#main .sec06 .photoList > li .textBox .txt {
	line-height: 1.8;
}
#main .sec06 .photoList > li .photoBox {
	margin: 4.2rem -17rem -3.7rem 0;
	width: 53.7rem;
}
#main .sec06 .photoList > li.li02 {
	padding-top: 6.2rem;
}
#main .sec06 .photoList > li.li02 .textBox .numBox .tagList {
	margin: 0 -1rem 1.6rem 2rem;
}
#main .sec06 .photoList > li.li02 .textBox .numBox .tagList li {
	padding: 0.7rem 2rem 0.7rem 2rem;
}
#main .sec06 .photoList > li.li02 .photoBox {
	margin: 5.2rem -17.8rem 0.7rem 0;
	width: 54.5rem;
}
#main .sec06 .photoList > li.li03 {
	padding-top: 5rem;
	border-bottom: 1px solid #999;
}
#main .sec06 .photoList > li.li03 .textBox .numBox .tagList {
	margin: 0 0 1.6rem 1rem;
}
#main .sec06 .photoList > li.li03 .textBox .numBox .tagList li {
	padding: 0.7rem 1.3rem 0.7rem 2rem;
}
#main .sec06 .photoList > li.li03 .photoBox {
	margin: 2.3rem -17.3rem -1.8rem -1.5rem;
	width: 58.1rem;
}
#main .sec06 .bottomBox {
	padding: 2rem 2rem 2.3rem;
	text-align: center;
	background-color: #F6F6F9;
}
#main .sec06 .bottomBox .sml {
	margin-bottom: -0.2rem;
	font-size: 2.4rem;
}
#main .sec06 .bottomBox .text {
	font-size: 3.2rem;
	font-weight: 700;
	font-family: "Noto Serif JP", serif;
}
#main .sec06 .bottomBox .text .comBgText {
	color: #202861;
	background: linear-gradient(to bottom, transparent calc(100% - 1.5rem), #F1E8CE calc(100% - 1.5rem), #F1E8CE 100%);
}
#main .sec07 .bgBox {
	padding: 10rem 0 0;
	background: url(../img/index/sec07_bg01.jpg) left top / 56.9rem;
}
#main .sec07 h2 {
	margin-bottom: 4.5rem;
	font-size: 3.6rem;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
	text-align: center;
	letter-spacing: 0.04em;
}
#main .sec07 h2 .tag {
	margin: 0 auto 0.8rem;
	padding: 0.7rem 1rem;
	width: 57.3rem;
	display: block;
	color: #FFF;
	font-weight: 400;
	font-family: "Noto Sans JP", serif;
	font-size: 2rem;
	text-align: center;
	background-color: #202861;
	box-sizing: border-box;
	letter-spacing: 0;
}
#main .sec07 .photoBox .photo img {
	width: 100%;
}
#main .sec07 .tabLinkUl {
	position: relative;
	z-index: 10;
}
#main .sec07 .tabLinkUl li {
	width: 50%;
}
#main .sec07 .tabLinkUl li a {
	
}
#main .sec07 .tabLinkUl li .pho {
	margin-bottom: 3.6rem;
	display: block;
	position: relative;
	transition: 0.3s;
}
#main .sec07 .tabLinkUl li .pho::before {
	position: absolute;
	top: -3.1rem;
	right: 13.8rem;
	width: 3rem;
	height: 2rem;
	background-color: #315E99;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: '';
}
#main .sec07 .tabLinkUl li .pho.style01::before {
	top: -3.1rem;
	right: auto;
	left: 11.8rem;
	background-color: #1C6566;
}
#main .sec07 .tabLinkUl li .pho img {
	width: 100%;
}
#main .sec07 .tabLinkUl li .txt {
	margin: 0 0.4rem 0 auto;
	width: 49rem;
	height: 7.8rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #999;
	font-size: 3.2rem;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
	text-align: center;
	background-color: #CCCCCC;
	border-radius: 1rem 1rem 0 0;
	letter-spacing: 0.08em;
	transition: 0.3s;
}
#main .sec07 .tabLinkUl li .txt::before {
	position: absolute;
	bottom: -2.6rem;
	left: 50%;
	transform: translateX(-50%);
	width: 5.3rem;
	height: 2.7rem;
	background-color: #202861;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: '';
	opacity: 0;
	transition: 0.3s;
}
#main .sec07 .tabLinkUl li.li02 .txt {
	margin: 0 auto 0 0.4rem;
}
#main .sec07 .tabLinkUl li.li02 .txt::before {
	background-color: #075051;
}
#main .sec07 .tabLinkUl li.on .txt {
	color: #FFF;
	background-color: #202861;
}
#main .sec07 .tabLinkUl li.li02.on .txt {
	background-color: #075051;
}
#main .sec07 .tabLinkUl li.on .txt::before {
	opacity: 1;
}
@media all and (min-width: 897px) {
	#main .sec07 .tabLinkUl li a:hover .pho {
		/*opacity: 0.7;*/
	}
	#main .sec07 .tabLinkUl li a:hover .txt {
		color: #FFF;
		background-color: #202861;
	}
	#main .sec07 .tabLinkUl li.li02 a:hover .txt {
		background-color: #075051;
	}
	#main .sec07 .tabLinkUl li a:hover .txt::before {
		opacity: 1;
	}
}
#main .sec07 .tabBox .bgBox01 {
	margin-bottom: 6.6rem;
	padding: 7.5rem 0 5.5rem;
	position: relative;
	background-color: #F5F7FA;
}
#main .sec07 .tabBox .bgBox01::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/index/sec07_bg02.png) no-repeat left top / 93.4rem,url(../img/index/sec07_bg03.png) no-repeat right top / 93.4rem;
	content: '';
	opacity: 0.6;
	mix-blend-mode: multiply;
}
#main .sec07 .tabBox .title {
	margin-bottom: 1.5rem;
	color: #202861;
	font-size: 3.2rem;
	font-weight: 600;
	text-align: center;
	font-family: "Noto Serif JP", serif;
}
#main .sec07 .tabBox .title .sml {
	margin-top: 0.1rem;
	display: block;
	color: #222;
	font-family: "Noto Sans JP", serif;
	font-size: 2.4rem;
	font-weight: 400;
}
#main .sec07 .tabBox .textImg {
	margin: 0 auto -0.6rem;
	width: 74.8rem;
}
#main .sec07 .tabBox .smlText {
	margin-bottom: 4.6rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.89;
	text-align: center;
}
#main .sec07 .tabBox .smlText .col,
#main .sec07 .tabBox .text .col {
	color: #202861;
	font-weight: 700;
}
#main .sec07 .tabBox .text {
	font-size: 2.2rem;
	text-align: center;
}
#main .sec07 .tabBox .photoArea {
	padding: 6rem 0 5.9rem;
	background-color: #F7F9FB;
}
#main .sec07 .tabBox .photoArea .title {
	margin-bottom: 0.9rem;
}
#main .sec07 .tabBox .photoArea .photo {
	margin: 0 auto;
	max-width: 104.8rem;
}
#main .sec07 .tabBox .bottomBox {
	padding: 7.3rem 0 8.5rem 2.6rem;
	position: relative;	
}
#main .sec07 .tabBox .bottomBox::before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: -7rem;
	width: 100%;
	background: url(../img/index/sec07_bg04.png) no-repeat left top / 36rem,url(../img/index/sec07_bg05.png) no-repeat bottom right / 36rem;
	content: '';
}
#main .sec07 .tabBox .bottomBox .title {
	margin-bottom: 2.4rem;
}
#main .sec07 .tabBox .bottomBox .inner {
	padding: 4.2rem 3.3rem 4rem;
	background-color: #EAEFF5;
	border-radius: 0.8rem;
}
#main .sec07 .tabBox .bottomBox .inner .topBox {
	margin-bottom: 1.6rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .sec07 .tabBox .bottomBox .inner .topBox .photo {
	width: 20.6rem;
}
#main .sec07 .tabBox .bottomBox .inner .topBox .textBox {
	margin-top: 1.7rem;
	width: calc(100% - 22.8rem);
}
#main .sec07 .tabBox .bottomBox .inner .topBox .textBox .ttl {
	margin-bottom: 2rem;
	color: #22529B;
	font-size: 2.8rem;
	font-weight: 700;
	font-family: "Noto Serif JP", serif;
}
#main .sec07 .tabBox .bottomBox .inner .topBox .textBox .txtUl li {
	margin-bottom: 1.2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .sec07 .tabBox .bottomBox .inner .topBox .textBox .txtUl li:last-child {
	margin-bottom: 0;
}
#main .sec07 .tabBox .bottomBox .inner .topBox .textBox .lTxt {
	width: 5rem;
	color: #171C45;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.04rem;
}
#main .sec07 .tabBox .bottomBox .inner .topBox .textBox .rTxt {
	width: calc(100% - 5rem);
	font-size: 1.8rem;
	letter-spacing: 0.04em;
}
#main .sec07 .tabBox .bottomBox .inner .subInner .tag {
	padding: 0.2rem 0.5rem 0.4rem;
	width: 44.8rem;
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-align: center;
	background-color: #AC9151;
}
#main .sec07 .tabBox .bottomBox .inner .subInner .bgArea {
	background-color: #fff;
	box-shadow: 0.4rem 0.4rem 0.8rem rgba(25, 25, 25, 0.1);
}
#main .sec07 .tabBox .bottomBox .inner .subInner .subBox {
	margin-bottom: 0.5rem;
	padding: 2.3rem 3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .sec07 .tabBox .bottomBox .inner .subInner .subBox .textList {
	width: calc(100% - 48rem);
}
#main .sec07 .tabBox .bottomBox .inner .subInner .subBox .textList li:not(:last-child) {
	margin-bottom: 3rem;
}
#main .sec07 .tabBox .bottomBox .inner .subInner .subBox .textList li .ttl {
	margin-bottom: 0.6rem;
	color: #22529B;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}
#main .sec07 .tabBox .bottomBox .inner .subInner .subBox .textList li .txt {
	letter-spacing: 0.04em;
	font-weight: 500;
}
#main .sec07 .tabBox .bottomBox .inner .subInner .subBox .pho {
	margin: -5.9rem -2.2rem 0 0;
	width: 44.6rem;
}
#main .sec07 .tabBox .bottomBox .inner .subInner .link a {
	padding: 0.6rem 1rem;
	display: block;
	color: #FFF;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-align: center;
	background-color: #999999;
}
#main .sec07 .tabBox .bottomBox .inner .subInner .link a:hover {
	opacity: 0.7;
}
#main .sec07 .tabBox .bottomBox .inner .subInner .link a .sub {
	padding: 0 4.6rem;
	display: inline-block;
	background: url(../img/common/icon06.png) no-repeat right top calc(50% + 0.1rem) / 1.1rem;
}
#main .sec07 .tabBox .bottomBox .inner .subInner .link a.on .sub {
	background-image: url(../img/common/icon06_on.png);
}
#main .sec07 .tabBox .bottomBox .inner .textArea {
	padding: 6.9rem 4.7rem 4.5rem;
	display: none;
}
#main .sec07 .tabBox .bottomBox .inner .textArea .subArea {
	margin-bottom: 1.2rem;
	padding: 0 1.1rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#main .sec07 .tabBox .bottomBox .inner .textArea .subArea:last-of-type {
	margin-bottom: 0;
}
#main .sec07 .tabBox .bottomBox .inner .textArea .subArea .lArea {
	width: 10.4rem;
}
#main .sec07 .tabBox .bottomBox .inner .textArea .subArea .rArea {
	width: calc(100% - 16rem);
}
#main .sec07 .tabBox .bottomBox .inner .textArea .subArea .rArea > .ttl {
	margin: -3.2rem 0 1.1rem;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}
#main .sec07 .tabBox .bottomBox .inner .textArea .subArea .rArea > .txt {
	font-size: 1.4rem;
	letter-spacing: 0.04em;
}
#main .sec07 .tabBox .bottomBox .inner .textArea .subArea .txtList li {
	padding: 1.6rem 0 1.8rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #CCC;
}
#main .sec07 .tabBox .bottomBox .inner .textArea .subArea .txtList li .ttlBox {
	padding-left: 0.2rem;
	width: 35rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#main .sec07 .tabBox .bottomBox .inner .textArea .subArea .txtList li .ttlBox .num {
	margin-right: 2rem;
	width: 2.8rem;
	height: 2.8rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-family: "Oswald", serif;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: -0.04em;
	line-height: 1.2;
	background-color: #202861;
	border-radius: 50%;
}
#main .sec07 .tabBox .bottomBox .inner .textArea .subArea .txtList li .ttlBox .ttl {
	color: #315E99;
	font-weight: 700;
	letter-spacing: 0.04em;
}
#main .sec07 .tabBox .bottomBox .inner .textArea .subArea .txtList li .txt {
	width: calc(100% - 37rem);
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.04em;
}
#main .sec07 .tabBox .bottomBox .inner .textArea .subTitle {
	margin: 4rem 0 1.9rem;
	position: relative;
	text-align: center;
}
#main .sec07 .tabBox .bottomBox .inner .textArea .subTitle::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #202861;
	content: '';
}
#main .sec07 .tabBox .bottomBox .inner .textArea .subTitle .sub {
	padding: 0 5.5rem;
	display: inline-block;
	position: relative;
	color: #202861;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	z-index: 5;
	background-color: #FFF;
}
#main .sec07 .tabBox .bottomBox .inner .textArea .subTextList li {
	margin-bottom: 2.2rem;
	padding: 2rem 1.1rem 1.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background-color: #F5F7FA;
}
#main .sec07 .tabBox .bottomBox .inner .textArea .subTextList li:last-child {
	margin-bottom: 0;
}
#main .sec07 .tabBox .bottomBox .inner .textArea .subTextList li .subTtl {
	width: 22rem;
	min-height: 4.3rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-left: 4.2rem;
	color: #171C45;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.2;
	background: url(../img/common/icon07.png) no-repeat left top 0.7rem / 2.6rem;
	box-sizing: border-box;
}
#main .sec07 .tabBox .bottomBox .inner .textArea .subTextList li .subTxt {
	margin: -0.5rem 0 0 0;
	width: calc(100% - 23.5rem);
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.71;
	letter-spacing: 0.04em;
}
#main .sec07 .tabBox.tab02 .title {
	margin-bottom: 5.1rem;
	color: #075051;
}
#main .sec07 .tabBox.tab02 .bgBox01 {
	margin-bottom: 0;
	padding-bottom: 8.2rem;
	background-color: #F3F6F6;
}
#main .sec07 .tabBox.tab02 .bgBox01::before {
	display: none;
}
#main .sec07 .tabBox.tab02 .comPhotoBox {
	margin-bottom: 0;
}
#main .sec07 .tabBox.tab02 .comPhotoBox .photoList li .ttl {
	color: #075051;
}
#main .sec07 .tabBox.tab02 .addBox {
	padding: 4.8rem 0 5.3rem;
	position: relative;
}
#main .sec07 .tabBox.tab02 .addBox::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/index/sec07_bg06.png) no-repeat left top / 93.4rem,url(../img/index/sec07_bg07.png) no-repeat right top / 93.4rem;
	content: '';
}
#main .sec07 .tabBox.tab02 .addBox .content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .sec07 .tabBox.tab02 .addBox .lBox {
	margin-top: 4.7rem;
	width: 34rem;
}
#main .sec07 .tabBox.tab02 .addBox .lBox .txtImg {
	margin-bottom: 1.8rem;
	width: 33.9rem;
}
#main .sec07 .tabBox.tab02 .addBox .lBox .ttl {
	margin-bottom: 2.4rem;
	color: #8A702A;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.33;
	font-family: "Noto Serif JP", serif;
}
#main .sec07 .tabBox.tab02 .addBox .lBox .txt {
	line-height: 2.06;
}
#main .sec07 .tabBox.tab02 .addBox .rBox {
	padding: 3rem 2rem 4.6rem;
	width: 63.2rem;
	background-color: #FFF;
	box-sizing: border-box;
	box-shadow: 0.4rem 0.4rem 0.8rem rgba(25, 25, 25, 0.1);
}
#main .sec07 .tabBox.tab02 .addBox .rBox .topTtl {
	margin-bottom: 3rem;
	position: relative;
	text-align: center;
}
#main .sec07 .tabBox.tab02 .addBox .rBox .topTtl::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #1C6566;
	content: '';
}
#main .sec07 .tabBox.tab02 .addBox .rBox .topTtl .sub {
	padding: 0 0.5rem;
	color: #1C6566;
	font-size: 2.4rem;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
	background-color: #FFF;
	position: relative;
	z-index: 5;
}
#main .sec07 .tabBox.tab02 .addBox .rBox .txtImg {
	margin: 0 auto 2.3rem;
	max-width: 58.3rem;
}
#main .sec07 .tabBox.tab02 .addBox .txtUl {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}
#main .sec07 .tabBox.tab02 .addBox .txtUl > li {
	width: calc((100% - 4rem) / 3);
}
#main .sec07 .tabBox.tab02 .addBox .txtUl .subUl li {
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: -0.05em;
}
#main .sec07 .tabBox.tab02 .photoArea .title {
	margin-bottom: 0.8rem;
}
#main .sec07 .tabBox.tab02 .bottomBox .title {
	margin-bottom: 2.1rem;
}
#main .sec07 .tabBox.tab02 .bottomBox .inner {
	background-color: #E8F0F0;
}
#main .sec07 .tabBox.tab02 .bottomBox .inner .topBox .textBox {
	margin-top: 0.5rem;
}
#main .sec07 .tabBox.tab02 .bottomBox .inner .topBox .textBox .ttl,
#main .sec07 .tabBox.tab02 .bottomBox .inner .subInner .subBox .textList li .ttl {
	color: #1C6566;
}
#main .sec07 .tabBox.tab02 .bottomBox .inner .subInner .subBox .pho {
	width: 45rem;
}
#main .sec07 .tabBox.tab02 .bottomBox .inner .textArea {
	padding: 3.3rem 4.7rem 4.5rem;
}
#main .sec07 .tabBox.tab02 .bottomBox .inner .textArea .subArea .rArea > .ttl {
	margin-top: 0;
}
#main .sec07 .tabBox.tab02 .bottomBox .inner .textArea .subArea .rArea > .ttl .sml {
	margin-bottom: 0.3rem;
	display: block;
	color: #1C6566;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.04em;
}
#main .sec07 .tabBox.tab02 .bottomBox .inner .textArea .subArea .rArea > .txt {
	padding-bottom: 2rem;
	border-bottom: 1px solid #CCC;
}
#main .sec07 .tabBox.tab02 .bottomBox .inner .textArea .subArea .rArea > .ttl.spec {
	margin-top: 2rem;
}
#main .sec07 .tabBox.tab02 .bottomBox .inner .textArea .subArea .txtList li .ttlBox .num {
	background-color: #075051;
}
#main .sec07 .tabBox.tab02 .bottomBox .inner .textArea .subArea .txtList li .ttlBox .ttl {
	color: #1C6566;
}
#main .sec07 .tabBox.tab02 .bottomBox .inner .textArea .subTitle .sub {
	color: #075051;
}
#main .sec07 .tabBox.tab02 .bottomBox .inner .textArea .subTitle::before {
	background-color: #075051;
}
#main .sec07 .tabBox.tab02 .bottomBox .inner .textArea .subTextList li {
	background-color: #F4F7F7;
}
#main .sec07 .tabBox.tab02 .bottomBox .inner .textArea .subTextList li .subTtl {
	color: #075051;
	background-image: url(../img/common/icon09.png);
}
#main .flow {
	padding: 9.1rem 0 7.1rem;
	background-color: #FAFAFA;
}
#main .flow .content {
	max-width: 100rem;
}
#main .faq {
	padding: 7.5rem 0 8rem;
}
#main .faq .content {
	max-width: 100rem;
}
#main .faq .headLine02 {
	margin-bottom: 4.9rem;
	letter-spacing: -0.05em;
}
#main .faq .qaList dt {
	margin-top: 3rem;
	padding: 2.9rem 7rem 2.9rem 9.4rem;
	position: relative;
	color: #222;
	font-weight: 700;
	letter-spacing: 0.04em;
	cursor: pointer;
	border: 0.1rem solid #E9E9E9;
	box-shadow : 0.2rem 0.2rem 0.1rem rgba(34, 34, 34, 0.1);
	background: url("../img/common/icon05.png") no-repeat right 4.2rem center / 1.5rem;
}
#main .faq .qaList dt.on {
	background-image: url("../img/common/icon05_on.png");
}
#main .faq .qaList dt.on::before {
	background-color: #4D5381;
} 
#main .faq .qaList dt:first-child {
	margin-top: 0;
}
#main .faq .qaList dt::before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: -0.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 7rem;
	color: #FFF;
	font-size: 2.4rem;
	background-color: #A6A9C0;
	content: "Q";
	font-weight: 500;
	font-family: "Oswald", serif;
}
#main .faq .qaList dd {
	padding: 3.3rem 7rem 1.5rem 9.4rem;
	position: relative;
	letter-spacing: 0.02em;
	display: none;
}
#main .faq .qaList dd::before {
	position: absolute;
	left: 0;
	top: 2.8rem;
	width: 7rem;
	text-align: center;
	font-size: 2.4rem;
	content: "A";
	font-weight: 500;
	font-family: "Oswald", serif;
}
#main .company {
	padding: 6.8rem 0 7.4rem;
	background-color: #FAFAFA;
}
#main .company .headLine02 {
	margin-bottom: 1.8rem;
}
#main .company .content {
	max-width: 100rem;
}
#main .company table {
	width: 100%;
	border-collapse: collapse;
}
#main .company th,
#main .company td {
	padding: 2.8rem 1.2rem 2.6rem;
	line-height: 2;
	font-weight: 500;
	word-break: break-all;
	text-align: left;
	vertical-align: middle;
	letter-spacing: 0.04em;
	border-bottom: 0.1rem solid #999;
}
#main .company th {
	padding-left: 4.9rem;
	width: 29%;
	color: #202861;
	font-size: 1.8rem;
	font-weight: 700;
	font-family: "Noto Serif JP", serif;
}
#main .contact {
	padding: 7.3rem 0 10.6rem;
}
#main .contact .content {
	max-width: 90rem;
}
#main .contact .tableDl {
	margin-bottom: 4rem;
}
#main .contact .tableDl dt {
	padding: 2rem 5.2rem 1.8rem;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	background-color: #D2D4DF;
}
#main .contact .tableDl dt .must {
	margin-right: 1.4rem;
	padding: 0.4rem 0.4rem 0.3rem;
	display: inline-block;
	width: 4.8rem;
	color: #FFF;
	font-size: 1.2rem;
	text-align: center;
	background-color: #202861;
	line-height: 1.2;
	letter-spacing: 0;
	vertical-align: 0.2rem;
}
#main .contact .tableDl .checkList {
	padding: 4.1rem 0 4.7rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	background-color: #FFF;
}
#main .contact .tableDl .checkList::before {
	position: absolute;
	top: 4.8rem;
	left: 0;
	width: 100%;
	height: 5.7rem;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	content: '';
}
#main .contact .tableDl .checkList li {
	width: 50%;
	position: relative;
}
#main .contact .tableDl .checkList li:first-child::before {
	position: absolute;
	top: 0.6rem;
	right: 0;
	width: 0.1rem;
	height: 5.7rem;
	border-right: 1px solid #CCCCCC;
	content: '';
}
#main .contact input[type="checkbox"],
#main .contact input[type="radio"] {
	display: none;
}
#main .contact input[type="checkbox"] ~ span,
#main .contact input[type="radio"] ~ span {
	padding: 6.3rem 0 0;
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.02em;
    cursor: pointer;
	background: url(../img/common/icon08.png) no-repeat center top / 5.3rem;
}
#main .contact input[type="checkbox"]:checked ~ span,
#main .contact input[type="radio"]:checked ~ span {
	background-image: url(../img/common/icon08_on.png);
}
#main .contact .tableDl dd {
	word-break: break-all;
}
#main .contact .tableDl dd:not(.spec) {
	padding: 2.4rem 5.2rem 2.7rem;
	background-color: rgba(204, 204, 204, 0.15);
}
#main .contact .tableDl dd textarea,
#main .contact .tableDl dd input[type="tel"],
#main .contact .tableDl dd input[type="text"],
#main .contact .tableDl dd input[type="email"] {
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 0;
    height: 7.1rem;
    border: 0.2rem solid #E8E8E8;
    box-sizing: border-box;
	color: #222;
    font-size: 2rem;
	font-weight: 700;
    padding: 0 3.2rem 0.5rem;
    width: 100%;
    letter-spacing: 0;
    background-color: #FFF;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .contact .tableDl dd textarea {
	padding: 2.2rem 3.2rem;
	height: 22rem;
	resize: vertical;
}
#main .contact .tableDl dd input::-webkit-input-placeholder,
#main .contact .tableDl dd textarea::-webkit-input-placeholder { /* WebKit browsers */
	color: #D6D6D6;
	opacity:1;
}
#main .contact .tableDl dd input:-moz-placeholder,
#main .contact .tableDl dd textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #D6D6D6;
	opacity:1;
}
#main .contact .tableDl dd input::-moz-placeholder,
#main .contact .tableDl dd textarea::-moz-placeholder {
	color: #D6D6D6;
	opacity:1;
}
#main .contact .tableDl dd input:-ms-input-placeholder,
#main .contact .tableDl dd textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #D6D6D6;
	opacity:1;
}
#main .contact .agree {
	margin: 0 auto 5.4rem;
	width: fit-content;
}
#main .contact .agree input[type="checkbox"] ~ span {
	padding: 2rem 0 2rem 7.3rem;
	display: inline-block;
	background-position: left center;
	letter-spacing: 0.02em;
}
#main .contact .agree input[type="checkbox"] ~ span a {
	text-decoration: underline;
}
#main .contact .submit {
	gap: 2rem;
}
#main .contact .submit li {
	width: 47.2rem;
}
#main .contact .submit li input {
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	width: 100%;
	height: 7.4rem;
	border-radius: 1.4rem;
	text-align: center;
	cursor: pointer;
	font-size: 2.4rem;
	font-weight: 500;
	color: #FFF;
	border: 0.4rem solid #D6C8A8;
	background: url(../img/common/cta_icon02.png) no-repeat right 2.3rem center / 0.9rem,linear-gradient(0deg, rgba(172, 121, 0, 1) 0%, rgba(199, 151, 12, 1) 100%);
}

#main .contact .submit li input#edit{
	color: #FFF;
	border: 0.4rem solid #cccccc;
	background: url(../img/common/cta_icon02.png) no-repeat right 2.3rem center / 0.9rem,#666;
}

#main .contact.confirm {
	padding-top: 15rem;
}
#main .contact.thanks {
	min-height: calc(100dvh - 4.1rem);
	box-sizing: border-box;
}
#main .contact.thanks p {
	margin-bottom: 4rem;
	text-align: center;
}
#main .contact.thanks .back {
	margin: 0 auto;
	max-width: 38rem;
}
#main .contact.thanks .back a {
	min-height: 6rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	font-weight: 500;
	color: #FFF;
	text-align: center;
	border-radius: 1.4rem;
	border: 0.4rem solid #D6C8A8;
	background: url(../img/common/cta_icon02.png) no-repeat right 2.3rem center / 0.9rem,linear-gradient(0deg, rgba(172, 121, 0, 1) 0%, rgba(199, 151, 12, 1) 100%);
}
#main .contact.thanks .back a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	#main .contact .agree input[type="checkbox"] ~ span a:hover {
		text-decoration: none;
	}
	#main .contact .submit li input:hover {
		opacity: 0.7;
	}
}
@media all and (min-width: 897px) and (max-width: 1700px) {
	#main .inner .textBox h2 {
		font-size: 2.1vw;
	}
	#main .inner .textBox h2 .sml {
		font-size: 1.1vw;
	}
	#main .inner .textBox h2 .sml .sub {
		font-size: 0.9vw;
	}
	#main .inner .textBox .textUl li {
		font-size: 1vw;
	}
}
@media all and (min-width: 897px) and (max-width: 1380px) {
	#main .sec06 .photoList > li .photoBox {
		margin: 4.2rem -7rem -3.7rem 0;
		width: 43.7rem;
	}
	#main .sec06 .photoList > li.li02 .photoBox {
		margin: 5.2rem -7.8rem 0.7rem 0;
		width: 44.5rem;
	}
	#main .sec06 .photoList > li.li03 .photoBox {
		margin: 2.3rem -7.3rem -1.8rem -1.5rem;
		width: 48.1rem;
	}
}
@media all and (min-width: 897px) and (max-width: 1200px) {
	#main .sec05 .inner {
		display: block;
	}
	#main .sec05 .inner .subInner {
		margin-bottom: 2rem;
		width: auto;
	}
	#main .sec05 .inner .subInner:last-child {
		margin-bottom: 0;
	}
	#main .sec05 .inner .subInner .textList .innTtl .inn {
		max-width: inherit;
	}
}
@media all and (max-width: 896px) {
	#main .mainVisual {
		padding: 4.5rem 0 0;
	}
	#main .mainVisual .inner {
		padding-bottom: 7.4rem;
		/*min-height: 32rem;*/
    min-height: 62rem;
		background-image: url(../img/index/main_img_sp.jpg);
		background-position: center bottom;
    background-size: cover;
	}
	#main .mainVisual .inner .textImg {
		margin: 0 auto;
		padding-right: 0;
		max-width: 37.5rem;
	}
	#main .mainVisual .textArea {
		padding: 0.9rem 1rem;
		background-color: #45496A;
	}
	#main .mainVisual .textArea p {
		color: #FFF;
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 1.25;
		text-align: center;
	}
	#main .mainVisual .comCtaBox {
		margin-top: 0;
	}
	#main .mainVisual .comCtaBox .textBox {
		background-image: url(../img/index/main_bg01_sp.png);
	}
	#main .logoBox {
		padding: 1.5rem 0;
	}
	#main .logoBox .logoList {
		gap: 2rem;
	}
	#main .logoBox .logoList li {
		width: 11rem;
	}
	#main .logoBox .logoList li.li02 {
		width: 25.1rem;
	}
	#main .logoBox .logoList li.li03 {
		width: 5.8rem;
	}
	#main .logoBox .logoList li.li04 {
		width: 8.7rem;
	}
	#main .logoBox .logoList li.li05 {
		width: 21.5rem;
	}
	#main .logoBox .logoList li.li06 {
		width: 16.4rem;
	}
	#main .logoBox .logoList li.li07 {
		width: 8.5rem;
	}
	#main .logoBox .logoList li.li08 {
		width: 10.7rem;
	}
	#main .topTextArea {
		padding: 4rem 0;
	}
	#main .topTextArea .smlText {
		margin-bottom: 0.6rem;
		font-size: 1.4rem;
	}
	#main .topTextArea .title {
		margin-bottom: 2rem;
		font-size: 2rem;
	}
	#main .topTextArea .subTextBox {
		padding: 0;
		display: block;
	}
	#main .topTextArea .subTextBox .lBox {
		margin: 0 auto 1.5rem;
		width: auto;
		max-width: 33.5rem;
	}
	#main .topTextArea .subTextBox .rBox {
		margin: 0 auto;
		width: auto;
		max-width: 33.5rem;
	}
	#main .inner .lBox,
	#main .inner .rBox {
		width: auto;
		display: block;
	}
	#main .inner .lBox .photoBox,
	#main .inner .rBox .photoBox {
		width: auto;
	}
	#main .inner .lBox .photoBox img,
	#main .inner .rBox .photoBox img {
		width: 100%;
	}
	#main .inner .lBox .textBox,
	#main .inner .rBox .textBox {
		margin: 0 !important;
		padding: 2rem;
		width: auto;
	}
	#main .inner .textBox h2 {
		margin-bottom: 1.5rem;
		padding-bottom: 0.5rem;
		font-size: 2.2rem;
	}
	#main .inner .textBox h2 .sml {
		margin-bottom: 0.4rem;
		font-size: 1.4rem;
	}
	#main .inner .textBox .textUl li {
		padding: 1rem 1rem 1rem 3.5rem !important;
		font-size: 1.3rem;
		background: url(../img/common/icon03.png) no-repeat left 1rem top 1.7rem / 2rem !important;
	}
	#main .sec02 {
		padding: 5rem 0;
	}
	#main .sec02::before {
		bottom: -2.1rem;
		width: 7.9rem;
		height: 4rem;
	}
	#main .sec02 h2 {
		margin-bottom: 2rem;
		font-size: 2.6rem;
	}
	#main .sec02 h2 .sml {
		margin-bottom: 0;
		font-size: 1.4rem;
	}
	#main .sec02 .textList {
		display: block;
	}
	#main .sec02 .textList li {
		margin-bottom: 2rem;
		padding: 0.5rem;
		width: auto;
		min-height: 7rem;
		font-size: 1.4rem;
	}
	#main .sec02 .textList li:last-child {
		margin-bottom: 01;
	}
	#main .sec02 .textList li::before {
		width: 10rem;
		height: 0.2rem;
	}
	#main .sec03 {
		padding: 5rem 0 3rem;
	}
	#main .sec03 .photoList {
		padding-bottom: 3rem;
		display: block;
		border-bottom: 0.1rem solid #22529B;
	}
	#main .sec03 .photoList li {
		margin-bottom: 3rem;
		width: auto;
	}
	#main .sec03 .photoList li:last-child {
		margin-bottom: 0;
	}
	#main .sec03 .photoList li .ttlBox {
		margin: 0 0 2rem;
	}
	#main .sec03 .photoList li .ttlBox .num {
		width: 7rem;
		font-size: 5rem;
	}
	#main .sec03 .photoList li .ttlBox .ttl {
		padding-top: 0;
		width: calc(100% - 7rem);
		font-size: 1.8rem;
		text-align: left;
	}
	#main .sec03 .photoList li .pho img {
		width: 100%;
	}
	#main .sec04 {
		margin-bottom: 18.5rem;
		padding: 4rem 0 0.5rem;
	}
	#main .sec04::before {
		display: none;
	}
	#main .sec04 .content::before {
		display: none;
	}
	#main .sec04 .sml {
		margin-bottom: 1rem;
		font-size: 1.6rem;
	}
	#main .sec04 .title {
		margin-bottom: 3rem;
		font-size: 1.8rem;
	}
	#main .sec04 .title .sub {
		font-size: 1.6rem;
	}
	#main .sec04 .out {
		margin: 0 -0.5rem 0 -0.6rem;
	}
	#main .sec04 .textImg {
		margin: 0 auto 5rem;
		max-width: 34.6rem;
	}
	#main .sec04 .outBox {
		padding: 3rem 0 0;
	}
	#main .sec04 .textInner {
		margin-bottom: 0;
		padding: 2rem;
		display: block;
	}
	#main .sec04 .textInner .photo01,
	#main .sec04 .textInner .photo02 {
		width: auto;
	}
	#main .sec04 .textInner .photo01 {
		margin-bottom: 2rem;
	}
	#main .sec04 .textInner .photo01 img {
		width: 100%;
	}
	#main .sec04 .textInner .photo02 {
		display: none;
	}
	#main .sec04 .textInner .textBox p {
		text-align: left;
	}
	#main .sec05 {
		margin-bottom: 5rem;
	}
	#main .sec05 .title {
		margin-bottom: 4rem;
		font-size: 2.2rem;
	}
	#main .sec05 .title .sml {
		font-size: 1.6rem;
	}
	#main .sec05 .title .comBgText {
		background: linear-gradient(to bottom, transparent calc(100% - 1rem), #F1E8CE calc(100% - 1rem), #F1E8CE 100%);
	}
	#main .sec05 h2 {
		margin-bottom: 2rem;
	}
	#main .sec05 h2 .sub {
		padding: 0 1.5rem;
		font-size: 2.6rem;
	}
	#main .sec05 h2 .sub .sml {
		margin-top: -0.3rem;
		font-size: 1.4rem;
	}
	#main .sec05 .inner {
		display: block;
	}
	#main .sec05 .inner .subInner {
		margin-bottom: 4rem;
		width: auto;
	}
	#main .sec05 .inner .subInner:last-child {
		margin-bottom: 0;
	}
	#main .sec05 .inner .subInner .subTitle {
		font-size: 1.8rem;
	}
	#main .sec05 .inner .subInner .textList {
		display: block;
	}
	#main .sec05 .inner .subInner .textList > li {
		margin-bottom: 4rem;
		padding: 2.5rem 0;
		width: auto;
	}
	#main .sec05 .inner .subInner .textList > li:last-child {
		margin-bottom: 0;
	}
	#main .sec05 .inner .subInner .textList > li .ttl {
		padding: 0 1rem;
		font-size: 1.6rem;
	}
	#main .sec05 .inner .subInner .textList .subUl li {
		padding: 0.5rem 1.5rem;
		min-height: 5rem;
	}
	#main .sec05 .inner .subInner .textList .innTtl .inn {
		font-size: 1.4rem;
		min-width: 29rem;
		max-width: 30rem;
	}
	#main .sec06 {
		padding: 9.4rem 0 0;
		background: url(../img/index/sec06_bg01.png) no-repeat left top / 30.1rem;
	}
	#main .sec06 .out {
		margin: 0 -0.8rem 0 -0.7rem;
	}
	#main .sec06 h2 {
		margin: 0 auto 3.1rem;
		max-width: 35rem;
	}
	#main .sec06 .photoList {
		margin-bottom: 4rem;
	}
	#main .sec06 .photoList > li {
		padding: 2rem 0 !important;
		display: block;
	}
	#main .sec06 .photoList > li .textBox {
		width: auto;
	}
	#main .sec06 .photoList > li .textBox .numBox {
		margin-bottom: 1.2rem;
		display: block;
	}
	#main .sec06 .photoList > li .textBox .numBox .num {
		margin: 0 0 1.5rem;
		width: auto;
		font-size: 5.5rem;
	}
	#main .sec06 .photoList > li .textBox .numBox .tagList {
		margin: 0 !important;
		width: auto;
		gap: 0.6rem;
	}
	#main .sec06 .photoList > li .textBox .numBox .tagList li {
		padding: 0.7rem !important;
		font-size: 1.2rem;
	}
	#main .sec06 .photoList > li .textBox .ttl {
		margin-bottom: 3rem;
		font-size: 2.2rem;
	}
	#main .sec06 .photoList > li .photoBox {
		margin: 3rem 0 0 !important;
		width: auto !important;
	}
	#main .sec06 .photoList > li .photoBox img {
		width: 100%;
	}
	#main .sec06 .bottomBox {
		padding: 2rem;
	}
	#main .sec06 .bottomBox .sml {
		margin-bottom: -0.2rem;
		font-size: 1.4rem;
	}
	#main .sec06 .bottomBox .text {
		font-size: 2.2rem;
	}
	#main .sec06 .bottomBox .text .comBgText {
		background: linear-gradient(to bottom, transparent calc(100% - 1rem), #F1E8CE calc(100% - 1rem), #F1E8CE 100%);
	}
	#main .sec07 .bgBox {
		padding: 6rem 0 0;
		background: none;
	}
	#main .sec07 h2 {
		margin-bottom: 3rem;
		font-size: 2.6rem;
	}
	#main .sec07 h2 .tag {
		margin: 0 auto 0.8rem;
		padding: 0.7rem 1rem;
		width: fit-content;
		font-size: 1.4rem;
	}
	#main .sec07 .tabLinkUl {

	}
	#main .sec07 .tabLinkUl li {
		
	}
	#main .sec07 .tabLinkUl li a {
		
	}
	#main .sec07 .tabLinkUl li .pho {
		margin-bottom: 2.3rem;
	}
	#main .sec07 .tabLinkUl li .pho::before {
		display: none;
	}
	#main .sec07 .tabLinkUl li .txt {
		margin: 0 0.1rem 0 auto;
		width: 16.2rem;
		height: 3.6rem;
		font-size: 1.7rem;
		font-weight: 500;
		border-radius: 0.3rem 0.3rem 0 0;
	}
	#main .sec07 .tabLinkUl li.li02 .txt {
		margin: 0 auto 0 0.1rem;
	}
	#main .sec07 .tabLinkUl li .txt::before {
		bottom: -1.1rem;
		width: 2.4rem;
		height: 1.2rem;
	}
	#main .sec07 .tabBox .bgBox01 {
		margin-bottom: 5rem;
		padding: 5rem 0;
	}
	#main .sec07 .tabBox .bgBox01::before {
		display: none;
	}
	#main .sec07 .tabBox .title {
		margin-bottom: 1.5rem;
		font-size: 2.2rem;
		text-align: left;
	}
	#main .sec07 .tabBox .title .sml {
		margin-top: 1rem;
		font-size: 1.4rem;
	}
	#main .sec07 .tabBox .textImg {
		margin: 0 auto;
		width: auto;
		max-width: 33.5rem;
	}
	#main .sec07 .tabBox .smlText {
		margin-bottom: 3rem;
		font-size: 1.4rem;
		line-height: 1.89;
		text-align: left;
	}
	#main .sec07 .tabBox .text {
		font-size: 1.6rem;
		text-align: left;
	}
	#main .sec07 .tabBox .photoArea {
		padding: 4rem 2rem;
	}
	#main .sec07 .tabBox .photoArea .js-scrollable {
		margin: 0 -2rem 0 -1rem;
	}
	#main .sec07 .tabBox .photoArea .photo {
		margin: 0 auto;
		max-width: inherit;
		width: 78.6rem;
	}
	#main .sec07 .tabBox .bottomBox {
		padding: 6rem 0;
	}
	#main .sec07 .tabBox .bottomBox::before {
		bottom: -5.5rem;
		background: url(../img/index/sec07_bg04.png) no-repeat left top / 18rem,url(../img/index/sec07_bg05.png) no-repeat bottom right / 18.1rem;
	}
	#main .sec07 .tabBox .bottomBox .title {
		margin-bottom: 1.8rem;
	}
	#main .sec07 .tabBox .bottomBox .inner {
		padding: 4rem 2rem;
	}
	#main .sec07 .tabBox .bottomBox .inner .topBox {
		display: block;
	}
	#main .sec07 .tabBox .bottomBox .inner .topBox .photo {
		margin-bottom: 1rem;
		width: auto;
	}
	#main .sec07 .tabBox .bottomBox .inner .topBox .photo img {
		width: 100%;
	}
	#main .sec07 .tabBox .bottomBox .inner .topBox .textBox {
		margin-top: 1.5rem;
		width: auto;
	}
	#main .sec07 .tabBox .bottomBox .inner .topBox .textBox .ttl {
		font-size: 1.8rem;
	}
	#main .sec07 .tabBox .bottomBox .inner .topBox .textBox .txtUl li {
		display: block;
	}
	#main .sec07 .tabBox .bottomBox .inner .topBox .textBox .lTxt {
		width: auto;
		font-size: 1.4rem;
	}
	#main .sec07 .tabBox .bottomBox .inner .topBox .textBox .rTxt {
		width: auto;
		font-size: 1.4rem;
	}
	#main .sec07 .tabBox .bottomBox .inner .subInner .tag {
		padding: 0.2rem 0.5rem 0.4rem;
		width: 16rem;
		font-size: 1.4rem;
	}
	#main .sec07 .tabBox .bottomBox .inner .subInner .subBox {
		padding: 2rem;
		display: block;
	}
	#main .sec07 .tabBox .bottomBox .inner .subInner .subBox .textList {
		width: auto;
	}
	#main .sec07 .tabBox .bottomBox .inner .subInner .subBox .textList li:not(:last-child) {
		margin-bottom: 1.5rem;
	}
	#main .sec07 .tabBox .bottomBox .inner .subInner .subBox .textList li .ttl {
		font-size: 1.4rem;
	}
	#main .sec07 .tabBox .bottomBox .inner .subInner .subBox .pho {
		margin: 0;
		width: auto !important;
	}
	#main .sec07 .tabBox .bottomBox .inner .subInner .subBox .pho img {
		width: 100%;
	}
	#main .sec07 .tabBox .bottomBox .inner .subInner .link a {
		padding: 0.6rem 1rem;
	}
	#main .sec07 .tabBox .bottomBox .inner .subInner .link a .sub {
		padding: 0 1.6rem;
	}
	#main .sec07 .tabBox .bottomBox .inner .textArea {
		padding: 5rem 2rem 4rem !important;
	}
	#main .sec07 .tabBox .bottomBox .inner .textArea .subArea {
		margin-bottom: 3.2rem;
		padding: 0;
		display: block;
	}
	#main .sec07 .tabBox .bottomBox .inner .textArea .subArea .lArea {
		margin-bottom: 0.5rem;
		width: 7.4rem;
	}
	#main .sec07 .tabBox .bottomBox .inner .textArea .subArea .rArea {
		width: auto;
	}
	#main .sec07 .tabBox .bottomBox .inner .textArea .subArea .rArea > .ttl {
		margin: 0 0 1.1rem;
		font-size: 1.6rem;
	}
	#main .sec07 .tabBox .bottomBox .inner .textArea .subArea .rArea > .txt {
		font-size: 1.4rem;
	}
	#main .sec07 .tabBox .bottomBox .inner .textArea .subArea .txtList li {
		padding: 1.6rem 0 2.1rem;
		display: block;
	}
	#main .sec07 .tabBox .bottomBox .inner .textArea .subArea .txtList li .ttlBox {
		padding-left: 0;
		width: auto;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
	}
	#main .sec07 .tabBox .bottomBox .inner .textArea .subArea .txtList li .ttlBox .num {
		margin-right: 0;
		font-size: 1.4rem;
	}
	#main .sec07 .tabBox .bottomBox .inner .textArea .subArea .txtList li .ttlBox .ttl {
		margin-bottom: 1rem;
		font-size: 1.6rem;
		width: calc(100% - 3rem);
	}
	#main .sec07 .tabBox .bottomBox .inner .textArea .subArea .txtList li .txt {
		padding-left: 3rem;
		width: auto;
		font-size: 1.4rem;
	}
	#main .sec07 .tabBox .bottomBox .inner .textArea .subTitle .sub {
		padding: 0 2rem;
		font-size: 1.8rem;
	}
	#main .sec07 .tabBox .bottomBox .inner .textArea .subTextList li {
		margin-bottom: 1.5rem;
		padding: 2rem 1rem;
		display: block;
	}
	#main .sec07 .tabBox .bottomBox .inner .textArea .subTextList li .subTtl {
		margin-bottom: 1rem;
		width: auto;
		padding-left: 2.6rem;
		background: url(../img/common/icon07.png) no-repeat left top 0.8rem / 1.6rem;
	}
	#main .sec07 .tabBox .bottomBox .inner .textArea .subTextList li .subTxt {
		margin: 0;
		width: auto;
		font-size: 1.3rem;
	}
	#main .sec07 .tabBox.tab02 .addBox::before {
		display: none;
	}
	#main .sec07 .tabBox.tab02 .addBox .content {
		display: block;
	}
	#main .sec07 .tabBox.tab02 .addBox .lBox {
		margin: 0 0 4rem;
		width: auto;
	}
	#main .sec07 .tabBox.tab02 .addBox .lBox .txtImg {
		margin: 0 auto 1.8rem;
		width: auto;
		max-width: 30rem;
	}
	#main .sec07 .tabBox.tab02 .addBox .lBox .ttl {
		margin-bottom: 1.5rem;
		font-size: 2rem;
	}
	#main .sec07 .tabBox.tab02 .addBox .rBox {
		padding: 3rem 2rem;
		width: auto;
	}
	#main .sec07 .tabBox.tab02 .addBox .rBox .topTtl .sub {
		font-size: 1.8rem;
		display: inline-block;
	}
	#main .sec07 .tabBox.tab02 .addBox .rBox .topTtl .sub::before {
		display: none;
	}
	#main .sec07 .tabBox.tab02 .addBox .rBox .txtImg {
		margin: 0 0 2.3rem;
		max-width: inherit;
	}
	#main .sec07 .tabBox.tab02 .addBox .rBox .txtImg img {
		width: 100%;
	}
	#main .sec07 .tabBox.tab02 .addBox .txtUl {
		display: block;
	}
	#main .sec07 .tabBox.tab02 .addBox .txtUl > li {
		margin-bottom: 2rem;
		width: auto;
	}
	#main .sec07 .tabBox.tab02 .addBox .txtUl > li:last-child {
		margin-bottom: 0;
	}
	#main .sec07 .tabBox.tab02 .bottomBox .inner .textArea .subArea .rArea > .ttl .sml {
		font-size: 1.4rem;
	}
	#main .sec07 .tabBox.tab02 .bgBox01 {
		padding-bottom: 5rem;
	}
	#main .flow {
		padding: 6rem 0;
	}
	#main .flow .step img {
		width: 100%;
	}
	#main .faq {
		padding: 6rem 0;
	}
	#main .faq .headLine02 {
		margin-bottom: 3.5rem;
	}
	#main .faq .qaList dt {
		margin-top: 2rem;
		padding: 1.6rem 4.5rem 1.6rem 9.4rem;
		background: url("../img/common/icon05.png") no-repeat right 2rem center / 1.5rem;
	}
	#main .faq .qaList dd {
		padding: 0;
	}
	#main .faq .qaList dd::before {
		top: 2.3rem;
	}
	#main .faq .qaList dd .sub {
		padding: 2rem 4.5rem 0 9.4rem;
		min-height: 6.2rem;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		box-sizing: border-box;
	}
	#main .company {
		padding: 6rem 0;
	}
	#main .company th,
	#main .company td {
		padding: 1.5rem 0.5rem;
	}
	#main .company th {
		padding-left: 1rem;
		width: 32%;
		font-size: 1.4rem;
	}
	#main .contact {
		padding: 6rem 0;
	}
	#main .contact .tableDl {
		margin-bottom: 4rem;
	}
	#main .contact .tableDl dt {
		padding: 1rem 2rem;
		font-size: 1.6rem;
	}
	#main .contact .tableDl dt .must {
		margin-right: 1.4rem;
		padding: 0.3rem 0.4rem 0.4rem;
		width: 4rem;
		font-size: 1.2rem;
	}
	#main .contact .tableDl .checkList {
		padding: 3rem 0;
	}
	#main .contact .tableDl .checkList::before {
		top: 3.6rem;
		height: 3rem;
	}
	#main .contact .tableDl .checkList li:first-child::before {
		top: 0.6rem;
		height: 3rem;
	}
	#main .contact input[type="checkbox"] ~ span,
	#main .contact input[type="radio"] ~ span {
		padding: 4.5rem 0 0;
		font-size: 1.4rem;
		background: url(../img/common/icon08.png) no-repeat center top / 3.6rem;
	}
	#main .contact .tableDl dd:not(.spec) {
		padding: 2rem;
	}
	#main .contact .tableDl dd textarea,
	#main .contact .tableDl dd input[type="tel"],
	#main .contact .tableDl dd input[type="text"],
	#main .contact .tableDl dd input[type="email"] {
		height: 4rem;
		font-size: 1.4rem;
		padding: 0 2rem;
	}
	#main .contact .tableDl dd textarea {
		padding: 2rem;
		height: 15rem;
	}
	#main .contact .agree {
		margin: 0 auto 4rem;
	}
	#main .contact .agree input[type="checkbox"] ~ span {
		padding: 2rem 0 2rem 4.5rem;
	}
	#main .contact .submit {
		display: block;
	}
	#main .contact .submit li {
		margin: 0 auto 2rem;
		width: auto;
		max-width: 33.5rem;
	}
	#main .contact .submit li:last-child {
		margin-bottom: 0;
	}
	#main .contact .submit li input {
		height: 5.5rem;
		border-radius: 1rem;
		font-size: 1.6rem;
	}
	#main .contact.confirm {
		padding-top: 10rem;
	}
	#main .contact.thanks {
		min-height: calc(100dvh - 3.8rem);
	}
	#main .contact.thanks .back {
		max-width: 33.5rem;
	}
	#main .contact.thanks .back a {
		min-height: 5rem;
		font-size: 1.6rem;
		border-radius: 1rem;
	}
}