@charset "utf-8";

#fixed-footer {
	display: none !important;
}

/*--------------------------------------------------------------------
	about
--------------------------------------------------------------------*/

.article h2,
.article h3 {
	font-weight: bold;
}
.article {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
section .message_wrap,
section .philosophy_wrap,
.about_head {
	text-align: center;
}

.message_wrap,
.ph_inner article {
	border-bottom: 1px solid #707070;
}
.message_wrap .img img,
.ph_inner .img img {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.about_head strong {
	display: block;
	font-weight: normal;
}

.aboutusBox {
	background:url(../images/bg-about.png) no-repeat center center;
	padding:0 5% 17% 5%;
	margin-bottom: 6%;
}
.aboutusBox h2 {
	text-align:center;
	padding: 20% 0 30px 0;
}
.aboutusBox p {
	line-height:200%;
	text-align:center;
	font-size:140%;
}
.aboutusBox a,
.aboutusBox a:link {
	text-decoration:underline;
}

.anc_list li a {
	text-decoration: underline;
}
.philosophy_wrap .visual-title-area .visual {
	position: relative;
}
/*.philosophy_wrap .visual-title-area .visual h1 {*/
.philosophy_wrap .visual-title-area .visual h2 {
	position: absolute;
	color: #fff;
}
.article .name-sign img {
	width: auto;
	height: 42px;
}
.article .name-sign .name {
	text-align: left;
}


@media only screen and (max-width:640px) {	/* sp */

	#wrapContent #wrap_mainContent .mainContens {
		padding-top: 20px;
	}
	.pc {
		display: none !important;
	}
	.visual-title-area .visual h1 {
		position: static;
		height: auto;
		margin-top: 10px;
		padding-right: 10px;
		color: #666;
		font-size: 21px;
	}
	/*.visual-title-area .visual h1 {*/
	.visual-title-area .visual h2 {
		position: static;
		height: auto;
		margin-top: 10px;
		padding-right: 10px;
		color: #666;
		font-size: 21px;
	}
	.message_wrap,
	.ph_inner article {
		padding-top: 20px;
		padding-bottom: 80px;
	}
	.philosophy_wrap,
	.history_wrap {
		padding-top: 20px;
	}
	.about_head {
		margin-bottom: 50px;
	}
	.about_head h1 {
		font-size: 1.6rem;
		margin-bottom: 32px;
	}
	.about_head strong {
		font-size: 1.2rem;
		margin: -20px auto 30px;
	}
	.anc_list li {
		font-size: 1rem;
	}
	.anc_list li:nth-child(n+2) {
		margin-top: 2%;
	}



	.article {
		margin-top: 18px;
		padding-left: 0;
		padding-right: 0;
		text-align: left;
	}
	.article h2,
	.article h3,
	.article p {
		margin-top: 18px;
	}
	.article h3+p,
	.article h2+p {
		margin-top: 0;
	}
	/*.philosophy_wrap .visual-title-area .visual h1 {*/
	.philosophy_wrap .visual-title-area .visual h2 {
		/*top: .4em;*/
		top: .1em;
		/*right: .3em;*/
		right: .1em;
	}

	.visual-title-area .visual>h1 {
		font-size: 1.4rem;
		margin-bottom: 3%;
	}
	/*.visual-title-area .visual>h1 {*/
	.visual-title-area .visual>h2 {
		/*font-size: 1.4rem;*/
		font-size: 1.0rem;
		margin-bottom: 3%;
	}



	.message_wrap,
	.ph_inner article {
		padding-top: 10px;
		padding-bottom: 40px;
	}

	.philosophy_wrap,
	.history_wrap {
		padding-top: 20px;
	}

	.about_head {
		margin-bottom: 50px;
	}




	.article .name-sign .sign {
		float: none;
	}
	.article .name-sign .name {
		margin-top: 3px;
		display: block;
		padding-right: 0;
	}
	.article .btn-area {
		margin-top: 32px;
	}
	.article .name-sign {
		text-align: left;
	}
	.pc_only {
		display: none;
	}
}


@media only screen and (min-width:641px) {	/* pc */

	.article {
		margin-top: 32px;
		max-width: 690px;
	}
	.article h2,
	.article h3,
	.article p {
		margin-top: 32px;
	}
	/*.philosophy_wrap .visual-title-area .visual h1 {*/
	.philosophy_wrap .visual-title-area .visual h2 {
		/*top: 1.2em;*/
		top: 0.8em;
		right: 20px;
	}
	.visual-title-area .visual>h1 {
		font-size: 24px;
	}
	/*.visual-title-area .visual>h1 {*/
	.visual-title-area .visual>h2 {
		font-size: 24px;
	}

	.message_wrap,
	.ph_inner article {
		padding-top: 20px;
		padding-bottom: 80px;
	}
	.philosophy_wrap,
	.history_wrap {
		padding-top: 20px;
	}
	.about_head {
		margin-bottom: 50px;
	}
	.about_head h1 {
		font-size: 30px;
		margin-bottom: 32px;
	}
	.about_head strong {
		font-size: 20px;
		margin: -20px auto 30px;
	}
	.about_head .anc_list {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	.anc_list li:nth-child(n+2):before {
		content: "|";
		margin: 0 1em;
	}
	.anc_list li {
		font-size: 20px;
	}
	.anc_list li a {
		text-decoration: underline 1px;
	}
	.article .name-sign {
		text-align: right;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: center;
		align-items: center;
	}
	.article .name-sign .name {
		padding-right: 10px;
		display: inline-block;
	}
	.message_wrap .visual>h1 {
		margin-bottom: 20px;
	}
	.message_wrap .img {
		margin-top: 120px;
	}

	.alt_pageTop {
		margin: 20px auto 80px;
		text-align: right;
	}
	.pc_only {
		display: block;
	}

}

/*20251030update*/
.movie {
    position: relative;
}
.movie:before {
    content: "";
    display: block;
    padding-top: 56.3%;
}
.movie iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}










/*--------------------------------------------------------------------
	history_wrap
--------------------------------------------------------------------*/

.history_wrap .history_inner {
	background-color: #000;
	color: #fff;
}
.history_inner .history-table {
	display: table;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.history_inner .history-row {
	display: table-row;
}

.history_inner .history-row>div.year {
	text-align: center;
	width: 82px;
}

.history_inner .history-row>div {
	display: table-cell;
	vertical-align: middle;
	height: 200px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.history_inner .history-row>div.image {
	text-align: center;
	width: 186px;
}

.history_inner .history-row>div.copy h2 {
	display: none;
}

.history-row>div.image img {
	width: 108px;
	height: auto;
}

.history_inner .history-row>div.copy {
	padding: 10px 0;
}

.history_inner .video-area {
	margin-top: 32px;
	text-align: center;
}

.history_inner .video-area h2 {
	margin-bottom: 24px;
}


@media only screen and (max-width:640px) {

	.history_inner {
		margin-top: 0;
		padding-left: 0;
		padding-right: 0;
		    margin-top: 10px;
		    padding: 45px 10px;
	}

	.history_inner .history-table {
		display: block;
	}

	.history_inner .history-row {
		display: block;
		margin-top: 48px;
	}

	.history_inner .history-row:first-child {
		margin-top: 0;
	}

	.history_inner .history-row>div.year {
		display: none;
	}

	.history_inner .history-row>div.image {
		width: auto;
	}

	.history_inner .history-row>div.image img {
		width: 121px;
		height: auto;
	}

	.history_inner .history-row>div {
		display: block;
		height: auto;
		text-align: center;
	}

	.history_inner .history-row>div.copy h2 {
		display: block;
	}

	.history_inner .history-row>div.copy h3 {
		margin-bottom: 8px;
	}

	.history_inner .video-area {
		margin-top: 48px;
		text-align: left;
	}

	.history_inner .video-area h2 {
		margin-bottom: 8px;
	}
}


@media only screen and (min-width:641px) {
	/* pc */

	.history_inner .history-table {
		max-width: 690px;
		padding-left: 12px;
		padding-right: 12px;
		margin-top: 32px;
		padding: 45px 0;
	}


}