@charset "UTF-8";
/* ****************************************************
style.css
 ***************************************************** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

sup {
  margin-right: 2px;
  vertical-align: top;
  font-size: 80%;
}

/*general
=========================================*/
html {
  overflow: auto;
  font-size: 60.60606%;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow: hidden;
  min-width: 980px;
  background-color: #ffffff;
  font-size: 1rem;
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  color: #333;
}

a {
  color: #000000;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
}

strong {
  font-weight: bold;
}

sub {
  vertical-align: text-bottom;
  font-size: 1rem;
}

/*animation
=========================================*/
a:hover img {
  opacity: .5;
  -webkit-opacity: .5;
  -moz-opacity: .5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* IE 8 */
}

a img {
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

h1 {
  animation: fadeInH1 4s ease 0s 1 normal;
  -webkit-animation: fadeInH1 4s ease 0s 1 normal;
}

#main figure {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 90;
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  height: 360px;
  overflow: hidden;
}

#main figure img {
  width: 100%;
  min-width: 1400px;
  min-height: 360px;
}

@keyframes fadeInH1 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInH1 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*contents
=========================================*/
#main {
  /*width:1400px;*/
  width: 100%;
  height: 360px;
  margin: 0 auto;
  position: relative;
}

#main .inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

#main .inner h1 {
  position: absolute;
  top: 45px;
  right: 40px;
  z-index: 110;
}

#main .inner nav {
  position: relative;
  background: url(../images/nav_bg01.png) no-repeat;
  width: 250px;
  height: 500px;
  z-index: 100;
}

#main .inner nav ul {
  margin: 66px 0 0 20px;
  overflow: hidden;
}

#main .inner nav ul li {
  float: left;
}

#contents {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 90px;
  position: relative;
}

#contents .inner {
  width: 880px;
  padding: 86px 0;
  margin-left: 320px;
}

/*top*/
#top #main {
  /*max-width:1400px;*/
  height: 660px;
  margin: 0 auto;
  position: relative;
  padding-top: 0;
}

#top #main #bg {
  width: 100%;
  position: absolute;
  z-index: -999;
  left: 0;
  top: 0;
}

#top #main #bg li {
  width: 100%;
  height: 660px;
}

#top #main #bg li:nth-child(1) {
  background: url("../images/top01.jpg") center center/cover no-repeat;
}

#top #main #bg li:nth-child(2) {
  background: url("../images/top02.jpg") center center/cover no-repeat;
}

#top #main #bg li:nth-child(3) {
  background: url("../images/top03.jpg") center center/cover no-repeat;
}

#top #main #bg li:nth-child(4) {
  background: url("../images/top04.jpg") center center/cover no-repeat;
}

#top #main #bg li:nth-child(5) {
  background: url("../images/top05.jpg") center center/cover no-repeat;
}

#top #main #bg li:nth-child(6) {
  background: url("../images/top06.jpg") center center/cover no-repeat;
}

#top #main #bg img {
  width: 100%;
}

#top #main .inner h1 {
  position: absolute;
  top: 71px;
  left: 394px;
}

#top #main .inner nav {
  position: relative;
}

#top #contents .recruit {
  display: table;
  margin: 32px auto 68px;
}

#top #contents .recruit dt,
#top #contents .recruit dd {
  display: table-cell;
  vertical-align: top;
}

#top #contents .recruit dd {
  font-size: 1.4rem;
  line-height: 1.6;
  font-family: "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
  color: #333;
  padding-top: 2px;
}

#top #contents h2 {
  text-align: center;
}

#top #contents .detail {
  overflow: hidden;
  width: 1020px;
  height: 807px;
  margin: 0 auto;
}

#top #contents .detail dl {
  width: 320px;
  float: left;
  margin: 50px 0 0 30px;
  opacity: 0;
}

#top #contents .detail dl:nth-of-type(1),
#top #contents .detail dl:nth-of-type(4) {
  margin-left: 0;
}

#top #contents .detail dl dt span {
  display: block;
  color: #802020;
  font-size: 2.0rem;
  padding: 20px 0 12px;
  font-family: "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}

#top #contents .detail dl dd {
  font-size: 1.3rem;
  line-height: 2.0;
}

