
@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : top_new.css
 author	: Ability Consultant
 style info : トップページ
=================================================================== */
@import url(//cdn.jsdelivr.net/fontawesome/4.7.0/css/font-awesome.min.css);
@media only screen and (min-width: 1200px) {
	body .view_tab-sp,
	body .view_tab {
		display: none !important;
	}
}

@media print {
	body .view_tab-sp,
	body .view_tab {
		display: none !important;
	}
}

@media only screen and (min-width: 737px) {
	body .view_sp {
		display: none !important;
	}
}

@media only screen and (max-width: 1199px) {
	body .view_pc {
		display: none !important;
	}
}

@media only screen and (max-width: 736px) {
	body .view_pc-tab,
	body .view_tab {
		display: none !important;
	}
}

html {
	font-size: 14px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif !important;
}

body {
	min-width: auto;
	background: #fff !important;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif !important;
}

i {
	font-style: normal;
}

em {
	color: #272727;
}

.color-frame-wrapper > div > div {
	padding-top: 0;
}

.section-wrapper {
	padding-bottom: 0;
}

.section-wrapper > div {
	max-width: 1200px;
}

@media only screen and (min-width: 737px) {
	.section-wrapper > div {
		padding: 0 !important;
		width: 93vw;
	}
}

@media only screen and (max-width: 736px) {
	.section-wrapper > div {
		padding: 0 5%;
	}
}

.elem-heading-lv2 {
	font-family: "BenchNine", sans-serif;
/*	margin-top: 150px !important; */
	margin-bottom: 70px;
	position: relative;
	z-index: 2;
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
/*	.elem-heading-lv2 {
 		margin-top: 140px !important;
	} */
}

@media only screen and (max-width: 736px) {
/*	.elem-heading-lv2 {
		margin-top: 5rem !important;
	} */
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	.elem-heading-lv2 {
		margin-bottom: 60px;
	}
}

@media only screen and (max-width: 736px) {
	.elem-heading-lv2 {
		margin-bottom: 1rem;
	}
}

.elem-heading-lv2 h2 span {
	letter-spacing: .01em;
	font-size: 286%;
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	.elem-heading-lv2 h2 span {
		font-size: 239%;
	}
}

@media only screen and (max-width: 736px) {
	.elem-heading-lv2 h2 span {
		font-size: 191%;
	}
}

.elem-heading-lv2 .sub-container--lower {
	margin-top: 0;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 172%;
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	.elem-heading-lv2 .sub-container--lower {
		font-size: 143%;
	}
}

@media only screen and (max-width: 736px) {
	.elem-heading-lv2 .sub-container--lower {
		font-size: 115%;
	}
}

.elem-heading-lv3 {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
}

.elem-heading-inquiry span,
.elem-inquiry-tel {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
}

.elem-btn {
	margin-top: 2rem;
	margin-bottom: 0;
	position: relative;
	z-index: 2;
}

@media only screen and (max-width: 736px) {
	.elem-btn {
		margin-top: 1rem;
	}
}

/* -----------------------------------------------------------
	.hero-wrapper
----------------------------------------------------------- */
.elem-topic-path + .hero-wrapper {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.hero-wrapper {
	margin-bottom: 0;
	margin-top: 0 !important;
}

@media only screen and (min-width: 1200px) {
	.hero-wrapper .hero-slide {
		min-height: 500px;
	}
}

@media print {
	.hero-wrapper .hero-slide {
		min-height: 500px;
	}
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	.hero-wrapper .hero-slide {
		height: auto !important;
		width: 100% !important;
	}
	.hero-wrapper .hero-slide img {
		height: auto !important;
		width: 100% !important;
	}
}

@media only screen and (max-width: 736px) {
	.hero-wrapper .hero-slide {
		min-height: 80vw !important;
		max-height: 100vw !important;
	}
}

@media only screen and (min-width: 1300px) and (max-width: 1500px) {
	.hero-wrapper .hero-slide .holder {
		overflow: hidden;
	}
	.hero-wrapper .hero-slide .holder img {
		position: relative;
		width: 130% !important;
		max-width: none;
		margin-left: -130% !important-100/2;
	}
}

@media only screen and (min-width: 1199px) and (max-width: 1300px) {
	.hero-wrapper .hero-slide .holder {
		overflow: hidden;
	}
	.hero-wrapper .hero-slide .holder img {
		position: relative;
		width: 150% !important;
		max-width: none;
		margin-left: -130% !important-100/2;
	}
}

@media only screen and (min-width: 1200px) {
	.hero-wrapper .hero-slide img {
		max-width: none;
		min-height: 500px;
	}
}

@media print {
	.hero-wrapper .hero-slide img {
		max-width: none;
		min-height: 500px;
	}
}

@media only screen and (min-width: 1300px) and (max-width: 1500px) {
	.hero-wrapper .hero-slide img {
		margin-left: -20%;
	}
}

@media only screen and (min-width: 1199px) and (max-width: 1300px) {
	.hero-wrapper .hero-slide img {
		margin-left: -30%;
	}
}

@media only screen and (max-width: 736px) {
	.hero-wrapper .hero-slide img {
		min-height: 80vw !important;
		max-height: 100vw !important;
	}
}

.hero-wrapper .swiper-pagination {
	max-width: 1200px;
	width: 95%;
	margin: auto;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	text-align: left;
}

@media only screen and (max-width: 736px) {
	.hero-wrapper .swiper-pagination {
		display: none;
	}
}

.hero-wrapper .swiper-pagination .swiper-pagination-bullet {
	width: 15.83333%;
	height: 6px;
	border-radius: 0;
	opacity: 1;
	background: #d9d9d9;
}

.hero-wrapper .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
	margin-left: 10px;
}

.hero-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #6490dc;
}

/* -----------------------------------------------------------
	イントロ部分 .color-frame-wrapper:first-child .sns_top
----------------------------------------------------------- */
.intro {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: 2560px;
	z-index: 2;
	margin-bottom: 260px;
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	.intro {
		margin-bottom: 60px;
	}
}

@media only screen and (max-width: 736px) {
	.intro {
		margin-bottom: 3rem;
	}
}

