@charset "utf-8";

/* -------------------------------
   BASE
------------------------------- */

#wrap {
	position:relative;
	width:100%;
	min-width:940px;
	margin:0 auto;
	overflow:hidden;
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "ＭＳＰゴシック", Osaka , Hiragino Kaku Gothic !important;
}
.sp {
	display:none!important;
}
.pcNL:before {
	content: "\A" ;
	white-space: pre ;
}

a{
	transition:all 0.2s;
}

a:hover{
	opacity:0.7;
}

/* -------------------------------
   home
------------------------------- */

#header{
	width:940px;
	margin:0 auto;
	height:97px;
	position:relative;
}

#header #logo{
	font-size:10px;
	font-weight:bold;
	text-align:center;
	display:inline-block;
	padding-top:5px;
}

#header #logo img{
	margin-top:5px;
}

.head .btn{
	position:absolute;
	right:0;
	top:25px;
}

#content{
	width:940px;
	margin:0 auto;
}

#mainVisual{
	min-height:350px;
	position:relative;
	padding-right:560px;
	font-family:'ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','ヒラギノ明朝 Pro','Hiragino Mincho Pro','游明朝','Yu Mincho',HG明朝B,'ＭＳ Ｐ明朝','ＭＳ 明朝',Georgia,'Times New Roman',serif;
}

#mainVisual figure{
	position:absolute;
	right:0;
	top:0;
}

#mainVisual h1{
	font-size:52px;
	font-weight:normal;
	padding:50px 0 20px;	
}

#mainVisual dl{
	width:300px;
	margin:0 auto;
}

#mainVisual dt{
	font-size:24px;
	margin-bottom:24px;
}

#mainVisual dd{
	font-size:24px;
	letter-spacing:-0.05em;
}

#opening h2{
	font-size:30px;
	padding:60px 500%;
	margin:65px -500% 46px;
}

#opening > p{
	margin-bottom:20px;
	text-align:center;
}

#opening div.index{
	border-top:solid 1px #CCCCCC;
	margin-top:65px;
	text-align:center;
}

#opening div.index h3{
	font-size:20px;
	padding:10px 30px;
	margin:-25px auto 40px;
}

#opening div.index ul{
	display: flex;
}

#opening div.index ul li{
	text-align:center;
	border-left:dotted 1px #000000;
	font-family:'ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','ヒラギノ明朝 Pro','Hiragino Mincho Pro','游明朝','Yu Mincho',HG明朝B,'ＭＳ Ｐ明朝','ＭＳ 明朝',Georgia,'Times New Roman',serif;
	position:relative;
	margin-bottom:60px;
	flex-grow: 1;
	letter-spacing: -0.05em;
	font-size:15px;
}

#opening div.index ul li:last-child{
	border-right:dotted 1px #000000;
}

#opening div.index ul li a:after{
    display: block;
	margin-left:5px;
    width: 8px;
    height: 8px; 
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transition: all 0.4s cubic-bezier(.17,.67,.54,.93);
    -webkit-transition: all 0.4s cubic-bezier(.17,.67,.54,.93);
    content: "";
	margin:5px auto 0;
}

#opening dl.index{
	border-top:solid 1px #CCCCCC;
	margin-top:65px;
	text-align:center;
	font-size:0;
}

#opening dl.index dt{
	font-size:20px;
	padding:10px 30px;
	margin:-25px auto 40px;
}

#opening dl.index dd{
	font-size:15px;
	text-align:center;
	border-left:dotted 1px #000000;
	display:inline-block;
	font-family:'ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','ヒラギノ明朝 Pro','Hiragino Mincho Pro','游明朝','Yu Mincho',HG明朝B,'ＭＳ Ｐ明朝','ＭＳ 明朝',Georgia,'Times New Roman',serif;
	position:relative;
	margin-bottom:60px;
}

#opening dl.index dd:nth-child(2){
	width:297px;
}

#opening dl.index dd:nth-child(3){
	width:235px;
}

#opening dl.index dd:nth-child(4){
	width:193px;
}

#opening dl.index dd:nth-child(5){
	width:215px;
	border-right:dotted 1px #000000;
}

#opening dl.index dd a:after{
    display: block;
	margin-left:5px;
    width: 8px;
    height: 8px; 
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transition: all 0.4s cubic-bezier(.17,.67,.54,.93);
    -webkit-transition: all 0.4s cubic-bezier(.17,.67,.54,.93);
    content: "";
	margin:5px auto 0;
}

#opening .introduce{
	padding:20px;
}

#opening .introduce h3{
	font-size:20px;
}

#opening .introduce p{
	font-size:16px;
}

#opening .introduce ul{
	margin-top:20px;
	font-size:0;
	margin-left:8px;
	text-align: center;
}

#opening .introduce ul li{
	width:200px;
	margin:0 28px 28px 0;
}

#opening .introduce ul.col3 li{
	width:260px;
	margin:0 0 28px 0;
}

#opening .introduce ul.col3 li figure{
	width:200px;
	margin-left:auto;
	margin-right:auto;
}

#opening .introduce ul li:nth-child(4n){
	margin-right:0;
}

#opening .introduce ul li:nth-last-child(-n+4){
	margin-bottom:0;
}

#opening .introduce ul li figure{
	padding:20px 0 0;
}

.sec{
	margin:80px -500% 0;
	padding:0 500%;
}

.secHead{
	margin-bottom:40px;
}

