@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.main-visual {
	position: relative;
	z-index: 1;
	height: 0;
	padding-bottom: 41.7%;
	overflow: hidden;
	clip-path: inset(0);
}
.main-visual .photo {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}
.main-visual .photo .sub-pho {
	position: relative;
	height: 0;
	padding-bottom: 41.7%;
}
.main-visual .photo video {
	position: absolute;
	left: 0;
	top: 0;
    width: 101%;
	height: 120%;
	object-fit: cover;
	object-position: center;
}
#main .sec01 {
    padding: 39px 0 54px;
    position: relative;
    background-color: #7BAAD4;
}
#main .sec01::before {
    width: calc(100% - 223px);
    height: 379px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ABDBE1;
    content: "";
}
#main .sec01 .img-box {
    padding: 124px 131px 198px;
    border-radius: 48px;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
	align-items: flex-end;
	position: relative;
	z-index: 2;
    background: #fff url("../images/index/img02.png") no-repeat right top / 453px;
}
#main .sec01 .img-box .text-box {
	width: 56%;
}
#main .sec01 .img-box .text-box h2 {
	margin-bottom: 26px;
    font-size: 3.5rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}
#main .sec01 .img-box .text-box p {
    line-height: 2.33;
    letter-spacing: 0.1em;
	color: #1C1C1C;
}
#main .sec01 .img-box .photo-box {
	margin: 0 -5.3% -118px -4%;
	width: 52.8%;
}
#main .sec02 {
	padding: 108px 0 94px;
	background-color: #EEE;
	position: relative;
	z-index: 1;
}
#main .sec02::before {
	width: calc(50% - 381px);
	position: absolute;
	right: 0;
	top: -121px;
	bottom: -80px;
	background-color: rgba(238,134,155,0.28);
	content: "";
	z-index: -1;
}
#main .sec02 .bg-box {
	padding: 44px 50px 55px;
	background-color: #fff;
	border-radius: 35px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
#main .sec02 .bg-box h3 {
	margin-bottom: 16px;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
