@charset "utf-8";

main .page-ttl {
	position: relative;
	max-height: 450px;
	height: calc(100vh - 40px);
	width: 100%;
}

main .page-ttl::before {
	content: '';
	display: block;
	max-height: 450px;
	height: calc(100vh - 40px);
	width: 100%;
	background: rgb(0, 0, 0, 0.2);
	background-size: cover;
}

main .page-ttl.message-ttl {
	background: url('../img/company/message-bg.jpg') no-repeat;
	background-size: cover;
	background-position: center top;
}
main .page-ttl.staff-ttl {
	background: url('../img/company/staff-pct-main-visual01.jpg') no-repeat;
	background-size: cover;
	background-position: center;
}
main .page-ttl.data-ttl {
	background: url('../img/company/data-pct-main-visual01.jpg') no-repeat;
	background-size: cover;
	background-position: center;
}
main .page-ttl.access-ttl {
	background: url('../img/company/access-pct-main-visual01.jpg') no-repeat;
	background-size: cover;
	background-position: center;
}
main .page-ttl.story-ttl {
	background: url('../img/company/story-pct-main-visual01.jpg') no-repeat;
	background-size: cover;
	background-position: center;
}


main .page-ttl .inner {
	position: absolute;
	width: 100%;
	color: #fff;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	margin: auto;
	line-height: 1.8;
	letter-spacing: 0.02em;
	text-align: center;
}

main .page-ttl .inner p {
	position: relative;
	font-size: 3rem;
	letter-spacing: 0.05em;
}

main .page-ttl .inner p::before {
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	width: 12px;
	height: 1px;
	content: '';
	background: #fff;
}

main .page-ttl .inner span {
	display: inline-block;
	padding-top: 24px;
}

main .page-ttl-m .inner .company-ttl {
	max-width: 460px;
}

main .page-ttl.story-ttl .inner p {
	position: relative;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
}

main .page-ttl.story-ttl .inner p::before {
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	width: 12px;
	height: 1px;
	content: '';
	background: #fff;
}

main .page-ttl.story-ttl .inner span {
	display: inline-block;
	font-size: 3rem;
	padding-top: 24px;
}



main .page-ttl .inner figure {
	position: absolute;
	font-size: 3rem;
	color: #fff;
	left: 10%;
	bottom: 10%;
	margin: auto;
	line-height: 1.8;
	letter-spacing: 0.02em;
}

main .inner.col-2 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}




main .prof {
	margin-top: 100px;
}

main .prof h2 {
	position: relative;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	text-align: center;
	font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

main .prof h2::before {
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	width: 18px;
	height: 4px;
	content: '';
	background: #d5d5cf;
}

main .prof .inner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width: 912px;
	width: 80%;
	margin: 80px auto 0;
}

main .prof .inner .txt-wrap {
	padding-left: 50px;
}

