/* fixoContent : 메인 */

#keyvisualMain .slide {
	overflow: hidden;
	width: 100%; min-height: 700px; max-height: 850px;
	text-align: center;
	position: relative;
}
#keyvisualMain .slide .box-image {
	position: absolute; top: 0; left: 0; right: 0; bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#keyvisualMain .slide .box-image img {
	display: none;
}
#keyvisualMain .slide .swiper-slide {
	display: flex; align-items: center;
}

#keyvisualMain .slide .arrow {
	position: absolute; top: 50%; z-index: 10;
	width: 85px; height: 85px;
	transform: translateY(-50%);
	background-position: center;
	background-size: cover;
	cursor: pointer;
}
#keyvisualMain .slide .arrow-prev {
	left: 5%;
	background-image: url('../_images/keyvisual_btn_prev.png');
}
#keyvisualMain .slide .arrow-next {
	right: 5%;
	background-image: url('../_images/keyvisual_btn_next.png');
}

#keyvisualMain .slide .box-text {
	position: relative;
}
#keyvisualMain .slide .box-text .inner {
	background-color: rgba(255,255,255,.8);
	padding: 90px 0 70px; margin: auto;
	max-width: 1130px;
	text-align: center;
}
#keyvisualMain .slide .box-text .inner h2 {
	margin: 0 0 25px;
	font-size: 5.6rem; letter-spacing: -.336rem; font-weight: 400; color: #000;
}
#keyvisualMain .slide .box-text .inner h2 .color1 {
	color: #29a9bd;
}
#keyvisualMain .slide .box-text .inner h2 b {
	font-weight: 700;
}
#keyvisualMain .slide .box-text .inner .subscript {
	margin: 0 0 50px;
	font-size: 2.2rem; line-height: 1.2; letter-spacing: -.055rem; font-weight: 300; color: #000;
}
#keyvisualMain .slide .box-text .inner > a {
	display: inline-flex; align-items: center; justify-content: center;
	border-radius: 20px;
	width: 290px; height: 70px;
	border: 2px solid #29a9bd;
	padding-top: 4px;
	box-sizing: border-box;
	font-size: 2.2rem; letter-spacing: -.055rem; font-weight: 300; color: #29a9bd;
}
#keyvisualMain .slide .box-text .inner > a b {
	font-weight: 700;
}
@media (max-width: 1279px) {
	#keyvisualMain .slide .arrow {
		display: none;
	}
	#keyvisualMain .slide .box-text .inner h2 {
		font-size: 5rem;
	}
	#keyvisualMain .slide .box-text .inner .subscript {
		margin: 0 0 50px;
		font-size: 1.8rem;
	}
	#keyvisualMain .slide .box-text .inner > a {
		width: 240px; height: 50px;
		font-size: 1.8rem;
	}
}
@media (max-width: 719px) {
	#keyvisualMain .slide {
		min-height: 400px; max-height: none;
	}
	#keyvisualMain .slide .box-text .inner {
		padding: 40px 0;
	}
	#keyvisualMain .slide .box-text .inner h2 {
		margin: 0 0 15px;
		font-size: 3rem;
	}
	#keyvisualMain .slide .box-text .inner .subscript {
		margin: 0 0 20px;
		font-size: 1.5rem;
	}
	#keyvisualMain .slide .box-text .inner > a {
		width: 200px; height: 40px;
		border-width: 1px;
		font-size: 1.5rem;
	}
}

.common-title {
	text-align: center;
}
.common-title .txt-top {
	padding: 70px 0 15px;
	background: url('../_images/cmn_symbol.png') no-repeat center top;
	text-transform: uppercase;
	font-size: .9rem; letter-spacing: .288rem; font-weight: 500; color: #ccc;
}
.common-title h2 {
	font-size: 5rem; letter-spacing: -.2rem; font-weight: 300;
}
.common-title h2 b {
	font-weight: 700;
}
.common-title .subscript {
	padding: 20px 0 0 0;
	font-size: 2.2rem; line-height: 1.4; letter-spacing: -.088rem; font-weight: 300;
}
.common-title .subscript b {
	font-weight: 700;
}
.common-title .txt-top.no-symbol {
	padding: 0 0 15px;
	background: none;
}
.common-title.type2 {
	color: #fff;
}
.common-title.type2 .txt-top {
	background: url('../_images/cmn_symbol2.png') no-repeat center top;
}

.common-title .color1 {
	color: #0a396a;
}
.common-title .color2 {
	color: #17aabd;
}
.common-title .color3 {
	color: #f7f1ab;
}
@media (max-width: 1279px) {
	.common-title h2 {
		font-size: 4rem;
	}
	.common-title .subscript {
		font-size: 2rem;
	}
}
@media (max-width: 719px) {
	.common-title .txt-top {
		padding: 50px 0 15px;
		background-size: 35px auto;
		font-size: .7rem; letter-spacing: .288rem; font-weight: 500; color: #ccc;
	}
	.common-title h2 {
		font-size: 3rem;
	}
	.common-title .subscript {
		font-size: 1.6rem;
	}
}

#section01 {
	padding: 145px 0 0;
}
#section01 .item-wrap {
	display: flex;
	margin: 90px 0 0 0;
}
#section01 .item-wrap .item {
	width: 20%;
}
#section01 .item-wrap .item a {
	position: relative;
	display: flex; align-items: flex-end; justify-content: center;
	height: 680px;
	overflow: hidden;
	text-align: center;
}
#section01 .item-wrap .item .bg {
	position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1;
	background-size: cover;
	background-position: center;
	transform: scale(1.1);
	transition: all .3s;
}
#section01 .item-wrap .item a:hover .bg {
	transform: scale(1.3);
}
#section01 .item-wrap .item.item01 .bg {
	background-image: url('../_images/se01_img01.jpg');
}
#section01 .item-wrap .item.item02 .bg {
	background-image: url('../_images/se01_img02.jpg');
}
#section01 .item-wrap .item.item03 .bg {
	background-image: url('../_images/se01_img03.jpg');
}
#section01 .item-wrap .item.item04 .bg {
	background-image: url('../_images/se01_img04.jpg');
}
#section01 .item-wrap .item.item05 .bg {
	background-image: url('../_images/se01_img05.jpg');
}
#section01 .item-wrap .item.item06 {
	display: none;
}
#section01 .item-wrap .item .cont {
	position: relative; z-index: 2;
	width: 100%;
	padding: 50px 0 70px; margin: 0 24px;
	background-color: #fff;
}
#section01 .item-wrap .item .cont .ico {
	display: inline-flex; align-items: center; justify-content: center;
	width: 52px; height: 52px;
	border-radius: 50%;
	padding: 4px 0 0 0; margin: 0 0 25px;
	box-sizing: border-box;
	border: 1px solid #0a396a;
	font-size: 3rem; font-weight: 300; color: #0a396a;
}
#section01 .item-wrap .item .cont h3 {
	margin: 0 0 20px;
	font-size: 3rem; letter-spacing: -.12rem; font-weight: 300; color: #0a396a;
}
#section01 .item-wrap .item .cont h3 b {
	font-weight: 700;
}
#section01 .item-wrap .item .cont p {
	font-size: 1.8rem; line-height: 1.4; letter-spacing: -.072rem; font-weight: 300; color: #333;
}
@media (max-width: 1279px) {
	#section01 .item-wrap {
		flex-wrap: wrap;
	}
	#section01 .item-wrap .item {
		width: 33.33%;
	}
	#section01 .item-wrap .item.item06 {
		display: block;
		background-color: #0b3a72;
	}
}
@media (max-width: 719px) {
	#section01 {
		padding: 70px 0 0;
	}
	#section01 .item-wrap {
		margin: 40px 0 0 0;
	}
	#section01 .item-wrap .item {
		width: 50%;
	}
	#section01 .item-wrap .item a {
		height: 320px;
	}
	#section01 .item-wrap .item .cont {
		padding: 20px 0; margin: 0;
		background-color: rgba(255,255,255,.8);
	}
	#section01 .item-wrap .item .cont .ico {
		width: 30px; height: 30px;
		margin: 0 0 15px;
		font-size: 2rem;
	}
	#section01 .item-wrap .item .cont h3 {
		font-size: 2.4rem;
	}
	#section01 .item-wrap .item .cont p {
		font-size: 1.4rem;
	}
}

