@charset "UTF-8";
/* CSS Document */

/*=========================================== 
スマホ向けのレイアウトの指定：～768px 
===========================================*/
@media only screen and (min-width: 0px) {

body{
	overflow-x: hidden;
}
	
#container{
	width:100%;
	margin:0 auto;
	overflow: hidden;
}

#wrapper{
	width:100%;
	margin:0 auto;
}

/*メインビジュアル*/
.mv{
	background: url(../images/concept_mv.jpg) no-repeat top center;
	background-size: cover;
}


/*コンテンツ-1*/
.concept{
	width: 100%;
	margin: 0 auto;
}

.concept_box{
	width: 100%;
	background: url(../images/concept_bg_01_sp.png) no-repeat top center;
	background-size: cover;
	position: relative;
}

.concept .box{
	padding: 60px 0 160px 0;
	border-bottom: 1px solid rgb(178,166,82);
}

.concept_inner{
	box-sizing: border-box;
	width: 90%;
	margin:  0 auto;
	background: rgba(255,255,255,0.7);
	border: 1px solid rgb(150,150,150);
}

.concept .heading{
	width: 90%;
	margin: 40px auto;
	text-align: center;
}

.concept .heading img{
	width: 100%;
	max-width: 488px;
	height: auto;
}

.concept .lead{
	width: 90%;
	margin: 0 auto 40px;
	font-size: 20px;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.24em;
	font-family: serif;
}

.concept .text{	
	width: 90%;
	margin: 0 auto 40px;
	font-size: 14px;
	text-align: center;
	line-height: 2;
	letter-spacing: 0.18em;
	font-family: serif;
}

.concept .logo_img{
	width: 150px;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -55px;
}

.concept .logo_img img{
	width: 100%;
	height: auto;
}


/*コンテンツ-2*/
.point {
	margin: 135px auto 100px;
}

.point .heading{
	margin: 0 auto 60px;
	font-size: 18px;
	text-align: center;	
	line-height: 2;
	letter-spacing: 0.24em;
	font-family: serif;
}

/*コンテンツ-2 > 共通部分*/
.point-1{
	margin: 40px auto 0;
}

.point-2,
.point-3,
.point-4{
	margin: 60px auto 0;
}

.point_box{
	width: 100%;
	margin: 0 auto;
}

.point_inner{
	box-sizing: border-box;
	width: 90%;
	max-width: 368px;
	margin: 0 auto;
	padding: 0 32px 40px;
	border: 1px solid rgb(138,198,206);
	background: rgba(255,255,255,0.8);
}

.point dl{
	width: 100%;
}

.point dt{
	margin: 0 auto ;
	padding: 40px 0 ;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.16em;
	font-family: serif;
}

.point dd{
	margin: 0 auto ;
	padding: 20px 0 0 0;
	font-size: 14px;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 2;
	letter-spacing: 0.14em;
	font-family: serif;
	background: url(../images/concept_img_22.png) no-repeat top center ;
	background-size: 280px;
}

.point .img{
	margin: 20px auto 0;
	padding: 0;
	text-align: center;
	background: none;
}

.point .img img{
	width: 100%;
	height: auto;
}

.point-2 dd.btn{
	width: 100%;
	max-width: 240px;
	height: 40px;
	margin: 20px auto 0;
	padding: 0;
	font-size: 18px;	
	text-align: center;
	line-height: 40px;
	letter-spacing: 0.24em;
	font-family: serif;
	background: rgb(138,198,206);
}

.point-2 dd.btn a{
	box-sizing: border-box;
	height: 40px;
	color: rgb(255,255,255);
	display: block;
}

/*コンテンツ-2 > 可変部分*/
.point-1 dl{
	background-image: url(../images/concept_img_03.png);
	background-size: 186px;
	background-repeat: no-repeat;
	background-position: bottom center; 
}

.point-1 dt{
	background: url(../images/concept_img_02.png) no-repeat right;
	background-size: 91px;
}

.point-2 dl{
	background-image: url(../images/concept_img_05.png);
	background-size: 170px;
	background-repeat: no-repeat;
	background-position: bottom center; 
}

.point-2 dt{
	background: url(../images/concept_img_04.png) no-repeat right;
	background-size: 91px;
}

.point-3 dl{
	background-image: url(../images/concept_img_07.png);
	background-size: 234px;
	background-repeat: no-repeat;
	background-position: bottom center; 
}

.point-3 dt{
	background: url(../images/concept_img_06.png) no-repeat right;
	background-size: 91px;
}

.point-4 dl{
	background-image: url(../images/concept_img_09.png);
	background-size: 170px;
	background-repeat: no-repeat;
	background-position: bottom center; 
}

.point-4 dt{
	background: url(../images/concept_img_08.png) no-repeat right;
	background-size: 91px;
}


/*コンテンツ-3*/
.interior{
	width:100%;
	margin: 100px auto 80px;
	border-top: 1px solid rgb(178,166,82);
}

.interior_box{
	background: url(../images/concept_bg_06.png) no-repeat center;
	background-size: cover;
}

.interior_inner{
	box-sizing: border-box;
	width: 100%;
	margin:  0 auto;
	padding: 100px 0 60px 0;
}

.interior .heading{
	width: 90%;
	margin: 0 auto 60px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;	
	letter-spacing: 0.12em;
	font-family: serif;
}

.interior .lead{
	width: 90%;
	margin: 0 auto;
	font-size: 16px;
	text-align: center;	
	line-height: 1.7;
	letter-spacing: 0.12em;
	font-family: serif;
}

.interior_img{
	width: 90%;
	margin:  0 auto;
}

