@charset "UTF-8";
/* ----------------------------------------
 Reset
---------------------------------------- */
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, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

/* ----------------------------------------
 Base
---------------------------------------- */
html {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Quicksand, Osaka, sans-serif;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  background: #f6f6f6;
  color: #000;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  text-align: justify;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

* {
  margin: 0;
  padding: 0;
  font-style: normal;
  list-style: none;
}

a {
  display: block;
  color: #000;
  text-decoration: none;
  border: none;
  transition: 1s;
}
a img {
  transition: 1s;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: 0.3s;
}
a:hover img {
  opacity: 0.7;
  transition: 0.3s;
}

a:focus, *:focus {
  outline: none;
}

br {
  line-height: 1;
}

img {
  vertical-align: bottom;
}

input[type="button"], input[type="submit"], select, button {
  cursor: pointer;
}

body.ios a img {
  opacity: 1;
}

input[type="button"], input[type="submit"], input[type="text"], select, button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}

input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder {
  color: #aaa;
  font-weight: normal;
}

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

.clearfix {
  zoom: 1;
}

.cl {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.pc-in {
  display: inline-block;
}

.sp-in {
  display: none;
}

.pc-table {
  display: table;
}

.sp-table {
  display: none;
}

.clear-both {
  clear: both;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }

  img {
    width: 100%;
  }

  input[type="text"], select, textarea {
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .pc-in {
    display: none;
  }

  .sp-in {
    display: inline-block;
  }

  .pc-table {
    display: none;
  }

  .sp-table {
    display: table;
  }
    .videosp{
        width: 90%;
    }





}
.readMore {
  font-size: 14px;
  width: 190px;
}
.readMore__arrow {
  vertical-align: baseline;
  padding-right: 20px;
  transition: 1s;
}

a:hover .readMore__arrow {
  -webkit-transform: translate(8px, 0);
  -moz-transform: translate(8px, 0);
  -ms-transform: translate(8px, 0);
  -o-transform: translate(8px, 0);
  transform: translate(8px, 0);
  transition: 0.3s;
}

.ratioFixed {
  position: relative;
}
.ratioFixed:before {
  transition: background-size 1s ease;
  content: "";
  display: block;
  padding-top: 80%;
}
.ratioFixed__content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.ratioFixed--60 {
  width: 60%;
}
.ratioFixed--40 {
  width: 40%;
}
.ratioFixed--40:before {
  padding-top: 60%;
}

a:hover .ratioFixed:before {
  transition: background-size 0.3s ease;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url('../htdocs/images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('../htdocs/fonts/slick.eot');
  src: url('../htdocs/fonts/slick.eot?#iefix') format("embedded-opentype"), url('../htdocs/fonts/slick.woff') format("woff"), url('../htdocs/fonts/slick.ttf') format("truetype"), url('../htdocs/fonts/slick.svg#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  display: none;
  left: 25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  display: none;
  right: 25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.sp-on {
  display: none;
}

.wrapper {
  min-width: 1280px;
}

.header {
  margin: 0 0 18px 64px;
  padding-top: 58px;
  position: relative;
}
.header--under {
  padding-top: 30px;
}
.header__ttl--under {
  text-align: center;
}
.header--bg::before {
  content: "";
  position: absolute;
  background: url(..//img/common/bg_stripe_s03.png);
  width: 18%;
  height: 500px;
  z-index: -1;
  left: -70px;
  top: 0;
}

.gnavi {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
}
.gnavi__entry {
  width: 256px;
  line-height: 54px;
  background: #ffff00;
  text-align: center;
  margin-bottom: 32px;
  transition: 1s;
}
.gnavi__entry img {
  vertical-align: middle;
}
.gnavi__entry a {
  display: block;
}
.gnavi__entry:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.gnavi__li {
  text-align: center;
  background: #fff;
  margin-bottom: 8px;
}
.gnavi__li img {
  vertical-align: middle;
}
.gnavi__li--1 {
  width: 87px;
}
.gnavi__li--2 {
  width: 66px;
}
.gnavi__li--3 {
  width: 78px;
}
.gnavi__li--4 {
  width: 124px;
}
.gnavi__li--5 {
  width: 165px;
}
.gnavi__li--6 {
  width: 78px;
}
.gnavi__li--on {
  background: #000;
}

.footer {
  padding-bottom: 50px;
  background: #fff;
}
.footer__left {
  float: left;
  margin-left: 128px;
}
.footer__left img {
  width: 203px;
}
.footer__copyRight {
  font-size: 12px;
}
.footer__right {
  float: right;
  margin: 36px 64px 0 0;
}
.footer__snsIcon {
  margin-left: 20px;
  display: inline-block;
}

.fnavi {
  margin: 0 0 50px 128px;
}
.fnavi__li {
  float: left;
  margin-right: 2%;
  line-height: 80px;
}
.fnavi__li img {
  vertical-align: middle;
}
.fnavi__li--1 {
  width: 87px;
}
.fnavi__li--2 {
  width: 66px;
}
.fnavi__li--3 {
  width: 78px;
}
.fnavi__li--4 {
  width: 124px;
}
.fnavi__li--5 {
  width: 165px;
}
.fnavi__li--6 {
  width: 78px;
}
.fnavi__li:last-of-type {
  margin-right: 0;
}
.fnavi__entry {
  float: right;
  background: #ffff00;
  width: 32%;
  line-height: 80px;
  text-align: center;
  transition: 1s;
}
.fnavi__entry img {
  vertical-align: middle;
}
.fnavi__entry a {
  display: block;
}
.fnavi__entry:hover {
  opacity: 0.7;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .pc-on {
    display: none;
  }

  .sp-on {
    display: block;
  }

  .wrapper {
    min-width: 0;
    overflow: hidden;
  }

  .headerContain {
    background: #fff;
    margin-bottom: 30px;
  }

  .header {
    margin: 0;
    padding: 0 0 0 6px;
    float: left;
    width: 180px;
  }
  .header__ttl {
    line-height: 30px;
  }
  .header__ttl img {
    width: 110%;
    vertical-align: middle;
  }
  .header--bg::before {
    content: "";
    position: absolute;
    background: url(..//img/common/bg_stripe_s03.png);
    width: 39%;
    height: 330px;
    z-index: -1;
    left: -6px;
  }

  .gnavi__entry {
    float: right;
    width: 82px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .gnavi__entry img {
    width: 50px;
  }
  .gnavi__navToggle {
    float: right;
  }
  .gnavi__navi {
    width: 0px;
    display: none;
    margin-top: 30px;
    padding: 10px;
    background: #fff;
    transition: 1s;
  }
  .gnavi__navi.is-openNav {
    display: block;
    width: 200px;
    transition: 0.3s;
  }
  .gnavi__li:last-child {
    margin-bottom: 0;
  }

  #navToggle {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: relative;
    width: 30px;
    height: 30px;
    background-color: #000;
    padding: 10px;
    z-index: 100;
  }
  #navToggle span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 20px;
  }
  #navToggle span:nth-of-type(1) {
    top: 9px;
    left: 20%;
    width: 60%;
  }
  #navToggle span:nth-of-type(2) {
    top: 47%;
    left: 20%;
    width: 0px;
  }
  #navToggle span:nth-of-type(3) {
    bottom: 10px;
    left: 20%;
    width: 60%;
  }
  #navToggle.is-openNav span:nth-of-type(1) {
    -webkit-transform: translateY(5px) rotate(-315deg);
    transform: translateY(5px) rotate(-315deg);
  }
  #navToggle.is-openNav span:nth-of-type(2) {
    opacity: 0;
  }
  #navToggle.is-openNav span:nth-of-type(3) {
    -webkit-transform: translateY(-3px) rotate(315deg);
    transform: translateY(-3px) rotate(315deg);
  }

  #menu.is-openNav {
    display: block;
  }

  .readMore {
    font-size: 10px;
    width: 118px;
  }
  .readMore img {
    width: 40px;
  }
  .readMore__arrow {
    padding-right: 10px;
  }

  .footer__left {
    float: none;
    margin-left: 0;
    text-align: center;
  }
  .footer__left img {
    width: 136px;
  }
  .footer__right {
    float: none;
    width: 150px;
    margin: 0 auto 24px;
  }
  .footer__right img {
    width: 42px;
  }
  .footer__copyRight {
    font-size: 10px;
    text-align: center;
  }

  .fnavi {
    margin: 0 0 30px;
  }
  .fnavi__entry {
    float: none;
    width: 100%;
    line-height: 40px;
    overflow: hidden;
  }
  .fnavi__entry img {
    width: 60px;
    margin: 0 auto;
  }
  .fnavi__li {
    margin-right: 0;
    width: 50%;
    padding-left: 6%;
    box-sizing: border-box;
    line-height: 50px;
  }
  .fnavi__li img {
    height: 18px;
    width: auto;
  }
}
#TOP .wrapper {
  position: relative;
  z-index: 0;
}
#TOP .mainvisual {
  position: relative;
  z-index: 10;
  margin-bottom: -168px;
}
#TOP .mainvisual__head {
  margin-left: 64px;
  position: relative;
  z-index: 20;
}
#TOP .mainvisual__photo {
  position: relative;
  z-index: 5;
  margin-top: -80px;
  margin-left: 64px;
  padding-left: 64px;
}
#TOP .mainvisual__photo img {
  width: 100%;
}
#TOP .mainvisual__stripeBoxS {
  float: left;
  margin-top: -258px;
  background: url(../img/common/bg_stripe_s.png);
  width: 25%;
  height: 890px;
}
#TOP .mainvisual__stripeBoxV {
  float: left;
  background: url(../img/common/bg_stripe_v.png);
  width: 17%;
  height: 220px;
}
#TOP .mainvisual__stripeBoxH {
  float: right;
  background: url(../img/common/bg_stripe_h.png);
  width: 29%;
  height: 380px;
}
#TOP .mainvisual__txt {
  float: left;
  width: 58%;
  height: 420px;
  background: #fff;
}
#TOP .mainvisual__txt a {
  width: 334px;
  display: block;
  margin: 120px auto 0;
}
#TOP .mainvisual__readMore {
  text-align: left;
  margin-top: 40px;
}
#TOP .member {
  position: relative;
  z-index: 20;
  background: #fff;
  padding: 100px 0 120px;
  background: linear-gradient(to right, #ffffff 80%, rgba(0, 0, 0, 0) 20%);
}
#TOP .member__head {
  margin: 0 0 42px 128px;
}
#TOP .member__contents {
  margin: 0 128px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