#section02 {
	padding: 80px 0 0;
}
#section02 .box-wrap {
	display: flex;
	max-width: 1300px;
	margin: auto;
	overflow: hidden;
}
#section02 .box-wrap .info {
	position: relative; z-index: 2;
	align-self: center;
	width: 50%;
	padding: 40px 0;
}
#section02 .box-wrap .info h3 {
	margin: 0 0 15px;
	font-size: 3.2rem; letter-spacing: -.128rem; font-weight: 300; color: #0a396a;
}
#section02 .box-wrap .info h3 b {
	font-weight: 700;
}
#section02 .box-wrap .info .spe {
	margin: 0 0 30px;
	font-size: 2.2rem; letter-spacing: -.088rem; font-weight: 700;
}
#section02 .box-wrap .info .list-wrap {
	display: flex; flex-wrap: wrap;
}
#section02 .box-wrap .info .list-wrap .tit {
	flex-shrink: 0;
	width: 130px;
	padding: 0 20px 0 0; margin: 0 0 30px;
}
#section02 .box-wrap .info .list-wrap .tit span {
	display: flex; align-items: center; justify-content: center;
	height: 50px;
	padding: 4px 0 0 0;
	border-radius: 50px;
	background-color: #0a396a;
	box-sizing: border-box;
	font-size: 1.8rem; letter-spacing: -.072rem; font-weight: 500; color: #fff;
}
#section02 .box-wrap .info .list-wrap .cont {
	width: calc(100% - 150px);
	padding: 10px 0 0 0; margin: 0 0 30px;
	white-space: nowrap;
	font-size: 2rem; letter-spacing: -.08rem; font-weight: 300;
}
#section02 .box-wrap .info .list-wrap .cont b {
	font-weight: 700;
}
#section02 .box-wrap .photo {
	align-self: flex-end;
	width: 50%;
	text-align: left;
}
#section02 .section02 {
	padding: 120px 0;
	background: url('../_images/se02_bg.jpg') no-repeat center;
	background-size: cover;
}
#section02 .item-wrap {
	display: flex; justify-content: center;
	margin: 0 -3px;
}
#section02 .item-wrap .item {
	width: 33.33%; max-width: 512px;
	padding: 0 3px;
	box-sizing: border-box;
}
#section02 .item-wrap .item figure {
}
#section02 .item-wrap .item .info {
	position: relative;
	background-color: #fff;
	padding: 50px 35px; margin: -140px 0 0 75px;
}
#section02 .item-wrap .item .info .num {
	margin: 0 0 15px;
	font-size: 1.7rem; letter-spacing: -.068rem; font-weight: 700; color: #0a396a;
}
#section02 .item-wrap .item .info .tit {
	margin: 0 0 15px;
	font-size: 2.5rem; letter-spacing: -.1rem; font-weight: 700;
}
#section02 .item-wrap .item .info .desc {
	font-size: 1.7rem; line-height: 1.4; letter-spacing: -.068rem; font-weight: 300;
}
@media (max-width: 1279px) {
	#section02 .box-wrap {
		flex-wrap: wrap;
	}
	#section02 .box-wrap .info {
		width: 100%;
	}
	#section02 .box-wrap .photo {
		width: 100%;
		text-align: center;
	}
	#section02 .box-wrap .photo img {
		max-width: 340px;
	}
	#section02 .item-wrap .item .info {
		margin: 0;
	}
}
@media (max-width: 719px) {
	#section02 .box-wrap .info .list-wrap .tit {
		width: 100px;
		padding: 0 10px 0 0;
	}
	#section02 .box-wrap .info .list-wrap .cont {
		white-space: normal;
		font-size: 1.6rem;
	}
	#section02 .box-wrap .photo img {
		max-width: 240px;
	}
	#section02 .item-wrap {
		flex-wrap: wrap;
	}
	#section02 .item-wrap .item {
		width: 100%;
		padding: 10px;
	}
	#section02 .item-wrap .item .info {
		padding: 20px;
	}
}

#section03 {
	padding: 140px 0 110px;
}
#section03 .item-wrap {
	display: flex;
	margin: 0 -5px;
}
#section03 .item-wrap .item {
	width: 33.33%;
	padding: 0 5px; margin: 290px 0 0 0;
	box-sizing: border-box;
}
#section03 .item-wrap .item .inner {
	position: relative;
	padding: 0 55px 85px;
	height: 100%;
	border-top: 1px solid #0a396a;
	background-color: #f8f8f8;
	box-sizing: border-box;
}
#section03 .item-wrap .item figure {
	margin: -210px 0 60px;
	text-align: center;
}
#section03 .item-wrap .item .info {
}
#section03 .item-wrap .item .info h3 {
	margin: 0 0 20px;
	font-size: 2.4rem; letter-spacing: -.096rem;
}
#section03 .item-wrap .item .info .desc {
	text-align: justify;
	font-size: 2rem; line-height: 1.4; letter-spacing: -.1rem; font-weight: 300;
}
#section03 .item-wrap .item .info .desc b {
	font-weight: 500;
}
@media (max-width: 1279px) {
	#section03 .item-wrap .item .inner {
		padding: 0 20px 40px;
	}
}
@media (max-width: 719px) {
	#section03 {
		padding: 70px 0;
	}
	#section03 .item-wrap {
		flex-wrap: wrap;
	}
	#section03 .item-wrap .item {
		width: 100%;
		margin: 80px 0 0 0;
	}
	#section03 .item-wrap .item figure {
		margin: -60px 0 20px;
	}
	#section03 .item-wrap .item figure img {
		max-width: 160px;
	}
}

