@charset "UTF-8";

/* wp */

h2 {
}

h3 {
	margin-bottom: 5px;
	font-size: 1.2em;
	font-weight: 700;
}

h4 {
	margin-bottom: 2px;
	font-size: 1.1em;
	font-weight: 700;
}

/* common */

.c-main__visual {
	height: 100vh;
	position: relative;
	background: #eee;
}

.c-main__visual img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
	}

.c-main__visual::before {
	content: "";
	display: block;
}


.c-list-text {

}

.c-list-text dl dt {
	width: 7em;
	padding: 0;
	float: left;
	clear: both;
}

.c-list-text dl dd {
	margin-left: 7em;
	padding: 0 0 15px 0;
}

.c-list-text dl dd a span {
	font-size: 0.75em;
	opacity: 0.7;
}


.c-list-img {
}

.c-list-img ul {
	display: flex;
	flex-flow: column;
	gap: 30px 0;
}

.c-list-img ul li {
	display: flex;
	flex-flow: row;
}

.c-list-img ul li div:nth-child(1) {
	width: 100px;
	height: 100%;
	background: #eee;
	position: relative;
}

.c-list-img ul li div:nth-child(1)::before{
	content: "";
	display: block;
	padding-top: 100%;
}

.c-list-img ul li div:nth-child(1) img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
}

.c-list-img ul li div:nth-child(2) {
	width: calc(100% - 100px);
	padding: 0 0 0 30px;
}

.c-list-img ul li div:nth-child(2) p {
	font-size: 0.7em;
}

.c-list-img ul li div:nth-child(2) h3 {
	margin: -6px 0 8px 0;
	font-size: 1.0em;
}

.c-list-img ul li div:nth-child(2) ul li {

}

.c-list-title {
	margin: 0 0 60px 0;
	font-size: 1.5em;
}
.c-list-title span {
	font-size: 0.85em;
	color: #D9D9D9;
}


.c-list-cell {
}

.c-list-cell dl {
	border-bottom: 1px #D9D9D9 solid;
}

.c-list-cell dl dt {
	width: 30%;
	padding: 40px 5px 40px 5px;
	float: left;
	clear: both;
	border-top: 1px #D9D9D9 solid;
}

.c-list-cell dl dd {
	margin-left: 30%;
	padding: 40px 5px 40px 5px;
	border-top: 1px #D9D9D9 solid;
}


.c-rows2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.c-rows2:nth-child(n+2) {
	margin: 180px 0 0 0;
}

.c-rows2 .c-rows2__text {
	width: 45%;
}
.c-rows2 .c-rows2__image {
	width: 43%;
}

.c-rows2 h2 {
	margin: 0 0 70px 0;
	font-size: 2.5em;
	line-height: 1.2;
	text-align: right;
}

.c-rows2 h3 {
	margin: 0 0 30px 0;
	padding: 0 0 0 35px;
	font-size: 1.5em;
	line-height: 1.2;
	font-weight: 400;
	background: url(../../about/img/i_bookmark_.png) left 5px no-repeat;
	background-size: 20px auto;
}

.c-rows2 h3:nth-child(n+2) {
	margin-top: 60px;
}

.c-rows2 h2 p:nth-child(n+2) {
	margin-top: 0.7em;
}

.c-rows2 .c-rows2__sign {
	margin: 40px 0 0 0;
	text-align: right;
}

.c-rows2 .c-rows2__sign span {
	display: inline-block;
}

.c-rows2 .c-rows2__sign span:last-child {
	margin: 0 0 0 30px;
	font-size: 1.35em;
}

.p-about2.c-rows2 .c-rows2__text h3,
.p-about2.c-rows2 .c-rows2__text p {
	margin-left: 35px;
	padding-left: 35px;
}

.c-text-info {
	margin: 50px 0 0 0;
	padding: 15px 20px;
	background-color: #f2f2f2;
}


.p-other .p-header__logo {
	filter: invert(100%);
}

.p-other .p-header_text, .p-other .p-header_info {
	color: #2B2B2B;
}

.p-other .l-main {
	padding-top: 350px;
}

.p-other .c-main__title {
	padding: 50px;
	background-color: #2B2B2B;
}

.p-other .c-main__title h2 {
	display: block;
	color: #fff;
}

.p-other .c-navi span {
	background: #2B2B2B;
}

.p-visual {
	background-color: #eee;
}