main .prof .inner h3 {
	position: relative;
	margin-bottom: 35px;
    color: #565247;
    font-size: 2.6rem;
	letter-spacing: .15em;
    margin-top: 18px;
	line-height: 0.9;
	font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

main .prof .inner h3 small {
    display: block;
    font-size: 1.3rem;
    padding-top: 12px;
    color: #df9d1e;
}

main .prof .inner p {
	font-size: 1.4rem;
	line-height: 1.75;
}

main .prof .inner p:nth-child(n+2) {
	margin-top: 30px;
}

main .prof .inner dl {
	font-size: 1.4rem;
	line-height: 1.75;
	margin-top: 30px;
}

main .prof .inner dl dt {
	font-weight: bold;
}

main .prof .inner figure {
	max-width: 460px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}



main .pre-message {
	margin-top: 100px;
}

main .pre-message h2 {
	position: relative;
	font-size: 2.4rem;
	letter-spacing: .15em;
	text-align: center;
	font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

main .pre-message h2::before {
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	width: 18px;
	height: 4px;
	content: '';
	background: #d5d5cf;
}

main .pre-message .inner {
	max-width: 912px;
	width: 80%;
	margin: 80px auto 0;
}

main .pre-message .inner .txt-wrap {
	padding-left: 50px;
}

main .pre-message .inner h3 {
	margin-top: 45px;
	margin-bottom: 20px;
	font-size: 1.8rem;
	color: #df9d1e;
	letter-spacing: 0.15em;
	font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

main .pre-message .inner p {
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: 0.15em;
}

main .pre-message .inner p:nth-child(n+2) {
	margin-top: 30px;
}

main .pre-message .inner dl {
	font-size: 1.4rem;
	margin-top: 30px;
}

main .pre-message .inner dl dt {
	font-weight: bold;
}




main .convey {
	margin-top: 100px;
}

main .convey h2 {
	position: relative;
	font-size: 2.4rem;
	letter-spacing: .15em;
	text-align: center;
	font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

main .convey h2::before {
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	width: 18px;
	height: 4px;
	content: '';
	background: #d5d5cf;
}

main .convey .inner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width: 912px;
	width: 80%;
	margin: 80px auto 0;
}

main .convey .inner .txt-wrap {
	padding-left: 32px;
}

main .convey .inner h3 {
	font-size: 1.8rem;
	margin-bottom: 20px;
	color: #df9d1e;
	letter-spacing: 0.15em;
	font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

main .convey .inner p {
	margin-top: 15px;
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: 0.15em;
}

main .convey .inner .box-white {
	background: #fff;
	margin-top: 40px;
	padding: 30px 30px 20px;
	box-sizing: border-box;
}

main .convey .inner .box-white .tbl-convey {
    margin-bottom: 15px;
}

main .convey .inner .box-white .tbl-convey th {
    width: 75px;
    text-align: left;
    padding: 5px 0;
    font-weight: bold;
}

.page-detail .box-white .tbl-convey td:last-child {
    line-height: 1.95;
}


main .convey .inner figure {
	max-width: 202px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}


main .data-info {
	margin-top: 55px;
}

main .data-info h2 {
	position: relative;
	font-size: 2.2rem;
	letter-spacing: 0.05em;
	text-align: center;
	font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

main .data-info h2::before {
	position: absolute;
	bottom: -24px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 18px;
	height: 2px;
	content: '';
	background: #d5d5cf;
}

main .data-info .inner {
	display: block;
	width: 88%;
	margin: 60px auto 0;
}

main .data-info .inner .txt-wrap {
	margin-top: 40px;
	padding-left: 0;
}

main .data-info .tbl-info {
	width: 100%;
}

main .data-info .tbl-info--02 {
	border-bottom: 0;
	margin-bottom: 55px;
}

main .data-info .tbl-info {
	border: 1px solid #d4d4c3;
	text-align: center;
	color: #565247;
	border-collapse: collapse;
	margin: 0 auto;
	margin-bottom: 50px;
}

main .data-info .tbl-info--02 tr {
	border-bottom: 1px solid #d4d4c3;
}

main .data-info .tbl-info--02 tbody tr {
	border-bottom: 1px solid #d4d4c3;
}

main .data-info .tbl-info--02 tbody tr:last-child {
	border-bottom: 0;
}

main .data-info .tbl-info--02 th {
	width: 200px;
	border-right: 1px solid #d4d4c3;
}

main .data-info .tbl-info--02 th, .tbl-info--02 td {
	text-align: left;
	padding: 15px 25px;
	vertical-align: middle;
}

main .data-info .tbl-info td {
	border-left: 1px solid #d4d4c3;
	background: #fff;
	/* padding: 18px 10px; */
	vertical-align: middle;
}

main .data-info .tbl-info td .txt-bold {
    font-weight: bold;
}

main .data-info .tbl-info td .arc-type01 {
    color: #df9d1e;
    font-size: 13px;
}





main .access {
	margin-top: 120px;
}

main .access h2 {
	position: relative;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	text-align: center;
	font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

main .access h2::before {
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	width: 18px;
	height: 4px;
	content: '';
	background: #d5d5cf;
}

main .access .inner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width: 912px;
	width: 80%;
	margin: 80px auto 0;
}

main .access .inner .txt-wrap {
	padding-left: 50px;
	width: 100%;
}

main .access .inner h3 {
	position: relative;
	margin-bottom: 35px;
    color: #565247;
    font-size: 2.6rem;
    margin-top: 18px;
	font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

main .access .inner h3 small {
    display: block;
    font-size: 1.3rem;
    padding-top: 12px;
    color: #df9d1e;
}

main .access .inner p {
	font-size: 1.4rem;
	line-height: 1.75;
}

main .access .inner p:nth-child(n+2) {
	margin-top: 30px;
}

main .access .inner dl {
	font-size: 1.4rem;
	line-height: 1.75;
	margin-top: 30px;
}

main .access .inner dl dt {
	font-weight: bold;
}

main .access .inner figure {
	max-width: 460px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

main .access .inner .map-wrap {
	width: 100%;
}

main .access .inner .map-box {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	margin-bottom: 30px;
}

main .access .inner .map-box iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

main .access .inner .txt-wrap .box-media__contact {
    margin-top: 35px;
}

main .access .inner .txt-wrap .tbl-base:first-child {
    margin-bottom: 25px;
}

main .access .inner .txt-wrap .tbl-base th {
    font-size: 14px;
    padding: 0;
	text-align: left;
    font-weight: bold;
	width: 75px;
    line-height: 1.3;
}

main .access .inner .txt-wrap .tbl-base tr th,
main .access .inner .txt-wrap .tbl-base tr td  {
    padding: 0 0 6px 0;
}





main .story {
	margin-top: 100px;
}

main .story h2 {
	position: relative;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	text-align: center;
	font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

main .story h2::before {
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	width: 18px;
	height: 4px;
	content: '';
	background: #d5d5cf;
}

main .story .inner {
	max-width: 912px;
	width: 80%;
	margin: 80px auto 0;
}

main .story .inner .txt-wrap {
	padding-left: 0;
}

main .story .inner p {
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: 0.15em;
}

main .story .inner p:nth-child(n+2) {
	margin-top: 30px;
}

main .story .inner dl {
	font-size: 1.4rem;
	margin-top: 30px;
}

main .story .inner dl dt {
	font-weight: bold;
}

main .story .inner .flex-wrap {
	margin-top: 50px;
}

main .story .inner .flex-wrap ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

main .story .inner .box-white {
    width: 100%;
    padding: 0;
    margin-top: 50px;
	background: #fff;
    box-sizing: border-box;
}

main .story .inner .box-white .box-media__image {
    width: 208px;
    text-align: left;
    line-height: 0;
	display: table-cell;
	vertical-align: top;
}

main .story .inner .box-white .box-media__content {
	display: table-cell;
    vertical-align: middle;
    padding: 0 10px 0 50px;
}

main .story .inner .box-white .box-media__content .hdg-lv3 {
    font-size: 2.4rem;
    margin: 0;
    letter-spacing: 0.05em;
	font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

main .story .inner .box-white .box-media__content .hdg-lv3 span {
	display: block;
    font-size: 1.4rem;
    margin-bottom: 4px;
}

main .story .inner .box-white .box-media__content .hdg-lv3 small {
    font-size: 1.2rem;
    padding-top: 12px;
	display: block;
    color: #df9d1e;
}

/* staff */
#staff {
	color: #565247;
}
#staff .contents-inner {
	max-width: 1240px;
	padding: 0 20px;
	margin: auto;
}

#staff .mv {
	margin-top: 64px;
}
#staff .mv-bg {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 37.375%;
	background: url(/assets/img/company/staff/mv.jpg) center center / cover no-repeat;
}

#staff .staffList {
	margin-top: 80px;
}
#staff .staffList h2 {
	margin-bottom: 75px;
	font-size: 2.6rem;
	text-align: center;
	letter-spacing: 0.15em;
}
#staff .staffList .lead {
	max-width: 963px;
	margin: 0 auto;
}
#staff .staffList .lead p {
	line-height: 2.4;
}
#staff .staffList .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 100px;
	gap: 1px;
}
#staff .staffList .list > li {
	width: calc((100% - 4px) / 5);
}
#staff .staffList .list > li a {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-top: 146.4435146443515%;
}
#staff .staffList .list > li a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#staff .staffList .list > li a .name {
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 66px;
	padding: 0 10px;
	color: #fff;
	font-size: 1rem;
	line-height: 1.4;
	text-align: center;
	background-color: rgba(0,0,0,0.5);
}
#staff .staffList .list > li a .name::after {
	content: "";
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
}
#staff .staffList .list > li a .name span {
	display: block;
	margin-top: 5px;
	font-size: 1.6rem;
	letter-spacing: 0.15em;
}
#staff .staffList .recruit {
	margin-top: 120px;
}
#staff .staffList .recruit-link {
	display: flex;
	max-width: 632px;
	margin: auto;
	background-color: #fff;
}
#staff .staffList .recruit-link .img {
	position: relative;
	width: 50%;
	height: 0;
	padding-top: 31.9620253164557%;
}
#staff .staffList .recruit-link .img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#staff .staffList .recruit-link .txt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
}
#staff .staffList .recruit-link .txt .inner {
	text-align: center;
}
#staff .staffList .recruit-link .txt .inner .ttl {
	font-size: 2rem;
	font-weight: 700;
}
#staff .staffList .recruit-link .txt .inner .en {
	margin-top: 0;
	letter-spacing: 0.2em;
	opacity: 0.41;
}
#staff .staffList .recruit-link .txt .inner .message {
	margin-top: 0;
}

