@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
/* wrap */
.wrap {
	margin-left: 26rem;
	width: 54rem;
	position: relative;
	z-index: 2;
	overflow: hidden;
	background: linear-gradient(to bottom,transparent 40rem,#fff 0%);
}
@media all and (max-width: 896px) {
	.wrap {
		margin: 61rem 0 0;
		width: 100%;
		background: linear-gradient(to bottom, transparent 74.074vw, #fff 0%);
	}
}
/* movieBox */
.movieBox {
	padding: 4.4rem 2rem 0 4rem;
	position: fixed;
	right: 0;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% - 80rem);
	background: #0A78A8;
	z-index: 1;
}
.movieBox .list {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.movieBox .list div {
	height: 100%;
}
.movieBox .list li {
	height: 100%;
	display: block !important;
}
.movieBox .list .item01 {
	opacity: 0.8;
}
.movieBox .list .item03 {
	opacity: 0.85;
}
.movieBox .list img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.movieBox .textBox {
	margin: 0 auto;
	width: 94rem;
	position: relative;
	z-index: 1;
}
.movieBox .textBox .text {
	margin-bottom: 8.1rem;
	color: #FFF;
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.30);
}
.movieBox .text > span {
	margin: 0 auto;
	padding: 0 1.5rem 0 1.5rem;
	width: fit-content;
	display: block;
	background: rgba(33, 93, 146, 0.60);
}
.movieBox .text span + span {
	margin-top: 0.8rem;
}
.movieBox .videoUl {
	justify-content: space-between;
}
.movieBox .videoUl li {
	width: calc((100% - 4rem) / 2);
	position: relative;
	aspect-ratio: 450/260;
}
.movieBox .videoUl p {
	width: fit-content;
	min-width: 8.8rem;
	color: #7D751D;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.571;
	letter-spacing: 0.1em;
	background: #ECE5A3;
	position: absolute;
	left: -1.3rem;
	top: 2.5rem;
}
.movieBox .videoUl video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 1rem;
}
.movieBox .arrow {
	width: 9rem;
	position: absolute;
	left: 0.5rem;
	bottom: 0.5rem;
	z-index: 4;
}
.movieBox .arrow.right {
	left: auto;
	right: 0.5rem;
}
.movieBox .arrow a {
	display: block;
	position: relative;
}
.movieBox .arrow a img {
	animation: 4s linear infinite rotation;
}
.movieBox .arrow a::before {
	width: 7rem;
	height: 7rem;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	background: url(../img/index/icon05.png) no-repeat center center / 2.3rem;
	background-color: rgba(255, 255, 255, 0.5);
	content: '';
}
@keyframes rotation {
	0% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(360deg)
	}
}
@media all and (min-width: 897px) {
	.movieBox .arrow a:hover {
		opacity: 0.7;
	}
}
@media (min-width: 897px) and (max-width: 1500px) {
	.movieBox .textBox .text {
		font-size: 1.7vw;
		font-feature-settings: "palt";
	}
	.movieBox .text > span {
		padding: 0 1vw;
	}
	.movieBox {
		padding: 2.933vw 1.333vw 0 2.667vw;
	}
	.movieBox .videoUl li {
		width: calc((100% - 2.667vw) / 2);
	}
	.movieBox .arrow {
		width: 6vw;
	}
	.movieBox .arrow a::before {
		width: 4.667vw;
		height: 4.667vw;
		background-size: 1.533vw;
	}
}
@media all and (min-width: 897px) and (max-height: 546px) {
	.movieBox .textBox .text {
		margin-bottom: 4vh;
	}
}
@media all and (max-width: 896px) {
	.movieBox {
		padding: 7.4rem 0 5rem;
		width: 100%;
		height: 64.8rem;
		background: #0A78A8;
	}
	.movieBox::after {
		width: 100%;
		height: 11.1rem;
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		background: linear-gradient(180deg, rgba(10, 120, 168, 0.00) 0%, #0A78A8 100%);
	}
	.movieBox::before {
		width: 100%;
		height: 100%;
		content: "";
		position: absolute;
		top: calc(100% - 0.5rem);
		left: 0;
		background: #0A78A8;
	}
	.movieBox .textBox {
		width: auto;
	}
	.movieBox .videoUl {
		display: none;
	}
}
#main .mainVisual {
	margin-bottom: 10.2rem;
}
#main .mainVisual .image {
	display: block !important;
}
#main .slick-dots {
	display: flex;
	justify-content: center;
	gap: 1.2rem;
	bottom: -2.9rem;
}
#main .slick-dots li {
	width: auto !important;
	margin: 0;
	height: auto !important;
}
#main .slick-dots button {
	width: 7.2rem;
	height: 0.6rem;
	border-radius: 0.6rem;
	background: #DBDBDB;
	transition: 0.3s;
}
#main .slick-dots .slick-active button {
	background-color: #5ECFE3;
}
#main .infoBox {
	margin-bottom: 9.4rem;
}
#main .infoBox .infoList {
	margin: 0 6.8rem 4.6rem;
}
#main .infoBox .infoList a {
	display: block;
	font-size: 1.8rem;
	line-height: 1.666;
}
#main .infoBox .infoList time {
	display: block;
	font-weight: 700;
	letter-spacing: 0.1em;
}
#main .infoBox .infoList li + li {
	margin-top: 1.8rem;
}
#main .history {
	margin-bottom: 6.7rem;
	padding: 1px 0 7.8rem;
	position: relative;
	z-index: 1;
}
#main .history::after {
	width: calc(100% - 3.6rem);
	content: "";
	position: absolute;
	right: 0;
	top: 2.2rem;
	bottom: 0;
	border-radius: 2rem 0 0 2rem;
	background: #E6F5F8;
	z-index: -1;
}
#main .history .ttlBox {
	align-items: center;
}
#main .history .ttlBox .image {
	width: 25.3rem;
}
#main .history .heading {
	margin: 0 0 2.4rem -4.2rem;
	color: #000;
	font-size: 2.4rem;
	line-height: 1.25;
	flex: 1;
}
#main .history .heading .en {
	margin-bottom: 1.2rem;
	padding-left: 3.9rem;
	color: #707070;
	font-size: 2.8rem;
	line-height: 1.642;
	letter-spacing: 0.1em;
	background: url(../img/index/icon01.png) no-repeat center left / 3.2rem;
	display: block;
}
#main .history .comSlide {
	margin-top: -4.3rem;
}
#main .service {
	margin-bottom: 14.3rem;
}
#main .service .headLine01 {
	margin-bottom: 4.6rem;
}
#main .service .headLine01 img {
	margin: 0 auto 0.6rem;
	width: 3.7rem;
	display: block;
}
#main .service .textBox {
	margin: 0.2rem 4.4rem 0 14.3rem;
}
#main .service .heading {
	margin-bottom: 2.2rem;
	font-size: 2.6rem;
	line-height: 1.384;
	letter-spacing: 0.1em;
}
#main .service .heading small {
	margin-top: 0.9rem;
	font-size: 1.8rem;
	line-height: 1.666;
	letter-spacing: 0.02em;
	display: block;
}
#main .service p {
	margin-bottom: 2.2rem;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.666;
	letter-spacing: 0.02em;
}
#main .service p:last-child {
	margin-bottom: 0;
}
#main .service p strong {
	display: block;
}
#main .service .type {
	margin: 2.1rem 0 1.6rem;
	font-size: 2rem;
	letter-spacing: 0.02em;
	line-height: 1.8;
	font-weight: 700;
}
#main .service .type span {
	margin-bottom: 0.3rem;
	padding: 0.1rem 2rem;
	display: block;
	width: fit-content;
	background: #6ED4E6;
	line-height: 1.55;
}
#main .service .type small {
	font-size: 1.5rem;
}
#main .service .footPressure {
	margin-bottom: 7.4rem;
}
#main .service .textBox01 {
	margin-top: -0.9rem;
}
#main .service .textBox01 p {
	line-height: 1.777;
}
#main .service .textBox01 .heading {
	margin-bottom: 3.2rem;
}
#main .service .textList {
	margin: -2.2rem 0 2.5rem;
}
#main .service .textList li {
	font-size: 1.8rem;
	line-height: 1.666;
	letter-spacing: 0.02em;
}
#main .service .text01 {
	margin-top: 2.6rem;
	line-height: 1.555;
}
#main .service .subBox p {
	margin-bottom: 0;
}
#main .service .comBtn {
	margin-top: 1.7rem;
}
#main .service .comBtn a {
	width: 100%;
	max-width: 35.3rem;
	min-width: inherit;
	font-size: 1.8rem;
}
#main .service .subPhoto {
	margin: 3rem 0 3rem;
}
#main .service .textBox02 .type {
	margin-bottom: 0.2rem;
}
#main .service .textBox02 .type span {
	margin-bottom: 1rem;
}
#main .service .lecLecture {
	margin-bottom: 9.2rem;
}
#main .service .legacy .textBox {
	margin-top: -1rem;
}
#main .service .legacy .type {
	margin: 3rem 0 0.4rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