.intro:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 3100px;
	background: #fff;
	background: -moz-linear-gradient(#93b1be 0%, #93b1be 25%, #93b1be 50%, #fff 100%);
	background: -webkit-linear-gradient(#93b1be 0%, #93b1be 25%, #93b1be 50%, #fff 100%);
	background: -o-linear-gradient(#93b1be 0%, #93b1be 25%, #93b1be 50%, #fff 100%);
	background: -ms-linear-gradient(#93b1be 0%, #93b1be 25%, #93b1be 50%, #fff 100%);
	background: linear-gradient(#93b1be 0%, #93b1be 25%, #93b1be 50%, #fff 100%);
	z-index: -1;
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	.intro:before {
		height: 2800px;
	}
}

@media only screen and (max-width: 736px) {
	.intro:before {
		height: 2600px;
	}
}

@media only screen and (min-width: 737px) {
	.intro {
		max-width: 100vw;
	}
}

@media only screen and (max-width: 736px) {
	.intro {
		max-width: 111%;
	}
}

.intro .sns_top {
	max-width: 1200px;
	width: 95%;
	margin: auto;
	width: 93%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 100%;
	z-index: 2;
	text-align: right;
}

@media only screen and (max-width: 736px) {
	.intro .sns_top {
		display: none;
	}
}

.intro .sns_top ul {
	width: 18.33333%;
	padding: 10px 1.25%;
	background: #fff;
	text-align: center;
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	.intro .sns_top ul {
		width: 27%;
	}
}

.intro .sns_top ul li + li {
	margin-left: 8.18182%;
}

.intro .box_map {
	position: relative;
	left: 0;
	top: 0;
}

@media only screen and (min-width: 1200px) {
	.intro .box_map {
		width: 100vw;
	}
	.intro .box_map .wrap_text {
		position: absolute;
		left: 50%;
		transform: translateX(-300%);
		top: 0;
		height: 100%;
	}
	.intro .box_map .wrap_map {
		max-width: 1200px;
		width: 95%;
		margin: auto;
		width: 93%;
    padding: 15px 0 20px 3.5%;
	}
}

@media print {
	.intro .box_map {
		width: 100vw;
	}
	.intro .box_map .wrap_text {
		position: absolute;
		left: 50%;
		transform: translateX(-300%);
		top: 0;
		height: 100%;
	}
	.intro .box_map .wrap_map {
		max-width: 1200px;
		width: 95%;
		margin: auto;
		width: 93%;
	}
}

.intro .box_map .wrap_text {
	display: flex;
	justify-content: center;
	align-items: center;
}

.intro .box_map .wrap_text .text {
	line-height: 2.5;
	color: #fff;
	transform: rotate(90deg);
}

@media only screen and (max-width: 1199px) {
	.intro .box_map .wrap_text {
		display: none;
	}
}

.intro .box_map .wrap_map {
	background: #7fa0af;
	padding: 0 0 20px 50px;
	position: relative;
}




@media only screen and (max-width: 736px) {
	.intro .box_map .wrap_map {
		padding: 0 4% 1rem 4%;
	}
}

@media only screen and (max-width: 736px) {
	.intro .box_map .wrap_map ul {
		display: none;
	}
}

.intro .box_map .wrap_map ul li {
	position: absolute;
	z-index: 1;
}

.intro .box_map .wrap_map ul li:first-child {
	left: 620px;
	top: 340px;
}

.intro .box_map .wrap_map ul li:nth-child(2) {
	left: 700px;
	top: 590px;
}

.intro .box_map .wrap_map ul li:nth-child(3) {
	left: 380px;
	top: 600px;
}

.intro .box_map .wrap_map ul li:nth-child(4) {
	left: 520px;
	top: 665px;
}

.intro .box_map .wrap_map ul li:nth-child(5) {
	left: 660px;
	top: 810px;
}

.intro .box_map .wrap_map ul li:nth-child(6) {
	left: 860px;
	top: 660px;
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	.intro .box_map .wrap_map ul li:first-child {
		left: 39.24051%;
		top: 12%;
	}
	.intro .box_map .wrap_map ul li:nth-child(2) {
		left: 44.3038%;
		top: 43.33333%;
	}
	.intro .box_map .wrap_map ul li:nth-child(3) {
		left: 22.1519%;
		top: 42.66667%;
	}
	.intro .box_map .wrap_map ul li:nth-child(4) {
		left: 32.91139%;
		top: 52.33333%;
	}
	.intro .box_map .wrap_map ul li:nth-child(5) {
		left: 41.77215%;
		top: 70%;
	}
	.intro .box_map .wrap_map ul li:nth-child(6) {
		left: 54.43038%;
		top: 52%;
	}
}

.intro .box_map .wrap_map ul li > span {
	display: inline-block;
	padding: .2rem 1.5rem;
	cursor: pointer;
	color: #fff;
	border-radius: 2em;
	background: #003da5;
	border-bottom: solid 4px #6490dc;
	transition: background .5s ease;
}

.intro .box_map .wrap_map ul li > span:before, .intro .box_map .wrap_map ul li > span:after {
	font-family: FontAwesome;
	display: inline-block;
	vertical-align: baseline;
}

.intro .box_map .wrap_map ul li > span:after {
	content: "";
	margin-left: .5em;
}

.intro .box_map .wrap_map ul li > span:hover {
	background: #3364b7;
}

.intro .box_map .wrap_map ul li > span span {
	display: inline-block;
	vertical-align: middle;
}

.intro .box_map .wrap_map ul li > span span + span {
	margin-left: 0.5rem;
}

.intro .box_map .wrap_map ul li > span .en {
	font-family: "BenchNine", sans-serif;
	font-size: 172%;
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	.intro .box_map .wrap_map ul li > span .en {
		display: none;
	}
}

@media only screen and (min-width: 1200px) {
	.intro .box_map .wrap_map .img {
		min-width: 1500px;
		position: relative;
	}
	.intro .box_map .wrap_map .img:before {
		content: '';
		display: block;
		background: #7fa0af;
		position: absolute;
		left: 0;
		bottom: calc( -40px - 1.1rem);
		height: calc(40px + 1.1rem);
		width: 100%;
		z-index: 0;
	}
}

@media print {
	.intro .box_map .wrap_map .img {
		min-width: 1500px;
		position: relative;
	}
	.intro .box_map .wrap_map .img:before {
		content: '';
		display: block;
		background: #7fa0af;
		position: absolute;
		left: 0;
		bottom: calc( -40px - 1.1rem);
		height: calc(40px + 1.1rem);
		width: 100%;
		z-index: 0;
	}
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	.intro .box_map .wrap_map .img {
		overflow: hidden;
		height: 45vw;
		width: 100%;
	}
	.intro .box_map .wrap_map .img img {
		margin-top: -16vw;
	}
}

@media only screen and (max-width: 736px) {
	.intro .box_map .wrap_map .img {
		display: none;
	}
}

.intro .box_map .wrap_map .img img {
	width: 100%;
}


.intro .box_map .wrap_map .text {
	position: relative;
	z-index: 2;
	color: #fff;
}


@media only screen and (min-width: 737px) {
	.intro .box_map .wrap_map .text {
		margin-top: 0.5rem;
	}
}

@media only screen and (max-width: 736px) {
	.intro .box_map .wrap_map .text {
		padding-top: 1rem;
	}
}


@media only screen and (min-width: 737px) and (max-width: 1199px){
	.intro .box_map .wrap_map .text {
		padding-top: 1.5rem;
	}
}



.intro .box_map .wrap_map .text span {
	margin-right: .5rem;
	display: inline-block;
	vertical-align: middle;
	padding: .2rem .8rem;
	background: #b21818;
}

.intro .box_map .wrap_map .text span img {
	display: inline-block;
	margin-top: -.25rem;
	margin-right: .5rem;
}


@media only screen and (max-width: 1199px) {
.intro .box_map .wrap_map .text a {
	color: #fff;
	text-decoration: underline;
}
}


.intro .box_catch {
	width: 100vw;
	position: absolute;
	left: 0;
	top: 0;
}

@media only screen and (max-width: 1199px) {
	.intro .box_catch {
		position: relative;
		width: 100%;
	}
}

@media only screen and (max-width: 736px) {
	.intro .box_catch {
		padding: 5% 0;
	}
}

.intro .box_catch:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: 0;
	background: #e9f1f4;
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	.intro .box_catch:before {
		width: 100%;
	}
}

@media only screen and (max-width: 736px) {
	.intro .box_catch:before {
		width: 100%;
	}
}

.intro .box_catch .inner {
	padding: 50px;
	max-width: 1200px;
	width: 95%;
	margin: auto;
	width: 93%;
	background: #fff;
	position: relative;
	z-index: 1;
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	.intro .box_catch .inner {
		padding: 30px;
	}
}

@media only screen and (max-width: 736px) {
	.intro .box_catch .inner {
		padding: 1rem;
	}
}

@media only screen and (min-width: 1200px) {
	.intro .box_catch .inner {
		display: flex;
		justify-content: space-between;
	}
}

@media print {
	.intro .box_catch .inner {
		display: flex;
		justify-content: space-between;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1560px) {
	.intro .box_catch .inner {
		padding: 40px 30px;
	}
}

@media only screen and (max-width: 736px) {
	.intro .box_catch .inner {
		width: 92%;
	}
}

.intro .box_catch .inner .elem-heading-lv2 {
	margin: 0 !important;
}

@media only screen and (min-width: 1200px) {
	.intro .box_catch .inner .elem-heading-lv2 {
		text-align: right;
	}
}

@media print {
	.intro .box_catch .inner .elem-heading-lv2 {
		text-align: right;
	}
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	.intro .box_catch .inner .elem-heading-lv2 br {
		display: none;
	}
}

@media only screen and (max-width: 1199px) {
	.intro .box_catch .inner .elem-heading-lv2 {
		text-align: left;

	}
}

.intro .box_catch .inner .elem-heading-lv2 p {
	font-weight: bold;
}

.intro .box_catch .inner .text {
	font-size: 115%;
}

@media only screen and (min-width: 1200px) {
	.intro .box_catch .inner .text {
		line-height: 2;
	}
}

@media print {
	.intro .box_catch .inner .text {
		line-height: 2;
	}
}

@media only screen and (max-width: 1199px) {
	.intro .box_catch .inner .text {
		margin-top: 1rem;
	}
}

@media only screen and (max-width: 736px) {
	.intro .box_catch .inner .text {
		font-size: 100%;
	}
}

#obj_modalArea {
	max-width: 1270px;
}

#obj_modalArea > div {
	display: flex;
	justify-content: space-between;
	padding: 70px 80px;
	background: #fff;
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	#obj_modalArea > div {
		padding: 30px;
	}
}

@media only screen and (max-width: 736px) {
	#obj_modalArea > div {
		padding: 0;
	}
}