/* modal */
.modal-open {
	cursor: pointer;
}
.modal-box {
    position: fixed;
    z-index: 7777;
    display: none;
    width: 670px;
    margin: 0;
    background: #fff;
    box-sizing: border-box;
}
.modal-inner {
	display: flex;
	min-height: 478px;
}
.modal-inner .img {
	width: 50%;
}
.modal-inner .img figure {
	position: relative;
	height: 100%;
}
.modal-inner .img figure img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.modal-inner .detail {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	padding: 30px 35px;
}
.modal-inner .detail .post {
	font-size: 1.2rem;
    text-align: center;
}
.modal-inner .detail .name {
	margin-top: 0;
	font-size: 1.8rem;
    text-align: center;
	letter-spacing: 0.15em;
}
.modal-inner .detail .message {
	line-height: 2;
}
.modal-inner .detail .qualification {
	margin-top: 50px;
}
.modal-inner .detail .qualification dt,
.modal-inner .detail .qualification dd {
	font-size: 1.2rem;
}
.modal-inner .detail .qualification dd {
	margin-top: 0.5em;
}
.modal-link {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	transform: translateY(-50%);
}
.modal-link a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.2);
	cursor: pointer;
}
.modal-link a::before {
	content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.modal-link-prev {
	left: -50px;
}
.modal-link-prev a::before {
	transform: translate(-50%, -50%) rotate(-135deg);
}
.modal-link-next {
	right: -50px;
}
.modal-link-next a::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.modal-close {
    position: absolute;
    top: -50px;
    right: -50px;
    display: block;
	width: 40px;
	height: 40px;
	background-color: rgba(255,255,255,0.2);
	cursor: pointer;
}
.modal-close::before,
.modal-close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 12px;
	background-color: #fff;
}
.modal-close::before {
	transform: translate(-50%, -50%) rotate(-135deg);
}
.modal-close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6666;
    display: none;
    width: 100%;
    height: 120%;
    background-color: rgba(0,0,0,0.6);
}

@media screen and (max-width: 1199px) {
	/* staff */
	#staff .mv {
		margin-top: 0;
	}
}

/* ======================================================================================================================= */
/* for pc-tablet */
/* =====================================================================================================z================== */


@media screen and (min-width: 768px) {



}


