@charset "utf-8";


/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1000px) {

/* トップページ */
#top_hdr {
position: relative;
background: url("../img/top/back_hdr.png") no-repeat center;
background-size: cover;
height: 100vh;
border-bottom: 0.5rem solid #008cd6;
z-index: 0;
}
#top_hdr > div:first-child {
position: absolute;
background: #121313;
top: 0;
left: 0;
width: 12.3rem;
height: calc(100vh - 0.5rem);
z-index: 1;
}
#top_hdr > div:nth-child(2) {
position: absolute;
background: rgba(18,19,19,0.65);
top: 0;
left: 12.3rem;
width: 38.6rem;
height: calc(100vh - 0.5rem);
z-index: 1;
}
#top_hdr > div:nth-child(3) {
position: absolute;
background: rgba(18,19,19,0.7);
top: 0;
right: 0;
width: 10.4rem;
height: calc(100vh - 0.5rem);
border-left: 1rem solid #008cd6;
z-index: 1;
}
#logo_top {
position: absolute;
top: 5rem;
left: 3rem;
z-index: 2;
}
#top_hdr > div:nth-child(2) h1 {
position: absolute;
top: 35rem;
left: 3rem;
font-family: "游明朝","YuMincho";
font-size: 4.6rem;
font-weight: bold;
color: #fff;
line-height: 5.6rem;
text-shadow: 0.2rem 0.2rem 0 #000;
}
#top_hdr nav {
position: absolute;
top: 9rem;
right: 0;
background: rgba(18,19,19,0.8);
z-index: 5;
color: #fff;
min-width: 60%;
font-size: 0;
}
#top_hdr ul {
padding: 1rem 3rem;
}
#top_hdr ul li {
display: inline-block;
border-right: 0.1rem solid #fff;
font-size: 1.6rem;
}
#top_hdr ul li:first-child {
border-left: 0.1rem solid #fff;
}
#top_hdr ul li a {
padding: 0 1.6rem;
color: #fff;
}
#top_hdr ul li a:hover {
text-decoration: none;
opacity: 0.7;
}

/* スクロールボタン */
#scroll {
position: relative;
top: calc(100vh - 8rem);
left: 0;
width: 100%;
  z-index: 9999;
  text-align: center;
}
#scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  margin-left: -15px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
#scroll span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

#topwrap {
position: relative;
height: 100vh;
z-index: 0;
}
#topwrap > div:first-child {
position: absolute;
top: 0;
right: 0;
background: url("../img/top/back_cnt.png") no-repeat center;
background-size: cover;
z-index: 1;
width: calc(100% - 50.9rem);
height: 100vh;
}
#topwrap > div:nth-child(2) {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100vh;
display: flex;
align-items: center;
padding: 0 15.3rem;
z-index: 3;
}
#topwrap > div:nth-child(2) article h2 {
font-size: 7.4rem;
line-height: 7.4rem;
font-weight: bold;
font-family: arial;
margin-bottom: 2rem;
}
#topwrap > div:nth-child(2) article h3 {
font-size: 2.4rem;
line-height: 2.4rem;
letter-spacing: 0.6rem;
font-weight: bold;
font-family: arial;
color: #918883;
border-bottom: 0.4rem solid #008cd6;
padding-bottom: 0.4rem;
display: inline-block;
margin-bottom: 4rem;
}
#topwrap > div:nth-child(2) article p {
font-size: 2rem;
line-height: 3.4rem;
margin-bottom: 8rem;
}
#topwrap > div:nth-child(2) article h4 {
font-weight: bold;
font-size: 2rem;
margin-bottom: 2rem;
}
#topwrap > div:nth-child(2) article td {
padding-right: 3rem;
}
#news {
background: #fff;
color: #000;
padding: 10rem 0;
display: flex;
justify-content: space-between;
}
#news article {
padding: 3rem 5.3rem 0 5.3rem;
width: 50%;
}
#news article h2 {
font-size: 5.4rem;
line-height: 5.4rem;
font-weight: bold;
font-family: arial;
margin-bottom: 2rem;
display: inline-block;
border-bottom: 0.4rem solid #008cd6;
padding: 0 10rem 0.4rem 0;
}
#news article td {
padding-left: 2rem;
}
#news article th {
width: 22%;
text-align: left;
padding: 1rem 0;
}
#news article td a {
color: #008cd6;
}
#news figure {
width: 50%;
margin-left: 5rem;
}
#news figure img {
width: 100%;
}