@media only screen and (min-width: 737px) {
	#obj_modalArea > div .img {
		width: 46.11111%;
	}
}

@media only screen and (min-width: 737px) {
	#obj_modalArea > div .wrap_text {
		width: 49.07407%;
	}
}

#obj_modalArea > div .wrap_text .st > * {
	display: block;
}

#obj_modalArea > div .wrap_text .st span {
	font-family: "BenchNine", sans-serif;
	font-size: 515%;
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	#obj_modalArea > div .wrap_text .st span {
		font-size: 429%;
	}
}

#obj_modalArea > div .wrap_text .st span i {
	position: relative;
}

#obj_modalArea > div .wrap_text .st span i:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 100%;
	height: 4px;
	background: #333;
}

#obj_modalArea > div .wrap_text .st em {
	font-size: 172%;
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	#obj_modalArea > div .wrap_text .st em {
		font-size: 143%;
	}
}

#obj_modalArea > div .wrap_text .text {
	margin-top: 60px;
	font-size: 115%;
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	#obj_modalArea > div .wrap_text .text {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 736px) {
	#obj_modalArea > div .wrap_text .text {
		margin-top: 0;
	}
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	#obj_modalArea > div .wrap_text .text {
		font-size: 108%;
	}
}

#obj_modalArea > div .wrap_text .btn {
	margin-top: 60px;
	text-align: right;
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	#obj_modalArea > div .wrap_text .btn {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 736px) {
	#obj_modalArea > div .wrap_text .btn {
		margin-top: 0;
	}
}

#obj_modalArea > div .wrap_text .btn a {
	display: inline-block;
	padding: 1.2rem 3rem;
	color: #fff;
	background: #000;
	text-decoration: none;
}

