@charset "UTF-8";


	

	
/* pagetitle
--------------------- */
#pagetitle.training-welfare {
	background: url("../img/training-welfare/pagetitle_pht.webp") no-repeat center / cover;
}


	

	
/* training
--------------------- */
#training .point {
	margin-top: 80px;
}
	#training .point .p-tti {
		margin-bottom: 20px;
	}
		#training .point .p-tti .en {
			font-size: 1.8rem;
			font-weight: 500;
			line-height: 1;
			margin-bottom: 8px;
			padding-left: 15px;
			position: relative;
		}
		#training .point .p-tti .en:before {
			content: "";
			width: 10px;
			height: 10px;
			background: #0093D7;
			border-radius: 50%;
			position: absolute;
			top: 3px;
			left: 0;
		}

		#training .point .p-tti h3 {
			font-size: 3.4rem;
			font-weight: 700;
			line-height: 1.4em;
		}

	#training .point .list {
		margin-top: 40px;
	}
		#training .point .list .box {
			background: #EBF7FC;
		}
		#training .point .list.column01 .box  {
			display: flex;
			justify-content: flex-start;
			align-items: center;
		}
		#training .point .list.column02 .box {
			width: 48%;
		}
			#training .point .list .box .text {
				padding: 30px 40px;
			}
			#training .point .list.column01 .box .text {
				width: 50%;
			}
				#training .point .list .box .text h4 {
					font-size: 2.4rem;
					font-weight: 700;
					line-height: 1.3em;
					margin-bottom: 18px;
				}

				#training .point .list .box .text ul.icon-list li {
					font-size: 1.5rem;
					line-height: 1.6em;
					margin-bottom: 5px;
					position: relative;
					padding-left: 14px;
				}
				#training .point .list .box .text ul.icon-list li:before {
					content: "";
					width: 8px;
					height: 8px;
					background: #0093D7;
					border-radius: 50%;
					position: absolute;
					top: 9px;
					left: 0;
				}

			#training .point .list.column01 .box .pht {
				width: 50%;
			}

#training .btn-pdf {
	width: 380px;
	margin: 60px auto 0 auto;
}
	#training .btn-pdf a {
		display: block;
		height: 90px;
		border: solid 1px #ddd;
		background: #fff url("../../common/img/icon_arrow_black.svg") no-repeat right 20px center / 18px;
		font-size: 2.0rem;
		font-weight: 500;
		line-height: 90px;
		text-align: center;
	}
	#training .btn-pdf a:hover {
		border: solid 1px #0093D7;
		background: #0093D7 url("../../common/img/icon_arrow_white.svg") no-repeat right 20px center / 18px;
		color: #fff;
	}