#main .service .legacy .type span {
	margin-bottom: 1.2rem;
	letter-spacing: 0.02em;
}
#main .service .legacy .comBtn {
	margin-top: 2.9rem;
}
#main .message {
	padding-bottom: 6.6rem;
	position: relative;
	border-radius: 0 25rem 0 0;
	background: linear-gradient(153deg, #E6F5F8 34.66%, #F7D9FF 82.92%);
}
#main .message .headLine01 {
	position: absolute;
	left: 5rem;
	top: 3.1rem;
}
#main .message .headLine01 img {
	margin: 1.3rem -3.6rem -1.3rem auto;
	width: 3.6rem;
	display: block;
}
#main .message .image {
	border-radius: 0 25rem 0 25rem;
	overflow: hidden;
}
#main .message .heading {
	margin-bottom: 6rem;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.666;
	letter-spacing: 0.05em;
}
#main .message p {
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.727;
	letter-spacing: 0.05em;
}
#main .message .textBox {
	margin: 6rem 3rem 0 5.4rem;
}
#main .message .textBox p {
	margin-bottom: 3.8rem;
}
#main .message .subBox {
	margin: 4.3rem 3rem 0;
	padding: 3.5rem 3.5rem 4.9rem;
	border-radius: 2rem;
	background: #FFF;
	box-shadow: 0 0.4rem 1rem 0 rgba(0, 0, 0, 0.25);
}
#main .message .photo {
	margin-top: 7.5rem;
}
#main .message .subBox .title {
	margin-bottom: 1rem;
	color: #5ECFE3;
	font-size: 2.4rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