/* ======================================================================================================================= */
/* for sp */
/* =====================================================================================================z================== */


@media screen and (max-width: 1023px) {

	/* -------------------------------------------------- */
	/* main */
	/* -------------------------------------------------- */

	main .page-ttl {
		position: relative;
		max-height: 200px;
		height: calc(100vh - 80px);
		width: 100%;
		/* background-size: cover;
		background-position: center; */
	}

	main .page-ttl::before {
		content: '';
		display: block;
		max-height: 200px;
		height: calc(100vh - 80px);
		width: 100%;
		background: rgb(0, 0, 0, 0.2);
		background-size: cover;
	}

	main .page-ttl .inner {
		position: absolute;
		width: 100%;
		color: #fff;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		margin: auto;
		line-height: 1.8;
		letter-spacing: 0.02em;
		text-align: center;
	}

	main .page-ttl .inner p {
		position: relative;
		font-size: 2.4rem;
		letter-spacing: 0.05em;
	}

	main .page-ttl .inner p::before {
		position: absolute;
		bottom: -12px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		width: 12px;
		height: 1px;
		content: '';
		background: #fff;
	}

	main .page-ttl .inner span {
		display: inline-block;
		padding-top: 20px;
	}

	main .page-ttl .inner figure {
		position: absolute;
		font-size: 3rem;
		color: #fff;
		left: 10%;
		bottom: 10%;
		margin: auto;
		line-height: 1.8;
		letter-spacing: 0.02em;
	}




	main .prof {
		margin-top: 55px;
	}

	main .prof h2 {
		position: relative;
		font-size: 2.2rem;
		letter-spacing: 0.05em;
		text-align: center;
	}

	main .prof h2::before {
		position: absolute;
		bottom: -24px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		width: 18px;
		height: 2px;
		content: '';
		background: #d5d5cf;
	}

	main .prof .inner {
		display: block;
		width: 88%;
		margin: 60px auto 0;
	}

	main .prof .inner .txt-wrap {
		margin-top: 40px;
		padding-left: 0;
	}

	main .prof .inner h3 {
		position: relative;
		margin-bottom: 35px;
		color: #565247;
		font-size: 2.2rem;
		margin-top: 18px;
	}

	main .prof .inner h3 small {
		display: block;
		font-size: 1.3rem;
		padding-top: 12px;
		color: #df9d1e;
	}

	main .prof .inner p {
		font-size: 1.4rem;
		line-height: 1.75;
	}

	main .prof .inner p:nth-child(n+2) {
		margin-top: 30px;
	}

	main .prof .inner dl {
		font-size: 1.4rem;
		line-height: 1.75;
		margin-top: 30px;
	}

	main .prof .inner dl dt {
		font-weight: bold;
	}

	main .prof .inner figure {
		max-width: 460px;
		width: 100%;
	}

	main .prof .inner figure img {
		margin: 0 auto;
	}



	main .pre-message {
		margin-top: 55px;
	}

	main .pre-message h2 {
		position: relative;
		font-size: 2.2rem;
		letter-spacing: 0.05em;
		text-align: center;
	}

	main .pre-message h2::before {
		position: absolute;
		bottom: -24px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		width: 18px;
		height: 2px;
		content: '';
		background: #d5d5cf;
	}

	main .pre-message .inner {
		width: 88%;
		margin: 60px auto 0;
	}

	main .pre-message .inner .txt-wrap {
		padding-left: 0;
	}

	main .pre-message .inner h3 {
		margin-top: 45px;
		margin-bottom: 20px;
		font-size: 1.8rem;
		color: #df9d1e;
		letter-spacing: 0.15em;
	}

	main .pre-message .inner p {
		font-size: 1.4rem;
		line-height: 1.8;
		letter-spacing: 0.15em;
	}

	main .pre-message .inner p:nth-child(n+2) {
		margin-top: 30px;
	}

	main .pre-message .inner dl {
		font-size: 1.4rem;
		margin-top: 30px;
	}

	main .pre-message .inner dl dt {
		font-weight: bold;
	}




	main .convey {
		margin-top: 55px;
	}

	main .convey h2 {
		position: relative;
		font-size: 2.2rem;
		letter-spacing: 0.05em;
		text-align: center;
	}

	main .convey h2::before {
		position: absolute;
		bottom: -24px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		width: 18px;
		height: 2px;
		content: '';
		background: #d5d5cf;
	}

	main .convey .inner {
		display: block;
		width: 88%;
		margin: 60px auto 0;
	}

	main .convey .inner .txt-wrap {
		margin-top: 40px;
		padding-left: 0;
	}

	main .convey .inner h3 {
		font-size: 1.8rem;
		margin-bottom: 20px;
		color: #df9d1e;
		letter-spacing: 0.15em;
	}

	main .convey .inner p {
		margin-top: 15px;
		font-size: 1.4rem;
		line-height: 1.8;
		letter-spacing: 0.15em;
	}

	main .convey .inner .box-white {
		background: #fff;
		margin-top: 40px;
		padding: 30px 30px 20px;
		box-sizing: border-box;
	}

	main .convey .inner .box-white .tbl-convey {
		margin-bottom: 15px;
	}

	main .convey .inner .box-white .tbl-convey th {
		width: 75px;
		text-align: left;
		padding: 5px 0;
		font-weight: bold;
	}

	.page-detail .box-white .tbl-convey td:last-child {
		line-height: 1.95;
	}


	main .convey .inner figure img {
		margin: 0 auto;
	}







	main .story {
		margin-top: 55px;
	}

	main .story h2 {
		position: relative;
		font-size: 2.4rem;
		letter-spacing: 0.05em;
		text-align: center;
	}

	main .story h2::before {
		position: absolute;
		bottom: -40px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		width: 18px;
		height: 4px;
		content: '';
		background: #d5d5cf;
	}

	main .story .inner {
		max-width: 912px;
		width: 88%;
		margin: 80px auto 0;
	}

	main .story .inner .txt-wrap {
		padding-left: 0;
	}

	main .story .inner p {
		font-size: 1.4rem;
		line-height: 1.8;
		letter-spacing: 0.15em;
	}

	main .story .inner p:nth-child(n+2) {
		margin-top: 30px;
	}

	main .story .inner dl {
		font-size: 1.4rem;
		margin-top: 30px;
	}

	main .story .inner dl dt {
		font-weight: bold;
	}



	main .story .inner .box-white .box-media__image {
		width: 104px;
		display: table-cell;
	}

	main .story .inner .box-white .box-media__content {
		display: table-cell;
		vertical-align: middle;
		padding: 0 20px 0 20px;
	}

	main .story .inner .box-white .box-media__content .hdg-lv3 {
		font-size: 1.6rem;
		margin: 0;
		letter-spacing: 0.05em;
		font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	}

	main .story .inner .box-white .box-media__content .hdg-lv3 span {
		display: block;
		font-size: 1rem;
		margin-bottom: 4px;
	}

	main .story .inner .box-white .box-media__content .hdg-lv3 small {
		font-size: 1rem;
		padding-top: 4px;
		display: block;
		color: #df9d1e;
	}

	/* staff */
	#staff .staffList .list > li {
		width: calc((100% - 3px) / 4);
	}

}


