@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
@-webkit-keyframes waveLine {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 42px 0;
	}
}

@-moz-keyframes waveLine {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 42px 0;
	}
}

@-ms-keyframes waveLine {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 42px 0;
	}
}

@-o-keyframes waveLine {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 42px 0;
	}
}

@keyframes waveLine {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 42px 0;
	}
}

/* -----------------------------------------------------------
	common home
----------------------------------------------------------- */
@media only screen and (max-width: 1400px) {
	.st_lg_01 .jp {
		font-size: 286%;
	}
}

@media print {
	.st_lg_01 .jp {
		font-size: 286%;
	}
}

.ie8 .st_lg_01 .jp {
	font-size: 286%;
}

@media only screen and (max-width: 1260px) {
	.st_lg_01 .jp {
		font-size: 258%;
	}
}

@media print {
	.st_lg_01 .jp {
		font-size: 258%;
	}
}

.ie8 .st_lg_01 .jp {
	font-size: 258%;
}

@media only screen and (max-width: 767px) {
	.st_lg_01 .jp {
		font-size: 186%;
	}
}

.foot_style {
	display: block;
	position: relative;
	width: 410px;
	height: 190px;
}

.foot_style > * {
	position: absolute;
}

.foot_style .ic_foot_01 {
	left: 0%;
	top: 8px;
}

.foot_style .ic_foot_02 {
	left: 80px;
	top: 13px;
}

.foot_style .ic_foot_03 {
	left: 127px;
	top: 63px;
}

.foot_style .ic_foot_04 {
	left: 187px;
	top: 50px;
}

.foot_style .ic_foot_05 {
	left: 222px;
	top: 101px;
}

.foot_style .ic_foot_06 {
	left: 299px;
	top: 100px;
}

.foot_style .ic_foot_07 {
	left: 346px;
	top: 149px;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
@-webkit-keyframes maskingLoadding {
	0% {
		top: auto;
		bottom: 0;
		height: 0;
	}
	30%,
	60% {
		height: 100%;
	}
	100% {
		top: 0;
		bottom: auto;
		height: 0;
	}
}

@-moz-keyframes maskingLoadding {
	0% {
		top: auto;
		bottom: 0;
		height: 0;
	}
	30%,
	60% {
		height: 100%;
	}
	100% {
		top: 0;
		bottom: auto;
		height: 0;
	}
}

@-ms-keyframes maskingLoadding {
	0% {
		top: auto;
		bottom: 0;
		height: 0;
	}
	30%,
	60% {
		height: 100%;
	}
	100% {
		top: 0;
		bottom: auto;
		height: 0;
	}
}

@-o-keyframes maskingLoadding {
	0% {
		top: auto;
		bottom: 0;
		height: 0;
	}
	30%,
	60% {
		height: 100%;
	}
	100% {
		top: 0;
		bottom: auto;
		height: 0;
	}
}

@keyframes maskingLoadding {
	0% {
		top: auto;
		bottom: 0;
		height: 0;
	}
	30%,
	60% {
		height: 100%;
	}
	100% {
		top: 0;
		bottom: auto;
		height: 0;
	}
}

.is_hello #preloading .bg_mask {
	-webkit-animation: maskingLoadding 2.8s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 normal;
	-moz-animation: maskingLoadding 2.8s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 normal;
	-ms-animation: maskingLoadding 2.8s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 normal;
	-o-animation: maskingLoadding 2.8s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 normal;
	animation: maskingLoadding 2.8s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 normal;
}

.is_hello #preloading .bg_mask:after {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

#preloading .logo {
	position: fixed;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 100%;
	font-size: 40px;
	color: #000;
	text-align: center;
	z-index: 9999;
}

@media only screen and (max-width: 1024px) {
	#preloading .logo {
		padding: 80px 2.5%;
	}
}

@media only screen and (max-width: 767px) {
	#preloading .logo {
		padding: 12% 2.5%;
	}
}

#preloading .logo a {
	text-decoration: none;
}

#preloading .logo img {
	max-width: 60%;
}

#preloading .bg_white {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9998;
}

#preloading .bg_mask {
	display: block;
	content: '';
	position: fixed;
	left: 0;
	right: auto;
	width: 100%;
	background: #0078b7 url(../images/common/bg_wave_01.png) repeat left top;
	overflow: hidden;
	z-index: 9998;
}

#preloading .bg_mask:after {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(0, 100%);
	-moz-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	-o-transform: translate(0, 100%);
	transform: translate(0, 100%);
	background: transparent url(../images/home/bg_wave_preloading.png) no-repeat center bottom;
	background-size: 100% auto;
	-webkit-transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	-o-transition: all 1.2s ease;
	transition: all 1.2s ease;
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header .hd_gnav .logo {
	display: none;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
#contents {
	background: #306ba8 url(../images/common/bg_wave_01.png) repeat left top;
}

#contents:before {
	display: none;
}

/* -----------------------------------------------------------
	.con_main
----------------------------------------------------------- */
.con_main {
	position: relative;
	overflow: visible;
}

@media only screen and (max-width: 1024px) {
	.con_main {
		overflow: hidden;
	}
}

@media only screen and (min-width: 1025px) {
	.con_main .box_wrp {
		position: relative;
		overflow: hidden;
	}
}

@media print {
	.con_main .box_wrp {
		position: relative;
		overflow: hidden;
	}
}

.ie8 .con_main .box_wrp {
	position: relative;
	overflow: hidden;
}

.con_main .img_wave_1 {
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transform: translate(0, 56%);
	-moz-transform: translate(0, 56%);
	-ms-transform: translate(0, 56%);
	-o-transform: translate(0, 56%);
	transform: translate(0, 56%);
	max-width: 25%;
	z-index: 2;
}

@media only screen and (max-width: 1024px) {
	.con_main .img_wave_1 {
		-webkit-transform: translate(0, 10%);
		-moz-transform: translate(0, 10%);
		-ms-transform: translate(0, 10%);
		-o-transform: translate(0, 10%);
		transform: translate(0, 10%);
	}
}

@media only screen and (max-width: 767px) {
	.con_main .img_wave_1 {
		max-width: 50%;
		-webkit-transform: translate(0, 50%);
		-moz-transform: translate(0, 50%);
		-ms-transform: translate(0, 50%);
		-o-transform: translate(0, 50%);
		transform: translate(0, 50%);
	}
}

.con_main .img_wave_1 img {
	display: inline-block;
}

@media only screen and (max-width: 1024px) {
	.con_main .box_slide_wrp {
		position: relative;
	}
}

.con_main .box_slide {
	position: relative;
}

.con_main .box_slide .slide_item .slide_inner {
	overflow: hidden;
	height: 100vh;
	outline: 0;
}

@media only screen and (max-width: 1024px) {
	.con_main .box_slide .slide_item .slide_inner {
		height: auto;
		padding-bottom: 80%;
	}
}

@media only screen and (max-width: 767px) {
	.con_main .box_slide .slide_item .slide_inner {
		height: auto;
		padding-bottom: 90%;
	}
}