#section04 {
	padding: 100px;
	background: url('../_images/se04_bg.jpg') no-repeat center;
	background-size: cover;
}
#section04 .section-inner {
	background-color: #fff;
	padding: 120px 0 0 0;
}
#section04 .item-wrap {
	display: flex;
	margin: 95px 0 110px;
}
#section04 .item-wrap .item {
	width: 20%;
}
#section04 .item-wrap .item figure {
	display: flex; align-items: center; justify-content: center;
	width: 140px; height: 140px;
	margin: 0 auto 35px;
	border: 1px solid #17aabd;
	border-radius: 50%;
}
#section04 .item-wrap .item .info {
	padding: 0 10px;
	text-align: center;
}
#section04 .item-wrap .item:not(:last-child) .info {
	border-right: 1px solid #ccc;
}
#section04 .item-wrap .item .info .tit {
	margin: 0 0 10px;
	font-size: 2.4rem; letter-spacing: -.096rem; font-weight: 700;
}
#section04 .item-wrap .item .info .desc {
	font-size: 1.8rem; line-height: 1.3; letter-spacing: -.072rem; font-weight: 300;
}
#section04 .section02 {
	padding: 0 0 80px;
	background-color: #f7fbff;
}
#section04 .item-wrap2 {
	display: flex; flex-wrap: wrap;
	border-top: 1px solid #0a396a;
	padding: 95px 0 0 0; margin: -1px -30px 0;
}
#section04 .item-wrap2 .item {
	width: 50%;
	padding: 0 30px 30px;
	box-sizing: border-box;
}
#section04 .item-wrap2 .item .inner {
}
#section04 .item-wrap2 .item .tit {
	display: flex; align-items: center;
	border: 1px solid #0a396a;
	border-radius: 70px;
	background-color: #fff;
	height: 70px;
}
#section04 .item-wrap2 .item .tit .num {
	flex-shrink: 0;
	display: flex; align-items: center; justify-content: center;
	width: 60px; height: 60px;
	border-radius: 50%;
	background-color: #0a396a;
	padding: 4px 0 0 0; margin: 0 20px 0 5px;
	box-sizing: border-box;
	font-size: 2.2rem; letter-spacing: -.11rem; font-weight: 700; color: #fff;
}
#section04 .item-wrap2 .item .tit .txt {
	padding: 8px 0 0 0;
	font-size: 2.2rem; letter-spacing: -.11rem; font-weight: 700;
}
#section04 .item-wrap2 .item .desc {
	padding: 20px 40px 0 85px;
	font-size: 1.8rem; line-height: 1.7; letter-spacing: -.09rem; font-weight: 300;
}
#section04 .item-wrap2 .item .desc b {
	font-weight: 500;
}
@media (max-width: 1279px) {
	#section04 {
		padding: 60px;
	}
	#section04 .item-wrap {
		flex-wrap: wrap; justify-content: center;
	}
	#section04 .item-wrap .item {
		width: 33.33%;
		padding: 0 0 40px;
	}
	#section04 .item-wrap2 {
		flex-wrap: wrap;
	}
	#section04 .item-wrap2 .item {
		width: 100%;
	}
}
@media (max-width: 719px) {
	#section04 {
		padding: 20px;
	}
	#section04 .section-inner {
		padding: 70px 0 0 0;
	}
	#section04 .item-wrap {
		margin: 50px 0;
	}
	#section04 .item-wrap .item {
		width: 50%;
		padding: 0 0 40px;
	}
	#section04 .item-wrap .item figure {
		width: 100px; height: 100px;
		margin: 0 auto 25px;
	}
	#section04 .item-wrap .item figure img {
		width: 90px;
	}
	#section04 .item-wrap .item .info .tit {
		font-size: 2rem;
	}
	#section04 .item-wrap .item .info .desc {
		font-size: 1.6rem;
	}
	#section04 .item-wrap2 {
		padding: 40px 0 0 0;
	}
	#section04 .item-wrap2 .item .tit {
		height: 50px;
	}
	#section04 .item-wrap2 .item .tit .num {
		width: 40px; height: 40px;
		padding: 4px 0 0 0; margin: 0 10px 0 5px;
		font-size: 1.7rem;
	}
	#section04 .item-wrap2 .item .tit .txt {
		font-size: 1.7rem;
	}
	#section04 .item-wrap2 .item .desc {
		padding: 20px 10px 0 55px;
		font-size: 1.6rem;
	}
}

#section05 {
	padding: 145px 0 120px;
	background: url('../_images/se05_bg.jpg') no-repeat center right;
	background-size: cover;
	text-align: right;
}
.cmn-full .box-wrap {
	padding: 0 90px;
}
.cmn-full .box-wrap h2 {
	margin: 0 0 45px;
	font-size: 3.4rem; letter-spacing: -.136rem; font-weight: 300; color: #0a396a;
}
.cmn-full .box-wrap h2 b {
	font-weight: 700;
	border-bottom: 2px solid #0a396a;
}
.cmn-full .box-wrap .desc {
	margin: 0 0 35px;
	font-size: 2rem; line-height: 1.4; letter-spacing: -.08rem; font-weight: 300; color: #000;
}
.cmn-full .box-wrap .desc b {
	font-weight: 700;
}
.cmn-full .box-wrap .txt-tail {
	text-transform: uppercase;
	font-size: .9rem; letter-spacing: .288rem; font-weight: 500; color: #000;
}
#section05.cmn-full .box-wrap h2 {
	color: #fff;
}
#section05.cmn-full .box-wrap h2 b {
	border-color: #fff;
}
#section05.cmn-full .box-wrap .desc {
	color: #fff;
}
#section05.cmn-full .box-wrap .txt-tail {
	color: #fff;
}
@media (max-width: 1279px) {

}
@media (max-width: 719px) {
	#section05 {
		padding: 70px 0;
	}

	.cmn-full .box-wrap {
		padding: 0 20px;
	}
	.cmn-full .box-wrap h2 {
		margin: 0 0 25px;
		font-size: 2.6rem;
	}
	.cmn-full .box-wrap h2 b {
		border-bottom: 1px solid #fff;
	}
	.cmn-full .box-wrap .desc {
		margin: 0 0 25px;
		font-size: 1.6rem;
	}
	.cmn-full .box-wrap .txt-tail {
		font-size: .7rem;
	}
}