#TOP .member__member {
  width: 23%;
}
#TOP .member__photo {
  margin-bottom: 14px;
}
#TOP .member__photo img {
  width: 100%;
}
#TOP .member__txt--info {
  font-size: 12px;
}
#TOP .member__txt--name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#TOP .ratioFixed {
  float: left;
  color: #fff;
}
#TOP .ratioFixed--01:before {
  background: url(../img/top/bg_toUnder_01.png) no-repeat;
}
#TOP .ratioFixed--02:before {
  background: url(../img/top/bg_toUnder_02.png) no-repeat;
}
#TOP .ratioFixed--03:before {
  background: url(../img/top/bg_toUnder_03.png) no-repeat;
}
#TOP .ratioFixed:before {
  background-position: center center;
  background-size: 101% auto;
}
#TOP .ratioFixed__content {
  text-align: center;
}
#TOP .ratioFixed__content--01 {
  top: 50%;
}
#TOP .ratioFixed__content--02, #TOP .ratioFixed__content--03 {
  top: 40%;
}
#TOP .ratioFixed__readMore--01 {
  margin-top: 40px;
  width: auto;
}
#TOP .ratioFixed__readMore--02, #TOP .ratioFixed__readMore--03 {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
#TOP a:hover .ratioFixed:before {
  background-size: 110% auto;
}
#TOP .recruit__top {
  position: relative;
  top: 120px;
  z-index: 20;
  background: #fff;
  margin: 0 128px;
  height: 330px;
}
#TOP .recruit__head {
  text-align: center;
  position: absolute;
  z-index: 30;
  left: 0;
  right: 0;
  top: 60px;
}
#TOP .recruit__line {
  border-bottom: 2px solid #000;
  width: 95px;
  margin: 0 auto 30px;
  padding-top: 110px;
}
#TOP .recruit__txt {
  text-align: center;
  line-height: 2;
}
#TOP .recruit__under {
  border: 1px solid #000;
  width: 388px;
  height: 94px;
  position: relative;
  z-index: 30;
  margin: 70px auto 0;
}
#TOP .recruit__under:hover {
  background: rgba(255, 255, 255, 0.7);
}
#TOP .recruit__readMore {
  width: 210px;
  margin: 35px 0 0 30px;
}
#TOP .recruit__readMore .readMore__arrow {
  padding-right: 44px;
}
#TOP .recruit__stripeBoxV {
  position: absolute;
  background: url(../img/common/bg_stripe_v.png);
  height: 220px;
  width: 16%;
}
#TOP .recruit__stripeBoxS {
  margin-top: -232px;
  float: right;
  background: url(../img/common/bg_stripe_S.png);
  height: 500px;
  width: 34.5%;
}
@media only screen and (max-width: 767px) {
  #TOP .mainvisual__head {
    width: 74%;
    margin-left: 6vw;
  }
  #TOP .mainvisual__photo {
    margin: -40px 0 0;
    padding-left: 14vw;
  }
  #TOP .mainvisual__txt {
    height: 230px;
    width: 76vw;
  }
  #TOP .mainvisual__txt a {
    width: 210px;
    margin: 60px auto 0;
  }
  #TOP .mainvisual__readMore {
    margin-top: 30px;
  }
  #TOP .mainvisual__stripeBoxS {
    height: 258px;
  }
  #TOP .mainvisual__stripeBoxV {
    float: right;
    width: 24vw;
    height: 100px;
  }
  #TOP .mainvisual__stripeBoxH {
    width: 52vw;
    height: 140px;
  }
  #TOP .member {
    clear: both;
    background: #fff;
    padding: 40px 0 20px;
  }
  #TOP .member__head {
    margin: 0 0 30px;
    text-align: center;
  }
  #TOP .member__head img {
    width: auto;
    height: 16px;
  }
  #TOP .member__contents {
    margin: 0 30px;
    flex-flow: row wrap;
  }
  #TOP .member__member {
    width: 48%;
    padding-bottom: 36px;
  }
  #TOP .member__txt--info {
    font-size: 10px;
    margin-bottom: 6px;
  }
  #TOP .member__txt--name {
    font-size: 14px;
    margin-bottom: 6px;
  }
  #TOP .ratioFixed--60 {
    width: 100%;
  }
  #TOP .ratioFixed--60:before {
    padding-top: 80%;
  }
  #TOP .ratioFixed--40 {
    width: 50%;
  }
  #TOP .ratioFixed--40:before {
    padding-top: 66%;
  }
  #TOP .ratioFixed--01 img:not(.readMore__arrow) {
    width: auto;
    height: 14px;
  }
  #TOP .ratioFixed--02 img:not(.readMore__arrow) {
    width: auto;
    height: 34px;
  }
  #TOP .ratioFixed--03 img:not(.readMore__arrow) {
    width: auto;
    height: 34px;
  }
  #TOP .ratioFixed__content--01 {
    top: 42%;
  }
  #TOP .ratioFixed__content--02 {
    top: 28%;
  }
  #TOP .ratioFixed__content--03 {
    top: 28%;
  }
  #TOP .recruit__top {
    margin: 0 30px;
    height: 190px;
    top: 45px;
  }
  #TOP .recruit__head {
    top: 20px;
  }
  #TOP .recruit__head img {
    width: auto;
    height: 16px;
  }
  #TOP .recruit__line {
    width: 65px;
    padding-top: 60px;
    margin: 0 auto 10px;
  }
  #TOP .recruit__txt {
    font-size: 10px;
    line-height: 2;
  }
  #TOP .recruit__under {
    width: 60%;
    height: 47px;
    margin: 20px auto 0;
  }
  #TOP .recruit__readMore {
    margin: 15px auto 0;
    width: 170px;
  }
  #TOP .recruit__readMore .readMore__arrow {
    padding-right: 14px;
  }
  #TOP .recruit__stripeBoxV {
    height: 80px;
  }
  #TOP .recruit__stripeBoxS {
    height: 320px;
  }
}

