@charset "utf-8";
/*採用情報 RECRUT
---------------------------------*/
/*rec_wrap1
---------------------------------*/

.rec_wrap1 {
 padding-top: 70px;
 background: #fffaf2;
}
.rec_firstwrap {
 position: relative;
}
.rec_first {
 background: #fff;
}
.rec_first img {
 width: 100%;
 display: block;
}
.rec_topbackground {
 background: url(../images/recruit_top.jpg) 0 0 no-repeat;
 background-size: cover;
 padding: 20%;
 position: absolute;
 width: 60%;
}
.rec_first_txt {
 width: 915px;
 height: 60px;
 margin: 0 auto;
 padding-top: 18%;
}
.rec_first_txt p {
 font-size: 25px;
 line-height: 34px;
 color: #fff;
 letter-spacing: 2px;
 float: left;
 padding: 12px 30px;
 width: 135px;
 height: 33px;
 border-radius: 15px 15px 15px 15px;
 border: 1px solid;
 margin: 0 15px;
 text-shadow: 2px 1px 10px #000000;
 transition: 0.3s;
}
.rec_txt1:hover {
 background-color: #fff;
 color: #000;
 opacity: 0.8;
 transition: 0.3s;
 border-color: #fff;
 text-shadow: 0px 0px 0px #fff;
}
.rec_first_txt a {
 color: #fff;
}
.rec_firstwrap::after {
 display: block;
 clear: both;
 content: "";
}
.rec_first2 {
 width: 735px;
 margin: 0 auto;
 padding-top: 20.5%;
}
.rec_first2::after {
 display: block;
 clear: both;
 content: "";
}
/*rec_wrap2
---------------------------------*/