/* 事業案内 */
#hdr_about > div {
background: url("../img/about/back_hdr_about.png") no-repeat center;
background-size: cover;
}
#wrap_about {
position: relative;
padding: 8rem 8rem 8rem 17.3rem;
z-index: 0;
}
#wrap_about > div {
position: absolute;
top: 0;
left: 0;
width: 50.9rem;
height: 100%;
background: #2c2524;
z-index: 1;
}
#wrap_about p {
position: relative;
font-size: 2rem;
line-height: 3.2rem;
margin-bottom: 5rem;
z-index: 2;
}
#wrap_about table {
position: relative;
z-index: 2;
font-size: 1.8rem;
}
#wrap_about table th, #wrap_about table td {
padding: 3rem 0;
vertical-align: top;
}
#wrap_about table th {
width: 36rem;
text-align: left;
letter-spacing: 0.4rem;
}

/* 会社案内 */
#hdr_company > div {
background: url("../img/company/back_hdr_company.png") no-repeat center;
background-size: cover;
}
#wrap_company {
padding: 8rem 15.3rem;
}
#wrap_company h3 {
border-bottom: 0.5rem solid #008cd6;
font-size: 2.4rem;
padding-bottom: 0.6rem;
font-weight: bold;
margin-bottom: 3rem;
}
#wrap_company p:nth-child(2) {
margin-bottom: 2rem;
}
#wrap_company p:nth-child(3) {
margin-bottom: 4rem;
text-align: right;
font-size: 1.8rem;
}
#wrap_company table {
width: 100%;
margin-bottom: 5rem;
}
#wrap_company table th, #wrap_company table td {
padding: 2rem 0;
vertical-align: top;
}
#wrap_company table th {
width: 16rem;
text-align: left;
}
.map_t {
padding: 0 15.3rem;
margin-bottom: 1rem;
font-size: 1.8rem;
font-weight: bold;
}
.map {
height: 30rem;
margin-bottom: 5rem;
}

/* 採用情報 */
#hdr_recruit > div {
background: url("../img/recruit/back_hdr_recruit.png") no-repeat center;
background-size: cover;
}
#wrap_recruit {
padding: 8rem 15.3rem;
}
#wrap_recruit h3 {
border-bottom: 0.5rem solid #008cd6;
font-size: 2.4rem;
padding-bottom: 0.6rem;
font-weight: bold;
margin-bottom: 3rem;
}
#wrap_recruit p:nth-child(2) {
margin-bottom: 4rem;
}
#wrap_recruit p:nth-child(3) {
margin-bottom: 4rem;
text-align: right;
font-size: 1.8rem;
}
#wrap_recruit table {
width: 100%;
margin-bottom: 5rem;
}
#wrap_recruit table th, #wrap_recruit table td {
padding: 2rem 0;
vertical-align: top;
}
#wrap_recruit table th {
width: 16rem;
text-align: left;
}
.rrc {
margin-bottom: 3rem;
}
#wrap_recruit > div:last-child {
background: #008cd6;
padding: 3rem;
text-align: center;
}
#wrap_recruit > div:last-child h4 {
font-size: 2.4rem;
margin-bottom: 2rem;
}

/* 採用情報 */
#hdr_mail > div {
background: url("../img/mail/back_hdr_mail.png") no-repeat bottom;
background-size: cover;
}
#wrap_mail {
padding: 8rem 15.3rem;
}
#wrap_mail h3 {
border-bottom: 0.5rem solid #008cd6;
font-size: 2.4rem;
padding-bottom: 0.6rem;
font-weight: bold;
margin-bottom: 3rem;
}
#wrap_mail p {
margin-bottom: 4rem;
}
#wrap_mail article {
background: #f0f0f0;
padding: 5rem;
border-radius: 0.4rem;
margin-bottom: 8rem;
}
#wrap_mail table {
width: 100%;
color: #000;
}
#wrap_mail table th, #wrap_mail table td {
padding: 2rem;
vertical-align: top;
border: 0.1rem solid #ccc;
}
#wrap_mail table th {
width: 30%;
text-align: left;
}
.star {
color: #ff0000;
margin-left: 0.6rem;
font-size: 1.2rem;
}
.submit {
text-align: center;
}
.submit input {
cursor: pointer;
}
#name, #kana, #kaisya {
width: 80%;
}
#email, #emailcheck, #message, #address {
width: 100%;
}
#tel0, #tel1, #tel2, #fax0, #fax1, #fax2, #zip1 {
width: 8rem;
}
#zip0 {
width: 5rem;
}
#wrap_mail h4 {
background: #008cd6;
text-align: center;
padding: 0.8rem 0;
margin-bottom: 2rem;
}
#wrap_mail > div:last-child {
border: 0.1rem solid #ccc;
padding: 2rem;
height: 20rem;
overflow: auto;
}
#wrap_mail > div:last-child p:last-child {
margin-bottom: 0;
}
.minh {
min-height: 50rem;
}
.ERR {
color: #ff0000;
}

