@charset "utf-8";
/* CSS Document */
.cf:after {
  content: " ";
  display: block;
  clear: both;
}
.onlyPc, .pc {
  display: block;
}
.onlySp, .sp {
  display: none;
}
body, html {
  width: 100vw;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: normal;
  scroll-x: none !important;

}
body {
  color: #3f4550;
  scroll-x: none !important;
}
p {
  line-height: 1.5em;
  font-size: 1em;
}
.txt-center {
  text-align: center;
}
.txt-s {
  font-size: 0.9em;
  text-align: left;
}
.bg-wht0 {
  background: url("../img/bg2.jpg");
}
.bg-wht {
  background: #fff !important;
}
.bg-pnk {
  background: #e97f89;
}
.bg-blu {
  background: #e4ebef;
}
.bg-ylw {
  background: #f6f2ee;
}
.bg-pnk2 {
  background: #fdf2f3;
  padding: 40px 40px 0px 40px;
  margin-top: 30px;
}
/* ボタン類 */
.btn_more {
  padding: 10px 0px 10px 0px;
  border-radius: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  min-width: 150px;
  max-width: 300px;
  text-align: center !important;
  display: block;
  text-decoration: none;
  color: #fff !important;
  background: #3f4550;
  text-decoration: none;
}
.btn_more:hover {
  color: #3f4550 !important;
  border: 1px solid #3f4550;
  background: #fff;
  text-decoration: none;
}
/* ファーストビュー */
#fv {
  background-image: url(../img/bg_fv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
  height: 775px;
  width: 100%;
}
#fv h1 {
  position: absolute;
  right: 25px;
  top: 50%;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
	margin-top:-290px;
}
#fv .main-copy {
  width: 730px;
  position: absolute;
  top: 50%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  text-align: left;
}
#fv .main-copy h2 {
  font-size: 66px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.05em;
  line-height: 70px;
  margin-bottom: 30px;
}
#fv .main-copy ul {
  padding: 0;
}
#fv .main-copy li {
  color: #fff;
  font-size: 22px;
  display: inline-block;
  height: 67px;
  padding-top: 10px;
}
#fv .main-copy li:first-child {
  background-image: url(../img/beginner.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 47px 67px;
  padding-left: 65px;
  margin-right: 50px;
  margin-left: 20px;
}
#fv .main-copy li:last-child {
  background-image: url(../img/diamond.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 61px 54px;
  padding-left: 75px;
}
section #fv-inner {
  width: 100vw;
  height: 775px !important;
  padding-top: 15%;
  background-image: url(../img/fv_model.png);
  background-position: center bottom !important;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0px;
}
#fv .fv-scroll {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
/* トップアバウト */
.title-eng {
  width: 100%;
  height: 90px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  line-height: 90px;
  letter-spacing: 0.4em;
  color: #373737;
  font-size: 18px;
}
#about01 {}
#about01 .about-left, #about02 .about-left, #about03 .about-left {
  width: 50%;
  height: 420px;
  background-color: #e97f89;
  float: left;
  background-image: url(../img/bg_logo.png);
  background-repeat: no-repeat;
  background-position: right 20px bottom -100px;
  position: relative;
}
.about-left div {
  min-width: 530px;
  float: right;
  margin-right: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
.about-left div h3 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 25px;
  line-height: 1.3em;
}
.about-left div p {
  color: #fff;
}
#about01 .about-right {
  width: 50%;
  height: 420px;
  background-color: #fff;
  float: right;
  background-image: url(../img/bg_about01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.about-right .top-tri {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
#about02 .about-right {
  width: 50%;
  height: 420px;
  background-color: #fff;
  float: right;
  background-image: url(../img/bg_about02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
#about03 .about-right {
  width: 50%;
  height: 420px;
  background-color: #fff;
  float: right;
  background-image: url(../img/bg_about03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
#about01 .about-right div, #about02 .about-right div, #about03 .about-right div {
  min-width: 370px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}
#about01 .about-right div h3, #about03 .about-right div h3 {
  color: #373737;
  font-size: 30px;
  margin-bottom: 15px;
  text-shadow: 1px 1px 15px #ffF, -2px 2px 5px #ffF, 2px -2px 5px #ffF, -2px -2px 5px #ffF;
}
.about-right ul {
  margin-bottom: 20px !important;
}
#about01 .about-right div ul li, #about03 .about-right div ul li {
  list-style: none;
  color: #373737;
  font-size: 20px;
  margin-bottom: 10px;
  text-shadow: 1px 1px 5px #ffF, -2px 2px 2px #ffF, 2px -2px 2px #ffF, -2px -2px 2px #ffF;
  background-image: url(../img/chk_pnk.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
}
#about02 .about-right div h3 {
  color: #FFF;
  font-size: 30px;
  margin-bottom: 15px;
}
.about-right div ul {
  margin-bottom: 20px;
}
#about02 .about-right div ul li {
  list-style: none;
  color: #FFF;
  font-size: 20px;
  margin-bottom: 10px;
  background-image: url(../img/chk_wht.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
}
#about01 .about-right .btn-about {
  background-image: url(../img/btn_about01_on.png);
  background-repeat: no-repeat;
  background-position: center center !important;
  width: 384px !important;
  height: 62px !important;
  display: block;
  margin-top: 30px !important;
}
#about02 .about-right .btn-about {
  background-image: url(../img/btn_about02_on.png);
  background-repeat: no-repeat;
  background-position: center center !important;
  width: 384px !important;
  height: 62px !important;
  display: block;
  margin-top: 30px !important;
}
#about03 .about-right .btn-about {
  background-image: url(../img/btn_about03_on.png);
  background-repeat: no-repeat;
  background-position: center center !important;
  width: 384px !important;
  height: 62px !important;
  display: block;
  margin-top: 30px !important;
}
#about01 .about-right .btn-about img:hover, #about02 .about-right .btn-about img:hover, #about03 .about-right .btn-about img:hover {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/* 求人情報PICKUP */
#pickup {
  padding-bottom: 40px;
  background: url("../img/bg2.jpg")
}
#pickup .title-pickup {
  height: 160px;
  width: 100%;
  line-height: 160px;
  color: #fff;
  font-size: 2.2em;
  text-align: center;
  /*	background: #3f4550;*/
  background-image: url(../img/bg_pickup.gif);
  background-repeat: repeat;
  font-weight: 700;
}
#pickup .inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
}
#pickup .front-loop-cont {
  padding: 30px 0px 0px 0px;
}
#pickup .getPost {
  border-bottom: thin dotted #c6c8ca;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
