@charset "UTF-8";
/************************************************
 ブラウザリセット
************************************************ */
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

table, caption, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show;
  text-align: left;
  font-weight: normal;
}

a img, iframe {
  border: none;
}

ol, ul, li {
  list-style-type: none;
}

input, textarea, select, button {
  font-size: 100%;
  font-family: inherit;
}

figure {
  margin: 0;
}

/************************************************
 共通設定
************************************************ */
body {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background: #fff;
  margin: 0 auto;
  text-align: center;
  -webkit-text-size-adjust: 100%;
}

@media only screen and (max-width: 860px) {
  body {
    font-size: 3.5vw;
  }
}

.for-sp {
  display: none !important;
}

.for-pc {
  display: block !important;
}

@media only screen and (max-width: 680px) {
  .for-sp {
    display: block !important;
  }
  .for-pc {
    display: none !important;
  }
}

/* フロート回り込み解除
----------------------------------------------- */
.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  line-height: 0px;
  visibility: hidden;
  content: ".";
}

.clearfix {
  display: block;
  /* for IE8 */
}

.clear {
  clear: both;
}

/* 共通項目
----------------------------------------------- */
/* 枠組み */
.inner {
  width: 1020px;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 680px) {
  .inner {
    width: 90%;
  }
}

/* 画像 */
img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* リンク */
a {
  color: #00479d;
}

a:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* テキスト */
.no-text {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain !important;
}

.small {
  font-size: 70%;
}

/* リンク */
.btn {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5em 2em;
  background: #00479d;
  color: #fff;
  margin: 2em auto;
  text-align: center;
  border-bottom: solid 5px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  text-decoration: none;
}

/* ページトップへ */
#page-top {
  background: rgba(55, 96, 146, 0.7);
  bottom: 1vw;
  right: 1vw;
  position: fixed;
  z-index: 9999;
}

#page-top a {
  display: block;
  height: 48px;
  width: 48px;
}

#page-top a:before {
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 12px 20.78px 12px;
  -webkit-box-shadow: 0 4px 3px -2px #444;
  box-shadow: 0 4px 3px -2px #444;
  content: "";
  display: block;
  height: 0;
  left: 25%;
  position: absolute;
  top: 25%;
  width: 0;
}

@media only screen and (max-width: 680px) {
  #page-top {
    right: 3vw;
    bottom: 3vw;
  }
}

/************************************************
 ヘッダー
************************************************ */
#header {
  width: 100%;
}

#header #header-top {
  position: relative;
  width: 100%;
  padding: 20px 0 27px;
}

#header #header-top .first-text {
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 12px;
}

#header #header-top #logo {
  margin-top: 30px;
  float: left;
  width: 398px;
  height: 50px;
  background: url("../images/common/logo.png") no-repeat center center;
  background-size: contain;
  position: relative;
  z-index: 0;
}

#header #header-top #logo a {
  position: absolute;
  top: 0;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
}

#header #header-top #logo a:hover {
  background: rgba(255, 255, 255, 0.3);
}

#header #header-top .head-cont {
  float: right;
}

#header #header-top .head-cont .tel {
  float: left;
  width: 311px;
  height: 82px;
  background: url("../images/common/tel.png") no-repeat center center;
  background-size: contain;
}

#header #header-top .head-cont .map {
  float: right;
  margin-left: 27px;
}

#header #nav {
  background: #eeeeee;
}

#header #nav ul {
  width: 1020px;
  height: 57px;
}

#header #nav ul li {
  float: left;
  width: 145px;
  height: 57px;
}

#header #nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("../images/common/nav.png");
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

#header #nav ul li:nth-child(6) {
  width: 147px;
}

#header #nav ul li:nth-child(7) {
  width: 147px;
}

#header #nav ul li:nth-child(1) a {
  background-position: 0 0;
}

#header #nav ul li:nth-child(2) a {
  background-position: -145px 0;
}

#header #nav ul li:nth-child(3) a {
  background-position: -292px 0;
}

#header #nav ul li:nth-child(4) a {
  background-position: -438px 0;
}

#header #nav ul li:nth-child(5) a {
  background-position: -585px 0;
}

#header #nav ul li:nth-child(6) a {
  background-position: -730px 0;
}

#header #nav ul li:nth-child(7) a {
  background-position: -875px 0;
}

/************************************************
 フッター
************************************************ */
#footer {
  background: #000000;
  color: #fff;
  width: 100%;
}

#footer .inner {
  position: relative;
  z-index: 0;
}

#footer .footer-add {
  padding: 78px 0 97px;
  float: left;
  width: 380px;
  height: 100%;
  text-align: left;
  line-height: 2 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: solid 1px rgba(255, 255, 255, 0.2);
}

#footer .footer-add .logo {
  width: 269px;
  height: 34px;
  margin-bottom: 44px;
  background-image: url("../images/common/logo-footer.png");
}

#footer .footer-add .add {
  margin-bottom: 30px;
  font-style: normal;
}

#footer .footer-add .tel a, #footer .footer-add .fax a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
}

#footer .footer-nav {
  padding: 78px 0 97px 77px;
  float: right;
  width: 640px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

#footer .footer-nav a {
  text-decoration: none !important;
  color: #fff !important;
}

#footer .footer-nav .f-main-nav {
  margin-bottom: 20px;
}

#footer .footer-nav .f-main-nav ul li {
  display: inline-block;
  position: relative;
  padding-right: 1em;
}

#footer .footer-nav .f-main-nav ul li::after {
  content: "│";
  position: relative;
  right: -0.5em;
}

#footer .footer-nav .f-main-nav ul li:last-child::after {
  display: none;
}

#footer .footer-nav .f-sub-nav ul {
  margin-bottom: 20px;
}