/* ======================================================================================================================= */
/* for IE */
/* ======================================================================================================================= */
@media screen\0 {




}




main .lead {
	margin-top: 168px;
	line-height: 1.8;
}

main .lead .inner {
	max-width: 1100px;
	width: 88%;
	margin: 0 auto;
}

main .lead .inner .txt-box {
	padding: 60px;
}

main .lead .inner h3 {
	display: inline-block;
	position: relative;
	font-size: 4rem;
	letter-spacing: 0.2em;
    margin-bottom: 0;
    vertical-align: middle;
    border-bottom: solid 2px #e4e4dd;
	white-space: nowrap;
}

main .lead .inner p {
	font-size: 1.6rem;
	line-height: 2.3;
}

main .lead .inner figure {
	max-width: 342px;
	width: 100%;
}




main .company-link {
	margin-top: 100px;
}

main .company-link .cont-wrap {
	position: relative;
	margin: 0 auto;
	max-width: 1100px;
	width: 92%;
}

main .company-link h2 {
	position: relative;
	font-size: 3rem;
	letter-spacing: 0.05em;
	border-bottom: solid 1px #DADAD5;
	padding-bottom: 16px;
	font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

main .company-link h2::after {
	position: absolute;
	bottom: -3px;
	/* left: calc(50% - 17px); */
	left: 0;
	width: 34px;
	height: 2px;
	content: '';
	/* border-radius: 3px; */
	background-image: -webkit-gradient(linear, right top, left top, from(#F9BE6A), to(#EA5532));
	background-image: -webkit-linear-gradient(right, #F9BE6A 0%, #EA5532 100%);
	background-image: linear-gradient(to left, #F9BE6A 0%, #EA5532 100%);
}

main .company-link h2 + span {
	color: #DF9D1E;
	display: block;
	font-size: 1.4rem;
	margin-top: 20px;
    font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	letter-spacing: 0.2em;
}

main .company-link .cont-wrap > p {
	padding: 50px 0 20px;
	font-size: 1.5rem;
	line-height: 1.6;
}

/* main .company-link .inner {
	margin-top: 32px;
} */

/* main .company-link .inner .cont-box {
	margin-top: 70px;
} */

main .company-link .inner .cont-box ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

main .company-link .inner .cont-box ul li {
	width: 50%;
	border: 1px solid #fff;
}

main .company-link .inner .cont-box ul li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

main .company-link .cont-wrap figure {
	position: relative;
}

main .company-link .cont-wrap figure::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.31);
	height: 100%;
}

main .company-link .inner .cont-box p {
	display: inline-block;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

main .company-link .inner .cont-box p span {
	position: relative;
	display: inline-block;
	letter-spacing: 0.2em;
	font-weight: normal;
}

main .company-link .inner .cont-box p span::before {
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	width: 12px;
	height: 1px;
	content: '';
	background: #fff;
}

main .company-link .inner .cont-box p small {
    display: inline-block;
	font-size: 1.3rem;
	font-weight: normal;
	letter-spacing: .13em;
    padding-top: 20px;
	font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}






main .company-banner {
	margin-top: 100px;
}

main .company-banner .cont-wrap {
	position: relative;
	max-width: 1100px;
	width: 72%;
	margin: 0 auto;
}

main .company-banner .inner p {
	text-align: center;
}

main .company-banner .inner p:nth-child(n+2) {
	margin-top: 60px;
}

main .company-banner .inner a {
	display: block;
}

main .company-banner .inner a img {
	margin: 0 auto;
}






main .notice {
	margin-top: 168px;
}

main .notice .cont-wrap {
	position: relative;
	margin: 0 auto;
	max-width: 1100px;
	width: 80%;
}

main .notice h2 {
	position: relative;
	font-size: 3rem;
	letter-spacing: 0.05em;
	border-bottom: solid 1px #DADAD5;
	padding-bottom: 16px;
	font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

main .notice h2::after {
	position: absolute;
	bottom: -3px;
	/* left: calc(50% - 17px); */
	left: 0;
	width: 34px;
	height: 2px;
	content: '';
	/* border-radius: 3px; */
	background-image: -webkit-gradient(linear, right top, left top, from(#F9BE6A), to(#EA5532));
	background-image: -webkit-linear-gradient(right, #F9BE6A 0%, #EA5532 100%);
	background-image: linear-gradient(to left, #F9BE6A 0%, #EA5532 100%);
}

main .notice h2 + span {
	color: #DF9D1E;
	display: block;
	font-size: 1.4rem;
	margin-top: 20px;
    font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	letter-spacing: 0.2em;
}

main .notice .inner {
	margin-top: 32px;
}

main .notice dl {
	padding: 20px 0;
}

main .notice dl {
	background-image : linear-gradient(to right, rgba(112, 112, 112, 0.33), rgba(112, 112, 112, 0.33) 3px, transparent 2px, transparent 6px);  /* 幅2の線を作る */
	background-size: 8px 1px;          /* グラデーションの幅・高さを指定 */
	background-position: left bottom;  /* 背景の開始位置を指定 */
	background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
}

main .notice dl dt {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

main .notice dl dt span.date {
	color: #ada796;
	margin-right: 16px;
}

main .notice dl dt span.tag {
	background: #fff;
	color: #565247;
	display: inline-block;
	font-size: 1.2rem;
	padding: 5px 0;
	min-width: 124px;
	text-align: center;
}

main .notice dl dd {
	margin-top: 16px;
}






main .blog {
	margin-top: 168px;
}

main .blog .cont-wrap {
	position: relative;
	margin: 0 auto;
	max-width: 1100px;
	width: 80%;
}

main .blog h2 {
	position: relative;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	border-bottom: solid 1px #DADAD5;
	padding-bottom: 16px;
	font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

main .blog h2::after {
	position: absolute;
	bottom: -3px;
	/* left: calc(50% - 17px); */
	left: 0;
	width: 34px;
	height: 2px;
	content: '';
	/* border-radius: 3px; */
	background-image: -webkit-gradient(linear, right top, left top, from(#F9BE6A), to(#EA5532));
	background-image: -webkit-linear-gradient(right, #F9BE6A 0%, #EA5532 100%);
	background-image: linear-gradient(to left, #F9BE6A 0%, #EA5532 100%);
}

main .blog h2 + span {
	color: #DF9D1E;
	display: block;
	font-size: 1.4rem;
	margin-top: 20px;
    font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	letter-spacing: 0.2em;
}

main .blog .cont-wrap > p {
	padding: 50px 0 20px;
	font-size: 1.5rem;
	line-height: 1.6;
}

main .blog .inner .cont-box > ul {
	margin-top: 32px;
	display: -webkit-flex;
	display: flex;
	/* -webkit-flex-wrap: wrap;
	flex-wrap: wrap; */
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

main .blog .inner .cont-box > ul > li {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	width: 33%;
	background: #fff;
}

/* main .blog .inner .cont-box h3 figure img {
	max-height: 85px;
	max-width: 50%;
	margin: 0 auto;
} */

main .blog .inner .cont-box .txt-wrap {
	padding: 26px 20px;
}

main .blog .inner .cont-box .txt-wrap p {
	font-size: 1.4rem;
}

main .blog .inner .cont-box .txt-wrap ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 1em;
}

main .blog .inner .cont-box .txt-wrap ul li {
	display: inline-block;
	background: #F3F2E9;
	font-size: 1rem;
	padding: 3px 22px;
	text-align: center;
	margin-right: 4px;
	margin-bottom: 4px;
}

main .blog .inner .cont-box .txt-wrap span {
	display: inline-block;
	color: #ADA796;
	font-size: 1rem;
	margin-top: 1em;
}

main .blog .inner a.common-btn01 {
	margin: 56px auto 0;
}







main .banner {
	margin-top: 210px;
}

main .banner .cont-wrap {
	position: relative;
	max-width: 1100px;
	width: 72%;
	margin: 0 auto;
}

main .banner .inner ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

main .banner .inner ul li {
	width: 48%;
}

main .banner .inner ul li a {
	display: block;
}





/* ======================================================================================================================= */
/* for pc-tablet */
/* =====================================================================================================z================== */


@media screen and (min-width: 1024px) {



}


/* ======================================================================================================================= */
/* for sp */
/* =====================================================================================================z================== */


@media screen and (max-width: 767px) {

	/* -------------------------------------------------- */
	/* main */
	/* -------------------------------------------------- */

	main .mv {
		position: relative;
		max-height: 500px;
		height: calc(100vh - 80px);
		width: 100%;
		background-size: cover;
		background-position: center;
	}

	main .mv::before {
		content: '';
		display: block;
		max-height: 500px;
		height: calc(100vh - 80px);
		width: 100%;
		background: rgb(0, 0, 0, 0.2);
		background-size: cover;
	}

	main .mv .inner {
		position: absolute;
		font-size: 2rem;
		color: #fff;
		left: 10%;
		bottom: 10%;
		margin: auto;
		line-height: 1.8;
		letter-spacing: 0.02em;
		padding-right: 10%;
	}

	main .mv .inner figure {
		position: absolute;
		font-size: 3rem;
		color: #fff;
		left: 10%;
		bottom: 10%;
		margin: auto;
		line-height: 1.8;
		letter-spacing: 0.02em;
	}





	main .lead {
		margin-top: 60px;
	}

	/* main .lead .cont-wrap {
		max-width: 912px;
		width: 86%;
		margin: 0 auto;
	} */

	main .lead .inner {
		display: block;
		max-width: 912px;
		width: 88%;
		margin: 0 auto;
	}

	main .lead .inner .txt-box {
		padding: 0 40px 40px;
		text-align: center;
	}

	main .lead .inner h3 {
		display: inline-block;
		position: relative;
		font-size: 3.2rem;
	}

	main .lead .inner .txt-wrap {
		padding-right: 0;
	}

	main .lead .inner p {
		font-size: 1.5rem;
		line-height: 2;
		margin-top: 0;
	}

	main .lead figure {
		margin-top: 72px;
	}





	main .company-link {
		margin-top: 60px;
	}

	main .company-link .cont-wrap {
		width: 100%;
	}

	/* main .company-link .inner {
		margin-top: 32px;
	} */

	/* main .company-link .inner .cont-box {
		margin-top: 70px;
	} */

	main .company-link .inner .cont-box ul {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	main .company-link .inner .cont-box ul li {
		width: 100%;
	}




	main .company-banner {
		margin-top: 60px;
	}

	main .company-banner .cont-wrap {
		position: relative;
		max-width: 1100px;
		width: 92%;
		margin: 0 auto;
	}

	main .company-banner .inner p {
		text-align: center;
	}

	main .company-banner .inner p:nth-child(n+2) {
		margin-top: 60px;
	}

	main .company-banner .inner a {
		display: block;
	}

	main .company-banner .inner a img {
		margin: 0 auto;
	}



	main .blog {
		margin-top: 60px;
	}

	main .blog .cont-wrap {
		position: relative;
		margin: 0 auto;
		width: 100%;
	}

	main .blog h2 {
		position: relative;
		font-size: 2.4rem;
		letter-spacing: 0.05em;
		border-bottom: solid 1px #DADAD5;
		padding-bottom: 16px;
		margin: 0 auto;
		width: 88%;
	}

	main .blog h2::after {
		position: absolute;
		bottom: -3px;
		/* left: calc(50% - 17px); */
		left: 0;
		width: 34px;
		height: 2px;
		content: '';
		/* border-radius: 3px; */
		background-image: -webkit-gradient(linear, right top, left top, from(#F9BE6A), to(#EA5532));
		background-image: -webkit-linear-gradient(right, #F9BE6A 0%, #EA5532 100%);
		background-image: linear-gradient(to left, #F9BE6A 0%, #EA5532 100%);
	}

	main .blog h2 + span {
		color: #DF9D1E;
		display: block;
		font-size: 1.4rem;
		margin: 20px auto 0;
		width: 88%;
		font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
		letter-spacing: 0.2em;
	}

	main .blog .cont-wrap > p {
		padding: 50px 0 20px;
		font-size: 1.5rem;
		line-height: 1.6;
	}

	main .blog .inner .cont-box > ul {
		margin-top: 32px;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	main .blog .inner .cont-box > ul > li {
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		width: 100%;
		background: #fff;
	}

	main .blog .inner .cont-box > ul > li a {
		display: -webkit-flex;
		display: flex;
	}

	main .blog .inner .cont-box figure {
		position: relative;
		height: 100%;
		width: 30%;
		/* overflow-x: hidden; */
	}

	main .blog .inner .cont-box figure::before {
		content: "";
		display: block;
		padding-top: 100%;
	}


	main .blog .inner .cont-box figure img {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		object-fit: cover;
	}

	main .blog .inner .cont-box .txt-wrap {
		padding: 16px 20px;
	}

	main .blog .inner .cont-box .txt-wrap p {
		font-size: 1.4rem;
	}

	main .blog .inner .cont-box .txt-wrap ul {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 0.6em;
	}

	main .blog .inner .cont-box .txt-wrap ul li {
		display: inline-block;
		background: #F3F2E9;
		font-size: 1rem;
		padding: 3px 16px;
		text-align: center;
		margin-right: 4px;
		margin-bottom: 4px;
	}


	main .blog .inner .cont-box .txt-wrap span {
		display: inline-block;
		color: #ADA796;
		font-size: 1rem;
		margin-top: 1em;
	}

	main .blog .inner a.common-btn01 {
		margin: 48px auto 0;
	}




	main .banner {
		margin-top: 100px;
	}

	main .banner .cont-wrap {
		position: relative;
		width: 88%;
		margin: 0 auto;
	}

	main .banner .inner ul {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	main .banner .inner ul li {
		width: 100%;
	}

	main .banner .inner ul li:nth-child(n+2) {
		margin-top: 1rem;
	}

	main .banner .inner ul li a {
		display: block;
	}





	main .data-info .tbl-info tr {
		border-left: 0;
		display: block;
		text-align: left;
	}

	main .data-info .tbl-info--02 th {
		width: auto;
		border-right: 0;
		display: block;
		border-bottom: 1px solid #d4d4c3;
		width: 100%;
	}

	main .data-info .tbl-info--02 th, main .data-info .tbl-info--02 td {
		padding: 10px;
		border-left: 0;
	}

	main .data-info .tbl-info td {
		border-left: 0;
		display: block;
		text-align: left;
	}






	main .access {
		margin-top: 60px;
	}

	main .access h2 {
		position: relative;
		font-size: 2.2rem;
		letter-spacing: 0.05em;
		text-align: center;
	}

	main .access h2::before {
		position: absolute;
		bottom: -24px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		width: 18px;
		height: 4px;
		content: '';
		background: #d5d5cf;
	}

	main .access .inner {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 88%;
		margin: 60px auto 0;
	}

	main .access .inner .txt-wrap {
		margin-top: 40px;
		padding-left: 0;
	}

	main .access .inner h3 {
		position: relative;
		margin-bottom: 35px;
		color: #565247;
		font-size: 2.2rem;
		margin-top: 18px;
	}

	main .access .inner h3 small {
		display: block;
		font-size: 1.3rem;
		padding-top: 12px;
		color: #df9d1e;
	}

	main .access .inner p {
		font-size: 1.4rem;
		line-height: 1.75;
	}

	main .access .inner p:nth-child(n+2) {
		margin-top: 30px;
	}

	main .access .inner dl {
		font-size: 1.4rem;
		line-height: 1.75;
		margin-top: 30px;
	}

	main .access .inner dl dt {
		font-weight: bold;
	}

	main .access .inner figure {
		max-width: 460px;
		width: 100%;
	}

	main .access .inner .txt-wrap .box-media__contact {
		margin-top: 35px;
	}

	main .access .inner .txt-wrap .tbl-base:first-child {
		margin-bottom: 25px;
	}

	main .access .inner .txt-wrap .tbl-base th {
		font-size: 14px;
		padding: 0;
		text-align: left;
		font-weight: bold;
		width: 75px;
		line-height: 1.3;
	}

	main .access .inner .txt-wrap .tbl-base tr th,
	main .access .inner .txt-wrap .tbl-base tr td  {
		padding: 0 0 6px 0;
	}

	/* staff */
	#staff .contents-inner {
		padding: 0;
	}

	#staff .mv {
		height: auto;
	}
	#staff .mv::before {
		content: none;
	}
	#staff .mv-bg {
		padding-top: 79.73333333333333%;
		background-image: url(/assets/img/company/staff/mv-sp.jpg);
	}

	#staff .staffList {
		margin-top: 40px;
	}
	#staff .staffList h2 {
		margin-bottom: 30px;
		padding: 0 15px;
		margin-bottom: 30px;
		font-size: 2rem;
		line-height: 1.6;
	}
	#staff .staffList .lead {
		padding: 0 15px;
	}
	#staff .staffList .list > li {
		width: calc((100% - 1px) / 2);
	}
	#staff .staffList .list > li a {
		padding-top: 146.524064171123%;
	}
	#staff .staffList .list > li a .name {
		height: 58px;
	}
	#staff .staffList .list > li a .name span {
		font-size: 1.4rem;
	}

	#staff .staffList .recruit {
		margin-top: 60px;
		padding: 0 15px;
	}
	#staff .staffList .recruit-link {
		display: block;
	}
	#staff .staffList .recruit-link .img {
		width: 100%;
		padding-top: 63.9240506329114%;
	}
	#staff .staffList .recruit-link .txt {
		width: 100%;
		padding: 15px;
	}
	#staff .staffList .recruit-link .txt .inner .ttl {
		font-size: 1.8rem;
	}
	#staff .staffList .recruit-link .txt .inner .en {
		font-size: 1.2rem;
	}
	#staff .staffList .recruit-link .txt .inner .message {
		font-size: 1.2rem;
	}


	/* modal */
	.modal-box {
		width: calc(100% - 30px);
	}
	.modal-inner {
		display: block;
		height: auto;
		padding: 25px 20px;
		max-height: calc(100vh - 240px);
		overflow-y: auto;
	}
	.modal-inner .img {
		width: 100%;
	}
	.modal-inner .img figure {
		height: 0;
		padding-top: 100%;
		overflow: hidden;
	}
	.modal-inner .img figure img {
		height: auto;
	}
	.modal-inner .detail {
		width: 100%;
		padding: 0;
		margin-top: 15px;
	}
	.modal-inner .detail .qualification {
		margin-top: 40px;
	}
	.modal-close {
		right: 0;
	}
	.modal-link {
		top: auto;
		bottom: -50px;
		transform: none;
	}
	.modal-link-prev {
		left: 0;
	}
	.modal-link-next {
		right: 0;
	}
  
}


/* ======================================================================================================================= */
/* for IE */
/* ======================================================================================================================= */
@media screen\0 {




}