#index {
  width: 100%;
}
#index .readMore {
  width: inherit;
}
#index .readMore img {
  width: 100%;
}
#index .wrapper {
  width: 100%;
}
#index .wrapper .container {
  padding: 100px 130px 0 130px;
  position: relative;
  z-index: 2;
}
#index .background {
  position: absolute;
  width: 100%;
  z-index: 1;
}
#index .background__stlipeboxS {
  background: url(../img/common/bg_stripe_s.png);
  width: 25%;
  height: 80vh;
}
#index .background__stripeBoxV {
  background: url(../img/common/bg_stripe_v.png);
  width: 25%;
  height: 10vh;
}
#index .background__stripeBoxH {
  position: absolute;
  right: 0;
  bottom: -18vh;
  background: url(../img/common/bg_stripe_h.png);
  width: 29%;
  height: 28vh;
}
#index .background__stripeBoxBS {
  position: absolute;
  right: 0;
  bottom: -18vh;
  background: url(../img/common/bg_stripe_bs.png);
  width: 35%;
  height: 10vh;
}
#index .header {
  position: relative;
  width: 100%;
}
#index .header__ttl {
  position: absolute;
  top: 0;
  right: 0;
  width: 7%;
  min-width: 70px;
}
#index .header__ttl img {
  width: 100%;
}
#index .selectarea__ttl {
  width: 65%;
  margin-bottom: 60px;
}
#index .selectarea__ttl img {
  width: 100%;
}
#index .selectarea__buttonarea__top {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#index .selectarea__buttonarea__top__freshirs, #index .selectarea__buttonarea__top__mid {
  width: 49%;
  background-color: #f6f6f6;
}
#index .selectarea__buttonarea__top__freshirs__image, #index .selectarea__buttonarea__top__mid__image {
  width: 100%;
}
#index .selectarea__buttonarea__top__freshirs__ttl, #index .selectarea__buttonarea__top__mid__ttl {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  padding: 25px 0;
}
#index .selectarea__buttonarea__top__freshirs__ttl__allow, #index .selectarea__buttonarea__top__mid__ttl__allow {
  width: 12%;
  padding-right: 28%;
}
#index .selectarea__buttonarea__top__freshirs__ttl__allow img, #index .selectarea__buttonarea__top__mid__ttl__allow img {
  width: 100%;
}
#index .selectarea__buttonarea__top__freshirs__ttl__txtimage, #index .selectarea__buttonarea__top__mid__ttl__txtimage {
  width: 20%;
}
#index .selectarea__buttonarea__top__freshirs__ttl__txtimage img, #index .selectarea__buttonarea__top__mid__ttl__txtimage img {
  width: 100%;
}
#index .selectarea__buttonarea__bottom {
  border: 18px solid #ffff00;
  box-sizing: border-box;
  margin-top: 40px;
}
#index .selectarea__buttonarea__bottom__part__ttl {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  padding: 45px 0;
  background-color: #f6f6f6;
}
#index .selectarea__buttonarea__bottom__part__ttl__txtimage {
  width: 16%;
  padding: 0 43% 0 29%;
}
#index .selectarea__buttonarea__bottom__part__ttl__txtimage img {
  width: 100%;
}
#index .selectarea__buttonarea__bottom__part__ttl .readMore {
  width: 7%;
  padding: 0 0 0 4%;
}
#index .videoarea {
  padding: 0 130px 0 130px;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 140px;
}
#index .videoarea__size {
  margin-top: 18vh;
  height: 90vh;
  width: 100%;
  display: none;
}
#index .footer02 {
  padding: 50px 0 30px 0;
}
#index .footer02__logoarea, #index .footer02__snsarea, #index .footer02__copyRight {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
}
#index .footer02__logoarea {
  margin-bottom: 30px;
  width: 203px;
  padding: 0 40%;
}
#index .footer02__logoarea img {
  width: 100%;
}
#index .footer02__snsarea {
  margin-bottom: 30px;
}
#index .footer02__snsarea__tw {
  margin-right: 1.5%;
}
#index .footer02__snsarea li {
  width: 4%;
  min-width: 50px;
}
#index .footer02__snsarea li img {
  width: 100%;
}
#index .footer02__copyRight {
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  #index .wrapper .container {
    padding: 50px 8% 0 8%;
  }
  #index .header__ttl {
    min-width: 45px;
  }
  #index .background__stlipeboxS {
    height: 70vh;
  }
  #index .background__stripeBoxH {
    width: 40vw;
  }
  #index .background__stripeBoxBS {
    width: 55vw;
  }
  #index .selectarea__buttonarea__top__freshirs, #index .selectarea__buttonarea__top__mid {
    width: 100%;
  }
  #index .selectarea__buttonarea__top__freshirs__ttl, #index .selectarea__buttonarea__top__mid__ttl {
    padding: 20px 0 40px 0;
  }
  #index .selectarea__buttonarea__bottom {
    border: 10px solid #ffff00;
  }
  #index .selectarea__buttonarea__bottom__part__ttl {
    padding: 28px 0;
  }
  #index .selectarea__buttonarea__bottom__part__ttl__txtimage {
    width: 36%;
    padding: 0 15% 0 15%;
  }
  #index .selectarea__buttonarea__bottom__part__ttl .readMore {
    width: 13%;
    padding: 0 0 0 6%;
  }
  #index .videoarea {
    padding: 0;
    max-width: 1200px;
  }
  #index .videoarea__size {
    margin-top: 18vh;
    height: 40vh;
    width: 100%;
    background-color: #333;
  }
  #index .footer02 {
    padding: 30px 0;
  }
  #index .footer02__logoarea {
    margin-bottom: 30px;
    width: 40%;
    padding: 0 30%;
  }
  #index .footer02__snsarea__tw {
    margin-right: 4%;
  }
  #index .footer02__copyRight {
    font-size: 2vw;
  }
}

#about .container {
  z-index: 2;
}
#about .mainimg-area {
  position: relative;
  width: 90%;
  padding-right: 10%;
}
#about .mainimg-area img {
  width: 100%;
  z-index: 0;
  padding-bottom: 110px;
  padding-right: 10%;
  padding-top: 28px;
}
#about .mainimg-area::after {
  position: absolute;
  content: "";
  background: url(../img/common/bg_stripe_v.png);
  background-position: bottom right;
  right: 0;
  bottom: 0;
  width: 275px;
  height: 270px;
  z-index: -1;
}
#about .glowup-area {
  margin: 0 0 0 auto;
  width: 90%;
  padding-left: 10%;
  position: relative;
}
#about .glowup-area::after {
  position: absolute;
  content: "";
  background: url(../img/common/bg_stripe_h.png);
  bottom: 0;
  left: 0;
  width: 55%;
  height: 190px;
}
#about .glowup-area__02 {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 230px;
  padding-bottom: 190px;
  position: relative;
}
#about .glowup-area__02::before {
  position: absolute;
  content: "";
  background: url(../img/common/bg_stripe_bs02.png);
  right: 0;
  top: 0;
  width: 50%;
  height: 475px;
}
#about .glowup-area__02__txt {
  width: 44%;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.1em;
  top: -200px;
  position: absolute;
  line-height: 2;
}
#about .glowup-area__02__image02 {
  width: 38%;
  margin-right: 11%;
  margin-left: 50%;
}
#about .glowup-area__02__image02 img {
  width: 100%;
}
#about .glowup-area__01 {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#about .glowup-area__01__title {
  width: 31%;
  max-width: 355px;
}
#about .glowup-area__01__title img {
  width: 100%;
}
#about .glowup-area__01__image01 {
  width: 50%;
}
#about .glowup-area__01__image01 img {
  width: 100%;
}
#about .newlife-area {
  padding-bottom: 500px;
  position: relative;
  z-index: 0;
}
#about .newlife-area::before {
  content: "";
  position: absolute;
  background-image: url(../../assets/img/about/bg_img.jpg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  height: 560px;
  width: 100%;
  z-index: -1;
}
#about .newlife-area::after {
  content: "";
  position: absolute;
  background: url(../img/common/bg_stripe_s03.png);
  background-position: bottom right;
  bottom: 360px;
  right: 0;
  height: 486px;
  width: 20%;
  z-index: -2;
}
#about .newlife-area__01 {
  background-color: #fff;
  padding: 80px 6%;
  width: 68%;
  margin: 0 auto;
  z-index: 2;
}
#about .newlife-area__01__title {
  width: 50%;
  margin: 0 auto 50px auto;
  max-width: 512px;
}
#about .newlife-area__01__title img {
  width: 100%;
}
#about .newlife-area__01__txt {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
  line-height: 2;
}
#about .newlife-area__01__image {
  margin: 50px auto 50px auto;
  width: 100%;
}
#about .newlife-area__01__image img {
  width: 100%;
}
#about .overview-area {
  border-bottom: 1px solid  #ddd;
  width: 80%;
  margin: 100px auto 0 auto;
}
#about .overview-area__title {
  width: 15%;
  margin: 0 auto 50px auto;
  max-width: 122px;
}
#about .overview-area__title img {
  width: 100%;
}
#about .overview-area__txt {
  border-top: 1px solid  #ddd;
  border-bottom: 1px solid  #ddd;
  padding: 50px 0;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  line-height: 2;
}
#about .history-area {
  width: 80%;
  margin: 100px auto 260px auto;
}
#about .history-area__title {
  width: 15%;
  margin: 0 auto 50px auto;
  max-width: 57px;
}
#about .history-area__title img {
  width: 100%;
}
#about .overview-area__detail, #about .history-area__detail {
  font-size: 14px;
  line-height: 22px;
  margin: 50px 0 100px 0;
}
#about .overview-area__detail__list, #about .history-area__detail__list {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}
#about .overview-area__detail__list li:nth-child(odd), #about .history-area__detail__list li:nth-child(odd) {
  width: 15%;
  margin-bottom: 15px;
}
#about .overview-area__detail__list li:nth-child(even), #about .history-area__detail__list li:nth-child(even) {
  width: 85%;
  margin-bottom: 15px;
}
#about .overview-area__detail__list li:last-child .sp-txt-bottom, #about .history-area__detail__list li:last-child .sp-txt-bottom {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #about .mainimg-area {
    width: 100%;
    padding-bottom: 45px;
    padding-right: 10%;
    padding-left: 10%;
    padding-top: 0;
    position: relative;
    box-sizing: border-box;
  }
  #about .mainimg-area img {
    width: 100%;
    margin: 0 auto;
    z-index: 0;
    padding-bottom: 45px;
  }
  #about .mainimg-area::after {
    position: absolute;
    content: "";
    background: url(../img/common/bg_stripe_v.png);
    background-position: bottom right;
    right: 0;
    bottom: 0;
    width: 35vw;
    height: 35vw;
    z-index: -1;
  }
  #about .glowup-area {
    margin: 0 0 0 auto;
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
    position: relative;
  }
  #about .glowup-area::after {
    position: absolute;
    content: "";
    background: url(../img/common/bg_stripe_h.png);
    bottom: 0;
    left: 0;
    width: 90%;
    height: 100px;
  }
  #about .glowup-area__01 {
    display: block;
  }
  #about .glowup-area__01__title {
    width: 55vw;
    max-width: 400px;
    position: absolute;
    z-index: 0;
    top: 30px;
  }
  #about .glowup-area__01__image01 {
    width: 55vw;
    padding-left: 35vw;
    max-width: 400px;
    position: relative;
    z-index: -1;
  }
  #about .glowup-area__02 {
    display: block;
    padding-top: 25px;
    padding-bottom: 100px;
  }
  #about .glowup-area__02::before {
    background: none;
  }
  #about .glowup-area__02__txt {
    width: 100%;
    position: inherit;
    top: 0;
    font-size: 12px;
    line-height: 22px;
    padding-bottom: 70px;
  }
  #about .glowup-area__02__txt::before {
    position: absolute;
    content: "";
    background: url(../img/common/bg_stripe_bs02.png);
    right: -13%;
    bottom: -100px;
    width: 88vw;
    height: 190px;
    z-index: -1;
  }
  #about .glowup-area__02__image02 {
    width: 100%;
    margin: 0;
  }
  #about .newlife-area {
    padding-bottom: 370px;
    position: relative;
    z-index: 0;
  }
  #about .newlife-area::before {
    content: "";
    position: absolute;
    background-image: url(../../assets/img/about/bg_img.jpg);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0;
    height: 400px;
    width: 100%;
    z-index: -1;
  }
  #about .newlife-area__01 {
    padding: 40px 5%;
    width: 70%;
  }
  #about .newlife-area__01__title {
    width: 50vw;
    margin: 0 auto 30px auto;
    max-width: 512px;
  }
  #about .newlife-area__01__txt {
    font-size: 12px;
    line-height: 22px;
  }
  #about .newlife-area__01__image {
    margin: 20px auto;
  }
  #about .overview-area {
    margin: 30px auto 0 auto;
    width: 90%;
  }
  #about .overview-area__title {
    width: 22%;
    margin: 0 auto 30px auto;
  }
  #about .overview-area__txt {
    font-size: 12px;
    line-height: 22px;
  }
  #about .overview-area__detail__list {
    font-size: 12px;
    line-height: 22px;
    width: 100%;
  }
  #about .overview-area__detail__list li:nth-child(odd) {
    width: 30%;
  }
  #about .overview-area__detail__list li:nth-child(even) {
    width: 70%;
  }
  #about .overview-area__detail__list li:last-child .sp-txt-bottom {
    margin-bottom: 30px;
  }
  #about .history-area {
    width: 90%;
    margin: 30px auto 110px auto;
  }
  #about .history-area__title {
    width: 11%;
  }
  #about .history-area__detail__list {
    font-size: 12px;
    line-height: 22px;
    width: 100%;
  }
  #about .history-area__detail__list li:nth-child(odd) {
    width: 30%;
  }
  #about .history-area__detail__list li:nth-child(even) {
    width: 70%;
  }
}