.rec_wrap2 {
 width: 100%;
 position: relative;
}
.rec_wrap2 img {
 display: block;
 width: 100%;
}
.rec_txt_inner {
 width: 500px;
 height: 227px;
 margin: auto;
 position: absolute;
 top: 0px;
 bottom: 0px;
 left: 0px;
 right: 0px;
 background-color: #fff;
 color: #000;
 opacity: 0.8;
 text-align: center;
 border-radius: 15px;
}
.rec_txt_inner:hover {
 opacity: 0.95;
 transition: opacity 0.3s;
}
.rec_txt_inner h2 {
 width: 203px;
 height: 43px;
 margin-top: 30px;
 margin-bottom: 14px;
 margin-left: auto;
 margin-right: auto;
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 20px;
 letter-spacing: 2px;
 color: #fff;
 border-radius: 15px;
 background: #fccd00; /* Old browsers */
 background: -moz-linear-gradient(left, #FCCD00 0%, #F1942E 42%, #EA652D 78%, #F1942E 100%); /* FF3.6-15 */
 background: -webkit-linear-gradient(left, #FCCD00 0%, #F1942E 42%, #EA652D 78%, #F1942E 100%); /* Chrome10-25,Safari5.1-6 */
 background: linear-gradient(to right, #FCCD00 0%, #F1942E 42%, #EA652D 78%, #F1942E 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fccd00', endColorstr='#f1942e', GradientType=1 ); /* IE6-9 */
}
.rec_txt_inner p {
 line-height: 28px;
 font-size: 15px;
 color: #902d01;
}
/*追加部分
---------------------------------*/
.c_h2 {
 color: #ff9933;
 font-size: 24px;
 font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
 letter-spacing: 0.15em;
 text-align: center;
 padding-top: 160px;
 margin-bottom: 13px;
}
.c_h2_2 {
 color: #ff9933;
 font-size: 24px;
 font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
 letter-spacing: 0.15em;
 text-align: center;
 padding-top: 60px;
 margin-bottom: 13px;
}
.c_h2_3 {
 color: #ff9933;
 font-size: 24px;
 font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
 letter-spacing: 0.15em;
 text-align: center;
 padding-top: 60px;
 margin-bottom: 13px;
}
.c_p {
 color: #999999;
 font-size: 12px;
 text-align: center;
 margin-bottom: 35px;
}
.yado {
 border: 2px solid #ff9933;
}
section {
 border: 2px solid #ff9933;
 padding: 3rem 4rem 4rem 4rem;
 position: relative;
 width: 700px;
 margin-left: auto;
 margin-right: auto;
 margin-top: 30px;
 margin-bottom: 50px;
}
.tag {
 background: #ff9933;
 position: absolute;
 top: 0;
 left: 4rem;
 font-size: 14px;
 padding: 0.3rem 1rem;
 color: #ffffff;
}
section h2 {
 text-align: center;
 font-weight: normal;
 font-size: 22px;
 letter-spacing: 0.1rem;
 margin-bottom: 45px;
 margin-top: 45px;
}
table {
 width: 100%;
 display: table;
 border-collapse: separate;
 border-spacing: 2px;
 border-color: grey;
}
tbody {
 display: table-row-group;
 vertical-align: middle;
 border-color: inherit;
}
tr {
 display: table-row;
 vertical-align: inherit;
 border-color: inherit;
}
th, td {
 text-align: left;
 vertical-align: top;
}
th {
 color: #ff7e00;
 width: 20%;
}
td {
 width: 80%;
 padding-bottom: 1rem;
 line-height: 1.5em;
}
.rec_button {
 width: 500px;
 height: 35px;
 margin: 0 auto;
 margin-top: 50px;
 display: block;
 background-color: #ff9933;
 border-radius: 10px;
 padding-top: 10px;
 text-align: center;
 color: #fff !important;
 font-weight: bold;
}











@media (max-width: 770px) {
section {
 border: 2px solid #ff9933;
     padding-top: 40px;
    padding-right: 23px;
    padding-left: 25px;
 padding-bottom: 4rem;
 position: relative;
 width: 90%;
 margin-left: auto;
 margin-right: auto;
 margin-top: 16px;
 margin-bottom: 50px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.yado {
 border: 2px solid #ff9933;
}
.tag {
 background: #ff9933;
 position: absolute;
 top: 0;
 left: 0rem;
 font-size: 12px;
 padding: 0.3rem 1rem;
 color: #ffffff;
}
section h2 {
 text-align: center;
 font-weight: normal;
 font-size: 18px;
 letter-spacing: 0.1rem;
 margin-bottom: 15px;
 margin-top: 15px;
 width: 100%;
}
table {
 width: 100%;
 display: table;
 border-collapse: separate;
 border-spacing: 2px;
 border-color: grey;
}
tbody {
 display: table-row-group;
 vertical-align: middle;
 border-color: inherit;
}
tr {
 display: table-row;
 vertical-align: inherit;
 border-color: inherit;
}
th, td {
 text-align: left;
 vertical-align: top;
 display: block;
}
th {
 color: #ff7e00;
 width: 100%;
 margin-top: 12px;
 margin-bottom: 6px;
 font-size: 16px;
}
td {
 width: 100%;
 padding-bottom: 15px;
 font-size: 14px;
}
}

/*スマホ500px以下
---------------------------------*/
@media (max-width: 500px) {
.rec_firstwrap {
 display: none;
}
.rec_first2 {
 width: 100%;
 padding-top: 193px;
}
.first2 {
 width: 92%;
 padding-top: 0px;
}
.f_honoka2 {
 width: 105px;
 margin-bottom: 53px;
 margin-top: 5px;
 height: 50px;
 background: none;
}
.rec_wrap2 {
 height: 300px;
}
.rec_txt_inner {
 width: 87%;
 height: 240px;
 margin-top: 31px;
 opacity: 0.9;
}
.rec_txt_inner h2 {
 margin-top: 16px;
 font-size: 16px;
 height: 30px;
}
.rec_txt_inner p {
 font-size: 15px;
 line-height: 23px;
 text-align: left;
 padding-left: 32px;
 padding-right: 32px;
}
.rec_button {
	width: 100%;
}
.c_h2 {
	padding-top: 50px;
}
.c_p {
	margin-bottom: 15px;
}
.hoiku_sp {
	font-size: 14px;
}




}