#main .sec02 .bg-box .link-list li {
	margin: 0 20px;
	width: 255px;
}
#main .sec02 .bg-box .link-list li a {
	padding: 23px 10px;
	display: block;
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	text-align: center;
	background-color: #EE869B;
	border-radius: 35px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	position: relative;
}
#main .sec02 .bg-box .link-list li a span {
	position: relative;
	z-index: 3;
}
/* #main .sec02 .bg-box .link-list li a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #fff;
	width: 100%;
	height: 100%;
	transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	transform: scale(0, 1);
	transform-origin: top;
	border-radius: 35px;
	border: 1px solid #EE869B;
} */
@media all and (min-width: 897px) {
	#main .sec02 .bg-box .link-list li a:hover::before {
		transform: scale(1, 1);
	}
	#main .sec02 .bg-box .link-list li a:hover {
		color: #EE869B;
	}
}
#main .sec03 {
	padding: 80px 0 94px;
    background: url("../images/index/bg02.png") no-repeat top 317px center / 1969px;
}
#main .sec03 .content {
    max-width: 1190px;
}
#main .sec03 .com-title-box {
    margin-bottom: 89px;
}
#main .sec03 .img-list {
    margin-bottom: 22px;
}
#main .sec03 .img-list li {
    margin-right: 2.3%;
    width: 22.15%;
    border-radius: 35px;
    overflow: hidden;
}
#main .sec03 .img-list li:nth-child(3n) {
    margin-right: 0;
}
#main .sec03 .img-list .li01 {
    width: 51.1%;
}
#main .sec03 .text-inner {
	position: relative;
}
#main .sec03 .text-inner::before {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 150px;
	background-color: #EBEBEB;
	border-radius: 35px;
	content: "";
}
#main .sec03 .text-inner::after {
	position: absolute;
	width: 100%;
	height: 160px;
	left: 0;
	bottom: 0;
	background-color: #EBEBEB;
	border-radius: 35px;
	content: "";
}
#main .sec03 .text-inner .line-bg {
	position: relative;
	z-index: 1;
}
#main .sec03 .text-inner .line-bg::before {
	position: absolute;
	width: 16%;
	max-width: 180px;
	height: 5px;
	left: 32px;
	bottom: 151px;
	background-color: #D8D5D5;
	border-radius: 10px;
	content: "";
}
#main .sec03 .text-inner .line-bg::after {
	position: absolute;
	width: 17%;
	max-width: 180px;
	height: 5px;
	right: 25px;
	bottom: 151px;
	background-color: #D8D5D5;
	border-radius: 10px;
	content: "";
}
#main .sec03 .text-inner .btm-bg {
	position: relative;
}
#main .sec03 .text-inner .btm-bg::before {
	position: absolute;
	width: 100%;
	height: 51px;
	left: 0;
	bottom: 0;
	background-color: #D8D5D5;
	border-radius: 0 0 35px 35px;
	content: "";
}
#main .sec03 .text-inner .sub-box {
	padding: 69px 0 115px;
    margin: 0 auto;
	width: 52.9%;
    max-width: 606px;
	position: relative;
	z-index: 1;
}
#main .sec03 .text-inner h3 {
    margin-bottom: 15px;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #1C1C1C;
}
#main .sec03 .text-inner p {
    letter-spacing: 0.1em;
    line-height: 2;
}
#main .sec04 {
	padding: 32px 0 254px;
	position: relative;
}
#main .sec04::before {
	width: calc(50% - 380px);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 92px;
	background-color: rgba(238,134,155,0.28);
	content: "";
	z-index: 1;
}
#main .sec04::after {
	width: calc(50% + 525px);
	height: 360px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: rgba(171,219,225,0.7);
	content: "";
}
#main .sec04 .content {
	position: relative;
	z-index: 2;
}
#main .sec04 .com-title-box {
	margin-bottom: 118px;
}
#main .sec04 .img-box {
	margin-bottom: 91px;
	border: 1px solid #707070;
	border-radius: 35px;
	align-items: center;
	position: relative;
	background-color: #fff;
}
#main .sec04 .img-box:last-child {
	margin-bottom: 0;
}
#main .sec04 .img-box:nth-of-type(2n) {
	flex-direction: row-reverse;
}
#main .sec04 .img-box .com-link {
	position: absolute;
	bottom: -48px;
	left: 50%;
	transform: translateX(-50%);
}
#main .sec04 .img-box .photo-box {
	width: 50%;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	border-radius: 35px 0 0 35px;
	overflow: hidden;
}
#main .sec04 .img-box:nth-of-type(2n) .photo-box {
	border-radius: 0 35px 35px 0;
}
#main .sec04 .img-box .text-box {
	padding-right: 67px;
	width: 42%;
	box-sizing: border-box;
}
#main .sec04 .img-box:nth-of-type(2n) .text-box {
	padding: 0 0 0 35px;
	width: 45%;
}
#main .sec04 .img-box .text-box h3 {
	padding-bottom: 13px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	background: url("../images/index/bg01.png") repeat-x left bottom / 33px;
}
#main .sec04 .img-box .text-box h3 .sml {
	margin-bottom: 4px;
	display: block;
	font-size: 1.2rem;
	font-weight: 400;
}
#main .sec04 .img-box .text-box h3 .txt {
	font-size: 1.5rem;
}
#main .sec05 {
	padding: 76px 0 46px;
	background-color: #EEE;
}
#main .sec05 .com-title-box {
	margin-bottom: 93px;
	padding: 16px 2px 2px;
}
#main .sec05 .com-title-box h2 {
	margin-bottom: 15px;
}
#main .sec05 .com-title-box h2 .top-txt {
	margin-bottom: 3px;
	font-size: 1.2rem;
	display: block;
	letter-spacing: 0.1em;
}
#main .sec05 .com-title-box h2 .jp {
	margin-top: 0;
}
#main .sec05 .com-title-box h2 .jp span {
	margin: 0 33px;
}
#main .sec05 .img-list {
	margin-top: -41px;
}
#main .sec05 .img-list li {
	margin: 41px 4.7% 0 0;
	width: 30.2%;
	border: 3px solid #7BAAD4;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 35px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
