@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/*================================================
  共通スタイル
================================================*/
html, body {
  height: 100%;
}

body {
  color: #333;
  font-size: 14px;
  line-height: 1.714em;
  text-align: justify;
  word-wrap: break-word;
  font-weight: 400;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  -webkit-text-size-adjust: 100%;
}

body.win {
  font-weight: 500;
}

.bold {
  font-weight: 700;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", 'Meiryo', 'メイリオ', sans-serif;
}

a, a:hover {
  text-decoration: none;
}

a {
  color: #333;
}

a.textlink:hover,
.underline {
  opacity: 1;
  text-decoration: underline;
}

img {
  height: auto;
  vertical-align: middle;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.font10 {
  font-size: 10px;
}

.font12 {
  font-size: 12px;
}

.font13 {
  font-size: 0.929em;
}

.font14 {
  font-size: 1em;
}

.font15 {
  font-size: 1.071em;
}

.font16 {
  font-size: 1.143em;
}

.font17 {
  font-size: 1.214em;
}

.font18 {
  font-size: 1.286em;
}

.font19 {
  font-size: 1.357em;
}

.font20 {
  font-size: 1.714em;
}

.font22 {
  font-size: 1.571em;
}

.font24 {
  font-size: 1.714em;
}

.font35 {
  font-size: 2.500em;
}

.line14 {
  line-height: 1em;
}

.line20 {
  line-height: 1.429em;
}

.line22 {
  line-height: 1.571em;
}

.line24 {
  line-height: 1.714em;
}

.line25 {
  line-height: 1.786em;
}

.line26 {
  line-height: 1.857em;
}

.line28 {
  line-height: 2.000em;
}

.line30 {
  line-height: 2.143em;
}

.line32 {
  line-height: 2.286em;
}

.line34 {
  line-height: 2.429em;
}

.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

.middle {
  vertical-align: middle;
}

.float_r {
  float: right;
}

.float_l {
  float: left;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/*for IE8*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*for IE7*/
.clearfix {
  *zoom: 1;
}

.clear {
  clear: both;
}

.hidden {
  overflow: hidden;
}

.relative {
  position: relative;
}

.link_text,
.link_text:hover {
  color: #138c00;
  text-decoration: underline;
}

.icon_link {
  padding-left: 18px;
  background: url(../img/icon_link.png) left center no-repeat;
  background-size: 14px;
}
.icon_link:hover {
  text-decoration: underline;
}

.block {
  display: block;
}

.iblock {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.inline {
  display: inline;
}

.list_disc > li {
  position: relative;
  padding-left: 1.2em;
}

.list_disc > li:before {
  content: '・';
  left: -3px;
  font-size: 1.5em;
  position: absolute;
}

.list_decimal > li {
  padding-left: 1em;
  text-indent: -1em;
  list-style-type: decimal;
  list-style-position: inside;
}

.list_decimal02 > li {
  padding-left: 1.6em;
  text-indent: -1.6em;
  list-style-type: decimal-leading-zero;
  list-style-position: inside;
}

.list_abc > li {
  padding-left: 1.2em;
  text-indent: -1.2em;
  list-style-type: upper-latin;
  list-style-position: inside;
}

.list_abc02 > li {
  padding-left: 1.1em;
  text-indent: -1.1em;
  list-style-type: lower-latin;
  list-style-position: inside;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.img_full {
  max-width: 100%;
  height: auto;
}

.pc_block {
  display: block;
}

.tb_block {
  display: none;
}

@media screen and (max-width: 899px) {
  .tb_block {
    display: block;
  }
}
@media screen and (max-width: 499px) {
  .pc_block {
    display: none;
  }
}
.sp_block {
  display: none;
}

@media screen and (max-width: 499px) {
  .pc_block {
    display: none;
  }

  .sp_block {
    display: block;
  }
}
.font_mincho {
  font-family: 'Amiri', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.w900 {
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 899px) {
  .w900 {
    width: 90%;
  }
}

.w700 {
  max-width: 700px;
  margin: auto;
}
@media screen and (max-width: 700px) {
  .w700 {
    width: 90%;
  }
}

.color_pink {
  color: #e85298;
}

.btn {
  width: 245px;
  height: 40px;
  margin: auto;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn:hover {
  opacity: 0.7;
}

.btn a {
  display: block;
  color: #fff;
}

.btn span {
  display: inline-block;
  padding-right: 28px;
  background: url(../img/icon_btn.png) right center no-repeat;
  background-size: 18px;
}

.btn.pink {
  background: #dd3679;
  background: -webkit-linear-gradient(bottom right, #e85298 50%, #dd3679 50%, #dd3679);
  background: -o-linear-gradient(bottom right, #e85298 50%, #dd3679 50%, #dd3679);
  background: linear-gradient(to bottom right, #e85298 50%, #dd3679 50%, #dd3679);
}

.btn.blue {
  background: #4cace2;
  background: -webkit-linear-gradient(bottom left, #3c9bda 50%, #4cace2 50%, #4cace2);
  background: -o-linear-gradient(bottom left, #3c9bda 50%, #4cace2 50%, #4cace2);
  background: linear-gradient(to top left, #3c9bda 50%, #4cace2 50%, #4cace2);
}

.btn.green {
  background: #61c1be;
  background: -webkit-linear-gradient(bottom left, #4caeb7 50%, #61c1be 50%, #61c1be);
  background: -o-linear-gradient(bottom left, #4caeb7 50%, #61c1be 50%, #61c1be);
  background: linear-gradient(to top left, #4caeb7 50%, #61c1be 50%, #61c1be);
}

@media screen and (max-width: 499px) {
  .btn {
    max-width: 340px;
    width: 100%;
  }
}
@media screen and (max-width: 899px) {
  .container {
    padding-top: 60px;
  }
}
@media screen and (max-width: 374px) {
  .container {
    padding-top: 70px;
  }
}

.pankuzu {
  background: #fdeff5;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
}
.pankuzu a,
.pankuzu span {
  color: #646464;
}
.pankuzu span {
  font-size: 12px;
}
.pankuzu span:before {
  content: ">";
  display: inline-block;
  margin: -4px 8px 0;
  vertical-align: middle;
}
.pankuzu span:first-child:before {
  display: none;
}
@media screen and (max-width: 499px) {
  .pankuzu span {
    font-size: 11px;
  }
  .pankuzu span:before {
    margin: -4px 5px 0 3px;
  }
}
.pankuzu span a:hover {
  text-decoration: underline;
}

.mv {
  background: #eee;
  box-shadow: 0px 3px 6px rgba(1, 0, 0, 0.15) inset;
  background-size: cover;
}
.mv h2 {
  padding: 113px 0;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 499px) {
  .mv h2 {
    padding: 41px 0;
    font-size: 24px;
  }
}

/****************************
  ヘッダー
****************************/
.header {
  background: #fff;
  border-bottom: 1px solid #fdeff5;
}

.header.fixed {
  position: fixed;
  left: 0;
  z-index: 9999;
  width: 100%;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.header_left {
  float: left;
  line-height: 1em;
}
.header_left h1 {
  margin-top: 10px;
}
.header_left h1, .header_left p {
  color: #646464;
  font-size: 11px;
  line-height: 1em;
}
.header_left br {
  display: none;
}
.header_left .header_logo {
  margin: 5px 0 8px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header_left .header_logo:hover {
  opacity: 0.7;
}
.header_left .header_logo + p span {
  display: none;
}

@media screen and (max-width: 899px) {
  .header {
    position: fixed;
    top: 0;
    z-index: 999999;
    width: 100%;
  }
  .header.fixed {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  }
  .header > div.w900 {
    width: 100%;
  }

  .header_left {
    padding-left: 2.5%;
  }
  .header_left h1, .header_left p {
    font-size: 8px;
  }
  .header_left h1 {
    margin-top: 7px;
  }
  .header_left .header_logo {
    width: 206px;
    margin: 4px 0 5px;
  }
  .header_left .header_logo img {
    max-width: 100%;
  }
}
@media screen and (max-width: 499px) {
  .header_left h1 span {
    display: none;
  }
  .header_left .header_logo + p span {
    display: inline;
  }
}
@media screen and (max-width: 374px) {
  .header_left h1 {
    line-height: 1.2em;
  }
  .header_left br {
    display: block;
  }
  .header_left .header_logo {
    width: 150px;
    margin-top: 0;
  }
  .header_left .header_logo + p span {
    display: none;
  }
}
.header .list_right {
  float: right;
}
.header .list_right .btn {
  width: 80px;
  height: 80px;
  line-height: 1.4em;
}
.header .list_right .btn a {
  display: block;
  padding: 20px 0;
  color: #fff;
  background: none;
}
.header .list_left {
  float: right;
  width: 52%;
  margin-top: 40px;
  text-align: right;
}
.header .list_left li {
  display: inline-block;
  margin-right: 6%;
}
.header .list_left .sp {
  display: none;
}
.header .list_left a {
  color: #e85298;
  font-size: 16px;
}

@media screen and (max-width: 899px) {
  .header .list_left {
    display: none;
    position: fixed;
    top: 60px;
    z-index: 100;
    float: none;
    clear: both;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-top: 15px;
    text-align: left;
    background: #ee87b4;
    background: rgba(238, 135, 180, 0.9);
  }
  .header .list_left li {
    display: block;
    margin-right: 0;
    border-bottom: 1px solid #fff;
  }
  .header .list_left li:first-child {
    border-width: 2px;
  }
  .header .list_left li:first-child a {
    font-size: 14px;
  }
  .header .list_left li:last-child {
    border-width: 2px;
  }
  .header .list_left li a, .header .list_left li.menu span {
    display: block;
    padding: 20px 5% 20px 5%;
    color: #fff;
    font-size: 16px;
    background: url(../img/icon_btn.png) 95% center no-repeat;
    background-size: 20px;
  }
  .header .list_left li.menu span {
    font-size: 14px;
    background: none;
  }
  .header .list_left .sp {
    display: block;
  }
  .header .list_left .btn {
    width: 255px;
    margin: 50px auto 0;
    border: 1px solid #fff;
  }
  .header .list_left .btn a {
    color: #fff;
  }
  .header .list_right .btn {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 1px;
    font-size: 12px;
  }
  .header .list_right .btn a {
    padding-top: 17px;
  }
}
@media screen and (max-width: 499px) {
  .header .list_left li a, .header .list_left li.menu span {
    padding: 12px 5% 12px 5%;
  }
  .header .list_left .btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 374px) {
  .header .list_left {
    top: 70px;
    padding-top: 0;
  }
  .header .list_left li a,
  .header .list_left li.menu span {
    padding: 8px 5% 8px 5%;
  }
  .header .list_left .btn {
    margin-top: 15px;
  }
  .header .list_right .btn {
    width: 70px;
    height: 70px;
  }
  .header .list_right .btn a {
    padding-top: 22px;
  }
}
@media screen and (min-width: 1025px) {
  .list_left a,
  .list_left a:visited,
  .list_left a:hover,
  .list_left a:active {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    transition: 0.5s color ease;
    text-decoration: none;
    opacity: 1;
  }

  .list_left a:after {
    content: "";
    transition: 0.5s all ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
  }

  .list_left a:after {
    bottom: -8px;
  }

  .list_left a:after {
    max-width: 100%;
    height: 3px;
    width: 0;
    background: #fbdcea;
  }

  .list_left a:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .list_left a:hover:after {
    width: 100%;
  }
}
/* iPad */
@media screen and (max-width: 1024px) and (min-width: 900px) {
  .list_left a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .list_left a:hover {
    opacity: 0.7;
  }
}
#btn_menu {
  display: none;
}

@media screen and (max-width: 899px) {
  #btn_menu {
    display: inline-block;
    float: left;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    background: #ee87b4;
  }
  #btn_menu .menu {
    display: block;
    margin-top: 28px;
    font-size: 12px;
  }

  .btn_menu {
    position: relative;
    margin: auto;
    cursor: pointer;
  }

  .menu_icon {
    display: block;
    position: relative;
    top: 22px;
    width: 30px;
    height: 2px;
    margin: auto;
    padding: 0;
    background: #fff;
    transition: .2s;
  }
  .menu_icon:before, .menu_icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 2px;
    background: #fff;
    transition: .3s;
  }
  .menu_icon:before {
    margin-top: -7px;
  }
  .menu_icon:after {
    margin-top: 5px;
  }
  .menu_icon.close {
    background: transparent;
  }
  .menu_icon.close:before, .menu_icon.close:after {
    width: 20px;
    left: 5px;
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu_icon.close:after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}
@media screen and (max-width: 374px) {
  #btn_menu {
    width: 70px;
    height: 70px;
  }
  #btn_menu .menu {
    margin-top: 33px;
  }

  .menu_icon {
    top: 26px;
  }
  .menu_icon:before {
    margin-top: -7px;
  }
  .menu_icon:after {
    margin-top: 5px;
  }
}
body.fixed {
  position: fixed;
  height: 100%;
}

/****************************
  フッター
****************************/
.pagetop {
  width: 72px;
  height: 72px;
  margin: 40px auto 22px;
  color: #fff;
  text-align: center;
  line-height: 72px;
  background: #e85298;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.pagetop:hover {
  opacity: 0.7;
}
.pagetop span {
  display: inline-block;
  position: relative;
  padding-top: 12px;
  line-height: 16px;
  vertical-align: middle;
}
.pagetop span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 13px;
  height: 13px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 499px) {
  .pagetop {
    margin: 28px auto 24px;
  }
}
.footer {
  padding: 25px 0 20px;
  border-top: 1px solid #f4b4d0;
}
.footer ul {
  margin-bottom: 30px;
  margin-left: -8px;
}
.footer ul li {
  display: inline-block;
  margin-left: 8px;
  padding-left: 8px;
  font-size: 11px;
  line-height: 1em;
  border-left: 1px solid #646464;
}
.footer ul li:first-child {
  padding-left: 0;
  border-left: none;
}
.footer ul li a {
  color: #646464;
}
.footer ul li a:hover {
  text-decoration: underline;
}
.footer .contant {
  width: 280px;
  height: 22px;
  margin: 13px auto;
  color: #fff;
  line-height: 22px;
  background: #ee87b4;
  border-radius: 10px;
}
.footer .tel {
  margin-bottom: 20px;
  font-size: 30px;
}
.footer .tel a {
  padding-left: 30px;
  color: #ea5e8e;
  background: url(../img/icon_tel.png) left center no-repeat;
  background-size: 22px;
}
.footer .pmark {
  margin-bottom: 3px;
}
.footer .pmark img {
  width: 100px;
  height: auto;
}
@media screen and (max-width: 499px) {
  .footer .pmark img {
    width: 80px;
  }
}
.footer .pmark a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.footer .pmark a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 899px) {
  .footer ul {
    max-width: 600px;
    margin: 0 auto 30px;
  }
  .footer ul li:nth-child(7) {
    padding-left: 0;
    border: none;
  }
  .footer .tel {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 565px) {
  .footer ul {
    max-width: 400px;
  }
  .footer ul li:nth-child(7) {
    padding-left: 8px;
    border-left: 1px solid #646464;
  }
  .footer ul li:nth-child(6),
  .footer ul li:nth-child(8) {
    padding-left: 0;
    border-left: none;
  }
}
@media screen and (max-width: 413px) {
  .footer ul {
    max-width: 290px;
  }
  .footer ul li:nth-child(6),
  .footer ul li:nth-child(8) {
    padding-left: 8px;
    border-left: 1px solid #646464;
  }
  .footer ul li:nth-child(5),
  .footer ul li:nth-child(7) {
    padding-left: 0;
    border-left: none;
  }
}
@media screen and (max-width: 499px) {
  .footer {
    padding: 20px 0 6px;
  }
  .footer ul {
    margin-bottom: 18px;
  }
}
/****************************
  トップページ
****************************/
.index_main {
  height: 660px;
  background: url(../img/index_main.jpg) center center no-repeat;
  background-size: cover;
}
.index_main .link {
  position: absolute;
  top: 320px;
}
.index_main .link p {
  margin-left: 23px;
}
.index_main .btn {
  width: 255px;
  height: 45px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 45px;
}

@media screen and (min-width: 1300px) {
  .index_main {
    background-size: 1300px;
  }
}
@media screen and (max-width: 899px) {
  .index_main {
    background: url(../img/index_main_tb.jpg) center center no-repeat;
    background-size: cover;
  }
  .index_main .w900 {
    width: 95%;
  }
  .index_main .link {
    top: 310px;
  }
}
@media screen and (max-width: 899px) and (max-width: 767px) {
  .index_main {
    background: url(../img/index_main_sp.jpg) center center no-repeat;
    background-size: cover;
  }
  .index_main .link {
    top: 48%;
    margin: -22px auto 0;
    left: 0;
    right: 0;
  }
  .index_main .link p {
    margin-left: 0;
    text-align: center;
  }
  .index_main .btn {
    max-width: 400px;
    width: 85%;
  }
}
@media screen and (max-width: 899px) and (max-width: 650px) {
  .index_main .link {
    top: 50%;
  }
}
@media screen and (max-width: 899px) and (max-width: 499px) {
  .index_main {
    height: 605px;
  }
  .index_main .link {
    top: 295px;
  }
}
@media screen and (max-width: 899px) and (max-width: 374px) {
  .index_main .link {
    top: 295px;
  }
  .index_main .link .btn {
    margin-bottom: 5px;
  }
}

.wrap_slider {
  position: absolute;
  bottom: 10px;
  width: 100%;
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.7);
}
.wrap_slider p.font_mincho {
  margin-bottom: 20px;
  color: #e85298;
  text-align: center;
  line-height: 30px;
  letter-spacing: 0.1em;
}
.wrap_slider li {
  float: left;
  margin: 0;
  margin-right: 1px;
  padding: 0 25px;
  border-left: 1px solid #c8c8c8;
}
.wrap_slider li a {
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.wrap_slider li a:hover {
  opacity: 0.7;
}
.wrap_slider .cat {
  display: inline-block;
  margin-bottom: 8px;
  padding: 2px 8px;
  color: #fff;
  background: #82c1ea;
}
.wrap_slider .cat.job_cat01 {
  background: #ee86b4;
}
.wrap_slider .cat.job_cat02 {
  background: #52c3f1;
}
.wrap_slider .cat.job_cat03 {
  background: #757dbb;
}
.wrap_slider .cat.job_cat04 {
  background: #8bc882;
}
.wrap_slider .cat.job_cat05 {
  background: #f0855d;
}
.wrap_slider .cat + p {
  line-height: 19px;
}

@media screen and (max-width: 499px) {
  .wrap_slider p.font_mincho {
    margin-bottom: 15px;
  }
  .wrap_slider li {
    border: none;
  }
  .wrap_slider .cat + p {
    font-size: 13px;
  }
}
/*  
レタンセル キャリアでは・・・
-----------------------------*/
.index_sec01 {
  padding: 75px 0 100px;
}

.sec_ttl {
  color: #e85298;
  text-align: center;
}
.sec_ttl span {
  display: inline-block;
  line-height: 1.6em;
}
.sec_ttl span.span01 {
  display: block;
  margin-left: -35px;
  font-size: 12px;
}
.sec_ttl span.span02 {
  margin-top: -10px;
  font-size: 26px;
}
.sec_ttl span.span03 {
  font-size: 20px;
}
.sec_ttl span.span04 {
  margin-top: 20px;
  font-size: 26px;
}
.sec_ttl br {
  display: none;
}

@media screen and (max-width: 899px) {
  .sec_ttl span.span04 {
    margin-top: 0;
  }
  .sec_ttl br {
    display: block;
  }
}
@media screen and (max-width: 499px) {
  .sec_ttl span.span01 {
    margin-left: -30px;
    font-size: 11px;
    line-height: 1em;
  }
  .sec_ttl span.span02, .sec_ttl span.span03, .sec_ttl span.span04 {
    font-size: 22px;
  }

  .index_sec01 .sec_ttl span.span01 {
    position: relative;
    bottom: -5px;
  }
}
.index_sec01 .wrap {
  margin-top: 40px;
  margin-left: -1.4%;
  text-align: center;
  letter-spacing: -0.4em;
}
.index_sec01 .box {
  display: inline-block;
  width: 18.6%;
  margin-left: 1.4%;
  letter-spacing: normal;
}
.index_sec01 .box img {
  width: 100%;
}
.index_sec01 .box p {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  width: 120px;
  height: 30px;
  margin: auto;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
.index_sec01 .box.box.box01 p {
  background: #e85298;
  background: rgba(232, 82, 152, 0.8);
}
.index_sec01 .box.box.box02 p {
  background: #54c3f1;
  background: rgba(84, 195, 241, 0.8);
}
.index_sec01 .box.box.box03 p {
  background: #3d62ad;
  background: rgba(61, 98, 173, 0.8);
}
.index_sec01 .box.box.box04 p {
  background: #69bd83;
  background: rgba(105, 189, 131, 0.8);
}
.index_sec01 .box.box.box05 p {
  background: #ef845c;
  background: rgba(239, 132, 92, 0.8);
}
.index_sec01 .btn {
  margin-top: 65px;
}

@media screen and (max-width: 899px) {
  .index_sec01 .box {
    width: 25%;
    margin-bottom: 45px;
    margin-left: 3%;
  }
  .index_sec01 .btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 499px) {
  .index_sec01 .wrap {
    display: none;
  }
  .index_sec01 .btn {
    margin-top: 30px;
  }
}
/*  
レタンセル キャリアの強み
-----------------------------*/
.index_sec02 {
  padding: 75px 0 90px;
  background: url(../img/index_sec02_bg.jpg) center center no-repeat;
  background-size: cover;
}
.index_sec02 .sec_ttl {
  margin-bottom: 15px;
}
.index_sec02 .sec_ttl .span01 {
  margin-left: -72px;
}
.index_sec02 .sec_ttl .span04 {
  margin-top: -6px;
}

.index_sec02 .wrap {
  margin-top: 20px;
  margin-left: -3%;
}
.index_sec02 .wrap .box {
  float: left;
  width: 27.3%;
  padding: 25px 1.5% 15px;
  margin-left: 3%;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  box-shadow: 5px 6px 10px rgba(0, 0, 0, 0.15);
}
.index_sec02 .wrap .box > div {
  display: table;
  margin-bottom: 20px;
  vertical-align: middle;
}
.index_sec02 .wrap .box .icon {
  display: table-cell;
  padding-right: 3%;
  vertical-align: middle;
}
.index_sec02 .wrap .box .copy {
  display: table-cell;
  width: 70%;
  padding-left: 3%;
  vertical-align: middle;
}
.index_sec02 .wrap .box .copy span {
  vertical-align: baseline;
}
.index_sec02 .wrap .box .copy span.color_pink {
  display: inline-block;
  margin-top: 5px;
  line-height: 1.2em;
}
.index_sec02 .wrap .box .copy .font40 {
  font-size: 52px;
  vertical-align: sub;
}
.index_sec02 .wrap .box:first-child .copy {
  padding: 18px 0;
}

@media screen and (max-width: 899px) {
  .index_sec02 .wrap .box:first-child .copy {
    padding: 20px 0 0px;
  }
  .index_sec02 .wrap .box > div {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .index_sec02 .wrap .box .icon {
    display: inline-block;
    margin-top: 5px;
    padding-right: 0;
  }
  .index_sec02 .wrap .box .copy {
    display: block;
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .index_sec02 > div {
    width: 85%;
  }
  .index_sec02 h2 + p.text_center {
    text-align: left;
  }
  .index_sec02 h2 + p.text_center br {
    display: none;
  }
  .index_sec02 .wrap {
    margin-top: 10px;
    margin-left: 0;
  }
  .index_sec02 .wrap .box {
    float: none;
    max-width: 280px;
    width: 94%;
    margin: 0 auto 20px;
    padding: 25px 3% 15px;
  }
  .index_sec02 .wrap .box:first-child .copy {
    padding: 25px 3% 15px;
  }
  .index_sec02 .wrap .box:last-child {
    margin-bottom: 0;
  }
  .index_sec02 .wrap .box > div {
    display: table;
    margin-bottom: 15px;
    text-align: left;
  }
  .index_sec02 .wrap .box .icon {
    display: table-cell;
    padding-right: 3.5%;
  }
  .index_sec02 .wrap .box .copy {
    display: table-cell;
    width: 77%;
    padding-left: 3.5%;
  }
}
@media screen and (max-width: 499px) {
  .index_sec02 .sec_ttl {
    margin-bottom: 3px;
  }
  .index_sec02 .sec_ttl span.span01 {
    margin-left: -50px;
  }
}
/*  
お仕事スタートまでの流れ
-----------------------------*/
.index_sec03 {
  max-width: 1000px;
  margin: auto;
  padding: 90px 0 100px;
}
@media screen and (max-width: 899px) {
  .index_sec03 {
    width: 90%;
  }
}

.sec_ttl02 {
  margin-bottom: 20px;
  color: #4cace2;
  font-size: 26px;
  text-align: center;
}
@media screen and (max-width: 499px) {
  .sec_ttl02 {
    font-size: 22px;
  }
  .sec_ttl02 + p {
    width: 88%;
    margin: auto;
    text-align: left;
  }
}

.index_sec03 .wrap {
  margin-top: 15px;
}
.index_sec03 .box {
  display: inline-block;
  position: relative;
  padding: 15px 16px;
  width: 150px;
}
.index_sec03 .box:first-child {
  padding-left: 0;
}
.index_sec03 .box:last-child {
  padding-right: 0;
}
.index_sec03 .box:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  z-index: 1;
  margin-top: -28px;
  width: 20px;
  height: 20px;
  border-top: 1px solid #4cace2;
  border-right: 1px solid #4cace2;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.index_sec03 .box:last-child:before {
  display: none;
}
.index_sec03 .box p {
  margin-top: 5px;
}
.index_sec03 .box img {
  max-width: 100%;
}
.index_sec03 .btn {
  margin-top: 30px;
}

@media screen and (max-width: 899px) {
  .index_sec03 .box,
  .index_sec03 .box:first-child,
  .index_sec03 .box:last-child {
    padding: 15px 4%;
  }
}
@media screen and (max-width: 499px) {
  .index_sec03 .wrap {
    width: 150px;
    margin: 0 auto;
  }
  .index_sec03 .box,
  .index_sec03 .box:first-child,
  .index_sec03 .box:last-child {
    display: block;
    padding: 15px 0 22px;
  }
  .index_sec03 .box:before,
  .index_sec03 .box:first-child:before,
  .index_sec03 .box:last-child:before {
    top: auto;
    bottom: 4px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .index_sec03 .box:last-child,
  .index_sec03 .box:first-child:last-child,
  .index_sec03 .box:last-child:last-child {
    padding-bottom: 0;
  }
  .index_sec03 .btn {
    margin-top: 14px;
  }
}
/*  
会社案内
-----------------------------*/
.index_sec04 {
  padding: 95px 0 75px;
  background: #eaf6fd;
  background-image: linear-gradient(-45deg, #d4eefb 50%, #eaf6fd 50%, #eaf6fd);
  box-shadow: 0 10px 18px -6px rgba(0, 0, 0, 0.2) inset, 0 -10px 18px -6px rgba(0, 0, 0, 0.2) inset;
}

.sec_ttl03 {
  margin-bottom: 30px;
  padding-left: 22px;
  font-size: 22px;
  background: url(../img/icon_secttl.png) left 4px no-repeat;
  background-size: 12px;
}
.sec_ttl03 + p {
  margin-bottom: 20px;
  color: #006fb5;
}

.index_sec04 .left_box {
  float: left;
  width: 41%;
}
.index_sec04 .right_box {
  float: right;
  width: 52%;
}
.index_sec04 .box {
  float: left;
  width: 198px;
  height: 198px;
  margin: 10px;
  text-align: center;
  border: 1px solid #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.index_sec04 .box:hover {
  opacity: 0.7;
}
.index_sec04 .box img {
  max-width: 100%;
}
.index_sec04 .box.top.left {
  background: url(../img/index_sec04_btn01_bg.jpg) left top no-repeat;
  background-size: cover;
}
.index_sec04 .box.top.right {
  background: url(../img/index_sec04_btn02_bg.jpg) left top no-repeat;
  background-size: cover;
}
.index_sec04 .box.top p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 38px;
  line-height: 38px;
  background: #0087d5;
  background: rgba(0, 135, 213, 0.7);
}
.index_sec04 .box.top p span {
  display: inline-block;
  padding-right: 25px;
  background: url(../img/icon_btn.png) right center no-repeat;
  background-size: 18px;
}
.index_sec04 .box.top a {
  height: 198px;
}
.index_sec04 .box.top:nth-child(2) p {
  font-size: 17px;
}
.index_sec04 .box a {
  display: block;
  color: #fff;
}
.index_sec04 .box.bottom {
  width: 198px;
  height: 128px;
}
.index_sec04 .box.bottom.left {
  background: #4cace2 url(../img/index_sec04_btn03_bg.png) 4px 4px no-repeat;
  background-size: 15px;
}
.index_sec04 .box.bottom.right {
  background: #86b3e0 url(../img/index_sec04_btn04_bg.png) 4px 4px no-repeat;
  background-size: 15px;
}
.index_sec04 .box.bottom a {
  padding: 8px 8px 12px;
}
.index_sec04 .box.bottom a:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  background: url(../img/icon_btn.png) center center no-repeat;
  background-size: 18px;
}
.index_sec04 .box.bottom a > p + p {
  margin-bottom: 5px;
}
.index_sec04 .box.bottom span {
  display: block;
}

@media screen and (max-width: 899px) {
  .index_sec04 .left_box {
    float: none;
    width: 90%;
    margin: auto;
  }
  .index_sec04 .right_box {
    float: none;
    width: 460px;
    margin: 20px auto 0;
  }
  .index_sec04 .box:nth-child(3) {
    clear: both;
  }
}
@media screen and (max-width: 767px) {
  .index_sec04 .left_box {
    width: 100%;
  }
}
@media screen and (max-width: 499px) {
  .index_sec04 {
    background-image: linear-gradient(-85deg, #d4eefb 50%, #eaf6fd 50%, #eaf6fd);
  }
  .index_sec04 .right_box {
    width: 100%;
  }
  .index_sec04 .box {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
  }
  .index_sec04 .box.top {
    max-width: 100%;
    height: 138px;
  }
  .index_sec04 .box.top.left {
    background: url(../img/index_sec04_btn01_bg_sp.jpg) left top no-repeat;
    background-size: cover;
  }
  .index_sec04 .box.top.right {
    background: url(../img/index_sec04_btn02_bg_sp.jpg) left top no-repeat;
    background-size: cover;
  }
  .index_sec04 .box.top p {
    top: 50%;
    left: auto;
    right: 15px;
    margin-top: -14px;
    text-align: right;
    line-height: 33px;
    font-size: 25px;
    background: none;
  }
  .index_sec04 .box.top p span {
    padding-right: 38px;
    background-size: 20px;
  }
  .index_sec04 .box.top p span .mr5 {
    margin: 0;
  }
  .index_sec04 .box.top.right p {
    margin-top: -33px;
    font-size: 28px;
  }
  .index_sec04 .box.top a {
    height: 140px;
  }
  .index_sec04 .box.bottom {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .index_sec04 .box.bottom.left {
    background: #4cace2 url(../img/index_sec04_btn03_bg.png) 8px 8px no-repeat;
    background-size: 20px;
  }
  .index_sec04 .box.bottom.left img {
    width: 50px;
  }
  .index_sec04 .box.bottom.left a {
    padding: 12px 8% 7px 0;
  }
  .index_sec04 .box.bottom.right {
    margin-bottom: 0;
    background: #86b3e0 url(../img/index_sec04_btn04_bg.png) 8px 8px no-repeat;
    background-size: 20px;
  }
  .index_sec04 .box.bottom.right img {
    width: 42px;
    margin-top: -6px;
  }
  .index_sec04 .box.bottom.right a {
    padding: 17px 8% 10px 0;
  }
  .index_sec04 .box.bottom p {
    display: inline-block;
    line-height: 23px;
    vertical-align: middle;
  }
  .index_sec04 .box.bottom a:after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 20px;
    height: 20px;
    margin-top: -8px;
    background-size: 20px;
  }
  .index_sec04 .box.bottom span.span01 {
    font-size: 18px;
  }
  .index_sec04 .box.bottom span.font18 {
    font-size: 23px;
  }
}
@media screen and (max-width: 374px) {
  .index_sec04 .box.bottom.left img {
    width: 40px;
  }
  .index_sec04 .box.bottom.left p:last-child {
    margin-left: -10px;
  }
}
/*  
NEWS
-----------------------------*/
.index_sec05 {
  max-width: 700px;
  margin: auto;
  padding: 95px 0 100px;
}
@media screen and (max-width: 700px) {
  .index_sec05 {
    width: 90%;
  }
}
.index_sec05 .sec_ttl03 {
  margin-bottom: 40px;
}

.list_news li {
  overflow: hidden;
  margin-top: 11px;
  padding-bottom: 11px;
  border-bottom: 1px solid #c8c8c8;
}
.list_news li:first-child {
  margin-top: 0;
}
.list_news li .cat {
  display: inline-block;
  float: left;
  min-width: 54px;
  height: 20px;
  margin-top: 3px;
  margin-right: 20px;
  padding: 0 3px;
  color: #fff;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  background: #ee87b4;
}
.list_news li .cat.event {
  background: #00adec;
}
.list_news li .cat.expo {
  background: #32b16c;
}
.list_news li .cat.blog {
  background: #f0855d;
}
.list_news li .cat.info {
  background: #757dbb;
}
.list_news li time {
  float: left;
  font-size: 16px;
  margin-right: 20px;
  line-height: 30px;
}
.list_news li p:last-child {
  overflow: hidden;
  line-height: 30px;
}
.list_news li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 499px) {
  .list_news p:last-child {
    clear: both;
    margin-top: 10px;
  }
}
@media screen and (max-width: 499px) {
  .index_sec01,
  .index_sec02,
  .index_sec03,
  .index_sec04,
  .index_sec05 {
    padding: 50px 0;
  }
}
/*  
お問い合わせセクション
-----------------------------*/
.index_sec06 .left_box,
.index_sec06 .right_box {
  float: left;
  width: 50%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.index_sec06 .left_box:hover,
.index_sec06 .right_box:hover {
  opacity: 0.7;
}
.index_sec06 .left_box {
  background: url(../img/index_sec06_bg01.jpg) right center no-repeat;
  background-size: cover;
}
.index_sec06 .left_box .inner {
  max-width: 235px;
  margin: auto 0 auto auto;
  padding-right: 220px;
}
.index_sec06 .right_box {
  background: url(../img/index_sec06_bg02.jpg) left center no-repeat;
  background-size: cover;
}
.index_sec06 .right_box .inner {
  max-width: 235px;
  margin: auto auto auto 0;
  padding-left: 50px;
}
.index_sec06 a {
  display: block;
  padding: 40px 0;
}
.index_sec06 a:hover {
  opacity: 1;
}
.index_sec06 p, .index_sec06 a {
  color: #fff;
}
.index_sec06 .for {
  display: inline-block;
  height: 25px;
  margin-bottom: 10px;
  padding: 0 8px;
  line-height: 25px;
  border: 1px solid #fff;
}
.index_sec06 a img {
  margin-top: -6px;
  margin-left: 8px;
}

@media screen and (max-width: 899px) {
  .index_sec06 .left_box {
    margin-bottom: 2px;
  }
  .index_sec06 .left_box,
  .index_sec06 .right_box {
    float: none;
    width: 100%;
  }
  .index_sec06 .left_box a,
  .index_sec06 .right_box a {
    padding: 34px 5%;
  }
  .index_sec06 .left_box .inner,
  .index_sec06 .right_box .inner {
    max-width: 57%;
    margin-left: 0;
    padding: 0;
  }
}
@media screen and (max-width: 499px) {
  .index_sec06 .left_box {
    margin-bottom: 2px;
  }
  .index_sec06 .inner {
    max-width: 200px;
  }
  .index_sec06 .inner .for {
    height: 21px;
    padding: 0 6px;
    font-size: 13px;
    line-height: 21px;
  }
  .index_sec06 .inner p.font18 {
    font-size: 14px;
    line-height: 24px;
  }
  .index_sec06 .inner p.font18 img {
    width: 13px;
    margin-top: -4px;
    margin-left: 4px;
  }
}
/****************************
  求人情報
****************************/
.mv.jobs {
  background: url(../img/job_main.jpg) center center no-repeat;
  background-size: cover;
}

.sec_jobs {
  padding: 90px 0 60px;
}

.wrap_job {
  padding-top: 100px;
}

.sec_job > p + .wrap_job {
  padding-top: 130px;
}

@inline media (sp) {
  .wrap_job {
    padding-top: 60px;
  }

  .sec_jobs > p + .wrap_job {
    padding-top: 90px;
  }
}
.box_job {
  border: 1px solid #c8c8c8;
  box-shadow: 3px 5px 0 rgba(0, 0, 0, 0.12);
}
.box_job .inner {
  padding: 0 4.5%;
}

.icon_new {
  float: left;
  width: 70px;
  height: 35px;
  margin: 0 10px 0 4.5%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  background: #e85298;
}

.box_job .middle {
  margin: 13px 0 15px;
  padding-bottom: 12px;
  border-bottom: 1px solid #c8c8c8;
}
.box_job .date,
.box_job .job_no {
  float: left;
  padding-top: 20px;
  line-height: 1em;
}
.box_job .job_no {
  float: right;
}
.box_job .icon_job {
  float: left;
  margin-right: 15px;
}
.box_job .icon_job img {
  width: 90px;
}
.box_job .job_tag {
  max-width: 91%;
  padding-top: 15px;
  letter-spacing: -1em;
}
.box_job .job_tag li {
  display: inline-block;
  float: left;
  height: 25px;
  margin: 0 10px 6px 0;
  padding: 0 10px;
  color: #fff;
  line-height: 25px;
  letter-spacing: normal;
  background: #82c1ea;
}
.box_job .job_tag li:last-child {
  margin-right: 0;
}
.box_job h3 {
  margin-top: 7px;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  overflow: hidden;
}
.box_job .bottom {
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 30px;
}
.box_job .bottom .left {
  float: left;
  width: 46%;
  margin-right: 1%;
}
.box_job .bottom img {
  max-width: 390px;
}
.box_job .bottom th {
  padding-right: 10px;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}
.box_job .bottom th:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
  background: #969696;
  border-radius: 50%;
}
.box_job .bottom td li {
  position: relative;
  padding-left: 1.2em;
}
.box_job .bottom td li:before {
  content: '・';
  left: -3px;
  font-size: 1.5em;
  position: absolute;
}
.box_job .bottom .right {
  float: right;
  width: 51.5%;
  text-align: left;
}
.box_job .bottom .right tr:first-child td {
  padding-bottom: 30px;
}
.box_job .btn_entry {
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #f19ec2;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.box_job .btn_entry:hover {
  opacity: 0.7;
}
.box_job .btn_entry a {
  display: block;
  color: #fff;
}
.box_job .btn_entry span {
  padding-right: 24px;
  font-size: 18px;
  background: url(../img/icon_btn.png) right center no-repeat;
  background-size: 18px;
}

@media screen and (max-width: 899px) {
  .box_job .bottom .left,
  .box_job .bottom .right {
    float: none;
    width: 100%;
  }
  .box_job .bottom th {
    width: 20%;
    padding-right: 4%;
  }
  .box_job .bottom .right tr:first-child td {
    padding-top: 30px;
  }
}
@media screen and (max-width: 499px) {
  .sec_jobs {
    padding: 30px 0 0;
  }
  .sec_jobs > p.font16 {
    width: 88%;
    margin: auto;
    text-align: left;
  }
  .sec_jobs > p.font16 + .wrap_job {
    padding-top: 95px;
  }

  .wrap_job {
    padding-top: 60px;
  }

  .box_job .inner {
    padding: 0;
  }
  .box_job .top {
    padding: 0 3.5%;
  }
  .box_job .middle {
    margin: 20px 0 0;
    padding: 0 3.5% 20px;
  }
  .box_job .job_tag {
    margin: 0 0 2px 4px;
    padding-top: 0;
  }
  .box_job .job_tag li {
    height: 20px;
    margin: 0 6px 4px 0;
    padding: 0 7px;
    font-size: 11px;
    line-height: 20px;
  }
  .box_job .date,
  .box_job .job_no {
    padding-top: 13px;
  }
  .box_job .icon_job {
    margin-right: 8px;
  }
  .box_job .icon_job img {
    width: 72px;
  }
  .box_job h3 {
    margin-top: 4px;
    font-size: 16px;
    line-height: 25px;
  }
  .box_job .bottom {
    margin-bottom: 20px;
    line-height: 28px;
  }
  .box_job .bottom th,
  .box_job .bottom td {
    display: block;
    width: 93%;
  }
  .box_job .bottom th {
    padding: 0 3.5%;
    background: #efefef;
  }
  .box_job .bottom td {
    padding: 3px 3.5%;
  }
  .box_job .bottom .right tr:first-child td {
    padding: 3px 3.5%;
  }

  .icon_new {
    margin: 0 5px 0 0;
  }
}
@media screen and (max-width: 413px) {
  .box_job .top {
    text-align: right;
  }
  .box_job .date,
  .box_job .job_no {
    float: none;
    padding-top: 6px;
  }
  .box_job .top.old .date {
    float: left;
    padding-top: 10px;
  }
  .box_job .top.old .job_no {
    float: right;
    padding-top: 10px;
  }
}
/****************************
  会社情報
****************************/
.mv.companies {
  background: url(../img/companies_main.jpg) center center no-repeat;
  background-size: cover;
}

.sec_company h3 {
  margin-bottom: 40px;
  color: #54c3f1;
  font-size: 26px;
  text-align: center;
}
@media screen and (max-width: 499px) {
  .sec_company h3 {
    line-height: 40px;
  }
}

@media screen and (max-width: 374px) {
  .sec_company h3 br {
    display: none;
  }
}
.sec_company.sec01 {
  padding-top: 100px;
}
.sec_company.sec01 .lead {
  line-height: 30px;
}
@media screen and (max-width: 499px) {
  .sec_company.sec01 {
    padding-top: 38px;
  }
  .sec_company.sec01 .lead {
    width: 88%;
    margin: auto;
    text-align: left;
  }
}

.sec_company.sec02 {
  padding-top: 200px;
}
.sec_company.sec02 .photo {
  float: left;
  margin-right: 5%;
  padding-top: 5px;
}
.sec_company.sec02 .photo p {
  margin-top: 15px;
  line-height: 24px;
}
.sec_company.sec02 .photo img {
  width: 200px;
}
.sec_company.sec02 p {
  line-height: 30px;
}
.sec_company.sec02 p.font18 {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .sec_company.sec02 .photo {
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
  }
}
@media screen and (max-width: 499px) {
  .sec_company.sec02 {
    padding-top: 88px;
  }
  .sec_company.sec02 h3 {
    margin-bottom: 15px;
  }
}

.sec_company.sec03 {
  padding-top: 130px;
}
@media screen and (max-width: 499px) {
  .sec_company.sec03 {
    padding-top: 85px;
  }
  .sec_company.sec03 h3 {
    margin-bottom: 0;
  }
}

.table_campany {
  width: 100%;
  margin-top: 40px;
}
.table_campany th,
.table_campany td {
  padding: 9px 15px;
  line-height: 26px;
  vertical-align: middle;
  border-bottom: 1px solid #c8c8c8;
}
.table_campany th {
  width: 170px;
  font-weight: 700;
  text-align: center;
  border-right: 1px solid #c8c8c8;
}
.table_campany th span {
  font-size: 14px;
  font-weight: 400;
}
.table_campany td {
  padding-left: 54px;
}
.table_campany tr:first-child th,
.table_campany tr:first-child td {
  border-top: 2px solid #c8c8c8;
}
.table_campany tr:last-child th,
.table_campany tr:last-child td {
  border-bottom-width: 2px;
}
@media screen and (max-width: 767px) {
  .table_campany th,
  .table_campany td {
    padding: 9px 20px;
  }
  .table_campany td span.ml30 {
    margin-left: 0;
  }
}
@media screen and (max-width: 499px) {
  .table_campany {
    margin-top: 20px;
  }
  .table_campany th {
    width: 110px;
    padding: 0 0 5px;
    text-align: left;
  }
  .table_campany th,
  .table_campany td {
    height: 95px;
    padding: 5px 0 5px 5px;
    vertical-align: middle;
  }
}

.link_map {
  color: #828282;
}

.sec_company.sec04 {
  padding-top: 155px;
}
@media screen and (max-width: 499px) {
  .sec_company.sec04 {
    padding-top: 95px;
  }
  .sec_company.sec04 h3 {
    margin-bottom: 0;
  }
  .sec_company.sec04 th,
  .sec_company.sec04 td {
    height: auto;
  }
  .sec_company.sec04 th {
    width: 115px;
    padding: 0;
    text-align: center;
    padding: 5px 0 5px 5px;
  }
  .sec_company.sec04 td {
    padding: 12px 0 12px 5px;
  }
}

.sec_company.sec05 {
  margin-bottom: 40px;
  padding-top: 150px;
}
@media screen and (max-width: 499px) {
  .sec_company.sec05 {
    padding-top: 100px;
  }
  .sec_company.sec05 h3 {
    margin-bottom: 25px;
  }
  .sec_company.sec05 p.font16 {
    line-height: 30px;
  }
}

.gmap {
  margin: 43px 0;
}
@media screen and (max-width: 499px) {
  .gmap {
    width: 90% !important;
    height: 335px !important;
    margin: 30px auto;
  }
}

.icon_link.privacies {
  display: inline-block;
  padding-left: 15px;
  background-position: left 5px;
}
@media screen and (max-width: 499px) {
  .icon_link.privacies {
    text-align: left;
  }
}

/****************************
  事業概要
****************************/
.mv.services {
  background: url(../img/service_main.jpg) center center no-repeat;
  background-size: cover;
}

.sec_service {
  padding: 90px 0 58px;
}
@media screen and (max-width: 499px) {
  .sec_service {
    padding: 30px 0 12px;
  }
  .sec_service > p.font16 {
    width: 70%;
    margin: auto;
    text-align: left;
  }
}

.nav_service {
  margin-top: 110px;
  text-align: center;
}
.nav_service li {
  display: inline-block;
  margin-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  line-height: 1.2em;
  border-right: 1px solid #c8c8c8;
}
.nav_service li a:before {
  content: "";
  display: inline-block;
  margin-top: -5px;
  margin-right: 5px;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-style: solid;
  border-width: 9px 6px 0 6px;
}
.nav_service li:first-child {
  margin-left: 0;
  padding-left: 30px;
  border-left: 1px solid #c8c8c8;
}
.nav_service li:first-child a {
  color: #e85298;
}
.nav_service li:first-child a:before {
  border-color: #f7c9dd transparent transparent transparent;
}
.nav_service li:nth-child(2) a {
  color: #65aadd;
}
.nav_service li:nth-child(2) a:before {
  border-color: #bbd4ef transparent transparent transparent;
}
.nav_service li:nth-child(3) a {
  color: #64c0ab;
}
.nav_service li:nth-child(3) a:before {
  border-color: #bce2e8 transparent transparent transparent;
}
.nav_service li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .nav_service li a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .nav_service li {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid #c8c8c8;
  }
  .nav_service li:first-child {
    margin: 0;
    padding: 0;
    border-left: none;
    border-top: 1px solid #c8c8c8;
  }
  .nav_service li a {
    display: block;
    position: relative;
    height: 35px;
    line-height: 38px;
  }
  .nav_service li a:before {
    display: block;
    position: absolute;
    top: 50%;
    right: 5%;
  }
}
@media screen and (max-width: 499px) {
  .nav_service {
    margin-top: 25px;
  }
}

.sec_service h3 {
  margin-bottom: 40px;
  font-size: 26px;
  text-align: center;
}
.sec_service .lead {
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
@media screen and (max-width: 499px) {
  .sec_service h3 {
    margin-bottom: 30px;
  }
  .sec_service .lead {
    width: 88%;
    margin: auto;
    text-align: left;
  }
}

.sec_service01 {
  padding-top: 85px;
}
.sec_service01 h3 {
  color: #e85298;
}

.box_service {
  margin-top: 50px;
}
.box_service .left {
  float: left;
  width: 50%;
}
.box_service .left img {
  max-width: 100%;
}
.box_service .right {
  float: right;
  width: 46%;
}
.box_service h4 {
  margin-bottom: 10px;
  padding: 7px 17px 7px;
  color: #fff;
  font-size: 20px;
}
.box_service h5 {
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #c8c8c8;
}
.box_service ul {
  letter-spacing: -0.4em;
}
.box_service li {
  display: inline-block;
  float: left;
  margin-bottom: 8px;
  margin-right: 35px;
  font-size: 16px;
  letter-spacing: normal;
}
.box_service li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  border-radius: 50%;
}
.box_service.pink h4 {
  background: #ee87b4;
}
.box_service.pink li:before {
  background: #f19db6;
}
.box_service.blue h4 {
  background: #7ecef4;
}
.box_service.blue li:before {
  background: #bae3f9;
}
.box_service.purple h4 {
  background: #8f82bc;
}
.box_service.purple li:before {
  background: #bbb3d8;
}
.box_service.green h4 {
  background: #89c997;
}
.box_service.green li:before {
  background: #d5ead8;
}
.box_service.orange h4 {
  background: #f29b76;
}
.box_service.orange li:before {
  background: #f8c5ac;
}
@media screen and (max-width: 767px) {
  .box_service .left,
  .box_service .right {
    float: none;
    width: 100%;
  }
  .box_service .left {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 499px) {
  .box_service {
    margin-top: 30px;
  }
  .box_service .left {
    margin-bottom: 10px;
  }
  .box_service li {
    margin-right: 25px;
  }
}

.sec_service02 h3 {
  color: #65aadd;
}
.sec_service02 h4 {
  margin-bottom: 30px;
  background: #65aadd;
}
.sec_service02 .case {
  width: 145px;
  height: 28px;
  margin: 32px 0 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  border: 1px solid #969696;
}
.sec_service02 .right {
  margin-bottom: 52px;
}

.sec_service03 h3 {
  color: #64c0ab;
}
.sec_service03 h4 {
  margin-bottom: 30px;
  background: #61c1be;
}
.sec_service03 .link a {
  color: #0068b7;
}
.sec_service03 .link a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: -5px;
  margin-left: 6px;
  vertical-align: middle;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #9bb8df;
}
.sec_service03 .link a:hover {
  text-decoration: underline;
}
.sec_service03 .right {
  margin-bottom: 52px;
}

.sec_service02,
.sec_service03 {
  padding-top: 140px;
}
@media screen and (max-width: 499px) {
  .sec_service02,
  .sec_service03 {
    padding-top: 90px;
    width: 100%;
  }
  .sec_service02 .right,
  .sec_service02 .btn,
  .sec_service03 .right,
  .sec_service03 .btn {
    width: 90%;
    margin: auto;
  }
  .sec_service02 .left,
  .sec_service03 .left {
    margin-bottom: 40px;
  }
  .sec_service02 .right,
  .sec_service03 .right {
    margin-bottom: 35px;
  }
  .sec_service02 h4,
  .sec_service03 h4 {
    margin-bottom: 25px;
  }
  .sec_service02 .lead,
  .sec_service03 .lead {
    width: 78%;
  }
  .sec_service02 .case,
  .sec_service03 .case {
    margin-top: 15px;
  }
}

/****************************
  Sourire Project
****************************/
.mv.sourire-project {
  background: url(../img/project_main.jpg) center center no-repeat;
  background-size: cover;
}
.mv.sourire-project h2 {
  padding: 88px 0;
  font-size: 32px;
  line-height: 36px;
}
.mv.sourire-project h2 span {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 499px) {
  .mv.sourire-project h2 {
    padding: 26px 0;
    font-size: 23px;
    line-height: 26px;
  }
  .mv.sourire-project h2 span {
    font-size: 14px;
  }
}

.nav_service.project {
  margin-top: 130px;
}
.nav_service.project li:first-child a {
  color: #00afec;
}
.nav_service.project li:first-child a:before {
  border-color: #9fd9f6 transparent transparent transparent;
}
.nav_service.project li:nth-child(2) a {
  color: #00ada9;
}
.nav_service.project li:nth-child(2) a:before {
  border-color: #a2d7d4 transparent transparent transparent;
}
@media screen and (max-width: 499px) {
  .nav_service.project {
    margin-top: 45px;
  }
}

.sec_project {
  padding: 95px 0 0;
}
.sec_project .lead {
  font-size: 16px;
  text-align: center;
  line-height: 30px;
}
.sec_project h3 {
  margin-bottom: 30px;
  color: #00afec;
  font-size: 26px;
  text-align: center;
  line-height: 34px;
}
.sec_project h3 span {
  display: block;
  font-size: 14px;
}
.sec_project .fukidashi {
  position: relative;
  max-width: 420px;
  height: 40px;
  margin: 60px auto 37px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  background: #f19ec2;
}
.sec_project .fukidashi:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  margin-left: -10px;
  pointer-events: none;
  border-style: solid;
  border-width: 20px 11px 0 11px;
  border-color: #f19ec2 transparent transparent transparent;
}
@media screen and (max-width: 499px) {
  .sec_project {
    padding: 48px 0 0;
  }
  .sec_project .lead {
    width: 88%;
    margin: auto;
    text-align: left;
  }
  .sec_project > .lead {
    width: 79.2%;
  }
  .sec_project .fukidashi {
    margin-top: 32px;
  }
}

.sec_project01 h3 {
  padding-top: 135px;
}
@media screen and (max-width: 499px) {
  .sec_project01 h3 {
    margin-bottom: 20px;
    padding-top: 90px;
  }
}

.sec_project02 h3 {
  padding-top: 148px;
  color: #00ada9;
}
@media screen and (max-width: 499px) {
  .sec_project02 h3 {
    margin-bottom: 20px;
    padding-top: 30px;
  }
}

.box_job.project {
  margin: 0 0 100px;
}
.box_job.project .inner {
  padding: 35px 4.5% 40px;
  text-align: center;
}
.box_job.project .ttl_event {
  display: inline-block;
  min-width: 450px;
  margin-bottom: 35px;
}
.box_job.project .date,
.box_job.project .access {
  display: inline-block;
  float: left;
  height: 30px;
  margin-right: 10px;
  padding: 0 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  background: #00afec;
}
.box_job.project h5 {
  color: #00afec;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  line-height: 30px;
  overflow: hidden;
}
.box_job.project .left {
  float: left;
  width: 47.5%;
}
.box_job.project .left img {
  max-width: 390px;
  width: 100%;
}
.box_job.project .right {
  float: right;
  width: 47.5%;
  margin-top: -8px;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
}
.box_job.project h6 {
  font-weight: 700;
}
.box_job.project h6:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px;
  background: #969696;
  border-radius: 50%;
}
.box_job.project a:hover {
  text-decoration: underline;
}
.box_job.project .event_text a.more {
  color: #888;
  font-weight: 700;
}
.box_job.project .btn {
  float: left;
  width: 50%;
  height: 50px;
  line-height: 50px;
}
.box_job.project .btn.event {
  background: #65aadd;
}
.box_job.project .btn.fb {
  background: #004ea2;
}
.box_job.project .btn.reserve {
  background: #3bb093;
}
.box_job.project .btn.calender {
  background: #8dc556;
}
.box_job.project .btn span {
  background-position: right 16px;
}
@media screen and (max-width: 899px) {
  .box_job.project .ttl_event {
    margin-bottom: 0;
    min-width: 0;
    text-align: left;
  }
  .box_job.project h5 {
    padding-top: 8px;
  }
  .box_job.project .left,
  .box_job.project .right {
    float: none;
    width: 100%;
  }
  .box_job.project .left {
    margin-top: 8px;
  }
  .box_job.project .right {
    margin-top: 20px;
  }
  .box_job.project .date,
  .box_job.project .access {
    float: none;
  }
}
@media screen and (max-width: 499px) {
  .box_job.project {
    margin: 0 0 60px;
  }
  .box_job.project .inner {
    padding: 20px 4.5%;
  }
  .box_job.project .right {
    margin: 15px 0 0;
  }
  .box_job.project .btn {
    float: none;
    max-width: none;
    width: 100%;
  }
  .box_job.project .btn.event, .box_job.project .btn.reserve {
    margin-bottom: 4px;
  }
}

.sec_project02 .box_job.project .left {
  max-width: 390px;
  margin: auto;
}
.sec_project02 .box_job.project .left .space_img01 {
  max-width: 100%;
  margin-bottom: 0.8%;
}
.sec_project02 .box_job.project .left .space_img02,
.sec_project02 .box_job.project .left .space_img03 {
  float: left;
  max-width: 49.6%;
}
.sec_project02 .box_job.project .left img {
  max-width: 100%;
}
.sec_project02 .box_job.project .left .space_img03 {
  float: right;
}
.sec_project02 .box_job.project .access {
  background: #00ac97;
}
.sec_project02 .box_job.project h5 {
  color: #00ada9;
}

@media screen and (max-width: 899px) {
  .sec_project02 .box_job.project .left {
    margin: 8px auto 0;
  }
}
/****************************
  求職者（個人）様用お問い合わせフォーム
****************************/
.mv.inquiries-individual, .mv.inquiries-individual-thanks, .mv.inquiries-corporate {
  background: url(../img/contact01_main.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 899px) {
  .mv.inquiries-individual h2, .mv.inquiries-individual-thanks h2, .mv.inquiries-corporate h2 {
    padding: 84px 0;
    line-height: 40px;
  }
}
@media screen and (max-width: 499px) {
  .mv.inquiries-individual h2, .mv.inquiries-individual-thanks h2, .mv.inquiries-corporate h2 {
    padding: 20px 0;
    line-height: 32px;
  }
}

.sec_contact {
  padding: 102px 0 20px;
}
.sec_contact .lead {
  margin-bottom: 90px;
}
@media screen and (max-width: 499px) {
  .sec_contact {
    padding: 30px 0 10px;
  }
  .sec_contact .lead {
    width: 88%;
    margin: 0 auto 30px;
    text-align: left;
  }
}

/* フォームスタイルリセット */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

select:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus {
  outline: none;
}

/* Chrome */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f5f5f5 inset;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  color: #333 !important;
  background: #f5f5f5 !important;
}

/* iPhone */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* placeholderのcolor変更 */
::-webkit-input-placeholder {
  /* Chrome, Safari, Opera 15+, Android, iOS */
  color: #b2b2b2;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #b2b2b2;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #b2b2b2;
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #b2b2b2;
}

/* フォームスタイルリセットここまで */
.table_campany.contact {
  width: 100%;
  margin: 0 0 10px;
}
.table_campany.contact th,
.table_campany.contact td {
  padding: 15px 0;
  vertical-align: middle;
  border-color: #969696;
}
.table_campany.contact th {
  width: 206px;
  padding-right: 30px;
  text-align: right;
  border-right: none;
}
.table_campany.contact td.min-height {
  height: 50px;
}
.table_campany.contact td.textarea {
  padding-bottom: 6px;
}
.table_campany.contact td > span {
  vertical-align: sub;
}
.table_campany.contact tr:first-child th,
.table_campany.contact tr:first-child td,
.table_campany.contact tr:last-child th,
.table_campany.contact tr:last-child td {
  border-color: #646464;
}
.table_campany.contact input[type="text"],
.table_campany.contact input[type="tel"],
.table_campany.contact input[type="email"],
.table_campany.contact input[type="number"],
.table_campany.contact textarea {
  width: 94%;
  height: 50px;
  padding: 0 3%;
  font-size: 16px;
  line-height: 50px;
  background: #f5f5f5;
  border: none;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.table_campany.contact input[type="text"].name, .table_campany.contact input[type="text"].kana {
  width: 155px;
  margin-left: 8px;
}
.table_campany.contact input[type="text"].name + span, .table_campany.contact input[type="text"].kana + span {
  display: inline-block;
  margin-left: 45px;
}
.table_campany.contact input[type="text"].kana + span {
  margin-left: 13px;
}
.table_campany.contact input[type="text"].readonly,
.table_campany.contact textarea.readonly {
  width: 100%;
  padding: 0;
  background: none;
}
.table_campany.contact .select_hidden {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  width: 85px;
}
.table_campany.contact .select_hidden.year {
  width: 100px;
}
.table_campany.contact .select_hidden + span {
  margin-left: 8px;
  vertical-align: sub;
}
.table_campany.contact select {
  width: 100px;
  height: 50px;
  margin: 0 8px 0 10px;
  padding: 0 15px;
  font-size: 16px;
  line-height: 50px;
  background: #f5f5f5 url(../img/btn_select.png) 48% 50% no-repeat;
  background-size: 22px;
  border: none;
  border-radius: 0;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.table_campany.contact .select_year select {
  width: 148px;
  margin-left: 0;
}
.table_campany.contact .age {
  width: 90px;
  vertical-align: middle;
}
.table_campany.contact .age input[type="text"] {
  width: 45px;
  margin: 0 8px 0 10px;
}
.table_campany.contact textarea {
  padding: 15px 3%;
  line-height: 24px;
  vertical-align: middle;
  resize: none;
}
.table_campany.contact textarea.keireki {
  height: 160px;
}
.table_campany.contact textarea.message {
  height: 100px;
}
.table_campany.contact textarea.syokusyu {
  height: 50px;
}
.table_campany.contact input[type="radio"] {
  margin-top: -4px;
  margin-right: 6px;
  vertical-align: middle;
}
.table_campany.contact .radio_first {
  margin-right: 30px;
}

input[type="checkbox"] {
  margin-top: 0;
  margin-right: 5px;
  vertical-align: middle;
}

.checkbox label {
  display: block;
  margin-top: 8px;
}
.checkbox label:first-child {
  margin-top: 0;
}

.required {
  color: #e85298;
}

.table_campany.contact + p + p {
  margin: 90px 0 18px;
  color: #666666;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: center;
}

.scroll_area {
  height: 240px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 28px;
  border: 1px solid #c8c8c8;
}
.scroll_area p {
  margin-bottom: 15px;
}
.scroll_area a {
  text-decoration: underline;
}
.scroll_area a:hover {
  opacity: 0.7;
}
.scroll_area .inner {
  padding: 3%;
}

input[type="submit"],
input[type="button"] {
  display: block;
  max-width: 340px;
  width: 100%;
  height: 40px;
  margin: 20px auto 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 21px;
  background: #dd3679;
  background: -webkit-linear-gradient(bottom right, #e85298 50%, #dd3679 50%, #dd3679);
  background: -o-linear-gradient(bottom right, #e85298 50%, #dd3679 50%, #dd3679);
  background: linear-gradient(to bottom right, #e85298 50%, #dd3679 50%, #dd3679);
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
input[type="submit"]:hover,
input[type="button"]:hover {
  opacity: 0.7;
}

input[type="button"].back {
  max-width: 338px;
  height: 38px;
  margin-top: 0;
  color: #e62e8b;
  line-height: 16px;
  font-weight: 700;
  background: #fff;
  border: 1px solid #e62e8b;
}

/* jscrollpane */
.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 100%;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
}

.jspVerticalBar .jspTrack {
  background: #fcfcfc;
  position: relative;
  width: 14px;
  margin: 0 auto;
}

.jspDrag {
  background: #c8c8c8;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  border-radius: 5px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

/* iPad */
@media screen and (max-width: 1024px) {
  .table_campany.contact .select_hidden + span {
    margin-left: 6px;
  }
  .table_campany.contact .age input[type="text"] {
    margin: 0 6px 0 10px;
  }
}
@media screen and (max-width: 899px) {
  .table_campany.contact input[type="text"].name, .table_campany.contact input[type="text"].kana {
    width: 146px;
  }
  .table_campany.contact input[type="text"].name + span, .table_campany.contact input[type="text"].kana + span {
    margin-left: 63px;
  }
  .table_campany.contact input[type="text"].kana + span {
    margin-left: 31px;
  }
  .table_campany.contact .select_hidden.year {
    width: 99px;
  }
}
@media screen and (max-width: 699px) {
  .table_campany.contact {
    margin: 0 0 10px;
  }
  .table_campany.contact tr:first-child th {
    border-bottom: none;
  }
  .table_campany.contact tr:first-child td {
    border-top: none;
  }
  .table_campany.contact th,
  .table_campany.contact td {
    display: block;
    width: 100%;
    height: auto;
    padding: 5px 0 15px;
  }
  .table_campany.contact th {
    padding: 15px 0 0;
    text-align: left;
    border: none;
  }
  .table_campany.contact td.min-height {
    height: auto;
    padding: 5px 0 15px;
  }
  .table_campany.contact input[type="text"].name, .table_campany.contact input[type="text"].kana {
    width: 149px;
  }
  .table_campany.contact input[type="text"].name + span, .table_campany.contact input[type="text"].kana + span {
    margin-left: 45px;
  }
  .table_campany.contact input[type="text"].kana {
    margin-left: 1%;
  }
  .table_campany.contact input[type="text"].kana + span {
    margin-left: 16px;
  }
  .table_campany.contact input[type="radio"] {
    margin-top: 0;
  }
}
@media screen and (max-width: 499px) {
  .table_campany.contact td > span {
    display: inline-block;
    width: 13%;
    margin-top: -2px;
    vertical-align: middle;
  }
  .table_campany.contact input[type="text"].name, .table_campany.contact input[type="text"].kana {
    width: 81%;
    margin-left: 0;
  }
  .table_campany.contact input[type="text"].name.first, .table_campany.contact input[type="text"].kana.first {
    margin-bottom: 10px;
  }
  .table_campany.contact input[type="text"].name + span, .table_campany.contact input[type="text"].kana + span {
    display: inline-block;
    margin-left: 0;
  }
  .table_campany.contact .select_hidden {
    width: auto;
    margin-top: 0;
  }
  .table_campany.contact .select_hidden.year {
    width: auto;
  }
  .table_campany.contact .select_hidden span {
    width: auto;
    margin: 0;
  }
  .table_campany.contact .select_hidden + span {
    width: auto;
    margin: 0;
  }
  .table_campany.contact select {
    width: 45px;
    margin: 0 8px 0 8px;
    padding: 0 10px;
    background-position: 96% 50%;
  }
  .table_campany.contact .select_year {
    width: auto;
  }
  .table_campany.contact .select_year select {
    width: 60px;
  }
  .table_campany.contact .age {
    display: block;
    margin: 10px 0 0 0;
  }
  .table_campany.contact .age input[type="text"] {
    display: inline-block;
    width: 45px;
    padding: 0 10px;
    margin: 0 8px 0 0;
  }
  .table_campany.contact .age input[type="text"] + span {
    width: auto;
  }
  .table_campany.contact textarea {
    margin: 0;
  }
  .table_campany.contact textarea.keireki {
    height: 260px;
  }
  .table_campany.contact textarea.message {
    height: 225px;
  }
  .table_campany.contact textarea.syokusyu {
    height: 95px;
  }
  .table_campany.contact + p + p {
    margin-top: 50px;
  }
  .table_campany.contact .scroll_area {
    height: 235px;
    margin: 18px 0;
    line-height: 26px;
  }
}
@media screen and (max-width: 374px) {
  input[type="submit"],
  input[type="button"] {
    font-size: 14px;
  }
}
/****************************
  法人様用お問い合わせフォーム
****************************/
.mv.inquiries-corporate, .mv.inquiries-corporate-thanks {
  background: url(../img/contact02_main.jpg) center center no-repeat;
  background-size: cover;
}

/****************************
  サンクスページ
****************************/
.sec_thanks {
  padding: 105px 0 60px;
}
.sec_thanks p {
  font-size: 16px;
  text-align: center;
  line-height: 36px;
}
.sec_thanks p span {
  color: #e85298;
  font-size: 28px;
  font-weight: 700;
}
.sec_thanks .btn {
  margin-top: 35px;
}

@media screen and (max-width: 499px) {
  .sec_thanks {
    padding: 73px 0 43px;
  }
  .sec_thanks p {
    font-size: 16px;
    line-height: 38px;
  }
  .sec_thanks p span {
    font-size: 24px;
  }
  .sec_thanks .btn {
    margin-top: 36px;
  }
}
/****************************
  プライバシーポリシー
****************************/
.mv.privacies {
  background: url(../img/privacypolicy_main.jpg) center center no-repeat;
  background-size: cover;
}

.nav_service.privacy {
  margin-top: 0;
}
.nav_service.privacy li:first-child a,
.nav_service.privacy li:last-child a {
  color: #333;
}
.nav_service.privacy li:first-child a:before,
.nav_service.privacy li:last-child a:before {
  border-color: #646464 transparent transparent transparent;
}

.sec_privacy {
  padding: 65px 0 0;
}
.sec_privacy h2 {
  padding: 55px 0;
  font-size: 26px;
  text-align: center;
}
.sec_privacy .sec_privacy02 h2 {
  padding-top: 90px;
}
.sec_privacy p {
  margin-bottom: 30px;
}
.sec_privacy p.mb0 {
  margin-bottom: 0;
}
.sec_privacy p.mb10 {
  margin-bottom: 15px;
}
.sec_privacy .inner {
  padding-left: 15px;
}
.sec_privacy .inner02 {
  padding-left: 30px;
}
.sec_privacy .inner02 .list_abc > li {
  margin-bottom: 30px;
}
.sec_privacy .inner02 .list_abc > li > .list_decimal02 {
  margin-left: -0.8em;
}
.sec_privacy .inner02 .list_abc02 > li > .list_decimal02 {
  margin-left: -1.1em;
}
.sec_privacy .inner02 .list_abc02 p {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .sec_privacy {
    padding-top: 0;
  }
}
@media screen and (max-width: 499px) {
  .sec_privacy h2 {
    margin: 35px 0 32px;
    line-height: 34px;
  }
  .sec_privacy .sec_privacy02 h2 {
    padding-top: 40px;
  }
}
/****************************
  404
****************************/
.sec_thanks.sec404 .line30 {
  line-height: 30px;
}
.sec_thanks.sec404 .btn {
  margin-top: 20px;
}

/*# sourceMappingURL=style.css.map */