#section06 {
	padding: 125px 0;
	background: url('../_images/se06_bg.jpg') no-repeat top right;
	background-size: auto 476px;
}
#section06 .item-wrap {
	display: flex; justify-content: center;
	max-width: 1660px;
	padding: 0 15px; margin: 100px auto;
}
#section06 .item-wrap .item {
	width: 14.28%;
}
#section06 .item-wrap .item .inner {
	margin: 0 -15px;
}
#section06 .item-wrap .item .circle {
	display: flex; align-items: center; justify-content: center;
	border-radius: 50%;
	text-align: center;
	color: #fff;
}
#section06 .item-wrap .item .circle:after {
	content: '';
	display: block;
	padding-bottom: 100%;
}
#section06 .item-wrap .item .circle .num {
	margin: 0 0 20px;
	font-size: 1.8rem; font-weight: 700;
}
#section06 .item-wrap .item .circle .txt {
	font-size: 2.1rem; letter-spacing: -.084rem; font-weight: 700;
}
#section06 .item-wrap .item .desc {
	position: relative;
	border-top: 1px solid #bababa;
	padding: 25px 0 0 0; margin: 45px 0 0 0;
	text-align: center;
	font-size: 1.8rem; letter-spacing: -.09rem; font-weight: 300;
}
#section06 .item-wrap .item .desc:after {
	content: '';
	position: absolute; top: -64px; left: 50%;
	width: 1px; height: 64px;
	background-color: #bababa;
}
#section06 .item-wrap .item01 .circle {
	background-color: #051a2a;
}
#section06 .item-wrap .item02 .circle {
	background-color: #082943;
}
#section06 .item-wrap .item03 .circle {
	background-color: #0e4672;
}
#section06 .item-wrap .item04 .circle {
	background-color: #17aabd;
}
#section06 .item-wrap .item05 .circle {
	background-color: #0e4672;
}
#section06 .item-wrap .item06 .circle {
	background-color: #082943;
}
#section06 .item-wrap .item07 .circle {
	background-color: #051a2a;
}
#section06 .section-wrap .section01 {
	display: flex; justify-content: center;
}
#section06 .section-wrap .section01 .img {
	align-self: flex-end;
	padding: 0 80px;
}
#section06 .section-wrap .section01 .info {
	align-self: center;
	padding: 50px 0;
	max-width: 820px;
}
#section06 .section-wrap .section01 .info .tit {
	margin: 0 0 30px;
	font-size: 5rem; letter-spacing: -.25rem; font-weight: 300;
}
#section06 .section-wrap .section01 .info .tit b {
	font-weight: 700;
}
#section06 .section-wrap .section01 .info .list-wrap {
}
#section06 .section-wrap .section01 .info .list-wrap .list-tit {
	display: flex; align-items: center;
	border: 1px solid #0a396a;
	border-radius: 70px;
	background-color: #f7fbff;
	height: 70px;
}
#section06 .section-wrap .section01 .info .list-wrap .list-tit .num {
	flex-shrink: 0;
	display: flex; align-items: center; justify-content: center;
	width: 60px; height: 60px;
	border-radius: 50%;
	background-color: #0a396a;
	padding: 4px 0 0 0; margin: 0 20px 0 5px;
	box-sizing: border-box;
	font-size: 2.2rem; letter-spacing: -.11rem; font-weight: 700; color: #fff;
}
#section06 .section-wrap .section01 .info .list-wrap .list-tit .txt {
	padding: 8px 0 0 0;
	font-size: 2.2rem; letter-spacing: -.11rem; font-weight: 700;
}
#section06 .section-wrap .section01 .info .list-wrap .list-tit .txt .color1 {
	color: #0e4672;
}
#section06 .section-wrap .section01 .info .list-wrap .list-cont {
	padding: 20px 40px 25px 85px;
	font-size: 1.8rem; line-height: 1.7; letter-spacing: -.09rem; font-weight: 300;
}
#section06 .section-wrap .section01 .info .list-wrap .list-cont b {
	font-weight: 500;
}
#section06 .section-wrap .section02 {
	display: flex;
	margin: 0 -15px;
}
#section06 .section-wrap .section02 .item {
	width: 50%;
	padding: 0 15px;
	box-sizing: border-box;
}
#section06 .section-wrap .section02 .item .inner {
	border-top: 1px solid #082943;
	background-color: #f7fbff;
	padding: 70px 80px;
	height: 100%;
	box-sizing: border-box;
	color: #0e4672;
}
#section06 .section-wrap .section02 .item .tit {
	margin: 0 0 20px;
	font-size: 2.4rem; letter-spacing: -.096rem; font-weight: 700;
}
#section06 .section-wrap .section02 .item .txt {
	font-size: 2rem; line-height: 1.6; letter-spacing: -.1rem; font-weight: 300;
}
@media (max-width: 1279px) {
	#section06 .item-wrap {
		flex-wrap: wrap;
	}
	#section06 .item-wrap .item {
		width: 25%;
		padding: 0 0 40px;
	}
	#section06 .item-wrap .item .desc {
		padding: 25px 10px 0;
	}
	#section06 .section-wrap .section01 {
		flex-wrap: wrap;
	}
	#section06 .section-wrap .section01 .img {
		order: 2;
	}
	#section06 .section-wrap .section01 .img img {
		max-width: 260px;
	}
}
@media (max-width: 719px) {
	#section06 .item-wrap {
		margin: 40px auto;
	}
	#section06 .item-wrap .item {
		width: 50%;
	}
	#section06 .item-wrap .item .circle {
		max-width: 140px;
		margin: auto;
	}
	#section06 .section-wrap .section01 .info {
		padding: 0 0 50px;
	}
	#section06 .section-wrap .section01 .info .tit {
		font-size: 4rem;
	}
	#section06 .section-wrap .section01 .info .tit b {
		display: block;
	}
	#section06 .section-wrap .section01 .info .list-wrap .list-tit {
		height: 50px;
		padding: 0 10px 0 0;
	}
	#section06 .section-wrap .section01 .info .list-wrap .list-tit .num {
		width: 40px; height: 40px;
		padding: 4px 0 0 0; margin: 0 10px 0 5px;
		font-size: 1.7rem;
	}
	#section06 .section-wrap .section01 .info .list-wrap .list-tit .txt {
		font-size: 1.7rem;
	}
	#section06 .section-wrap .section01 .info .list-wrap .list-cont {
		padding: 20px 10px 25px 55px;
		font-size: 1.6rem;
	}
	#section06 .section-wrap .section01 .img img {
		max-width: 160px;
	}
	#section06 .section-wrap .section02 {
		flex-wrap: wrap;
	}
	#section06 .section-wrap .section02 .item {
		width: 100%;
	}
	#section06 .section-wrap .section02 .item .inner {
		padding: 40px 20px;
	}
	#section06 .section-wrap .section02 .item .txt {
		font-size: 1.6rem;
	}
}