/* -----------------------------------------------------------
	サービスコンテンツ　.box_services
----------------------------------------------------------- */
.col_3 {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: 101.5%;
	z-index: 2;
}

@media only screen and (min-width: 1200px) {
	.col_3 {
		max-width: 95vw;
		width: 1525px;
	}
	.col_3 + .col_3 + .col_3 {
		max-width: 47.5vw;
		width: calc(1525px / 2 - .2em);
		display: inline-block;
		letter-spacing: -.3em;
	}
	.col_3 + .col_3 + .col_3 > div {
		padding: 1.4%;
		display: inline-block;
		letter-spacing: -.3em;
	}
	.col_3 + .col_3 + .col_3 .image-menu {
		letter-spacing: normal;
	}
	.col_3 + .col_3 + .col_3 .image-menu a {
		overflow: hidden;
	}
	.col_3 + .col_3 + .col_3 .image-menu a img {
		position: relative;
		width: 190%;
		max-width: none;
		margin-left: -130% !important-100/2;
	}
}

@media only screen and (min-width: 1200px) and (min-width: 1300px) and (max-width: 1500px) {
	.col_3 + .col_3 + .col_3 .image-menu a {
		overflow: hidden;
	}
	.col_3 + .col_3 + .col_3 .image-menu a img {
		position: relative;
		width: 220% !important;
		max-width: none;
		margin-left: -130% !important-100/2;
	}
}

@media only screen and (min-width: 1200px) and (min-width: 1100px) and (max-width: 1300px) {
	.col_3 + .col_3 + .col_3 .image-menu a {
		overflow: hidden;
	}
	.col_3 + .col_3 + .col_3 .image-menu a img {
		position: relative;
		width: 250% !important;
		max-width: none;
		margin-left: -130% !important-100/2;
	}
}

@media only screen and (min-width: 1200px) and (min-width: 900px) and (max-width: 1100px) {
	.col_3 + .col_3 + .col_3 .image-menu a {
		overflow: hidden;
	}
	.col_3 + .col_3 + .col_3 .image-menu a img {
		position: relative;
		width: 180% !important;
		max-width: none;
		margin-left: -130% !important-100/2;
	}
}