/* wp */
#wrap_wp, #wrap_wp_single {
padding: 8rem 15.3rem;
}
#wrap_wp article, #wrap_wp_single article {
margin-bottom: 5rem;
border-bottom: 0.1rem dotted #aaa;
padding-bottom: 2rem;
}
#wrap_wp article h2, #wrap_wp_single h2 {
font-size: 2.4rem;
margin-bottom: 1rem;
}
#wrap_wp article time {
margin-bottom: 1rem;
display: block;
}
#wrap_wp_single time {
margin-bottom: 5rem;
display: block;
}
#wrap_wp_single article {
border-bottom: none;
}
#wrap_wp_single article img {
max-width: 100%;
margin: 3rem 0;
}

}

/* タブレット用　横向き
------------------------------------------------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {

/* トップページ */
#top_hdr {
position: relative;
background: url("../img/top/back_hdr.png") no-repeat center;
background-size: cover;
height: 100vh;
border-bottom: 0.5rem solid #008cd6;
z-index: 0;
}
#top_hdr > div:first-child {
position: absolute;
background: #121313;
top: 0;
left: 0;
width: 12.3rem;
height: calc(100vh - 0.5rem);
z-index: 1;
}
#top_hdr > div:nth-child(2) {
position: absolute;
background: rgba(18,19,19,0.65);
top: 0;
left: 12.3rem;
width: 38.6rem;
height: calc(100vh - 0.5rem);
z-index: 1;
}
#top_hdr > div:nth-child(3) {
position: absolute;
background: rgba(18,19,19,0.7);
top: 0;
right: 0;
width: 10.4rem;
height: calc(100vh - 0.5rem);
border-left: 1rem solid #008cd6;
z-index: 1;
}
#logo_top {
display: none;
}
#top_hdr > div:nth-child(2) h1 {
position: absolute;
top: 35rem;
left: 3rem;
font-family: "游明朝","YuMincho";
font-size: 4.6rem;
font-weight: bold;
color: #fff;
line-height: 5.6rem;
text-shadow: 0.2rem 0.2rem 0 #000;
}
#top_hdr nav {
display: none;
}

/* スクロールボタン */
#scroll {
position: relative;
top: calc(100vh - 8rem);
left: 0;
width: 100%;
  z-index: 9999;
  text-align: center;
}
#scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  margin-left: -15px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
#scroll span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

#topwrap {
position: relative;
height: 100vh;
z-index: 0;
}
#topwrap > div:first-child {
position: absolute;
top: 0;
right: 0;
background: url("../img/top/back_cnt.png") no-repeat center;
background-size: cover;
z-index: 1;
width: calc(100% - 50.9rem);
height: 100vh;
}
#topwrap > div:nth-child(2) {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100vh;
display: flex;
align-items: center;
padding: 0 15.3rem;
z-index: 3;
}
#topwrap > div:nth-child(2) article h2 {
font-size: 7.4rem;
line-height: 7.4rem;
font-weight: bold;
font-family: arial;
margin-bottom: 2rem;
}
#topwrap > div:nth-child(2) article h3 {
font-size: 2.4rem;
line-height: 2.4rem;
letter-spacing: 0.6rem;
font-weight: bold;
font-family: arial;
color: #918883;
border-bottom: 0.4rem solid #008cd6;
padding-bottom: 0.4rem;
display: inline-block;
margin-bottom: 4rem;
}
#topwrap > div:nth-child(2) article p {
font-size: 2rem;
line-height: 3.4rem;
margin-bottom: 8rem;
}
#topwrap > div:nth-child(2) article h4 {
font-weight: bold;
font-size: 2rem;
margin-bottom: 2rem;
}
#topwrap > div:nth-child(2) article td {
padding-right: 3rem;
}
#news {
background: #fff;
color: #000;
padding: 10rem 0;
display: flex;
justify-content: space-between;
}
#news article {
padding: 0 15.3rem;
}
#news article h2 {
font-size: 7.4rem;
line-height: 7.4rem;
font-weight: bold;
font-family: arial;
margin-bottom: 2rem;
display: inline-block;
border-bottom: 0.4rem solid #008cd6;
padding: 0 20rem 0.4rem 0;
}
#news article td {
padding-left: 2rem;
}
#news article th {
width: 22%;
text-align: left;
}
#news article td a {
color: #008cd6;
}
#news figure {
width: 50%;
margin-left: 5rem;
}
#news figure img {
width: 100%;
}

/* 事業案内 */
#hdr_about > div {
background: url("../img/about/back_hdr_about.png") no-repeat center;
background-size: cover;
}
#wrap_about {
position: relative;
padding: 8rem 8rem 8rem 17.3rem;
z-index: 0;
}
#wrap_about > div {
position: absolute;
top: 0;
left: 0;
width: 50.9rem;
height: 100%;
background: #2c2524;
z-index: 1;
}
#wrap_about p {
position: relative;
font-size: 2rem;
line-height: 3.2rem;
margin-bottom: 5rem;
z-index: 2;
}
#wrap_about table {
position: relative;
z-index: 2;
font-size: 1.8rem;
}
#wrap_about table th, #wrap_about table td {
padding: 3rem 0;
vertical-align: top;
}
#wrap_about table th {
width: 36rem;
text-align: left;
letter-spacing: 0.4rem;
}