#footer .footer-nav .f-sub-nav ul li {
  display: inline-block;
}

#footer .footer-nav .f-sub-nav ul li a {
  position: relative;
  padding-left: 0em;
  padding-right: 1.5em;
}

#footer .footer-nav .f-sub-nav ul li::before {
  content: "";
  position: relative;
  left: 0;
  width: 1em;
  height: 1em;
  display: inline-block;
  background: url("../images/common/arrow-s.png") no-repeat left center;
}

#footer .footer-nav .f-btn-nav ul {
  width: 380px;
  overflow: hidden;
}

#footer .footer-nav .f-btn-nav ul li {
  float: left;
  display: inline-block;
  margin-right: 17px;
  width: 160px;
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
}

#footer .footer-nav .f-btn-nav ul li a {
  display: inline-block;
  padding: 10px 1em;
  font-size: 1rem;
  font-weight: bold;
}

#footer .footer-nav .f-btn-nav ul .f-btn-nav__contact {
  background: -webkit-gradient(linear, left bottom, left top, from(#376092), color-stop(50%, #376092), color-stop(50%, #2e6fa5), to(#2e6fa5));
  background: linear-gradient(0deg, #376092 0%, #376092 50%, #2e6fa5 50%, #2e6fa5 100%);
}

#footer .footer-nav .f-btn-nav ul .f-btn-nav__contact:hover {
  opacity: .7;
  -webkit-transition: .5s;
  transition: .5s;
}

#footer .footer-nav .f-btn-nav ul .f-btn-nav__recruit {
  background: -webkit-gradient(linear, left bottom, left top, from(#e46600), color-stop(50%, #e46600), color-stop(50%, #e98533), to(#e98533));
  background: linear-gradient(0deg, #e46600 0%, #e46600 50%, #e98533 50%, #e98533 100%);
}

#footer .footer-nav .f-btn-nav ul .f-btn-nav__recruit:hover {
  opacity: .7;
  -webkit-transition: .5s;
  transition: .5s;
}

#footer .copy {
  position: absolute;
  right: 0;
  bottom: 3em;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

/************************************************
 共通
************************************************ */
.wave-tit {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  width: 100%;
  height: 134px;
  background-position: center center;
  background-repeat: no-repeat;
}

#contact-area {
  margin: -69px auto 0;
  width: 100%;
  position: relative;
  height: 457px;
}

#contact-area .bg {
  background: #00479d;
  position: absolute;
  bottom: 0;
  height: 392px;
  width: 100%;
  z-index: 0;
}

#contact-area a {
  display: block;
  left: -100px;
  position: relative;
  z-index: 10;
}

#contact-area a img {
  max-width: none;
}

/************************************************
 トップページ
************************************************ */
#index #mv {
  width: 100%;
  height: 446px;
  background: url("../images/index/mv-bg.jpg") no-repeat center center;
}

#index #mv h2 {
  width: 1020px;
  height: 446px;
  background-image: url("../images/index/mv.png");
}

#index #mv-tel {
  width: 100%;
  background: #00479d;
  padding: 20px 0;
}

#index #mv-tel .tel {
  display: block;
  width: 1019px;
  height: 124px;
  background-image: url("../images/common/mv-tel.png");
}

#index #reason {
  margin: 0 auto 70px;
}

#index #reason .wave-tit {
  background-image: url("../images/index/tit-reason.png");
  margin-bottom: -18px;
}

#index #reason .reason-area li {
  float: left;
  width: 320px;
  padding: 0 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  border: solid 5px #00479d;
}

#index #reason .reason-area li .tit {
  margin: 30px auto 22px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  width: 100%;
  height: 29px;
}

#index #reason .reason-area li:nth-child(1) .tit {
  background-image: url("../images/index/reason-tit-01.png");
}

#index #reason .reason-area li:nth-child(2) {
  margin: 0 30px;
}

#index #reason .reason-area li:nth-child(2) .tit {
  background-image: url("../images/index/reason-tit-02.png");
}

#index #reason .reason-area li:nth-child(3) .tit {
  background-image: url("../images/index/reason-tit-03.png");
}

#index #reason .reason-area li p {
  padding: 0 34px;
  text-align: left;
}

#index #solution {
  padding: 50px 0 60px;
  background: #eeeeee;
}

#index #solution .tit {
  width: 704px;
  height: 124px;
  background-image: url("../images/index/tit-solution.png");
  margin: 0 auto;
  text-align: center;
}

#index #solution .solution-area ul {
  margin-top: 40px;
}

#index #solution .solution-area ul li {
  display: inline-block;
  width: 320px;
  height: 337px;
  margin-bottom: 25px;
  letter-spacing: 0;
  line-height: 1;
}

#index #solution .solution-area ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
}

#index #solution .solution-area ul li:nth-child(1) a {
  background-image: url("../images/index/solution-01.png");
}

#index #solution .solution-area ul li:nth-child(2) {
  margin-right: 24px;
  margin-left: 24px;
}

#index #solution .solution-area ul li:nth-child(2) a {
  background-image: url("../images/index/solution-02.png");
}

#index #solution .solution-area ul li:nth-child(3) a {
  background-image: url("../images/index/solution-03.png");
}

#index #solution .solution-area ul li:nth-child(4) {
  margin-right: 24px;
}

#index #solution .solution-area ul li:nth-child(4) a {
  background-image: url("../images/index/solution-04.png");
}

#index #solution .solution-area ul li:nth-child(5) a {
  background-image: url("../images/index/solution-05.png");
}

#index #flow {
  margin: 0 auto 80px;
}

#index #flow .wave-tit {
  background-image: url("../images/index/tit-flow.png");
  margin-bottom: -18px;
}