@media only screen and (min-width: 1200px) {
	.col_3 + .col_3 + .col_3 .image-menu a img {
		margin-left: -45%;
	}
	.col_3 + .col_3 + .col_3 .image-menu a p {
		left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (min-width: 1200px) and (min-width: 737px) and (max-width: 1199px) {
	.col_3 + .col_3 + .col_3 .image-menu a p {
		left: 10px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 736px) {
	.col_3 + .col_3 + .col_3 .image-menu a p {
		left: 1rem;
	}
}

@media only screen and (min-width: 1200px) and (min-width: 737px) and (max-width: 1199px) {
	.col_3 + .col_3 + .col_3 .image-menu a p {
		padding-right: 10px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 736px) {
	.col_3 + .col_3 + .col_3 .image-menu a p {
		padding-right: 1rem;
	}
}

@media only screen and (min-width: 1200px) {
	.col_3 + .col_3 + .col_3 .image-menu a p .image-menu-title {
		font-size: 215%;
	}
	.col_3 + .col_3 + .col_3 {
		transform: translateX(-100%);
	}
	.col_3 + .col_3 + .col_3 + .col_3 {
		transform: translateX(0);
		position: absolute;
		right: 0;
	}
}

@media print {
	.col_3 {
		max-width: 95vw;
		width: 1525px;
	}
	.col_3 + .col_3 + .col_3 {
		max-width: 47.5vw;
		width: calc(1525px / 2 - .2em);
		display: inline-block;
		letter-spacing: -.3em;
	}
	.col_3 + .col_3 + .col_3 > div {
		padding: 1.4%;
		display: inline-block;
		letter-spacing: -.3em;
	}
	.col_3 + .col_3 + .col_3 .image-menu {
		letter-spacing: normal;
	}
	.col_3 + .col_3 + .col_3 .image-menu a {
		overflow: hidden;
	}
	.col_3 + .col_3 + .col_3 .image-menu a img {
		position: relative;
		width: 190%;
		max-width: none;
		margin-left: -130% !important-100/2;
	}
	.col_3 + .col_3 + .col_3 .image-menu a img {
		margin-left: -45%;
	}
	.col_3 + .col_3 + .col_3 .image-menu a p {
		left: 15px;
		padding-right: 15px;
	}
	.col_3 + .col_3 + .col_3 .image-menu a p .image-menu-title {
		font-size: 215%;
	}
	.col_3 + .col_3 + .col_3 {
		transform: translateX(-100%);
	}
	.col_3 + .col_3 + .col_3 + .col_3 {
		transform: translateX(0);
		position: absolute;
		right: 0;
	}
}

@media only screen and (max-width: 736px) {
	.col_3 + .col_3 + .col_3 {
		width: 48.25%;
		display: inline-block;
		letter-spacing: -.3em;
		transform: translateX(-102%);
	}
	.col_3 + .col_3 + .col_3 + .col_3 {
		margin-left: 1.5%;
	}
	.col_3 + .col_3 + .col_3 > div {
		letter-spacing: normal;
	}
	.col_3 + .col_3 + .col_3 .image-menu a {
		overflow: hidden;
		height: 8rem;
	}
	.col_3 + .col_3 + .col_3 .image-menu a img {
		position: relative;
		width: 150%;
		max-width: none;
		margin-left: -130% !important-100/2;
	}
	.col_3 + .col_3 + .col_3 .image-menu a img {
		margin-left: -25%;
	}
	.col_3 + .col_3 + .col_3 .image-menu a p {
		display: block;
		padding-right: 15px;
		bottom: .5rem;
		line-height: 1.2;
	}
}

@media only screen and (max-width: 736px) and (min-width: 737px) and (max-width: 1199px) {
	.col_3 + .col_3 + .col_3 .image-menu a p {
		padding-right: 10px;
	}
}

@media only screen and (max-width: 736px) and (max-width: 736px) {
	.col_3 + .col_3 + .col_3 .image-menu a p {
		padding-right: 1rem;
	}
}

@media only screen and (max-width: 736px) {
	.col_3 + .col_3 + .col_3 .image-menu a p .image-menu-title {
		margin-bottom: 0.5rem;
		font-size: 158%;
	}
	.col_3 + .col_3 + .col_3 .image-menu a p span {
		display: block;
		transform: none;
	}
}

.col_3 > div {
	padding: .7%;
}

@media only screen and (max-width: 736px) {
	.col_3 > div {
		margin-top: .5rem;
	}
}

.col_3 .image-menu a {
	display: block;
	overflow: hidden;
	height: 240px;
}

.col_3 .image-menu a img {
	position: relative;
	width: 100%;
	max-width: none;
	margin-left: -130% !important-100/2;
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	.col_3 .image-menu a {
		height: 150px;
	}
}

@media only screen and (max-width: 736px) {
	.col_3 .image-menu a {
		height: 7rem;
	}
}

@media only screen and (min-width: 1300px) and (max-width: 1500px) {
	.col_3 .image-menu a {
		overflow: hidden;
	}
	.col_3 .image-menu a img {
		position: relative;
		width: 130% !important;
		max-width: none;
		margin-left: -130% !important-100/2;
	}
}

@media only screen and (min-width: 1100px) and (max-width: 1300px) {
	.col_3 .image-menu a {
		overflow: hidden;
	}
	.col_3 .image-menu a img {
		position: relative;
		width: 150% !important;
		max-width: none;
		margin-left: -130% !important-100/2;
	}
}

@media only screen and (min-width: 900px) and (max-width: 1100px) {
	.col_3 .image-menu a {
		overflow: hidden;
	}
	.col_3 .image-menu a img {
		position: relative;
		width: 180% !important;
		max-width: none;
		margin-left: -130% !important-100/2;
	}
}

@media only screen and (min-width: 737px) and (max-width: 967.5px) {
	.col_3 .image-menu a {
		overflow: hidden;
	}
	.col_3 .image-menu a img {
		position: relative;
		width: 180% !important;
		max-width: none;
		margin-left: -130% !important-100/2;
	}
}

.col_3 .image-menu a:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #263d62;
	opacity: .3;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.col_3 .image-menu a img {
	top: 50%;
	transform: translateY(-50%);
}

.col_3 .image-menu a p {
	transform: none;
	top: auto;
	left: 25px;
	padding-right: 25px;
	bottom: 20px;
	z-index: 2;
	text-align: left;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: inherit;
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	.col_3 .image-menu a p {
		left: 20px;
	}
}

@media only screen and (max-width: 736px) {
	.col_3 .image-menu a p {
		left: 0.8rem;
	}
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	.col_3 .image-menu a p {
		padding-right: 20px;
	}
}

@media only screen and (max-width: 736px) {
	.col_3 .image-menu a p {
		padding-right: 2rem;
	}
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	.col_3 .image-menu a p {
		bottom: 15px;
	}
}

@media only screen and (max-width: 736px) {
	.col_3 .image-menu a p {
		bottom: 50%;
	}
}

.col_3 .image-menu a p span {
	background: none;
}

@media only screen and (max-width: 736px) {
	.col_3 .image-menu a p span {
		transform: translateY(50%);
		align-items: center;
		display: inline-flex;
	}
}

@media only screen and (max-width: 736px) {
	.col_3 .image-menu a p {
		display: flex;
		justify-content: space-between;
		width: 98%;
	}
}

.col_3 .image-menu a p .image-menu-title {
	padding-bottom: 0;
	border-bottom: solid 2px #fff;
	font-family: "BenchNine", sans-serif;
	font-size: 343%;
	line-height: 1;
	letter-spacing: 0.02em;
}

@media only screen and (min-width: 737px) {
	.col_3 .image-menu a p .image-menu-title {
		margin-bottom: .6rem;
	}
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	.col_3 .image-menu a p .image-menu-title {
		font-size: 200%;
	}
}

@media only screen and (max-width: 736px) {
	.col_3 .image-menu a p .image-menu-title {
		font-size: 229%;
	}
}

@media only screen and (min-width: 737px) {
	.col_3 .image-menu a p .image-menu-title + span {
		display: inline-block;
	}
}

@media only screen and (max-width: 736px) {
	.col_3 .image-menu a p .image-menu-title + span {
		font-size: 100%;
	}
}

/* -----------------------------------------------------------
	PICK　UP .slider-layout--wide
----------------------------------------------------------- */
.col_3 + .elem-heading-lv2 {
	position: relative;
	z-index: 2;
}

@media only screen and (max-width: 736px) {
	.col_3 + .elem-heading-lv2 {
		margin-top: 4rem !important;
	}
}

.slider-layout--wide {
	position: relative;
	z-index: 2;
	max-width: 1200px;
	margin: auto;
}

@media only screen and (min-width: 737px) {
	.slider-layout--wide {
		clear: right;
	}
}

@media only screen and (max-width: 736px) {
	.slider-layout--wide .slider-button-prev,
	.slider-layout--wide .slider-button-next {
		height: 20vw;
		top: 10rem;
	}
}

.slider-layout--wide .slider-layout-container .item--slide {
	border: none;
}

.slider-layout--wide .slider-layout-container .item--slide .pic-container .holder {
	height: 239px;
	overflow: hidden;
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	.slider-layout--wide .slider-layout-container .item--slide .pic-container .holder {
		height: 239px;
	}
}

@media only screen and (max-width: 736px) {
	.slider-layout--wide .slider-layout-container .item--slide .pic-container .holder {
		height: 60vw;
	}
}

.slider-layout--wide .slider-layout-container .item--slide .pic-container .holder img {
	max-width: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	width: 100%
}

@media only screen and (max-width: 736px) {
	.slider-layout--wide .slider-layout-container .item--slide .pic-container .holder img {
		height: 100%;
		width: 100%;
	}
}

.slider-layout--wide .slider-layout-container .item--slide .txt-container .elem-heading-lv3 {
	text-align: left;
	height: auto !important;
}

.slider-layout--wide .slider-layout-container .item--slide .txt-container .elem-heading-lv3 h3 {
	font-size: 129%;
}

@media only screen and (min-width: 1200px) {
	.slider-layout--wide .slider-layout-container .item--slide .txt-container .elem-paragraph {
		line-height: 2;
	}
}

@media print {
	.slider-layout--wide .slider-layout-container .item--slide .txt-container .elem-paragraph {
		line-height: 2;
	}
}

/* -----------------------------------------------------------
	WHAT'S NEW .elem-txt-list--date
----------------------------------------------------------- */
.elem-txt-list--date {
	max-width: 1200px;
	margin: auto;
	position: relative;
	z-index: 2;
}

@media only screen and (min-width: 737px) {
	.elem-txt-list--date {
		clear: right;
	}
}

@media only screen and (min-width: 737px) {
	.elem-txt-list--date .txt-list--date li > * {
		padding: 1.5rem 0;
		line-height: 2;
	}
	.elem-txt-list--date .txt-list--date li + li > * {
		border-top: solid 1px #bcbcbc;
	}
}

@media only screen and (max-width: 736px) {
	.elem-txt-list--date .txt-list--date li {
		padding: 1.5rem 0;
		margin-bottom: 0;
	}
	.elem-txt-list--date .txt-list--date li + li {
		border-top: solid 1px #bcbcbc;
	}
	.elem-txt-list--date .txt-list--date li:first-child {
		padding-top: 0;
	}
	.elem-txt-list--date .txt-list--date li:last-child {
		border-bottom: solid 1px #bcbcbc;
	}
}

.elem-txt-list--date .txt-list--date a {
	color: #333;
}

.elem-txt-list--date .bg-color-01 {
	background: #d9d9d9;
}

.elem-txt-list--date .bg-color-03 {
	background: #9cc1d3;
}

.elem-txt-list--date .bg-color-02 {
	background: #ddf0f2;
}

/* -----------------------------------------------------------
	.box_insta
----------------------------------------------------------- */
.box_insta {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	padding-bottom: 80px;
	position: relative;
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	.box_insta {
		padding-bottom: 5%;
	}
}

@media only screen and (max-width: 736px) {
	.box_insta {
		padding-bottom: 0;
	}
}

.box_insta:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 100vw;
	height: 100%;
	background: #A7BEC6;
	z-index: -1;
}

@media only screen and (min-width: 737px) {
	.box_insta {
		width: 1680px;
		max-width: 95vw;
	}
}

.box_insta .elem-heading-lv2 {
	margin-top: 100px !important;
	padding-top: 130px;
	margin-bottom: 20px;
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	.box_insta .elem-heading-lv2 {
		margin-top: 100px !important;
	}
}

@media only screen and (max-width: 736px) {
	.box_insta .elem-heading-lv2 {
		margin-top: 2rem !important;
	}
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	.box_insta .elem-heading-lv2 {
		padding-top: 90px;
	}
}

@media only screen and (max-width: 736px) {
	.box_insta .elem-heading-lv2 {
		padding-top: 5rem;
	}
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	.box_insta .elem-heading-lv2 {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 736px) {
	.box_insta .elem-heading-lv2 {
		margin-bottom: 1rem;
	}
}

@media only screen and (max-width: 736px) {
	.box_insta .elem-heading-lv2 h2 span {
		font-size: 175%;
	}
}

.box_insta .follow {
	text-align: center;
	font-family: "BenchNine", sans-serif;
	font-size: 215%;
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	.box_insta .follow {
		font-size: 186%;
	}
}

@media only screen and (max-width: 736px) {
	.box_insta .follow {
		font-size: 143%;
	}
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	.box_insta .follow i img {
		width: 2rem;
	}
}

@media only screen and (max-width: 736px) {
	.box_insta .follow i img {
		width: 1.7rem;
	}
}

.box_insta .follow .text {
	margin-left: 1rem;
}

@media only screen and (max-width: 736px) {
	.box_insta .follow .text {
		margin-left: 0.5rem;
	}
}

.box_insta .follow a {
	margin-left: 1rem;
	color: #333;
	text-decoration: underline;
}

@media only screen and (max-width: 736px) {
	.box_insta .follow a {
		margin-left: 0.5rem;
	}
}

.box_insta .att {
	margin-top: 15px;
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	.box_insta .att {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 736px) {
	.box_insta .att {
		margin-top: 1rem;
	}
}

.box_insta .att > * {
	vertical-align: middle;
}

@media only screen and (min-width: 737px) {
	.box_insta .att {
		text-align: center;
	}
}

.box_insta .att .title {
	margin-left: 1rem;
	font-size: 172%;
}

@media only screen and (max-width: 1199px) {
	.box_insta .att .title {
		margin-left: 0.5rem;
	}
}

@media only screen and (max-width: 736px) {
	.box_insta .att .title {
		font-size: 115%;
	}
}

.box_insta .att .text {
	margin-left: 1rem;
	border-left: solid 1px #333;
	padding-left: 1rem;
	font-size: 115%;
}

@media only screen and (max-width: 736px) {
	.box_insta .att .text {
		margin-left: 0.5rem;
	}
}

@media only screen and (max-width: 736px) {
	.box_insta .att .text {
		padding-left: 0.5rem;
	}
}

@media only screen and (max-width: 736px) {
	.box_insta .att .text {
		font-size: 100%;
	}
}

.box_insta .att a {
	color: #449fc6;
	text-decoration: underline;
	font-size: 115%;
}

.box_insta .wrap_insta {
	max-width: 1521px;
	width: 95%;
	margin: auto;
	margin-top: 100px;
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	.box_insta .wrap_insta {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 736px) {
	.box_insta .wrap_insta {
		margin-top: 1.5rem;
	}
}

@media only screen and (max-width: 736px) {
	.box_insta .wrap_insta {
		padding-bottom: 6%;
		width: 100%;
	}
}

.js-box-insta {
	display: flex;
	flex-wrap: wrap;
}

.js-box-insta li a {
	display: block;
	height: 100%;
}

.js-box-insta li a .img {
	height: 100%;
	display: flex;
	align-items: center;
}

.js-box-insta li a .img img {
	max-width: none;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	height: 130%;
}

@media only screen and (max-width: 736px) {
	.js-box-insta li a .img img {
		height: 150%;
	}
}

.ie .js-box-insta li a .img img {
	width: 100%;
}

@media only screen and (min-width: 1200px) {
	.js-box-insta li {
		width: 19%;
		height: 20em;
		overflow: hidden;
	}
	.js-box-insta li:nth-child(n+6) {
		margin-top: 1.2%;
	}
	.js-box-insta li:not(:nth-child(5n+1)) {
		margin-left: 1.25%;
	}
}

@media print {
	.js-box-insta li {
		width: 19%;
		height: 20em;
		overflow: hidden;
	}
	.js-box-insta li:nth-child(n+6) {
		margin-top: 1.2%;
	}
	.js-box-insta li:not(:nth-child(5n+1)) {
		margin-left: 1.25%;
	}
}

@media only screen and (min-width: 968.5px) and (max-width: 1199px) {
	.js-box-insta li .img {
		overflow: hidden;
		height: 18vw !important;
	}
	.js-box-insta li .img img {
		position: relative;
		width: 140%;
		max-width: none;
		margin-left: -130% !important-100/2;
	}
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	.js-box-insta li {
		width: 32%;
	}
	.js-box-insta li:nth-child(n+4) {
		margin-top: 2%;
	}
	.js-box-insta li:not(:nth-child(3n+1)) {
		margin-left: 2%;
	}
	.js-box-insta li .img {
		overflow: hidden;
		height: 22vw !important;
	}
	.js-box-insta li .img img {
		position: relative;
		width: 140%;
		max-width: none;
		margin-left: -130% !important-100/2;
	}
}

@media only screen and (max-width: 736px) {
	.js-box-insta li {
		width: 48.5%;
		height: 35vw;
		overflow: hidden;
	}
	.js-box-insta li:nth-child(n+3) {
		margin-top: 3%;
	}
	.js-box-insta li:not(:nth-child(2n+1)) {
		margin-left: 3%;
	}
}

/* -----------------------------------------------------------
	.box_social
----------------------------------------------------------- */
.box_social {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 140px;
	padding-bottom: 100px;
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	.box_social {
		padding-top: 130px;
	}
}

@media only screen and (max-width: 736px) {
	.box_social {
		padding-top: 5.5rem;
	}
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	.box_social {
		padding-bottom: 100px;
	}
}

@media only screen and (max-width: 736px) {
	.box_social {
		padding-bottom: 3rem;
	}
}

.box_social:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 100vw;
	height: 100%;
	background: #f5f5f5;
	z-index: -1;
}

@media only screen and (min-width: 1200px) {
	.box_social {
		width: 2560px;
		max-width: 91vw;
		display: flex;
		align-items: center;
	}
	.box_social .wrap_text {
		display: flex;
		justify-content: flex-end;
		margin-top: 60px;
		width: 50%;
	}
	.box_social .wrap_text .inner .elem-heading-lv2 {
		margin-top: 0 !important;
	}
	.box_social .wrap_img {
		width: 50%;
	}
}

@media print {
	.box_social {
		width: 2560px;
		max-width: 91vw;
		display: flex;
		align-items: center;
	}
	.box_social .wrap_text {
		display: flex;
		justify-content: flex-end;
		margin-top: 60px;
		width: 50%;
	}
	.box_social .wrap_text .inner .elem-heading-lv2 {
		margin-top: 0 !important;
	}
	.box_social .wrap_img {
		width: 50%;
	}
}

@media only screen and (min-width: 1561px) {
	.box_social {
		max-width: 100vw;
	}
}

@media print {
	.box_social {
		max-width: 100vw;
	}
}

@media only screen and (min-width: 1561px) {
	.box_social .wrap_text .inner {
		width: 550px;
	}
}

@media print {
	.box_social .wrap_text .inner {
		width: 550px;
	}
}

@media only screen and (max-width: 1199px) {
	.box_social .wrap_text .inner .elem-heading-lv2 {
		margin-top: 0 !important;
	}
}

.box_social .wrap_text .inner .txt-container {
	margin-top: 80px;
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	.box_social .wrap_text .inner .txt-container {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 736px) {
	.box_social .wrap_text .inner .txt-container {
		margin-top: 1.5rem;
	}
}

@media only screen and (min-width: 737px) {
	.box_social .wrap_text .inner .txt-container {
		line-height: 2;
		font-size: 115%;
	}
}

@media only screen and (max-width: 736px) {
	.box_social .wrap_text .inner .txt-container {
		font-size: 100%;
	}
}

@media only screen and (min-width: 1561px) {
	.box_social .wrap_img img {
		width: 85%;
		max-width: 962px;
	}
}

@media print {
	.box_social .wrap_img img {
		width: 85%;
		max-width: 962px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1560px) {
	.box_social .wrap_img img {
		width: 110%;
		max-width: none;
	}
}

@media only screen and (min-width: 968.5px) and (max-width: 1199px) {
	.box_social .wrap_img img {
		width: 70%;
	}
}

@media only screen and (min-width: 737px) and (max-width: 967.5px) {
	.box_social .wrap_img img {
		width: 75%;
	}
}

@media only screen and (max-width: 736px) {
	.box_social .wrap_img {
		margin-top: 2rem;
	}
}

/* -----------------------------------------------------------
	.box_contact
----------------------------------------------------------- */
.box_contact {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	padding: 130px 0 100px;
	color: #fff;
	background: url(../images/bg_contact.jpg) no-repeat center center;
	background-size: cover;
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	.box_contact {
		padding: 80px 0 50px;
	}
}

@media only screen and (max-width: 736px) {
	.box_contact {
		padding: 3rem 0 1rem;
	}
}

@media only screen and (min-width: 737px) {
	.box_contact {
		width: 2560px;
	}
}

@media only screen and (max-width: 736px) {
	.box_contact {
		width: 112%;
	}
}

.box_contact a {
	color: #fff;
}

.box_contact .color-frame-section.style-color-01 {
	background: none;
}

.box_contact .elem-heading-inquiry {
	margin-bottom: 30px;
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	.box_contact .elem-heading-inquiry {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 736px) {
	.box_contact .elem-heading-inquiry {
		margin-bottom: 2rem;
	}
}

.box_contact .elem-heading-inquiry .sub-container--upper p {
	font-family: "BenchNine", sans-serif;
	line-height: 1;
	font-size: 429%;
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	.box_contact .elem-heading-inquiry .sub-container--upper p {
		font-size: 358%;
	}
}

@media only screen and (max-width: 736px) {
	.box_contact .elem-heading-inquiry .sub-container--upper p {
		font-size: 286%;
	}
}

.box_contact .elem-heading-inquiry h3 span {
	font-size: 150%;
}

@media only screen and (max-width: 736px) {
	.box_contact .elem-heading-inquiry h3 span {
		font-size: 108%;
	}
}

@media only screen and (max-width: 736px) {
	.box_contact .elem-inquiry-tel {
		margin-bottom: 1rem;
	}
}

.box_contact .elem-inquiry-tel dt {
	font-size: 172%;
}

@media only screen and (max-width: 736px) {
	.box_contact .elem-inquiry-tel dt {
		font-size: 143%;
	}
}

.box_contact .elem-inquiry-tel dd .tel {
	font-size: 120%;
}

@media only screen and (max-width: 736px) {
	.box_contact .elem-inquiry-tel dd .tel {
		font-size: 93%;
	}
}

.box_contact .elem-btn-list ul li {
	margin: auto 10px;
}

@media only screen and (max-width: 736px) {
	.box_contact .elem-btn-list ul li {
		margin: auto;
	}
}

@media only screen and (max-width: 736px) {
	.box_contact .elem-btn-list ul li + li {
		margin-top: .5rem;
	}
}

@media only screen and (max-width: 736px) {
	.box_contact .elem-btn-list {
		margin-bottom: 0;
	}
}

.box_contact .elem-inquiry-note {
	margin-bottom: 0;
}

.box_contact .elem-inquiry-note p {
	font-size: 134%;
}

@media only screen and (max-width: 736px) {
	.box_contact .elem-inquiry-note p {
		font-size: 122%;
	}
}

.box_contact .elem-inquiry-note img {
	margin-right: 0.2rem;
}

/* -----------------------------------------------------------
	modal
----------------------------------------------------------- */
.box_modal_contents {
	display: none;
}

#obj_modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(51, 51, 51, 0.66);
	-webkit-transition: z-index 0ms, opacity 500ms, -webkit-transform 500ms;
	-webkit-transition-delay: 500ms, 0s, 0s;
	-moz-transition: z-index 0ms 500ms, opacity 500ms, -moz-transform 500ms;
	-o-transition: z-index 0ms 500ms, opacity 500ms, -o-transform 500ms;
	transition: z-index 0ms 500ms, opacity 500ms, transform 500ms;
	opacity: 0;
	overflow-y: scroll;
	z-index: -10;
	overflow-x: hidden;
}

@media only screen and (min-width: 1200px) {
	.ie #obj_modal {
		overflow: hidden;
	}
}

@media print {
	.ie #obj_modal {
		overflow: hidden;
	}
}

#obj_modal.active {
	opacity: 1;
	z-index: 10000;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	-webkit-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	transition-delay: 0ms;
}

#obj_modal.active .inner_modal > div .con_modal {
	opacity: 1;
	z-index: 5500;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	transition-delay: 0ms;
}

#obj_modal .bg_modal {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

#obj_modal .inner_modal {
	height: 100%;
	margin: 0 auto;
	display: table;
}

.activeMenu #obj_modal .inner_modal {
	width: 100%;
}

#obj_modal .inner_modal > div {
	display: table-cell;
	vertical-align: middle;
}