#top #contents .btn {
  text-align: center;
  margin-top: 60px;
}

#top #contents .btn a {
  display: inline-block;
  width: 320px;
  padding: 18px 0 16px;
  border: 2px solid #000000;
  color: #000000;
  font-size: 1.8rem;
  font-family: "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
  text-decoration: none;
  background: #ffffff url(../images/top_bg02.png) no-repeat 100% 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}

#top #contents .btn a:hover {
  color: #ffffff;
  background: #000000 url(../images/top_bg03.png) no-repeat 100% 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}

#top #facebook {
  /*margin:130px auto 30px;*/
  margin: 40px auto 0;
  /*width:1400px;*/
  width: 100%;
  height: 320px;
  background: url(../images/top_bg01.png) no-repeat 0 50%;
  /*background-size: 100% auto;*/
  background-size: 100%;
}

#top #facebook div {
  width: 480px;
  height: 320px;
  margin: 0 auto;
  background: #000000;
  opacity: 0.8;
  text-align: center;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 2.0;
  position: relative;
}

#top #facebook div h2 {
  padding: 30px 0 25px;
}

#top #facebook div p.btn a {
  position: absolute;
  bottom: 30px;
  left: 80px;
  display: inline-block;
  width: 320px;
  padding: 10px 0 8px;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 1.6rem;
  font-family: "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
  text-decoration: none;
  background: #000000 url(../images/top_ic01.png) no-repeat 8% 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}

#top #facebook div p.btn a span {
  display: block;
  width: 100%;
  background: url(../images/top_bg03.png) no-repeat 100% 50%;
}

#top #facebook div p.btn a:hover {
  color: #000000;
  background: #ffffff url(../images/top_ic02.png) no-repeat 8% 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}

#top #facebook div p.btn a:hover span {
  background: url(../images/top_bg02.png) no-repeat 100% 50%;
}

/*company*/
#company {
  background: url(../images/company_bg02.png) no-repeat 50% 360px;
  background-size: 100% auto;
}

/*.company_bg02{
	background: url(../images/company_bg02.png) no-repeat 0 0;
	background-size: 100% auto;
	position: absolute;
	top: 360px;
	height: 360px;
	width: 100%;
}*/
#company .lead {
  overflow: hidden;
}

#company .lead dt {
  float: left;
  width: 400px;
  font-size: 1.4rem;
  line-height: 2.0;
  overflow: hidden;
}

#company .lead dt img {
  display: block;
  float: right;
  margin-top: 40px;
}

#company .lead dd {
  float: right;
}

#company #contents .section {
  border-top: 1px solid #7F7F7F;
  margin-top: 50px;
  padding-top: 50px;
  font-size: 1.3rem;
  line-height: 2.0;
  overflow: hidden;
}

#company #contents .section h3 {
  float: left;
}

#company #contents .section .detail {
  width: 780px;
  float: right;
}

#company #contents .section .detail .leadtxt {
  font-size: 2.4rem;
  margin-top: -8px;
  font-family: "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}

#company #contents .section .child {
  width: 100%;
  margin-top: -5px;
}

#company #contents .section .child th {
  width: 20%;
  padding: 5px 0;
}

#company #contents .section .child td {
  width: 80%;
  padding: 5px 0;
}

#company #contents .section .image {
  overflow: hidden;
}

#company #contents .section .image dl {
  float: left;
  margin: 35px 30px 0 0;
  letter-spacing: 0.3em;
}

#company #contents .section .child02 {
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
}

#company #contents .section .child02 th {
  width: 20%;
  padding: 12px;
  font-size: 1.6rem;
  background: #F2F2F2;
  border-top: 1px solid #E5E5E5;
  font-family: "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}

#company #contents .section .child02 td {
  width: 80%;
  padding: 12px;
  border-top: 1px solid #E5E5E5;
}

#company #map {
  width: 1340px;
  height: 400px;
  margin: 0 auto 35px;
  position: relative;
}

#company #map dl {
  position: absolute;
  top: 30px;
  right: 30px;
  border: 1px solid #000000;
  width: 350px;
  height: 350px;
  background: #ffffff;
  font-family: "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}