#index #concept {
  width: 100%;
  background: url("../images/common/wave-bg.png") repeat-x top center;
  padding-top: 30px;
}

#index #concept .concept-area {
  width: 100%;
  background: #eeeeee url("../images/index/concept-bg.png") bottom center no-repeat;
  padding: 103px 0 117px;
  text-align: left;
}

#index #concept .concept-area .tit {
  width: 658px;
  height: 114px;
  margin-bottom: 50px;
  background-image: url("../images/index/tit-concept.png");
}

#index #concept .concept-area p {
  text-align: left;
}

section#news {
    background: #01448d;
    padding: 1.5em 0;
}

section#news .inner {
    background: #fff;
    padding: 1.5em;
    border: 3px #748ca4 solid;
    max-width: 500px;
    text-align: left;
}

section#news .inner h2 {
    text-align: center;
    padding-bottom: 0.3em;
    color: #01448d;
    font-size: 2em;
    border-bottom: 1px #01448d solid;
    margin-bottom: 0.5em;
    font-weight: bold;
}

section#news .inner h2 span {
    font-size: 0.6em;
    color: #6b6969;
    font-weight: normal;
}

section#news .inner p {
    font-size: 1.3em;
}

section#news .inner p strong {
    color: #b90f0f;
}

/************************************************
 下層共通
************************************************ */
#sub-mv {
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#sub-mv #sub-mv-tit {
  width: 500px;
  height: 250px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  margin: 0 auto;
}

.main-tit {
  width: 100%;
  padding: 47px 0;
  margin: 0 auto 65px;
  background: #0babf2;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  baseline-shift: 100%;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}

#first-text {
  margin: 60px auto;
  text-align: center;
}

/************************************************
 company
************************************************ */
#company #sub-mv {
  background-image: url("../images/company/sub-mv.jpg");
}

#company #sub-mv #sub-mv-tit {
  background-image: url("../images/company/mv-tit.png");
}

#company #gree {
  margin-bottom: 30px;
}

#company #gree .main-tit {
  background-image: url("../images/company/gree-tit.png");
}

#company #gree .gree-area {
  width: 100%;
  text-align: left;
  /*float: left;
            width: 575px;
            text-align: left;*/
}

#company #gree .gree-area .tit {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #00479d;
}

#company #gree .gree-area .text-area {
  line-height: 2;
}

#company #gree .photo-area {
  float: right;
  position: relative;
  z-index: 0;
  width: 360px;
  height: 500px;
}

#company #gree .name-area {
  margin-top: 1em;
  padding-top: 1em;
  border-top: solid 1px #eee;
  text-align: right;
  /*position: absolute;
            bottom: 0;
            width: 100%;
            background: rgba(0,71,157,0.8);
            padding: 30px;
            text-align: right;
            box-sizing: border-box;
            color: #fff;*/
}

#company #gree .name-area .daihyo {
  margin-bottom: 10px;
}

#company #gree .name-area .name {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#company #gree .name-area .name span {
  font-size: 25px;
}

#company #idea {
  position: relative;
  z-index: 10;
  margin-bottom: 46px;
  background: url("../images/company/idea-bg.png") no-repeat center center transparent;
  background-size: cover;
  padding-top: 119px;
}

#company #idea .tit {
  width: 500px;
  height: 40px;
  background-image: url("../images/company/idea-tit.png");
  margin: 0 auto 32px;
}

#company #idea .text-area {
  /*background: rgba(255,255,255,0.5);*/
  padding: 45px 0 110px;
  font-size: 25px;
  line-height: 2;
  font-weight: bold;
}

#company #about {
  padding-top: 200px;
  margin-top: -200px;
  padding-bottom: 154px;
  background: #eee !important;
}

#company #about .tit {
  background-image: url("../images/company/about-tit.png");
  margin-bottom: 80px;
}

#company #about figure {
  float: left;
  width: 360px;
}

#company #about table {
  width: 100%;
  /*float: right;
            width: 620px;*/
  border-top: solid 1px #bababa;
}

#company #about table tr {
  border-bottom: solid 1px #bababa;
}

#company #about table tr th, #company #about table tr td {
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#company #about table tr th {
  width: 30%;
}

#company #about table tr td {
  width: 70%;
}

#company #about table tr td ul li {
  margin-bottom: 0.5em;
}

/************************************************
 recruit
************************************************ */
#recruit #sub-mv {
  background-image: url("../images/recruit/sub-mv.jpg");
}

#recruit #sub-mv #sub-mv-tit {
  background-image: url("../images/recruit/mv-tit.png");
}

#recruit #gree {
  width: 100%;
  min-height: 655px;
  overflow: hidden;
  background-image: url("../images/recruit/bg_rec.png");
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#recruit #gree .gree-area {
  width: 55%;
  text-align: left;
}

#recruit #gree .gree-area .tit {
  font-size: 2.6rem;
  margin-bottom: 30px;
  font-weight: bold;
  color: #00479d;
}

#recruit #gree .gree-area h3 {
  margin-bottom: 20px;
  font-size: 1.6rem;
}

#recruit #gree .gree-area p {
  line-height: 200%;
}

#recruit #interview {
  padding-bottom: 154px;
}

#recruit #interview .tit {
  font-size: 2.4rem;
  color: #fff;
  background: #00479d;
  text-align: center;
  padding: 50px 0;
}

#recruit #interview .recruit_ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 40px 0 30px;
  color: #00479d;
  text-align: left;
}

#recruit #interview .recruit_list li {
  margin-bottom: 10px;
  font-size: 1.2rem;
  text-align: left;
}

#recruit #interview .recruit_list li span {
  background: #00479d;
  padding: 5px 10px;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
}

#recruit #interview .prof {
  background: url("../images/recruit/interview_prof.jpg") center top no-repeat #e2e9f3;
}