#concept .main-area {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 74px;
  position: relative;
  z-index: 0;
}
#concept .main-area::before {
  content: "";
  position: absolute;
  background: url(../../assets/img/concept/bg_triangle.png);
  background-position: center;
  background-size: contain;
  top: 723px;
  left: -130px;
  width: 846px;
  height: 846px;
  z-index: -1;
}
#concept .main-area::after {
  content: "";
  position: absolute;
  background: url(../../assets/img/concept/bg_circle.png);
  background-position: center;
  background-size: contain;
  bottom: 490px;
  right: 120px;
  width: 366px;
  height: 366px;
  z-index: -1;
}
#concept .main-area__title {
  width: 30%;
  position: relative;
  z-index: 0;
}
#concept .main-area__title::before {
  content: "";
  position: absolute;
  background: url(../img/common/bg_stripe_s02.png);
  top: -130px;
  left: 0;
  width: 50%;
  height: 743px;
  z-index: -1;
}
#concept .main-area__title img {
  padding: 0 5% 0 0;
  width: 25%;
  margin: 0 33% 0 35%;
  box-sizing: border-box;
  border-right: 8px solid #ffff00;
}
#concept .main-area__txt {
  width: 70%;
  padding-top: 136px;
  position: relative;
  z-index: 0;
}
#concept .main-area__txt::before {
  content: "";
  position: absolute;
  background: url(../../assets/img/concept/bg_square.png);
  background-position: center;
  background-size: contain;
  top: 220px;
  right: 0;
  width: 295px;
  height: 295px;
}
#concept .main-area__txt__02 {
  margin: 90px 0 370px 0;
}
#concept .main-area__txt img {
  width: 53%;
  margin: 0 47% 0 0;
}
@media only screen and (max-width: 767px) {
  #concept .main-area {
    display: inherit;
    width: 78%;
    padding: 0 11%;
  }
  #concept .main-area::before {
    content: "";
    position: absolute;
    background: url(../../assets/img/concept/bg_triangle_sp.png);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    top: 45%;
    left: -42.5vw;
    width: 124vw;
    height: 115.7vw;
    z-index: -1;
  }
  #concept .main-area::after {
    content: "";
    position: absolute;
    background: url(../../assets/img/concept/bg_circle_sp.png);
    background-position: center;
    background-size: contain;
    bottom: 20px;
    right: 5%;
    width: 37vw;
    height: 37vw;
    z-index: -1;
  }
  #concept .main-area__title {
    width: 100%;
    padding: 0;
    margin: 0 0 70px 0;
  }
  #concept .main-area__title::before {
    content: "";
    position: absolute;
    background: url(../img/common/bg_stripe_s02.png);
    top: -74px;
    left: -14%;
    width: 39%;
    height: 330px;
    z-index: -1;
  }
  #concept .main-area__title::after {
    content: "";
    position: absolute;
    background: url(../../assets/img/concept/bg_square_sp.png);
    background-position: center;
    background-size: contain;
    top: 110px;
    right: -11vw;
    width: 28vw;
    height: 28vw;
  }
  #concept .main-area__title img {
    width: 100%;
    padding: 0 0 8px 0;
    margin: 0;
    border-bottom: 4px solid #ffff00;
    border-right: none !important;
  }
  #concept .main-area__txt {
    width: 100%;
    margin: 0;
  }
  #concept .main-area__txt::before {
    content: "";
    position: absolute;
    background: none;
  }
  #concept .main-area__txt__02 {
    margin: 45px 0 110px 0;
  }
  #concept .main-area__txt img {
    width: 100%;
    margin: 0;
  }
}