#company #map dl dt {
  padding: 55px 0 0 35px;
  font-size: 2.0rem;
}

#company #map dl dd {
  padding: 30px 0 0 35px;
  font-size: 1.4rem;
  line-height: 1.6;
}

#company #map dl dd.address {
  font-size: 1.6rem;
}

#company #map dl dd a {
  color: #842626;
  text-decoration: none;
}

/*faq*/
#faq #contents .leadtxt {
  font-size: 1.6rem;
  font-family: "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}

#faq #contents .section {
  border-top: 1px solid #7F7F7F;
  margin-top: 50px;
  padding-top: 18px;
  font-size: 1.3rem;
  line-height: 2.0;
}

#faq #contents .section h2 {
  display: table-cell;
  background: url(../images/faq_ic01.png) no-repeat 0 50%;
  font-size: 2.0rem;
  padding-left: 92px;
  height: 74px;
  vertical-align: middle;
  font-family: "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}

#faq #contents .section .child {
  margin: 5px 0 0 100px;
}

#faq #contents .section .child02 {
  background: #FAFAFA;
  padding: 25px 25px 25px 40px;
  margin: 20px 0 30px;
  font-weight: bold;
  line-height: 2.0;
  list-style: disc;
}

#faq #contents .note h3 {
  font-size: 1.6rem;
  color: #7F1F1F;
}

#faq #contents .note p {
  margin-top: 30px;
}

/*kodawari*/
#contents .inner {
  width: 880px;
  padding: 86px 0 0;
  margin-left: 320px;
}

#contents .inner h2 {
  margin-bottom: 45px;
}

#contents .inner .lead {
  font-size: 1.6rem;
  line-height: 2.2;
  padding: 0 0 0 7px;
  font-family: "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}

#kodawari #contents .detail {
  width: 880px;
  margin-left: 300px;
}

#kodawari #contents .detail ul.image li {
  margin-top: 80px;
  width: 880px;
  height: 480px;
  position: relative;
}

#kodawari #contents .detail ul.image li:nth-of-type(1) .text {
  background: url(../images/kodawari_im01_f.png) no-repeat 0 0;
  width: 470px;
  height: 470px;
  position: relative;
  z-index: 1;
  opacity: 0;
}

#kodawari #contents .detail ul.image li:nth-of-type(1) .img {
  background: url(../images/kodawari_im01.jpg) no-repeat 0 0;
  position: absolute;
  top: 30px;
  left: 440px;
  height: 0px;
  width: 440px;
  opacity: 0;
}

#kodawari #contents .detail ul.image li:nth-of-type(2) .text {
  background: url(../images/kodawari_im02_f.png) no-repeat 0 0;
  width: 470px;
  height: 470px;
  position: absolute;
  left: 415px;
  z-index: 1;
  opacity: 0;
}

#kodawari #contents .detail ul.image li:nth-of-type(2) .img {
  background: url(../images/kodawari_im02.jpg) no-repeat 0 0;
  position: absolute;
  top: 0px;
  left: 0;
  height: 0px;
  width: 440px;
  opacity: 0;
  z-index: 0;
}

#kodawari #contents .detail ul.image li:nth-of-type(3) .text {
  background: url(../images/kodawari_im03_f.png) no-repeat 0 0;
  width: 470px;
  height: 470px;
  position: relative;
  z-index: 1;
  opacity: 0;
}

#kodawari #contents .detail ul.image li:nth-of-type(3) .img {
  background: url(../images/kodawari_im03.jpg) no-repeat 0 0;
  position: absolute;
  top: 30px;
  left: 440px;
  height: 0px;
  width: 440px;
  opacity: 0;
}

#kodawari #contents .detail ul.image li:nth-of-type(4) .text {
  background: url(../images/kodawari_im04_f.png) no-repeat 0 0;
  width: 470px;
  height: 470px;
  position: absolute;
  left: 415px;
  z-index: 1;
  opacity: 0;
}

#kodawari #contents .detail ul.image li:nth-of-type(4) .img {
  background: url(../images/kodawari_im04.jpg) no-repeat 0 0;
  position: absolute;
  top: 30px;
  left: 0;
  height: 0px;
  width: 440px;
  opacity: 0;
  z-index: 0;
}