#recruit #interview .prof .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 480px;
  margin-bottom: 50px;
}

#recruit #interview .prof .prof-area {
  background: #00479d;
  width: 45%;
  text-align: left;
  padding: 40px;
}

#recruit #interview .prof .prof-area h3 {
  margin-bottom: 20px;
  font-size: 1.6rem;
  color: #fff;
}

#recruit #interview .prof .prof-area p {
  color: #fff;
}

#recruit #interview .interview__cont {
  text-align: left;
}

#recruit #interview .interview__cont dl {
  margin-bottom: 50px;
  margin-top: 15px;
}

#recruit #interview .interview__cont dl.interview__cont--flo {
  overflow: hidden;
}

#recruit #interview .interview__cont dt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #00479d;
}

#recruit #interview .interview__cont dt::before {
  content: "Q";
  font-size: 1.8rem;
  font-weight: bold;
  color: #00479d;
  margin-right: 10px;
  display: inline-block;
}

#recruit #interview .interview__cont dd {
  font-size: 16px;
  line-height: 180%;
}

#recruit #interview .interview__cont figure.left {
  float: left;
  margin: 0 30px 30px 0;
}

#recruit #interview .interview__cont figure.right {
  float: right;
  margin: 0 0px 30px 30px;
}

#recruit #interview .recruit__wrap .recruit__wrap--flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

#recruit #interview .recruit__wrap .recruit__wrap--flow dl {
  width: 32%;
  border: 1px;
  background: #f4f4f4;
  padding: 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#recruit #interview .recruit__wrap .recruit__wrap--flow dl dt {
  font-size: 1.4rem;
  color: #00479d;
  font-weight: bold;
  margin-bottom: 10px;
}

#recruit #interview .recruit__wrap .recruit__wrap--flow dl dd p {
  text-align: left;
  padding: 20px 30px 0px;
}

#recruit #interview .recruit__wrap .recruit__wrap--flow dl dd img {
  width: 100%;
}

#recruit #interview .recruit__wrap .recruit__wrap--outline h3 {
  font-size: 1.4rem;
  margin-top: 40px;
  color: #00479d;
  margin-bottom: 15px;
  text-align: left;
}

#recruit #interview .btn {
  overflow: hidden;
  background: none;
  border: none;
}

#recruit #interview .btn a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  padding: 20px 80px;
  background: -webkit-gradient(linear, left bottom, left top, from(#e46600), color-stop(50%, #e46600), color-stop(50%, #e98533), to(#e98533));
  background: linear-gradient(0deg, #e46600 0%, #e46600 50%, #e98533 50%, #e98533 100%);
  border-radius: 10px;
  text-decoration: none;
}

#recruit #interview .btn p {
  color: #333;
}

#recruit #interview table {
  width: 100%;
  border-top: solid 1px #bababa;
}

#recruit #interview table tr {
  border-bottom: solid 1px #bababa;
}

#recruit #interview table tr th, #recruit #interview table tr td {
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#recruit #interview table tr th {
  width: 30%;
}

#recruit #interview table tr td {
  width: 70%;
}

#recruit #interview table tr td ul li {
  margin-bottom: 0.5em;
}

/************************************************
 voice
************************************************ */
#voice #sub-mv {
  background-image: url("../images/voice/sub-mv.jpg");
}

#voice #sub-mv #sub-mv-tit {
  background-image: url("../images/voice/mv-tit.png");
}

#voice #voice-area {
  background: #eee;
  padding: 80px 0 154px;
}

#voice #voice-area ul li {
  float: left;
  width: 490px;
  height: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 5px #00479d;
  border-radius: 10px;
  position: relative;
  margin-bottom: 40px;
  background: #fff;
}

#voice #voice-area ul li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  display: block;
  z-index: 0;
}

#voice #voice-area ul li:nth-child(4n-3):after {
  background: rgba(255, 118, 169, 0.2);
}

#voice #voice-area ul li:nth-child(4n-2):after {
  background: rgba(157, 201, 4, 0.2);
}

#voice #voice-area ul li:nth-child(4n-1):after {
  background: rgba(225, 154, 0, 0.2);
}

#voice #voice-area ul li:nth-child(4n):after {
  background: rgba(157, 113, 226, 0.2);
}

#voice #voice-area ul li:nth-child(2n) {
  margin-left: 40px;
}

#voice #voice-area ul li .text-area {
  position: relative;
  z-index: 10;
  padding: 57px 38px 0;
}

#voice #voice-area ul li .text-area p {
  text-align: left;
  font-weight: bold;
  color: #00479d;
  line-height: 1.5;
  font-size: 20px;
}

#voice #voice-area ul li p.name {
  position: absolute;
  z-index: 20;
  top: -20px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-size: 20px;
  width: 350px;
  left: 70px;
  color: #fff;
  background: #00479d;
}

/************************************************
 service
************************************************ */
#service #sub-mv {
  background-image: url("../images/service/sub-mv.jpg");
}

#service #sub-mv #sub-mv-tit {
  background-image: url("../images/service/mv-tit.png");
}

#service #service-area {
  margin-bottom: 60px;
}

#service #service-area ul li {
  margin-bottom: 40px;
  border-radius: 10px;
  width: 100%;
  height: 286px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

#service #service-area ul li:before {
  border: solid 5px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

#service #service-area ul li:nth-child(1):before {
  border-color: #ff76a9;
}

#service #service-area ul li:nth-child(1) .tit {
  background-image: url("../images/service/service-tit01.png");
}

#service #service-area ul li:nth-child(1) .menu-btn {
  background: #ff76a9;
}

#service #service-area ul li:nth-child(2):before {
  border-color: #ff9a00;
}

#service #service-area ul li:nth-child(2) .tit {
  background-image: url("../images/service/service-tit02.png");
}