#pickup span {
  position: absolute;
  left: 0;
  top: 3;
  background: #3f4550;
  border-radius: 2px;
  color: #fff;
  text-align: center !important;
  padding: 0px 5px 0px 5px;
  display: inline-block;
  font-size: 0.8em;
  margin-top: 2px;
  letter-spacing: 0px;
}
#pickup .getPost a:link, #pickup .getPost a:visited, #pickup .getPost a:visited {
  color: #3f4550;
  padding-left: 40px;
  text-decoration: none;
}
/* ローカルナビ */
#local-nav {
  background: #eeeeee !important;
  padding: 0px !important;
  margin: 0px;
}
#local-nav .inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 50px 0 !important;
}
#local-nav ul {
  margin: 0;
  padding: 0;
}
#local-nav ul li {
  display: inline-block;
  width: 336px;
  height: 286px;
  margin-left: 0px !important;
  margin-right: 34px;
  text-align: center;
  position: relative;
  padding: 0;
  margin-bottom: 25px;
  background-size: auto 100%;
  transition: 0.3s;
  overflow: hidden;
  background-color: #000;
}
#local-nav ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000000;
  text-align: center !important;
  margin: 0;
  padding: 0;
}
#local-nav ul li div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  text-align: center !important;
  width: 100%;
  z-index: 1;
}
#local-nav ul li div img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#local-nav ul li:nth-child(1) div {
  position: absolute;
  top: 50%;
  left: 35%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
