@charset "utf-8";

/*====================================
    TinyMCEのみのcss(.rte)
====================================*/
.rte {
  line-height: 1.8;
  display: inline-table;
}
.rte:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.rte img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.rte p {
  margin-bottom: 1em;
}
.rte p a {
  color: #1474da;
  text-decoration: underline;
}
.rte .justifyright {
  text-align: right;
}
.rte strong {
  font-weight: bold;
}
.rte ul, .rte ol {
  margin-bottom: 0.5em;
    margin-left: 20px;
}
.rte ul li, .rte ol li {
  margin-bottom: 0.5em;
}
.rte .l60 {
  width: 60%;
  float: left;
  margin-bottom: 1em;
}
.rte .r38 {
  width: 38%;
  float: right;
  margin-bottom: 1em;
}
.rte .r60 {
  width: 60%;
  float: right;
  margin-bottom: 1em;
}
.rte .l38 {
  width: 38%;
  float: left;
  margin-bottom: 1em;
}
.rte .lr-clear {
  clear: both;
}

.rte .sub-hx {
      color: #ff3100;
    font-size: 18px;
    font-weight: bold;
    background-color: #fffb95;
    border-left: 4px solid #ff9900;
    border-bottom: 1px dotted #ff9900;
    padding: 12px 5px;
    margin-bottom: 10px;
    line-height: 1.4;
}


/*====================================
               初期設定
====================================*/
p.text {
  line-height: 1.4;
  margin-bottom: 1em;
}

/*----- float解除 -----*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}

/*----- 各デバイス 表示&非表示 -----*/
.sp { display: none;}
.pc { display: block;}

/*----- 見出し -----*/
.main-hx {
}

.base-hx {
}

.sub-hx {
}


/*----- float -----*/
.lp { float: left;}
.rp { float: right;}
.cbp { clear: both;}

/*----- line-height -----*/
.lihe0 { line-height: 0;}

/*----- margin -----*/
.cn-mp { margin-bottom: 15px;}

.mb10p { margin-bottom: 10px;}
.mb15p { margin-bottom: 15px;}
.mb20p { margin-bottom: 20px;}
.mb25p { margin-bottom: 25px;}
.mb30p { margin-bottom: 30px;}
.mb35p { margin-bottom: 35px;}
.mb40p { margin-bottom: 40px;}
.mb45p { margin-bottom: 45px;}
.mb50p { margin-bottom: 50px;}

/*----- padding -----*/

/*----- コンテンツ幅(%) -----*/
.w10 { width: 10%;}
.w12 { width: 12%;}
.w14 { width: 14%;}
.w15 { width: 15%;}
.w16 { width: 16%;}
.w18 { width: 18%;}
.w20 { width: 20%;}
.w22 { width: 22%;}
.w24 { width: 24%;}
.w25 { width: 25%;}
.w26 { width: 26%;}
.w28 { width: 28%;}
.w30 { width: 30%;}
.w32 { width: 32%;}
.w34 { width: 34%;}
.w35 { width: 35%;}
.w36 { width: 36%;}
.w38 { width: 38%;}
.w40 { width: 40%;}
.w42 { width: 42%;}
.w44 { width: 44%;}
.w45 { width: 45%;}
.w46 { width: 46%;}
.w48 { width: 48%;}
.w50 { width: 50%;}
.w52 { width: 52%;}
.w54 { width: 54%;}
.w55 { width: 55%;}
.w56 { width: 56%;}
.w58 { width: 58%;}
.w60 { width: 60%;}
.w62 { width: 62%;}
.w64 { width: 64%;}
.w65 { width: 65%;}
.w66 { width: 66%;}
.w68 { width: 68%;}
.w70 { width: 70%;}
.w72 { width: 72%;}
.w74 { width: 74%;}
.w75 { width: 75%;}
.w76 { width: 76%;}
.w78 { width: 78%;}
.w80 { width: 80%;}
.w82 { width: 82%;}
.w84 { width: 84%;}
.w85 { width: 85%;}
.w86 { width: 86%;}
.w88 { width: 88%;}
.w90 { width: 90%;}
.w92 { width: 92%;}
.w94 { width: 94%;}
.w95 { width: 95%;}
.w96 { width: 96%;}
.w98 { width: 98%;}
.w100 { width: 100%;}

