﻿@charset "utf-8";
@import "default.css";
@import "base.css";

/*===============================================
●画面の横幅が640px以上
===============================================*/
@media screen and (min-width : 640px ){
#pc------------------------------------------- {
}

/* Ｈ１ */
 h1 {
    width: 30%;
    height: 13px;  
    font-size: 10px;
    text-align: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
}

#catch {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
	text-align: left;
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
	-ms-flex-pack: justify;
	margin-bottom: 60px;
}
#catch h2 {
	margin-left: 50px;
	padding-top: 14px;
}
#catch p {
	font-size: 18px;
	width: 580px;
	line-height: 180%;
}
#staff .box {
	color: rgba(0,0,0,1.00);
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
	-ms-flex-pack: justify;
	margin-bottom: 50px;
}
#staff .box:last-child {
	margin-bottom: 60px;
}

#staff .box div {
	width: 690px;
	padding-top: 50px;
}
#staff .box div h2 {
	font-size: 42px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	padding-left: 50px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,1.00);
	margin-bottom: 10px;
}
#staff .box div h2 span {
	font-size: 28px;
}
#staff .box div p:nth-of-type(1) {
	font-size: 24px;
	margin-bottom: 40px;
}
#staff .box div p:nth-of-type(1) span {
	font-weight: bold;
	margin-bottom: 8px;
	display: block;
}
#staff .box div p:nth-of-type(2) {
	font-size: 16px;
}
#staff .box figure {
	text-align: left;
	width: 263px;
}
}



/*===============================================
●画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
/*===============================================
●sp
===============================================*/
#sp640------------------------------------------- {
}

/* Ｈ１ */
 h1 {
    height: 13px;  
    font-size: 8px;
    text-align: right;
    padding: 0px 0px 0px 0px;
    margin: 5px 10px 15px 10px;
}

#catch {
	background-color: rgba(197,82,71,1.00);
	padding-top: 10%;
	padding-bottom: 10%;
	margin-bottom: 10%;
}
#catch h2 {
	color: rgba(255,255,255,1.00);
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 5%;
}
#catch p {
	color: rgba(255,255,255,1.00);
	text-align: left;
	margin-left: 8%;
	margin-right: 8%;
}
#staff .box {
	color: rgba(0,0,0,1.00);
	text-align: left;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
	-ms-flex-pack: justify;
	margin-bottom: 50px;
	position: relative;
}
#staff .box:last-child {
	margin-bottom: 60px;
}

#staff .box div {
	padding-top: 50px;
	width: 100%;
}
#staff .box div h2 {
	font-size: 36px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	padding-left: 10%;
	border-bottom: 1px solid rgba(0,0,0,1.00);
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 10px;
}
#staff .box div h2 .sp {
	top: -60px;
	right: 0px;
	position: absolute;
}
#staff .box div h2 span {
	font-size: 20px;
	position: absolute;
	top: 49px;
	left: 0px;
	margin-left: 10%;
}
#staff .box div p:nth-of-type(1) {
	font-size: 24px;
	margin-bottom: 40px;
	margin-top: 54px;
	margin-left: 10%;
	width: 90%;
	margin-right: auto;
}
#staff .box div p:nth-of-type(1) span {
	font-weight: bold;
	margin-bottom: 8px;
	display: block;
}
#staff .box div p:nth-of-type(2) {
	font-size: 14px;
	margin-left: 10%;
	margin-right: 10%;
}
#staff .box figure {
	text-align: left;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}
#staff .box:nth-of-type(2) div p:nth-of-type(2) {
	width: 70px;
}
#staff .box:nth-of-type(2) figure img {
	width: 30%;
}


}




/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp
===============================================*/
#sp400------------------------------------------- {
}
#catch h2 {
	font-size: 30px;
}
#catch p {
	line-height: 150%;
}
#staff .box div h2 {
	font-size: 30px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	padding-left: 10%;
	border-bottom: 1px solid rgba(0,0,0,1.00);
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 10px;
}
#staff .box div h2 span {
	font-size: 18px;
	position: absolute;
	top: 49px;
	left: 0px;
	margin-left: 10%;
	padding-left: 10px;
}
#staff .box:nth-of-type(2) div p:nth-of-type(2) {
	width: 290px;
}
}