#section07 {
	padding: 200px 0 140px;
	background: url('../_images/se07_bg.jpg') no-repeat center left;
	background-size: cover;
	text-align: left;
}
@media (max-width: 1279px) {

}
@media (max-width: 719px) {
	#section07 {
		padding: 70px 0;
	}
}

#section08 {
	padding: 130px 0;
	background: url('../_images/se08_bg.jpg') no-repeat top left;
	background-size: auto 331px;
}
#section08 .item-wrap {
	display: flex; justify-content: center;
	margin: 120px 0 70px;
}
#section08 .item-wrap .item {
	padding: 0 30px;
}
#section08 .item-wrap2 {
	display: flex;
}
#section08 .item-wrap2 .item {
	border-bottom: 1px solid #cfcfcf;
}
#section08 .item-wrap2 .item:nth-child(1) {
	width: 50%;
}
#section08 .item-wrap2 .item:nth-child(2) {
	flex-shrink: 0;
	width: 100px;
}
#section08 .item-wrap2 .item:nth-child(3) {
	width: 50%;
}
#section08 .item-wrap2 .tit {
	display: flex; align-items: center; justify-content: center;
	height: 100px;
	font-size: 2.8rem; letter-spacing: -.14rem; font-weight: 700; color: #fff;
}
#section08 .item-wrap2 .item:nth-child(1) .tit {
	background-color: #17aabd;
}
#section08 .item-wrap2 .item:nth-child(2) .tit {
	background-color: #082943;
}
#section08 .item-wrap2 .item:nth-child(3) .tit {
	background-color: #0a396a;
}
#section08 .item-wrap2 .txt {
	padding: 20px;
	font-size: 2rem; line-height: 1.4; letter-spacing: -.12rem; font-weight: 300;
}
#section08 .item-wrap2 .txt b {
	font-weight: 500;
}
@media (max-width: 1279px) {

}
@media (max-width: 719px) {
	#section08 .item-wrap {
		flex-wrap: wrap;
		margin: 60px 0 30px;
	}
	#section08 .item-wrap .item {
		padding: 0 0 30px;
	}
	#section08 .item-wrap .item:nth-child(1) img {
		max-width: 160px;
	}
	#section08 .item-wrap2 .item:nth-child(2) {
		width: 40px;
	}
	#section08 .item-wrap2 .tit {
		height: 40px;
		font-size: 2rem;
	}
	#section08 .item-wrap2 .txt {
		padding: 10px;
		font-size: 1.6rem;
	}
}

#section09 {
	padding: 0 0 120px;
	background: url('../_images/se09_bg.jpg') no-repeat center;
	background-size: cover;
	overflow: hidden;
}
#section09 .item-wrap {
	display: flex; align-items: center;
}
#section09 .item-wrap .img {
	width: 50%;
	padding: 0 25px; margin: -60px 0 0 0;
	box-sizing: border-box;
	text-align: right;
}
#section09 .item-wrap .info {
	width: 50%;
	padding: 50px 45px 110px;
	box-sizing: border-box;
}
#section09 .item-wrap .info .tit {
	margin: 0 0 25px;
	font-size: 5rem; letter-spacing: -.2rem; font-weight: 700; color: #fff;
}
#section09 .item-wrap .info .desc {
	font-size: 2.1rem; line-height: 1.4; letter-spacing: -.084rem; font-weight: 300; color: #fff;
}
#section09 .item-wrap .info .desc b {
	font-weight: 700;
}
#section09 .item-wrap2 {
	position: relative; z-index: 1;
	display: flex;
	padding: 75px; margin: -115px 0 0;
	background-color: #fff;
}
#section09 .item-wrap2 .item {
	width: 50%;
	padding: 0 85px;
	box-sizing: border-box;
}
#section09 .item-wrap2 .item:not(:last-child) {
	border-right: 1px solid #0a396a;
}
#section09 .item-wrap2 .item .inner {
}
#section09 .item-wrap2 .item .tit {
	margin: 0 0 40px;
	text-align: center;
	font-size: 3.7rem; letter-spacing: -.185rem; font-weight: 300;
}
#section09 .item-wrap2 .item .tit .tit-top {
	margin: 0 0 5px;
	font-size: 3.9rem; letter-spacing: -.234rem; font-weight: 900; color: #ececec;
}
#section09 .item-wrap2 .item .tit b {
	font-weight: 700;
}
#section09 .item-wrap2 .item .tit sub {
	vertical-align: bottom;
}
#section09 .item-wrap2 .item .cont {
}
#section09 .item-wrap2 .item .cont .section01 {
	display: flex; align-items: center;
	margin: 0 0 25px;
}
#section09 .item-wrap2 .item .cont .section01 figure {
	flex-shrink: 0;
	padding: 0 30px;
}
#section09 .item-wrap2 .item .cont .section01 .txt {
	font-size: 2.2rem; line-height: 1.4; letter-spacing: -.088rem; font-weight: 300; color: #0a396a
}
#section09 .item-wrap2 .item .cont .section01 .txt b {
	font-weight: 700;
}
#section09 .item-wrap2 .item .cont .section01 .txt b sub {
	vertical-align: bottom;
}
#section09 .item-wrap2 .item .cont .section02 {
	max-width: 800px;
	margin: auto;
}
#section09 .item-wrap2 .item .cont .section02 ul {
	display: flex; flex-wrap: wrap;
}
#section09 .item-wrap2 .item .cont .section02 ul li {
	width: 50%;
	padding: 5px;
	box-sizing: border-box;
}
#section09 .item-wrap2 .item .cont .section02 ul li span {
	display: flex; align-items: center; justify-content: center;
	height: 86px;
	border-radius: 86px;
	font-size: 2.4rem; letter-spacing: -.096rem; font-weight: 700; color: #fff;
}
#section09 .item-wrap2 .item .cont .section02 ul li:nth-child(1) span, 
#section09 .item-wrap2 .item .cont .section02 ul li:nth-child(2) span {
	background-color: #17aabd;
}
#section09 .item-wrap2 .item .cont .section02 ul li:nth-child(3) span, 
#section09 .item-wrap2 .item .cont .section02 ul li:nth-child(4) span {
	background-color: #0a396a;
}
#section09 .item-wrap2 .item .cont .section03 {
}
#section09 .item-wrap2 .item .cont .section03 ul {
}
#section09 .item-wrap2 .item .cont .section03 ul li {
	display: flex; align-items: center;
}
#section09 .item-wrap2 .item .cont .section03 ul li .num {
	flex-shrink: 0;
	display: flex; align-items: center; justify-content: center;
	width: 80px; height: 80px;
	border-radius: 80px;
	margin: 0 20px 0 0;
	background-color: #0a396a;
	font-size: 2.2rem; line-height: 1.4; letter-spacing: -.088rem; font-weight: 700; color: #fff;
}
#section09 .item-wrap2 .item .cont .section03 ul li .txt {
	padding: 25px 0;
	font-size: 2.2rem; line-height: 1.4; letter-spacing: -.088rem; font-weight: 300;
}
#section09 .item-wrap2 .item .cont .section03 ul li:not(:last-child) .txt {
	border-bottom: 1px solid #ccc;
}
@media (max-width: 1279px) {
	#section09 .item-wrap {
		flex-wrap: wrap;
	}
	#section09 .item-wrap .img {
		width: 100%;
		margin: 0;
		text-align: center;
	}
	#section09 .item-wrap .img img {
		max-width: 300px;
	}
	#section09 .item-wrap .info {
		width: 100%;
	}
	#section09 .item-wrap2 {
		flex-wrap: wrap;
		padding: 40px; margin: 0;
	}
	#section09 .item-wrap2 .item {
		width: 100%;
		padding: 40px 0;
	}
	#section09 .item-wrap2 .item:not(:last-child) {
		border: 0; border-bottom: 1px solid #0a396a;
	}
}
@media (max-width: 719px) {
	#section09 .item-wrap .img img {
		max-width: 240px;
	}
	#section09 .item-wrap .info {
		padding: 50px 20px;
	}
	#section09 .item-wrap .info .tit {
		font-size: 3.5rem;
	}
	#section09 .item-wrap .info .desc {
		font-size: 1.8rem;
	}
	#section09 .item-wrap2 {
		padding: 20px;
	}
	#section09 .item-wrap2 .item .tit {
		font-size: 2.6rem;
	}
	#section09 .item-wrap2 .item .cont .section01 figure {
		padding: 0 20px;
	}
	#section09 .item-wrap2 .item .cont .section01 figure img {
		max-width: 80px;
	}
	#section09 .item-wrap2 .item .cont .section01 .txt {
		font-size: 1.6rem;
	}
	#section09 .item-wrap2 .item .cont .section02 ul li span {
		height: 50px;
		font-size: 2rem;
	}
	#section09 .item-wrap2 .item .cont .section03 ul li .num {
		width: 50px; height: 50px;
		margin: 0 10px 0 0;
	}
	#section09 .item-wrap2 .item .cont .section03 ul li .txt {
		font-size: 1.6rem;
	}
}