/* 会社案内 */
#hdr_company > div {
background: url("../img/company/back_hdr_company.png") no-repeat center;
background-size: cover;
}
#wrap_company {
padding: 8rem 15.3rem;
}
#wrap_company h3 {
border-bottom: 0.5rem solid #008cd6;
font-size: 2.4rem;
padding-bottom: 0.6rem;
font-weight: bold;
margin-bottom: 3rem;
}
#wrap_company p:nth-child(2) {
margin-bottom: 2rem;
}
#wrap_company p:nth-child(3) {
margin-bottom: 4rem;
text-align: right;
font-size: 1.8rem;
}
#wrap_company table {
width: 100%;
margin-bottom: 5rem;
}
#wrap_company table th, #wrap_company table td {
padding: 2rem 0;
vertical-align: top;
}
#wrap_company table th {
width: 16rem;
text-align: left;
}
#wrap_company figure img {
max-width: 100%;
}
.map_t {
padding: 0 15.3rem;
margin-bottom: 1rem;
font-size: 1.8rem;
font-weight: bold;
}
.map {
height: 30rem;
margin-bottom: 5rem;
}

/* 採用情報 */
#hdr_recruit > div {
background: url("../img/recruit/back_hdr_recruit.png") no-repeat center;
background-size: cover;
}
#wrap_recruit {
padding: 8rem 15.3rem;
}
#wrap_recruit h3 {
border-bottom: 0.5rem solid #008cd6;
font-size: 2.4rem;
padding-bottom: 0.6rem;
font-weight: bold;
margin-bottom: 3rem;
}
#wrap_recruit p:nth-child(2) {
margin-bottom: 4rem;
}
#wrap_recruit p:nth-child(3) {
margin-bottom: 4rem;
text-align: right;
font-size: 1.8rem;
}
#wrap_recruit table {
width: 100%;
margin-bottom: 5rem;
}
#wrap_recruit table th, #wrap_recruit table td {
padding: 2rem 0;
vertical-align: top;
}
#wrap_recruit table th {
width: 16rem;
text-align: left;
}
.rrc {
margin-bottom: 3rem;
}
#wrap_recruit > div:last-child {
background: #008cd6;
padding: 3rem;
text-align: center;
}
#wrap_recruit > div:last-child h4 {
font-size: 2.4rem;
margin-bottom: 2rem;
}

/* 採用情報 */
#hdr_mail > div {
background: url("../img/mail/back_hdr_mail.png") no-repeat bottom;
background-size: cover;
}
#wrap_mail {
padding: 8rem 15.3rem;
}
#wrap_mail h3 {
border-bottom: 0.5rem solid #008cd6;
font-size: 2.4rem;
padding-bottom: 0.6rem;
font-weight: bold;
margin-bottom: 3rem;
}
#wrap_mail p {
margin-bottom: 4rem;
}
#wrap_mail article {
background: #f0f0f0;
padding: 5rem;
border-radius: 0.4rem;
margin-bottom: 8rem;
}
#wrap_mail table {
width: 100%;
color: #000;
}
#wrap_mail table th, #wrap_mail table td {
padding: 2rem;
vertical-align: top;
border: 0.1rem solid #ccc;
}
#wrap_mail table th {
width: 30%;
text-align: left;
}
.star {
color: #ff0000;
margin-left: 0.6rem;
font-size: 1.2rem;
}
.submit {
text-align: center;
}
.submit input {
cursor: pointer;
}
#name, #kana, #kaisya {
width: 80%;
}
#email, #emailcheck, #message, #address {
width: 100%;
}
#tel0, #tel1, #tel2, #fax0, #fax1, #fax2, #zip1 {
width: 8rem;
}
#zip0 {
width: 5rem;
}
#wrap_mail h4 {
background: #008cd6;
text-align: center;
padding: 0.8rem 0;
margin-bottom: 2rem;
}
#wrap_mail > div:last-child {
border: 0.1rem solid #ccc;
padding: 2rem;
height: 20rem;
overflow: auto;
}
#wrap_mail > div:last-child p:last-child {
margin-bottom: 0;
}
.minh {
min-height: 50rem;
}
.ERR {
color: #ff0000;
}