#member .wrapper {
  position: relative;
  z-index: 0;
}
#member .main {
  padding-top: 14px;
}
#member .main-visual__photo {
  width: 90%;
  position: relative;
  z-index: 0;
}
#member .main-visual__photo img {
  width: 100%;
}
#member .main-visual__photo--left {
  padding-left: 10%;
}
#member .main-visual__photo--bg-01::before {
  content: "";
  position: absolute;
  background: url(..//img/common/bg_stripe_v.png);
  width: 30%;
  height: 400px;
  z-index: -1;
  bottom: -90px;
  right: -11%;
}
#member .main-visual__photo--bg-02::before {
  content: "";
  position: absolute;
  background: url(..//img/common/bg_stripe_h.png);
  width: 30%;
  height: 340px;
  z-index: -1;
  top: -340px;
  left: 0;
}
#member .main-visual__photo--bg-02::after {
  content: "";
  position: absolute;
  background: url(..//img/common/bg_stripe_bs.png);
  width: 30%;
  height: 140px;
  z-index: -1;
  bottom: -140px;
  right: 20%;
}
#member .main-visual__photo--bg-03::before {
  content: "";
  position: absolute;
  background: url(..//img/common/bg_stripe_h.png);
  width: 55.5%;
  height: 700px;
  z-index: -1;
  top: -240px;
  right: -11%;
}
#member .main-visual__photo--bg-03::after {
  content: "";
  position: absolute;
  background: url(..//img/common/bg_stripe_bs.png);
  width: 28%;
  height: 800px;
  z-index: -1;
  bottom: -800px;
  left: 0;
}
#member .main-visual__photo--bg-04::before {
  content: "";
  position: absolute;
  background: url(..//img/common/bg_stripe_v.png);
  width: 65%;
  height: 240px;
  z-index: -1;
  top: -240px;
  right: 10%;
}
#member .main-visual__photo--bg-04::after {
  content: "";
  position: absolute;
  background: url(..//img/common/bg_stripe_s.png);
  width: 34%;
  height: 270px;
  z-index: -1;
  bottom: -270px;
  right: 0;
}
#member .main-visual__ttl {
  position: relative;
  z-index: 20;
  margin-left: 10%;
  margin-top: -130px;
  margin-bottom: 38px;
}
#member .main-visual__info {
  margin-left: 10%;
  margin-bottom: 4px;
  padding: 2px 6px;
  font-size: 12px;
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 50;
}
#member .main-visual__name {
  margin-left: 10%;
  margin-bottom: 60px;
  padding: 2px 6px;
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 50;
}
#member .member-sec {
  margin-bottom: 240px;
}
#member .member-sec__txt {
  float: left;
  width: 38%;
  margin-bottom: 90px;
  position: relative;
  z-index: 50;
  font-size: 14px;
  line-height: 2;
}
#member .member-sec__txt--left {
  padding: 0 2% 0 10%;
}
#member .member-sec__txt--right {
  padding: 0 10% 0 2%;
}
#member .member-sec__photo {
  padding: 0 10%;
  position: relative;
  z-index: 30;
}
#member .member-sec__photo img {
  width: 50%;
}
#member .member-sec__photo--bg-01::before {
  content: "";
  position: absolute;
  background: url(..//img/common/bg_stripe_v.png);
  width: 28%;
  height: 340px;
  z-index: -1;
  top: -160px;
  left: -11%;
}
#member .member-sec__photo--bg-02::before {
  content: "";
  position: absolute;
  background: url(..//img/common/bg_stripe_h.png);
  width: 61%;
  height: 520px;
  z-index: -1;
  top: -5px;
  left: -11%;
}
#member .member-sec__photo--bg-02::after {
  content: "";
  position: absolute;
  background: url(..//img/common/bg_stripe_v.png);
  width: 11%;
  height: 140px;
  z-index: -1;
  bottom: -135px;
  left: 50%;
}
@media only screen and (max-width: 767px) {
  #member .main {
    padding-bottom: 70px;
  }
  #member .main-visual__info {
    margin-left: 30px;
    font-size: 10px;
  }
  #member .main-visual__name {
    margin-left: 30px;
    font-size: 12px;
    margin-bottom: 40px;
  }
  #member .main-visual__ttl {
    margin-top: -20%;
    margin-left: 30px;
    margin-bottom: 20px;
  }
  #member .main-visual__ttl img {
    width: 70%;
  }
  #member .main-visual__photo {
    width: 100%;
    padding-right: 30px;
    box-sizing: border-box;
  }
  #member .main-visual__photo--left {
    padding-left: 30px;
    padding-right: 0;
  }
  #member .main-visual__photo--bg-01::before {
    width: 35%;
    height: 120px;
    bottom: -50px;
    right: 0;
  }
  #member .main-visual__photo--bg-02::before {
    width: 64%;
    height: 210px;
    top: -210px;
    left: 0;
  }
  #member .main-visual__photo--bg-02::after {
    width: 50%;
  }
  #member .main-visual__photo--bg-03::before {
    width: 55.5%;
    height: 380px;
    top: -140px;
    right: 0;
  }
  #member .main-visual__photo--bg-04::before {
    width: 90%;
    height: 140px;
    top: -140px;
    left: 0;
  }
  #member .main-visual__photo--bg-04::after {
    background: none;
  }
  #member .member-sec {
    margin-bottom: 110px;
  }
  #member .member-sec__txt {
    float: none;
    width: 100%;
    box-sizing: border-box;
    font-size: 9px;
    line-height: 2;
    margin-bottom: 0;
  }
  #member .member-sec__txt--left, #member .member-sec__txt--right {
    padding: 0 30px 30px;
  }
  #member .member-sec__photo {
    padding: 0 30px 30px;
  }
  #member .member-sec__photo img {
    width: 100%;
  }
  #member .member-sec__photo--bg-02::before {
    height: 300px;
  }
  #member .member-sec__photo--bg-02::after {
    width: 50%;
    height: 120px;
    bottom: -88px;
    left: 50%;
  }
}

#club .wrapper {
  position: relative;
  z-index: 0;
}
#club .main {
  padding-top: 60px;
  padding-bottom: 200px;
}
#club .main::before {
  content: "";
  position: absolute;
  background: url(..//img/common/bg_stripe_h.png);
  width: 44%;
  height: 200px;
  z-index: -1;
  bottom: 300px;
  left: 0;
}
#club .club-sec {
  padding-top: 100px;
  position: relative;
}
#club .club-sec__ttl {
  text-align: center;
  margin-bottom: 56px;
}
#club .club-sec__txt {
  width: 1022px;
  margin: 0 auto;
  line-height: 2;
  font-size: 14px;
  margin-bottom: 80px;
}
#club .club-sec::before {
  content: "";
  position: absolute;
  background: url(..//img/common/bg_stripe_v.png);
  width: 18%;
  height: 200px;
  z-index: -1;
  top: 0px;
  right: 0;
}
#club .club-container {
  margin-bottom: 180px;
  position: relative;
}
#club .club-container__li-left {
  float: left;
}
#club .club-container__li-right {
  float: right;
}
#club .club-container__ul {
  width: 1022px;
  margin: 0 auto;
}
#club .club-container__li {
  padding-top: 30px;
  width: 495px;
  height: 300px;
  background: #fff;
  margin-bottom: 20px;
  box-sizing: border-box;
}
#club .club-container__img {
  width: 128px;
  float: left;
  padding: 10px 30px 0;
}
#club .club-container__ttl {
  width: 307px;
  float: right;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#club .club-container__txt {
  width: 307px;
  float: right;
  font-size: 12px;
  line-height: 2;
  padding-right: 20px;
  box-sizing: border-box;
}
#club .club-container::before {
  content: "";
  position: absolute;
  background: url(..//img/common/bg_stripe_bs02.png);
  width: 44%;
  height: 560px;
  z-index: -1;
  top: -132px;
  left: 0;
}
#club .club-loopSlider {
  width: 100%;
}
#club .club-loopSlider__li {
  width: 640px;
}
#club .club-loopSlider__li img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #club .main {
    padding-top: 20px;
    padding-bottom: 80px;
  }
  #club .header--bg::before {
    height: 100px;
  }
  #club .club-sec {
    padding-top: 50px;
  }
  #club .club-sec__ttl {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  #club .club-sec__txt {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    font-size: 10px;
    margin-bottom: 30px;
  }
  #club .club-sec::before {
    width: 20%;
    height: 70px;
  }
  #club .club-container {
    margin-bottom: 50px;
  }
  #club .club-container__img {
    width: 30%;
    padding: 15px;
    box-sizing: border-box;
  }
  #club .club-container__ttl {
    margin-bottom: 6px;
    font-size: 12px;
    width: 70%;
  }
  #club .club-container__txt {
    font-size: 10px;
    width: 70%;
    padding-right: 15px;
  }
  #club .club-container__li-left {
    float: none;
  }
  #club .club-container__li-right {
    float: none;
  }
  #club .club-container__ul {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }
  #club .club-container__li {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    width: 100%;
    height: auto;
  }
  #club .club-container::before {
    top: -190px;
    width: 44%;
    height: 280px;
  }
}

