@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/

#main .strengths {
	padding: 60px 20px;
	height: 664px;
	box-sizing: border-box;
	background: url("../img/index/bg02.png") no-repeat center / cover;
}
#main .strengths .headLine01 {
	margin-bottom: 20px;
}
#main .strengths p {
	margin-bottom: 50px;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	color: #fff;
}
#main .strengths ul {
	display: flex;
}
#main .strengths li {
	margin-right: 30px;
	width: 325px;
	text-align: center;
}
#main .strengths li:last-of-type {
	margin-right: 0;
}
#main .strengths li .photo {
	margin: 0 auto 20px;
	width: 144px;
}
#main .strengths li .text {
	margin-bottom: 20px;
	font-size: 2.4rem;
	font-family: kozuka-mincho-pr6n,serif;
	font-weight: 900;
	font-style: normal;
}
#main .strengths li p {
	font-size: 1.4rem;
	letter-spacing: normal;
}
#main .region .headLine01 {
	margin-bottom: 10px;
	color: #333;
	line-height: 1.617;
}
#main .region .bgBox {
	padding: 56px 0 80px;
	position: relative;
	background: url("../img/index/bg03.png") no-repeat left -150px bottom -270px / 850px auto;
}
#main .region .bgBox::before {
	position: absolute;
	width: 260px;
	height: 380px;
	left: -3px;
	top: 0;
	background: url("../img/index/region_bg.png") repeat center / 8px auto;
	content: '';
	z-index: -1;
}
#main .region .bgBox::after {
	position: absolute;
	width: 259px;
	height: 380px;
	right: 0;
	bottom: 0;
	background: url("../img/index/region_bg.png") repeat center / 8px auto;
	content: '';
	z-index: -1;
}
#main .region .bgBox .content > p {
	margin-bottom: 50px;
	line-height: 2;
	font-size: 1.6rem;
}
#main .region ul {
	margin-top: -55px;
	display: flex;
	flex-wrap: wrap;
}
#main .region ul li {
	margin: 55px 60px 0 0;
	padding: 10px 10px 20px;
	width: 300px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
}
#main .region ul li:nth-of-type(3n) {
	margin-right: 0;
}
#main .region ul li .title {
	margin-bottom: 12px;
	display: flex;
	align-items: center;
}
#main .region ul li .title small {
	margin-left: 10px;
	font-size: 1.4rem;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
}
#main .region ul li .title span {
	padding: 5px 25px 3px 16px;
	color: #fff;
	font-size: 1.8rem;
	display: inline-block;
	vertical-align: top;
	background-color: #F9D471;
	font-family: kozuka-mincho-pr6n,serif;
	font-weight: 900;
	font-style: normal;
}
#main .region ul li .title .cor01 {
	background-color: #748FFF;
}
#main .region ul li .title .cor02 {
	background-color: #F46F6F;
}
#main .region ul li .text {
	margin-bottom: 16px;
	font-size: 1.6rem;
	color: #000;
	font-family: kozuka-mincho-pr6n,serif;
	font-weight: 900;
	font-style: normal;
}
#main .region ul li .text span {
	display: block;
	font-size: 1.2rem;
	color: #999;
	font-weight: bold;
}
#main .region ul li .position {
	margin-bottom: 13px;
	padding: 3px 0;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	background-color: #999;
}
#main .region ul li p {
	font-size: 1.2rem;
	color: #333;
	font-weight: bold;
}
#main .difference .tBgBox {
	padding: 75px 0 42px;
	box-sizing: border-box;
	background: url("../img/index/bg08.png") no-repeat center /cover;
}
#main .difference .bgBox {
	padding-bottom: 80px;
	box-sizing: border-box;
	background: url("../img/index/bg04.png") no-repeat center /cover;
}
#main .difference .content > p {
	margin-bottom: 30px;
	line-height: 2;
	color: #fff;
	font-size: 1.6rem;
}
#main .difference ul {
	display: flex;
	justify-content: space-between;
}
#main .difference li {
	width: 509px;
}
#main .difference li:last-of-type {
	margin-right: 0;
}
#main .difference li a {
	padding: 30px 20px 25px;
	display: flex;
	align-items: center;
	font-size: 2.4rem;
	border-radius: 10px 10px 0 0;
	box-sizing: border-box;
	background-color: #999;
	color: #000;
}
#main .difference li a:hover {
	background-color: #fff;
}
#main .difference li a:hover span {
	color: #000;
}
#main .difference li a:hover small {
	color: #000;
}
#main .difference li.on a {
	color: #000;
	background-color: #fff;
}
#main .difference li.on a span {
	margin-right: 30px;
	display: block;
	position: relative;
	color: #000;
	z-index: 4;
	font-family: kozuka-mincho-pr6n,serif;
	font-weight: 900;
	font-style: normal;
}
#main .difference li a small {
	font-size: 1.4rem;
	display: block;
	color: #fff;
	font-weight: bold;
}
#main .difference li.on a small {
	font-size: 1.4rem;
	display: block;
	color: #000;
	position: relative;
	z-index: 4;
}
#main .difference li a span {
	margin-right: 30px;
	display: block;
	position: relative;
	z-index: 4;
	color: #fff;
	font-family: kozuka-mincho-pr6n,serif;
	font-weight: 900;
	font-style: normal;
}
#main .difference .tabWrap {
	margin-top: -43px;
	padding: 40px 20px 30px;
	box-sizing: border-box;
	border-radius: 0px 0px 10px 10px;
	background: #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