/* wp */
#wrap_wp, #wrap_wp_single {
padding: 8rem 15.3rem;
}
#wrap_wp article, #wrap_wp_single article {
margin-bottom: 5rem;
border-bottom: 0.1rem dotted #aaa;
padding-bottom: 2rem;
}
#wrap_wp article h2, #wrap_wp_single h2 {
font-size: 2.4rem;
margin-bottom: 1rem;
}
#wrap_wp article time, #wrap_wp_single time {
margin-bottom: 1rem;
display: block;
}
#wrap_wp_single article {
border-bottom: none;
}
#wrap_wp_single article img {
max-width: 100%;
margin: 3rem 0;
}

}

/* タブレット用　縦向き
------------------------------------------------------------*/
@media only screen and (min-width: 641px) and (max-width: 999px) {

/* トップページ */
#top_hdr {
position: relative;
background: url("../img/top/back_hdr.png") no-repeat center;
background-size: cover;
height: 50vh;
border-bottom: 0.5rem solid #008cd6;
z-index: 0;
}
#top_hdr > div:first-child {
position: absolute;
background: #121313;
top: 0;
left: 0;
width: 12.3rem;
height: calc(50vh - 0.5rem);
z-index: 1;
}
#top_hdr > div:nth-child(2) {
position: absolute;
background: rgba(18,19,19,0.65);
top: 0;
left: 12.3rem;
width: 38.6rem;
height: calc(50vh - 0.5rem);
z-index: 1;
}
#top_hdr > div:nth-child(3) {
position: absolute;
background: rgba(18,19,19,0.7);
top: 0;
right: 0;
width: 10.4rem;
height: calc(50vh - 0.5rem);
border-left: 1rem solid #008cd6;
z-index: 1;
}
#logo_top {
display: none;
}
#top_hdr > div:nth-child(2) h1 {
position: absolute;
top: 22rem;
left: 3rem;
font-family: "游明朝","YuMincho";
font-size: 4.6rem;
font-weight: bold;
color: #fff;
line-height: 5.6rem;
text-shadow: 0.2rem 0.2rem 0 #000;
}
#top_hdr nav {
display: none;
}

/* スクロールボタン */
#scroll {
display: none;
}

#topwrap {
position: relative;
height: 100vh;
z-index: 0;
}
#topwrap > div:first-child {
position: absolute;
top: 0;
right: 0;
background: url("../img/top/back_cnt.png") no-repeat center;
background-size: cover;
z-index: 1;
width: 50%;
height: 100vh;
}
#topwrap > div:nth-child(2) {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100vh;
display: flex;
align-items: center;
padding: 0 5rem;
z-index: 3;
}
#topwrap > div:nth-child(2) article h2 {
font-size: 7.4rem;
line-height: 7.4rem;
font-weight: bold;
font-family: arial;
margin-bottom: 2rem;
}
#topwrap > div:nth-child(2) article h3 {
font-size: 2.4rem;
line-height: 2.4rem;
letter-spacing: 0.6rem;
font-weight: bold;
font-family: arial;
color: #918883;
border-bottom: 0.4rem solid #008cd6;
padding-bottom: 0.4rem;
display: inline-block;
margin-bottom: 4rem;
}
#topwrap > div:nth-child(2) article p {
font-size: 2rem;
line-height: 3.4rem;
margin-bottom: 8rem;
}
#topwrap > div:nth-child(2) article h4 {
font-weight: bold;
font-size: 2rem;
margin-bottom: 2rem;
}
#topwrap > div:nth-child(2) article td {
padding-right: 3rem;
}
#news {
background: #fff;
color: #000;
padding: 10rem 0;
display: flex;
justify-content: space-between;
}
#news article {
padding: 0 0 0 5rem;
width: 50%;
}
#news article h2 {
font-size: 5.4rem;
line-height: 5.4rem;
font-weight: bold;
font-family: arial;
margin-bottom: 2rem;
display: inline-block;
border-bottom: 0.4rem solid #008cd6;
padding: 0 10rem 0.4rem 0;
}
#news article td {
padding-left: 2rem;
}
#news article th {
width: 22%;
text-align: left;
}
#news article td a {
color: #008cd6;
}
#news figure {
width: 50%;
margin-left: 5rem;
}
#news figure img {
width: 100%;
}

/* 事業案内 */
#hdr_about > div {
background: url("../img/about/back_hdr_about.png") no-repeat center;
background-size: cover;
}
#wrap_about {
position: relative;
padding: 5rem;
z-index: 0;
}
#wrap_about > div {
position: absolute;
top: 0;
left: 0;
width: 50.9rem;
height: 100%;
background: #2c2524;
z-index: 1;
}
#wrap_about p {
position: relative;
font-size: 2rem;
line-height: 3.2rem;
margin-bottom: 5rem;
z-index: 2;
}
#wrap_about table {
position: relative;
z-index: 2;
font-size: 1.8rem;
}
#wrap_about table th, #wrap_about table td {
vertical-align: top;
display: block;
}
#wrap_about table th {
padding-bottom: 1rem;
text-align: left;
letter-spacing: 0.4rem;
}
#wrap_about table td {
margin-bottom: 4rem;
}