/*タブ*/
.tab {
	width: 100%;
	margin: 40px auto;
	padding: 0;
	font-size: 0;
	text-align: left;
	display: table;
	table-layout: fixed;
}

.tab li {
	box-sizing: border-box;
	width: 48%;
	margin: 0 1%;
	padding: 20px 10px;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.18em;
	font-family: serif;
	color: rgb(200,200,200);
	border-bottom: 4px solid rgb(200,200,200);
	display: inline-block;
	
	cursor: pointer;
	cursor: hand;
}

.tab li.current {
	color: rgb(138,198,206);
	border-bottom: 4px solid rgb(138,198,206);
	z-index: 10;
}

.contents .content {
	display: none;
}

.contents .content:nth-child(1) {
	display: block;
}

.interior .left-side{
	margin: 20px 0 0 0;
}

.interior .right-side{
	margin: 20px 0 0 0;
}

.interior h3.title{
	height: 32px;
	margin: 20px 0 0 0;
	font-size: 20px;
	text-align: center;	
	line-height: 32px;
	letter-spacing: 0.12em;
	font-family: serif;
	background: rgba(138,198,206,0.2);
}

.interior .text{
	margin: 24px 24px 0;
	font-size: 16px;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.7;
	letter-spacing: 0.12em;
	font-family: serif;
}

.interior img{
	width: 100%;
	height: auto;
}
}


/*=========================================== 
PC向けのレイアウトの指定：768px〜
===========================================*/
@media only screen and (min-width: 769px) {

#container{
	width:100vw;
}


/*コンテンツ-1*/
.concept{
	width:100vw;
}

.concept_box{
	background: url(../images/concept_bg_01_pc.png) no-repeat top center;
	background-size: cover;
}

.concept .box{
	padding: 80px 0 160px 0;
}

.concept_inner{
	max-width: 620px;
}

.concept .lead{
	font-size: 23px;
}

.concept .logo_img{
	width: 240px;
	bottom: -88px;
}


/*コンテンツ-2*/
.point .heading{
	margin: 135px auto 80px;
	font-size: 26px;
}

/*コンテンツ-2 > 共通部分*/
.point-1{
	margin: 80px auto 0;
}

.point-2,
.point-3,
.point-4{
	margin: 100px auto 0;
}

.point_bg{
	max-width: 1280px;
	height: 550px;
	margin: 60px auto 0;
}

.point_box{
	width: auto;
	max-width: 940px;
	position: relative;
}

.point_inner{
	width: auto;
	max-width: auto;
	margin: 0;
	padding: 0;
	background:none;
	border: none;
}

.point dl{
	box-sizing: border-box;
	width: 100%;
	max-width: 368px;
	margin: 0;
	padding: 0 40px 40px;
	border: 1px solid rgb(138,198,206);
	background: rgba(255,255,255,0.8);
}

.point dt{
	font-size: 22px;
}

.point dd{
	font-size: 16px;
}

.point-2 dd.btn a:hover{
	color: rgb(138,198,206);
	background: rgb(255,255,255);
	border: 1px solid rgb(138,198,206);
}

/*コンテンツ-2 > 可変部分*/
.point-1 .point_inner,
.point-3 .point_inner{
	position: absolute;
	top: -60px;
	left: 10px;
}

.point-2 .point_inner,
.point-4 .point_inner{
	position: absolute;
	top: -60px;
	right: 10px;
	left: auto;
}

.point-1 dl,
.point-2 dl,
.point-3 dl,
.point-4 dl{
	background-position: bottom right; 
}

.point-1 dt,
.point-2 dt,
.point-3 dt,
.point-4 dt{
	background-size: 112px;
}

.point-1 .point_bg{
	background: url(../images/concept_bg_02_pc.png) no-repeat top center;
	background-size:1280px;
}

.point-1 dl{
	background-image: url(../images/concept_img_03.png);
	background-size: 186px;
	background-repeat: no-repeat;
	background-position: bottom right; 
}

.point-2 .point_bg{
	background: url(../images/concept_bg_03_pc.png) no-repeat top center;
	background-size:1280px;
}

.point-2 dl{
	background-image: url(../images/concept_img_05.png);
	background-size: 170px;
	background-repeat: no-repeat;
	background-position: bottom right; 
}

.point-3 .point_bg{
	background: url(../images/concept_bg_04_pc.png) no-repeat top center;
	background-size:1280px;
}

.point-3 dl{
	background-image: url(../images/concept_img_07.png);
	background-size: 234px;
	background-repeat: no-repeat;
	background-position: bottom right; 
}

.point-4 .point_bg{
	background: url(../images/concept_bg_05_pc.png) no-repeat top center;
	background-size:1280px;
}

.point-4 dl{
	background-image: url(../images/concept_img_09.png);
	background-size: 170px;
	background-repeat: no-repeat;
	background-position: bottom right; 
}


/*コンテンツ-3*/
.interior{
	width:100vw;
	margin: 200px auto 80px;
}

.interior_inner{
	max-width: 940px;
	padding: 160px 0 60px 0;
}

.interior_img{
	width: auto;
	max-width: 940px;
	margin:  0 auto;
	padding: 0 10px;
}

/*タブ*/
.tab li {
	max-width: 220px;
	margin: 0 2% 0 0;
	padding: 20px;
	font-size: 20px;
}

.tab li:last-child{
	margin: 0;
}

.interior .left-side{
	width: 49%;
	max-width: 460px;
	float: left;
}

.interior .right-side{
	width: 49%;
	max-width: 460px;
	float: right;
}

.interior h3.title{
	font-size: 24px;
}
}