#main .difference .tabWrap .textBox:nth-child(2) {
	display: none;
}
#main .difference .tabWrap .textBox {
	position: relative;
	z-index: 3;
}
#main .difference .tabWrap .textBox .pe,
#main .difference .tabWrap .textBox .vc {
	position: absolute;
	left: 0px;
	top: -85px;
	font-size: 13.2rem;
	line-height: 0.68;
	color: #f0f0f0;
	z-index: -1;
	font-family: a-otf-ud-reimin-pr6n, sans-serif;
	font-style: normal;
	font-weight: 300;
}
#main .difference .tabWrap .textBox .vc {
	margin-left: 120px;
	left: 50%;
	transform: translateX(-50%);
}
#main .difference .tabWrap .title {
	margin-bottom: 18px;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.5;
}
#main .difference .tabWrap .text {
	margin-bottom: 30px;
	font-size: 1.6rem;
	line-height: 2;
}
#main .difference .tabWrap p{
	margin-bottom: 0;
	font-size: 1.6rem;
	line-height: 2;
}
#main .worries .headLine01 {
	margin-bottom: 15px;
	color: #333;
}
#main .worries .content > p {
	margin-bottom: 30px;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 2;
}
#main .worries .bgBox {
	padding: 75px 0 80px;
	background: #EBF1F7;
}
#main .worries dl {
	margin-bottom: 28px;
	padding: 20px 20px 22px;
	border-radius: 10px;
	background-color: #fff;
}
#main .worries dt {
	margin-bottom: 25px;
	padding: 14px 0 32px 70px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3;
	color: #0e467c;
	border-bottom: 1px solid #F0F0F0;
	background: url("../img/common/icon01.png") no-repeat left top / 48px auto;
}
#main .worries dl:first-of-type dd {
	padding-bottom: 22px;
}
#main .worries dd {
	/*margin-left: 3px;*/
	padding: 10px 0 2px 70px;
	font-size: 1.8rem;
	line-height: 2;
	color: #333;
	background: url("../img/common/icon02.png") no-repeat left top / 48px auto;
}
#main .worries dd p {
	margin-bottom: 30px;
	font-size: 1.8rem;
	line-height: 2;
}
#main .change {
	position: relative;
}
#main .change .bgBox {
	padding: 75px 0 80px;
	position: relative;
	height: 677px;
	box-sizing: border-box;
	background: url("../img/index/bg06.png") no-repeat right center / auto 677px, linear-gradient(to right, #7cadbc 0%, #2c3262 100%);
}
#main .change .headLine01 {
	margin-bottom: 15px;
}
#main .change .content p {
	margin-bottom: 40px;
	color: #fff;
	line-height: 2;
	font-size: 1.6rem;
}
#main .change .slick-slide > div {
	margin: 0 10px;
	width: 392px;
}
#main .change li {
	padding: 20px 15px;
	border-radius: 10px;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