.p-other .p-main__left {
	padding: 0 100px 0 0;
}

.p-contents:nth-child(n+2) {
	margin: 200px 0 0 0;
}

.p-contents__title {
}

.p-contents__date {
	padding-top: 5px;
	font-size: 0.75em;
	line-height: 1;
}

.p-contents__body {
	padding: 50px 0 50px 0;
}

.p-contents__body h2 {
	display: block;
}

.p-contents__body h4 {
	font-family: 'Noto Sans JP', sans-serif, 'メイリオ', Meiryo, Osaka, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS P Gothic';
	font-weight: 400;
	font-size: 1.0em;
}

.p-contents__title h2 {
	margin-bottom: 10px;
	padding: 0 0 15px 0;
	display: block;
	font-size: 2.0em;
	line-height: 1.2;
	letter-spacing: 0.05em;
}

.p-contents-tags ul {
	margin-top: 10px;
	font-size: 0.75em;
	display: flex;
	flex-flow: wrap;
	gap: 6px;
}

.p-contents-tags ul li {
	padding: 3px 12px;
	display: inline-block;
	background: #f2f2f2;
	border-radius: 3px;
}

.p-other .p-main__right {
	border-left: none;
}


/* news 
.p-contents.p-main-news {
	padding: 0;
}*/



.p-contents__body img {
	margin: 0 4px 4px 0;
	/*max-width: 510px;*/
	height: auto;
}

.p-contents__body .aligncenter {
	text-align: center;
	margin: 0 auto;
}

.p-contents__body .alignright {
	text-align: right;
	margin: 0 0 0 auto;
}

.p-contents__body .alignleft {
	text-align: left;
}


.p-about {
	padding: 0 160px 0 0;
}



/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media screen and (max-width: 767px) {


.c-list-text dl dt {
	width: 100%;
	padding: 10px 10px 0 10px;
	float: none;
	font-size: 0.7em;
	border-top: 1px #eee solid;
}
	
.c-list-text dl dd {
	margin-left: 0;
	padding: 0 10px 10px 10px;
}

.c-list-text dl {
	border-bottom: 1px #eee solid;
}


.c-rows2 {
	display: flex;
	flex-direction:column;
}

.c-rows2:nth-child(n+2) {
	margin: 120px 0 0 0;
}

.c-rows2 .c-rows2__text {
	width: 100%;
	display: flex;
	flex-direction:column;
	display: contents;
}

.c-rows2 .c-rows2__image {
	width: 100%;
}

.c-rows2 h2 {
	margin: 0 0 50px 0;
	font-size: 1.5em;
	text-align: left;
}

.p-contents:nth-child(n+2) {
	margin: 80px 0 0 0;
}

.p-about1.c-rows2 .c-rows2__text {  }
.p-about1.c-rows2 .c-rows2__text h2 { order:0; }
.p-about1.c-rows2 .c-rows2__text p:nth-child(2){ order:2; }
.p-about1.c-rows2 .c-rows2__text p:nth-child(3){ order:3; }
.p-about1.c-rows2 .c-rows2__image { order: 1; margin-bottom: 50px; }

.p-about2.c-rows2 .c-rows2__text h2 { order:0; }
.p-about2.c-rows2 .c-rows2__text :nth-child(2) { order:2; }
.p-about2.c-rows2 .c-rows2__text :nth-child(3) { order:3; }
.p-about2.c-rows2 .c-rows2__text :nth-child(4) { order:4; }
.p-about2.c-rows2 .c-rows2__text :nth-child(5) { order:5; }
.p-about2.c-rows2 .c-rows2__text :nth-child(6) { order:6; }
.p-about2.c-rows2 .c-rows2__image { order: 1;}

.p-about2.c-rows2 .c-rows2__text h3,
.p-about2.c-rows2 .c-rows2__text p {
	margin-left: 0;
}


.p-other .l-header {
	position: fixed;
	background: none;
}

.p-other .l-main {
	padding: 0;
}


.p-other .p-header__logo img {
	height: 20px;
	filter: initial;
}

.p-other .c-main__title {
	padding: 25px;
}


.p-contents__title h2 {
	font-size: 1.2em;
}

.p-contents__body {
	padding: 50px 0 50px 0;
}

.p-other .p-main__left {
	padding: 0 25px;
}

.p-other .p-main__right .p-main-news {
	display: none;
}

.p-other .p-main__right .p-main-news {
	display: none!important;
}


}