@charset "UTF-8";


/*
//header 200
//gnavi 300
*/




html {
	width: 100%;
	height: 100%;
	overflow: auto;
	font-size: 62.5%;
}

body {
	font-family: 'BlinkMacSystemFont','Yu Gothic Medium', '游ゴシック Medium', YuGothic, 'Hiragino Sans','Hiragino Kaku Gothic ProN', '游ゴシック体',"segoe ui",'メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic', sans-serif;
	font-size: 1.6rem;
	font-weight:　lighter;
	line-height: 1.6;
	position: relative;
	overflow: hidden;
}

html.op, body.op {
	overflow: hidden;
	height: 100%;
}

a:hover img {
	opacity: .8;
}

img {
	vertical-align: bottom;
}

p {
	padding-bottom: 1em;
}

.ctr {
	text-align: center;
}

.brsp {
	display: none;
}

.brpc {
	display: block;
}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}



footer {
	background: #972534;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	padding: 50px 0 30px;
}

footer p {
	font-size: 2.2rem;
}


.btnbtm {
	font-size: 2.2rem;
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

.btnbtm li {
	padding: 0 20px;
}

.btnbtm a {
	color: #972534;
	text-align: center;
	text-decoration: none;
}
.btnbtm a:hover {
	text-decoration: underline;
}


#header {
	padding: 10px 0;
	background: #fff;
}
#header .inner {
	width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#header .hleft {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 1.6rem;
	font-weight: bold;
}
#header .hleft h1 {
	font-size: 3rem;
}

#header .hright {
	text-align: right;
}
#header .hright span {
	font-size: 3rem;
	color: #972534;
}
#header .hright ul {
	font-size: 2.2rem;
	display: flex;
}
#header .hright ul li {
	margin-left: 30px;
}
#header a {
	text-decoration: none;
	color: #000;
}
#header a:hover {
	text-decoration: underline;
}




#main {
	background: url(../images/main_pc.jpg) no-repeat center center;
	background-size: cover;
	min-height: 580px;
	position: relative;
}
#main h2 {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	position: absolute;
	font-size: 4.8rem;
	right: 100px;
	bottom: 180px;
	background: rgba(255,255,255,.8);
	padding: 10px;
}

#mainc {
	background: url(../images/perfbg.gif);
}
#mainc h2 {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 4rem;
	line-height: 6em;
	text-align: center;
}



#mainbtm {
	background: #972534;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	padding: 20px 0;
	line-height: 1.6;
}
#mainbtm span {
	display: inline-block;
	padding: 0 10px;
}







#message {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

#message .inner {
	width: 960px;
	margin: 0 auto;
	padding: 60px 0 100px;
	position: relative;
}

#message .inner h2 {
	margin-left: 55px;
	font-size: 6rem;
	font-weight: normal;
	writing-mode: vertical-rl;
	letter-spacing: .5em;
}

#message .inner div {
	position: absolute;
	left: 360px;
	top: 140px;
}
#message .inner div p {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2;
}
#message .inner div .name {
	text-align: right;
}



.perfbg {
	background: url(../images/perfbg.gif) no-repeat;
	height: 295px;
	margin-bottom: 140px;
}

.perfbg .inner {
	width: 960px;
	margin: 0 auto;
	background: url(../images/perfbg.gif);
	height: 295px;
	position: relative;
}

.perfbg .inner h3 {
	font-size: 4.8rem;
	color: #972534;
	position: absolute;
	right: 10px;
	top: -20px;
	letter-spacing: .2em;
}

.perfbg .inner ul {
	display: flex;
	justify-content: space-between;
	padding-top: 60px;
	width: 920px;
}

.perfbg .inner ul li {
	width: 210px;
}

.perfbg .inner h4 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 20px;
	line-height: 1.8;
	font-feature-settings: "palt";
}

.perfbg .inner h4+p {
	font-size: 1.6rem;
	line-height: 1.8;
	font-feature-settings: "palt";
}


.btnabout {
	text-align: center;
}



.recarea {
	width: 960px;
	margin: 70px auto;
}

.recarea ul {
	display: flex;
	justify-content: space-between;
}

.recarea ul li {
	width: 460px;
	border: 1px solid #b7b7b7;
	text-align: center;
	padding: 20px 0;
}

.recarea h3 {
	font-size: 3rem;
	font-weight: normal;
	position: relative;
	margin-bottom: 60px;
}