#main .change li .title {
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
}
#main .change li .year {
	margin-bottom: 20px;
	font-size: 1.2rem;
	color: #999;
	font-weight: bold;
}
#main .change li .year span {
	clear: both;
	float: right;
	display: inline-block;
	vertical-align: top;
}
#main .change li .income {
	padding-right: 40px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 1.4rem;
	background: url("../img/common/icon03.png") no-repeat right center / 20px auto;
	z-index: 3;
}
#main .change li .income::before {
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 74%;
	height: 7px;
	background-color: #F7F7B3;
	content: "";
	z-index: -1;
}
#main .change li .income span {
	margin: 0 3px 0 12px;
	font-size: 2rem;
	display: inline-block;
	vertical-align: center;
	font-family: a-otf-ud-reimin-pr6n, sans-serif;
	font-style: normal;
	font-weight: 300;
}
#main .change li .upBox {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#main .change li .upBox .up {
	margin-right: 20px;
	padding: 5px 10px;
	font-size: 1.4rem;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	background-color: #F46F6F;
	font-family: a-otf-ud-reimin-pr6n, sans-serif;
	font-style: normal;
	font-weight: 300;
}
#main .change li .upBox p span {
	margin: 0px 0 0 15px;
	font-size: 6rem;
	line-height: 0.38;
	font-weight: normal;
	display: inline-block;
	font-family: kozuka-mincho-pr6n,serif;
	font-weight: 900;
	font-style: normal;
}
#main .change li .upBox p {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.16;
}
#main .change li .private {
	margin: 0 auto -12px;
	color: #fff;
	position: relative;
	width: 80px;
	font-size: 1.4rem;
	display: block;
	text-align: center;
	background-color: #999;
	z-index: 3;
}
#main .change li .text {
	padding: 20px 20px 13px 10px;
	font-size: 1.3rem;
	font-weight: bold;
	box-sizing: border-box;
	background-color: #F0F0F0;
}
#main .change .prev {
	margin-top: 80px;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100px;
	height: 100px;
	transform: translateY(-50%);
	background: url("../img/common/icon06.png") no-repeat center / cover;
	cursor: pointer;
	z-index: 10;
}
#main .change .next {
	margin-top: 80px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 100px;
	height: 100px;
	transform: translateY(-50%);
	background: url("../img/common/icon05.png") no-repeat center / cover;
	cursor: pointer;
	z-index: 10;
}
#main .professionals .bgBox {
	padding: 75px 0 90px;
	box-sizing: border-box;
	background: url("../img/index/professionals_bg.png") repeat left top / 8px auto, linear-gradient(#d2deea 0%, #d9ebde 100%);
}
#main .professionals .headLine01 {
	color: #333;
}
#main .professionals .content > p {
	font-size: 1.6rem;
	line-height: 2;
}
#main .professionals ul {
	margin-top: -16px;
}
#main .professionals li {
	margin-top: 50px;
	display: flex;
}
#main .professionals li .photoBox {
	margin-right: -156px;
	position: relative;
	width: 318px;
	z-index: 2;
}
#main .professionals li:nth-of-type(3) .photoBox {
	margin-right: -145px;
	width: 305px;
}
#main .professionals li .photoBox p {
	padding: 5px 0 8px 5px;
	position: absolute;
	left: 0;
	top: 320px;
	display: inline-block;
	width: 270px;
	height: 52px;
	font-size: 1.8rem;
	line-height: 1.16;
	color: #fff;
	box-sizing: border-box;
	background-color: #000;
	font-family: kozuka-mincho-pr6n,serif;
	font-weight: 900;
	font-style: normal;
}
#main .professionals li:nth-of-type(1) .photoBox p {
	height: 76px;
}
#main .professionals li:nth-of-type(1) .photoBox p.name {
	height: 34px;
	top: 404px;
}