/* 会社案内 */
#hdr_company > div {
background: url("../img/company/back_hdr_company.png") no-repeat center;
background-size: cover;
}
#wrap_company {
padding: 5rem;
}
#wrap_company h3 {
border-bottom: 0.5rem solid #008cd6;
font-size: 2.4rem;
padding-bottom: 0.6rem;
font-weight: bold;
margin-bottom: 3rem;
}
#wrap_company p:nth-child(2) {
margin-bottom: 2rem;
}
#wrap_company p:nth-child(3) {
margin-bottom: 4rem;
text-align: right;
font-size: 1.8rem;
}
#wrap_company table {
width: 100%;
margin-bottom: 5rem;
}
#wrap_company table th, #wrap_company table td {
padding: 2rem 0;
vertical-align: top;
}
#wrap_company table th {
width: 16rem;
text-align: left;
}
#wrap_company figure img {
max-width: 100%;
}
.map_t {
text-align: center;
margin-bottom: 1rem;
font-size: 1.8rem;
font-weight: bold;
}
.map {
height: 30rem;
margin-bottom: 5rem;
}

/* 採用情報 */
#hdr_recruit > div {
background: url("../img/recruit/back_hdr_recruit.png") no-repeat center;
background-size: cover;
}
#wrap_recruit {
padding: 5rem;
}
#wrap_recruit h3 {
border-bottom: 0.5rem solid #008cd6;
font-size: 2.4rem;
padding-bottom: 0.6rem;
font-weight: bold;
margin-bottom: 3rem;
}
#wrap_recruit p:nth-child(2) {
margin-bottom: 4rem;
}
#wrap_recruit p:nth-child(3) {
margin-bottom: 4rem;
text-align: right;
font-size: 1.8rem;
}
#wrap_recruit table {
width: 100%;
margin-bottom: 5rem;
}
#wrap_recruit table th, #wrap_recruit table td {
padding: 2rem 0;
vertical-align: top;
}
#wrap_recruit table th {
width: 16rem;
text-align: left;
}
.rrc {
margin-bottom: 3rem;
}
#wrap_recruit > div:last-child {
background: #008cd6;
padding: 3rem;
text-align: center;
}
#wrap_recruit > div:last-child h4 {
font-size: 2.4rem;
margin-bottom: 2rem;
}
#wrap_recruit > div:last-child figure img {
max-width: 100%;
}

/* 採用情報 */
#hdr_mail > div {
background: url("../img/mail/back_hdr_mail.png") no-repeat bottom;
background-size: cover;
}
#wrap_mail {
padding: 5rem;
}
#wrap_mail h3 {
border-bottom: 0.5rem solid #008cd6;
font-size: 2.4rem;
padding-bottom: 0.6rem;
font-weight: bold;
margin-bottom: 3rem;
}
#wrap_mail p {
margin-bottom: 4rem;
}
#wrap_mail article {
background: #f0f0f0;
padding: 5rem;
border-radius: 0.4rem;
margin-bottom: 8rem;
}
#wrap_mail table {
width: 100%;
color: #000;
}
#wrap_mail table th, #wrap_mail table td {
padding: 2rem;
vertical-align: top;
border: 0.1rem solid #ccc;
}
#wrap_mail table th {
width: 30%;
text-align: left;
}
.star {
color: #ff0000;
margin-left: 0.6rem;
font-size: 1.2rem;
}
.submit {
text-align: center;
}
.submit input {
cursor: pointer;
}
#name, #kana, #kaisya {
width: 80%;
}
#email, #emailcheck, #message, #address {
width: 100%;
}
#tel0, #tel1, #tel2, #fax0, #fax1, #fax2, #zip1 {
width: 8rem;
}
#zip0 {
width: 5rem;
}
#wrap_mail h4 {
background: #008cd6;
text-align: center;
padding: 0.8rem 0;
margin-bottom: 2rem;
}
#wrap_mail > div:last-child {
border: 0.1rem solid #ccc;
padding: 2rem;
height: 20rem;
overflow: auto;
}
#wrap_mail > div:last-child p:last-child {
margin-bottom: 0;
}
.minh {
min-height: 50rem;
}
.ERR {
color: #ff0000;
}

/* wp */
#wrap_wp, #wrap_wp_single {
padding: 5rem;
}
#wrap_wp article, #wrap_wp_single article {
margin-bottom: 5rem;
border-bottom: 0.1rem dotted #aaa;
padding-bottom: 2rem;
}
#wrap_wp article h2, #wrap_wp_single h2 {
font-size: 2.4rem;
margin-bottom: 1rem;
}
#wrap_wp article time, #wrap_wp_single time {
margin-bottom: 1rem;
display: block;
}
#wrap_wp_single article {
border-bottom: none;
}
#wrap_wp_single article img {
max-width: 100%;
margin: 3rem 0;
}

}