#section10 {
	padding: 140px 0 0;
}
#section10 .item-wrap {
	position: relative; z-index: 1;
	display: flex; align-items: center;
	margin: 45px 0 0 0;
}
#section10 .item-wrap .img {
	width: 50%;
	padding: 0 30px;
	box-sizing: border-box;
	text-align: right;
}
#section10 .item-wrap .info {
	width: 50%;
	padding: 50px 30px;
	box-sizing: border-box;
}
#section10 .item-wrap .info .tit {
	margin: 0 0 25px;
	font-size: 5rem; letter-spacing: -.2rem; font-weight: 700;
}
#section10 .item-wrap .info .desc {
	margin: 0 0 35px;
	font-size: 2.1rem; line-height: 1.4; letter-spacing: -.084rem; font-weight: 300;
}
#section10 .item-wrap .info .desc b {
	font-weight: 500;
}
#section10 .item-wrap .info ul {
	display: flex; flex-wrap: wrap;
}
#section10 .item-wrap .info ul li {
	width: 50%; max-width: 256px;
	padding: 5px;
	box-sizing: border-box;
}
#section10 .item-wrap .info ul li span {
	display: flex; align-items: center; justify-content: center;
	height: 68px;
	border-radius: 68px;
	font-size: 2.2rem; letter-spacing: -.088; font-weight: 500; color: #fff;
}
#section10 .item-wrap .info ul li:nth-child(1) span, 
#section10 .item-wrap .info ul li:nth-child(2) span {
	background-color: #0a396a;
}
#section10 .item-wrap .info ul li:nth-child(3) span, 
#section10 .item-wrap .info ul li:nth-child(4) span {
	background-color: #17aabd;
}
#section10 .section-wide {
	padding: 150px 0;
	background: url('../_images/se10_bg.jpg') no-repeat center;
	background-size: cover;
}
#section10 .section-wide .box-wrap {
	display: flex;
}
#section10 .section-wide .box-wrap .box-left {
	width: 45%;
}
#section10 .section-wide .box-wrap .box-left .tit {
	margin: 0 0 35px;
	font-size: 5rem; letter-spacing: -.2rem; font-weight: 300; color: #0a396a;
}
#section10 .section-wide .box-wrap .box-left .tit b {
	font-weight: 700;
}
#section10 .section-wide .box-wrap .box-left ul {
}
#section10 .section-wide .box-wrap .box-left ul li {
	display: flex;
	padding: 2px 0;
}
#section10 .section-wide .box-wrap .box-left ul li .num {
	position: relative;
	flex-shrink: 0;
	width: 30px;
	margin: 0 10px 0 0;
	font-size: 2.2rem; letter-spacing: -.088rem; font-weight: 700; color: #17aabd;
}
#section10 .section-wide .box-wrap .box-left ul li .num:after {
	content: '|';
	position: absolute; top: 50%; right: 0;
	transform: translateY(-50%);
	font-weight: 300;
}
#section10 .section-wide .box-wrap .box-left ul li .txt {
	font-size: 2.2rem; letter-spacing: -.088rem; font-weight: 300; color: #000;
}
#section10 .section-wide .box-wrap .box-right {
	width: 55%;
}
#section10 .section-wide .box-wrap .box-right ul {
	display: flex;
}
#section10 .section-wide .box-wrap .box-right ul li {
	position: relative;
	display: flex; align-items: center; justify-content: center;
	width: 280px; height: 280px;
	border-radius: 50%;
	margin: 0 -20px;
	background-color: #fff;
	text-align: center;
	font-size: 2.2rem; letter-spacing: -.088rem; font-weight: 500;
}
#section10 .section-wide .box-wrap .box-right ul li:not(:last-child):after {
	content: '+';
	position: absolute; top: 50%; right: 0; z-index: 2;
	transform: translateY(-50%);
	width: 40px;
	text-align: center;
	font-size: 5rem; font-weight: 300; color: #0a396a;
}
@media (max-width: 1279px) {
	#section10 .item-wrap {
		flex-wrap: wrap;
	}
	#section10 .item-wrap .img {
		width: 100%;
		text-align: center;
	}
	#section10 .item-wrap .img img {
		max-width: 300px;
	}
	#section10 .item-wrap .info {
		width: 100%;
	}
	#section10 .section-wide .box-wrap {
		flex-wrap: wrap;
	}
	#section10 .section-wide .box-wrap .box-left {
		width: 100%;
		padding: 0 0 40px;
	}
	#section10 .section-wide .box-wrap .box-right {
		width: 100%;
	}
	#section10 .section-wide .box-wrap .box-right ul {
		padding: 0 20px;
	}
	#section10 .section-wide .box-wrap .box-right ul li {
		width: 240px; height: 240px;
	}
}
@media (max-width: 719px) {
	#section10 {
		padding: 70px 0 0;
	}
	#section10 .item-wrap .img img {
		max-width: 240px;
	}
	#section10 .item-wrap .info {
		padding: 50px 25px;
	}
	#section10 .item-wrap .info .tit {
		font-size: 3.5rem;
	}
	#section10 .item-wrap .info .desc {
		font-size: 1.8rem;
	}
	#section10 .item-wrap .info ul li span {
		height: 50px;
		font-size: 1.6rem;
	}
	#section10 .section-wide {
		padding: 80px 0;
	}
	#section10 .section-wide .box-wrap .box-left .tit {
		font-size: 3.5rem;
	}
	#section10 .section-wide .box-wrap .box-left ul li .num {
		font-size: 1.6rem;
	}
	#section10 .section-wide .box-wrap .box-left ul li .txt {
		font-size: 1.6rem;
	}
	#section10 .section-wide .box-wrap .box-right ul li {
		width: 140px; height: 140px;
		font-size: 1.8rem;
	}
	#section10 .section-wide .box-wrap .box-right ul li:not(:last-child):after {
		font-size: 3rem;
	}
}