#local-nav ul li:nth-child(2) div {
  position: absolute;
  top: 50%;
  left: 35%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
#local-nav ul li:nth-child(6) div {
  position: absolute;
  top: 50%;
  left: 65%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  color: #3f454f;
}
#local-nav ul li:nth-child(7) div {
  position: absolute;
  top: 25%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
#local-nav ul a:link, #local-nav ul a:visited, #local-nav ul a:active {
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
  color: #fff;
  cursor: pointer;
}
#local-nav ul li:nth-child(1) a:link, #local-nav ul li:nth-child(1) a:visited, #local-nav ul li:nth-child(1) a:active, #local-nav ul li:nth-child(2) a:link, #local-nav ul li:nth-child(2) a:visited, #local-nav ul li:nth-child(2) a:active {
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
  color: #3f4550;
}
#local-nav ul li:nth-child(2), #local-nav ul li:nth-child(5), #local-nav ul li:nth-child(7), #local-nav ul li:nth-child(9) {
  margin-right: 0px;
}
#local-nav ul li p {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
#local-nav ul li span {
  font-size: 17px;
  font-weight: 700;
}
#local-nav ul li:nth-child(1), #local-nav ul li:nth-child(6) {
  width: 708px;
}
#local-nav ul li:nth-child(1):after {
  background-image: url(../img/bg_local-ban01.jpg);
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
#local-nav ul li:nth-child(1):hover:after, #local-nav ul li:nth-child(2):hover:after, #local-nav ul li:nth-child(3):hover:after, #local-nav ul li:nth-child(4):hover:after, #local-nav ul li:nth-child(5):hover:after, #local-nav ul li:nth-child(6):hover:after, #local-nav ul li:nth-child(7):hover:after, #local-nav ul li:nth-child(8):hover:after, #local-nav ul li:nth-child(9):hover:after {
  opacity: .8;
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
#local-nav ul li:nth-child(2):after {
  background-image: url(../img/bg_local-ban02.jpg);
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
#local-nav ul li:nth-child(3):after {
  background-image: url(../img/bg_local-ban03.jpg);
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
#local-nav ul li:nth-child(4):after {
  background-image: url(../img/bg_local-ban04.jpg);
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
#local-nav ul li:nth-child(5):after {
  background-image: url(../img/bg_local-ban05.jpg);
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
#local-nav ul li:nth-child(6):after {
  background-image: url(../img/bg_local-ban06.jpg);
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
#local-nav ul li:nth-child(7):after {
  background-image: url(../img/bg_local-ban07.png);
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
#local-nav ul li:nth-child(8):after {
  background-image: url(../img/bg_local-ban08.jpg);
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
#local-nav ul li:nth-child(9):after {
  background-image: url(../img/bg_local-ban09.jpg);
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
#local-nav .ico-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 0px;
}
/* フッター */
#footer-tel {
  background-image: url(../img/bg_footer-tel.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 60px !important;
  padding-bottom: 25px !important;
  text-align: center;
}
#footer-tel .inner {
  background-image: url(../img/bg_footer-tel-box.png);
  width: 763px;
  height: auto;
  padding: 30px;
  margin-left: auto;
  margin-right: auto;
}
#footer-tel .inner p {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
  display: block;
}
#footer-tel .inner .footer-cv {
  margin-top: 0px !important;
  margin-bottom: 25px !important;
  display: inline-block;
  background-image: url(../img/btn_footer_on.svg);
  background-position: center center;
  background-size: 507px 62px;
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
  padding: 0 !important;
  width: 507px;
  height: 62px
}
#footer-tel .inner .footer-cv img {
  width: 507px;
  height: 62px
}
#footer-tel .inner .footer-cv img:hover {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 507px;
  height: 62px
}
#footer-tel .inner div {
  width: 660px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  z-index: auto;
  display: flex;
  justify-content: space-between
}
#footer-tel .inner div span img {
  width: 100%;
  height: auto;
  width: 309px;
  height: 61px;
}
#footer-tel .inner div span:nth-child(1) {
  /*	float:left;*/
  width: 309px;
  height: 61px;
}
#footer-tel .inner div span:nth-child(2) {
  /*float:right;*/
  width: 309px;
  height: 61px;
}
#footer-tel .gototop {
  padding-top: 30px;
}
#footer-nav01 {
  background: #e97f89;
  height: 67px;
  line-height: 67px;
  text-align: center;
}
#footer-nav01 li {
  display: inline-block;
}
#footer-nav01 li:after {
  content: "　｜　";
  color: #fff;
}
#footer-nav01 li:last-child:after {
  content: " ";
  color: #fff;
}
#footer-nav01 li a:link, #footer-nav01 li a:visited, #footer-nav01 li a:active {
  color: #fff;
  text-decoration: none;
}
#footer {
  width: 100%;
  background: #3f4550;
  padding-top: 68px;
}
#footer .inner {
  width: 95%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