.secHead figure{
	float:left;
	width:400px;
}

.secHead figure img:not(:last-child){
	margin-bottom:20px;
}

.secHead .txt{
	float:right;
	width:500px;
}

.secHead .txt p{
	font-size:15px;
}

.sec .secTit{
	font-size:30px;
	padding:60px 500%;
	margin:65px -500% 60px;
}

.sec .titWrap{
	position:relative;
	min-height:260px;
	padding-right:440px;
}

.sec .titWrap figure{
	position:absolute;
	right:0;
	top:0;
}

.sec .secTopTxt{
	text-align:center;
	font-size:16px;
	margin-bottom:40px;
}

.sec .subTit{
	font-size:28px;
	margin-bottom:40px;
	padding:35px 0;
}

.sec .titWrap .subTit{
	padding:110px 0 0;
	height:260px;
}

.sec#peripheral .titWrap .subTit,
.sec#hope .titWrap .subTit{
	padding:90px 0 0;
}

.use{
	margin-top:35px;
}

.use h3{
	font-size:18px;
	margin-bottom:30px;
}

.talk{
	font-size:0;
	margin-bottom:-30px;
}

.talk.noperson{
	margin-bottom:-20px;
}

.talk li{
	display:inline-block;
	margin-right:20px;
	margin-bottom:30px;
	width:460px;
	font-size:15px;
}

.talk.noperson li{
	vertical-align: top;
}

.talk li.col3{
	width:300px;
}

.talk li.last{
	margin-right:0;
}

.talk li .comment{
	border-radius:20px;
	background-color:#F7F7F7;
	padding:25px 30px;
	position:relative;
}

.talk li .comment:after{
	left:100px;
}

.talk li .person{
	font-size:16px;
}

.note{
	margin-top:40px;
}

.note h3{
	padding:15px;
	font-size:20px;
	margin-bottom:30px;
}

.note .showDesk{
	display: flex;
}

.note .showDesk section{
	flex-grow: 1;
}

.note .showDesk section h4{
	font-size:18px;
	margin-bottom:30px;
}

.note .showDesk section h4 img{
	margin-top:15px;
}

.note .showDesk section .btn{
	margin-top:30px;
}

.note .showDesk section .btn a{
	width:260px;
}

.recommendChair{
	margin-bottom:60px;
}

.recommendChair .chairContent{
	display: flex;
	align-items: center;
	margin-bottom:40px;
}

.recommendChair .chairContent .txt{
	font-size:18px;
	flex-grow: 1;
	width:390px;
	position: relative;
}

.recommendChair .chairContent .txt:after{
	content:"";
	display: block;
	border-left:16px solid #CBD0D5;
	border-top:21px solid transparent;
	border-bottom:21px solid transparent;
	position: absolute;
	left:320px;
	top:50%;
	margin-top:-21px;
}

.recommendChair .chairContent ul{
	flex-grow: 1;
}

.recommendChair .chairContent ul li{
	text-align: center;
	font-family:'ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','ヒラギノ明朝 Pro','Hiragino Mincho Pro','游明朝','Yu Mincho',HG明朝B,'ＭＳ Ｐ明朝','ＭＳ 明朝',Georgia,'Times New Roman',serif;
	font-size:15px;
	margin:0 20px;
}

.recommendChair .chairContent ul li img{
	margin-bottom:15px;
}

.recommendChair .btn a{
	width: 450px;
}

#peripheral .note figure{
	float:left;
	margin-right:40px;
}

#peripheral .note .btn{
	text-align:left;
	margin-top:30px;
}

#peripheral .note .btn a{
	text-align:center;
	width:300px;
}

#gender #study{
	margin-top:40px;
}

#chair .talk .item{
	width:300px;
}

#chair .talk .item:before{
	content:url(../images/chair_arrow.png);
	position:absolute;
	left:135px;
	top:-80px;
}

#chair .note figure{
	float:left;
	width:259px;
	margin-right:23px;
}

#chair .note p{
	padding-top:10px;
	font-size:15px;
}

#hope .note figure{
	float:right;
	width:450px;
}

#hope .note .detail{
	width:450px;
	float:left;
}

#hope .note .detail .item{
	padding-left:17px;
}

#hope .note .detail .item li{
	font-size:16px;
	margin-bottom:15px;
	float:left;
}

#hope .note .detail .item li:first-child{
	margin-right:100px;
}

#hope .note .detail .btn{
	width:100%;
	margin-top:15px;
}

#after{
	padding:30px;
	border-radius:20px;
}

#after h2{
	font-size:30px;
	margin-bottom:30px;
}

#after .afterTop p{
	float:left;
	width:300px;
	font-size:15px;
}

#after .afterTop figure{
	float:right;
	width:552px;
}

#after .message{
	margin-top:30px;
}

#after .message h3{
	font-size:20px;
}

#after .message p{
	font-size:15px;
}

/* ==================================================================

  HEADER（一部流用）

=====================================================================*/

header img{
	vertical-align: baseline;
}
header .logo span{
	font-size:10px;
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "ＭＳＰゴシック", Osaka , Hiragino Kaku Gothic;
}
.pan{
	font-size:12px;
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "ＭＳＰゴシック", Osaka , Hiragino Kaku Gothic;
}

/* ==================================================================

  FOOTER（一部流用）

=====================================================================*/
#content .pagetop{
	margin:30px 0 5px;
}