#section11 {
	padding: 120px 0 130px;
}
#section11 .item-wrap {
	display: flex;
	margin: 85px -10px 0;
}
#section11 .item-wrap .item {
	width: 33.33%;
	padding: 0 10px;
	box-sizing: border-box;
}
#section11 .item-wrap .item .inner {
	display: flex; flex-direction: column; justify-content: space-between;
	height: 100%;
	border-top: 1px solid #0a396a;
	background-color: #f7fbff;
}
#section11 .item-wrap .item .info {
	padding: 45px 35px;
}
#section11 .item-wrap .item .info .tit {
	display: flex; align-items: center;
	margin: 0 0 30px;
}
#section11 .item-wrap .item .info .tit .num {
	flex-shrink: 0;
	display: flex; align-items: center; justify-content: center;
	width: 58px; height: 58px;
	border-radius: 58px;
	padding: 4px 0 0 0; margin: 0 15px 0 0;
	background-color: #0a396a;
	box-sizing: border-box;
	font-size: 2.4rem; letter-spacing: -.096rem; font-weight: 700; color: #fff;
}
#section11 .item-wrap .item .info .tit .txt {
	font-size: 2.4rem; letter-spacing: -.096rem; font-weight: 700; color: #0a396a;
}
#section11 .item-wrap .item .info .desc {
	text-align: justify;
	font-size: 2.1rem; line-height: 1.4; letter-spacing: -.105rem; font-weight: 300;
}
#section11 .item-wrap .item .info .desc b {
	font-weight: 500;
}
@media (max-width: 1279px) {

}
@media (max-width: 719px) {
	#section11 {
		padding: 60px 0;
	}
	#section11 .item-wrap {
		flex-wrap: wrap;
		margin: 50px 0 0;
	}
	#section11 .item-wrap .item {
		width: 100%;
		padding: 0 0 40px;
	}
	#section11 .item-wrap .item .info {
		padding: 30px 20px;
	}
	#section11 .item-wrap .item .info .tit .num {
		width: 40px; height: 40px;
	}
	#section11 .item-wrap .item figure img {
		width: 100%;
	}
	#section11 .item-wrap .item .info .desc {
		font-size: 1.8rem;
	}
}

#section12 .item-wrap {
	display: flex;
}
#section12 .item-wrap .item {
	position: relative;
	width: 50%;
	padding: 120px 0;
	background-size: cover;
	text-align: center;
}
#section12 .item-wrap .item:nth-child(1) {
	background-image: url('../_images/se12_bg01.jpg');
	background-position: center right;
}
#section12 .item-wrap .item:nth-child(2) {
	background-image: url('../_images/se12_bg02.jpg');
	background-position: center left;
}
#section12 .item-wrap .item:not(:last-child):after {
	content: '+';
	position: absolute; top: 50%; right: 0; z-index: 2;
	display: flex; align-items: center; justify-content: center;
	transform: translate(50%, -50%);
	width: 76px; height: 76px;
	padding: 4px 0 0 0;
	box-sizing: border-box;
	border-radius: 50%;
	background-color: #fff;
	font-size: 5.3rem; font-weight: 300; color: #0a396a;
}
#section12 .item-wrap .item .tit {
	margin: 0 0 20px;
	font-size: 2.6rem; letter-spacing: -.104rem; font-weight: 700; color: #fff;
}
#section12 .item-wrap .item .desc {
	font-size: 1.8rem; line-height: 1.4; letter-spacing: -.072rem; font-weight: 300; color: #fff;
}
#section12 .item-wrap .item .desc b {
	font-weight: 500;
}
@media (max-width: 1279px) {

}
@media (max-width: 719px) {
	#section12 .item-wrap {
		flex-wrap: wrap;
	}
	#section12 .item-wrap .item {
		width: 100%;
		padding: 60px 0;
	}
	#section12 .item-wrap .item:not(:last-child):after {
		top: auto; bottom: 0; right: auto; left: 50%;
		transform: translate(-50%, 50%);
		width: 50px; height: 50px;
	}
}

#section13 {
	padding: 180px 0 160px;
	background: url('../_images/se13_bg.jpg') no-repeat center;
	background-size: cover;
}
#section13 .slide-wrap {
	position: relative;
	margin: 130px auto 0;
	max-width: 1176px;
}
#section13 .img-btn {
	padding: 20px 0 0; margin: 0 auto;
	font-size: 0;
}
#section13 .img-btn ul {
	margin: 0 -1px;
}
#section13 .img-btn li {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	box-sizing: border-box;
	padding: 0 1px 2px;
}
#section13 .img-btn li img {
	cursor: pointer;
}
#gallery {
	text-align: center;
	position: relative;
	max-width: 1382px;
}
#gallery .arrow {
	position: absolute; top: 50%; z-index: 40;
	width: 100px; height: 100px;
	margin-top: -45px;
	font-size: 0; line-height: 0;
	cursor: pointer;
}
#gallery .arrow-prev {
	left: -150px;
	background: url('../_images/se13_btn_prev.png') no-repeat center;
}
#gallery .arrow-next {
	right: -150px;
	background: url('../_images/se13_btn_next.png') no-repeat center;
}
@media (max-width: 1279px) {
	#section13 .slide-wrap {
		margin-top: 100px;
	}
}
@media (max-width: 719px) {
	#section13 {
		padding: 60px 0;
	}
	#section13 .slide-wrap {
		margin-top: 50px;
	}
	#section13 .img-btn ul {
		margin: 0 -2px;
	}
	#section13 .img-btn li {
		padding: 0 2px 4px;
	}
}

