@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 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;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.comBox {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1104px;
}
@media all and (max-width: 896px) {
	.comBox {
		padding: 0 16px;
		max-width: inherit;
	}
}
/*------------------------------------------------------------
	comBox01
------------------------------------------------------------*/
.comBox01 {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1296px;
}
@media all and (max-width: 896px) {
	.comBox01 {
		padding: 0 16px;
		max-width: inherit;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 960px;
}
@media all and (max-width: 896px) {
	.content {
		padding: 0 16px;
		max-width: inherit;
	}
}
/*------------------------------------------------------------
	comContactBox
------------------------------------------------------------*/
.comContactBox {
	padding: 365px 20px 140px;
	position: relative;
	background: linear-gradient(to left,rgba(69, 220, 126, 0.7) 0%, #46acba 100%);
}
.comContactBox::before {
	width: 100%;
	height: 200px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
    border-radius: 0 0 200px 0;
	content: "";
}
.comContactBox p {
	margin-bottom: 75px;
	color: #fff;
	font-size: 2rem;
	line-height: 1.7;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.comContactBox ul {
	margin: 0 auto;
	max-width: 1232px;
	display: flex;
	justify-content: space-between;
}
.comContactBox li {
	width: calc((100% - 32px) / 2);
}
.comContactBox li a {
	padding: 5px 6px 0 0;
	height: 239px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3.2rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	border-radius: 20px;
	background: #fff;
	box-sizing: border-box;
}
.comContactBox li a span {
	padding: 0 15px 0 82px;
	display: inline-block;
	vertical-align: top;
	background: url(../img/common/icon03.png) no-repeat left center / 56px auto;
}
.comContactBox li a small {
	margin-top: 7px;
	display: block;
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: -0.034em;
}
.comContactBox li:last-child a {
	padding: 0 0 9px 20px;
	font-size: 3.8rem;
	font-weight: 400;
	letter-spacing: -0.02em;
}
.comContactBox li:last-child a span {
	background-position: left top 24px;
}
.comContactBox li:last-child a small {
	margin-top: 1px;
}
@media all and (min-width: 897px) {
	.comContactBox li a:hover {
		color: #777;
	}
}
@media all and (max-width: 896px) {
	.comContactBox {
		padding: 154px 24px 72px;
	}
	.comContactBox::before {
		height: 96px;
		border-radius: 0 0 0 96px;
	}
	.comContactBox p {
		margin: 0 -15px 45px;
		font-size: 1.4rem;
		line-height: 1.857;
	}
	.comContactBox ul {
		max-width: inherit;
		display: block;
	}
	.comContactBox li {
		margin-bottom: 14px;
		width: auto;
	}
	.comContactBox li:last-child {
		margin-bottom: 0;
	}
	.comContactBox li a {
		padding: 0 7px 0 0;
		height: 120px;
		font-size: 2rem;
	}
	.comContactBox li a span {
		padding: 0 0 0 60px;
		background-size: 40px auto;
	}
	.comContactBox li a small {
		margin-top: 0;
		font-size: 1.2rem;
		letter-spacing: 0;
		line-height: 1.5;
	}
	.comContactBox li:last-child a {
		padding: 4px 0 0 7px;
		font-size: 2rem;
		font-weight: 500;
		letter-spacing: 0.04em;
	}
	.comContactBox li:last-child a span {
		background-position: left top 6px;
	}
	.comContactBox li:last-child a small {
		margin-top: 0;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	padding: 77px 0 115px;
	overflow: hidden;
}
.pageTitle h2 {
	margin: 0 auto;
	max-width: 1104px;
	padding: 100px 20px;
	position: relative;
	font-size: 4rem;
	line-height: 1.23;
}
.pageTitle h2 small {
	margin-bottom: 13px;
	display: block;
	color: #00A1B8;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: -0.01em;
	font-family: 'Montserrat', sans-serif;
}
.pageTitle h2 span {
	display: block;
	color: #EBF7F9;
	position: absolute;
	left: 20px;
	top: 50%;
	font-weight: 200;
	letter-spacing: -0.01em;
	transform: translateY(-50%);
	font-size: 20rem;
	white-space: nowrap;
	z-index: -1;
	font-family: 'Montserrat', sans-serif;
}
@media all and (max-width: 896px) {
	.pageTitle {
		padding: 68px 0 81px;
		overflow: hidden;
	}
	.pageTitle h2 {
		margin: 0 0 0 48px;
		max-width: inherit;
		padding: 0;
		font-size: 2.8rem;
	}
	.pageTitle h2 small {
		margin-bottom: 12px;
	}
	.pageTitle h2 span {
		left: -48px;
		font-size: 12rem;
	}
}
/*------------------------------------------------------------
	comLinkList
------------------------------------------------------------*/
.comLinkList {
	margin: -12px 0 126px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comLinkList::after {
	width: calc((100% - 24px) / 3);
	content: '';
}
.comLinkList li {
	margin-top: 12px;
	width: calc((100% - 24px) / 3);
	display: flex;
}
.comLinkList a {
	padding: 26px 10px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	font-weight: 700;
	box-sizing: border-box;
	background: -webkit-linear-gradient(to right,#01B7C6,#32C9BC,#8DE9AC);
    background: -ms-linear-gradient(to right,#01B7C6,#32C9BC,#8DE9AC);
    background: -o-linear-gradient(to right,#01B7C6,#32C9BC,#8DE9AC);
    background: -moz-linear-gradient(to right,#01B7C6,#32C9BC,#8DE9AC);
    background: linear-gradient(to right,#01B7C6,#32C9BC,#8DE9AC);
}
.comLinkList a::before {
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	position: absolute;
	left: 4px;
	top: 4px;
	background-color: #fff;
	content: '';
}
.comLinkList li.on a {
	color: #fff;
}
.comLinkList li.on a::before {
	opacity: 0;
}
.comLinkList a span {
	position: relative;
	z-index: 3;
}
@media all and (min-width: 897px) {
	.comLinkList a:hover {
		color: #fff;
		background: -webkit-linear-gradient(to right,#46ACBA,#45DC7E);
		background: -ms-linear-gradient(to right, #46ACBA,#45DC7E);
		background: -o-linear-gradient(to right,#46ACBA,#45DC7E);
		background: -moz-linear-gradient(to right,#46ACBA,#45DC7E);
		background: linear-gradient(to right,#46ACBA,#45DC7E);
	}
	.comLinkList a:hover::before {
		opacity: 0;
	}
}
@media (min-width: 897px) and (max-width: 1040px) {
	.comLinkList a {
		font-size: 1.4rem;
	}
}
@media all and (max-width: 896px) {
	.comLinkList {
		margin: 0 auto 56px;
		padding: 4px;
		display: block;
		background: -webkit-linear-gradient(to right,#01B7C6,#32C9BC,#8DE9AC);
		background: -ms-linear-gradient(to right,#01B7C6,#32C9BC,#8DE9AC);
		background: -o-linear-gradient(to right,#01B7C6,#32C9BC,#8DE9AC);
		background: -moz-linear-gradient(to right,#01B7C6,#32C9BC,#8DE9AC);
		background: linear-gradient(to right,#01B7C6,#32C9BC,#8DE9AC);
	}
	.comLinkList::after {
		display: none;
	}
	.comLinkList li {
		margin: 0 0 4px;
		width: auto;
		display: flex;
	}
	.comLinkList li:last-of-type {
		margin-bottom: 0;
	}
	.comLinkList a {
		padding: 18px 5px;
		display: block;
		font-size: 1.6rem;
		text-align: center;
		background: #fff;
	}
	.comLinkList a::before {
		display: none;
	}
	.comLinkList li.on a {
		color: #fff;
		background-color: transparent;
	}
	.comLinkList li.on a::before {
		opacity: 0;
	}
}
@media all and (max-width: 359px) {
	.comLinkList a {
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comImgBox {
	margin-bottom: 88px;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.comImgBox.imgBoxL {
	flex-direction: row;
}
.comImgBox .photoBox {
	width: 43.48%;
}
.comImgBox .textBox {
	margin-top: -6px;
	width: 50%;
}
.comImgBox .textBox h2 {
	margin-bottom: 23px;
	padding-bottom: 15px;
	font-size: 2rem;
	line-height: 2.1;
	border-bottom: 3px solid #F0F0F0;
}
.comImgBox .textBox p {
	margin-right: 8%;
	font-size: 1.4rem;
	line-height: 2.14;
}
.comImgBox .textBox ul {
	margin: 13px 0 7px;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.64;
}
.comImgBox .textBox ul li {
	margin-bottom: 8px;
	padding-left: 15px;
	position: relative;
}
.comImgBox .textBox ul li:last-of-type {
	margin-bottom: 0;
}
.comImgBox .textBox ul li::before {
	width: 5px;
	height: 5px;
	position: absolute;
	left: 0;
	top: 8px;
	border-radius: 50%;
	background-color: #111;
	content: '';
}
@media all and (max-width: 896px) {
	.comImgBox {
		margin-bottom: 45px;
		display: block;
	}
	.comImgBox.imgBoxL {
		flex-direction: row;
	}
	.comImgBox .photoBox {
		width: auto;
	}
	.comImgBox .photoBox img {
		width: 100%;
	}
	.comImgBox .textBox {
		margin: 24px 8px 0;
		width: auto;
	}
	.comImgBox .textBox h2 {
		margin-bottom: 17px;
		padding-bottom: 5px;
		font-size: 1.8rem;
		line-height: 1.89;
	}
	.comImgBox .textBox p {
		margin-right: 0;
		line-height: 1.86;
		letter-spacing: 0.038em;
	}
	.comImgBox .textBox ul {
		margin-bottom: 13px;
	}
}
/*------------------------------------------------------------
	comBgBox
------------------------------------------------------------*/
.comBgBox {
	padding: 126px 0 134px;
	position: relative;
	z-index: 5;
	border-radius: 53px;
	background: url(../img/common/com_bg01.png) no-repeat right 72px center / 530px auto,-webkit-linear-gradient(to right,#01B7C6,#32C9BC,#8DE9AC);
    background: url(../img/common/com_bg01.png) no-repeat right 72px center / 530px auto,-ms-linear-gradient(to right,#01B7C6,#32C9BC,#8DE9AC);
    background: url(../img/common/com_bg01.png) no-repeat right 72px center / 530px auto,-o-linear-gradient(to right,#01B7C6,#32C9BC,#8DE9AC);
    background: url(../img/common/com_bg01.png) no-repeat right 72px center / 530px auto,-moz-linear-gradient(to right,#01B7C6,#32C9BC,#8DE9AC);
    background: url(../img/common/com_bg01.png) no-repeat right 72px center / 530px auto,linear-gradient(to right,#01B7C6,#32C9BC,#8DE9AC);
}
.comBgBox h2 {
	margin-bottom: 19px;
	color: #fff;
	font-size: 2.6rem;
	line-height: 1.92;
	text-align: center;
}
.comBgBox p {
	color: #fff;
	font-size: 1.8rem;
	line-height: 2.11;
	text-align: center;
}
@media all and (max-width: 896px) {
	.comBgBox {
		padding: 75px 8px 65px;
		background: url(../img/common/com_bg01.png) no-repeat right 16px top 36px / 263px auto,-webkit-linear-gradient(to right,#01B7C6,#32C9BC,#8DE9AC);
		background: url(../img/common/com_bg01.png) no-repeat right 16px top 36px / 263px auto,-ms-linear-gradient(to right,#01B7C6,#32C9BC,#8DE9AC);
		background: url(../img/common/com_bg01.png) no-repeat right 16px top 36px / 263px auto,-o-linear-gradient(to right,#01B7C6,#32C9BC,#8DE9AC);
		background: url(../img/common/com_bg01.png) no-repeat right 16px top 36px / 263px auto,-moz-linear-gradient(to right,#01B7C6,#32C9BC,#8DE9AC);
		background: url(../img/common/com_bg01.png) no-repeat right 16px top 36px / 263px auto,linear-gradient(to right,#01B7C6,#32C9BC,#8DE9AC);
	}
	.comBgBox h2 {
		margin-bottom: 29px;
		font-size: 2.4rem;
		line-height: 1.75;
		letter-spacing: 0.038em;
		text-align: left;
	}
	.comBgBox p {
		font-size: 1.4rem;
		line-height: 1.86;
		text-align: left;
		letter-spacing: 0.038em;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 45px;
	font-size: 3.6rem;
	line-height: 1.61;
	letter-spacing: 0.038em;
	text-align: center;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 37px;
		font-size: 2.4rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 31px;
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 1.81;
	letter-spacing: 0.038em;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 15px;
		font-size: 2rem;
		line-height: 1.8;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 116px;
	font-size: 3.6rem;
	line-height: 1.61;
	letter-spacing: 0.038em;
	text-align: center;
}
.headLine03 span {
	margin-bottom: 17px;
	display: block;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 42px;
		font-size: 1.8rem;
		line-height: 1.89;
	}
	.headLine03 span {
		margin-bottom: 12px;
		font-size: 1.6rem;
		line-height: 1.56;
	}
}
/*------------------------------------------------------------
	comPhotoList
------------------------------------------------------------*/
.comPhotoList {
	margin: -20px -10px 0;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	z-index: 4;
}
.comPhotoList li {
	margin: 20px 10px;
	width: 260px;
}
.comPhotoList .pho {
	margin-bottom: 26px;
	text-align: center;
}
.comPhotoList .pho img {
	width: 223px;
}
.comPhotoList p {
	color: #3B4043;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
@media all and (max-width: 896px) {
	.comPhotoList {
		margin: -13px 13px 0;
	}
	.comPhotoList li {
		margin: 13px 0;
		width: 50%;
	}
	.comPhotoList .pho {
		margin-bottom: 9px;
	}
	.comPhotoList .pho img {
		width: calc(100% - 18px);
	}
	.comPhotoList p {
		font-weight: 500;
		font-size: 1.3rem;
		line-height: 1.69;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink a {
	padding: 9px 49px 9px 0;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.038em;
	vertical-align: top;
	background: url(../img/common/icon06.png) no-repeat right 1px top calc(50% + 3px) / 36px auto;
}
.comLink a span {
	padding-bottom: 6px;
	display: inline-block;
	vertical-align: top;
	border-bottom: 2px solid #111;
}
@media all and (min-width: 897px) {
	.comLink a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comLink a {
		padding: 9px 51px 9px 0;
		background-position: right 1px center;
	}
	.comLink a span {
		padding-bottom: 0;
	}
}
/*------------------------------------------------------------
	comTextList
------------------------------------------------------------*/
.comTextList {
	margin: -48px 0 101px;
	display: flex;
	justify-content: center;
}
.comTextList li {
	margin: 48px 24px 0;
	width: 104px;
	height: 104px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #2B3B4B;
	font-size: 1.4rem;
	line-height: 1.2;
	border-radius: 50%;
	background-color: #EBF7F9;
}
.comTextList li::after {
	width: 12px;
	height: 20px;
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/common/icon07.png) no-repeat center center / 100% auto;
	content: '';
}
.comTextList li.on {
	color: #fff;
	background: linear-gradient(to left,#4DD793, #65C8D2);
}
.comTextList li:last-of-type::after {
	display: none;
}
@media all and (max-width: 896px) {
	.comTextList {
		margin: -20px -10px 60px;
	}
	.comTextList li {
		margin: 20px 10px 0;
		width: 80px;
		height: 80px;
		font-size: 1.1rem;
	}
	.comTextList li::after {
		width: 8px;
		height: 14px;
		right: -14px;
	}
}
/*------------------------------------------------------------
	mailForm
------------------------------------------------------------*/
.mailForm {
	margin: 0 auto;
	width: 800px;
	word-break: break-all;
}
.mailForm dl {
	margin-bottom: 88px;
}
.mailForm dt {
	margin-bottom: 18px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: -0.01em;
}
.mailForm dt span {
	margin-right: 13px;
	padding: 4px 10px 3px;
	width: 100px;
	display: inline-block;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	vertical-align: top;
	box-sizing: border-box;
	background-color: #00A1B8;
}
.mailForm input[type="text"],
.mailForm input[type="email"],
.mailForm input[type="tel"],
.mailForm input[type="radio"],
.mailForm input[type="submit"],
.mailForm textarea {
	padding: 5px 15px;
	width: 100%;
	height: 64px;
	border: none;
	color: #111;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	border-radius: 0;
	box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	background-color: #F2F3F4;
}
.mailForm input::-webkit-input-placeholder,
.mailForm textarea::-webkit-input-placeholder {
	color: #BFBFBF;
}
.mailForm input:-moz-placeholder,
.mailForm textarea:-moz-placeholder {
	color: #BFBFBF;
}
.mailForm input::-moz-placeholder,
.mailForm textarea::-moz-placeholder {
	color: #BFBFBF;
}
.mailForm input:-ms-input-placeholder,
.mailForm textarea:-ms-input-placeholder {
	color: #BFBFBF;
}
.mailForm dd {
	margin-bottom: 33px;
}
.mailForm dd:last-of-type {
	margin-bottom: 0;
}
.mailForm .radioList {
	margin-top: -15px;
	display: flex;
	flex-wrap: wrap;
}
.mailForm .radioList li {
	margin: 15px 45px 0 0;
	min-width: 160px;
}
.mailForm .radioList li:last-of-type {
	margin-right: 0;
}
.mailForm .radioList input {
	display: none;
}
.mailForm .radioList input + span {
	padding: 9px 0 9px 44px;
	display: block;
	position: relative;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: -0.01em;
	background: url(../img/common/icon08.png) no-repeat left center / 32px auto;
}
.mailForm .radioList input + span::after {
	width: 26px;
	height: 26px;
	position: absolute;
	left: 3px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/common/icon09.png) no-repeat center center / cover;
	content: '';
	opacity: 0;
}
.mailForm .radioList input:checked + span::after {
	opacity: 1;
}
.mailForm textarea {
	padding: 18px 15px;
	height: 320px;
	vertical-align: top;
	resize: vertical;
}
.mailForm .submitList {
	margin: -20px -10px 0;
	display: flex;
	justify-content: center;
}
.mailForm .submitList li {
	margin: 20px 10px 0;
	width: 320px;
}
.mailForm .submitList li input {
	color: #fff;
	border-radius: 4px;
	background: linear-gradient(to left,#4FD697, #65C7D2 100%);
	cursor: pointer;
}
.mailForm .submitList li.list01 input {
	color: #333;
	background: #F2F3F4;
}
@media all and (min-width: 897px) {
	.mailForm .submitList li input:hover {
		background: linear-gradient(to right,#66D4DD, #8FEAB2 100%);
	}
	.mailForm .submitList li.list01 input:hover {
		color: #777;
		background-color: #F8F8F8;
		background: #F2F3F4;
	}
}
@media all and (max-width: 896px) {
	.mailForm {
		margin: 0 8px;
		width: auto;
	}
	.mailForm dl {
		margin-bottom: 40px;
	}
	.mailForm dt {
		margin-bottom: 12px;
	}
	.mailForm dt:last-of-type {
		margin-bottom: 20px;
	}
	.mailForm dt span {
		margin: -1px 11px 0 0;
		width: 52px;
		padding-bottom: 4px;
		font-size: 1.2rem;
	}
	.mailForm input[type="text"],
	.mailForm input[type="email"],
	.mailForm input[type="tel"],
	.mailForm input[type="radio"],
	.mailForm input[type="submit"],
	.mailForm textarea {
		height: 60px;
	}
	.mailForm dd {
		margin-bottom: 29px;
	}
	.mailForm dd:last-of-type {
		margin-bottom: 0;
	}
	.mailForm .radioList {
		margin: 19px 0 39px;
		display: block;
	}
	.mailForm .radioList li {
		margin: 0 45px 10px 0;
		min-width: 160px;
	}
	.mailForm .radioList li:last-of-type {
		margin: 0;
	}
	.mailForm .radioList input {
		display: none;
	}
	.mailForm .radioList input + span {
		padding: 7px 0 7px 44px;
		font-size: 1.4rem;
	}
	.mailForm .radioList input + span::after {
		width: 26px;
		height: 26px;
		position: absolute;
		left: 3px;
		top: 50%;
		transform: translateY(-50%);
		background: url(../img/common/icon09.png) no-repeat center center / cover;
		content: '';
		opacity: 0;
	}
	.mailForm .radioList input:checked + span::after {
		opacity: 1;
	}
	.mailForm textarea {
		height: 280px;
	}
	.mailForm .submitList {
		margin: 0;
		display: block;
	}
	.mailForm .submitList li {
		margin: 0 auto 20px;
		width: auto;
		max-width: 320px;
	}
	.mailForm .submitList li:last-of-type {
		margin-bottom: 0;
	}
	.mailForm .submitList li input {
		color: #fff;
		border-radius: 4px;
		background: linear-gradient(to left,#4FD697, #65C7D2 100%);
		cursor: pointer;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	margin: 0 auto;
	width: 320px;
}
.comBtn a {
	padding: 22px 20px;
	display: block;
	color: #fff;
	line-height: 1.2;
	letter-spacing: 0.039em;
	text-align: center;
	border-radius: 5px;
	background: linear-gradient(to left,#4FD697, #65C7D2 100%);
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		background: linear-gradient(to left,#66D4DD, #8FEAB2 100%);
	}
}
@media all and (max-width: 896px) {
	.comBtn {
		width: auto;
		max-width: 279px;
	}
	.comBtn a {
		padding: 23px 20px;
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	comTopBox
------------------------------------------------------------*/
.comTopBox {
	margin-bottom: 132px;
	padding: 163px 0 142px;
	border-radius: 53px;
	background: linear-gradient(to left,#89E9A9,#31C9BB, #01B7C6);
}
.comTopBox .imgBox {
	display: flex;
	align-items: flex-start;
}
.comTopBox .imgBox .lBox {
	margin: 5px 0.4% 0 0;
	width: 25%;
}
.comTopBox .imgBox h2 {
	padding-left: 17px;
	position: relative;
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.4;
}
.comTopBox .imgBox h2::before {
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 11px;
	border-radius: 50%;
	background-color: #fff;
	content: '';
}
.comTopBox .imgBox h2 span {
	min-width: 600px;
	display: block;
	position: absolute;
	left: -46px;
	top: -57px;
	color: rgba(255,255,255,0.1);
	font-size: 14.4rem;
	font-weight: 700;
	line-height: 0.97;
	letter-spacing: 0.02em;
}
.comTopBox .imgBox .textBox {
	width: 65%;
}
.comTopBox .imgBox .textBox h3 {
	margin-bottom: 44px;
	color: #fff;
	font-size: 4rem;
	line-height: 1.8;
	letter-spacing: 0.038em;
}
.comTopBox .imgBox .textBox p {
	color: #fff;
	line-height: 2.13;
	letter-spacing: 0.038em;
	margin: 1em 0px;
}
@media all and (max-width: 896px) {
	.comTopBox {
		margin-bottom: 63px;
		padding: 84px 8px 53px;
		overflow: hidden;
	}
	.comTopBox .imgBox {
		display: block;
	}
	.comTopBox .imgBox .lBox {
		margin: 0 0 19px;
		width: auto;
	}
	.comTopBox .imgBox h2 {
		padding-left: 16px;
	}
	.comTopBox .imgBox h2 span {
		min-width: 320px;
		left: 0;
		top: -30px;
		font-size: 8.8rem;
		line-height: 0.91;
	}
	.comTopBox .imgBox .textBox {
		width: auto;
	}
	.comTopBox .imgBox .textBox h3 {
		margin-bottom: 28px;
		font-size: 2.4rem;
		line-height: 1.75;
	}
	.comTopBox .imgBox .textBox p {
		line-height: 1.86;
	}
}
@media all and (max-width: 374px) {
	.comTopBox .imgBox .textBox h3 {
		font-size: 2.2rem;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