#service #service-area ul li:nth-child(2) .menu-btn {
  background: #ff9a00;
}

#service #service-area ul li:nth-child(3):before {
  border-color: #9dc904;
}

#service #service-area ul li:nth-child(3) .tit {
  background-image: url("../images/service/service-tit03.png");
}

#service #service-area ul li:nth-child(3) .menu-btn {
  background: #9dc904;
}

#service #service-area ul li:nth-child(4):before {
  border-color: #9d71e2;
}

#service #service-area ul li:nth-child(4) .tit {
  background-image: url("../images/service/service-tit04.png");
}

#service #service-area ul li:nth-child(4) .menu-btn {
  background: #9d71e2;
}

#service #service-area ul li:nth-child(5):before {
  border-color: #0babf2;
}

#service #service-area ul li:nth-child(5) .tit {
  background-image: url("../images/service/service-tit05.png");
}

#service #service-area ul li:nth-child(5) .menu-btn {
  background: #0babf2;
}

#service #service-area ul li .text-area {
  float: left;
  height: 100%;
  width: 630px;
  position: relative;
}

#service #service-area ul li .text-area p {
  padding: 0 80px;
  text-align: left;
  line-height: 2;
}

#service #service-area ul li .tit {
  width: 100%;
  height: 111px;
  margin-bottom: 40px;
  background-size: 100%;
  background-position: top left;
}

#service #service-area ul li .menu-btn {
  position: absolute;
  bottom: 40px;
  right: 80px;
  font-weight: bold;
  padding: 5px 28px 5px 46px;
  z-index: 999;
  display: inline-block;
  margin: 1em 0 0 auto;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

#service #service-area ul li .menu-btn:after {
  content: "";
  display: inline-block;
  background: url("../images/common/arrow-s-w.png") no-repeat center center;
  width: 8px;
  height: 16px;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

#service #service-area ul li .menu-btn:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 50%;
  background: rgba(0, 0, 0, 0.1);
}

#service #service-area ul li img {
  float: right;
  height: 100%;
  width: 390px;
}

#service #message {
  padding: 0 0 154px;
}

#service #message .tit {
  margin-bottom: 55px;
  width: 100%;
  height: 134px;
  background-image: url("../images/service/message-tit.jpg");
}

#service #message .text-area {
  float: left;
  width: 470px;
  text-align: left;
}

#service #message img {
  float: right;
  width: 510px;
  border-radius: 10px;
}

/************************************************
 contact
************************************************ */
#contact #sub-mv {
  background-image: url("../images/contact/sub-mv.jpg");
}

#contact #sub-mv #sub-mv-tit {
  background-image: url("../images/contact/mv-tit.png");
}

#contact #contact-form {
  padding: 0 0 154px;
}

#contact #contact-form .main-tit {
  background-image: url("../images/contact/form-tit.png");
}

#contact .attention {
  width: 100%;
  margin: 1em 0;
  padding: 1em;
  background: #eee;
  text-align: center;
}

#contact #contact-thanks {
  padding: 0 0 154px;
}

#contact #contact-thanks .main-tit {
  background-image: url("../images/contact/thankyou-tit.png");
}

#contact #contact-thanks .step {
  margin-bottom: 40px;
}

#contact #mailfield::before {
  content: " ";
  display: block;
  margin-bottom: 40px;
  width: 100%;
  height: 50px;
  background: url("../images/contact/contact-step01.png") center center no-repeat;
  background-size: contain;
}

#contact #mfp_phase_confirm_inner img.step {
  margin-bottom: 40px;
}

#contact .check-tit {
  color: #00479d;
  margin: 0 auto 40px;
}

/************************************************
 privacy
************************************************ */
#privacy #sub-mv {
  background-image: url("../images/privacy/sub-mv.jpg");
}

#privacy #sub-mv #sub-mv-tit {
  background-image: url("../images/privacy/mv-tit.png");
}

#privacy #privacy-area {
  padding: 60px 0 154px;
}

/************************************************
 menu
************************************************ */
#menu {
  padding-bottom: 104px;
}

#menu #sub-mv {
  background-image: url("../images/menu/sub-mv.jpg");
  margin-bottom: 80px;
}

#menu #sub-mv #sub-mv-tit {
  background-image: url("../images/menu/mv-tit.png");
}

#menu .sub-tit {
  background: rgba(0, 71, 157, 0.8);
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  width: 100%;
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 3px #fff;
}

#menu .menu-table {
  width: 100%;
  margin-bottom: 50px;
}

#menu .menu-table tr, #menu .menu-table td, #menu .menu-table th {
  border: solid 3px #fff;
  text-align: center;
}

#menu .menu-table td, #menu .menu-table th {
  padding: 5px 10px;
  font-weight: bold;
}

#menu .menu-table tr:nth-child(2n-1) td {
  background: #eee;
}

#menu .menu-table th {
  background: #0babf2;
  color: #fff;
}

#menu .menu-table td span {
  font-size: 110%;
}

#menu .menu-table td span.small {
  font-size: 70%;
}

#menu .menu-table .t-header th {
  background: #00479d;
}


ul.reason-area.clearfix {
    display: flex
;
    flex-wrap: wrap;
}