#main .professionals li:nth-of-type(2) .photoBox p {
	width: 263px;
	bottom: 10px;

}
#main .professionals li:nth-of-type(2) .photoBox .name {
	bottom: -30px;
	width: 229px;
}
#main .professionals li:nth-of-type(3) .photoBox p {
	width: 196px;
	bottom: 30px;
}
#main .professionals li:nth-of-type(3) .photoBox .name {
	bottom: -10px;
	width: 224px;
}
#main .professionals li:nth-of-type(4) .photoBox p {
	width: 196px;
	bottom: 30px;
}
#main .professionals li:nth-of-type(4) .photoBox .name {
	bottom: -10px;
	width: 209px;
}
#main .professionals li .photoBox p span {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.75;
}
#main .professionals li .photoBox .name {
	padding: 8px 0 4px 8px;
	width: 237px;
	height: 34px;
	top: 380px;
}
#main .professionals li .photoBox .name span {
	margin-left: 20px;
}
#main .professionals li .textBox {
	padding: 30px 30px 30px 180px;
	width: 862px;
	box-sizing: border-box;
	background-color: #F0F0F0;
}
#main .professionals li .textBox p {
	margin-bottom: 20px;
	font-size: 1.3rem;
}
#main .professionals li .textBox p:last-of-type {
	margin-bottom: 0;
}
#main .professionals li .textBox p span {
	margin-bottom: 5px;
	padding-left: 20px;
	position: relative;
	display: block;
	font-size: 1.4rem;
}
#main .professionals li .textBox p span::before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 10px;
	height: 2px;
	background: linear-gradient(to right, #7cadbc 0%, #2c3262 100%);
	content: "";
}
#main .flow .bgBox {
	padding: 75px 0 70px;
	height: 1528px;
	box-sizing: border-box;
	background: url("../img/index/bg07.png") no-repeat center / cover, linear-gradient(#021f3b 0%, rgba(2, 31, 59, 0.49) 100%);
}
#main .flow .bgBox .content > p {
	margin-bottom: 45px;
	color: #fff;
	line-height: 2;
	font-size: 1.6rem;
}
#main .flow dl {
	margin: 20px 0 0 30px;
	padding: 23px 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