@media screen and (max-width: 1024px) {
	#training .point {
		margin-top: 8vw;
	}
		#training .point .p-tti {
			margin-bottom: 2vw;
		}
			#training .point .p-tti .en {
				font-size: 1.8vw;
				margin-bottom: 0.8vw;
				padding-left: 1.5vw;
			}
			#training .point .p-tti .en:before {
				width: 1vw;
				height: 1vw;
				top: 0.3vw;
			}

			#training .point .p-tti h3 {
				font-size: 3.4vw;
			}

		#training .point .list {
			margin-top: 4vw;
		}
			#training .point .list .box .text {
				padding: 3vw 4vw;
			}
				#training .point .list .box .text h4 {
					font-size: 2.4vw;
					margin-bottom: 1.8vw;
				}

				#training .point .list .box .text ul.icon-list li {
					font-size: 1.5vw;
					margin-bottom: 0.5vw;
					padding-left: 1.4vw;
				}
				#training .point .list .box .text ul.icon-list li:before {
					width: 0.8vw;
					height: 0.8vw;
					top: 0.9vw;
				}

	#training .btn-pdf {
		width: 38vw;
		margin: 6vw auto 0 auto;
	}
		#training .btn-pdf a {
			height: 9vw;
			background: #fff url("../../common/img/icon_arrow_black.svg") no-repeat right 2vw center / 1.8vw;
			font-size: 2.0vw;
			line-height: 9vw;
		}
		#training .btn-pdf a:hover {
			background: #0093D7 url("../../common/img/icon_arrow_white.svg") no-repeat right 2vw center / 1.8vw;
		}
}
@media screen and (max-width: 767px) {
	#training .point {
		margin-top: 12vw;
	}
		#training .point .p-tti {
			margin-bottom: 4vw;
		}
			#training .point .p-tti .en {
				font-size: 4.0vw;
				margin-bottom: 2vw;
				padding-left: 4vw;
			}
			#training .point .p-tti .en:before {
				width: 2vw;
				height: 2vw;
				top: 0.5vw;
			}

			#training .point .p-tti h3 {
				font-size: 5.4vw;
			}

		#training .point .list {
			display: block;
			margin-top: 7vw;
		}
			#training .point .list .box {
				display: block !important;
				width: 100% !important;
			}
				#training .point .list .box .pht {
					width: 100% !important;
				}
	
				#training .point .list .box .text {
					width: 100% !important;
					padding:  5vw;
				}
					#training .point .list .box .text h4 {
						font-size: 4.8vw;
						margin-bottom: 3vw;
					}

					#training .point .list .box .text ul.icon-list li {
						font-size: 3.6vw;
						margin-bottom: 0.5vw;
						padding-left: 4vw;
					}
					#training .point .list .box .text ul.icon-list li:before {
						width: 2vw;
						height: 2vw;
						top: 2vw;
					}

	#training .btn-pdf {
		width: 80%;
		margin: 8vw auto 0 auto;
	}
		#training .btn-pdf a {
			height: 14vw;
			background: #fff url("../../common/img/icon_arrow_black.svg") no-repeat right 4vw center / 4vw;
			font-size: 4.0vw;
			line-height: 14vw;
		}
		#training .btn-pdf a:hover {
			background: #0093D7 url("../../common/img/icon_arrow_white.svg") no-repeat right 4vw center / 4vw;
		}
}


	

	
/* welfare
--------------------- */
#welfare .row {
	margin-top: 80px;
}
	#welfare .row h3 {
		font-size: 3.0rem;
		font-weight: 700;
		line-height: 1.4em;
		margin-bottom: 30px;
	}

	#welfare .row dl.box {
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		border-top: solid 1px #ddd;
		padding: 35px 0;
	}
	#welfare .row dl.box:nth-last-child(1) {
		border-bottom: solid 1px #ddd;
	}
		#welfare .row dl.box dt {
			width: 200px;
			font-size: 2.0rem;
			font-weight: 700;
			color: #0093D7;
			line-height: 1.4em;
			margin-bottom: 10px;
		}

		#welfare .row dl.box dd {
			width: -webkit-calc(100% - 200px);
			width: calc(100% - 200px);
		}
			#welfare .row dl.box dd .txt {
				margin-bottom: 15px;
			}
			#welfare .row dl.box dd table {
				width: 100%;
				border-collapse: collapse;
				margin-bottom: 25px;
			}
				#welfare .row dl.box dd table th {
					width: 50%;
					background: #EBF7FC;
					font-size: 1.6rem;
					line-height: 1.2em;
					padding: 15px;
					text-align: center;
				}
				#welfare .row dl.box dd table th:nth-child(1) {
					border-right: solid 1px #ddd;
				}
					#welfare .row dl.box dd table th span {
						font-size: 1.2rem;
					}

				#welfare .row dl.box dd table td {
					width: 50%;
					font-size: 1.4rem;
					line-height: 1.3em;
					padding: 20px 15px;
					text-align: center;
					border-bottom: solid 1px #ddd;
				}
				#welfare .row dl.box dd table td:nth-child(1) {
					border-right: solid 1px #ddd;
				}