#obj_modal .inner_modal > div .con_modal {
	position: relative;
	z-index: 10;
	background: #fff;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-transition: z-index 0ms, opacity 500ms, -webkit-transform 500ms;
	-webkit-transition-delay: 500ms, 0s, 0s;
	-moz-transition: z-index 0ms 500ms, opacity 500ms, -moz-transform 500ms;
	-o-transition: z-index 0ms 500ms, opacity 500ms, -o-transform 500ms;
	transition: z-index 0ms 500ms, opacity 500ms, transform 500ms;
	opacity: 0;
	z-index: -1;
	-webkit-transform: translateY(2em);
	-moz-transform: translateY(2em);
	-ms-transform: translateY(2em);
	-o-transform: translateY(2em);
	transform: translateY(2em);
	width: 100%;
	top: 0;
}

#obj_modal .inner_modal > div .con_modal .obj_close:first-child {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 6000;
	text-align: center;
	background: #333;
	width: 100px;
	height: 100px;
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	#obj_modal .inner_modal > div .con_modal .obj_close:first-child {
		width: 60px;
		height: 60px;
	}
}

#obj_modal .inner_modal > div .con_modal .obj_close:first-child:before, #obj_modal .inner_modal > div .con_modal .obj_close:first-child:after {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	content: '';
	display: block;
	background: #fff;
	width: 30px;
	height: 1px;
}