/* スマートフォン用
------------------------------------------------------------*/
@media only screen and (max-width: 640px) {

/* トップページ */
#top_hdr {
position: relative;
background: url("../img/top/back_hdr.png") no-repeat center;
background-size: cover;
height: 100vh;
border-bottom: 0.5rem solid #008cd6;
z-index: 0;
}
#top_hdr > div:first-child {
display: none;
}
#top_hdr > div:nth-child(2) {
position: absolute;
background: rgba(18,19,19,0.65);
top: 0;
left: 0;
width: 20%;
height: calc(100vh - 0.5rem);
z-index: 1;
}
#top_hdr > div:nth-child(3) {
position: absolute;
background: rgba(18,19,19,0.7);
top: 0;
right: 0;
width: 10.4rem;
height: calc(100vh - 0.5rem);
border-left: 1rem solid #008cd6;
z-index: 1;
}
#logo_top {
display: none;
}
#top_hdr > div:nth-child(2) h1 {
position: absolute;
top: 25rem;
left: 3rem;
width: 200rem;;
font-family: "游明朝","YuMincho";
font-size: 3rem;
font-weight: bold;
color: #fff;
line-height: 5.6rem;
text-shadow: 0.2rem 0.2rem 0 #000;
z-index: 100;
}
#top_hdr nav {
display: none;
}

/* スクロールボタン */
#scroll {
display: none;
}

#topwrap {
position: relative;
min-height: 100vh;
z-index: 0;
}
#topwrap > div:first-child {
position: absolute;
top: 0;
left: 0;
background: url("../img/top/back_cnt.png") no-repeat center;
background-size: cover;
z-index: 1;
width: calc(100% - 50.9rem);
min-height: 100vh;
}
#topwrap > div:nth-child(2) {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100vh;
padding: 5rem 2rem;
z-index: 3;
}
#topwrap > div:nth-child(2) article h2 {
font-size: 6.4rem;
line-height: 6.4rem;
font-weight: bold;
font-family: arial;
margin-bottom: 2rem;
}
#topwrap > div:nth-child(2) article h3 {
font-size: 1.6rem;
line-height: 2.4rem;
letter-spacing: 0.2rem;
font-weight: bold;
font-family: arial;
color: #918883;
border-bottom: 0.4rem solid #008cd6;
padding-bottom: 0.4rem;
margin-bottom: 4rem;
}
#topwrap > div:nth-child(2) article p {
font-size: 1.6rem;
line-height: 3.4rem;
margin-bottom: 5rem;
}
#topwrap > div:nth-child(2) article h4 {
font-weight: bold;
font-size: 2rem;
margin-bottom: 2rem;
}
#topwrap > div:nth-child(2) article td {
padding-right: 3rem;
}
#topwrap > div:nth-child(2) article table {
font-size: 1.2rem;
}
#news {
background: #fff;
color: #000;
padding: 10rem 0 0 0;
}
#news article {
padding: 0 2rem;
}
#news article h2 {
font-size: 6.4rem;
line-height: 6.4rem;
font-weight: bold;
font-family: arial;
margin-bottom: 2rem;
border-bottom: 0.4rem solid #008cd6;
padding: 0;
}
#news article td {
padding-left: 2rem;
vertical-align: top;
}
#news article th {
vertical-align: top;
width: 22%;
text-align: left;
}
#news article td a {
color: #008cd6;
}
#news figure {
margin-top: 5rem;
}
#news figure img {
width: 100%;
}

/* 事業案内 */
#hdr_about > div {
background: url("../img/about/back_hdr_about.png") no-repeat center;
background-size: cover;
}
#wrap_about {
position: relative;
padding: 0 2rem;;
z-index: 0;
}
#wrap_about > div {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #2c2524;
z-index: 1;
}
#wrap_about p {
position: relative;
font-size: 1.6rem;
line-height: 3.2rem;
padding-top: 5rem;
margin-bottom: 5rem;
z-index: 2;
}
#wrap_about table {
position: relative;
z-index: 2;
font-size: 1.6rem;
}
#wrap_about table th, #wrap_about table td {
vertical-align: top;
display: block;
}
#wrap_about table th {
width: 100%;
text-align: left;
padding-bottom: 1rem;
}
#wrap_about table td {
padding-bottom: 3rem;
}