img {
  width: 100%;
  height: auto;
}

/*----- 文字リンク設定 -----*/
a {/*リンクされた文字*/
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #383838;
  font-style: normal;
  text-decoration: none;
}
a:link {/*未訪問のリンク*/
  color: #383838;
  font-style: normal;
  text-decoration: none;
}
a:visited {/*訪問後のリンク*/
  color: #383838;
  text-decoration: none;
}
a:hover {/*マウスをのせたとき*/
  color: #383838;
  font-style: normal;
  text-decoration: underline;
}
a:active {/*クリック中*/
  text-decoration: none;
}

/*----- リンク設定 -----*/
.fade:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  transition: 0.5s;
}

/*----- ページネーション-----*/
nav.pagination {
      margin: 15px 2%;
}

nav.pagination h2 {
      display: none;
}

nav.pagination .nav-links {
}

nav.pagination .nav-links .prev {
}

nav.pagination .nav-links .next {
}

nav.pagination .nav-links .page-numbers {
      display: inline-block;
     background-color: #ffb100;
    border: 1px solid #f59b0e;
    border-radius: 5px;
    padding: 5px 7px;
    color: #ffffff;
     text-decoration: none;
}

nav.pagination .nav-links .dots {
     background: none;
    border: none;
    border-radius: 0;
    padding: 5px 7px;
     color: #b54806;
}

nav.pagination .nav-links .current {
      background-color: #ff7600;
}

nav.pagination .nav-links a.page-numbers:hover {
     background-color: #ff8d00;
}

/*----- 動画サイズ調整 -----*/
.movie-box {
    position: relative;
    padding-bottom: 52%;
}

.movie-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*====================================
            共通コンテンツ
====================================*/
/*===== .page-ttl(ページタイトル) =====*/
.page-ttl {
    background-position-x: center;
    background-position-y: top;
    background-size: auto;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-size: 100%;
}
.page-ttl .ttl-box {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 9% 2% 10%;
}
.page-ttl .ttl-box h2 {
    color: #fff;
    font-size: 55px;
    font-weight: bold;
    padding: 90px 3% 0;
    line-height: 1.4;
    letter-spacing: 0.03em;
}
.page-ttl h2 span {
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin-top: 5px;
}

/*===== #breadcrumb(パンくず) =====*/
#breadcrumb {
}
#breadcrumb ul {
    font-size: 13px;
    line-height: 1.4;
    color: #24292e;
    margin: 20px 0;
}
#breadcrumb ul li {
    display: inline-block;
    letter-spacing: 0.1em;
}
#breadcrumb ul li.last {
}
#breadcrumb ul li a {
    color: #24292e;
    text-decoration: none;
}

/*===== #recuirement =====*/
#recuirement {
    background: url(../img/common/recuirement-bg.jpg) no-repeat bottom center;
    background-size: 100%;
    padding: 100px 0;
}
#recuirement .recuirement-box {
}
#recuirement .recuirement-box .text-box {
    color: #ffffff;
    text-align: center;
}
#recuirement .recuirement-box .text-box h2 {
    font-size: 38px;
    font-weight: bold;
    line-height: 1.4;
    background: url(../img/common/recuirement-hxbg.png) no-repeat top center;
    padding: 60px 0 0;
    margin-bottom: 20px;
}
#recuirement .recuirement-box .text-box .text {
    margin-bottom: 35px;
    line-height: 1.8;
}
#recuirement .recuirement-box .text-box .link {
}
#recuirement .recuirement-box .text-box .link a {
    color: #007042;
    display: block;
    width: 200px;
    text-align: center;
    padding: 20px 15px;
    background: #ffffff;
    text-decoration: none;
    margin: 0 auto;
}
#recuirement .recuirement-box .text-box .link a span {
    display: block;
    background: url(../img/common/icon-next03.png) no-repeat right center;
}

