@charset "utf-8";

/*=====================================================
COMMON-LAYOUT
======================================================*/

.p01 {
}

.pbox h3.cttl {
	color: #ebe1cf;
}

.p01 .pbox {
	margin-top: 50px;
	margin-bottom: 80px;
	background: url("../images/professional/bg.jpg");
	background-size: cover;
	width: calc(100% - 30px);
	padding: 55px;
	position: relative;
}
.p01 .pbox:last-child {
	margin-bottom: 10px;
}
.p01 .pbox .img {
	position: absolute;
	top: -30px;
	width: calc(52.14% + 30px);
}
.p01 .pbox .txt {
	width: 42%;
	min-height: 300px;
}

.p01 .pbox .txt0 {
	font-size: 19px;
	color: #ebe1cf;
	display: flex;
	align-items: center;
	background: rgba(39, 8, 0, 0.5);
	margin-bottom: 20px;
	line-height: 1;
	font-feature-settings: "palt";
}
.p01 .pbox .txt0::after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #ebe1cf;
	display: block;
}
.p01 .pbox .txt0 .ja {
	display: inline-block;
	padding: 10px 10px;
}
.p01 .pbox .txt0 .en {
	display: inline-block;
	padding: 1px 15px;
	border-left: solid 1px #ebe1cf;
	font-family: "游明朝", "Yu Mincho", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E",
		"ＭＳ Ｐ明朝", serif;
}
.p01 .pbox .txt0 .batsu {
	display: inline-block;
	width: 1em;
	height: 1em;
	position: relative;
	margin: 0 6px;
	transform: translateY(2px);
}
.p01 .pbox .txt0 .batsu::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ebe1cf;
	transform: rotate(45deg);
}
.p01 .pbox .txt0 .batsu::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #ebe1cf;
	transform: rotate(-45deg);
}

.p01 .pbox .txt1 {
	font-size: 23px;
	line-height: 1.6;
	color: #ebe1cf;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: solid 1px #ebe1cf;
}
.p01 .pbox .txt2 {
	font-size: 16px;
	line-height: 1.8;
	color: #ebe1cf;
}
.p01 .pbox .txt2 .txt21 {
	font-size: 12px;
	line-height: 1.5;
	display: block;
	margin-top: 5px;
}
.cap {
	font-size: 12px;
}

.p01 .pbox.st {
	margin-left: 30px;
}
.p01 .pbox.st .img {
	left: -30px;
}
.p01 .pbox.st .txt {
	margin: 0 0 0 auto;
}
.p01 .pbox.rv {
	margin-right: 30px;
}
.p01 .pbox.rv .img {
	right: -30px;
}
.p01 .pbox.rv .txt {
	margin: 0 auto 0 0;
}

.p01.ex {
	/*padding: 40px 30px 40px;*/
	position: relative;
}
.p01.ex::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 30px;
	left: 30px;
	width: calc(100% - 60px);
	height: calc(100% - 60px);
	background: url("../images/region/bg2.jpg");
	background-size: cover;
}
.p01.ex .bg {
	/*background: url("../images/region/bg2.jpg");
	background-size: cover;*/
}

.p01.ex .pbox {
	margin-top: -5%;
	margin-bottom: 20px;
	background: none;
	padding: 0;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.p01.ex .pbox:nth-child(1) {
	z-index: 3;
}
.p01.ex .pbox:nth-child(2) {
	z-index: 2;
}
.p01.ex .pbox:nth-child(1) {
	z-index: 1;
}

.p01.ex .pbox .img {
	position: relative;
	/* top: 0;
	transition: .3s; */
}
/* .p01.ex .pbox .img:hover {
	cursor: pointer;
	opacity: .9;
	transition: .3s;
} */

.p01.ex .pbox .txt {
	min-height: auto;
	width: calc(42% - 30px);
}
.p01.ex .pbox.st {
	margin-left: 0;
}
.p01.ex .pbox.rv {
	margin-right: 0;
	margin-left: auto;
	flex-direction: row-reverse;
}
.p01.ex .pbox.st .img {
	left: 0;
	margin-right: 30px;
}
.p01.ex .pbox.rv .img {
	right: 0;
	margin-left: 30px;
}
.p01.ex .pbox.st .txt {
	margin: 0;
}
.p01.ex .pbox.rv .txt {
	margin: 0;
}
.p01.ex .pbox.rv .txt1 {
	text-align: right;
}

.p01.ex .pbox .txt1 {
	position: relative;
}
.p01.ex .pbox.st .txt1 {
	padding-left: 30px;
}
.p01.ex .pbox.rv .txt1 {
	padding-right: 30px;
}
.p01.ex .pbox .txt1::after {
	content: "";
	position: absolute;
	top: 8px;
	width: 0;
	height: 0;
}
.p01.ex .pbox.st .txt1::after {
	left: 0;
	border: 8px solid transparent;
	border-right: 10px solid #ebe1cf;
}
.p01.ex .pbox.rv .txt1::after {
	right: 0;
	border: 8px solid transparent;
	border-left: 10px solid #ebe1cf;
}

.detail_modal {
	max-height: 60vh;
	max-width: 70vw;
}
.detail_modal .iziModal-wrap {
	line-height: 0;
}
.detail_modal video {
	width: 100%;
	height: auto;
}

.p02 h4 {
	font-weight: 700;
}
.p02 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 16px;
}
.p02 li {
	width: 47%;
}