@media screen and (max-width: 680px) {
  html, body {
    width: 100vw;
    overflow-x: hidden;
  }
  /************************************************
     ヘッダー
    ************************************************ */
  #header {
    width: 100%;
  }
  #header .inner {
    width: 100%;
  }
  #header #header-top {
    position: relative;
    width: 100%;
    margin: 0 auto 0 0;
    text-align: left;
    padding: 4vw 0 0;
  }
  #header #header-top .first-text {
    position: relative;
    top: 0;
    left: 5%;
    font-size: 3vw;
    font-weight: normal;
    max-width: 75%;
    text-align: left;
  }
  #header #header-top #logo {
    margin: 2vw 0 4vw 5%;
    float: none;
    width: 65%;
    height: 0;
    padding-top: 9%;
  }
  #header #header-top .head-cont {
    padding: 4vw 5%;
    background: #eeeeee;
    float: none;
  }
  #header #header-top .head-cont .tel {
    float: left;
    width: 60%;
    height: 0;
    padding-top: 16%;
  }
  #header #header-top .head-cont .map {
    float: right;
    width: 35%;
    margin-left: 0;
  }
  #header .main-menu {
    background: #eeeeee;
  }
  #header .main-menu ul {
    height: auto;
  }
  #header .main-menu ul li {
    float: none;
    width: auto;
    height: auto;
    margin-bottom: 1em;
    border-bottom: solid 1px #bbb;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 0 1em 1em 1em;
    font-size: 3.5vw;
    font-weight: bold;
  }
  #header .main-menu ul li a {
    background: none;
    text-indent: none;
    overflow: inherit;
    white-space: inherit;
    background-position: 0 !important;
  }
  #header .main-menu ul li:first-child {
    border-top: solid 1px #bbb;
    padding-top: 1em;
  }
  .zdo_drawer_menu .zdo_drawer_nav_wrapper {
    width: 80vw;
    -webkit-transform: translate(80vw);
            transform: translate(80vw);
  }
  .zdo_drawer_menu .zdo_drawer_button {
    width: 42px;
    top: 6vw;
    right: 5vw;
  }
  .zdo_drawer_menu .zdo_drawer_bar {
    height: 2px;
    margin: 2vw 0;
  }
  .zdo_drawer_menu .zdo_drawer_text {
    font-size: 3vw;
  }
  .zdo_drawer_menu .zdo_drawer_nav {
    padding: 25vw 10vw 0;
  }
  /************************************************
     フッター
    ************************************************ */
  #footer {
    text-align: center;
  }
  #footer .footer-add {
    text-align: center;
    padding: 10vw 0;
    float: none;
    width: 100%;
    height: auto;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    border-right: none;
  }
  #footer .footer-add .logo {
    width: 70%;
    height: 0;
    padding-top: 9%;
    margin: 0 auto 5vw;
  }
  #footer .footer-add .add {
    margin-bottom: 5vw;
  }
  #footer .footer-nav {
    padding: 0 0 10vw;
    float: none;
    width: 100%;
    height: auto;
  }
  #footer .footer-nav .f-main-nav {
    margin-bottom: 5vw;
  }
  #footer .footer-nav .f-main-nav ul {
    border-top: solid 1px rgba(255, 255, 255, 0.7);
  }
  #footer .footer-nav .f-main-nav ul li {
    display: block;
    position: relative;
    padding: 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.7);
  }
  #footer .footer-nav .f-main-nav ul li a {
    display: block;
    text-align: center;
    padding: 0.5em 1em;
  }
  #footer .footer-nav .f-main-nav ul li::after {
    display: none;
  }
  #footer .footer-nav .f-sub-nav ul {
    margin: 0 auto 5vw;
    width: 90%;
  }
  #footer .footer-nav .f-sub-nav ul li {
    display: inline-block;
    width: 32%;
    line-height: 2;
  }
  #footer .footer-nav .f-sub-nav ul li a {
    position: relative;
    padding-left: 0em;
    padding-right: 1.5em;
  }
  #footer .footer-nav .f-sub-nav ul li::before {
    content: "";
    position: relative;
    left: 0;
    width: 1em;
    height: 1em;
    display: inline-block;
    background: url("../images/common/arrow-s.png") no-repeat left center;
  }
  #footer .footer-nav .f-btn-nav ul {
    text-align: center;
    width: 100%;
  }
  #footer .footer-nav .f-btn-nav ul li {
    width: 48%;
    display: block;
    margin: 0 1%;
  }
  #footer .footer-nav .f-btn-nav ul li a {
    display: block;
    padding: 0.5em 1em;
    border-top: none;
    border-right: none;
    border-left: none;
  }
  #footer .copy {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: center;
    font-size: 3vw;
    margin-bottom: 5vw;
  }
  /************************************************
     共通
    ************************************************ */
  .wave-tit {
    height: 0;
    padding-top: 21%;
    background-size: 300%;
  }
  #contact-area {
    margin: -15vw auto 0;
    height: auto;
  }
  #contact-area .inner {
    width: 100%;
  }
  #contact-area .bg {
    display: none;
  }
  #contact-area a {
    left: 0;
  }
  #contact-area a img {
    max-width: 100%;
  }
  /************************************************
     トップページ
    ************************************************ */
  #index #mv {
    width: 100%;
    height: 0;
    padding-top: 95%;
    background: url("../images/index/mv-sp.jpg") no-repeat center center;
    background-size: contain;
  }
  #index #mv h2 {
    display: none;
  }
  #index #mv-tel {
    width: 100%;
    background: #00479d;
    padding: 0;
  }
  #index #mv-tel .tel {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 51.8%;
    background-size: contain;
    background-image: url("../images/common/mv-tel-sp.png");
  }
  #index #reason {
    margin: 0 auto 5vw;
  }
  #index #reason .wave-tit {
    background-image: url("../images/index/tit-reason.png");
    margin-bottom: 5vw;
  }
  #index #reason .reason-area li {
    float: none;
    width: 100%;
    padding: 0 0 10vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 5vw;
    border: solid 1vw #00479d;
  }
  #index #reason .reason-area li .tit {
    margin: 7vw auto 5vw;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 6%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
  #index #reason .reason-area li img {
    border-radius: 3vw 3vw 0 0;
    width: 100%;
  }
  #index #reason .reason-area li:nth-child(2) {
    margin: 5vw 0;
  }
  #index #reason .reason-area li p {
    padding: 0 5vw;
  }
  #index #solution {
    padding: 15vw 0;
  }
  #index #solution .tit {
    width: 100%;
    height: 0;
    padding-top: 32%;
    background-image: url("../images/index/tit-solution-sp.png");
  }
  #index #solution .solution-area ul {
    margin-top: 10vw;
  }
  #index #solution .solution-area ul li {
    display: inline-block;
    position: relative;
    z-index: 0;
    width: 47%;
    height: 0;
    padding-top: 50%;
    margin-bottom: 2vw;
  }
  #index #solution .solution-area ul li a {
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
  }
  #index #solution .solution-area ul li:nth-child(2n-1) {
    margin: 0 0 2vw !important;
  }
  #index #solution .solution-area ul li:nth-child(2n) {
    margin: 0 4.5% 2vw 0;
  }
  #index #flow {
    margin: 0 auto 10vw;
  }
  #index #flow .wave-tit {
    margin-bottom: 5vw;
  }
  #index #concept {
    background-size: 30vw 5vw;
    padding-top: 5vw;
  }
  #index #concept .concept-area {
    background-size: 170vw;
    background-position: -60vw bottom;
    width: 100%;
    padding: 20vw 0 20vw;
  }
  #index #concept .concept-area .tit {
    height: 0;
    width: 100%;
    padding-top: 42%;
    background-size: contain;
    margin-bottom: 10vw;
    background-image: url("../images/index/tit-concept-sp.png");
  }
	