/*--------------------------
    .form-box[MW WP Form]
--------------------------*/
.form-box {
    background-color: #fff;
    padding: 3%;
    border: 1px solid #e3e3e3;
    margin-bottom: 30px;
}
.form-box table {
    border-collapse: collapse;
    width: 100%;
}
.form-box table tr {
}
.form-box table tr th {
    padding: 15px 3%;
    text-align: center;
    width: 210px;
    vertical-align: middle;
    line-height: 1.4;
}
.form-box table tr th .hisu {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    background-color: #007042;
    padding: 2px 5px;
    margin-left: 10px;
}
.form-box table tr td {
    padding: 15px 3%;
    line-height: 1.4;
}
.form-box table tr td p {
}
.form-box table tr td span {
    line-height: 1.4;
}
.form-box table tr td input {
    background: #fff;
    border: 1px solid #c8c8c8;
    font-size: 14px;
    padding: 15px;
    width: 80%;
}
.form-box table tr td input.sex {
    width: auto;
}
.form-box table tr td input.radio {
    width: auto;
}
.form-box table tr td input.check {
      width: auto;
}
.form-box table tr td textarea {
    background: #fff;
    border: 1px solid #c8c8c8;
     width: 100%;
    height: 200px;
    font-size: 14px;
     padding: 3%;
}
.form-box .btn {
      margin: 20px auto;
    text-align: center;
}
.form-box .btn input {
    width: 150px;
    padding: 15px 0;
    background-color: #007042;
    color: #fff;
    border: none;
}
.form-box .text {
    text-align: center;
}


/*===============================================
    ■tablet 画面の横幅が1500pxまで
===============================================*/
@media screen and (max-width: 1500px) {
/*-------- .page-ttl --------*/
  .page-ttl {
    background-size: auto;
  }
}
/*===============================================
    ■tablet 画面の横幅が1000pxまで
===============================================*/
@media screen and (max-width: 1000px) {
/*-------- #recuirement --------*/
  #recuirement {
    background-size: auto;
    padding: 40px 0;
  }
}

/*===============================================
    ■tablet 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px) {
  .sp { display: block;}
  .pc { display: none;}
/*-------- .page-ttl --------*/
.page-ttl .ttl-box h2 {
    font-size: 40px;
    text-align: center;
    padding: 80px 3% 0;
    height: 170px;
  }
/*--------------- .form-box[MW WP Form] -------------*/
  .form-box table tr th {
    display: block;
    padding: 13px 0;
    text-align: left;
    border-bottom: 1px dashed #c2c2c2;
    margin-bottom: 5px;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
  }
  .form-box table tr td {
    display: block;
    padding: 3px 0 15px;
    border-bottom: 1px solid #aaa;
  }
  .form-box table tr td input {
    width: 100%;
  }
}

/*===============================================
    ■smart 画面の横幅が480pxまで
===============================================*/
@media screen and (max-width: 480px) {
/*--------------- リッチテキストエディタ内(.rte ) -------------*/
  .rte .l60, .rte .r38, .rte .l38, .rte .r60 {
    width: 100%;
    float: none;
  }
  .rte .r38, .rte .l38 {
    text-align: center;
  }
/*-------- .page-ttl --------*/
  .page-ttl {
    background-size: 100%;
  }
  .page-ttl .ttl-box {
    padding: 0;
  }
  .page-ttl .ttl-box h2 {
    font-size: 30px;
    padding: 15px 0 0;
    height: 125px;
  }
  .page-ttl h2 span {
    font-size: 12px;
    margin-top: 0;
  }
/*-------- #breadcrumb --------*/
  #breadcrumb ul {
    margin: 7px 0;
  }
/*-------- #recuirement --------*/
  #recuirement .recuirement-box .text-box h2 {
    padding: 28px 0 0;
    background-size: 300px;
  }
}