#main .sec05 .img-list li:nth-child(3n) {
	margin-right: 0;
}
#main .sec05 .img-list li .photo {
	margin: 23px auto 25px;
	width: 87px;
}
#main .sec05 .img-list li .text-box {
	background-color: #7BAAD4;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 150px;
    border-radius: 0 0 25px 25px;
}
#main .sec05 .img-list li .text-box p {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	color: #fff;
	line-height: 1.39;
	font-weight: 500;
}
#main .sec06 {
	padding: 99px 0 227px;
}
#main .sec06 .com-title-box {
	margin-bottom: 119px;
}
#main .sec06 .content {
	width: 720px;
}
#main .sec06 dt,
#main .sec06 dd {
	padding-left: 160px;
	position: relative;
}
#main .sec06 dt {
	margin-bottom: 69px;
}
#main .sec06 dl .pho {
	width: 84px;
	position: absolute;
	left: -2px;
	top: -11px;
}
#main .sec06 dl p {
	margin-right: -30px;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 1.94;
}
#main .sec06 dl .bg {
	margin-right: 20px;
	padding-bottom: 25px;
	background: url("../images/index/bg01.png") repeat-x left bottom / 33px;
}
#main .sec06 dl .num {
	position: absolute;
	left: 110px;
	top: -27px;
	font-size: 5.3rem;
	color: #ABDBE1;
}
#main .sec06 dl dd:not(:last-child) {
	margin-bottom: 187px;
}
#main .sec06 dl dd .pho {
	top: 11px;
}
#main .sec06 dl dd .num {
	color: #EE869B;
}
#main .sec06 dl ul {
	margin-bottom: 3px;
}
#main .sec06 dl li {
	margin-top: 20px;
	border-radius: 35px;
	overflow: hidden;
}
#main .sec06 dl .li01 {
	width: 291px;
}
#main .sec06 dl .li02 {
	width: 196px;
}
.pop-box {
    background: url("../images/index/pop_bg.jpg") no-repeat left top / cover;
    z-index: 1000;
    overflow-y: auto;
	box-sizing: border-box;
	max-height: 100vh;
}
.pop-box .bg {
    margin: 0 auto;
    padding: 82px 35px;
    max-width: 970px;
    background-color: rgba(255,255,255,0.8);
    box-sizing: border-box;
	position: relative;
}
.pop-box .bg .close {
	width: 96px;
	position: absolute;
	right: 26px;
	top: 48px;
}
.pop-box .bg .inner {
    margin-bottom: 31px;
}
.pop-box .bg p {
    line-height: 2;
    letter-spacing: 0.1em;
}
.pop-box .bg .title {
    margin-bottom: 37px;
    padding: 10px 0 10px 132px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    background: url("../images/index/img11.png") no-repeat left center / 98px;
}
.pop-box .bg .video {
	padding-bottom: 56%;
	height: 0;
    border-radius: 35px;
    overflow: hidden;
	position: relative;
	will-change: transform;
}
.pop-box .bg .video iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.pop-box .bg .video .mark {
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top: 130px;
	width: 76px;
}
.pop-box .bg .photo {
    margin-bottom: 15px;
    border-radius: 35px;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.mfp-container {
	padding: 0;
}
@media all and (max-width: 896px) {
	.main-visual {
		padding-bottom: 115%;
	}
	.main-visual .photo .sub-pho {
		padding-bottom: 115%;
	}
	.main-visual .photo .sub-pho img {
		width: 100%;
	}
	#main .sec01 {
		padding: 31px 0 54px;
	}
	#main .sec01::before {
		width: calc(100% - 98px);
		height: 286px;
	}
	#main .sec01 .img-box {
		padding: 109px 25px 30px;
		display: block;
		background-position: right top;
		background-size: 270px auto;
	}
	#main .sec01 .img-box .text-box {
		margin-bottom: 8px;
		width: auto;
	}
	#main .sec01 .img-box .text-box h2 {
		margin-bottom: 24px;
		line-height: 1.43;
	}
	#main .sec01 .img-box .text-box p {
		line-height: 2.2;
	}
	#main .sec01 .img-box .photo-box {
		margin: 0 -22px;
		width: auto;
		text-align: center;
	}
	#main .sec02 {
		padding: 31px 0 32px;
	}
	#main .sec02::before {
		width: 50%;
		top: -176px;
		bottom: -33px;
	}
	#main .sec02 .bg-box {
		padding: 21px 15px 59px;
	}
	#main .sec02 .bg-box h3 {
		margin-bottom: 38px;
	}
	#main .sec02 .bg-box .link-list {
		display: block;
	}
	#main .sec02 .bg-box .link-list li {
		margin: 0 auto 32px;
		width: auto;
		max-width: 265px;
	}
	#main .sec02 .bg-box .link-list li:last-child {
		margin-bottom: 0;
	}
	#main .sec02 .bg-box .link-list li a {
		padding: 24px 10px;
		font-size: 1.5rem;
	}
	#main .sec03 {
		padding: 69px 0 40px;
	}
	#main .sec03 .com-title-box {
		margin-bottom: 41px;
	}
	#main .sec03 .inner {
		display: flex;
		flex-wrap: wrap;
	}
    #main .sec03 .text-inner .sub-box {
        padding: 0;
        width: 100%;
		max-width: inherit;
    }
	#main .sec03 .img-list {
		margin: -10px 0 0;
		justify-content: space-between;
	}
	#main .sec03 .img-list li {
		margin: 10px 0 0;
		width: 49%;
	}
	#main .sec03 .img-list li img {
		width: 100%;
	}
	#main .sec03 .img-list li:nth-child(3n) {
		margin-right: 0;
	}
	#main .sec03 .img-list .li01 {
		width: 100%;
		order: -1;
	}
	#main .sec03 .text-inner {
		margin-bottom: 33px;
		max-width: inherit;
		width: 100%;
		order: -1;
	}
	#main .sec03 .text-inner::before,
	#main .sec03 .text-inner::after,
	#main .sec03 .text-inner .line-bg::before,
	#main .sec03 .text-inner .btm-bg::before,
	#main .sec03 .text-inner .line-bg::after {
		display: none;
	}
	#main .sec03 .text-inner h3 {
		padding: 32.5vw 9vw 8vw 15vw;
		margin: 0 -30px 21px;
		font-size: 1.8rem;
		line-height: 1.55;
		text-shadow: 0 0 10px rgba(255,255,255,1),0 0 5px rgba(255,255,255,1),0 0 5px rgba(255,255,255,1),0 0 5px rgba(255,255,255,1);
		background: url("../images/index/sp_bg02.png") no-repeat top center / 100% 100%;
	}
	#main .sec03 .text-inner p {
		margin: 0 -1px;
	}
	#main .sec04 {
		padding: 45px 0 100px;
	}
	#main .sec04::before {
		width: 50%;
		bottom: 35px;
	}
	#main .sec04::after {
		width: calc(100% - 55px);
		height: 120px;
	}
	#main .sec04 .com-title-box {
		margin-bottom: 51px;
	}
	#main .sec04 .img-box {
		margin-bottom: 86px;
	}
	#main .sec04 .img-box .com-link {
		bottom: -34px;
	}
	#main .sec04 .img-box .photo-box {
		width: 49.7%;
	}
	#main .sec04 .img-box .photo-box img {
		width: 100%;
	}
	#main .sec04 .img-box .text-box {
		padding: 0 20px 14px 0;
		width: 46%;
	}
	#main .sec04 .img-box:nth-of-type(2n) .text-box {
		padding: 0 0 0 20px;
		width: 45%;
	}
	#main .sec04 .img-box .text-box h3 {
		padding-bottom: 18px;
		font-size: 1.8rem;
		line-height: 1.11;
		background: url("../images/index/sp_bg01.png") repeat-x left bottom / 19px;
	}
	#main .sec04 .img-box .text-box h3 .sml {
		margin-bottom: 10px;
		font-size: 0.9rem;
		line-height: 1.67;
	}
	#main .sec04 .img-box .text-box h3 .txt {
		font-size: 0.9rem;
	}
	#main .sec05 {
		padding: 44px 0 55px;
	}
	#main .sec05 .com-title-box {
		margin-bottom: 31px;
		padding: 14px 2px 2px;
	}
	#main .sec05 .com-title-box h2 {
		margin-bottom: 10px;
	}
	#main .sec05 .com-title-box h2 .top-txt {
		margin-bottom: 0px;
		font-size: 1rem;
	}
	#main .sec05 .img-list {
		margin-top: -7px;
		justify-content: space-between;
	}
	#main .sec05 .img-list li {
		margin: 7px 0 0;
		width: 48.6%;
	}
	#main .sec05 .img-list li .photo {
		margin: 12px auto 12px;
		width: 48px;
	}
	#main .sec05 .img-list li .text-box {
		min-height: 85px;
	}
	#main .sec05 .img-list li .text-box p {
		font-size: 1.5rem;
		line-height: 1.33;
	}
	#main .sec06 {
		padding: 33px 0 38px;
	}
	#main .sec06 .com-title-box {
		margin-bottom: 41px;
	}
	#main .sec06 .content {
		width: auto;
	}
	#main .sec06 dt,
	#main .sec06 dd {
		padding: 0 0 32px 119px;
		background: url("../images/index/bg01.png") repeat-x left bottom / 33px;
		box-sizing: border-box;
	}
	#main .sec06 dt {
		margin-bottom: 21px;
		min-height: 97px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#main .sec06 dt p {
		position: relative;
	}
	#main .sec06 dt p .num {
		margin-top: -5px;
		position: absolute;
		left: -43px;
		top: 50%;
		transform: translateY(-50%);
	}
	#main .sec06 dd {
		min-height: 100px;
	}
	#main .sec06 dl .pho {
		width: 68px;
		left: 0;
		top: 2px;
	}
	#main .sec06 dl p {
		margin-right: 0;
		font-size: 1.4rem;
		line-height: 1.79;
	}
	#main .sec06 dl .bg {
		margin-right: 0;
		padding-bottom: 0;
		background: none;
	}
	#main .sec06 dl .num {
		left: 80px;
		top: -10px;
		font-size: 3.7rem;
	}
	#main .sec06 dl dd:not(:last-child) {
		padding-bottom: 28px;
		margin-bottom: 68px;
	}
	#main .sec06 dd .bg {
		min-height: 50px;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}
	#main .sec06 dl dd .pho {
		top: 2px;
	}
	#main .sec06 dl ul {
		margin: 10px 0 -13px -119px;
		align-items: flex-start;
	}
	#main .sec06 dl li {
		margin-top: 15px;
		width: 100%;
	}
	#main .sec06 dl .li01 {
		width: 57%;
	}
	#main .sec06 dl .li02 {
		width: 38%;
	}
	.pop-box {
		background-position: right center;
	}
	.pop-box .bg {
		margin: 20px 25px;
		padding: 42px 12px 80px;
		max-width: inherit;
	}
	.pop-box .bg .close {
		width: 55px;
		top: -18px;
		right: -13px;
	}
	.pop-box .bg .inner {
		margin-bottom: 28px;
	}
	.pop-box .bg .title {
		margin-bottom: 11px;
		padding: 23px 0 10px 18px;
		font-size: 1.5rem;
		line-height: 1.67;
		background: url("../images/common/img01.png") no-repeat left 18px top / 23px;
		position: relative;
	}
	.pop-box .bg .title::before {
		width: 5px;
		position: absolute;
		left: 0;
		top: -6px;
		bottom: 12px;
		background-color: #EE869B;
		content: "";
		border-radius: 35px;
	}
	.pop-box .bg .video {
		height: 0;
		padding-bottom: 56.3%;
	}
	.pop-box .bg .video .mark {
		margin-top: -25px;
		transform: translateX(-50%);
		position: absolute;
		left: 50%;
		top: 50%;
		width: 33px;
	}
}
@media all and (min-width: 550px) and (max-width: 896px) {
	#main .sec06 dl ul {
		margin-top: 40px;
	}
}
@media all and (max-width: 360px) {
	#main .sec04 .img-box .text-box h3 {
		padding-bottom: 13px;
		font-size: 1.4rem;
	}
	#main .sec04 .img-box .text-box h3 .sml {
		margin-bottom: 5px;
	}
	#main .sec05 .img-list li .text-box p {
		font-size: 1.2rem;
	}
}