#main .flow dt {
	width: 306px;
	display: flex;
	align-items: center;
}
#main .flow dt .num {
	margin: 0;
	padding: 15px 0 15px 20px;
	position: relative;
	left: -90px;
	font-size: 3rem;
	font-weight: normal;
	color: #505050;
	z-index: 3;
	box-sizing: border-box;
}
#main .flow dt p {
	margin-left: -50px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.66;
}
#main .flow dt .num::after {
	position: absolute;
	width: 57px;
	height: 57px;
	left: -3px;
	top: 8px;
	border: 2px solid #505050;
	content: "";
	z-index: 2;
}
#main .flow dt .num::before {
	position: absolute;
	width: 59px;
	height: 59px;
	left: 3px;
	top: 16px;
	background: #eae67f;
	content: "";
	z-index: -1;
}
#main .flow dd {
	width: 995px;
}
#main .flow dd .title {
	margin-bottom: 15px;
	display: inline-block;
	position: relative;
	z-index: 3;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#main .flow dd .title::before {
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	height: 10px;
	background: #f7f7b3;
	content: "";
	z-index: -1;
}
#main .flow .processBox {
	margin: -8px 0 -28px 373px;
	padding: 5px;
	position: relative;
	width: 187px;
	text-align: center;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	z-index: 5;
}
#main .flow .processBox p {
	padding: 20px 0;
	color: #fff;
	font-size: 1.8rem;
	box-sizing: border-box;
	background: linear-gradient(to right, rgba(124, 173, 188, 0.68) 0%, #2c3262 100%);
}
#main .flow .processBox p span {
	display: block;
	font-size: 1.4rem;
}
@media all and (-ms-high-contrast:none) {
	#main .difference .tabWrap {
		box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
	}
	#main .worries .bgBox {
		padding: 75px 0 60px;
	}
	#main .region ul li .text {
    	margin-bottom: 19px;
	}
	#main .change li .income {
		margin-bottom: 5px;
	}
}
@media all and (min-width: 897px) {
	#main .change .prev:hover {
		opacity: 0.7;
	}
	#main .change .next:hover {
		opacity: 0.7;
	}
}
@media (max-width: 598px) and (min-width: 376px) {
	#main .flow .bgBox::before {
		max-height: 1350px !important;
	}
}
@media (max-width: 896px) and (min-width: 376px) {
	#main .strengths li {
		margin: 0 auto !important;
	}
	#main .strengths li:last-of-type {
		margin: 0 auto !important;
	}
	#main .difference .bgBox {
		padding: 80px 0 !important;
		height: auto !important;
		background: url(../img/index/sp_bg03.png) no-repeat center top / 100% 890px;
	}
	#main .worries dd {
		padding: 20px 0 20px 40px !important;
		background-position: left center !important;
	}
	#main .professionals .bgBox {
		padding: 80px 0;
		height: auto !important;
	}
	#main .flow .bgBox::before {
		max-height: 1250px;
	}
}
@media all and (max-width: 896px) {
	#main .strengths {
		padding: 80px 0 60px;
		height: auto;
		background-image: url(../img/index/sp_bg02.png);
	}
	#main .strengths .headLine01 {
		margin-bottom: 30px;
	}
	#main .strengths p {
		margin-bottom: 35px;
		font-size: 1.4rem;
	}
	#main .strengths ul {
		display: block;
	}
	#main .strengths li {
		margin-right: 30px;
		width: 325px;
		text-align: center;
	}
	#main .strengths li .text {
		margin-bottom: 10px;
		font-size: 1.6rem;
	}
	#main .strengths li p {
		margin-bottom: 15px;
		font-size: 1.4rem;
	}
	#main .region .bgBox {
		padding: 75px 0 60px;
		box-sizing: border-box;
		background: url(../img/index/bg03.png) no-repeat left -240px bottom -500px / 850px auto;
	}
	#main .region .headLine01 {
		margin-bottom: 35px;
	}
	#main .region .bgBox::after {
		display: none;
	}
	#main .region .bgBox .content > p {
		margin-bottom: 35px;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	#main .region ul {
		margin: 0 -20px 0 -10px;
		display: block;
	}
	#main .region ul .slick-slide > div {
		width: 300px;
		margin: 0 20px 0 0;
	}
	#main .region ul li {
		margin: 20px 10px;
		padding: 10px 10px 20px;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	}
	#main .difference .tBgBox {
		padding: 75px 0 0;
		box-sizing: border-box;
		background: url("../img/index/sp_bg07.png") no-repeat center /cover;
	}
	#main .difference .bgBox {
		padding-bottom: 40px;
		background-image: url(../img/index/sp_bg03.png);
	}
	#main .difference .headLine01 {
		margin-bottom: 30px;
	}
	#main .difference .content > p {
		margin-bottom: 33px;
		line-height: 1.5;
	}
	#main .difference li {
		width: 49%;
	}
	#main .difference .on {
		width: 49%;
	}
	#main .difference li.on a {
		padding: 10px 20px 10px;
		display: block;
		font-size: 1.6rem;
		opacity: 0.9;
	}
	#main .difference li a {
		padding: 10px 20px 10px;
		display: block;
		text-align: center;
		font-size: 1.6rem;
	}
	#main .difference li.on a span {
		margin-right: 0;
		display: block;
		font-size: 1.6rem;
		text-align: center;
	}
	#main .difference li:nth-of-type(2) a span {
		margin-right: 0;
	}
	#main .difference li.on a small {
		font-size: 1.1rem;
		text-align: center;
	}
	#main .difference li a small {
		display: block;
		font-size: 1.1rem;
	}
	#main .difference li:last-of-type a small {
		margin-top: 10px;
	}
	#main .difference .tabWrap {
		margin-top: 0;
		padding: 25px 10px 25px;
		opacity: 0.9;
	}
	#main .difference .tabWrap .title {
		margin-bottom: 30px;
		font-size: 2rem;
		line-height: 1.5;
		font-weight: normal;
	}
	#main .difference .tabWrap p {
		margin-bottom: 0;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	#main .difference .tabWrap .text {
		margin-bottom: 20px;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	#main .worries .bgBox {
		padding: 80px 0 60px;
	}
	#main .worries .headLine01 {
    	margin-bottom: 25px;
	}
	#main .worries .content > p {
    	margin-bottom: 40px;
		font-size: 1.4rem;
		letter-spacing: normal;
		line-height: 1.5;
	}
	#main .worries dl {
		margin-bottom: 25px;
		padding: 10px 10px 5px;
	}
	#main .worries dt {
		margin-bottom: 10px;
		padding: 0 0 12px 40px;
		font-size: 1.6rem;
		line-height: 1.3;
		background: url(../img/common/icon01.png) no-repeat left top / 32px auto;
	}
	#main .worries dd {
		margin-left: 3px;
		padding: 0 0 20px 40px;
		font-size: 1.4rem;
		line-height: 1.3;
		background: url(../img/common/icon02.png) no-repeat left top / 32px auto;
	}
	#main .worries dl:first-of-type dd {
		padding-bottom: 2px;
	}
	#main .worries dd p {
		margin-bottom: 20px;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	#main .change .bgBox {
		padding: 80px 0;
		height: 619px;
		background: url(../img/index/bg06.png) no-repeat right -110px center / auto 677px, linear-gradient(to right, #7cadbc 0%, #2c3262 100%);
	}
	#main .change .headLine01 {
		margin-bottom: 35px;
	}
	#main .change .content p {
		margin: 0 -14px 80px 0;
		line-height: 1.5;
		letter-spacing: normal;
		font-size: 1.4rem;
	}
	#main .change .slick-slide > div {
		width: 300px;
	}
	#main .change ul {
		padding: 0 10px;
	}
	#main .change li {
		margin: 2px;
		padding: 10px;
		box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
	}
	#main .change li .title {
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
	#main .change li .year {
		margin-bottom: 10px;
		font-size: 1rem;
	}
	#main .change li .income {
		padding-right: 40px;
		font-size: 1.2rem;
	}
	#main .change li .income span {
		margin: 0 3px 0 12px;
		font-size: 1.6rem;
	}
	#main .change li .upBox {
    	margin: -5px 0 10px;
	}
	#main .change li .upBox .up {
    	margin-right: 20px;
		padding: 0 5px;
    	font-size: 1.2rem;
		line-height: 1.75;
	}
	#main .change li .upBox p {
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.5;
	}
	#main .change li .upBox p span {
    	margin: 0px 0 0 10px;
    	font-size: 4rem;
    	line-height: 0.525;
	}
	#main .change li .private {
		padding-top: 3px;
		margin: 0 auto -8px;
		width: 64px;
		font-size: 1.1rem;
		box-sizing: border-box;
	}
	#main .change li .text {
		padding: 20px 20px 13px 10px;
		font-size: 1.3rem;
	}
	#main .professionals .bgBox {
		padding: 80px 0;
		height: auto;
	}
	#main .professionals .bgBox .headLine01 {
		margin-bottom: 20px;
	}
	#main .professionals li {
		margin-top: 50px;
		display: block;
	}
	#main .professionals li .photoBox {
		margin-right: 0;
	}
	#main .professionals li .textBox {
		padding: 20px;
		width: auto;
		background: #f0f0f0;
	}
	#main .professionals ul {
		margin-top: -20px;
	}
	#main .professionals li:nth-of-type(2) .photoBox p {
		bottom: 30px;
	}
	#main .professionals li:nth-of-type(2) .photoBox .name {
		bottom: -10px;
	}
	#main .flow .bgBox {
		padding: 80px 0 70px;
		position: relative;
		height: auto;
		background: url(../img/index/sp_bg05.png) no-repeat center / cover;
	}
	#main .flow .bgBox::before {
		position: absolute;
		left: 50%;
		top: 300px;
		transform: translateX(-50%);
		width: 2px;
		height: 1500px;
		background: url("../img/index/sp_bg06.png") repeat-y center / 2px auto;
		content: "";
	}
	#main .flow .bgBox .headLine01 {
		margin-bottom: 30px;
	}
	#main .flow .bgBox .content > p {
		margin-bottom: 5px;
		font-size: 1.4rem;
	}
	#main .flow dl {
		margin: 0 0 10px 0;
		padding: 0;
		display: block;
		border-radius: 0;
		background: none;
		box-shadow: none;
	}
	#main .flow dt {
		margin-bottom: -13px;
		width: auto;
		display: flex;
		align-items: center;
	}
	#main .flow dt p {
		margin-left: 15px;
		color: #fff;
		font-size: 1.4rem;
	}
	#main .flow dt .num {
		margin: 0;
		padding: 15px 0 15px 20px;
		left: -15px;
		font-size: 2rem;
	}
	#main .flow dt .num::before {
		width: 44px;
		height: 44px;
		left: 9px;
		top: 14px;
	}
	#main .flow dt .num::after {
		width: 40px;
		height: 40px;
		left: 6px;
		top: 9px;
	}
	#main .flow dd {
		padding: 13px 10px 30px;
		width: auto;
		border-radius: 10px;
		background: #fff;
		box-sizing: border-box;
		box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
	}
	#main .flow dd .title {
		margin-bottom: 15px;
		padding-right: 0px;
		font-size: 1.4rem;
	}
	#main .flow dd .title::before {
		width: 110%;
		height: 6px;
	}
	#main .flow dd .title span {
		margin-top: 5px;
		display: inline-block;
		position: relative;
	}
	#main .flow dd .title span::before {
		position: absolute;
		left: 0;
		bottom: 5px;
		width: 120%;
		height: 6px;
		background: #f7f7b3;
		content: "";
		z-index: -1;
	}
	#main .flow .processBox {
		margin: -18px auto 20px;
		padding: 5px;
		width: 217px;
	}
	#main .flow .processBox p {
		padding: 13px 0;
	}
	#main .flow .processBox p span {
		padding-left: 10px;
		display: inline-block;
	}
}
@media all and (max-width: 374px) {
	#main .strengths {
		padding: 50px 0;
		height: auto;
		background-image: url(../img/index/sp_bg02.png);
	}
	#main .strengths p {
		font-size: 1.3rem;
	}
	#main .strengths li {
		margin-right: 0;
		width: auto;
		text-align: center;
	}
	#main .strengths li .text {
		font-size: 1.3rem;
	}
	#main .strengths li p {
		font-size: 1.1rem;
	}
	#main .professionals li .photoBox {
		width: auto;
	}
	#main .professionals li:nth-of-type(3) .photoBox {
		margin-right: 0;
		width: auto;
	}
	#main .difference .bgBox {
		padding: 80px 0 50px;
		height: auto;
		background-image: url(../img/index/sp_bg03.png);
	}
	#main .difference li a {
		padding: 10px;
	}
	#main .difference .tabWrap {
		padding: 30px 20px;
	}
	#main .difference li a span {
		margin-right: 0;
	}
	#main .professionals .bgBox {
		height: auto;
	}
	#main .flow .bgBox {
		height: auto;
	}
	#main .flow dd .title {
		font-size: 1.3rem;
	}
	#main .flow dd .title::before {
		width: 100%;
	}
	#main .difference li.on a small {
    	font-size: 1rem;
	}
}