.con_main .box_slide .slide_item.slick-current .img_thumb {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.con_main .box_slide .slide_item .img_thumb {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.con_main .box_logo {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	text-align: center;
	z-index: 3;
}

@media only screen and (max-width: 1400px) {
	.con_main .box_logo {
		top: 40%;
	}
}

@media print {
	.con_main .box_logo {
		top: 40%;
	}
}

.ie8 .con_main .box_logo {
	top: 40%;
}

@media only screen and (max-width: 1260px) {
	.con_main .box_logo {
		top: 35%;
		width: 48%;
	}
}

@media print {
	.con_main .box_logo {
		top: 35%;
		width: 48%;
	}
}

.ie8 .con_main .box_logo {
	top: 35%;
	width: 48%;
}

@media only screen and (max-width: 1024px) {
	.con_main .box_logo {
		top: 50%;
	}
}

@media only screen and (max-width: 767px) {
	.con_main .box_logo {
		top: 50%;
		width: 100%;
		padding: 0 2.5%;
	}
}

.con_main .box_logo .logo {
	margin-bottom: 3%;
}

@media only screen and (max-width: 1400px) {
	.con_main .box_logo .logo {
		margin-bottom: 0;
	}
}

@media print {
	.con_main .box_logo .logo {
		margin-bottom: 0;
	}
}

.ie8 .con_main .box_logo .logo {
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.con_main .box_logo .logo img {
		max-width: 80%;
	}
}

.con_main .box_logo .st_lg_02_white {
	white-space: nowrap;
}

@media only screen and (max-width: 767px) {
	.con_main .box_logo .st_lg_02_white {
		white-space: normal;
	}
}

.con_main .box_logo .st_lg_02_white .jp {
	font-size: 286%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_main .box_logo .st_lg_02_white .jp {
		font-size: 258%;
	}
}

@media only screen and (max-width: 767px) {
	.con_main .box_logo .st_lg_02_white .jp {
		font-size: 158%;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1260px) {
	.con_main .box_logo .st_lg_02_white .jp {
		font-size: 215%;
	}
}

@media print {
	.con_main .box_logo .st_lg_02_white .jp {
		font-size: 215%;
	}
}

.ie8 .con_main .box_logo .st_lg_02_white .jp {
	font-size: 215%;
}

@media only screen and (max-width: 1024px) {
	.con_main .box_detail {
		position: relative;
		background: #306ba8 url(../images/common/bg_wave_01.png) repeat left top;
		padding-bottom: 70px;
	}
}

@media only screen and (max-width: 767px) {
	.con_main .box_detail {
		padding-bottom: 4em;
	}
}

.con_main .box_detail:after {
	display: none;
	content: '';
	position: absolute;
	right: 0;
	bottom: -1.5em;
	width: 0;
	height: 0;
	border-top: 120px solid transparent;
	border-right: 3000px solid #fff;
	border-bottom: 380px solid transparent;
}

@media only screen and (max-width: 1024px) {
	.con_main .box_detail:after {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.con_main .box_detail:after {
		bottom: -0.5em;
		border-top: 9em solid transparent;
		border-right: 90em solid #fff;
		border-bottom: 16em solid transparent;
	}
}

.con_main .box_bn_area {
	display: block;
	position: absolute;
	right: 58px;
	bottom: 255px;
	width: 365px;
	z-index: 2;
}

@media only screen and (max-width: 1024px) {
	.con_main .box_bn_area {
		position: relative;
		left: auto;
		right: auto;
		top: -40px;
		bottom: auto;
		max-width: 100%;
		margin: 0 auto -10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_main .box_bn_area {
		margin-bottom: 1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_main .box_bn_area {
		top: -2em;
		padding: 0.75em 1.5em;
		margin-bottom: -1em;
	}
}

.con_main .box_bn_area .slick-arrow {
	display: block;
	position: absolute;
	top: 50%;
	bottom: auto;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 67px;
	height: 135px;
	border: 0 none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0;
	text-indent: -9999px;
	cursor: pointer;
	padding: 0;
	z-index: 10;
}

@media only screen and (max-width: 1024px) {
	.con_main .box_bn_area .slick-arrow {
		width: 40px;
		height: 80.59701px;
	}
}

@media only screen and (max-width: 767px) {
	.con_main .box_bn_area .slick-arrow {
		width: 30px;
		height: 60.44776px;
	}
}

.con_main .box_bn_area .slick-arrow:active {
	opacity: 0.8;
}

.con_main .box_bn_area .slick-prev {
	left: -7%;
	right: auto;
	width: 5%;
	background: transparent url(../images/common/ic_arrow_left.png) no-repeat center center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

@media only screen and (max-width: 1024px) {
	.con_main .box_bn_area .slick-prev {
		background: transparent url(../images/common/ic_arrow_left_b.png) no-repeat center center;
	}
}

.con_main .box_bn_area .slick-next {
	right: -7%;
	left: auto;
	width: 5%;
	background: transparent url(../images/common/ic_arrow_right.png) no-repeat center center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

@media only screen and (max-width: 1024px) {
	.con_main .box_bn_area .slick-next {
		background: transparent url(../images/common/ic_arrow_right_b.png) no-repeat center center;
	}
}

.con_main .box_info {
	display: block;
	position: absolute;
	right: 30px;
	bottom: 30px;
	width: 580px;
	background: #fff;
	padding: 20px 30px;
	z-index: 2;
}

@media only screen and (min-width: 1261px) and (max-width: 1400px) {
	.con_main .box_info {
		width: 40%;
	}
}

@media print {
	.con_main .box_info {
		width: 40%;
	}
}

.ie8 .con_main .box_info {
	width: 40%;
}

@media only screen and (min-width: 1025px) and (max-width: 1260px) {
	.con_main .box_info {
		width: 38%;
		padding: 8px 20px;
	}
}

@media print {
	.con_main .box_info {
		width: 38%;
		padding: 8px 20px;
	}
}

.ie8 .con_main .box_info {
	width: 38%;
	padding: 8px 20px;
}

@media only screen and (max-width: 1024px) {
	.con_main .box_info {
		position: relative;
		left: auto;
		right: auto;
		top: -40px;
		bottom: auto;
		width: 95%;
		margin: 0 auto -10px;
	}
}

@media only screen and (max-width: 767px) {
	.con_main .box_info {
		top: 0;
		padding: 0.75em 1.5em;
		margin-bottom: -1em;
	}
}

.con_main .box_info .txt_title {
	font-weight: normal;
	color: #ff9601;
	margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
	.con_main .box_info .txt_title {
		margin-bottom: 0.8em;
	}
}

.con_main .box_info .txt_title .en {
	font-family: "Oswald", sans-serif;
	font-size: 172%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_main .box_info .txt_title .en {
		font-size: 158%;
	}
}

@media only screen and (max-width: 767px) {
	.con_main .box_info .txt_title .en {
		font-size: 143%;
	}
}

.con_main .box_info .txt_title .jp {
	font-size: 129%;
}

@media only screen and (max-width: 767px) {
	.con_main .box_info .txt_title .jp {
		font-size: 100%;
	}
}

.con_main .box_info .txt {
	color: #232323;
}

@media only screen and (min-width: 768px) {
	.con_main .box_info .txt {
		font-size: 115%;
		line-height: 1.875;
	}
}

@media print {
	.con_main .box_info .txt {
		font-size: 115%;
		line-height: 1.875;
	}
}

.ie8 .con_main .box_info .txt {
	font-size: 115%;
	line-height: 1.875;
}

@media only screen and (max-width: 767px) {
	.con_main .box_info .txt {
		font-size: 100%;
	}
}

.con_main .box_info .txt:before, .con_main .box_info .txt:after {
	content: " ";
	clear: both;
	display: table;
}

.con_main .box_info .txt img {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.con_main .box_info .txt a {
	color: #256ab2;
}

.con_main .bg {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: translate(-100%, 0) rotate(-28deg);
	-moz-transform: translate(-100%, 0) rotate(-28deg);
	-ms-transform: translate(-100%, 0) rotate(-28deg);
	-o-transform: translate(-100%, 0) rotate(-28deg);
	transform: translate(-100%, 0) rotate(-28deg);
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top;
	width: 100000px;
	height: 120%;
	overflow: hidden;
	z-index: 1;
}

@media only screen and (max-width: 1260px) {
	.con_main .bg {
		-webkit-transform: translate(-100%, 0) rotate(-18deg);
		-moz-transform: translate(-100%, 0) rotate(-18deg);
		-ms-transform: translate(-100%, 0) rotate(-18deg);
		-o-transform: translate(-100%, 0) rotate(-18deg);
		transform: translate(-100%, 0) rotate(-18deg);
	}
}

@media print {
	.con_main .bg {
		-webkit-transform: translate(-100%, 0) rotate(-18deg);
		-moz-transform: translate(-100%, 0) rotate(-18deg);
		-ms-transform: translate(-100%, 0) rotate(-18deg);
		-o-transform: translate(-100%, 0) rotate(-18deg);
		transform: translate(-100%, 0) rotate(-18deg);
	}
}

.ie8 .con_main .bg {
	-webkit-transform: translate(-100%, 0) rotate(-18deg);
	-moz-transform: translate(-100%, 0) rotate(-18deg);
	-ms-transform: translate(-100%, 0) rotate(-18deg);
	-o-transform: translate(-100%, 0) rotate(-18deg);
	transform: translate(-100%, 0) rotate(-18deg);
}

.con_main .bg:before {
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(28deg);
	-moz-transform: translate(-50%, -50%) rotate(28deg);
	-ms-transform: translate(-50%, -50%) rotate(28deg);
	-o-transform: translate(-50%, -50%) rotate(28deg);
	transform: translate(-50%, -50%) rotate(28deg);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
	width: 100000px;
	height: 100000px;
	background: #306ba8 url(../images/common/bg_wave_01.png) repeat left 74px top 78px;
}

@media only screen and (max-width: 1260px) {
	.con_main .bg:before {
		-webkit-transform: translate(-50%, -50%) rotate(18deg);
		-moz-transform: translate(-50%, -50%) rotate(18deg);
		-ms-transform: translate(-50%, -50%) rotate(18deg);
		-o-transform: translate(-50%, -50%) rotate(18deg);
		transform: translate(-50%, -50%) rotate(18deg);
	}
}

@media print {
	.con_main .bg:before {
		-webkit-transform: translate(-50%, -50%) rotate(18deg);
		-moz-transform: translate(-50%, -50%) rotate(18deg);
		-ms-transform: translate(-50%, -50%) rotate(18deg);
		-o-transform: translate(-50%, -50%) rotate(18deg);
		transform: translate(-50%, -50%) rotate(18deg);
	}
}

.ie8 .con_main .bg:before {
	-webkit-transform: translate(-50%, -50%) rotate(18deg);
	-moz-transform: translate(-50%, -50%) rotate(18deg);
	-ms-transform: translate(-50%, -50%) rotate(18deg);
	-o-transform: translate(-50%, -50%) rotate(18deg);
	transform: translate(-50%, -50%) rotate(18deg);
}

.con_main .bg:after {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	top: 62%;
	-webkit-transform: translate(36%, -50%) rotate(28deg);
	-moz-transform: translate(36%, -50%) rotate(28deg);
	-ms-transform: translate(36%, -50%) rotate(28deg);
	-o-transform: translate(36%, -50%) rotate(28deg);
	transform: translate(36%, -50%) rotate(28deg);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
	width: 0;
	height: 0;
	border-top: 420px solid transparent;
	border-left: 1400px solid #fff;
	border-bottom: 420px solid transparent;
}

@media only screen and (max-width: 1260px) {
	.con_main .bg:after {
		-webkit-transform: translate(36%, -50%) rotate(18deg);
		-moz-transform: translate(36%, -50%) rotate(18deg);
		-ms-transform: translate(36%, -50%) rotate(18deg);
		-o-transform: translate(36%, -50%) rotate(18deg);
		transform: translate(36%, -50%) rotate(18deg);
	}
}

@media print {
	.con_main .bg:after {
		-webkit-transform: translate(36%, -50%) rotate(18deg);
		-moz-transform: translate(36%, -50%) rotate(18deg);
		-ms-transform: translate(36%, -50%) rotate(18deg);
		-o-transform: translate(36%, -50%) rotate(18deg);
		transform: translate(36%, -50%) rotate(18deg);
	}
}

.ie8 .con_main .bg:after {
	-webkit-transform: translate(36%, -50%) rotate(18deg);
	-moz-transform: translate(36%, -50%) rotate(18deg);
	-ms-transform: translate(36%, -50%) rotate(18deg);
	-o-transform: translate(36%, -50%) rotate(18deg);
	transform: translate(36%, -50%) rotate(18deg);
}

.con_main .box_map {
	position: absolute;
	left: 2%;
	bottom: 18%;
	z-index: 2;
}

@media only screen and (max-width: 1400px) {
	.con_main .box_map {
		bottom: 12%;
	}
}

@media print {
	.con_main .box_map {
		bottom: 12%;
	}
}

.ie8 .con_main .box_map {
	bottom: 12%;
}

@media only screen and (max-width: 1024px) {
	.con_main .box_map {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		max-width: 430px;
		margin: auto;
	}
}

@media only screen and (max-width: 767px) {
	.con_main .box_map {
		width: 90%;
		max-width: 700px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
	.con_main .box_map > img {
		width: 90%;
	}
}

@media print {
	.con_main .box_map > img {
		width: 90%;
	}
}

.ie8 .con_main .box_map > img {
	width: 90%;
}

.con_main .box_map .btn_map {
	display: block;
	position: absolute;
	right: 0;
	bottom: 12%;
	width: 43%;
	outline: 0;
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
	.con_main .box_map .btn_map {
		width: 33%;
		right: 13%;
		bottom: 14%;
	}
}

@media print {
	.con_main .box_map .btn_map {
		width: 33%;
		right: 13%;
		bottom: 14%;
	}
}

.ie8 .con_main .box_map .btn_map {
	width: 33%;
	right: 13%;
	bottom: 14%;
}

/* -----------------------------------------------------------
	con_intro
----------------------------------------------------------- */
.con_intro {
	position: relative;
	padding-top: 100px;
	z-index: 2;
}

@media only screen and (max-width: 1024px) {
	.con_intro {
		padding-top: 0;
	}
}

.con_intro .box_top {
	position: relative;
}

.con_intro .box_top .img_wave_1 {
	position: absolute;
	right: 0;
	top: 32%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	max-width: 70%;
}

.con_intro .box_top .box_main {
	position: relative;
	max-width: 82.8125%;
}

@media only screen and (max-width: 1260px) {
	.con_intro .box_top .box_main {
		max-width: 92%;
	}
}

@media print {
	.con_intro .box_top .box_main {
		max-width: 92%;
	}
}

.ie8 .con_intro .box_top .box_main {
	max-width: 92%;
}

@media only screen and (max-width: 1024px) {
	.con_intro .box_top .box_main {
		max-width: 100%;
	}
}

.con_intro .box_top .box_main .st_lg_01 {
	position: absolute;
	left: 3.77358%;
	top: -35px;
}

@media only screen and (max-width: 1260px) {
	.con_intro .box_top .box_main .st_lg_01 {
		left: 2%;
	}
}

@media print {
	.con_intro .box_top .box_main .st_lg_01 {
		left: 2%;
	}
}

.ie8 .con_intro .box_top .box_main .st_lg_01 {
	left: 2%;
}

@media only screen and (max-width: 767px) {
	.con_intro .box_top .box_main .st_lg_01 {
		top: 3%;
	}
}

.con_intro .box_top .box_main .btn_map {
	position: absolute;
	left: 38%;
	bottom: 25%;
	width: 16%;
	outline: 0;
}

@media only screen and (max-width: 1024px) {
	.con_intro .box_top .box_main .btn_map {
		width: auto;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .box_top .box_main .btn_map {
		left: 46%;
		width: 53%;
	}
}

@media only screen and (max-width: 1024px) {
	.con_intro .box_top .box_main .box_thumb {
		position: relative;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .box_top .box_main .box_thumb {
		margin-bottom: 1.5em;
	}
}

.con_intro .box_top .box_main .box_thumb .img_thumb {
	width: 100%;
}

.con_intro .box_top .box_main .box_txt {
	position: absolute;
	right: 2%;
	bottom: 16%;
	width: 41%;
}

@media only screen and (max-width: 1260px) {
	.con_intro .box_top .box_main .box_txt {
		bottom: 5%;
	}
}

@media print {
	.con_intro .box_top .box_main .box_txt {
		bottom: 5%;
	}
}

.ie8 .con_intro .box_top .box_main .box_txt {
	bottom: 5%;
}

@media only screen and (max-width: 1024px) {
	.con_intro .box_top .box_main .box_txt {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		width: 95%;
		margin: auto;
	}
}

.con_intro .box_top .box_main .box_txt .st_lg_02_white {
	text-align: left;
}

@media only screen and (max-width: 767px) {
	.con_intro .box_top .box_main .box_txt .st_lg_02_white {
		text-align: center;
	}
}

.con_intro .box_top .box_main .box_txt .st_lg_02_white .en {
	color: #6ac6d7;
}

@media only screen and (max-width: 767px) {
	.con_intro .box_top .box_main .box_txt .st_lg_02_white .jp_sm {
		text-align: left;
	}
}

.con_intro .box_history {
	position: relative;
	padding: 60px 0 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_intro .box_history {
		padding: 50px 0 40px;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .box_history {
		padding: 1.5em 0;
	}
}

.con_intro .box_history .box_inner {
	position: relative;
	max-width: 1120px;
	margin: auto;
}

.con_intro .box_history .box_txt {
	max-width: 420px;
	margin-left: 6%;
}

@media only screen and (max-width: 1024px) {
	.con_intro .box_history .box_txt {
		max-width: 45%;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .box_history .box_txt {
		max-width: 95%;
		margin: auto;
	}
}

.con_intro .box_history .box_txt .txt_title {
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	font-size: 250%;
	line-height: 1.47368;
	font-weight: normal;
	color: #fff;
	margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_intro .box_history .box_txt .txt_title {
		font-size: 179%;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .box_history .box_txt .txt_title {
		font-size: 143%;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .box_history .box_txt .txt_title {
		margin-bottom: .5em;
		text-align: center;
	}
}

.con_intro .box_history .box_txt .img_sailboat {
	position: absolute;
	right: 0;
	bottom: -10%;
	left: auto;
	top: auto;
	max-width: 57%;
}

@media only screen and (max-width: 1400px) {
	.con_intro .box_history .box_txt .img_sailboat {
		max-width: 53%;
	}
}

@media print {
	.con_intro .box_history .box_txt .img_sailboat {
		max-width: 53%;
	}
}

.ie8 .con_intro .box_history .box_txt .img_sailboat {
	max-width: 53%;
}

@media only screen and (max-width: 1024px) {
	.con_intro .box_history .box_txt .img_sailboat {
		max-width: 48%;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .box_history .box_txt .img_sailboat {
		position: relative;
		left: auto;
		right: auto;
		top: -2em;
		bottom: auto;
		text-align: right;
		max-width: 100%;
		margin-bottom: -1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .box_history .box_txt .img_sailboat img {
		max-width: 85%;
	}
}

.con_intro .box_history .box_txt .txt {
	font-size: 129%;
	color: #fff;
}

@media only screen and (min-width: 768px) {
	.con_intro .box_history .box_txt .txt {
		line-height: 1.94444;
	}
}

@media print {
	.con_intro .box_history .box_txt .txt {
		line-height: 1.94444;
	}
}

.ie8 .con_intro .box_history .box_txt .txt {
	line-height: 1.94444;
}

@media only screen and (max-width: 767px) {
	.con_intro .box_history .box_txt .txt {
		font-size: 100%;
	}
}

.con_intro .box_btn_map {
	width: 95%;
	text-align: center;
	margin: auto;
}

.con_intro .box_btn_map a {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	-webkit-transform: translate(16%, 0);
	-moz-transform: translate(16%, 0);
	-ms-transform: translate(16%, 0);
	-o-transform: translate(16%, 0);
	transform: translate(16%, 0);
}

@media only screen and (max-width: 1400px) {
	.con_intro .box_btn_map a {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@media print {
	.con_intro .box_btn_map a {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

.ie8 .con_intro .box_btn_map a {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.con_intro .box_btn_map a img {
	max-width: 80%;
}

@media only screen and (max-width: 767px) {
	.con_intro .box_btn_map a img {
		max-width: 100%;
	}
}

/* -----------------------------------------------------------
	con_enjoy
----------------------------------------------------------- */
.con_enjoy {
	position: relative;
	overflow: visible;
	padding: 180px 0;
}

@media only screen and (max-width: 1600px) {
	.con_enjoy {
		padding: 180px 0 130px;
	}
}

@media print {
	.con_enjoy {
		padding: 180px 0 130px;
	}
}

.ie8 .con_enjoy {
	padding: 180px 0 130px;
}

@media only screen and (max-width: 1024px) {
	.con_enjoy {
		padding: 120px 0 90px;
	}
}

@media only screen and (max-width: 767px) {
	.con_enjoy {
		padding: 7em 0 2.5em;
	}
}

.con_enjoy .bg {
	display: block;
	position: absolute;
	left: 0;
	top: -3%;
	right: 0;
	bottom: 0;
	width: auto;
	height: auto;
	background: url(../images/home/bg_cave-pc.png) no-repeat left top;
	background-size: 100% 100%;
}

@media only screen and (max-width: 1400px) {
	.con_enjoy .bg {
		top: 30px;
	}
}

@media print {
	.con_enjoy .bg {
		top: 30px;
	}
}

.ie8 .con_enjoy .bg {
	top: 30px;
}

@media only screen and (max-width: 1024px) {
	.con_enjoy .bg {
		top: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_enjoy .bg {
		background-image: url(../images/home/bg_cave-sp.png);
	}
}

.con_enjoy .img_wave_1 {
	position: absolute;
	left: 0;
	top: -90px;
	max-width: 30%;
}

@media only screen and (max-width: 1400px) {
	.con_enjoy .img_wave_1 {
		top: -60px;
	}
}

@media print {
	.con_enjoy .img_wave_1 {
		top: -60px;
	}
}

.ie8 .con_enjoy .img_wave_1 {
	top: -60px;
}

@media only screen and (max-width: 1260px) {
	.con_enjoy .img_wave_1 {
		top: -30px;
	}
}

@media print {
	.con_enjoy .img_wave_1 {
		top: -30px;
	}
}

.ie8 .con_enjoy .img_wave_1 {
	top: -30px;
}

@media only screen and (max-width: 1024px) {
	.con_enjoy .img_wave_1 {
		top: 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_enjoy .img_wave_1 {
		top: 1em;
		max-width: 46%;
	}
}

.con_enjoy .img_wave_2 {
	position: absolute;
	right: 0;
	top: 20px;
	max-width: 32%;
}

@media only screen and (max-width: 1024px) {
	.con_enjoy .img_wave_2 {
		top: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_enjoy .img_wave_2 {
		top: 2em;
		max-width: 40%;
	}
}

.con_enjoy .foot_style {
	position: absolute;
	bottom: 4%;
	left: 3%;
	width: 360px;
	height: 150px;
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	-o-transform-origin: left bottom;
	transform-origin: left bottom;
}

@media only screen and (max-width: 1024px) {
	.con_enjoy .foot_style {
		bottom: 0;
		-webkit-transform: scale(0.6) translate(-30%, 10%);
		-moz-transform: scale(0.6) translate(-30%, 10%);
		-ms-transform: scale(0.6) translate(-30%, 10%);
		-o-transform: scale(0.6) translate(-30%, 10%);
		transform: scale(0.6) translate(-30%, 10%);
	}
}

.con_enjoy .st_lg_01 {
	position: absolute;
	left: 3%;
	top: 50px;
	text-align: left;
	z-index: 1;
}

@media only screen and (max-width: 1260px) {
	.con_enjoy .st_lg_01 {
		left: 2.5%;
	}
}

@media print {
	.con_enjoy .st_lg_01 {
		left: 2.5%;
	}
}

.ie8 .con_enjoy .st_lg_01 {
	left: 2.5%;
}

@media only screen and (max-width: 1024px) {
	.con_enjoy .st_lg_01 {
		top: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.con_enjoy .st_lg_01 {
		top: 0;
	}
}

.con_enjoy .box_wrp {
	position: relative;
	overflow: hidden;
}

.con_enjoy .box_main {
	width: 74%;
	max-width: 1400px;
	margin: auto;
}

@media only screen and (max-width: 1800px) {
	.con_enjoy .box_main {
		width: 70%;
	}
}

@media print {
	.con_enjoy .box_main {
		width: 70%;
	}
}

.ie8 .con_enjoy .box_main {
	width: 70%;
}

@media only screen and (max-width: 1024px) {
	.con_enjoy .box_main {
		width: 60%;
	}
}

@media only screen and (max-width: 767px) {
	.con_enjoy .box_main {
		width: 95%;
	}
}

@media only screen and (max-width: 1024px) {
	.con_enjoy .box_title_top {
		width: 120%;
	}
}

@media only screen and (max-width: 767px) {
	.con_enjoy .box_title_top {
		width: 100%;
	}
}

.con_enjoy .st_lg_02 {
	text-align: left;
	margin-bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_enjoy .st_lg_02 {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.con_enjoy .st_lg_02 {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_enjoy .st_lg_02 {
		padding-top: 2em;
		padding-left: 6em;
	}
}

.con_enjoy .box_list {
	position: relative;
	clear: both;
}

@media only screen and (max-width: 767px) {
	.con_enjoy .box_list {
		margin-top: 3em;
	}
}

.con_enjoy .box_list > * {
	position: relative;
}

.con_enjoy .box_list:before {
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 115%;
	height: 80%;
	background: rgba(106, 198, 215, 0.3);
}

@media only screen and (max-width: 767px) {
	.con_enjoy .box_list:before {
		height: 87%;
	}
}

.con_enjoy .box_list .list {
	outline: 0;
	margin: 0 -25px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_enjoy .box_list .list {
		margin: 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_enjoy .box_list .list {
		margin: -4em 0 0;
	}
}

@media only screen and (max-width: 1024px) {
	.con_enjoy .box_list .list {
		padding-top: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_enjoy .box_list .list {
		padding-top: 2.5em;
	}
}

.con_enjoy .box_list .list .item {
	width: 25%;
	padding: 0 25px;
	margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_enjoy .box_list .list .item {
		padding: 0 25px;
	}
}

@media only screen and (max-width: 767px) {
	.con_enjoy .box_list .list .item {
		padding: 0 1.7em;
	}
}

@media only screen and (max-width: 1024px) {
	.con_enjoy .box_list .list .item {
		width: 50%;
	}
}

@media only screen and (max-width: 767px) {
	.con_enjoy .box_list .list .item {
		margin: 4em 0 0;
	}
}

.con_enjoy .box_list .list .item:nth-child(2n) {
	padding-top: 60px;
}

@media only screen and (max-width: 1024px) {
	.con_enjoy .box_list .list .item:nth-child(2n) {
		padding-top: 0;
	}
}

.con_enjoy .box_list .list .item.item_yellow .st_title_2nd:before, .con_enjoy .box_list .list .item.item_yellow .st_title_2nd:after {
	background: #fff62d;
}

.con_enjoy .box_list .list .item .item_inner {
	position: relative;
}

.con_enjoy .box_list .list .item .number {
	display: block;
	position: absolute;
	left: -20px;
	top: -45px;
	font-family: "Playfair Display", serif;
	font-size: 500%;
	font-weight: normal;
	color: #6ac6d7;
	line-height: 1;
}

@media only screen and (max-width: 1400px) {
	.con_enjoy .box_list .list .item .number {
		font-size: 429%;
	}
}

@media print {
	.con_enjoy .box_list .list .item .number {
		font-size: 429%;
	}
}

.ie8 .con_enjoy .box_list .list .item .number {
	font-size: 429%;
}

@media only screen and (max-width: 1024px) {
	.con_enjoy .box_list .list .item .number {
		top: -30px;
		font-size: 358%;
	}
}

@media only screen and (max-width: 767px) {
	.con_enjoy .box_list .list .item .number {
		left: -0.5em;
		top: -0.7em;
		font-size: 258%;
	}
}

.con_enjoy .box_list .list .item .number em {
	display: inline-block;
	vertical-align: middle;
}

.con_enjoy .box_list .list .item .thumb img {
	width: 100%;
}

.con_enjoy .box_list .list .item .thumb span {
	display: block;
	font-size: 100%;
	letter-spacing: -0.11em;
	color: #0c0c0c;
	margin-top: 0.6em;
}

@media only screen and (max-width: 767px) {
	.con_enjoy .box_list .list .item .thumb span {
		font-size: 79%;
	}
}

.con_enjoy .box_list .list .item .st_title_2nd {
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: translate(-20px, -20px);
	-moz-transform: translate(-20px, -20px);
	-ms-transform: translate(-20px, -20px);
	-o-transform: translate(-20px, -20px);
	transform: translate(-20px, -20px);
	display: inline-block;
	vertical-align: middle;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
	-webkit-text-orientation: upright;
	-moz-text-orientation: upright;
	-ms-text-orientation: upright;
	-o-text-orientation: upright;
	text-orientation: upright;
	text-align: left;
	white-space: nowrap;
	font-size: 172%;
	color: #1a1a1a;
	background: #fff;
	padding: 0.6em;
}

@media only screen and (max-width: 1400px) {
	.con_enjoy .box_list .list .item .st_title_2nd {
		font-size: 143%;
		-webkit-transform: translate(0, -20px);
		-moz-transform: translate(0, -20px);
		-ms-transform: translate(0, -20px);
		-o-transform: translate(0, -20px);
		transform: translate(0, -20px);
	}
}

@media print {
	.con_enjoy .box_list .list .item .st_title_2nd {
		font-size: 143%;
		-webkit-transform: translate(0, -20px);
		-moz-transform: translate(0, -20px);
		-ms-transform: translate(0, -20px);
		-o-transform: translate(0, -20px);
		transform: translate(0, -20px);
	}
}

.ie8 .con_enjoy .box_list .list .item .st_title_2nd {
	font-size: 143%;
	-webkit-transform: translate(0, -20px);
	-moz-transform: translate(0, -20px);
	-ms-transform: translate(0, -20px);
	-o-transform: translate(0, -20px);
	transform: translate(0, -20px);
}

@media only screen and (max-width: 1260px) {
	.con_enjoy .box_list .list .item .st_title_2nd {
		font-size: 129%;
	}
}

@media print {
	.con_enjoy .box_list .list .item .st_title_2nd {
		font-size: 129%;
	}
}

.ie8 .con_enjoy .box_list .list .item .st_title_2nd {
	font-size: 129%;
}

@media only screen and (max-width: 1024px) {
	.con_enjoy .box_list .list .item .st_title_2nd {
		-webkit-transform: translate(-10px, -20px);
		-moz-transform: translate(-10px, -20px);
		-ms-transform: translate(-10px, -20px);
		-o-transform: translate(-10px, -20px);
		transform: translate(-10px, -20px);
		padding: 0.6em 0.4em;
	}
}

@media only screen and (max-width: 767px) {
	.con_enjoy .box_list .list .item .st_title_2nd {
		font-size: 93%;
		-webkit-transform: translate(0.5em, -0.5em);
		-moz-transform: translate(0.5em, -0.5em);
		-ms-transform: translate(0.5em, -0.5em);
		-o-transform: translate(0.5em, -0.5em);
		transform: translate(0.5em, -0.5em);
	}
}

.con_enjoy .box_list .list .item .st_title_2nd:before, .con_enjoy .box_list .list .item .st_title_2nd:after {
	display: block;
	content: '';
	position: absolute;
	background: #3277ab;
}

.con_enjoy .box_list .list .item .st_title_2nd:before {
	left: 100%;
	top: 5px;
	width: 5px;
	height: 100%;
}

.con_enjoy .box_list .list .item .st_title_2nd:after {
	left: 5px;
	top: 100%;
	width: 100%;
	height: 5px;
}

.con_enjoy .box_list .list .item .st_title_2nd em {
	color: #3277ab;
}

.con_enjoy .box_list .slick-dots {
	position: relative;
	left: 0;
	right: auto;
	top: auto;
	bottom: auto;
	width: 100%;
	text-align: center;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.con_enjoy .box_list .slick-dots {
		padding-top: 1em;
	}
}

.con_enjoy .box_list .slick-dots li {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	padding: 0;
	margin: 0 5px;
}

.con_enjoy .box_list .slick-dots li button {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	text-indent: -9999px;
	color: transparent;
	background: #c8c9cb;
	border: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.con_enjoy .box_list .slick-dots li.slick-active button {
	background: #3376ab;
}

/* -----------------------------------------------------------
	con_course
----------------------------------------------------------- */
.con_course {
	position: relative;
	overflow: visible;
}

@media only screen and (max-width: 767px) {
	.con_course {
		background: #fff url(../images/common/bg_pattern_01.png) repeat left top;
	}
}

.con_course .foot_style {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

@media only screen and (max-width: 1024px) {
	.con_course .foot_style {
		display: none;
	}
}

.con_course .box_wrp {
	position: relative;
	overflow: hidden;
	padding-bottom: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_course .box_wrp {
		padding-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.con_course .box_wrp {
		padding-bottom: 1.5em;
	}
}

.con_course .box_wrp:before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	width: 120%;
	height: 100%;
	-webkit-transform: rotate(-11deg);
	-moz-transform: rotate(-11deg);
	-ms-transform: rotate(-11deg);
	-o-transform: rotate(-11deg);
	transform: rotate(-11deg);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
	background: #fff url(../images/common/bg_pattern_01.png) repeat left top;
}

@media only screen and (max-width: 767px) {
	.con_course .box_wrp:before {
		display: none;
	}
}

.con_course .box_main {
	position: relative;
	z-index: 2;
	max-width: 85.41667%;
	margin: auto;
}

@media only screen and (max-width: 1260px) {
	.con_course .box_main {
		max-width: 95%;
	}
}

@media print {
	.con_course .box_main {
		max-width: 95%;
	}
}

.ie8 .con_course .box_main {
	max-width: 95%;
}

@media only screen and (max-width: 1024px) {
	.con_course .box_main {
		max-width: 100%;
	}
}

.con_course .box_thumb {
	position: relative;
	display: table;
	width: 100%;
	text-align: center;
	margin: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_course .box_thumb {
		width: auto;
	}
}

.con_course .box_thumb .img_thumb {
	width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_course .box_thumb .img_thumb {
		width: auto;
	}
}

.con_course .box_thumb .img_lets_enjoy {
	position: absolute;
	left: 10%;
	top: 9%;
	max-width: 20%;
}

@media only screen and (max-width: 1600px) {
	.con_course .box_thumb .img_lets_enjoy {
		top: 5%;
	}
}

@media print {
	.con_course .box_thumb .img_lets_enjoy {
		top: 5%;
	}
}

.ie8 .con_course .box_thumb .img_lets_enjoy {
	top: 5%;
}

.con_course .box_thumb .img_culture {
	position: absolute;
	left: 45%;
	top: 5%;
}

@media only screen and (max-width: 1024px) {
	.con_course .box_thumb .img_culture {
		left: 24%;
		top: 3%;
		max-width: 25%;
	}
}

.con_course .box_thumb .img_gourmet {
	position: absolute;
	right: 11%;
	top: 36%;
}

.con_course .box_thumb .img_photo_spot {
	position: absolute;
	left: 72%;
	top: 60%;
}

@media only screen and (max-width: 1024px) {
	.con_course .box_thumb .img_photo_spot {
		top: 66%;
		left: auto;
		right: 3%;
		max-width: 33%;
	}
}

.con_course .box_detail {
	position: relative;
	top: -60px;
	background: #fff;
	width: 54.26829%;
	-webkit-box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.1);
	padding: 40px 30px;
	margin: 0 auto -60px;
}

@media only screen and (max-width: 1260px) {
	.con_course .box_detail {
		width: 85%;
		top: -40px;
		margin-bottom: -40px;
	}
}

@media print {
	.con_course .box_detail {
		width: 85%;
		top: -40px;
		margin-bottom: -40px;
	}
}

.ie8 .con_course .box_detail {
	width: 85%;
	top: -40px;
	margin-bottom: -40px;
}

@media only screen and (max-width: 1024px) {
	.con_course .box_detail {
		width: 85%;
		max-width: 680px;
	}
}

@media only screen and (max-width: 767px) {
	.con_course .box_detail {
		width: 95%;
		top: -2em;
		padding: 1.5em 1em;
		margin-bottom: -2em;
	}
}

.con_course .box_detail .txt {
	font-size: 129%;
	text-align: center;
	margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
	.con_course .box_detail .txt {
		line-height: 1.66667;
	}
}

@media print {
	.con_course .box_detail .txt {
		line-height: 1.66667;
	}
}

.ie8 .con_course .box_detail .txt {
	line-height: 1.66667;
}

@media only screen and (max-width: 767px) {
	.con_course .box_detail .txt {
		font-size: 100%;
		line-height: 1.75;
		text-align: left;
		margin-bottom: 1.5em;
	}
}

/* -----------------------------------------------------------
	con_gallery
----------------------------------------------------------- */
.con_gallery {
	position: relative;
	overflow: hidden;
}

.con_gallery > * {
	position: relative;
}

.con_gallery:before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 150%;
	height: 84%;
	-webkit-transform: rotate(-11deg) translate(-20%, 0);
	-moz-transform: rotate(-11deg) translate(-20%, 0);
	-ms-transform: rotate(-11deg) translate(-20%, 0);
	-o-transform: rotate(-11deg) translate(-20%, 0);
	transform: rotate(-11deg) translate(-20%, 0);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
	background: #fff url(../images/common/bg_pattern_01.png) repeat left top;
}

@media only screen and (max-width: 767px) {
	.con_gallery:before {
		display: none;
	}
}

.con_gallery .foot_style {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top;
}

@media only screen and (max-width: 1024px) {
	.con_gallery .foot_style {
		display: block;
		-webkit-transform: scale(0.6);
		-moz-transform: scale(0.6);
		-ms-transform: scale(0.6);
		-o-transform: scale(0.6);
		transform: scale(0.6);
	}
}

@media only screen and (max-width: 767px) {
	.con_gallery .foot_style {
		-webkit-transform: scale(0.6) translate(40%, 0);
		-moz-transform: scale(0.6) translate(40%, 0);
		-ms-transform: scale(0.6) translate(40%, 0);
		-o-transform: scale(0.6) translate(40%, 0);
		transform: scale(0.6) translate(40%, 0);
	}
}

.con_gallery .box_title_top {
	padding: 80px 0 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_gallery .box_title_top {
		padding: 30px 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_gallery .box_title_top {
		padding: 2em 0 1.5em;
	}
}

@media only screen and (max-width: 767px) {
	.con_gallery .box_title_top {
		background: #fff url(../images/common/bg_pattern_01.png) repeat left top;
	}
}

.con_gallery .box_title_top .st_lg_02 {
	position: relative;
}

.con_gallery .box_slide_wrp {
	margin-bottom: 70px;
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_gallery .box_slide_wrp {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_gallery .box_slide_wrp {
		margin-bottom: 1.5em;
	}
}

.con_gallery .box_slide_wrp .btn_movie {
	z-index: 100;
	position: absolute;
	right: 15%;
	bottom: 0;
	outline: 0;
	-webkit-transform: translate(10%, 30%);
	-moz-transform: translate(10%, 30%);
	-ms-transform: translate(10%, 30%);
	-o-transform: translate(10%, 30%);
	transform: translate(10%, 30%);
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_gallery .box_slide_wrp .btn_movie {
		right: 8%;
	}
}

@media only screen and (max-width: 767px) {
	.con_gallery .box_slide_wrp .btn_movie {
		right: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_gallery .box_slide_wrp .btn_movie {
		max-width: 18%;
	}
}

@media only screen and (max-width: 767px) {
	.con_gallery .box_slide_wrp .btn_movie {
		-webkit-transform: translate(0, 20%);
		-moz-transform: translate(0, 20%);
		-ms-transform: translate(0, 20%);
		-o-transform: translate(0, 20%);
		transform: translate(0, 20%);
		max-width: 30%;
	}
}

.con_gallery .box_slide_wrp .slide_wraper {
	max-width: 1240px;
	margin: auto;
}

@media only screen and (max-width: 1600px) {
	.con_gallery .box_slide_wrp .slide_wraper {
		max-width: 90%;
	}
}

@media print {
	.con_gallery .box_slide_wrp .slide_wraper {
		max-width: 90%;
	}
}

.ie8 .con_gallery .box_slide_wrp .slide_wraper {
	max-width: 90%;
}

@media only screen and (max-width: 1400px) {
	.con_gallery .box_slide_wrp .slide_wraper {
		max-width: 80%;
	}
}

@media print {
	.con_gallery .box_slide_wrp .slide_wraper {
		max-width: 80%;
	}
}

.ie8 .con_gallery .box_slide_wrp .slide_wraper {
	max-width: 80%;
}

@media only screen and (max-width: 767px) {
	.con_gallery .box_slide_wrp .slide_wraper {
		max-width: 100%;
	}
}

.con_gallery .box_slide_wrp .slick-list {
	overflow: visible;
	padding: 0 !important;
}

.con_gallery .box_slide_wrp .slick-slide {
	position: relative;
	outline: 0;
	padding: 0 40px;
}

@media only screen and (max-width: 1600px) {
	.con_gallery .box_slide_wrp .slick-slide {
		padding: 0 30px;
	}
}

@media print {
	.con_gallery .box_slide_wrp .slick-slide {
		padding: 0 30px;
	}
}

.ie8 .con_gallery .box_slide_wrp .slick-slide {
	padding: 0 30px;
}

@media only screen and (max-width: 1260px) {
	.con_gallery .box_slide_wrp .slick-slide {
		padding: 0 20px;
	}
}

@media print {
	.con_gallery .box_slide_wrp .slick-slide {
		padding: 0 20px;
	}
}

.ie8 .con_gallery .box_slide_wrp .slick-slide {
	padding: 0 20px;
}

@media only screen and (max-width: 767px) {
	.con_gallery .box_slide_wrp .slick-slide {
		padding: 0;
	}
}

.con_gallery .box_slide_wrp .slick-slide .img_thumb {
	width: 100%;
}

.con_gallery .box_slide_wrp .slick-slide.slick-current .btn_popup {
	opacity: 1;
}

.con_gallery .box_slide_wrp .slick-arrow {
	display: block;
	position: absolute;
	top: 50%;
	bottom: auto;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 67px;
	height: 135px;
	border: 0 none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0;
	text-indent: -9999px;
	cursor: pointer;
	padding: 0;
	z-index: 10;
}

@media only screen and (max-width: 1024px) {
	.con_gallery .box_slide_wrp .slick-arrow {
		width: 40px;
		height: 80.59701px;
	}
}

@media only screen and (max-width: 767px) {
	.con_gallery .box_slide_wrp .slick-arrow {
		width: 30px;
		height: 60.44776px;
	}
}

.con_gallery .box_slide_wrp .slick-arrow:active {
	opacity: 0.8;
}

.con_gallery .box_slide_wrp .slick-prev {
	left: 6%;
	right: auto;
	background: transparent url(../images/common/ic_arrow_left.png) no-repeat center center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

@media only screen and (max-width: 767px) {
	.con_gallery .box_slide_wrp .slick-prev {
		left: 3%;
	}
}

.con_gallery .box_slide_wrp .slick-next {
	right: 6%;
	left: auto;
	background: transparent url(../images/common/ic_arrow_right.png) no-repeat center center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

@media only screen and (max-width: 767px) {
	.con_gallery .box_slide_wrp .slick-next {
		right: 3%;
	}
}

.con_gallery .box_slide_wrp .slick-dots {
	display: table;
	position: absolute;
	left: 50%;
	bottom: 0;
	right: auto;
	top: auto;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: auto;
	text-align: center;
	white-space: nowrap;
}

@media only screen and (max-width: 767px) {
	.con_gallery .box_slide_wrp .slick-dots {
		left: 2.5%;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

.con_gallery .box_slide_wrp .slick-dots li {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0 4px;
}

.con_gallery .box_slide_wrp .slick-dots li button {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: auto;
	height: auto;
	font-family: "Oswald", sans-serif;
	font-size: 115%;
	color: #fff;
	background: transparent;
	border: 0 none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0;
	cursor: pointer;
	overflow: hidden;
	margin: 0;
	padding: 0 1em 1.5em;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_gallery .box_slide_wrp .slick-dots li button {
		padding: 0 0.5em 1.5em;
	}
}

@media only screen and (max-width: 767px) {
	.con_gallery .box_slide_wrp .slick-dots li button {
		padding: 0 0.4em 1.5em;
	}
}

.con_gallery .box_slide_wrp .slick-dots li button:before {
	display: block;
	content: '';
	position: absolute;
	left: 50%;
	top: 100%;
	height: 10000em;
	width: 1px;
	background: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.con_gallery .box_slide_wrp .slick-dots li.slick-active button:before {
	top: 60%;
}

.con_gallery .box_btn_bottom .btn {
	text-align: center;
}

/* -----------------------------------------------------------
	con_instagram
----------------------------------------------------------- */
.con_instagram {
	padding: 100px 0 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_instagram {
		padding: 50px 0 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_instagram {
		padding: 2.5em 0 0;
	}
}

.con_instagram .box_wrp {
	position: relative;
	max-width: 95%;
	margin: auto;
}

.con_instagram .st_title {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 12%;
	z-index: 1;
}

@media only screen and (max-width: 1024px) {
	.con_instagram .st_title {
		max-width: 16%;
	}
}

@media only screen and (max-width: 767px) {
	.con_instagram .st_title {
		max-width: 30%;
	}
}

.con_instagram .box_list ul:before, .con_instagram .box_list ul:after {
	content: " ";
	clear: both;
	display: table;
}

.con_instagram .box_list ul li {
	opacity: 0;
	float: left;
	width: 16.66667%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

@media only screen and (max-width: 767px) {
	.con_instagram .box_list ul li {
		width: 50%;
	}
}

.con_instagram .box_list ul li.active {
	opacity: 1;
}

.con_instagram .box_list ul li a {
	overflow: hidden;
	position: relative;
	display: block;
	height: 0;
	padding-top: 100%;
	text-decoration: none;
}

.con_instagram .box_list ul li a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #294a6c;
	z-index: 1;
	opacity: 0;
	transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.con_instagram .box_list ul li a:hover:before {
	opacity: 0.4;
}

.con_instagram .box_list ul li a:hover .txt {
	opacity: 1;
}

.con_instagram .box_list ul li a .photo {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.con_instagram .box_list ul li a .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	line-height: 1.3;
	color: #fbf6ef;
	text-align: center;
	transform: translate(-50%, -50%);
	z-index: 5;
	opacity: 0;
}

.con_instagram .box_list ul li a .txt p {
	display: inline-block;
	margin: 0 10px;
}

.con_instagram .box_list ul li a .txt p i {
	padding-right: 8px;
}

/* -----------------------------------------------------------
	con_info
----------------------------------------------------------- */
.con_info {
	position: relative;
	overflow: hidden;
	padding: 80px 0 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_info {
		padding: 50px 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_info {
		padding: 2.5em 0 1em;
	}
}

.con_info .img_wave_1 {
	position: absolute;
	right: 0;
	top: 440px;
	-webkit-transform: translate(0, -95%);
	-moz-transform: translate(0, -95%);
	-ms-transform: translate(0, -95%);
	-o-transform: translate(0, -95%);
	transform: translate(0, -95%);
	max-width: 32%;
}

@media only screen and (max-width: 1400px) {
	.con_info .img_wave_1 {
		top: 390px;
		max-width: 38%;
	}
}

@media print {
	.con_info .img_wave_1 {
		top: 390px;
		max-width: 38%;
	}
}

.ie8 .con_info .img_wave_1 {
	top: 390px;
	max-width: 38%;
}

@media only screen and (max-width: 1024px) {
	.con_info .img_wave_1 {
		top: 320px;
		max-width: 35%;
	}
}

@media only screen and (max-width: 767px) {
	.con_info .img_wave_1 {
		top: 17em;
		max-width: 40%;
	}
}

.con_info .bg {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	top: 440px;
	width: 100000%;
	height: 200%;
	-webkit-transform: rotate(9deg) translate(20%, 0);
	-moz-transform: rotate(9deg) translate(20%, 0);
	-ms-transform: rotate(9deg) translate(20%, 0);
	-o-transform: rotate(9deg) translate(20%, 0);
	transform: rotate(9deg) translate(20%, 0);
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top;
	background: #fff url(../images/common/bg_pattern_01.png) repeat left top;
}

@media only screen and (max-width: 1400px) {
	.con_info .bg {
		top: 390px;
	}
}

@media print {
	.con_info .bg {
		top: 390px;
	}
}

.ie8 .con_info .bg {
	top: 390px;
}

@media only screen and (max-width: 1024px) {
	.con_info .bg {
		top: 320px;
	}
}

@media only screen and (max-width: 767px) {
	.con_info .bg {
		top: 17em;
	}
}

.con_info .box_wrp {
	position: relative;
}

@media only screen and (min-width: 1025px) {
	.con_info .box_container {
		max-width: 1640px;
	}
}

@media print {
	.con_info .box_container {
		max-width: 1640px;
	}
}

.ie8 .con_info .box_container {
	max-width: 1640px;
}

@media only screen and (max-width: 1800px) {
	.con_info .box_container {
		width: 95%;
	}
}

@media print {
	.con_info .box_container {
		width: 95%;
	}
}

.ie8 .con_info .box_container {
	width: 95%;
}

.con_info .box_top {
	margin-bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_info .box_top {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_info .box_top {
		margin-bottom: 2.5em;
	}
}

.con_info .box_top .box_title_top {
	margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_info .box_top .box_title_top {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_info .box_top .box_title_top {
		margin-bottom: 3em;
	}
}

.con_info .box_top .box_main .box_bn {
	margin-bottom: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_info .box_top .box_main .box_bn {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_info .box_top .box_main .box_bn {
		margin-bottom: 2em;
	}
}

.con_info .box_top .box_main .box_bn ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}

.con_info .box_top .box_main .box_bn ul li {
	width: 49%;
	margin-right: 1%;
}

.con_info .box_top .box_main .box_bn ul li:last-child {
	margin-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_info .box_top .box_main .box_bn ul li {
		max-width: 100%;
		width: 49%;
	}
}

@media only screen and (max-width: 767px) {
	.con_info .box_top .box_main .box_bn ul li {
		width: 100%;
		margin-right: 0;
		text-align: center;
	}
	.con_info .box_top .box_main .box_bn ul li:last-child {
		margin-top: 25px;
	}
}

@media only screen and (max-width: 767px) {
	.con_info .box_top .box_main .box_bn ul li img {
		max-width: 90%;
	}
}

.con_info .box_top .box_main .col_news {
	width: 60%;
	padding-right: 20px;
}

@media only screen and (max-width: 767px) {
	.con_info .box_top .box_main .col_news {
		padding-right: 0;
		margin-bottom: 2.5em;
	}
}

.con_info .box_top .box_main .col_news .st_md_01 {
	margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
	.con_info .box_top .box_main .col_news .st_md_01 {
		margin-bottom: 0.5em;
	}
}

.con_info .box_top .box_main .col_news .box_list .list {
	margin-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_info .box_top .box_main .col_news .box_list .list {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_info .box_top .box_main .col_news .box_list .list {
		margin-bottom: 1.25em;
	}
}

@media only screen and (max-width: 767px) {
	.con_info .box_top .box_main .col_news .box_list .list {
		border-top: 1px solid #dbdbdb;
	}
}

.con_info .box_top .box_main .col_news .box_list .list .item {
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.con_info .box_top .box_main .col_news .box_list .list .item {
		border-bottom: 1px solid #dbdbdb;
		padding: 1em 0;
		margin: 0;
	}
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
	.con_info .box_top .box_main .col_news .box_list .list .item {
		padding: 0.75em 0;
	}
}

.con_info .box_top .box_main .col_news .box_list .list .item:last-child {
	margin-bottom: 0 !important;
}

.con_info .box_top .box_main .col_news .box_list .list .item a {
	display: block;
	position: relative;
	text-decoration: none;
	padding-right: 2em;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.con_info .box_top .box_main .col_news .box_list .list .item a:hover:before {
	right: 0;
}

.con_info .box_top .box_main .col_news .box_list .list .item a:before {
	opacity: 0.5;
	display: block;
	content: "\f488";
	font-family: "Ionicons";
	font-size: 150%;
	color: #3277ab;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.con_info .box_top .box_main .col_news .box_list .list .item .cell_img {
	width: 200px;
}

@media only screen and (max-width: 1024px) {
	.con_info .box_top .box_main .col_news .box_list .list .item .cell_img {
		width: 35%;
	}
}

.con_info .box_top .box_main .col_news .box_list .list .item .cell_detail {
	padding-top: 10px;
	padding-left: 25px;
}

@media only screen and (max-width: 767px) {
	.con_info .box_top .box_main .col_news .box_list .list .item .cell_detail {
		padding-top: 0;
		padding-left: 1em;
	}
}

.con_info .box_top .box_main .col_news .box_list .list .item .cell_detail .date_wrp {
	margin-bottom: 20px;
	margin-top: -.5em;
	margin-left: -.5em;
}

@media only screen and (max-width: 767px) {
	.con_info .box_top .box_main .col_news .box_list .list .item .cell_detail .date_wrp {
		margin-bottom: 0.5em;
	}
}

.con_info .box_top .box_main .col_news .box_list .list .item .cell_detail .date_wrp > * {
	display: inline-block;
	vertical-align: middle;
}

.con_info .box_top .box_main .col_news .box_list .list .item .cell_detail .date_wrp .date {
	font-size: 100%;
	color: #000;
	margin-top: .5em;
	margin-left: 1em;
}

@media only screen and (max-width: 767px) {
	.con_info .box_top .box_main .col_news .box_list .list .item .cell_detail .date_wrp .date {
		font-size: 86%;
	}
}

.con_info .box_top .box_main .col_news .box_list .list .item .cell_detail .date_wrp .date_txt {
	font-size: 79%;
	color: #fff;
	background: #ff9601;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	-ms-border-radius: 1em;
	-o-border-radius: 1em;
	border-radius: 1em;
	padding: 4px 15px;
	margin-top: .5em;
	margin-left: .5em;
}

@media only screen and (max-width: 767px) {
	.con_info .box_top .box_main .col_news .box_list .list .item .cell_detail .date_wrp .date_txt {
		margin-left: 0.25rem;
	}
}

.con_info .box_top .box_main .col_news .box_list .list .item .cell_detail .st_title_2nd {
	font-size: 129%;
	font-weight: normal;
	color: #3277ab;
}

@media only screen and (max-width: 767px) {
	.con_info .box_top .box_main .col_news .box_list .list .item .cell_detail .st_title_2nd {
		font-size: 108%;
	}
}

.con_info .box_top .box_main .col_news .box_list .list .item .cell_detail .txt {
	color: #000;
	margin-top: 10px;
}

@media only screen and (max-width: 767px) {
	.con_info .box_top .box_main .col_news .box_list .list .item .cell_detail .txt {
		display: none;
	}
}

.con_info .box_top .box_main .col_news .box_list .btn_more {
	text-align: right;
}

.con_info .box_top .box_main .col_social {
	width: 40%;
}

.con_info .box_top .box_main .col_social .box_iframe {
	text-align: right;
}

@media only screen and (max-width: 767px) {
	.con_info .box_top .box_main .col_social .box_iframe {
		width: 85%;
		text-align: center;
		margin: auto;
	}
}

@media only screen and (max-width: 767px) {
	.con_info .box_top .box_main .col_news,
	.con_info .box_top .box_main .col_social {
		width: 100%;
	}
}

.con_info .box_services {
	max-width: 600px;
	margin: auto;
}

.con_info .box_services .list {
	margin: 0 -15px;
}

@media only screen and (max-width: 767px) {
	.con_info .box_services .list {
		margin: 0;
	}
}

.con_info .box_services .list .item {
	width: 50%;
	padding: 0 15px;
}

@media only screen and (max-width: 767px) {
	.con_info .box_services .list .item {
		width: 100%;
		padding: 0;
		margin-bottom: 1.5em;
	}
}

.con_info .box_services .list .item a {
	display: block;
	text-decoration: none;
	width: 100%;
	height: 100%;
	font-size: 129%;
	line-height: 1.44444;
	color: #3277ab;
	background: #fff;
	border: 7px solid #ccdae9;
	text-align: center;
	padding: 30px 5px 25px;
}

@media only screen and (max-width: 767px) {
	.con_info .box_services .list .item a {
		display: table;
		font-size: 115%;
		border-width: 2px;
		text-align: left;
		padding: 1em;
	}
}

.con_info .box_services .list .item a > * {
	display: block;
}

@media only screen and (max-width: 767px) {
	.con_info .box_services .list .item a > * {
		display: table-cell;
		vertical-align: middle;
	}
}

.con_info .box_services .list .item a .txt_btn span {
	font-size: 89%;
}

.con_info .box_services .list .item .ic_btn {
	margin-bottom: 0.8em;
}

@media only screen and (max-width: 767px) {
	.con_info .box_services .list .item .ic_btn {
		width: 12%;
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_info .box_services .list .item .txt_btn {
		padding-left: 1em;
	}
}