.recarea h3:after {
	position: absolute;
	content: '';
	width: 60px;
	height: 4px;
	background: #000;
	left: 50%;
	transform: translate(-50%);
	bottom: -20px;
}

.recarea h3+p {
	font-size: 1.8rem;
}

.recarea a {
	display: block;
	background: #972534;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	width: 420px;
	margin: 20px auto 0;
	padding: 10px 0;
	text-decoration: none;
}
.recarea a:hover {
	opacity: .8;
}




.content {
	margin: 100px 0 150px;
}
.content .inner {
	width: 960px;
	margin: 0 auto;
}





.performance h3 {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.6;
}

.performance h3+p {
	font-size: 1.8rem;
}

.performance li {
	margin-bottom: 40px;
}
.performance li ol {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.performance li ol li {
	width: 294px;
}
.performance li ol li img {
	width: 100%;
}
.performance li ol.saishin li {
	width: 220px;
}

.abouttbl1,
.recruittbl {
	width: 100%;
	font-size: 2rem;
	border-collapse: collapse;
}

.abouttbl1 th,
.abouttbl1 td,
.recruittbl th,
.recruittbl td {
	border-bottom: 1px solid #000;
	padding: 10px 0;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}



.gmap {
	padding: 100px 0;
}

.gmap iframe {
	width: 100%;
}

.gmap p {
	font-size: 1.6rem;
	line-height: 1.6;
	margin-top: 20px;
}

.history table {
	width: 100%;
	font-size: 2rem;
	border-collapse: collapse;
}

.history th,
.history td {
	border-bottom: 1px solid #000;
	padding: 10px 0;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
.history table caption {
	font-size: 2.4rem;
	text-align: left;
	font-weight: bold;
}

.recruittbl th {
	width: 20%;
}
.recruittbl td {
	width: 80%;
}

.recdesc {
	margin-bottom: 60px;
}

.recdesc p {
	font-size: 2rem;
	line-height: 1.6;
}


.recbtn a {
	display: block;
	background: #972534;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	width: 420px;
	margin: 20px auto 0;
	padding: 10px 0;
	text-decoration: none;
}
.recbtn a:hover {
	opacity: .8;
}





.formtbl {
	width: 100%;
	font-size: 2rem;
	border-collapse: collapse;
}

.formtbl th,
.formtbl td {
	border-bottom: 1px solid #000;
	padding: 10px 0;
	text-align: left;
	font-weight: normal;
}

.formtbl input[type="text"] {
	border: 1px solid #000;
	font-size: 2rem;
	padding: 6px;
}

.recbtn input[type="submit"], .recbtn input[type="button"] {
	display: block;
	background: #972534;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	width: 200px;
	margin: 20px auto 0;
	padding: 10px 0;
}

.recbtn {
	text-align: center;
}





/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
/*/////////////////// SP ///////////////////*/
@media screen and (max-width: 768px) {




.brsp {
	display: block;
}

.brpc {
	display: none;
}




footer {
	font-size: 1.2rem;
	padding: 25px 0;
}

footer p {
	font-size: 1.4rem;
}


.btnbtm {
	font-size: 1.6rem;
	margin-bottom: 20px;
}

.btnbtm li {
	padding: 0 10px;
}

.btnbtm a {
	color: #972534;
	text-align: center;
	text-decoration: none;
}
.btnbtm a:hover {
	text-decoration: underline;
}



#header {
	position: fixed;
	width: 100%;
	z-index: 100;
	height: 60px;
}

#header .inner {
	width: 96%;
}

#header .hleft {
	font-size: 1.2rem;
}
#header .hleft h1 {
	font-size: 1.9rem;
}

#header .hright {
	text-align: right;
}
#header .hright span,
#header .hright ul {
	display: none;
}


#header .hright .btn-trigger {
	position: relative;
	width: 24px;
	height: 18px;
	margin-top: 10px;
}
#header .hright .btn-trigger span {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
	border-radius: 4px;
}
#header .hright .btn-trigger, .btn-trigger span {
	display: inline-block;
	transition: all .25s;
	box-sizing: border-box;
}
#header .hright .btn-trigger span:nth-of-type(1) {
	top: 0;
}
#header .hright .btn-trigger span:nth-of-type(2) {
	top: 8px;
}
#header .hright .btn-trigger span:nth-of-type(3) {
	bottom: 0;
}
#header #btn01.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
#header #btn01.active span:nth-of-type(2) {
	opacity: 0;
}
#header #btn01.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}