/* 会社案内 */
#hdr_company > div {
background: url("../img/company/back_hdr_company.png") no-repeat center;
background-size: cover;
}
#wrap_company {
padding: 5rem 2rem;
}
#wrap_company h3 {
border-bottom: 0.5rem solid #008cd6;
font-size: 2.4rem;
padding-bottom: 0.6rem;
font-weight: bold;
margin-bottom: 3rem;
}
#wrap_company p:nth-child(2) {
margin-bottom: 2rem;
}
#wrap_company p:nth-child(3) {
margin-bottom: 4rem;
text-align: right;
font-size: 1.8rem;
}
#wrap_company table {
width: 100%;
margin-bottom: 5rem;
line-height: 2.6rem;
}
#wrap_company table th, #wrap_company table td {
vertical-align: top;
display: block;
}
#wrap_company table th {
width: 100%;
text-align: left;
padding-bottom: 1rem;
}
#wrap_company table td {
border-bottom: 0.1rem dashed #888;
padding-bottom: 1rem;
margin-bottom: 1rem;
}
.map_t {
padding: 0 2rem;
margin-bottom: 1rem;
font-size: 1.8rem;
font-weight: bold;
text-align: center;
}
.map {
height: 30rem;
margin-bottom: 5rem;
}
#wrap_company figure img {
width: 100%;
}

/* 採用情報 */
#hdr_recruit > div {
background: url("../img/recruit/back_hdr_recruit.png") no-repeat center;
background-size: cover;
}
#wrap_recruit {
padding: 5rem 2rem;
}
#wrap_recruit h3 {
border-bottom: 0.5rem solid #008cd6;
font-size: 2.4rem;
padding-bottom: 0.6rem;
font-weight: bold;
margin-bottom: 3rem;
}
#wrap_recruit p:nth-child(2) {
margin-bottom: 4rem;
}
#wrap_recruit p:nth-child(3) {
margin-bottom: 4rem;
text-align: right;
font-size: 1.8rem;
}
#wrap_recruit table {
width: 100%;
margin-bottom: 5rem;
}
#wrap_recruit table th, #wrap_recruit table td {
display: block;
vertical-align: top;
}
#wrap_recruit table th {
width: 100%;
text-align: left;
padding-bottom: 1rem;
}
#wrap_recruit table td {
padding-bottom: 1rem;
border-bottom: 0.1rem dashed #888;
margin-bottom: 1rem;
}
.rrc {
margin-bottom: 3rem;
}
#wrap_recruit > div:last-child {
background: #008cd6;
padding: 3rem;
text-align: center;
}
#wrap_recruit > div:last-child h4 {
font-size: 2rem;
margin-bottom: 2rem;
}

/* 採用情報 */
#hdr_mail > div {
background: url("../img/mail/back_hdr_mail.png") no-repeat bottom;
background-size: cover;
}
#wrap_mail {
padding: 5rem 2rem;;
}
#wrap_mail h3 {
border-bottom: 0.5rem solid #008cd6;
font-size: 2.4rem;
padding-bottom: 0.6rem;
font-weight: bold;
margin-bottom: 3rem;
}
#wrap_mail p {
margin-bottom: 4rem;
}
#wrap_mail article {
background: #f0f0f0;
padding: 1rem;
border-radius: 0.4rem;
margin-bottom: 8rem;
}
#wrap_mail table {
width: 100%;
color: #000;
border-collapse: collapse;
}
#wrap_mail table th, #wrap_mail table td {
display: block;
vertical-align: top;
border: 0.1rem solid #ccc;
padding: 1rem;
}
#wrap_mail table th {
width: 100%;
text-align: left;
border-bottom: none;
}
#wrap_mail table td {
margin-bottom: 1rem;
}
.star {
color: #ff0000;
margin-left: 0.6rem;
font-size: 1.2rem;
}
.submit {
text-align: center;
}
.submit input {
cursor: pointer;
}
#name, #kana, #kaisya {
width: 100%;
}
#email, #emailcheck, #message, #address {
width: 100%;
}
#tel0, #tel1, #tel2, #fax0, #fax1, #fax2, #zip1 {
width: 8rem;
}
#zip0 {
width: 5rem;
}
#wrap_mail h4 {
background: #008cd6;
text-align: center;
padding: 0.8rem 0;
margin-bottom: 2rem;
}
#wrap_mail > div:last-child {
border: 0.1rem solid #ccc;
padding: 2rem;
height: 20rem;
overflow: auto;
}
#wrap_mail > div:last-child p:last-child {
margin-bottom: 0;
}
.minh {
min-height: 50rem;
}
.ERR {
color: #ff0000;
}

/* wp */
#wrap_wp, #wrap_wp_single {
padding: 5rem 2rem;
}
#wrap_wp article, #wrap_wp_single article {
margin-bottom: 5rem;
border-bottom: 0.1rem dotted #aaa;
padding-bottom: 2rem;
}
#wrap_wp article h2, #wrap_wp_single h2 {
font-size: 2rem;
margin-bottom: 1rem;
}
#wrap_wp article time, #wrap_wp_single time {
margin-bottom: 1rem;
display: block;
}
#wrap_wp_single article {
border-bottom: none;
}
#wrap_wp_single article img {
max-width: 100%;
margin: 3rem 0;
}

}