@charset "UTF-8";
/* ===============================================================
	BREAK POINT
=============================================================== */
/* ===============================================================
	FONT
=============================================================== */
@media all and (-ms-high-contrast: none) {
	* {
		font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo,sans-serif;
	}
}

/* ===============================================================
	FONT SIZE
=============================================================== */
/* ===============================================================
	color
=============================================================== */
/* =====================
	common
===================== */
html {
	font-size: 62.5%;
}

body {
	font-size: 16px;
	font-family: "Times New Roman", '游明朝', 'Yu Mincho', YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #333;
	line-height: 1.4;
	letter-spacing: 0em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

a {
	color: #333;
	text-decoration: none;
}

img {
	max-width: 100%;
	-webkit-transition: 1.5s;
	transition: 1.5s;
	vertical-align: top;
}

.pc {
	display: block;
}

@media only screen and (max-width: 768px) {
	.pc {
		display: none;
	}
}

.sp {
	display: none;
}

@media only screen and (max-width: 768px) {
	.sp {
		display: block;
	}
}

.visuallyhidden {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(0px 0px 99.9% 99.9%);
	clip-path: inset(0px 0px 99.9% 99.9%);
	overflow: hidden;
	height: 1px;
	width: 1px;
	padding: 0;
	border: 0;
}

/* =====================
	animation
===================== */
.fadeUp01, .fadeFirst {
	-webkit-transition: 1s;
	transition: 1s;
	opacity: 0;
	transform: translate(0, 60px);
	-webkit-transform: translate(0, 60px);
}

@media only screen and (max-width: 750px) {
	.fadeUp01, .fadeFirst {
		opacity: 0;
		transform: translate(0, 2%);
		-webkit-transform: translate(0, 2%);
	}
}

.fadeUpOn {
	opacity: 1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}

@media only screen and (max-width: 750px) {
	.fadeUpOn {
		opacity: 1;
		transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
	}
}

.vegas-animation-kenburns {
	-webkit-animation: kenburns ease-in;
	animation: kenburns ease-in;
}

@-webkit-keyframes kenburns {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

@keyframes kenburns {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

body {
	animation-name: flash;
	animation-duration: 1.5s;
	animation-timing-function: linear;
}

@-webkit-keyframes flash {
	0% {
		opacity: 0;
	}
	40% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* =====================
	main
===================== */
/*	mv
=======================*/
.mv {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 48.4375vw;
	margin-bottom: 160px;
	background: url(../images/mv_bk.jpg) no-repeat;
	background-size: contain;
}

.mv_logo {
	position: absolute;
	top: 47%;
	left: 50%;
	width: 64.94792vw;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.mv_catch {
	position: absolute;
	top: 1.5625vw;
	left: 50%;
	width: 15.3125vw;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.mv_scroll {
	position: absolute;
	bottom: 1.30208vw;
	left: 50%;
	width: 10.20833vw;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media only screen and (max-width: 1200px) {
	.mv {
		margin-bottom: 13.33333vw;
	}
}

@media only screen and (max-width: 750px) {
	.mv {
		min-height: inherit;
		background: none;
	}
	.mv_logo {
		top: 50%;
		left: 50%;
		width: 83.33333vw;
		z-index: 10;
	}
	.mv_catch {
		top: 6.66667vw;
		width: 41.46667vw;
		z-index: 10;
	}
	.mv_scroll {
		bottom: 5.33333vw;
		width: 28.93333vw;
		z-index: 10;
	}
}

/*	slide
=======================*/
.slide {
	display: none;
}

@media only screen and (max-width: 750px) {
	.slide {
		display: block;
		min-height: 216vw;
	}
}

/*	block
=======================*/
.block {
	border-bottom: 1px solid #666;
}

@media only screen and (max-width: 1200px) {
	.block {
		padding: 0 1.66667vw;
	}
}

@media only screen and (max-width: 750px) {
	.block {
		padding: 0 2.66667vw;
	}
}

.box {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.box-01 {
	color: #284d88;
}

.box-01 .box_col_ttl::before {
	background: url(../images/no1.png) no-repeat;
	background-size: contain;
}

.box-02 {
	color: #058087;
}

.box-02 .box_col_ttl::before {
	background: url(../images/no2.png) no-repeat;
	background-size: contain;
}

.box-03 {
	color: #d46532;
}

.box-03 .box_col_ttl::before {
	background: url(../images/no3.png) no-repeat;
	background-size: contain;
}

.box-04 {
	color: #7877dd;
}

.box-04 .box_col_ttl::before {
	background: url(../images/no4.png) no-repeat;
	background-size: contain;
}

.box-05 {
	color: #382b1e;
}

.box-05 .box_col_ttl::before {
	background: url(../images/no5.png) no-repeat;
	background-size: contain;
}

.box-06 {
	color: #3e3b7d;
}

.box-06 .box_col_ttl::before {
	background: url(../images/no6.png) no-repeat;
	background-size: contain;
}

.box_inner {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto 160px;
}

.box_col {
	width: 100%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

.box_col-detail {
	padding-left: 60px;
}

.box_col_ttl {
	position: relative;
	margin-bottom: 70px;
	font-weight: 600;
	font-family: "Noto Serif JP", serif;
	line-height: 1.4;
}

@media screen and (min-width: 1201px) {
	.box_col_ttl {
		font-size: 30px;
		font-size: 3rem;
	}
}

@media screen and (min-width: 751px) and (max-width: 1200px) {
	.box_col_ttl {
		font-size: 2.5vw;
	}
}

@media screen and (max-width: 750px) {
	.box_col_ttl {
		font-size: 4vw;
	}
}

.box_col_ttl-first {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	visibility: hidden;
}

.box_col_ttl-first .xsbr {
	display: none;
}

.box_col_ttl::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 56px;
	height: 25px;
	-webkit-transform: translateY(-230%);
	transform: translateY(-230%);
}

.box_col_txt {
	margin-bottom: 40px;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	line-height: 1.8;
}

@media screen and (min-width: 1201px) {
	.box_col_txt {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

@media screen and (min-width: 751px) and (max-width: 1200px) {
	.box_col_txt {
		font-size: 1.5vw;
	}
}

@media screen and (max-width: 750px) {
	.box_col_txt {
		font-size: 2.4vw;
	}
}

.box_col_price_list {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
	line-height: 2;
}

@media screen and (min-width: 1201px) {
	.box_col_price_list {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

@media screen and (min-width: 751px) and (max-width: 1200px) {
	.box_col_price_list {
		font-size: 1.33333vw;
	}
}

@media screen and (max-width: 750px) {
	.box_col_price_list {
		font-size: 2.13333vw;
	}
}

.box-reverse .box_col {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.box-reverse .box_col-detail {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	padding-right: 60px;
}

@media only screen and (max-width: 1200px) {
	.box_inner {
		margin: 0 auto 13.33333vw;
	}
	.box_col-detail {
		padding-left: 5vw;
	}
	.box_col_ttl {
		margin-bottom: 5.83333vw;
	}
}

@media only screen and (max-width: 1200px) and (min-width: 1201px) {
	.box_col_ttl {
		font-size: 30px;
		font-size: 3rem;
	}
}

@media only screen and (max-width: 1200px) and (min-width: 751px) and (max-width: 1200px) {
	.box_col_ttl {
		font-size: 2.5vw;
	}
}

@media only screen and (max-width: 1200px) and (max-width: 750px) {
	.box_col_ttl {
		font-size: 4vw;
	}
}

@media only screen and (max-width: 1200px) {
	.box_col_ttl::before {
		width: 4.66667vw;
		height: 2.08333vw;
		-webkit-transform: translateY(-230%);
		transform: translateY(-230%);
	}
	.box_col_txt {
		margin-bottom: 5.33333vw;
	}
}

@media only screen and (max-width: 1200px) and (min-width: 1201px) {
	.box_col_txt {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

@media only screen and (max-width: 1200px) and (min-width: 751px) and (max-width: 1200px) {
	.box_col_txt {
		font-size: 1.5vw;
	}
}

@media only screen and (max-width: 1200px) and (max-width: 750px) {
	.box_col_txt {
		font-size: 2.4vw;
	}
}

@media only screen and (max-width: 1200px) and (min-width: 1201px) {
	.box_col_price_list {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

@media only screen and (max-width: 1200px) and (min-width: 751px) and (max-width: 1200px) {
	.box_col_price_list {
		font-size: 1.33333vw;
	}
}

@media only screen and (max-width: 1200px) and (max-width: 750px) {
	.box_col_price_list {
		font-size: 2.13333vw;
	}
}

@media only screen and (max-width: 1200px) {
	.box-reverse .box_col-detail {
		padding-right: 5vw;
	}
}

@media only screen and (max-width: 750px) {
	.box_inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0 auto 21.33333vw;
	}
	.box_col {
		width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.box_col-detail {
		padding: 0 8vw;
	}
	.box_col_thm {
		margin-bottom: 8vw;
	}
	.box_col_ttl {
		position: relative;
		display: none;
	}
	.box_col_ttl-first {
		position: relative;
		display: block;
		width: auto;
		height: auto;
		margin-left: 9.33333vw;
		overflow: inherit;
		visibility: visible;
	}
}

@media only screen and (max-width: 750px) and (min-width: 1201px) {
	.box_col_ttl-first {
		font-size: 21px;
		font-size: 2.1rem;
	}
}

@media only screen and (max-width: 750px) and (min-width: 751px) and (max-width: 1200px) {
	.box_col_ttl-first {
		font-size: 1.75vw;
	}
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
	.box_col_ttl-first {
		font-size: 2.8vw;
	}
}

@media only screen and (max-width: 750px) {
	.box_col_ttl::before {
		content: '';
		position: static;
		display: block;
		width: 6.66667vw;
		height: 3.06667vw;
		margin-bottom: 4vw;
		-webkit-transform: inherit;
		transform: inherit;
	}
	.box_col_txt {
		margin-bottom: 5.33333vw;
		font-family: "Noto Sans JP", sans-serif;
	}
}

@media only screen and (max-width: 750px) and (min-width: 1201px) {
	.box_col_txt {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

@media only screen and (max-width: 750px) and (min-width: 751px) and (max-width: 1200px) {
	.box_col_txt {
		font-size: 1.5vw;
	}
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
	.box_col_txt {
		font-size: 2.4vw;
	}
}

@media only screen and (max-width: 750px) and (min-width: 1201px) {
	.box_col_price_list {
		font-size: 17px;
		font-size: 1.7rem;
	}
}

@media only screen and (max-width: 750px) and (min-width: 751px) and (max-width: 1200px) {
	.box_col_price_list {
		font-size: 1.41667vw;
	}
}

@media only screen and (max-width: 750px) and (max-width: 750px) {
	.box_col_price_list {
		font-size: 2.26667vw;
	}
}

@media only screen and (max-width: 750px) {
	.box-reverse .box_col {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.box-reverse .box_col-detail {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding: 0 8vw;
	}
}

@media only screen and (max-width: 480px) {
	.box_col_ttl-first {
		font-size: 15px;
	}
	.box_col_txt {
		font-size: 12px;
	}
	.box_col_price_list {
		font-size: 11px;
	}
}

@media only screen and (max-width: 360px) {
	.box .xsbr {
		display: block;
	}
}

/*	bottom
=======================*/
.bottom {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	max-width: 1200px;
	margin: 160px auto;
}

@media only screen and (max-width: 1200px) {
	.bottom {
		margin: 13.33333vw auto;
		padding: 0 1.66667vw;
	}
	.bottom_link {
		width: 100%;
		max-width: 47.5vw;
	}
}

@media only screen and (max-width: 750px) {
	.bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 18.66667vw auto;
		padding: 0 2.66667vw;
		overflow: hidden;
	}
	.bottom_link {
		position: relative;
		width: 100%;
		max-width: 78.66667vw;
		margin: 0 auto;
	}
	.bottom_link:first-child {
		margin-bottom: 13.33333vw;
		padding-bottom: 13.33333vw;
	}
	.bottom_link:first-child:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 200%;
		height: 1px;
		background-color: #666;
		-webkit-transform: translateX(-25%);
		transform: translateX(-25%);
	}
}