@media screen and (max-width: 1024px) {
	#welfare .row {
		margin-top: 8vw;
	}
		#welfare .row h3 {
			font-size: 3.0vw;
			margin-bottom: 3vw;
		}

		#welfare .row dl.box {
			padding: 3.5vw 0;
		}
			#welfare .row dl.box dt {
				width: 20%;
				font-size: 2.0vw;
				margin-bottom: 1vw;
			}

			#welfare .row dl.box dd {
				width: 80%;
			}
				#welfare .row dl.box dd .txt {
					margin-bottom: 1.5vw;
				}
				#welfare .row dl.box dd table {
					margin-bottom: 2.5vw;
				}
					#welfare .row dl.box dd table th {
						font-size: 1.6vw;
						padding: 1.5vw 1vw;
					}
						#welfare .row dl.box dd table th span {
							font-size: 1.2vw;
						}

					#welfare .row dl.box dd table td {
						font-size: 1.4vw;
						padding: 2vw 1vw;
					}
}
@media screen and (max-width: 767px) {
	#welfare .row {
		margin-top: 12vw;
	}
		#welfare .row h3 {
			font-size: 5.4vw;
			margin-bottom: 3vw;
		}

		#welfare .row dl.box {
			display: block;
			padding: 6vw 0;
		}
			#welfare .row dl.box dt {
				width: 100%;
				font-size: 4.3vw;
				margin-bottom: 2vw;
			}
	
			#welfare .row dl.box dd {
				width: 100%;
			}
				#welfare .row dl.box dd .txt {
					margin-bottom: 3vw;
				}
				#welfare .row dl.box dd table {
					margin-bottom: 5vw;
				}
					#welfare .row dl.box dd table th {
						font-size: 3.6vw;
						padding: 3vw 2vw;
					}
						#welfare .row dl.box dd table th span {
							font-size: 2.8vw;
						}

					#welfare .row dl.box dd table td {
						font-size: 3.4vw;
						padding: 4vw 2vw;
					}
}


	

	
/* evaluation
--------------------- */
#evaluation .list .box {
	width: 23.5%;
}
	#evaluation .list .box .logo {
		border: solid 1px #ddd;
	}
		#evaluation .list .box .logo .head {
			border-top: solid 1px #ddd;
			background: #F5F5F5;
			text-align: center;
			font-size: 1.1rem;
			line-height: 1.3em;
			padding: 7px 0;
		}

	#evaluation .list .box h3 {
		font-size: 2.0rem;
		font-weight: 700;
		line-height: 1.3em;
		text-align: center;
		margin-top: 18px;
		margin-bottom: 8px;
	}
@media screen and (max-width: 1024px) {
	#evaluation .list .box .logo .head {
		font-size: 1.1vw;
		padding: 0.7vw 0;
	}

	#evaluation .list .box h3 {
		font-size: 2.0vw;
		margin-top: 1.8vw;
		margin-bottom: 0.8vw;
	}
}
@media screen and (max-width: 767px) {
	#evaluation .list {
		display: block;
	}
		#evaluation .list .box {
			width: 100%;
			margin-bottom: 6vw;
		}
		#evaluation .list .box:nth-last-child(1) {
			margin-bottom: 0;
		}
			#evaluation .list .box .logo .head {
				font-size: 3.0vw;
				padding: 1.8vw 0;
			}

			#evaluation .list .box h3 {
				font-size: 5.0vw;
				margin-top: 3vw;
				margin-bottom: 2vw;
			}
}


	

	



	

	



	

	



	

	



	

#location {
	padding-top: 150px;
	position: relative;
	z-index: 2;
}
	#location .en {
		font-size: 2.0rem;
		font-weight: 500;
		line-height: 1;
		margin-bottom: 20px;
	}

	#location h1 {
		font-size: 7.0rem;
		line-height: 1.3em;
		margin-bottom: 55px;
	}
	#location .txt {
		font-weight: 500;
	}