.article-location {
	padding: 150px 0 110px;
}
.article-location .item-wrap {
	display: flex; justify-content: space-between;
	max-width: 1300px;
	margin: auto;
}
.article-location .item-wrap .item {
	width: 100%; max-width: 350px;
	box-sizing: border-box;
	text-align: center;
}
.article-location .item-wrap .inner {
	display: inline-block;
	width: 100%;
}
.article-location .item-wrap .ico-wrap {
	width: 100%; max-width: 230px;
	margin: 0 auto 35px;
}
.article-location .item-wrap .ico {
	width: 100%; height: 0;
	padding-bottom: 100%;
	border-radius: 100%;
	border: 1px solid #e4e4e4;
	background-position: center;
	background-repeat: no-repeat;
}
.article-location .item-wrap .ico01 {
	background-image: url('../_images/se14_ico01.png');
}
.article-location .item-wrap .ico02 {
	background-image: url('../_images/se14_ico02.png');
}
.article-location .item-wrap .ico03 {
	background-image: url('../_images/se14_ico03.png');
}
.article-location .item-wrap h2 {
	padding: 0 0 20px; margin: 0 0 30px;
	border-bottom: 1px dashed #c6c6c6;
	font-size: 3rem; font-weight: 300;
}
.article-location .item-wrap h2 b {
	font-weight: 700;
}
.article-location .item-wrap h2 span {
	display: block;
	margin: 0 0 10px;
	font-size: 1.4rem; font-weight: 300; color: #a1a1a1;
}
.article-location .item-wrap .time-table {
	display: flex; flex-wrap: wrap;
	margin: 0 auto 10px;
	text-align: left;
}
.article-location .item-wrap .time-table:after {
	content: ''; display: block; clear: both;
}
.article-location .item-wrap .time-table .box-left {
	width: 110px;
	padding: 5px 20px 8px 10px;
	font-size: 1.9rem; font-weight: 400; color: #6a6a6a;
}
.article-location .item-wrap .time-table .box-right {
	padding: 5px 10px 8px 0;
	font-size: 1.9rem; font-weight: 300; color: #191919;
}
.article-location .item-wrap .time-table .box-right span {
	display: inline-block;
	vertical-align: bottom;
	margin: 0 0 2px;
	font-size: 1.5rem;
}
.article-location .item-wrap .time-table b {
	font-weight: 700;
}
.article-location .item-wrap .time-table .bg {
	background-color: #e9f6f8;
}
.article-location .item-wrap .time-table .box-left {
	border-radius: 38px 0 0 38px;
}
.article-location .item-wrap .time-table .box-right {
	border-radius: 0 38px 38px 0;
}

.article-location .item-wrap .bbs {
	display: flex; align-items: center; justify-content: center;
	height: 46px;
	margin: 0 -50px;
	border-radius: 46px;
	background-color: #f3fbff;
	font-size: 1.5rem; font-weight: 700; color: #009cde;
}

.article-location .item-wrap .txt.align-left {
	background-color: #fffbef;
	border-radius: 46px;
	text-align: center;
	font-size: 1.5rem; line-height: 46px; font-weight: 700; color: #717171;
}
.article-location .item-wrap .txt {
	margin: 0 0 15px;
	font-size: 1.5rem; line-height: 1.4; font-weight: 300;
	white-space: nowrap;
}
.article-location .item-wrap .txt b {
	font-weight: 700;
}
.article-location .item-wrap .txt2 {
	font-size: 1.5rem; font-weight: 500; color: #c2a754;
	white-space: nowrap;
}
.article-location .item-wrap .txt3 {
	margin: 0 0 15px;
	font-size: 1.5rem; line-height: 1.4; font-weight: 300;
	white-space: nowrap;
}
.article-location .item-wrap .txt4 {
	margin: 0 0 25px;
	font-size: 1.5rem; font-weight: 300;
}
.article-location .item-wrap .txt5 {
	font-size: 1.5rem; font-weight: 300; color: #29a9bd;
}
.article-location .item-wrap .tel {
	display: inline-flex;
	align-items: flex-end;
	margin: 10px 0 0 0;
}
.article-location .item-wrap .tel > span {
	margin: 0 20px 3% 0;
	font-size: 1.5rem; font-weight: 700; color: #717171;
}
.article-location .item-wrap .tel a {
	font-size: 3.5rem; letter-spacing: -.21rem; color: #0a396a;
}
.article-location .item-wrap .link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	margin: 20px 0 25px;
	border: 5px solid #c3a957;
	width: 230px; height: 54px;
	border-radius: 54px;
	font-size: 1.7rem; color: #c3a957;
}
.article-location .item-wrap .link:before {
	content: '';
	position: absolute; top: 50%; left: 25px;
	margin-top: -1px;
	width: 22px; height: 2px;
	background-color: #c3a957;
}
.article-location .item-wrap .link:after {
	content: '';
	position: absolute; top: 50%; right: 25px;
	margin-top: -1px;
	width: 22px; height: 2px;
	background-color: #c3a957;
}
.article-location .item-wrap .link-b {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	box-sizing: border-box;
	margin: 20px 0 10px;
	border: 5px solid #c3a957;
	width: 230px; height: 54px;
	border-radius: 54px;
	font-size: 1.7rem; color: #c3a957;
}
.article-location .item-wrap .tip {
	font-size: 1.5rem; line-height: 1.5; font-weight: 700; color: #c2a754;
}
@media (max-width: 1279px) {
	.article-location {
		padding: 100px 0 0;
	}
	.article-location .item-wrap {
		display: block;
	}
	.article-location .item-wrap .item {
		width: 100%;
		padding: 0 2% 80px; margin: auto;
	}
	.article-location .item-wrap .ico-wrap {
		max-width: 120px;
		margin: 0 auto 20px;
	}
	.article-location .item-wrap .ico {
		background-size: 50px auto;
	}
}
@media (max-width: 719px) {
	.article-location {
		padding: 60px 0 0;
	}
	.article-location .item-wrap .item {
		padding-bottom: 40px;
	}
	.article-location .item-wrap .ico-wrap {
		max-width: 80px;
	}
	.article-location .item-wrap .ico {
		background-size: 30px auto;
	}
	.article-location .item-wrap .time-table {
		max-width: 300px;
	}
}

.map iframe {
	width: 100%; height: 650px;
}
@media (max-width: 1279px) {
	.map iframe {
		height: 300px;
	}
}
@media (max-width: 719px) {
	.map iframe {
		height: 200px;
	}
}