#obj_modal .inner_modal > div .con_modal .obj_close:first-child:before {
	transform: translate(-50%, -50%) rotate(45deg);
}

#obj_modal .inner_modal > div .con_modal .obj_close:first-child:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

#obj_modal .inner_modal > div .con_modal #obj_modalArea + .obj_close {
	text-align: center;
	cursor: pointer;
	z-index: 6000;
	background: #FFF;
	color: #000;
	margin: 0 auto;
	margin-top: 40px;
	box-sizing: border-box;
	padding: .8em;
	cursor: pointer;
	position: relative;
}

@media only screen and (min-width: 737px) and (max-width: 1199px) {
	#obj_modal .inner_modal > div .con_modal #obj_modalArea + .obj_close {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 736px) {
	#obj_modal .inner_modal > div .con_modal #obj_modalArea + .obj_close {
		margin-top: 0;
	}
}

@media only screen and (min-width: 737px) {
	#obj_modal .inner_modal > div .con_modal #obj_modalArea + .obj_close {
		width: 120px;
	}
}

#obj_modal .inner_modal > div .con_modal #obj_modalArea + .obj_close > * {
	display: inline-block;
}

#obj_modal .inner_modal > div .con_modal #obj_modalArea + .obj_close span {
	color: #988d71;
	font-size: 93%;
	padding-left: .5em;
	letter-spacing: .08em;
}

#obj_modal #obj_modalArea {
	position: relative;
}

#obj_modal #obj_modalArea .loading {
	width: 50px;
	height: 50px;
	background: url(../images/common/loader.gif) no-repeat center center;
	position: absolute;
	top: 50%;
	-webkit-transform: transformY(-50%);
	-moz-transform: transformY(-50%);
	-ms-transform: transformY(-50%);
	-o-transform: transformY(-50%);
	transform: transformY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
}

/*# sourceMappingURL=../maps/top_new.css.map */