#location_map{
	max-width: 800px;
	margin: -280px auto 0;
	padding-bottom: 135px;
	position: relative;
	z-index: 3;
}
	#location_map ul li{
		position: absolute;
        transition: all .4s;
		top: 0;
		left: 0;
		z-index: 2;
	}
	#location_map ul.pin-list li:nth-child(1){
		top: 63%;
    	left: 36%;
	}
	#location_map ul.pin-list li:nth-child(2){
		top: 46%;
    	left: 30.5%;
	}
	#location_map ul.pin-list li:nth-child(3){
		top: 63.5%;
    	left: 9.5%;
	}
	#location_map ul.pin-list li:nth-child(4){
		top: 44.5%;
    	left: 44.5%;
	}
	#location_map ul.pin-list li:nth-child(5){
		top: 61.5%;
    	left: 24.5%;
	}
	#location_map ul.pin-list li:nth-child(6){
		top: 52.5%;
    	left: 61.5%;
	}
	#location_map ul.pin-list li:nth-child(7){
		top: 58.3%;
    	left: 44.5%;
	}
	#location_map ul.pin-list li:nth-child(8){
		top: 49.5%;
    	left: 7.5%;
	}
	#location_map ul.pin-list li:nth-child(9){
		top: 25.5%;
    	left: 65.5%;
	}
	#location_map ul.pht-list li{
		cursor: pointer;
	}
	#location_map ul.pht-list li img{
		width: 100px;
	}
	#location_map ul.pht-list li p{
		position: relative;
		font-weight: bold;
		padding-left: 20px;
		/* white-space: nowwrap; */
	}
	#location_map ul.pht-list li p::before{
		content: "";
		position: absolute;
		background: url("../img/location/arw.svg") no-repeat center / cover;
		width: 18px;
		height: 18px;
		left: -5px;
		top: 50%;
		transform: translateY(-50%);
	}
		#location_map ul.pht-list li.txt4 p{
			padding-left: 28px;
		}
		#location_map ul.pht-list li.txt4 p::before{
			left: 3px;
		}
		#location_map ul.pht-list li:nth-child(9) p{
			padding-left: 0;
		}
		#location_map ul.pht-list li:nth-child(9) p::before{
			background: none;
		}
	#location_map ul.pht-list li:hover{
		transform: scale(1.1);
	}
	#location_map ul.pht-list li:nth-child(1){
		top: 72%;
    	left: 37%;
	}
	#location_map ul.pht-list li:nth-child(2){
		top: 39%;
    	left: 19%;
	}
	#location_map ul.pht-list li:nth-child(3){
		top: 56%;
    	left: 0%;
	}
	#location_map ul.pht-list li:nth-child(4){
		top: 38%;
    	left: 51%;
	}
	#location_map ul.pht-list li:nth-child(5){
		top: 72%;
    	left: 17%;
	}
	#location_map ul.pht-list li:nth-child(6){
		top: 52%;
		left: 71%;
	}
	#location_map ul.pht-list li:nth-child(7){
		top: 65%;
    	left: 53%;
	}
	#location_map ul.pht-list li:nth-child(8){
		top: 41%;
    	left: -1%;
	}
	#location_map ul.pht-list li:nth-child(9){
		top: 20%;
    	left: 75%;
		pointer-events: none;
	}
	#location_cnt{
	background: #fff;
	padding: 0 calc((100% - 1000px)/2);
	padding-bottom: 150px;
}
	#location_cnt .tab_btn_list{
		gap: 17px;
		justify-content: space-between;
		transform: translateY(-35px);
	}
		#location_cnt .tab_btn_list a{
			width: calc((100% - 51px) / 4);
			border: 1px solid #ddd;
			background: #fff;
			height: 70px;
			font-size: 1.8rem;
			font-weight: bold;
			align-content: center;
			padding-left: 20px;
			position: relative;
		}
		#location_cnt .tab_btn_list a::before{
			content: "";
			position: absolute;
			right: 20px;
			top: 50%;
			transform: translateY(-50%) rotate(0deg);
			width: 18px;
			height: 18px;
			background: url("../img/location/arw.svg") no-repeat center / cover;
		}
		#location_cnt .tab_btn_list a:hover::before{
			top: calc(50% + 5px);
		}
		#location_cnt .tab_btn_list a.active{
			background: #0093D7;
			color: #fff;
			border: none;
		}
		#location_cnt .tab_btn_list a.active::before{
			background: url("../img/location/w-arw.svg") no-repeat center / cover;
		}
	#location_cnt .tab_cont{
		background: #EBF7FC;
		padding: 60px 80px 80px;
		overflow: hidden;
	}
		#location_cnt .tab_cont h2.ttl{
			font-size: 4.0rem;
			font-weight: bold;
			margin-bottom: 25px;
			text-align: center;
		}
		#location_cnt .tab_cont .cell-pht{
			margin-bottom: 30px;
		}
		#location_cnt .tab_cont .tab-cnt{
			margin-top: 60px;
		}
		#location_cnt .tab_cont .tab-cnt .ttl{
			margin-bottom: 20px;
		}
		#location_cnt .tab_cont .tab-cnt .ttl h3{
			font-size: 2.6rem;
		}
		#location_cnt .tab_cont .tab-cnt .ttl img{
			width: 34px;
			margin-right: 6px;
		}
		#location_cnt .tab_cont .tab-cnt.tab-cnt01 ul.flex{
			/* justify-content: space-between; */
		}
		#location_cnt .tab_cont .tab-cnt.tab-cnt01 ul.flex li{
			width: calc((100% - 40px)/3);
		}
		#location_cnt .tab_cont .tab-cnt.tab-cnt01 ul.flex li:nth-child(n+2){
			margin-left: 20px;
		}
		#location_cnt .tab_cont .tab-cnt.tab-cnt01 ul.flex li .txt-area{
			margin-top: 16px;
		}
		#location_cnt .tab_cont .tab-cnt.tab-cnt01 ul.flex li p.mat{
			font-size: 1.4rem;
			font-weight: bold;
		}
		#location_cnt .tab_cont .tab-cnt.tab-cnt01 ul.flex li p.name{
			font-size: 2.0rem;
			font-weight: bold;
			color: #0093D7;
		}
		#location_cnt .tab_cont .tab-cnt.tab-cnt01 ul.flex li p.txt{
			font-size: 1.4rem;
			margin-top: 10px;
		}
		#location_cnt .tab_cont .tab-cnt.tab-cnt01 ul.flex.twotimes{
			width: calc((100% - 40px)/3 * 2 + 40px);
			justify-content: space-between;
		}
		#location_cnt .tab_cont .tab-cnt.tab-cnt01 ul.flex.twotimes li.twotimes-pht{
			width: calc((100% - 20px)/2);
		}
		#location_cnt .tab_cont .tab-cnt.tab-cnt01 ul.flex.twotimes li.twotimes-txt{
			width: 100%;
			order: 3;
		}
		#location_cnt .tab_cont .tab-cnt.tab-cnt01 ul.flex.twotimes li:nth-child(n+2){
			margin-left: 0;
		}
		#location_cnt .tab_cont .tab-cnt.tab-cnt02 ul.flex{
			gap:6px
		}
		#location_cnt .tab_cont .tab-cnt.tab-cnt02 ul.flex li{
			padding: 0 30px 0 18px;
			height: 33px;
			align-content: center;
			font-weight: bold;
			background: #fff;
			font-size: 1.8rem;
			line-height: 1;
		}
		#location_cnt .tab_cont .tab-cnt.tab-cnt02 ul.flex li{
			position: relative;
		}
		#location_cnt .tab_cont .tab-cnt.tab-cnt02 ul.flex li::before{
			content: "";
			position: absolute;
			right: 12px;
			top: 0;
			top: 50%;
			width: 6px;
			height: 6px;
			border-top: 1.5px solid #002153;
			border-right: 1.5px solid #002153;
			transform: translateY(-50%) rotate(45deg);
			transition: all .4s;
		}
		#location_cnt .tab_cont .tab-cnt.tab-cnt02 ul.flex li:hover:before{
			right: 9px;
		}
		#location_cnt .tab_cont .swiper{
			overflow: visible;
		}
		#location_cnt .tab_cont .swiper p{
			margin-top: 10px;
			font-size: 1.4rem;
		}
		#location_cnt .tab_cont .swiper .slide-media{
			height: 190px;
		}
		#location_cnt .tab_cont .swiper .swiper-slide {
			/* pointer-events: none; */
		}
		#location_cnt .tab_cont .swiper .slide-media img{
			height: 100%;
			object-fit: cover;
		}
		#location_cnt .tab_cont .swiper .swiper-button-prev::after,
		#location_cnt .tab_cont .swiper .swiper-button-next:after{
			content: "";
		}
		#location_cnt .tab_cont .swiper .swiper-button-prev,
		#location_cnt .tab_cont .swiper .swiper-button-next{
			width: 60px;
			height: 60px;
			top: 95px;
			margin: 0;
		}
		#location_cnt .tab_cont .swiper .swiper-button-prev{
			transform: translate(-50%, -50%) rotate(180deg);
			left: 0;
		}
		#location_cnt .tab_cont .swiper .swiper-button-next{
			transform: translate(50%, -50%);
			right: 0;
		}
		#location_cnt .tab_cont .swiper .swiper-button-prev::before,
		#location_cnt .tab_cont .swiper .swiper-button-next::before{
			content: "";
			background: url("../img/location/r-arw.svg") no-repeat center / cover;
			width: 60px;
			height: 60px;
		}
		
		