.formArea {
	padding: 75px 0 0px;
}

.formArea iframe {
	width: 100%;
}

#main .formArea .headLine01 {
	color: #333;
}




/* remの設定 

@media (min-width: 1441px) {
    .footer{
        font-size: 1px;
    }
}
@media (max-width: 1440px) and (min-width: 769px) {
    .footer{
        font-size: calc(1vw / 1440 * 100);
    }
}
@media (max-width: 768px) {
    .footer{
        font-size: calc(1vw / 375 * 100);
    }
}
*/


/* footer */
.footer {
    background-color: #03afa2;
}
.footer_logo_wrap {
    display: flex;
    justify-content: center;
}
.footer_logo_wrap a{
	background: #fff;
}
.footer_txt {
    line-height: 1.9;
    text-align: center;
    color: #fff;
}


@media (min-width: 769px) {
    .footer {
        padding: 3rem 0;
    }
    .footer_logo_wrap {
        gap: 15px;
    }
    .footer_logo_1 img{
        height: 80px;
    }
    .footer_logo_2 img{
		width: 50px !important;
        height: 50px !important;
		padding: 15px;
    }
    .footer_txt {
        margin-top: 2em;
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .footer {
        padding: 3rem 0;
    }
    .footer_logo_wrap {
        gap: 15px;
    }
    .footer_logo_1 img{
        height: 90px;
    }
    .footer_logo_2 img{
		width: 60px !important;
        height: 60px !important;
		padding: 15px;
    }
    .footer_txt {
        margin-top: 2em;
        font-size: 1.5rem;
    }
}