/*#kodawari #contents .detail ul.image li:nth-of-type(4){
	background: url(../images/kodawari_im04.png) no-repeat 0 0;
}*/
#kodawari #contents .detail ul.image li dl {
  position: absolute;
  font-family: "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}

#kodawari #contents .detail ul.image li dl dt {
  font-size: 2.4rem;
}

#kodawari #contents .detail ul.image li dl dd {
  padding-top: 40px;
  font-size: 1.3rem;
  line-height: 2.2;
}

#kodawari #contents .detail ul.image li dl dd span {
  color: #832626;
}

#kodawari #contents .detail ul.image li:nth-of-type(1) dl {
  position: absolute;
  top: 115px;
  left: 76px;
}

#kodawari #contents .detail ul.image li:nth-of-type(2) dl {
  position: absolute;
  top: 120px;
  /*left:496px;*/
  left: 85px;
}

#kodawari #contents .detail ul.image li:nth-of-type(3) dl {
  position: absolute;
  top: 145px;
  left: 76px;
}

#kodawari #contents .detail ul.image li:nth-of-type(4) dl {
  position: absolute;
  top: 175px;
  /*left:496px;*/
  left: 85px;
}

#kodawari #contents .detail dl.list {
  margin-top: 105px;
  border: 1px solid #232323;
  padding: 45px 0;
}

#kodawari #contents .detail dl.list dt {
  text-align: center;
  margin-bottom: 45px;
}

#kodawari #contents .detail dl.list dd ul {
  display: table;
  width: 800px;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 2.0;
}

#kodawari #contents .detail dl.list dd ul li {
  display: table-cell;
  padding-right: 20px;
}

#kodawari #contents .detail dl.list dd ul li:last-child {
  padding-right: 0;
}

/*footer
=========================================*/
footer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

footer #contact {
  background: url(../images/foot_bg01.png);
  padding: 15px;
}

footer #contact .line {
  border: 2px solid #ffffff;
}

footer #contact dt {
  padding: 22px 0 21px;
}

footer #contact p {
  padding: 17px 0 21px;
}

footer #contact + p {
  padding: 25px 0;
}

/*general
=========================================*/
.mt15 {
  margin-top: 15px !important;
}

.note01 {
  text-align: right;
  padding-top: 10px;
  font-size: 1.2rem;
}

.mFont {
  font-family: "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}

/* animate */
.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.recruit-contents {
  margin-top: 95px;
}

.recruit-contents .recruit-contents_box {
  border: 2px solid #000000;
  width: 969px;
  margin: 50px auto 0;
  padding: 40px 0;
}

.recruit-contents .recruit-contents_box .recruit-contents_box__ttl {
  font-family: "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
  color: #7E2121;
  font-size: 2.6rem;
  line-height: 35px;
  height: 35px;
  text-align: center;
  letter-spacing: 1.95px;
}

.recruit-contents .recruit-contents_box .recruit-contents_box__ttl .recruit-contents_box__ttl-tag {
  display: inline-block;
  color: #ffffff;
  background-color: #7E2121;
  font-size: 2.0rem;
  line-height: 35px;
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  padding: 0 10px;
  margin-right: 20px;
  vertical-align: bottom;
  letter-spacing: 1.5px;
}

.recruit-contents .recruit-contents_box .recruit-table_wrapper {
  background-color: #F7F7F7;
  margin-top: 35px;
  padding: 30px 78px 30px 100px;
}

.recruit-contents .recruit-contents_box .recruit-table_wrapper table {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 1.2px;
}

.recruit-contents .recruit-contents_box .recruit-table_wrapper table th {
  font-weight: bold;
  vertical-align: top;
  width: 165px;
  padding: 10px 0;
}

.recruit-contents .recruit-contents_box .recruit-table_wrapper table td {
  vertical-align: top;
  width: auto;
  padding: 10px 0;
}

#top #contents .recruit-contents .btn {
  margin-top: 35px;
}

#top #contents .recruit dd a {
  color: #7E2121;
}
/*# sourceMappingURL=style.css.map */