#support .wrapper {
  position: relative;
  z-index: 0;
}
#support .main {
  padding-top: 14px;
}
#support .main-visual {
  position: relative;
}
#support .main-visual__photo {
  width: 90%;
}
#support .main-visual__photo img {
  width: 100%;
}
#support .main-visual__ttl {
  margin-left: 10%;
  margin-top: -30px;
  margin-bottom: 120px;
}
#support .main-visual::before {
  content: "";
  position: absolute;
  background: url(..//img/common/bg_stripe_v.png);
  width: 25%;
  height: 300px;
  z-index: -1;
  right: 0;
  bottom: 0;
}
#support .support-sec {
  position: relative;
  border: 1px solid #999;
  margin-left: 10%;
  margin-right: 10%;
  padding-bottom: 70px;
}
#support .support-sec::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 15%;
  width: 70%;
  height: 3px;
  z-index: 20;
  background-color: #f6f6f6;
}
#support .support-sec::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 15%;
  width: 70%;
  height: 3px;
  z-index: 20;
  background-color: #f6f6f6;
}
#support .support-sec--ttl-bk {
  padding: 0 5% 70px;
  margin-bottom: 140px;
}
#support .support-sec__ttl {
  position: relative;
  top: -14px;
  z-index: 30;
  text-align: center;
}
#support .support-sec__ttl--bk {
  margin-bottom: 10px;
  top: -30px;
}
#support .support-sec__ttl--ver02 {
  top: 0;
  margin-top: 70px;
}
#support .support-sec__ttl--bg::before {
  content: "";
  position: absolute;
  background: url(..//img/common/bg_stripe_s.png);
  width: 50%;
  height: 480px;
  z-index: -1;
  left: -50%;
  top: -180px;
}
#support .support-sec__line {
  border-bottom: 2px solid #000;
  width: 120px;
  margin: 10px auto 0;
}
#support .support-sec__line--ver02 {
  margin: 24px auto 70px;
}
#support .support-sec__system {
  margin-top: 54px;
  padding-left: 10%;
}
#support .support-sec__photo {
  position: relative;
}
#support .support-sec__photo img {
  width: 50%;
}
#support .support-sec__photo::before {
  content: "";
  position: absolute;
  background: url(..//img/common/bg_dotted.png);
  width: 16%;
  height: 150px;
  z-index: -1;
  left: 0;
  top: -150px;
}
#support .support-sec__photo::after {
  content: "";
  position: absolute;
  background: url(..//img/common/bg_stripe_bs.png);
  width: 36%;
  height: 150px;
  z-index: -1;
  right: 0;
  bottom: -150px;
}
#support .support-sec__v01 {
  margin-bottom: 190px;
}
#support .support-system__li {
  background: url(../img/support/circle.png) no-repeat;
  font-size: 14px;
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: 24px;
  line-height: 14px;
  letter-spacing: 2px;
}
#support .support-system__col {
  float: left;
  margin-right: 5%;
}
#support .support-system__col:last-child {
  margin-right: 0;
}
#support .support-system__col--v01 {
  width: 24%;
}
#support .support-system__col--v02 {
  width: 32%;
}
#support .support-system__col--v03 {
  width: 33%;
}
#support .support-system__small {
  font-size: 10px;
  font-weight: normal;
  letter-spacing: normal;
}
#support .support-system__detail-ul {
  margin-top: 6px;
  margin-bottom: -6px;
}
#support .support-system__detail-ul--w300 {
  width: 300px;
}
#support .support-system__detail-li {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: normal;
  float: left;
  margin-bottom: 6px;
}
#support .support-system__detail-li--w100 {
  width: 100px;
}
#support .support-system__detail-li--w200 {
  width: 200px;
}
#support .support-academy__col {
  width: 32%;
  float: left;
  margin-right: 2%;
}
#support .support-academy__col:last-child {
  margin-right: 0;
}
#support .support-academy__ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#support .support-academy__txt {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 2px;
}
#support .support-others__col {
  width: 48%;
  float: left;
  margin-right: 4%;
}
#support .support-others__col:last-child {
  margin-right: 0;
}
#support .support-others__ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#support .support-others__txt {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 2px;
}
#support .support-others__sec {
  height: 180px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #999;
}
#support .support-others__sec:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
@media only screen and (max-width: 767px) {
  #support .header--bg::before {
    height: 230px;
  }
  #support .main-visual__photo {
    padding: 0 30px;
    width: 100%;
    box-sizing: border-box;
  }
  #support .main-visual__ttl {
    margin-top: -80px;
    margin-bottom: 60px;
    margin-left: 30px;
  }
  #support .main-visual__ttl img {
    width: 70%;
  }
  #support .main-visual::before {
    height: 80px;
  }
  #support .support-sec {
    margin: 0 30px 100px;
    padding-bottom: 30px;
  }
  #support .support-sec__ttl img {
    width: auto;
    height: 14px;
  }
  #support .support-sec__ttl--ver02 {
    margin-top: 50px;
  }
  #support .support-sec__ttl--bk {
    margin-bottom: 0;
    top: -14px;
  }
  #support .support-sec__ttl--bk img {
    height: 26px;
  }
  #support .support-sec__ttl--bg::before {
    width: 80%;
    height: 380px;
  }
  #support .support-sec__line {
    width: 60px;
    margin: 12px auto 30px;
  }
  #support .support-sec__system {
    padding-left: 6%;
    margin-top: 24px;
  }
  #support .support-sec__photo img {
    width: 100%;
  }
  #support .support-sec__photo::before {
    width: 36%;
    height: 80px;
    top: -80px;
  }
  #support .support-sec__photo::after {
    width: 50%;
    height: 80px;
    bottom: -80px;
  }
  #support .support-sec::before {
    left: 10%;
    width: 80%;
  }
  #support .support-system__col {
    float: none;
  }
  #support .support-system__col--v01, #support .support-system__col--v02, #support .support-system__col--v03 {
    width: 100%;
    padding-right: 20px;
    box-sizing: border-box;
  }
  #support .support-system__li {
    font-size: 12px;
    margin-bottom: 16px;
  }
  #support .support-system__detail-ul--w300 {
    width: 250px;
  }
  #support .support-system__detail-li--w200 {
    width: 120px;
  }
  #support .support-academy__col {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  #support .support-academy__ttl {
    margin-bottom: 10px;
  }
  #support .support-academy__txt {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #999;
    position: relative;
    z-index: 100;
  }
  #support .support-academy__col:last-child .support-academy__txt {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #support .support-others__ttl {
    margin-bottom: 10px;
    position: relative;
    z-index: 100;
  }
  #support .support-others__txt {
    position: relative;
    z-index: 100;
  }
  #support .support-others__col {
    width: 100%;
    float: none;
  }
  #support .support-others__sec {
    height: auto;
  }
  #support .support-others__col:first-child .support-others__sec {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #999;
  }
}

#recruit .intro-area {
  position: relative;
}
#recruit .intro-area::after {
  position: absolute;
  content: "";
  background: url(../img/common/bg_stripe_v.png);
  background-position: center right;
  height: 350px;
  width: 25%;
  right: 0;
  top: 25%;
  z-index: -1;
}
#recruit .intro-area__text {
  background-color: #fff;
  width: 57%;
  margin-right: 25%;
  margin-top: 60px;
  padding: 120px 9%;
  position: relative;
  z-index: 0;
}
#recruit .intro-area__text__title {
  padding-bottom: 70px;
}
#recruit .intro-area__text img {
  width: 100%;
}
#recruit .occupation-area {
  padding-top: 150px;
  display: flex;
  flex-flow: row-reverse;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
  z-index: 0;
  background-image: url(../../assets/img/recruit/bg_01.png);
  background-repeat: no-repeat;
  background-position: right 38%;
  background-size: 548px 560px;
}
#recruit .occupation-area::before {
  position: absolute;
  content: "";
  background: url(../img/common/bg_stripe_bs.png);
  left: 18%;
  top: 0;
  width: 40%;
  height: 550px;
  z-index: -1;
}
#recruit .occupation-area::after {
  position: absolute;
  content: "";
  background: url(../img/common/bg_stripe_v.png);
  left: 0;
  bottom: 0;
  width: 58%;
  height: 748px;
  z-index: -1;
}
#recruit .occupation-area__detail {
  width: 50%;
  padding-left: 15%;
  margin-right: 10%;
  font-size: 1rem;
  line-height: 2.2rem;
  position: relative;
}
#recruit .occupation-area__detail::before {
  content: "";
  width: 120px;
  height: 4px;
  background-color: #000;
  position: absolute;
}
#recruit .occupation-area__detail__basis {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-bottom: 2px solid #444;
  padding-bottom: 30px;
  padding-top: 70px;
}
#recruit .occupation-area__detail__basis li:nth-child(odd) {
  width: 30%;
}
#recruit .occupation-area__detail__basis li:nth-child(even) {
  width: 70%;
}
#recruit .occupation-area__detail_imgbox .pc-on {
    width: 100%;
}
#recruit .occupation-area__detail_imgbox {
    margin-top: 36px;
}
#recruit .occupation-area__detail_imgbox>img {
  margin-top: 10px;
}