#footer .inner ul li {
  list-style: none;
  display: inline-block;
  margin-right: 30px;
  vertical-align: top;
}
#footer .inner ul li ul li {
  list-style: none;
  display: block;
  margin-bottom: 10px;
}
#footer .inner ul li ul li a:link, #footer .inner ul li ul li a:visited, #footer .inner ul li ul li a:active {
  color: #fff;
  text-decoration: none;
}
#footer .copyright {
  text-align: center;
  color: #fff;
  padding: 30px;
  font-size: 12px;
}
/*===============================================
画面の横幅が480pxから614pxの間（FV女性モデル非表示用）
===============================================*/
@media screen and (min-width: 481px) and (max-width: 640px) {
  /*この部分にタブレット用・スマホ用に対応させたいCSSコードを入力していく*/
  section #fv-inner {
    background-image: url(none) !important;
  }
}
/*===============================================
画面の横幅が640pxから1080pxの間（タブレット用）
===============================================*/
@media screen and (min-width: 641px) and (max-width: 1080px) {
  /*この部分にタブレット用・スマホ用に対応させたいCSSコードを入力していく*/
  #fv-inner {
    width: 100%;
    height: auto;
    padding-top: 35%;
    background-image: url(../img/fv_model_tab.png) !important;
    background-position: right bottom !important;
    background-repeat: no-repeat;
    background-size: 1400px auto !important;
  }
  #fv .main-copy {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 40%;
    -webkit-transform: translate(-50%, -40%); /* Safari用 */
    transform: translate(-50%, -40%);
  }
  #fv .main-copy img {
    width: 100%;
    height: auto;
  }
  .about-right .top-tri {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
  }
}
/*===============================================
画面の横幅が768pxまで（スマホ用）
===============================================*/
@media screen and (min-width: 1px) and (max-width: 640px) {
  /*この部分にタブレット用・スマホ用に対応させたいCSSコードを入力していく*/
  .onlyPc, .pc {
    display: none !important;
  }
  .onlySp, sp {
    display: block !important;
  }
  #fv-inner {
    width: 100vw;
    height: auto;
    padding-top: 15%;
    background-image: url(../img/fv_model_sp.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* ファーストビュー */
  #fv {
    background-image: url(../img/bg_fv.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
  }
  #fv h1 {
    position: absolute;
    right: 15px;
    width: 93%;
    top: 50%;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
	  margin-top:-60%;
  }
  #fv .main-copy {
    width: 80%;
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
    text-align: left;
  }
  #fv .main-copy img {
    width: 100%;
    height: auto;
  }
  #fv .main-copy h2 {
    font-size: 66px;
    font-weight: 900;
    color: #fff;
    letter-spacing: -0.05em;
    line-height: 70px;
    margin-bottom: 30px;
  }
  #fv .main-copy ul {
    margin-top: 40px;
    padding: 0;
  }
  #fv .main-copy li {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    height: 67px;
    padding-top: 10px;
    line-height: 2em;
  }
  #fv .main-copy li:first-child {
    background-image: url(../img/beginner.svg);
    background-position: left 5px center;
    background-repeat: no-repeat;
    background-size: 30px auto;
    padding-left: 55px;
    margin-right: 0px;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
  }
  #fv .main-copy li:last-child {
    background-image: url(../img/diamond.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 40px auto;
    padding-left: 55px;
  }
  #fv .fv-scroll {
    width: 25px !important;
    height: auto;
  }
  .about-right .top-tri {
    width: 40px;
    position: absolute;
    top: -25px;
    left: 45% !important;
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
/* Tablet & Smartphone  ********************************************************************************/
@media only screen and (min-width: 1px) and (max-width: 1080px) {
  /*ここにtablet・smartphone用スタイルを記述*/
  .onlyPc, .pc {
    display: none !important;
    width: 0px !important;
    height: 0px !important;
  }
  .onlySp, .sp {
    display: block !important;
    width: 100%;
  }
  section #fv-inner {
    width: 100vw;
    height: 100vh;
    padding-top: 25%;
    background-image: url(../img/fv_model_sp.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0px;
  }
  #fv .main-copy li:first-child {
    margin-left: 5px;
    margin-bottom: 10px;
  }
  #fv .fv-scroll {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
  }
  /* トップアバウト */
  .title-eng {
    width: 100%;
    height: 90px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    line-height: 90px;
    letter-spacing: 0.4em;
    color: #373737;
    font-size: 18px;
  }
  #about01 {}
  #about01 .about-left, #about02 .about-left, #about03 .about-left {
    width: 100%;
    height: auto;
    min-height: 250px;
    background-color: #e97f89;
    float: none;
    background-image: url(../img/bg_logo.png);
    background-repeat: no-repeat;
    background-position: bottom center !important;
    position: relative;
    background-size: 50%;
  }
  .about-left div {
    min-width: 90%;
    float: right;
    margin-right: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
  }
  .about-left div h3 {
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 22px;
  }
  .about-left div p {
    color: #fff;
  }
  #about01 .about-right {
    width: 100%;
    height: auto;
    min-height: 350px;
    background-color: #fff;
    float: none;
    background-image: url(../img/bg_about01_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about-right .top-tri {
    position: absolute;
    top: -25px;
    left: 47%;
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #about02 .about-right {
    width: 100%;
    height: auto;
    min-height: 350px;
    background-color: #fff;
    float: right;
    background-image: url(../img/bg_about02_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  #about03 .about-right {
    width: 100%;
    height: auto;
    min-height: 350px;
    background-color: #fff;
    float: right;
    background-image: url(../img/bg_about03_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  #about01 .about-right div, #about02 .about-right div, #about03 .about-right div {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
    padding: 50px 30px 30px 30px;
  }
  #about01 .about-right div h3, #about03 .about-right div h3 {
    color: #373737;
    font-size: 1.2em;
    margin-bottom: 15px;
    text-shadow: 1px 1px 15px #ffF, -2px 2px 5px #ffF, 2px -2px 5px #ffF, -2px -2px 5px #ffF;
    margin-left: 20px;
  }
  .about-right ul {
    margin-bottom: 20px !important;
    margin-left: 20px;
  }
  #about01 .about-right div ul li, #about03 .about-right div ul li {
    list-style: none;
    color: #373737;
    font-size: 15px;
    margin-bottom: 10px;
    text-shadow: 1px 1px 5px #ffF, -2px 2px 2px #ffF, 2px -2px 2px #ffF, -2px -2px 2px #ffF;
    background-image: url(../img/chk_pnk.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
  }
  #about02 .about-right div h3 {
    color: #FFF;
    font-size: 22px;
    margin-bottom: 15px;
    margin-left: 20px;
  }
  .about-right div ul {
    margin-bottom: 20px;
  }
  #about02 .about-right div ul li {
    list-style: none;
    color: #FFF;
    font-size: 15px;
    margin-bottom: 10px;
    background-image: url(../img/chk_wht.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
  }
  #about01 .about-right .btn-about, #about02 .about-right .btn-about, #about03 .about-right .btn-about {
    width: 90% !important;
    height: auto !important;
    display: block;
    margin-top: 30px !important;
    background-image: url(none);
    margin-left: auto;
    margin-right: auto;
  }
  #about01 .about-right .btn-about img, #about02 .about-right .btn-about img, #about03 .about-right .btn-about img {
    width: 100%;
    height: auto;
  }
  #about01 .about-right .btn-about img:hover, #about02 .about-right .btn-about img:hover, #about03 .about-right .btn-about img:hover {
    opacity: 100;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  /* 求人情報PICKUP */
  #pickup {}
  #pickup .title-pickup {
    height: 100px;
    width: 100%;
    line-height: 100px;
    color: #fff;
    font-size: 1.2em;
    text-align: center;
    background: #3f4550;
    font-weight: 700;
    background-image: url(../img/bg_pickup.gif);
    background-repeat: repeat;
  }
  #pickup .inner {
    max-width: 1080px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  #pickup .front-loop-cont {
    padding: 10px 0px 0px 0px;
  }
  #pickup .getPost {
    width: 100% !important;
    border-bottom: thin dotted #c6c8ca;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
  }
  #pickup .getPost a:link, #pickup .getPost a:visited, #pickup .getPost a:visited {
    color: #3f4550;
    padding-left: 40px;
    text-decoration: none;
    font-size: 0.9em;
    line-height: 0.5em !important;
  }
  /* ローカルナビ */
  #local-nav {
    background: #eeeeee;
  }
  #local-nav .inner {
    max-width: 1080px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
  }
  #local-nav ul {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  #local-nav ul li {
    display: block;
    width: 100% !important;
    height: 130px;
    margin-right: 0px;
    margin-left: auto;
    text-align: center;
    position: relative;
    padding: 0;
    margin-bottom: 15px;
    background-size: auto 100%;
    transition: 0.3s;
    overflow: hidden;
    background-color: #000;
  }
  #local-nav ul li div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    z-index: 1;
  }
  #local-nav ul li:nth-child(1) div {
    position: absolute;
    top: 50%;
    left: 35%;
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
  }
  #local-nav ul li:nth-child(2) div {
    position: absolute;
    top: 50%;
    left: 35%;
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
  }
  #local-nav ul li:nth-child(7) div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%); /* Safari用 */
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
  }
  #local-nav ul a:link, #local-nav ul a:visited, #local-nav ul a:active {
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
    color: #fff;
    cursor: pointer;
  }
  #local-nav ul li:nth-child(1) a:link, #local-nav ul li:nth-child(1) a:visited, #local-nav ul li:nth-child(1) a:active, #local-nav ul li:nth-child(2) a:link, #local-nav ul li:nth-child(2) a:visited, #local-nav ul li:nth-child(2) a:active {
    text-decoration: none;
    display: block;
    height: 100%;
    width: 100%;
    color: #3f4550;
  }
  #local-nav ul li p {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0px;
  }
  #local-nav ul li span {
    font-size: 13px;
    font-weight: 700;
  }
  #local-nav ul li:nth-child(1):after {
    background-image: url(../img/bg_local-ban01.jpg);
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  #local-nav ul li:nth-child(1):hover:after, #local-nav ul li:nth-child(2):hover:after, #local-nav ul li:nth-child(3):hover:after, #local-nav ul li:nth-child(4):hover:after, #local-nav ul li:nth-child(5):hover:after, #local-nav ul li:nth-child(6):hover:after, #local-nav ul li:nth-child(7):hover:after, #local-nav ul li:nth-child(8):hover:after, #local-nav ul li:nth-child(9):hover:after {
    opacity: .8;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  #local-nav ul li:nth-child(2):after {
    background-image: url(../img/bg_local-ban02_sp.jpg);
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  #local-nav ul li:nth-child(3):after {
    background-image: url(../img/bg_local-ban03.jpg);
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  #local-nav ul li:nth-child(4):after {
    background-image: url(../img/bg_local-ban04.jpg);
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  #local-nav ul li:nth-child(5):after {
    background-image: url(../img/bg_local-ban05.jpg);
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  #local-nav ul li:nth-child(6):after {
    background-image: url(../img/bg_local-ban06.jpg);
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  #local-nav ul li:nth-child(7):after {
    background-image: url(../img/bg_local-ban07_sp.png);
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  #local-nav ul li:nth-child(8):after {
    background-image: url(../img/bg_local-ban08.jpg);
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  #local-nav ul li:nth-child(9):after {
    background-image: url(../img/bg_local-ban09.jpg);
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  #local-nav .ico-center {
    display: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 0px;
  }
  /* フッター */
  #footer-tel {
    background-image: url(../img/bg_footer-tel.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 60px;
    padding-bottom: 25px;
    text-align: center;
  }
  #footer-tel .inner {
    background-image: url(../img/bg_footer-tel-box.png);
    background-size: cover;
    width: 90%;
    height: auto;
    padding: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  #footer-tel .inner p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
  }
  #footer-tel .inner .footer-cv {
    margin-top: 35px;
    margin-bottom: 35px;
    display: block;
    background-image: none !important;
    width: auto;
    height: auto;
  }
  #footer-tel .inner .footer-cv img {
    width: 100%;
    height: auto;
  }
  #footer-tel .inner .footer-cv img:hover {
    opacity: 100;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #footer-tel .inner div {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    z-index: auto;
    display: block;
  }
  #footer-tel .inner div span img {
    width: 100%;
    height: auto;
  }
  #footer-tel .inner div span:nth-child(1) {
    float: none;
    margin-bottom: 25px;
    width: 100%;
    display: block;
  }
  #footer-tel .inner div span:nth-child(2) {
    float: none;
    width: 100%;
  }
  #footer-nav01 {
    background: #e97f89;
    height: auto;
    line-height: 67px;
    text-align: center;
  }
  #footer-nav01 li {
    display: block;
    border-bottom: 1px solid #f0a6ad;
    padding-bottom: 0px;
  }
  #footer-nav01 li:last-child {
    border-bottom: 0px solid #fff;
  }
  #footer-nav01 li:after {
    content: " ";
    color: #fff;
  }
  #footer-nav01 li:last-child:after {
    content: " ";
    color: #fff;
  }
  #footer-nav01 li a:link, #footer-nav01 li a:visited, #footer-nav01 li a:active {
    color: #fff;
    text-decoration: none;
    width: 100%;
    display: block;
    height: 100%;
  }
  #footer {
    width: 100%;
    background: #3f4550;
    padding-top: 68px;
  }
  #footer .inner {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  #footer .inner ul li {
    list-style: none;
    display: block;
    margin-right: 0px;
    vertical-align: top;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  #footer .inner ul .footer-logo {
    text-align: center;
  }
  #footer .inner ul li ul li {
    list-style: none;
    display: block;
    margin-bottom: 0px;
    line-height: 55px;
    border-bottom: 1px solid #656a73;
    padding-left: 30px;
  }
  #footer .inner ul li ul li a:link, #footer .inner ul li ul li a:visited, #footer .inner ul li ul li a:active {
    color: #fff;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
  }
  #footer .copyright {
    text-align: center;
    color: #fff;
    padding: 30px;
    font-size: 12px;
  }
}