#main .message .subBox li {
	padding-left: 3.3rem;
	color: #000;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.636;
	letter-spacing: 0.05em;
	text-indent: -2.8rem;
}
#main .voice {
	margin-bottom: 13.7rem;
	padding: 11.9rem 0 8.9rem;
	background: url(../img/index/bg.jpg) no-repeat center center / cover;
}
#main .voice .comSlide .slick-arrow {
	left: 3.9rem;
	top: 29.5rem;
	background-image: url(../img/index/arrow_icon02.png);
}
#main .voice .comSlide .slick-next {
	left: auto;
	right: 3.7rem;
}
#main .voice .comSlide .item {
	margin: 0 1.5rem;
	padding-bottom: 5.1rem;
}
#main .voice .comSlide p {
	font-size: 2rem;
	line-height:1.3;
	letter-spacing: 0.05em;
}
#main .voice .headLine01 {
	margin-bottom: 3rem;
	color: #fff;
}
#main .goods .headLine01 img,
#main .voice .headLine01 img {
	margin: 0 auto 1rem;
	width: 3.2rem;
	display: block;
}
#main .voice .text {
	margin-bottom: 7.5rem;
	color: #FFF;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
}
#main .voice .comSlide .textBox {
	margin: 3.4rem 3rem 0 4rem;
}
#main .voice .title {
	margin-bottom: 1.6rem;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.333;
}
#main .goods {
	margin-bottom: 10.7rem;
	padding: 9.8rem 0 13.4rem;
	overflow: hidden;
	border-radius: 30rem;
	border: 0.3rem solid #FFC5D2;
}
#main .goods .headLine01 {
	margin-bottom: 7.2rem;
}
#main .goods .imgList {
	margin-bottom: 4.7rem;
	display: flex !important;
}
#main .goods .imgList li {
	margin: 0 5.1rem 0 0;
	width: fit-content;
	height: 31.5rem;
	flex-shrink: 0;
}
#main .goods .imgList img {
	width: auto;
	height: 100%;
}
#main .goods .comBtn a {
	min-width: 32rem;
	font-size: 2rem;
}
#main .member {
	margin-bottom: 11.9rem;
}
#main .member .heading {
	margin: 0 1.8rem 0.6rem;
	color: #707070;
	font-size: 2.8rem;
	line-height: 1.642;
	letter-spacing: 0.1em
}
#main .member .textBox {
	padding: 5rem 4.5rem 5.9rem 5.2rem;
	border: 1.2rem solid #5ECFE3;
}
#main .member .title {
	margin-bottom: 2.9rem;
	font-size: 2.6rem;
}
#main .member p {
	font-size: 1.8rem;
	line-height: 1.666;
}
#main .member .text01 {
	margin-bottom: 1.7rem;
}
#main .member .text02 {
	margin-bottom: 2rem;
}
#main .member .text03 {
	margin-bottom: 1.4rem;
}
#main .member p strong {
	display: block;
}
#main .member .link a {
	color: #0898B2;
	line-height: 1.687;
	font-size: 1.6rem;
	text-decoration-line: underline;
}
#main .member .bodText {
	margin: 2.9rem 1.6rem 0;
	padding: 1.9rem 1rem;
	width: 38rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.222;
	border: 0.4rem solid #000;
	text-align: center;
}
#main .contact {
	margin-bottom: 17.4rem;
}
#main .contact .headLine01 img {
	margin: 0 auto;
	width: 3.4rem;
	display: block;
}
#main .contact .comBtn a {
	height: 7.6rem;
}
#main .contact .title {
	margin: 5.8rem 0 1.5rem;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.3;
}
#main .contact .comBtn li + li {
	margin-top: 1.5rem;
}
#main .botInfoBox {
	padding: 9.2rem 2.5rem;
	min-height: 85.9rem;
	background: url(../img/index/photo07.jpg) no-repeat center top / cover;
}
#main .botInfoBox p {
	margin-left: auto;
	width: fit-content;
	color: #FFF;
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 2.21; 
	letter-spacing: 0.1em;
}
@media all and (min-width: 897px) {
	#main .member .link a:hover,
	#main .infoBox .infoList a:hover {
		opacity: 0.7;
	}
	#main .slick-dots button:hover {
		background-color: #5ECFE3;
	}
}
@media all and (max-width: 896px) {
	#main .member .bodText {
		margin: 2.9rem auto 0;
	}
}
.mfp-iframe-holder {
	overflow: auto;
}