@charset "utf-8";
body {
	font-size: 14px;
}
img {
	max-width: 100%;
	height: auto;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
}
.both {
	clear: both;
}
.zen-antique-regular {
	font-family: "Zen Antique", serif;
	font-weight: 400;
	font-style: normal;
	color: #000B47;
}
.zen-antique-regular a {
	color: #000B47;
}
a {
	cursor: pointer;
}
a:hover {
	opacity: 0.6;
}
#nav {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	width: 60px;
	height: 60px;
	background: rgba(0,0,0,0.7);
}
#menu li {
	color: #000;
	line-height: 1em;
}
#menu li.active {
	background: #666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a {
	text-decoration: none;
	color: #000;
}
#menu li.active a:hover {
	color: #000;
}
#menu li:hover {
	background: rgba(255,255,255, 0.3);
}
#menu li a, #menu li.active a {
	display: block;
	box-sizing: border-box;
}
#menu li.active a {
	color: #fff;
}
#menu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	text-align: center;
	font-size: 20px;
	letter-spacing: 3px;
	padding-top: 60px;
	box-sizing: border-box;
	overflow: auto;
}
#menu li a {
	display: block;
	color: #fff;
	padding: 15px 10px;
}
.nav a,  .nav span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.nav a {
	position: relative;
	width: 30px;
	height: 30px;
	z-index: 9999;
}
.nav span {
	position: absolute;
	left: 15px;
	width: 100%;
	width: 30px;
	height: 2px;
	background-color: #fff;
	border-radius: 4px;
}
.nav span:nth-of-type(1) {
	top: 17px;
}
.nav span:nth-of-type(2) {
	top: 27px;
}
.nav span:nth-of-type(3) {
	top: 37px;
}
.nav.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.nav.active span:nth-of-type(2) {
	opacity: 0;
}
.nav.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
#pagetop {
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.7);
	z-index: 100;
}
#pagetop:hover {
	background: rgba(0,0,0,0.2);
}
#pagetop a {
	display: block;
	width: 100%;
	height: 100%;
}
#pagetop a {
	line-height: 1em;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	position: relative;
	display: inline-block;
	padding-top: 0px;
}
#pagetop a::before {
	content: '';
	width: 12px;
	height: 12px;
	border: 0px;
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	right: calc( 50% - 6px );
}
.pc {
  display: block;
}
.sp {
  display: none;
}
header {
	height: 60px;
}
.site_title {
	font-size: 30px;
    padding: 8px 10px;
}
section {
	width: 950px;
	margin: 0 auto;
    padding: 65px 0 120px;
}
.mv {
	position: relative;
	width: 100%;
    height: 450px;
	background-image: url('https://xn--gcknx5r5b6172b2g5c.com/image/main_mv.jpg');
	background-size: 125%;
    background-position: 10% 15%;
}
h1.zen-antique-regular {
	font-size: 32px;
	position: absolute;
    width: 450px;
    top: 35%;
    line-height: 1.2;
    color: #FFF;
    left: 50%;
	margin-left: -35%;
}
h1.zen-antique-regular span {
	font-size: 20px;
    display: block;
    margin-top: 10px;
}
h2.zen-antique-regular {
	font-size: 20px;
    line-height: 1.2;
    margin-bottom: 50px;
	position: relative;
}
section.contents_2 h2.zen-antique-regular {
	color: #FFFFFF;
	text-align: right;
}
h2.zen-antique-regular span.h2_main-title {
	display: block;
    font-size: 35px;
}
h3.zen-antique-regular {
	font-size: 18px;
    margin: 10px 10px 30px;
    padding: 5px 10px 7px;
    border-left: 3px solid #000b47;
}
h3 span {
	font-size: 16px;
    margin-left: 15px;
}
.line {
	position: absolute;
	background: #000B47;
	width: 75%;
    height: 2px;
    top: 10px;
    right: 0;
}
section.contents_2 .line {
	right: auto;
	left: 0;
	background: #FFF;
}
.contents_1-box {
	display: flex
}
.contents_1-box img {
	width: 45%;
	margin-left: -5%;
}
.contents_1-txt {
	width: 50%;
    margin: 5% 0 0 10%;
}
.contents_1-txt .contents_1-txt_main {
	font-size: 25px;
	margin-bottom: 20px;
	line-height: 1.2;
}
section.contents_2 {
	color: #FFF;
}
.contents_2_back {
	background-color: #000B47;
}
.contents_2-txt {
	margin: 0 8% 50px;
}
.contents_2-lists#js-slick {
	color: #333;
}
.contents_2-lists#js-slick .slick-list {
	height: 450px;
}
.contents_2-lists#js-slick .slick-list .slick-track {
	display: flex;
}
.contents_2-lists#js-slick .slick-list .contents_2-list.slick-slide {
	width: 630px!important;
	display: flex;
    height: 350px;
	background: #FFF;
	margin: 10px 110px;
    padding: 30px 40px;
    border-radius: 15px;
}
.contents_2-lists#js-slick .slick-list .contents_2-list.slick-slide img {
	width: 50%;
    background: #333;
}
.contents_2-lists#js-slick .slick-list .contents_2-list.slick-slide ul {
	width: 40%;
    margin-left: 10%;
	margin: 10px 0 10px 5%;
}
.contents_2-lists#js-slick .slick-list .contents_2-list.slick-slide ul li {
	margin-bottom: 15px;
	font-weight: bold;
}
.contents_2-lists#js-slick .slick-list .contents_2-list.slick-slide ul li {
	font-weight: bold;	
}
.contents_2-lists#js-slick .slick-list .contents_2-list.slick-slide p {
	font-weight: normal;
	font-size: 13px;
}
.slide-arrow {
	position: absolute;
    width: 40px;
    top: 185px;
    right: 100px;
}
.slide-arrow.prev-arrow {
    right: auto;
	left: 100px;
}
.more_case_button.zen-antique-regular {
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	padding: 3px;
	margin: 20px auto;
	color: #FFF;
	position: relative;
}
.more_case_button.zen-antique-regular span {
	background-image: url('https://xn--gcknx5r5b6172b2g5c.com/image/button.png');
	background-size: 20px 10px;
    width: 20px;
    height: 10px;
    position: absolute;
    top: 15px;
    right: 50%;
    margin-right: -155px;
}
.more_case_button.zen-antique-regular.on span {
	background-image: url('https://xn--gcknx5r5b6172b2g5c.com/image/button_on.png');
}
.more_case_table {
	display: none;
	width: 90%;
    margin: 30px auto 0;
	border: 1px solid #FFF;
}
.more_case_table td  {
	padding: 10px 20px;
	border: 1px solid #FFF;
}
.history_table {
	width: 80%;
	margin: 60px auto 100px;
}
.history_table .table_title {
	width: 25%;
	border-right: 2px  solid #000B47;
	padding: 20px 0;
    font-size: 18px;
    color: #13396d99;
}
.history_table .table_date {
	width: 15%;
    padding: 20px 0;
    text-align: center;
	position: relative;
}
.history_table .table_date span {
	position: absolute;
    left: -8px;
    color: #000b47;
}
.history_table td {
	width: 60%;
    padding: 20px 0;
}
.history_table .table_top .table_title {
	padding: 5px;
}
.history_table .table_top td {
	padding: 5px 0 5px 5%;
}
.history_table .table_end .table_title {
	padding: 5px;
}
.history_table .table_end td {
	padding: 5px 0 5px 5%;
}
.profile_table {
	width: 80%;
	margin: 60px auto 100px;
}
.profile_table .table_title {
	width: 25%;
	padding: 30px 20px;
}
.profile_table td {
	width: 75%;
	padding: 20px 0 20px 5%;
	border-bottom: 1px  solid #000B47;
}
.profile_table iframe {
	display: block;
    margin: 20px 0;
}
.phirosophy_txt.zen-antique-regular {
	text-align: center;
    font-size: 23px;
    margin: 30px 20px 100px;
    padding: 30px 0;
    background: #a2c4fa2b;
    border-radius: 110px;
}
.phirosophy_txt.zen-antique-regular {
	text-align: center;
    font-size: 23px;
    margin: 30px 20px 100px;
    padding: 30px 0;
    background: #a2c4fa2b;
    border-radius: 110px;
}
footer {
	display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 20px 30px 60px;
    margin-bottom: 20px;
}
footer ul {
	display: flex;
    margin: 0 20px;
}
footer ul li {
	margin: 0 10px;
}




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

}
/**********************************************************************************************************************************************************************************/
@media only screen and (max-width: 480px) {
	.pc {
		display: none;
		}
	.sp {
		display: block;
	}
	body {
		font-size: 13px;
		font-size: 3.5vw;
	}
	section {
		width: 100%;
		padding: 20px 0 50px;
	}
	header {
		height: 40px;
		height: 11vw;
	}
	.site_title {
		font-size: 19px;
		font-size: 5vw;
		padding: 8px;
	}
	.mv {
		height: 300px;
	}
	h1.zen-antique-regular {
		font-size: 19px;
		font-size: 5vw;
		width: 90%;
		top: 40%;
		left: 50%;
		margin-left: -40%;
	}
	h1.zen-antique-regular span {
		font-size: 16px;
		font-size: 4vw;
		margin-top: 10px;
	}
	h2.zen-antique-regular {
		font-size: 16px;
		font-size: 4.5vw;
		margin-bottom: 30px;
		margin-left: 20px;
	}
	h2.zen-antique-regular span.h2_main-title {
		font-size: 24px;
		font-size: 6.5vw;
	}
	section.contents_2 h2.zen-antique-regular {
		margin-right: 20px;
        margin-left: 0;
	}
	.line {
		width: 50%;
	}
	.contents_1-box {
		display: block;
	}
	.contents_1-box img {
		width: 100%;
		margin-left: 0;
	}
	.contents_1-txt {
		width: 90%;
		margin: 30px auto;
	}
	.contents_1-txt .contents_1-txt_main {
		margin-bottom: 20px;
		font-size: 19px;
		font-size: 5vw;
	}
	.contents_2-txt {
		margin: 0 5% 30px;
	}
	.contents_2-lists#js-slick {
		width: 350px;
        margin: auto;
	}
	.contents_2-lists#js-slick .slick-list .contents_2-list.slick-slide {
		width: 350px!important;
		display: block;
		height: 550px;
		padding: 20px 10px;
		margin: 10px 11px;
	}
	.phirosophy_txt.zen-antique-regular {
		font-size: 19px;
        font-size: 4.3vw;
        text-align: left;
        border-radius: 60px;
        padding: 30px 5%;
	}
	.contents_2-lists#js-slick .slick-list {
		height: 600px;
		padding: 0 10px!important;
	}
	.contents_2-lists#js-slick .slick-list .contents_2-list.slick-slide img {
		width: 80%;
		margin: auto;
	}
	.contents_2-lists#js-slick .slick-list .contents_2-list.slick-slide ul {
		width: 90%;
		margin: 10px auto;
	}
	.contents_2-lists#js-slick .slick-list .contents_2-list.slick-slide ul li {
		margin-bottom: 5px;
		font-size: 13px;
	}
	.contents_2-lists#js-slick .slick-list .contents_2-list.slick-slide p {
		font-size: 12px;
	}
	.slide-arrow {
		position: absolute;
		width: 30px;
		top: 270px;
		right: 0;
		z-index: 100;
	}
	.slide-arrow.prev-arrow {
		left: 0;
	}
	.more_case_button.zen-antique-regular {
		font-size: 18px;
		font-size: 4.3vw;
		margin: 50px auto 30px;
	}
	.history_table {
		width: 90%;
		margin: 30px auto 60px;
	}
	.history_table .table_title {
		font-size: 16px;
		font-size: 3.5vw;
	}
	.profile_table {
		width: 90%;
		margin: 30px auto 60px;
	}
	.profile_table .table_title {
		font-size: 13px;
    	font-size: 3.5vw;
	}
	.profile_table iframe {
		width: 55vw;
	}
}

/**********************************************************************************************************************************************************************************/

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

}