.p02 table {
	width: 100%;
}
.p02 td:nth-child(1) {
	width: calc(100% - 11.5em);
	width: 100%;
	font-feature-settings: "palt";
}
.p02 td:nth-child(2) {
	width: 2.5em;
	text-align: right;
}
.p02 td:nth-child(3) {
	width: 2.5em;
	text-align: right;
}
.p02 td:nth-child(4) {
	width: 2.5em;
	text-align: right;
}
.p02 td:nth-child(5) {
	width: 4em;
	text-align: right;
}

.p02 td:nth-child(1) {
	display: flex;
	align-items: center;
}
.p02 td:nth-child(1)::after {
	content: "";
	flex-grow: 1;
	height: 1px;
	display: block;
	border-bottom: dotted 2px #000;
}
.p02 td:nth-child(1)::after {
	margin-left: 0.4em;
}



.secAccess {
	margin: 0 auto;
	max-width: max-content;
}
.secAccess__title {
	padding: 0 5px 5px;
	border-bottom: 1px solid #333;
	line-height: 1.35;
	font-size: 26px !important;
	color: #333 !important;
}
.secAccess__title .icon {
	margin-right: 10px;
	font-size: 20px;
}
.secAccess__list {
	padding: 0 5px;
	list-style-type: none;
}
.secAccess__listItem {
	line-height: 1.5555;
	color: #333;
}
.secAccess__listItem:not(:last-child) {
	margin-bottom: 10px;
}
.secAccess__text {}
.secAccess__text.ti {
	text-indent: -1em;
	padding-left: 1em;
}




@media screen and (max-width: 900px) {
.ua-ios .p02 td .blk{
	display: inline-block;
}
.ua-ios .p02 td:nth-child(1) {
	display: block;
	width: 50%;
	font-feature-settings: "palt";
	position: relative;
	overflow: hidden;
}
.ua-ios .p02 td:nth-child(2) {
	width: 10%;
	text-align: right;
}
.ua-ios .p02 td:nth-child(3) {
	width: 10%;
	text-align: right;
}
.ua-ios .p02 td:nth-child(4) {
	width: 10%;
	text-align: right;
}
.ua-ios .p02 td:nth-child(5) {
	width: 10%;
	text-align: right;
}
.ua-ios .p02 td:nth-child(1)::after {
	position: absolute;
	content: "";
	flex-grow: 1;
	height: 1px;
	display: inline-block;
	border-bottom: dotted 2px #000;
	width: 100%;
	top: 50%;
}
.ua-ios .p02 td:nth-child(1)::after {
	margin-left: 0.4em;
}
}