#pullmenu {
	background: #fff;
	position: fixed;
	top: 60px;
	width: 100%;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	z-index: 101;
}

#pullmenu ul {
	display: flex;
	justify-content: center;
}

#pullmenu li a {
	display: inline-block;
	padding: 0 10px;
	color: #000;
	text-decoration: none;
	font-size: 1.6rem;
}




#main {
	background: url(../images/main_sp.jpg) no-repeat center center;
	background-size: cover;
	min-height: auto;
	margin-top: 60px;
	padding-top: 120%;
}
#main h2 {
	font-size: 2rem;
	right: auto;
	left: 0;
	bottom: 10%;
}


#mainc h2 {
	font-size: 2rem;
	line-height: 6em;
	margin-top: 60px;
	text-align: center;
}


#mainbtm {
	font-size: 1.2rem;
	padding: 20px 0;
}










#message .inner {
	width: 100%;
	padding: 30px 0;
}

#message .inner h2 {
	margin-left: 4%;
	margin-bottom: 20px;
	font-size: 2.8rem;
	font-weight: normal;
	writing-mode: horizontal-tb;
	letter-spacing: .2em;
}

#message .inner div {
	position: static;
	width: 89.3333%;
	margin: 20px auto 0;
}
#message .inner div p {
	font-size: 1.4rem;
}



.perfbg {
	background-repeat: repeat;
	height: auto;
	margin-bottom: 30px;
}

.perfbg .inner {
	width: 89.3333%;
	margin: 0 auto;
	background: none;
	height: auto;
	padding: 40px 0 20px;
}

.perfbg .inner h3 {
	font-size: 2.4rem;
	position: static;
}

.perfbg .inner ul {
	flex-wrap: wrap;
	padding-top: 30px;
	width: 100%;
}

.perfbg .inner ul li {
	width: 47%;
}

.perfbg .inner h4 {
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 20px;
}

.perfbg .inner h4+p {
	font-size: 1.4rem;
}



.recarea {
	width: 89.3333%;
	margin: 35px auto;
}


.recarea ul li {
	width: 47%;
	padding: 20px 0 10px;
}

.recarea h3 {
	font-size: 1.5rem;
	margin-bottom: 40px;
}

.recarea h3:after {
	width: 30px;
	height: 2px;
	transform: translate(-50%);
	bottom: -15px;
}

.recarea h3+p {
	font-size: 1.2rem;
}

.recarea img {
	width: 85%;
}

.recarea a {
	font-size: 1.4rem;
	width: 85%;
	margin: 10px auto 0;
	padding: 5px 0;
}




.content {
	margin: 50px 0 75px;
}
.content .inner {
	width: 89.3333%;
}





.performance h3 {
	font-size: 1.5rem;
}

.performance h3+p {
	font-size: 1.4rem;
}

.performance li {
	margin-bottom: 20px;
}
.performance li ol {
	display: block;
}

.performance li ol li,
.performance li ol.saishin li {
	width: 100%;
}


.abouttbl1,
.recruittbl {
	font-size: 2rem;
}

.abouttbl1 th,
.abouttbl1 td,
.history th,
.history td {
	display: block;
}
.recruittbl th,
.recruittbl td {
	width: 100%;
	display: block;
}
.abouttbl1 th,
.recruittbl th {
	border-bottom: 1px dotted #999;
}

.history th {
	border-bottom: 1px dotted #999;
	font-weight: bold;
}

.abouttbl1 td,
.recruittbl td {
	margin-bottom: 20px;
}

.history td {
	margin-bottom: 40px;
	border-bottom: none;
}

.gmap p {
	font-size: 2rem;
}

.recbtn a {
	font-size: 2rem;
	width: 100%;
}









.formtbl th,
.formtbl td {
	display: block;
	border: none;
}

.formtbl th {
	padding-bottom: 0;
}

.formtbl td {
	margin-bottom: 30px;
}

.formtbl input[type="text"] {
	border: 1px solid #000;
	font-size: 2rem;
	padding: 6px;
	width: 100%;
}

.recbtn input[type="submit"] {
	display: block;
	background: #972534;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	width: 200px;
	margin: 20px auto 0;
	padding: 10px 0;
}

.recbtn {
	text-align: center;
}





}