section#news .inner {
    max-width: 80%;
}

section#news .inner p br {
    display: none;
}
  /************************************************
     下層共通
    ************************************************ */
  #sub-mv {
    width: 100%;
    height: 0;
    padding-top: 50%;
    position: relative;
    z-index: 0;
  }
  #sub-mv #sub-mv-tit {
    position: absolute;
    z-index: 10;
    top: 50%;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
    width: 90%;
    height: 0;
    padding-top: 15%;
  }
  .main-tit {
    padding: 5vw 0;
    background-size: 80% !important;
    margin: 0 auto 10vw;
  }
  #first-text {
    margin: 10vw auto;
  }
  /************************************************
     company
    ************************************************ */
  #company #sub-mv {
    background-image: url(../images/company/sub-mv-sp.jpg);
  }
  #company #gree {
    margin-bottom: 10vw;
  }
  #company #gree .gree-area .tit {
    font-size: 5vw;
    margin-bottom: 5vw;
  }
  #company #gree .name-area .daihyo {
    margin-bottom: 2vw;
  }
  #company #gree .name-area .name span {
    font-size: 6vw;
  }
  #company #idea {
    margin-bottom: 10vw;
    padding-top: 20vw;
  }
  #company #idea .tit {
    width: 100%;
    height: 0;
    padding-top: 8%;
    margin: 0 auto 5vw;
  }
  #company #idea .text-area {
    padding: 5vw 0 20vw;
    font-size: 5vw;
  }
  #company #about {
    padding-top: 20vw;
    margin-top: -20vw;
    padding-bottom: 20vw;
    background: #eee !important;
  }
  #company #about .tit {
    margin-bottom: 10vw;
  }
  #company #about table {
    width: 100%;
    border-top: none;
  }
  #company #about table tr {
    border-bottom: none;
  }
  #company #about table tr th, #company #about table tr td {
    padding: 1em;
    width: 100%;
    display: block;
  }
  #company #about table tr th {
    background: rgba(255, 255, 255, 0.7);
  }
  #company #about table tr td {
    margin-bottom: 1em;
  }
  /************************************************
 recruit
************************************************ */
  #recruit #sub-mv {
    background-image: url("../images/recruit/sub-mv-sp.jpg");
  }
  #recruit #sub-mv #sub-mv-tit {
    background-image: url("../images/recruit/mv-tit.png");
  }
  #recruit #gree {
    background-image: url("../images/recruit/bg_rec-sp.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 55%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #recruit #gree .gree-area {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
    padding: 20px;
  }
  #recruit #gree .gree-area .tit {
    font-size: 1.2rem;
    margin-bottom: 30px;
    font-weight: bold;
    color: #00479d;
  }
  #recruit #gree .gree-area h3 {
    margin-bottom: 20px;
    font-size: 1rem;
  }
  #recruit #gree .gree-area p {
    line-height: 200%;
    font-size: 0.9rem;
  }
  #recruit #interview {
    padding-bottom: 154px;
  }
  #recruit #interview .tit {
    font-size: 2rem;
    padding: 30px 0;
  }
  #recruit #interview .recruit_list li {
    height: 2.2rem;
  }
  #recruit #interview .recruit_list li span {
    float: left;
  }
  #recruit #interview .prof {
    background: url("../images/recruit/interview_prof.jpg") right top no-repeat #fff;
    background-size: 150%;
  }
  #recruit #interview .prof .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: auto;
    margin-bottom: 50px;
  }
  #recruit #interview .prof .prof-area {
    background: #00479d;
    width: 90%;
    text-align: left;
    margin-top: 50%;
    padding: 20px;
  }
  #recruit #interview .prof .prof-area h3 {
    margin-bottom: 20px;
    font-size: 1rem;
  }
  #recruit #interview .prof .prof-area p {
    color: #fff;
  }
  #recruit #interview .interview__cont dl {
    margin-bottom: 20px;
  }
  #recruit #interview .interview__cont dt {
    font-size: 1.2rem;
  }
  #recruit #interview .interview__cont dt::before {
    font-size: 1.4rem;
  }
  #recruit #interview .interview__cont dd {
    font-size: 0.9rem;
  }
  #recruit #interview .interview__cont figure.left {
    float: none;
    margin: 0 0px 0px 0;
    width: 100%;
  }
  #recruit #interview .interview__cont figure.right {
    float: none;
    margin: 0 0px 0px 0;
    width: 100%;
  }
  #recruit #interview .interview__cont dl + br {
    display: none;
  }
  #recruit #interview .recruit__wrap .recruit__wrap--flow {
    display: block;
    margin-top: 30px;
  }
  #recruit #interview .recruit__wrap .recruit__wrap--flow dl {
    width: 90%;
    padding: 30px 0;
    margin: 15px auto !important;
  }
  #recruit #interview .recruit__wrap .recruit__wrap--flow dl dt {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #recruit #interview .recruit__wrap .recruit__wrap--flow dl dd p {
    text-align: left;
    padding: 20px 30px 0px;
  }
  #recruit #interview .recruit__wrap .recruit__wrap--flow dl dd img {
    width: 100%;
  }
  #recruit #interview .btn {
    overflow: hidden;
    background: none;
    border: none;
  }
  #recruit #interview .btn a {
    font-size: 1rem;
    padding: 20px 30px;
  }
  #recruit #interview .recruit_table {
    width: 100%;
    border-top: none;
  }
  #recruit #interview .recruit_table tr {
    border-bottom: none;
  }
  #recruit #interview .recruit_table tr th, #recruit #interview .recruit_table tr td {
    padding: 1em;
    width: 100%;
    display: block;
  }
  #recruit #interview .recruit_table tr th {
    background: #f1f1f1;
  }
  #recruit #interview .recruit_table tr td {
    margin-bottom: 1em;
  }
  /************************************************
     voice
    ************************************************ */
  #voice #sub-mv {
    background-image: url(../images/voice/sub-mv-sp.jpg);
  }
  #voice #voice-area {
    padding: 15vw 0 20vw;
  }
  #voice #voice-area ul li {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 auto 10vw !important;
  }
  #voice #voice-area ul li .text-area {
    padding: 10vw;
  }
  #voice #voice-area ul li .text-area p {
    font-size: 4vw;
  }
  #voice #voice-area ul li p.name {
    top: -1em;
    height: 2em;
    line-height: 2;
    font-size: 4vw;
    width: 70%;
    left: 15%;
  }
  /************************************************
     service
    ************************************************ */
  #service #sub-mv {
    background-image: url(../images/service/sub-mv-sp.jpg);
  }
  #service #service-area {
    margin-bottom: 10vw;
  }
  #service #service-area ul li {
    margin-bottom: 10vw;
    height: auto;
  }
  #service #service-area ul li .text-area {
    float: none;
    height: auto;
    width: 100%;
  }
  #service #service-area ul li .text-area p {
    padding: 0 10vw;
  }
  #service #service-area ul li .tit {
    width: 100%;
    height: 0;
    padding-top: 22%;
    margin-bottom: 7vw;
    background-size: cover !important;
  }
  #service #service-area ul li .menu-btn {
    position: relative;
    bottom: auto;
    right: auto;
    padding: 0.5em 1em 0.5em 3em;
  }
  #service #service-area ul li .menu-btn:after {
    content: "";
    display: inline-block;
    background: url("../images/common/arrow-s-w.png") no-repeat center center;
    width: 8px;
    height: 16px;
    left: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
  }
  #service #service-area ul li img {
    margin-top: 7vw;
    float: none;
    height: auto;
    width: 100%;
  }
  #service #message {
    padding: 0 0 20vw;
  }
  #service #message .tit {
    height: 0;
    padding-top: 21%;
    background-size: 300% !important;
    margin-bottom: 10vw;
    background-image: url("../images/service/message-tit-sp.jpg");
  }
  #service #message .text-area {
    float: none;
    width: 100%;
    text-align: left;
    margin-bottom: 10vw;
  }
  #service #message img {
    float: none;
    width: 100%;
    border-radius: 10px;
  }
  /************************************************
     contact
    ************************************************ */
  #contact #sub-mv {
    background-image: url(../images/contact/sub-mv-sp.jpg);
  }
  #contact #contact-form {
    padding: 0 0 10vw;
  }
  #contact .attention {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #contact #contact-thanks {
    padding: 0 0 10vw;
  }
  #contact #contact-thanks .main-tit {
    background-image: url("../images/contact/thankyou-tit.png");
  }
  #contact #contact-thanks .step {
    margin-bottom: 10vw;
  }
  #contact #contact-thanks p {
    text-align: left;
  }
  #contact #mailfield::before {
    content: " ";
    display: block;
    margin-bottom: 10vw;
    height: 0;
    padding-top: 30%;
    background: url("../images/contact/contact-step-sp01.png") center center no-repeat;
    background-size: contain;
  }
  #contact #mfp_phase_confirm_inner img.step {
    margin-bottom: 10vw;
  }
  #contact .check-tit {
    margin: 0 auto 10vw;
  }
  /************************************************
     privacy
    ************************************************ */
  #privacy #sub-mv {
    background-image: url(../images/privacy/sub-mv-sp.jpg);
  }
  #privacy #privacy-area {
    padding: 10vw 0 20vw;
  }
  #privacy #privacy-area p {
    text-align: left;
  }
  /************************************************
     menu
    ************************************************ */
  #menu {
    padding-bottom: 20vw;
  }
  #menu #sub-mv {
    background-image: url("../images/menu/sub-mv-sp.jpg");
    margin-bottom: 15vw;
  }
  #menu .scroll {
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 10vw;
  }
  #menu .scroll::-webkit-scrollbar {
    height: 5px;
  }
  #menu .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  #menu .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  #menu .menu-table {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=common.css.map */