@media screen and (max-width: 900px) {
	.p01 .pbox {
		margin-top: 50px;
		margin-bottom: 80px;
		width: 100%;
		padding: 20px;
	}
	.p01 .pbox:last-child {
		margin-bottom: 10px;
	}

	.p01 .pbox .img {
		position: relative;
		top: inherit;
		width: calc(100vw - 35px);
	}
	.p01 .pbox .txt {
		width: 100%;
		min-height: auto;
	}

	.p01 .pbox.st {
		margin-left: 0;
	}
	.p01 .pbox.st .img {
		left: inherit;
		transform: translateX(-40px) translateY(-40px);
		text-align: left;
	}
	.p01 .pbox.st .txt {
		margin: -15px auto 0 auto;
	}
	.p01 .pbox.rv {
		margin-left: 0;
	}
	.p01 .pbox.rv .img {
		right: inherit;
		transform: translateX(0) translateY(-40px);
		text-align: right;
	}
	.p01 .pbox.rv .txt {
		margin: -15px auto 0 auto;
	}

	.p01.ex::after {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.p01.ex .pbox {
		margin-top: 0;
		margin-bottom: 40px;
		width: 100%;
		padding: 20px;
		display: block;
	}

	.p01.ex .pbox .img {
		position: relative;
		top: 0;
	}

	.p01.ex .pbox .txt {
		min-height: auto;
		width: 100%;
	}
	.p01.ex .pbox.st {
		margin-left: 0;
	}
	.p01.ex .pbox.rv {
		margin-right: 0;
		margin-left: auto;
		flex-direction: row-reverse;
	}
	.p01.ex .pbox.st .img {
		left: 0;
		margin-right: 30px;
	}
	.p01.ex .pbox.rv .img {
		right: 0;
		margin-left: 0;
	}
	.p01.ex .pbox.st .txt {
		margin: 0;
		margin-top: -20px;
	}
	.p01.ex .pbox.rv .txt {
		margin: 0;
		margin-top: -20px;
	}
	.p01.ex .pbox.rv .txt1 {
	}

	.p01.ex .pbox.st .txt1 {
		padding-left: 20px;
	}
	.p01.ex .pbox.rv .txt1 {
		padding-right: 20px;
	}
	.p01.ex .pbox .txt1::after {
		top: 0;
	}
	.p01.ex .pbox.st .txt1::after {
		border: 8px solid transparent;
		border-bottom: 10px solid #ebe1cf;
	}
	.p01.ex .pbox.rv .txt1::after {
		right: 0;
		border: 8px solid transparent;
		border-bottom: 10px solid #ebe1cf;
	}
}
@media screen and (max-width: 767px) {
	.p01 .pbox .txt0 {
		font-size: 16px;
	}
	.p01 .pbox .txt0 .ja {
		padding: 10px 10px;
	}
	.p01 .pbox .txt0 .en {
		padding: 1px 10px;
	}

	.p01 .pbox .txt1 {
		font-size: 17px;
		line-height: 1.6;
		padding-bottom: 10px;
		margin-bottom: 15px;
		font-feature-settings: "palt";
	}
	.p01 .pbox .txt2 {
		font-size: 13px;
		line-height: 1.8;
	}
	.cap {
		font-size: 10px;
	}

	.p02 li {
		width: 48%;
	}
	.p02 li:first-child,
	.p02 li:nth-child(2) {
		margin-bottom: 30px;
	}

	.p02 h4 {
		font-size: 16px;
	}
	.p02 li .txt01 {
		font-size: 12px;
	}

	.p02 ul {
		display: block;
		font-size: 12px;
	}
	.p02 li {
		width: 100%;
	}
	.secAccess {}
	.secAccess__title {
		padding: 0 0 5px;
		font-size: 22px !important;
	}
	.secAccess__title .icon {
		font-size: 18px;
	}
	.secAccess__list {
		padding: 0;
	}
	.secAccess__listItem {}
	.secAccess__listItem:not(:last-child) {
		margin-bottom: 8px;
	}
	.ua-ios .p02 td:nth-child(1) {
		display: flex;
		width: 100%;
	}
	.ua-ios .p02 td:nth-child(1)::after {
		position: static;
		content: "";
		flex-grow: 1;
		height: 1px;
		display: inline-block;
		border-bottom: dotted 2px #000;
		width: auto;
		top: 50%;
		margin-left: 0.4em;
	}
}

@media screen and (max-width: 600px) {
	.p01 .pbox .txt0::after {
		display: none;
	}
	.p01 .pbox .txt0 .ja {
		display: inline-block;
		padding: 10px 10px;
	}
	.p01 .pbox .txt0 .batsu {
		margin: 0 4px;
	}
}
.map{
	aspect-ratio: 16 / 9;
}
.map iframe{
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 600px) {
	.map{
		aspect-ratio: 1 / 1;
	}
}



.icon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
}