#recruit .occupation-area__detail__model {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 20px;
  border-bottom: 2px solid #444;
  padding-bottom: 30px;
}
#recruit .occupation-area__detail__model li:nth-child(odd) {
  width: 30%;
}
#recruit .occupation-area__detail__model li:nth-child(even) {
  width: 70%;
}
#recruit .occupation-area__detail__model__position {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 6px;
}
#recruit .occupation-area__detail__model__position li:nth-child(odd) {
  width: 48%;
  margin-bottom: 40px;
  margin-left: 2%;
}
#recruit .occupation-area__detail__model__position li:nth-child(even) {
  width: 48%;
  margin-bottom: 40px;
  margin-left: 2%;
}
#recruit .occupation-area__detail__model__expenses {
  width: 70% !important;
  margin-left: 30%;
}
#recruit .occupation-area__detail__contract {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 20px;
}
#recruit .occupation-area__detail__contract li:nth-child(odd) {
  width: 30%;
}
#recruit .occupation-area__detail__contract li:nth-child(even) {
  width: 70%;
}
#recruit .occupation-area__detail__contract__allowance {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 30px;
}
#recruit .occupation-area__detail__contract__allowance li {
  width: 100% !important;
}
#recruit .occupation-area__title {
  width: 4.5%;
}
#recruit .occupation-area__title img {
  width: 100%;
}
#recruit .occupation-area__entry {
  width: 28%;
  margin: 110px auto 155px auto;
}
#recruit .occupation-area__entry a {
  background-color: #ffff00;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#recruit .finally-area {
  padding-bottom: 210px;
  padding-top: 500px;
  background-image: url(../../assets/img/recruit/img_01.jpg);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
#recruit .finally-area::after {
  position: absolute;
  content: "";
  background: url(../img/common/bg_stripe_h.png);
  bottom: 0;
  right: 0;
  width: 45%;
  height: 210px;
}
#recruit .finally-area__txt {
  background-color: #fff;
  width: 72%;
  padding: 80px 4%;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 2.2rem;
}
@media only screen and (max-width: 767px) {
  #recruit .intro-area::after {
    position: absolute;
    content: "";
    background: url(../img/common/bg_stripe_v.png);
    background-position: center right;
    height: 90px;
    width: 10%;
    right: 0;
    top: 35%;
    z-index: -1;
  }
  #recruit .intro-area__text {
    width: 74%;
    margin: 0 8%;
    padding: 30px 6%;
  }
  #recruit .intro-area__text__title {
    padding-bottom: 30px;
  }
  #recruit .occupation-area {
    display: block;
    padding-top: 50px;
    background-image: url(../../assets/img/recruit/bg_01_sp.png);
    background-repeat: no-repeat;
    background-position: right 260px;
    background-size: 20%;
  }
  #recruit .occupation-area::before {
    position: absolute;
    content: "";
    background: url(../img/common/bg_stripe_bs.png);
    left: 0;
    top: 0;
    width: 80%;
    height: 260px;
    z-index: -1;
  }
  #recruit .occupation-area::after {
    position: absolute;
    content: "";
    background: url(../img/common/bg_stripe_v.png);
    left: 0;
    bottom: 0;
    width: 80%;
    height: 430px;
    z-index: -1;
  }
  #recruit .occupation-area__title {
    width: 30%;
    padding: 0 35% 15px 35%;
    position: relative;
  }
  #recruit .occupation-area__title img {
    width: 80%;
    margin: 0 auto;
  }
  #recruit .occupation-area__title::before {
    content: "";
    margin-left: 5%;
    width: 20%;
    height: 3px;
    background-color: #000;
    position: absolute;
    bottom: 0;
  }
  #recruit .occupation-area__detail {
    width: 80%;
    padding: 0 10%;
    font-size: 12px;
    line-height: 22px;
  }
  #recruit .occupation-area__detail::before {
    content: "";
    display: none;
  }
  #recruit .occupation-area__detail__basis {
    padding-top: 30px;
  }
  #recruit .occupation-area__detail__model li:nth-child(even) {
    width: 100%;
  }
  #recruit .occupation-area__detail__model__position li:nth-child(odd) {
    width: 46%;
	padding: 0 0 0 2%;
    margin-bottom: 20px;
  }
  #recruit .occupation-area__detail__model__position li:nth-child(even) {
    width: 46%;
	padding: 0 0 0 2%;
    margin-bottom: 20px;
  }
	#recruit .occupation-area__detail__model__position_space{
		display: none;
	}
  #recruit .occupation-area__entry {
    width: 70%;
    margin: 40px auto 0 auto;
  }
  #recruit .occupation-area__entry a {
    height: 60px;
  }
  #recruit .occupation-area__entry a img {
    width: 25%;
  }
  #recruit .finally-area {
    margin-top: 40px;
    padding-bottom: 80px;
    padding-top: calc(100%/200*96);
    background-image: url(../../assets/img/recruit/img_01.jpg);
    background-position: top center;
    background-size: 110%;
    background-repeat: no-repeat;
  }
  #recruit .finally-area::after {
    position: absolute;
    content: "";
    background: url(../img/common/bg_stripe_h.png);
    bottom: 0;
    right: 0;
    width: 76%;
    height: 125px;
    z-index: -1;
  }
  #recruit .finally-area__txt {
    background-color: #fff;
    width: 80%;
    padding: 15px 4%;
    margin: 0 auto;
    font-size: 12px;
    line-height: 22px;
    z-index: 0;
  }
}