@media screen and (max-width: 1024px) {
		#location .en {
			font-size: 2.0vw;
			margin-bottom: 1.0vw;
		}
	
		#location h1 {
			font-size: 7.0vw;
			line-height: 1.3em;
			margin-bottom: 40px;
		}
	#location_map{
		width: 90%;
		margin: -250px auto 0;
	}
	#location_map ul.pin-list li{
		transform: scale(.7);
	}
		#location_map ul.pht-list li img{
			width: 85px;
		}
		#location_map ul.pht-list li p::before{
			width: 16px;
			height: 16px;
		}
			#location_map ul.pht-list li.txt4 p{
				padding-left: 25px;
			}
		#location_cnt{
		padding: 0 5%;
		padding-bottom: 120px;
	}
		#location_cnt .tab_btn_list{
			gap: 13px;
			transform: translateY(-30px);
		}
			#location_cnt .tab_btn_list a{
				width: calc((100% - 39px) / 4);
				height: 60px;
				font-size: 1.8vw;
			}
			#location_cnt .tab_btn_list a::before{
				width: 16px;
				height: 16px;
			}
		#location_cnt .tab_cont{
			padding: 40px 60px 40px;
		}
			#location_cnt .tab_cont h2.ttl{
				font-size: 4.0vw;
				margin-bottom: 20px;
			}
			#location_cnt .tab_cont .cell-pht{
				margin-bottom: 20px;
			}
			#location_cnt .tab_cont .tab-cnt{
				margin-top: 40px;
			}
			#location_cnt .tab_cont .tab-cnt .ttl{
				margin-bottom: 15px;
			}
			#location_cnt .tab_cont .tab-cnt .ttl h3{
				font-size: 2.6vw;
			}
			#location_cnt .tab_cont .tab-cnt .ttl img{
				width: 30px;
			}
			#location_cnt .tab_cont .tab-cnt.tab-cnt01 ul.flex li{
				width: calc((100% - 30px)/3);
			}
			#location_cnt .tab_cont .tab-cnt.tab-cnt01 ul.flex li:nth-child(n+2){
				margin-left: 15px;
			}
			#location_cnt .tab_cont .tab-cnt.tab-cnt01 ul.flex li .txt-area{
				margin-top: 10px;
			}
			#location_cnt .tab_cont .tab-cnt.tab-cnt01 ul.flex li p.mat{
				font-size: 1.4vw;
			}
			#location_cnt .tab_cont .tab-cnt.tab-cnt01 ul.flex li p.name{
				font-size: 2.0vw;
			}
			#location_cnt .tab_cont .tab-cnt.tab-cnt01 ul.flex li p.txt{
				font-size: 1.4vw;
				margin-top: 8px;
			}
			#location_cnt .tab_cont .tab-cnt.tab-cnt02 ul.flex li{
				padding: 0 30px 0 18px;
				height: 30px;
				font-size: 1.8vw;
			}
			#location_cnt .tab_cont .tab-cnt.tab-cnt02 ul.flex li:hover:before{
				right: 9px;
			}
			#location_cnt .tab_cont .swiper p{
				margin-top: 8px;
				font-size: 1.4vw;
			}
			#location_cnt .tab_cont .swiper .slide-media{
				height: 190px;
			}
			#location_cnt .tab_cont .swiper .swiper-button-prev,
			#location_cnt .tab_cont .swiper .swiper-button-next{
				width: 50px;
				height: 50px;
			}
			#location_cnt .tab_cont .swiper .swiper-button-prev::before,
			#location_cnt .tab_cont .swiper .swiper-button-next::before{
				width: 100%;
				height: 100%;
			}
}
@media screen and (max-width: 768px) {
		#location {
			padding-top: 90px;
		}
		#location .en {
			font-size: 5.0vw;
			margin-bottom: 3.0vw;
		}
	
		#location h1 {
			font-size: 9.5vw;
			margin-bottom: 4vw;
		}
	#location_map{
		width: 100%;
		margin: 0px auto 0;
		max-width: 330px;
	}
	#location_map ul.pin-list li:nth-child(1){
		top: 48%;
        left: 34%;
		z-index: 3;
	}
	#location_map ul.pin-list li:nth-child(2){
		top: 23%;
        left: 34%;
	}
	#location_map ul.pin-list li:nth-child(3){
		top: 49%;
        left: 2%;
	}
	#location_map ul.pin-list li:nth-child(4){
		top: 15%;
        left: 41%;
	}
	#location_map ul.pin-list li:nth-child(5){
		top: 46%;
        left: 16%;
	}
	#location_map ul.pin-list li:nth-child(6){
		top: 40%;
        left: 57%;
	}
	#location_map ul.pin-list li:nth-child(7){
		top: 45%;
        left: 40%;
	}
	#location_map ul.pin-list li:nth-child(8){
		top: 28.5%;
		left: 14.5%;
	}
	#location_map ul.pin-list li:nth-child(9){
		top: 15.5%;
    	left: 63.5%;
	}
	#location_map ul.pht-list li:nth-child(1){
		top: 64%;
        left: 38%;
	}
	#location_map ul.pht-list li:nth-child(2){
		top: 13%;
        left: 28%;
	}
	#location_map ul.pht-list li:nth-child(3){
		top: 36%;
        left: 0%;
	}
	#location_map ul.pht-list li:nth-child(4){
		top: 6%;
        left: 50%;
	}
	#location_map ul.pht-list li:nth-child(5){
		top: 64%;
        left: 9%;
	}
	#location_map ul.pht-list li:nth-child(6){
		top: 41%;
        left: 78%;
	}
	#location_map ul.pht-list li:nth-child(7){
		top: 57%;
        left: 60%;
	}
	#location_map ul.pht-list li:nth-child(8){
		top: 18%;
        left: 0%;
	}
	#location_map ul.pht-list li:nth-child(9){
		top: 4%;
        left: 75%;
	}
		#location_map ul.pht-list li{
			text-align: center;
		}
		#location_map ul.pht-list li img{
			width: 50px;
		}
		#location_map ul.pht-list li p::before{
			width: 13px;
			height: 13px;
		}
			#location_map ul.pht-list li p {
				padding-left: 15px;
				font-size: 3vw;
				white-space: nowrap;
			}
			#location_map ul.pht-list li p::before {
				left: -3px;
			}
			#location_map ul.pht-list li.txt4 p{
				padding-left: 20px;
			}
		#location_cnt{
		padding: 0 5%;
		padding-bottom: 80px;
	}
		#location_cnt .tab_btn_list{
			gap: 10px;
			transform: translateY(-25px);
		}
			#location_cnt .tab_btn_list a{
				width: calc((100% - 10px) / 2);
				height: 50px;
				font-size: 3.8vw;
			}
			#location_cnt .tab_btn_list a::before{
				width: 13px;
				height: 13px;
				right: 15px;
			}
		#location_cnt .tab_cont{
			padding: 20px 5% 30px;
		}
			#location_cnt .tab_cont h2.ttl{
				font-size: 6.0vw;
				margin-bottom: 10px;
			}
			#location_cnt .tab_cont .cell-pht{
				margin-bottom: 15px;
			}
			#location_cnt .tab_cont .tab-cnt{
				margin-top: 30px;
			}
			#location_cnt .tab_cont .tab-cnt .ttl{
				margin-bottom: 15px;
			}
			#location_cnt .tab_cont .tab-cnt .ttl h3{
				font-size: 5.6vw;
			}
			#location_cnt .tab_cont .tab-cnt .ttl img{
				width: 30px;
			}
			#location_cnt .tab_cont .tab-cnt.tab-cnt01 ul.flex{
				gap: 7vw;
			}
			#location_cnt .tab_cont .tab-cnt.tab-cnt01 ul.flex li{
				width: 100%;
			}
			#location_cnt .tab_cont .tab-cnt.tab-cnt01 ul.flex li:nth-child(n+2){
				margin-left: 0px;
			}
			#location_cnt .tab_cont .tab-cnt.tab-cnt01 ul.flex li .txt-area{
				margin-top: 4vw;
			}
			#location_cnt .tab_cont .tab-cnt.tab-cnt01 ul.flex li p.mat{
				font-size: 3.8vw;
				line-height: 1;
				margin-bottom: 8px;
			}
			#location_cnt .tab_cont .tab-cnt.tab-cnt01 ul.flex li p.name{
				font-size: 5.0vw;
				line-height: 1;
			}
			#location_cnt .tab_cont .tab-cnt.tab-cnt01 ul.flex li p.txt{
				font-size: 3.8vw;
				margin-top: 8px;
			}
			#location_cnt .tab_cont .tab-cnt.tab-cnt01 ul.flex.twotimes{
				width: 100%;
			}
			#location_cnt .tab_cont .tab-cnt.tab-cnt01 ul.flex.twotimes li.twotimes-pht{
				width: 100%;
			}
			#location_cnt .tab_cont .tab-cnt.tab-cnt01 ul.flex.twotimes li.twotimes-pht:last-child{
				order: 3;
			}
			#location_cnt .tab_cont .tab-cnt.tab-cnt01 ul.flex.twotimes li.twotimes-txt{
				order: 2;
			}
			#location_cnt .tab_cont .tab-cnt.tab-cnt02 ul.flex li{
				padding: 0 30px 0 18px;
				height: 30px;
				font-size: 3.8vw;
			}
			#location_cnt .tab_cont .tab-cnt.tab-cnt02 ul.flex li:hover:before{
				right: 9px;
			}
			#location_cnt .tab_cont .swiper p{
				margin-top: 8px;
				font-size: 3.8vw;
				text-align: left;
			}
			#location_cnt .tab_cont .swiper .slide-media{
				height: 190px;
			}
			#location_cnt .tab_cont .swiper .swiper-button-prev,
			#location_cnt .tab_cont .swiper .swiper-button-next{
				width: 30px;
				height: 30px;
			}
			#location_cnt .tab_cont .swiper .swiper-button-prev{
				left: 5px;
			}
			#location_cnt .tab_cont .swiper .swiper-button-next{
				right: 5px;
			}
}