@media only screen and (min-width: 2015px) {
#recruit .occupation-area__detail__model__position_space{
		display: none;
	}
}
#career .wrapper {
  position: relative;
  z-index: 0;
}
#career .main {
  padding-top: 14px;
}
#career .header {
  display: none;
}
#career .gnavi__entry {
  float: right;
  margin-bottom: -54px;
  z-index: 30;
  position: relative;
  background: #00d4ad;
}
#career .career-sec--training {
  background: #00d4ad;
  padding-bottom: 115px;
}
#career .career-sec--system {
  padding-top: 120px;
  background: #fff;
  padding-bottom: 220px;
}
#career .career-sec--recruit {
  padding-top: 120px;
  padding-bottom: 220px;
  background: #f9f9f9;
}
#career .career-sec--contact {
  padding-top: 170px;
  background: #fff;
  padding-bottom: 220px;
  position: relative;
}
#career .career-keyv {
  position: relative;
  z-index: 20;
}
#career .career-keyv img {
  width: 100%;
}
#career .career-line-v {
  width: 50%;
  border-right: 2px solid #000;
  height: 100px;
  margin-top: -50px;
  margin-bottom: 40px;
  position: relative;
  z-index: 50;
  padding-right: 10px;
}
#career .career-line-v--ver02 {
  margin-top: 0;
  position: relative;
  top: -50px;
}
#career .career-subttl {
  text-align: center;
  margin-bottom: 50px;
}
#career .interview {
  margin-bottom: 160px;
}
#career .interview__keyv {
  margin-left: 10%;
  width: 54%;
}
#career .interview__keyv img {
  width: 100%;
}
#career .interview__keyv--right {
  margin-left: 36%;
}
#career .interview__copy {
  margin-left: 59%;
  margin-top: -380px;
  margin-bottom: 20px;
}
#career .interview__copy--right {
  margin-left: 16%;
}
#career .interview__name {
  margin-left: 59%;
  margin-bottom: 4px;
  background: #fff;
  position: relative;
  z-index: 20;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 0 4px;
}
#career .interview__name--right {
  margin-left: 16%;
}
#career .interview__info {
  margin-left: 59%;
  margin-bottom: 200px;
  background: #fff;
  position: relative;
  z-index: 20;
  display: inline-block;
  font-size: 12px;
  padding: 0 4px;
}
#career .interview__info--right {
  margin-left: 16%;
}
#career .interview__col-left {
  float: left;
  margin: 0 2% 0 10%;
  width: 38%;
  margin-bottom: 30px;
}
#career .interview__col-left img {
  width: 100%;
}
#career .interview__col-right {
  float: left;
  margin: 0 10% 0 2%;
  width: 38%;
  margin-bottom: 30px;
}
#career .interview__col-right img {
  width: 100%;
}
#career .interview__txt {
  font-size: 14px;
  line-height: 2;
}
#career .interview__photo-1 {
  clear: both;
  margin: 0 2% 0 10%;
  width: 38%;
}
#career .interview__photo-2 {
  clear: both;
  margin: 0 10% 0 2%;
  width: 38%;
}
#career .training-contain {
  margin: 0 10%;
  border: 1px solid #fff;
  position: relative;
}
#career .training-contain--first::before {
  content: "";
  position: absolute;
  z-index: 20;
  top: -2px;
  left: 15%;
  width: 70%;
  height: 3px;
  background: #00d4ad;
}
#career .training-contain__ttl {
  text-align: center;
  margin-top: -24px;
  margin-bottom: 30px;
}
#career .training-flow {
  margin-bottom: 50px;
}
#career .training-flow__txt {
  margin-bottom: 10px;
}
#career .training-flow__col {
  width: 33.33%;
  float: left;
  box-sizing: border-box;
  text-align: center;
  border-right: 1px dotted #000;
  font-size: 16px;
  font-weight: bold;
}
#career .training-flow__col img {
  width: 52px;
  margin-bottom: 20px;
}
#career .training-flow__col:last-child {
  border-right: none;
}
#career .training-flow__summary {
  text-align: center;
  font-size: 14px;
  margin-bottom: 30px;
}
#career .training-arrow {
  text-align: center;
  margin-bottom: 20px;
}
#career .training-teach__txt {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 94px;
  border-bottom: 1px solid #fff;
}
#career .training-teach__ul {
  padding-left: 10%;
}
#career .training-teach__li {
  padding-left: 30px;
  background: url("../img/career/circle-training.png") no-repeat;
  background-position-y: center;
  line-height: 94px;
  font-size: 16px;
  font-weight: bold;
  float: left;
  width: 15%;
}
#career .training-teach__li--etc {
  padding-left: 0;
  background: none;
}
#career .system-ttl {
  text-align: center;
  margin-bottom: 20px;
}
#career .system-ttl__line {
  border-bottom: 2px solid #000;
  width: 80px;
  margin: 0 auto 60px;
}
#career .career-system {
  margin: 0 10%;
  padding-left: 10%;
}
#career .career-system__col {
  float: left;
  margin-right: 5%;
}
#career .career-system__col:last-child {
  margin-right: 0;
}
#career .career-system__col--v01 {
  width: 24%;
}
#career .career-system__col--v02 {
  width: 32%;
}
#career .career-system__col--v03 {
  width: 33%;
}
#career .career-system__li {
  background: url(../img/career/circle-system.png) no-repeat;
  font-size: 14px;
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: 24px;
  line-height: 14px;
  letter-spacing: 2px;
}
#career .career-system__small {
  font-size: 10px;
  font-weight: normal;
  letter-spacing: normal;
}
#career .career-system__detail-ul {
  margin-top: 6px;
  margin-bottom: -6px;
}
#career .career-system__detail-ul--w300 {
  width: 300px;
}
#career .career-system__detail-li {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: normal;
  float: left;
  margin-bottom: 6px;
}
#career .career-system__detail-li--w100 {
  width: 100px;
}
#career .career-system__detail-li--w120 {
  width: 120px;
}
#career .career-system__detail-li--w200 {
  width: 200px;
}
#career .career-system__detail-li--w180 {
  width: 180px;
}
#career .recruit-ttl {
  text-align: center;
  margin-bottom: 20px;
}
#career .recruit-ttl__line {
  border-bottom: 2px solid #000;
  width: 80px;
  margin: 0 auto 60px;
}
#career .recruit-contain {
  margin: 0 10%;
}
#career .recruit-block {
  padding: 10px 0;
  border-bottom: 1px solid #dddddd;
}
#career .recruit-block__head {
  font-size: 14px;
  font-weight: bold;
  float: left;
  width: 15%;
}
#career .recruit-block__data {
  font-size: 14px;
  float: left;
}
#career .recruit-small {
  font-size: 12px;
}
#career .recruit-readMore {
  margin: 0 auto;
  width: 515px;
  line-height: 90px;
  background: #00d4ad;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
}
#career .contact-contain {
  margin: 0 10%;
  padding-top: 50px;
  padding-bottom: 70px;
  border: 1px solid #666666;
}
#career .contact-ttl {
  text-align: center;
  margin-bottom: 20px;
}
#career .contact-ttl__line {
  border-bottom: 2px solid #000;
  width: 80px;
  margin: 0 auto 60px;
}
#career .contact-txt {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}
#career .contact-info {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
#career .career-entry {
  width: 380px;
  height: 80px;
  padding-top: 26px;
  background: #00d4ad;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto;
}
#career .footer {
  padding-top: 50px;
}
#career .footer__left {
  text-align: center;
  float: none;
  margin-left: 0;
  margin-bottom: 30px;
}
#career .footer__right {
  float: none;
  margin: 0 auto 20px;
  text-align: center;
}
#career .footer__copyRight {
  text-align: center;
}
#career .fnavi {
  display: none;
}
#career .footer__snsIcon:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  #career .header {
    display: block;
  }
  #career .headerContain {
    margin-bottom: 0;
  }
  #career .career-subttl img {
    width: auto;
  }
  #career .career-sec--interview {
    margin-bottom: 70px;
  }
  #career .career-sec--training {
    padding-bottom: 70px;
  }
  #career .career-sec--system {
    padding-top: 40px;
    padding-bottom: 70px;
  }
  #career .career-sec--recruit {
    padding-top: 40px;
    padding-bottom: 70px;
  }
  #career .career-sec--contact {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #career .interview {
    padding: 0 30px;
    margin-bottom: 50px;
  }
  #career .interview__keyv {
    margin-left: 0;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  #career .interview__keyv--right {
    margin-right: 0;
  }
  #career .interview__copy {
    margin-left: 0;
    margin-top: -36px;
    margin-bottom: 14px;
    width: 60%;
  }
  #career .interview__name {
    margin-left: 0;
    font-size: 12px;
    margin-bottom: 0;
    background: none;
  }
  #career .interview__info {
    margin-left: 0;
    font-size: 10px;
    background: none;
    margin-bottom: 24px;
    position: relative;
    top: -4px;
    z-index: 10;
  }
  #career .interview__col-left, #career .interview__col-right {
    float: none;
    width: 100%;
    margin: 0;
    margin-bottom: 24px;
  }
  #career .interview__txt {
    margin-bottom: 24px;
  }
  #career .training-contain__ttl {
    margin: -12px auto 30px;
  }
  #career .training-contain__ttl img {
    width: 50%;
  }
  #career .training-flow {
    padding: 0 20px;
    margin-bottom: 30px;
  }
  #career .training-flow__col {
    padding: 0 20px;
    margin-bottom: 16px;
    font-size: 12px;
    width: 100%;
    float: none;
    border: none;
    border-bottom: 1px dotted #000;
  }
  #career .training-flow__col img {
    width: 42px;
    margin-bottom: 14px;
  }
  #career .training-flow__summary {
    font-size: 10px;
    letter-spacing: -0.8px;
  }
  #career .training-arrow img {
    width: auto;
  }
  #career .training-teach__txt {
    line-height: 1.5;
    font-size: 15px;
    padding: 10px 0;
  }
  #career .training-teach__li {
    background-size: 10px;
    line-height: 1.5;
    font-size: 12px;
    width: 30%;
    padding-left: 20px;
  }
  #career .training-teach__li--etc {
    width: 10%;
    padding-left: 0;
  }
  #career .training-teach__ul {
    padding: 30px 0 30px 10%;
  }
  #career .system-ttl__line {
    margin-bottom: 30px;
  }
  #career .system-ttl img {
    width: auto;
  }
  #career .career-system {
    margin-left: 0;
  }
  #career .career-system__col {
    float: none;
  }
  #career .career-system__col--v01, #career .career-system__col--v02, #career .career-system__col--v03 {
    width: auto;
  }
  #career .career-system__li {
    font-size: 12px;
    margin-bottom: 16px;
  }
  #career .career-system__detail-ul--w300 {
    width: 260px;
  }
  #career .career-system__detail-li {
    font-size: 10px;
  }
  #career .career-system__detail-li--w100 {
    width: 90px;
  }
  #career .career-system__detail-li--w120 {
    width: 110px;
  }
  #career .career-system__detail-li--w180 {
    width: 120px;
  }
  #career .career-system__detail-li--w200 {
    width: 170px;
  }
  #career .recruit-ttl__line {
    margin-bottom: 30px;
  }
  #career .recruit-ttl img {
    width: auto;
  }
  #career .recruit-block:nth-of-type(2) {
    border-top: 1px solid #dddddd;
  }
  #career .recruit-block:last-child {
    border-bottom: none;
  }
  #career .recruit-block__head {
    float: none;
    width: auto;
    text-align: center;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 6px;
  }
  #career .recruit-block__data {
    font-size: 12px;
    padding-top: 8px;
  }
  #career .recruit-small {
    font-size: 10px;
  }
  #career .recruit-readMore {
    width: 100%;
    font-size: 10px;
    line-height: 40px;
    top: 0px;
    position: relative;
  }
  #career .recruit-btn {
    position: absolute;
    top: -20px;
    padding: 0 30px;
    left: 0;
    right: 0;
  }
  #career .contact-contain {
    margin: 0 30px;
    padding-top: 40px;
    padding-bottom: 50px;
  }
  #career .contact-ttl img {
    width: auto;
  }
  #career .contact-ttl__line {
    margin-bottom: 30px;
  }
  #career .contact-txt {
    font-size: 10px;
  }
  #career .contact-info {
    font-size: 16px;
  }
  #career .career-entry {
    width: 260px;
    height: 60px;
    padding-top: 16px;
  }
  #career .career-entry img {
    width: auto;
  }
  #career .career-line-v {
    height: 50px;
  }
  #career .career-line-v--ver02 {
    top: -25px;
    margin-bottom: 10px;
  }
  #career .footer {
    margin-bottom: 0;
  }
  #career .footer__left {
    margin-bottom: 10px;
  }
}

.videozone{
text-align: center;
    margin-top: 60px;

}


