@charset "UTF-8";
/* ------------------------------------------------- *
 *        変数　　　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
/* ------------------------------------------------- *
 *        デバイス分岐　　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
/*
*/
/* ------------------------------------------------- *
 *  ＠共通項目　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: -130px auto 0;
  padding-top: 130px;
  font-weight: normal;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (max-width: 767px) {
  body {
    margin: -35px auto 0;
    padding-top: 35px;
  }
}

body,
html {
  margin: auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #424242;
  line-height: 1.5;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  body,
  html {
    font-size: 14px;
  }
  body img,
  html img {
    max-width: 100%;
    height: auto;
  }
}

.notosans {
  font-family: 'Noto Sans JP', sans-serif;
}

.notoserif {
  font-family: 'Noto Serif JP', serif;
}

.nikkatsu {
  font-family: ro-nikkatsu-sei-kai-std, serif;
  font-style: normal;
  font-weight: 400;
}

.futura {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.din {
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
}

.mincho {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.gothic {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

.switch {
  visibility: hidden;
}

ul {
  list-style: none;
}

/* PC・SP分岐 */
.spnone {
  display: block;
}
@media only screen and (max-width: 767px) {
  .spnone {
    display: none;
  }
}

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

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

.pc2 {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .pc2 {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .sp {
    display: inline !important;
  }
}

.sp2 {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .sp2 {
    display: block !important;
  }
}

/*　共通：タイトル　*/
.h-title {
  margin-bottom: 25px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 80px;
  text-align: center;
  line-height: 1;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .h-title {
    margin-bottom: 12px;
    font-size: 22px;
  }
}
.h-title::after {
  content: "";
  display: block;
  margin: auto;
  text-align: center;
  width: 66px;
  height: 11px;
  margin-top: 10px;
  background: url(../img/common/icon_barH_pc.png) no-repeat;
  background-position: center top;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .h-title::after {
    width: 150px;
    height: 11px;
    background: url(../img/common/icon_barH_sp.png) no-repeat;
    background-position: center top;
    background-size: auto 7px;
  }
}

.h-subtitle {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .h-subtitle {
    font-size: 10px;
  }
}

/*　共通：ボタン・READ MORE　*/
.btn-more {
  position: relative;
  display: block;
  width: 290px;
  height: 56px;
  font-weight: 500;
  font-style: italic;
  font-size: 24px;
  text-align: center;
  line-height: 56px;
  letter-spacing: 0.025em;
  color: #fff;
  background-color: #00bba5;
  border: 2px solid #00bba5;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.btn-more:hover {
  color: #00bba5;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .btn-more {
    margin-left: 8%;
    width: 25%;
    height: 25px;
    font-size: 11px;
    line-height: 25px;
  }
}

/*　共通：見出し（エントリー、募集要項）　*/
.midashi {
  width: 100%;
  height: 51px;
  margin: auto;
  margin-bottom: 50px;
  padding-left: 30px;
  line-height: 51px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.075em;
  background: url(../img/common/icon_barV_pc.png) no-repeat;
  background-position: left top;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .midashi {
    margin-bottom: 15px;
    padding-left: 20px;
    font-size: 16px;
    background: url(../img/common/icon_barV_sp.png) no-repeat;
    background-position: left top;
    background-size: contain;
  }
}

/*　共通：マウスオーバーで画像を明るくする　*/
img.alpha {
  width: auto;
  margin: 0 auto;
  /*overflow: hidden;*/
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

img.alpha:hover {
  opacity: 0.7;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

/*　共通：コンテンツがふわっとフェードイン　*/
.fadein {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.8s, 0.8s;
          transition-duration: 0.8s, 0.8s;
  -webkit-transition-timing-function: ease, ease;
          transition-timing-function: ease, ease;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*　SP用：固定メニュー　*/
@media only screen and (max-width: 767px) {
  #fixed-items {
    position: fixed;
    width: 100%;
    height: 57px;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: din-2014, sans-serif;
    font-size: 30px;
    line-height: 57px;
    letter-spacing: 0.125em;
    text-align: center;
    z-index: 8888;
    background-color: #ea5c3f;
  }
  #fixed-items .entry span {
    display: inline-block;
    padding-left: 5px;
    font-size: 30px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #fixed-items a {
    color: #fff;
  }
}
/* ------------------------------------------------- *
 * ＠HEADER　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
.header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  min-width: 850px;
  height: 130px;
  margin: -130px auto 0;
  background-color: white;
  /* //.inner */
  /* SP ハンバーガーメニュー */
  /* //#menu-conts */
}
@media only screen and (max-width: 767px) {
  .header {
    position: relative;
    z-index: 9999;
    width: 100%;
    min-width: 100%;
    height: 35px;
    margin-top: -35px;
    background-color: #fcfcfc;
  }
}
.header .inner {
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .header .inner {
    position: relative;
    width: 100%;
  }
}
.header .inner .hnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header .inner .hnav .logo {
  width: 364px;
  padding-top: 23px;
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .header .inner .hnav .logo {
    padding-top: 7px;
  }
  .header .inner .hnav .logo img {
    height: 21px;
  }
}
.header .inner .hnav .menu {
  width: auto;
  margin-right: 0;
  margin-left: auto;
  height: 66px;
  line-height: 66px;
}
@media only screen and (max-width: 960px) {
  .header .inner .hnav .menu {
    margin-right: 10px;
  }
}
.header .inner .hnav .menu a {
  color: #000;
}
.header .inner .hnav .menu a span {
  padding-right: 5px;
  font-size: 12px;
  color: #00bba5;
}
.header .inner .hnav .home {
  display: inline-block;
  margin-right: 35px;
}
@media only screen and (max-width: 960px) {
  .header .inner .hnav .home {
    margin-right: 10px;
  }
}
.header .inner .hnav .home a {
  color: #000;
}
.header .inner .hnav .home a span {
  padding-right: 5px;
  font-size: 12px;
  color: #00bba5;
}
.header .inner .hnav .home a {
  position: relative;
  display: inline-block;
  color: #000;
}
.header .inner .hnav .home a:hover {
  color: #444;
}
.header .inner .hnav .home a:hover span {
  color: #ea5c3f;
}
.header .inner .hnav .home a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 103%;
  height: 1px;
  background-color: #ea5c3f;
  /* アニメーション用の設定 */
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.header .inner .hnav .home a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.header .inner .hnav .entry {
  display: inline-block;
  position: relative;
  width: 210px;
  height: 66px;
  padding-left: 22px;
  line-height: 66px;
  font-family: din-2014, sans-serif;
  font-size: 38px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.125em;
  background-color: #ea5c3f;
  border: 2px solid #ea5c3f;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.header .inner .hnav .entry span {
  display: inline-block;
  padding-left: 4px;
  font-size: 34px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width: 960px) {
  .header .inner .hnav .entry {
    padding-left: 25px;
    height: 56px;
    font-size: 32px;
  }
  .header .inner .hnav .entry span {
    font-size: 31px;
  }
}
.header .inner .hnav .entry a {
  color: #fff;
}
.header .inner .hnav .entry:hover {
  color: #ea5c3f;
  background-color: #fff;
  border: 2px solid #ea5c3f;
}
.header .inner .hnav .entry:hover a {
  color: #ea5c3f;
}
.header .inner p {
  text-align: left;
}
.header #menu-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
}
.header #menu-conts {
  display: none;
  position: absolute;
  top: 35px;
  width: 100%;
  z-index: 100;
  /* theme */
}
.header #menu-conts .accordion-menu a {
  display: block;
  position: relative;
  text-decoration: none;
}
.header #menu-conts .accordion-menu a::after,
.header #menu-conts .accordion-menu a.is-open::after,
.header #menu-conts .accordion-menu a.is-close::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  font-size: 20px;
  color: #fff;
}
.header #menu-conts .accordion-menu p.alone a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 18px;
  background-image: url(../img/common/menu_arrow_sp.png);
  background-position: right center;
  background-size: contain;
}
.header #menu-conts .accordion-menu p.parent a.is-open::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 1px;
  background-image: url(../img/common/menu_minus.png);
  background-position: right center;
  background-size: contain;
}
.header #menu-conts .accordion-menu p.parent a.is-close::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../img/common/menu_plus.png);
  background-position: right center;
  background-size: contain;
}
.header #menu-conts .theme-accordion p img {
  margin-right: 10px;
  vertical-align: middle;
}
.header #menu-conts .theme-accordion p.noimg {
  padding-left: 32px;
}
.header #menu-conts .theme-accordion p a {
  height: 38px;
  font-size: 15px;
  color: #fff;
  line-height: 38px;
  padding: 0 0 0 15px;
}
.header #menu-conts .theme-accordion p.child span {
  display: block;
  width: 100%;
  font-size: 14px;
  padding-left: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.header #menu-conts .theme-accordion p.child span:last-child {
  border-bottom: none;
}
.header #menu-conts .theme-accordion p.child span .small {
  display: inline;
  font-size: 10px;
  padding-left: 20px;
  padding-right: 5px;
  border-bottom: none;
}
.header #menu-conts .theme-accordion p {
  background: rgba(234, 92, 63, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.header #menu-conts .theme-accordion p.child a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 18px;
  background-image: url(../img/common/menu_arrow_sp.png);
  background-position: right center;
  background-size: contain;
}
.header .gnav {
  width: 100%;
  margin-top: 18px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 35px;
}
@media only screen and (max-width: 960px) {
  .header .gnav {
    padding-right: 10px;
  }
}
.header .gnav p {
  margin-left: 50px;
  font-size: 16px;
  text-align: left;
  white-space: nowrap;
}
@media only screen and (max-width: 960px) {
  .header .gnav p {
    margin-left: 25px;
  }
}
.header .gnav p:first-child {
  margin-left: 0;
}
.header .gnav p a {
  color: #424242;
}
.header .gnav p a {
  position: relative;
  display: inline-block;
  color: #424242;
}
.header .gnav p a:hover {
  color: #444;
}
.header .gnav p a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 103%;
  height: 1px;
  background-color: #444;
  /* アニメーション用の設定 */
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.header .gnav p a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

/* //.headr */
/* ------------------------------------------------- *
 *  ＠FOOTER　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
/* FOOTER */
.footer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.footer .add {
  width: 100%;
}
.footer .add .backToTop {
  position: fixed;
  z-index: 9999;
  bottom: 40px;
  right: 2%;
}
.footer .add .backToTop a {
  display: block;
  width: 156px;
  height: 156px;
}
@media only screen and (max-width: 767px) {
  .footer .add .backToTop a {
    width: 100px;
    height: 100px;
  }
  .footer .add .backToTop a img {
    width: 100%;
    height: auto;
  }
}
.footer .add .entry {
  width: 100%;
  display: inline-block;
  position: relative;
  height: 115px;
  line-height: 115px;
  font-family: din-2014, sans-serif;
  font-size: 60px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.125em;
  background-color: #ea5c3f;
}
.footer .add .entry span {
  display: inline-block;
  padding-left: 4px;
  font-size: 54px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .footer .add .entry {
    display: none;
  }
}
.footer .add .entry a {
  color: #fff;
}
.footer .add .entry a:hover {
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7);
}
.footer .inner {
  position: relative;
  width: 100%;
  margin: auto;
  padding: 55px 0 15px;
  background-color: #00bba5;
}
@media only screen and (max-width: 767px) {
  .footer .inner {
    padding: 55px 0 20px;
  }
}
.footer .inner .f-box {
  max-width: 1280px;
  margin: auto;
  margin-bottom: 120px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.footer .inner .f-box .link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 70px;
}
.footer .inner .f-box .link li.top {
  width: 11%;
}
.footer .inner .f-box .link li.about {
  width: 20%;
}
.footer .inner .f-box .link li.works {
  width: 24%;
}
.footer .inner .f-box .link li.person {
  width: 18%;
}
.footer .inner .f-box .link li.guideline {
  width: 13%;
}
.footer .inner .f-box .link li.contact {
  width: 14%;
}
.footer .inner .f-box .link li ul.sublink {
  margin-top: 25px;
  font-size: 15px;
}
.footer .inner .f-box .link li ul.sublink li {
  width: 100%;
  margin-bottom: 5px;
}
.footer .inner .f-box .link a {
  color: #fff;
}
.footer .inner .f-box .link li a {
  position: relative;
  display: inline-block;
  color: #fff;
}
.footer .inner .f-box .link li a:hover {
  color: #444;
  font-weight: 500;
}
.footer .inner .f-box .link li a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 103%;
  height: 1px;
  background-color: #fff;
  /* アニメーション用の設定 */
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.footer .inner .f-box .link li a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.footer .inner .f-box .logos .address {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  white-space: nowrap;
}
@media only screen and (max-width: 1100px) {
  .footer .inner .f-box {
    max-width: 100%;
  }
  .footer .inner .f-box .link {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1060px) {
  .footer .inner .f-box .link {
    font-size: 18px;
    margin-left: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer .inner .f-box .link li.top {
    width: 28%;
  }
  .footer .inner .f-box .link li.about {
    width: 36%;
  }
  .footer .inner .f-box .link li.works {
    width: 36%;
  }
  .footer .inner .f-box .link li.person {
    width: 28%;
    margin-top: 30px;
  }
  .footer .inner .f-box .link li.guideline {
    width: 36%;
    margin-top: 30px;
  }
  .footer .inner .f-box .link li.contact {
    width: 36%;
    margin-top: 30px;
  }
  .footer .inner .f-box .link li ul.sublink {
    margin-top: 10px;
    font-size: 15px;
    padding-left: 3px;
  }
  .footer .inner .f-box .link li ul.sublink li {
    width: 100%;
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .inner .f-box {
    width: 100%;
    margin: auto;
    margin-bottom: 25px;
    padding: 0 5%;
    display: block;
  }
  .footer .inner .f-box .link {
    font-size: 13px;
    margin-left: 0;
    margin: auto;
    padding-bottom: 45px;
    border-bottom: 1px solid #fff;
  }
  .footer .inner .f-box .link li.top {
    width: 14%;
  }
  .footer .inner .f-box .link li.about {
    width: 30%;
  }
  .footer .inner .f-box .link li.works {
    width: 36%;
  }
  .footer .inner .f-box .link li.person {
    width: 20%;
    margin-top: 0;
  }
  .footer .inner .f-box .link li.guideline {
    width: 50%;
    text-align: right;
    padding-right: 60px;
  }
  .footer .inner .f-box .link li.contact {
    width: 50%;
    text-align: left;
  }
  .footer .inner .f-box .link li ul.sublink {
    margin-top: 10px;
    font-size: 11px;
    padding-left: 3px;
  }
  .footer .inner .f-box .link li ul.sublink li {
    width: 100%;
    margin-bottom: 4px;
  }
  .footer .inner .f-box .logos {
    text-align: center;
  }
  .footer .inner .f-box .logos .f-logo {
    margin: 30px auto 0;
    width: 85%;
  }
  .footer .inner .f-box .logos .address {
    margin: 20px auto 10px;
    font-size: 13px;
  }
}
.footer .inner .link-plus {
  margin: auto;
  text-align: center;
  font-size: 15px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .footer .inner .link-plus {
    font-size: 13px;
  }
}
.footer .inner .link-plus a {
  color: #fff;
}
.footer .inner .link-plus a {
  position: relative;
  display: inline-block;
  color: #fff;
}
.footer .inner .link-plus a:hover {
  color: #444;
  font-weight: 500;
}
.footer .inner .link-plus a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 103%;
  height: 1px;
  background-color: #fff;
  /* アニメーション用の設定 */
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.footer .inner .link-plus a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.footer .copyright {
  width: 100%;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .footer .copyright {
    margin-top: 10px;
    margin-bottom: 57px;
    color: #fff;
    font-size: 11px;
  }
}

/* ------------------------------------------------- *
 *  ＠TOP　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
/*　共通　*/
/*
#gallery {
  margin-top: -230px;
  padding-top: 230px;
  @include media(sp) {
    margin-top: -40px;
    padding-top: 40px;
  }
}
*/
/* MV */
.top .sec-mv {
  width: 100%;
  margin: 0 0 100px;
  padding: 0;
}
.top .sec-mv .inner {
  width: 100%;
  margin: 0;
}
.top .sec-mv .inner .catch {
  width: 90.5625%;
  height: 0;
  padding-bottom: 51.2%;
  margin-left: auto;
  margin-right: 0;
}
.top .sec-mv .inner .catch img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .top .sec-mv {
    margin: 0 0 50px;
  }
  .top .sec-mv .inner .catch {
    width: 100%;
    padding-top: 35px;
    margin-left: auto;
    margin-right: 0;
  }
  .top .sec-mv .inner .catch img {
    width: 100%;
  }
}

/* MESSAGE */
.top .sec-message {
  width: 100%;
  height: 993px;
  margin: 0 auto;
  background: url("../img/top/message_pc.png") no-repeat;
  background-position: center top 30px;
  background-size: auto;
}
@media only screen and (max-width: 767px) {
  .top .sec-message {
    height: 0;
    padding-bottom: 125%;
    margin: 0 auto;
    background: url("../img/top/message_sp.png") no-repeat;
    background-position: center bottom;
    background-size: 165%;
  }
}
.top .sec-message .inner {
  max-width: 1030px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .top .sec-message .inner {
    width: 100%;
  }
}
.top .sec-message .inner .box {
  width: 100%;
  margin-top: 50px;
  padding: 0 10px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .top .sec-message .inner .box {
    margin-top: 25px;
    padding: 0 5%;
  }
}
.top .sec-message .inner .box .lead {
  font-family: 'Noto Serif JP', serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.675;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .top .sec-message .inner .box .lead {
    font-size: 16px;
    line-height: 1.85;
    letter-spacing: -0.05em;
  }
}
.top .sec-message .inner .box .text {
  margin-top: 45px;
  margin-bottom: 50px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 960px) {
  .top .sec-message .inner .box .text {
    margin-top: 35px;
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) {
  .top .sec-message .inner .box .text {
    width: 66%;
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: -0.025em;
  }
}

/* WORKS */
.top .sec-works {
  width: 100%;
  margin: 0 auto 115px;
}
@media only screen and (max-width: 767px) {
  .top .sec-works {
    margin: 0 auto 55px;
  }
}
.top .sec-works .inner {
  margin: auto;
}
.top .sec-works .inner .box {
  width: 100%;
  height: 615px;
  margin-top: 35px;
  background: url("../img/top/work_pc.jpg") no-repeat;
  background-position: center top;
  background-size: auto;
}
@media only screen and (max-width: 767px) {
  .top .sec-works .inner .box {
    height: 0;
    padding-bottom: 40%;
    margin-top: 25px;
    background: url("../img/top/work_sp.jpg") no-repeat;
    background-position: center top;
    background-size: contain;
  }
}
.top .sec-works .inner .box .box-inner {
  width: 400px;
  margin: auto;
  padding-top: 235px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 5px solid #fff;
}
@media only screen and (max-width: 767px) {
  .top .sec-works .inner .box .box-inner {
    width: 45%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 10px;
    border-bottom: 3px solid #fff;
  }
}
.top .sec-works .inner .box .box-inner .image {
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .top .sec-works .inner .box .box-inner .image {
    margin-right: 5px;
  }
}
.top .sec-works .inner .box .box-inner .image img {
  width: auto;
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .top .sec-works .inner .box .box-inner .image img {
    height: 20px;
  }
}
.top .sec-works .inner .box .box-inner .text {
  font-size: 50px;
  color: #fff;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .top .sec-works .inner .box .box-inner .text {
    font-size: 18px;
  }
}
.top .sec-works .inner .box .btn-more {
  margin: 75px auto 0;
}
@media only screen and (max-width: 767px) {
  .top .sec-works .inner .box .btn-more {
    margin: 25px auto 0;
  }
}

/* ABOUT */
.top .sec-about {
  width: 100%;
  margin: 0 auto 115px;
}
@media only screen and (max-width: 960px) {
  .top .sec-about {
    margin: 0 auto 45px;
  }
}
.top .sec-about .inner {
  max-width: 1030px;
  margin: auto;
}
@media only screen and (max-width: 960px) {
  .top .sec-about .inner {
    width: 100%;
  }
}
.top .sec-about .inner .box {
  width: 100%;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .top .sec-about .inner .box {
    padding: 0 5%;
    margin-top: 25px;
    margin-bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top .sec-about .inner .box .image {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .top .sec-about .inner .box .image {
    width: 44%;
  }
}
.top .sec-about .inner .box .image img {
  width: 100%;
}
.top .sec-about .inner .box .txt {
  margin-left: 50px;
  text-align: left;
  letter-spacing: 0.035em;
}
@media only screen and (max-width: 960px) {
  .top .sec-about .inner .box .txt {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .top .sec-about .inner .box .txt {
    width: 56%;
    margin-left: 10px;
  }
}
.top .sec-about .inner .box .txt .item {
  display: inline;
  font-family: 'Noto Serif JP', serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #424242;
}
@media only screen and (max-width: 960px) {
  .top .sec-about .inner .box .txt .item {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .top .sec-about .inner .box .txt .item {
    display: block;
    padding-bottom: 5px;
    text-align: left;
    font-size: 16px;
    border-bottom: 1px solid #afafaf;
  }
}
.top .sec-about .inner .box .txt .text {
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 16px;
}
@media only screen and (max-width: 960px) {
  .top .sec-about .inner .box .txt .text {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .top .sec-about .inner .box .txt .text {
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 10px;
    letter-spacing: -0.025em;
  }
}
.top .sec-about .inner .box.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 960px) {
  .top .sec-about .inner .box.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.top .sec-about .inner .box.reverse .txt {
  margin-left: 0;
  margin-right: 50px;
}
@media only screen and (max-width: 960px) {
  .top .sec-about .inner .box.reverse .txt {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .top .sec-about .inner .box.reverse .txt {
    margin-right: 0;
    margin-left: 10px;
  }
}
.top .sec-about .inner .box.reverse .txt .item {
  font-size: 38px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 960px) {
  .top .sec-about .inner .box.reverse .txt .item {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .top .sec-about .inner .box.reverse .txt .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 5px;
    text-align: left;
  }
}
.top .sec-about .inner .box.reverse .txt .item .text1 {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: -0.1em;
}
@media only screen and (max-width: 767px) {
  .top .sec-about .inner .box.reverse .txt .item .text1 {
    display: inline;
    /*padding-left: 10px;*/
    font-size: 14px;
    letter-spacing: -0.05em;
  }
}
.top .sec-about .inner .box.reverse .txt .item .image1 {
  display: inline;
  vertical-align: middle;
}
@media only screen and (max-width: 960px) {
  .top .sec-about .inner .box.reverse .txt .item .image1 {
    height: 28px;
  }
}
@media only screen and (max-width: 960px) and (max-width: 767px) {
  .top .sec-about .inner .box.reverse .txt .item .image1 {
    height: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .top .sec-about .inner .btn-more {
    width: 45%;
    margin-top: -10px;
    margin-right: 5%;
    margin-left: auto;
  }
}

/* PERSON */
.top .sec-person {
  width: 100%;
  margin: 0 auto 150px;
}
@media only screen and (max-width: 767px) {
  .top .sec-person {
    margin: 0 auto 50px;
  }
}
.top .sec-person .inner {
  max-width: 1500px;
  margin: auto;
  padding: 0 10px;
}
@media only screen and (max-width: 960px) {
  .top .sec-person .inner {
    width: 100%;
    padding: 0 5%;
  }
}
.top .sec-person .inner .lead {
  margin: 25px auto 40px;
  font-size: 16px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .top .sec-person .inner .lead {
    margin: 15px auto 20px;
    font-size: 12px;
  }
}
.top .sec-person .inner .box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .top .sec-person .inner .box {
    display: block;
  }
}
.top .sec-person .inner .box figure {
  position: relative;
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .top .sec-person .inner .box figure {
    margin-bottom: 10px;
  }
}
.top .sec-person .inner .box figure figcaption {
  width: 100%;
  position: absolute;
  font-size: 36px;
  color: #00bba5;
  line-height: 1.4;
  bottom: 0;
  left: 0;
  padding: 20px 10px 20px 25px;
  background-color: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 1400px) {
  .top .sec-person .inner .box figure figcaption {
    font-size: 30px;
    padding: 15px 10px 15px 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .top .sec-person .inner .box figure figcaption {
    font-size: 25px;
    padding: 10px 10px 10px 15px;
  }
}
@media only screen and (max-width: 960px) {
  .top .sec-person .inner .box figure figcaption {
    font-size: 20px;
    padding: 10px 10px 10px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .top .sec-person .inner .box figure figcaption {
    font-size: 16px;
    padding: 5px;
  }
}
.top .sec-person .inner .box figure img {
  width: 100%;
}
.top .sec-person .inner .box .txt a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .top .sec-person .inner .box .txt a {
    margin-bottom: 20px;
  }
}
.top .sec-person .inner .box .txt a .num {
  margin-right: 20px;
  font-size: 120px;
  font-weight: 900;
  font-style: italic;
  color: #ea5c3f;
}
.top .sec-person .inner .box .txt a .add {
  margin-top: 8px;
}
.top .sec-person .inner .box .txt a .status {
  padding: 2px 10px;
  font-size: 24px;
  color: #fff;
  background-color: #00bba5;
}
.top .sec-person .inner .box .txt a .name {
  margin-top: 20px;
  font-size: 32px;
  color: #424242;
}
.top .sec-person .inner .box .txt a .eng {
  padding-left: 10px;
  font-size: 16px;
  font-style: italic;
  color: #00bba5;
}
@media only screen and (max-width: 960px) {
  .top .sec-person .inner .box .txt a .num {
    font-size: 70px;
  }
  .top .sec-person .inner .box .txt a .add {
    margin-top: 8px;
  }
  .top .sec-person .inner .box .txt a .status {
    font-size: 16px;
  }
  .top .sec-person .inner .box .txt a .name {
    font-size: 22px;
  }
  .top .sec-person .inner .box .txt a .eng {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .top .sec-person .inner .box .txt a .num {
    font-size: 40px;
  }
  .top .sec-person .inner .box .txt a .add {
    margin-top: 0;
  }
  .top .sec-person .inner .box .txt a .status {
    padding: 1px 6px;
    font-size: 14px;
  }
  .top .sec-person .inner .box .txt a .name {
    margin-top: 8px;
    font-size: 18px;
  }
  .top .sec-person .inner .box .txt a .eng {
    font-size: 11px;
  }
}

/* GALLERY */
/*
.top .sec-gallery {
  width: 100%;
  margin: 0 auto 120px;
  @include media(sp) {
    margin: 0 auto 60px;
  }

  .inner {
    max-width: 1500px;
    margin: auto;
    padding: 0 10px;
    @include media(sp) {
      width: 100%;
      padding: 0 5%;
    }

    .lead {
      margin: 25px auto 40px;
      font-size: 16px;
      text-align: center;
      @include media(tb) {
        margin: 15px auto 20px;
        font-size: 12px;
      }
    }

    .box {
      width: 100%;
      margin: auto;

      .photos {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;

        li {
          position: relative;
          width: 15.1333333%;
          margin-bottom: 1.8%;
          @include media(sp) {
            width: 32.5%;
            margin-bottom: 1.25%;
          }

          img {
            width: 100%;
          }

          figcaption {
            position: absolute;
            bottom: 0;
            left: 0;
            color: #fff;
            font-size: 21px;
            background-color: #f00;
            padding: 7px;
            @include media(tb) {
              font-size: 14px;
              padding: 4px;
            }
            @include media(sp) {
              font-size: 11px;
              padding: 2px;
            }
          }
        }
      }
    }
  }
}
*/
/* ------------------------------------------------- *
 *  ＠MESSAGE　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
/*　共通　*/
body.message {
  position: relative;
  z-index: 10;
  background: url(../img/message/icon_batsu2_pc.png) no-repeat, url(../img/message/bg_pc.png) no-repeat;
  background-position: right 60px top 280px, center top 130px;
  background-size: 13.3%, contain;
}
@media only screen and (max-width: 767px) {
  body.message {
    z-index: 3333;
    width: 100%;
    margin-top: 35px;
    padding: 0;
    background: url(../img/message/bg_sp.png) no-repeat;
    background-position: center top 35px;
    background-size: 100%;
  }
}

.message .h-title::after {
  background: none;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .message .h-title::after {
    width: 35px;
    height: 5px;
  }
}

/* TITLE */
.message .sec-title {
  width: 100%;
  margin: auto;
  padding-top: 280px;
}
@media only screen and (max-width: 767px) {
  .message .sec-title {
    width: 50%;
    margin-left: 0;
    margin-right: auto;
    padding-top: 40px;
    text-align: left;
  }
}
.message .sec-title .inner {
  width: 100%;
  max-width: 1260px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .message .sec-title .inner {
    width: 100%;
    margin-left: 0;
    text-align: left;
  }
}
.message .sec-title .inner .box {
  max-width: 640px;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .message .sec-title .inner .box {
    width: 100%;
  }
}

/* MESSAGE */
.message .sec-message {
  width: 100%;
  margin: 115px auto 100px;
}
@media only screen and (max-width: 767px) {
  .message .sec-message {
    margin: 0 auto;
    padding: 75px 0 50px;
  }
}
.message .sec-message .inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  height: 1281px;
  margin: auto;
  background: url(../img/message/icon_batsu1_pc.png) no-repeat, url(../img/message/img1_pc.png) no-repeat;
  background-position: left top 125px, right top;
  background-size: 18.25%, auto;
}
@media only screen and (max-width: 767px) {
  .message .sec-message .inner {
    width: 100%;
    height: auto;
    margin: auto;
    background: url(../img/message/icon_batsu1_sp.png) no-repeat;
    background-position: left 5% top 20px;
    background-size: 28%;
  }
}
.message .sec-message .inner .box {
  padding-top: 180px;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .message .sec-message .inner .box {
    padding: 0 5% 55%;
    background: url(../img/message/img1_sp.png) no-repeat;
    background-position: right 2% top 80px;
    background-size: 35%;
    background-color: #fff;
  }
}
.message .sec-message .inner .box .lead {
  width: 65%;
  font-family: 'Noto Serif JP', serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0em;
}
@media only screen and (max-width: 767px) {
  .message .sec-message .inner .box .lead {
    width: 100%;
    padding-left: 2%;
    padding-top: 7%;
    font-size: 14px;
  }
}
.message .sec-message .inner .box .text {
  width: 64%;
  margin-top: 100px;
  margin-bottom: 65px;
  font-size: 22px;
  line-height: 2.35;
  color: #000;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .message .sec-message .inner .box .text {
    width: 64%;
    margin-top: 30px;
    margin-bottom: 0;
    padding-left: 2%;
    font-size: 10px;
  }
}
.message .sec-message .inner .box .name {
  margin-left: 45%;
  font-family: ro-nikkatsu-sei-kai-std, serif;
  font-size: 40px;
  color: #000;
}
.message .sec-message .inner .box .name span {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 20px;
}
.message .sec-message .inner .box .name img {
  display: block;
  width: 210px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .message .sec-message .inner .box .name {
    margin-left: 35%;
    font-size: 15px;
  }
  .message .sec-message .inner .box .name span {
    text-align: right;
    margin-bottom: 0;
    font-size: 10px;
  }
  .message .sec-message .inner .box .name img {
    margin-top: 4px;
    width: 43%;
    height: auto;
  }
}

/* ------------------------------------------------- *
 *  ＠PERSON　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
/*　共通　*/
/* TITLE */
.person .sec-title {
  width: 100%;
  margin: auto;
  padding-top: 125px;
}
@media only screen and (max-width: 767px) {
  .person .sec-title {
    margin: 0 auto 15px;
    padding-top: 45px;
  }
}

/* MV */
.person .sec-mv {
  width: 100%;
  margin: 85px auto 120px;
}
@media only screen and (max-width: 767px) {
  .person .sec-mv {
    margin: 0 auto;
    padding: 15px 0 40px;
  }
}
.person .sec-mv .inner {
  width: 100%;
  margin-left: 0;
}
.person .sec-mv .inner .box {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1400px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .person .sec-mv .inner .box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.person .sec-mv .inner .box .image {
  position: relative;
  width: 66.25%;
  max-width: 1060px;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .person .sec-mv .inner .box .image {
    width: 86.7%;
    max-width: auto;
  }
}
.person .sec-mv .inner .box .image img {
  width: 100%;
}
.person .sec-mv .inner .box .txt {
  position: absolute;
  left: 45%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
}
.person .sec-mv .inner .box .txt.add {
  left: 54%;
  top: 80%;
  -webkit-transform: translateY(-80%);
          transform: translateY(-80%);
  font-size: 36px;
}
@media only screen and (max-width: 1130px) {
  .person .sec-mv .inner .box .txt.add {
    left: 50%;
    top: 85%;
    -webkit-transform: translateY(-85%);
            transform: translateY(-85%);
  }
}
@media only screen and (max-width: 767px) {
  .person .sec-mv .inner .box .txt {
    position: absolute;
    left: 14%;
    top: 72%;
    width: 69%;
    margin-right: 0%;
    margin-top: 0%;
    text-align: right;
    line-height: 1.3;
  }
  .person .sec-mv .inner .box .txt.add {
    left: 14%;
    top: 90%;
    -webkit-transform: translateY(-90%);
            transform: translateY(-90%);
    width: auto;
  }
}
.person .sec-mv .inner .box .txt .name {
  display: inline-block;
  padding: 2px 5px;
  font-size: 32px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .person .sec-mv .inner .box .txt .name {
    font-size: 14px;
    margin-bottom: 3px;
  }
}
.person .sec-mv .inner .box .txt .name .eng {
  padding-left: 4px;
  font-size: 16px;
  color: #00bba5;
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  .person .sec-mv .inner .box .txt .name .eng {
    font-size: 11px;
  }
}
.person .sec-mv .inner .box .txt .catch {
  display: inline-block;
  margin-top: 20px;
  padding: 8px;
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  background-color: #00bba5;
}
.person .sec-mv .inner .box .txt .catch.add {
  font-size: 36px;
}
@media only screen and (max-width: 1130px) {
  .person .sec-mv .inner .box .txt .catch.add {
    font-size: 30px;
  }
}
@media only screen and (max-width: 960px) {
  .person .sec-mv .inner .box .txt .catch {
    width: 100%;
    display: block;
    margin-top: 0;
    font-size: 26px !important;
    padding: 6px 8px;
  }
}
@media only screen and (max-width: 767px) {
  .person .sec-mv .inner .box .txt .catch {
    width: 100%;
    display: block;
    margin-top: 0;
    font-size: 14px !important;
    padding: 4px 8px;
  }
}
.person .sec-mv .inner .profile {
  position: relative;
  z-index: 0;
  width: 100%;
  margin-top: -85px;
  background-color: #ffece9;
}
@media only screen and (max-width: 767px) {
  .person .sec-mv .inner .profile {
    width: 100%;
    margin-left: 10%;
  }
}
.person .sec-mv .inner .profile .profile-inner {
  max-width: 1200px;
  margin: auto;
  padding: 130px 10px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .person .sec-mv .inner .profile .profile-inner {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 40px;
    margin-left: 2%;
    margin-right: 8%;
    font-size: 12px;
    padding: 60px 28px 20px 8px;
  }
}
.person .sec-mv .inner .profile .profile-inner .status {
  margin-right: 65px;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .person .sec-mv .inner .profile .profile-inner .status {
    width: 30%;
    display: block;
    margin-right: 0;
    margin-top: 0;
    font-size: 14px;
    padding: 0;
  }
}
.person .sec-mv .inner .profile .profile-inner .status .name {
  font-size: 36px;
  font-weight: 500;
}
.person .sec-mv .inner .profile .profile-inner .status .name .eng {
  display: block;
  margin: 18px auto;
  font-size: 16px;
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  .person .sec-mv .inner .profile .profile-inner .status .name {
    font-size: 14px;
    font-weight: 500;
  }
  .person .sec-mv .inner .profile .profile-inner .status .name .eng {
    display: block;
    margin: 5px auto 12px;
    font-size: 10px;
    font-style: italic;
  }
}
.person .sec-mv .inner .profile .profile-inner .status .job {
  font-size: 16px;
  line-height: 2.25;
  padding: 10px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .person .sec-mv .inner .profile .profile-inner .status .job {
    width: 100%;
    padding: 7px;
    font-size: 10px;
    line-height: 1.75;
  }
}
.person .sec-mv .inner .profile .profile-inner .text {
  font-size: 16px;
  line-height: 2.25;
}
@media only screen and (max-width: 767px) {
  .person .sec-mv .inner .profile .profile-inner .text {
    width: 100%;
    margin-left: 5%;
    margin-right: 0;
    font-size: 11px;
    line-height: 1.75;
  }
}

/* COMMENT */
.person .sec-comment {
  width: 100%;
  margin: 0 auto 170px;
}
@media only screen and (max-width: 767px) {
  .person .sec-comment {
    margin: 0 auto 50px;
  }
}
.person .sec-comment .inner {
  width: 100%;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .person .sec-comment .inner {
    padding: 0 5%;
  }
}
.person .sec-comment .inner .box {
  max-width: 1280px;
  margin: auto;
  margin-bottom: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .person .sec-comment .inner .box {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 30px;
  }
}
.person .sec-comment .inner .box.first .txt {
  background: url(../img/person/icon_batsu3_pc.png) no-repeat;
  background-position: right bottom;
  background-size: 25.8%;
}
@media only screen and (max-width: 767px) {
  .person .sec-comment .inner .box.first .txt {
    background: none;
  }
}
.person .sec-comment .inner .box.second {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.person .sec-comment .inner .box .txt {
  width: 51.5%;
}
@media only screen and (max-width: 767px) {
  .person .sec-comment .inner .box .txt {
    width: 100%;
  }
}
.person .sec-comment .inner .box .txt .qustion {
  font-size: 24px;
}
.person .sec-comment .inner .box .txt .qustion::before {
  content: "";
  display: inline-block;
  width: 100px;
  margin-right: 20px;
  margin-bottom: 6px;
  border: 3px solid #00bba5;
}
@media only screen and (max-width: 767px) {
  .person .sec-comment .inner .box .txt .qustion {
    font-size: 15px;
  }
  .person .sec-comment .inner .box .txt .qustion::before {
    content: "";
    display: inline-block;
    width: 70px;
    margin-right: 15px;
    margin-bottom: 4px;
    border: 2px solid #00bba5;
  }
}
.person .sec-comment .inner .box .txt .text {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 1.9;
}
@media only screen and (max-width: 767px) {
  .person .sec-comment .inner .box .txt .text {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 1.8;
  }
}
.person .sec-comment .inner .box .image {
  width: 44.5%;
}
@media only screen and (max-width: 767px) {
  .person .sec-comment .inner .box .image {
    width: 100%;
  }
}
.person .sec-comment .inner .box .image img {
  width: 100%;
}

/* MESSAGE */
.person .sec-message {
  width: 100%;
  margin: 0 auto 90px;
}
@media only screen and (max-width: 767px) {
  .person .sec-message {
    margin: 0 auto 40px;
  }
}
.person .sec-message .inner {
  width: 100%;
}
.person .sec-message .inner .box {
  width: 100%;
  position: relative;
}
.person .sec-message .inner .box .txt {
  width: 55.125%;
  margin-left: 0;
  padding: 75px 0;
  color: #fff;
  background-color: #00bba5;
}
@media only screen and (max-width: 767px) {
  .person .sec-message .inner .box .txt {
    width: 100%;
    padding: 20px 5%;
  }
}
.person .sec-message .inner .box .txt .lead {
  margin-left: 6.8%;
  margin-bottom: 50px;
  font-size: 48px;
  font-weight: 700;
  font-style: italic;
}
.person .sec-message .inner .box .txt .lead::before {
  content: "";
  display: inline-block;
  width: 99px;
  height: 6px;
  margin-right: 30px;
  margin-bottom: 15px;
  background: url(../img/person/icon_wbar_pc.png) no-repeat;
  background-position: center top;
  background-size: contain;
}
@media only screen and (max-width: 960px) {
  .person .sec-message .inner .box .txt .lead {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .person .sec-message .inner .box .txt .lead {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    font-size: 30px;
    text-align: center;
  }
  .person .sec-message .inner .box .txt .lead::before {
    content: "";
    display: none;
  }
  .person .sec-message .inner .box .txt .lead::after {
    content: "";
    display: block;
    width: 99px;
    height: 6px;
    margin: auto;
    padding-bottom: 20px;
    background: url(../img/person/icon_wbar_sp.png) no-repeat;
    background-position: center top 10px;
    background-size: contain;
  }
}
.person .sec-message .inner .box .txt .text {
  margin-left: 12%;
  margin-right: 27.7%;
  font-size: 24px;
  line-height: 2.25;
}
@media only screen and (max-width: 960px) {
  .person .sec-message .inner .box .txt .text {
    display: block;
    margin: 0;
    height: 0;
    padding: 24% 0 48%;
    font-size: 20px;
    line-height: 1.8;
  }
}
@media only screen and (max-width: 767px) {
  .person .sec-message .inner .box .txt .text {
    display: block;
    margin: 0;
    height: 0;
    padding: 50% 0 54%;
    font-size: 14px;
    line-height: 1.6;
  }
}
.person .sec-message .inner .box .image {
  position: absolute;
  z-index: 10;
  width: 57.1875%;
  max-width: 915px;
  top: -75px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .person .sec-message .inner .box .image {
    display: block;
    width: 100%;
    margin: 175px auto 20px;
    padding: 0 5%;
  }
}
.person .sec-message .inner .box .image img {
  width: 100%;
}

/* OTHER */
.person .sec-other {
  width: 100%;
  margin: 0 auto 120px;
}
@media only screen and (max-width: 767px) {
  .person .sec-other {
    margin: 0 auto 60px;
  }
}
.person .sec-other .inner {
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .person .sec-other .inner {
    padding: 0 10%;
  }
}
.person .sec-other .inner .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.person .sec-other .inner .box .image {
  margin-right: 50px;
}
@media only screen and (max-width: 767px) {
  .person .sec-other .inner .box .image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    margin-right: 10px;
  }
}
.person .sec-other .inner .box .txt {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .person .sec-other .inner .box .txt {
    margin: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.person .sec-other .inner .box .txt .name {
  font-size: 30px;
  color: #474747;
}
.person .sec-other .inner .box .txt .name .eng {
  display: block;
  margin: 5px auto 25px;
  font-size: 18px;
  font-style: italic;
  color: #00bba5;
}
@media only screen and (max-width: 767px) {
  .person .sec-other .inner .box .txt .name {
    font-size: 20px;
  }
  .person .sec-other .inner .box .txt .name .eng {
    margin: 3px auto 8px;
    font-size: 12px;
  }
}
.person .sec-other .inner .box .txt .btn-more {
  font-size: 20px;
  width: 145px;
  height: 34px;
  line-height: 34px;
}
@media only screen and (max-width: 767px) {
  .person .sec-other .inner .box .txt .btn-more {
    margin: auto;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}

/* ------------------------------------------------- *
 *  ＠WORKS　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
/*　共通　*/
#gallery,
#marketing,
#design,
#distribution {
  margin-top: -230px;
  padding-top: 230px;
}
@media only screen and (max-width: 767px) {
  #gallery,
  #marketing,
  #design,
  #distribution {
    margin-top: -40px;
    padding-top: 40px;
  }
}

/* TITLE */
.works .sec-title {
  width: 100%;
  margin: auto;
  padding-top: 125px;
}
@media only screen and (max-width: 767px) {
  .works .sec-title {
    margin: 0 auto 15px;
    padding-top: 45px;
  }
}

/* MV */
.works .sec-mv {
  width: 100%;
  margin: 95px auto 110px;
}
@media only screen and (max-width: 767px) {
  .works .sec-mv {
    margin: 0 auto 20px;
  }
}
.works .sec-mv .inner {
  width: 100%;
  max-width: 1597px;
  height: 595px;
  margin: auto;
  padding: 0 10px;
  background: url(../img/works/mv_pc.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .works .sec-mv .inner {
    width: 100%;
    padding: 0 0 60%;
    height: 0;
    background: url(../img/works/mv_sp.jpg) no-repeat;
    background-position: center top;
    background-size: 100%;
  }
}
.works .sec-mv .inner .txt {
  padding-top: 140px;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .works .sec-mv .inner .txt {
    padding: 35px 5% 0;
  }
}
.works .sec-mv .inner .txt .catch {
  font-family: 'Noto Serif JP', serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 40px;
}
.works .sec-mv .inner .txt .catch::after {
  content: "";
  display: block;
  width: 170px;
  margin: auto;
  margin-top: 20px;
  border: 3px solid #fff;
}
@media only screen and (max-width: 767px) {
  .works .sec-mv .inner .txt .catch {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .works .sec-mv .inner .txt .catch::after {
    width: 70px;
    margin-top: 15px;
    border: 2px solid #fff;
  }
}
.works .sec-mv .inner .txt .text {
  font-size: 24px;
  line-height: 1.95;
}
@media only screen and (max-width: 767px) {
  .works .sec-mv .inner .txt .text {
    font-size: 11px;
    line-height: 1.65;
  }
}

/* WORK：マーケティング・営業 */
/* WORK：商品企画・デザイン */
/* WORK：流通 */
.works .sec-work {
  width: 100%;
  margin: 0 auto 180px;
}
@media only screen and (max-width: 767px) {
  .works .sec-work {
    margin: 0 auto 80px;
  }
}
.works .sec-work .inner {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .works .sec-work .inner {
    width: 100%;
    padding: 0 5%;
  }
}
.works .sec-work .inner .box {
  position: relative;
  z-index: 5;
  margin: auto;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .works .sec-work .inner .box {
    display: block;
    margin-bottom: 20px;
  }
}
.works .sec-work .inner .box.design {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.works .sec-work .inner .box .image {
  width: 58.3125%;
  max-width: 933px;
  margin-left: auto;
  margin-right: 0;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .works .sec-work .inner .box .image {
    width: 100%;
    max-width: 100%;
    margin: auto;
  }
}
.works .sec-work .inner .box .image img {
  width: 100%;
}
.works .sec-work .inner .box .image.design {
  margin-right: auto;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .works .sec-work .inner .box .image.design {
    margin: auto;
  }
}
.works .sec-work .inner .box .txt {
  position: absolute;
  left: 3%;
  text-align: right;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .works .sec-work .inner .box .txt {
    position: relative;
    left: 0;
    width: 80%;
    margin-left: 5%;
    margin-top: -25%;
    text-align: left;
    line-height: 1.3;
  }
}
.works .sec-work .inner .box .txt.distribution {
  left: 9.25%;
}
@media only screen and (max-width: 767px) {
  .works .sec-work .inner .box .txt.distribution {
    left: 0;
  }
}
.works .sec-work .inner .box .txt.design {
  left: 52%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .works .sec-work .inner .box .txt.design {
    left: 0;
  }
}
.works .sec-work .inner .box .txt .division {
  display: inline-block;
  margin-bottom: 30px;
  padding: 5px;
  font-size: 30px;
  color: #00bba5;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .works .sec-work .inner .box .txt .division {
    margin-bottom: 3px;
    padding: 5px;
    font-size: 13px;
  }
}
.works .sec-work .inner .box .txt .division.design {
  color: #f26d5f;
}
@media only screen and (max-width: 767px) {
  .works .sec-work .inner .box .txt .catch {
    display: block;
    background-color: #00bba5;
  }
  .works .sec-work .inner .box .txt .catch.design {
    background-color: #f26d5f;
  }
}
.works .sec-work .inner .box .txt .catch span {
  display: inline-block;
  margin-top: 10px;
  padding: 8px;
  font-size: 33px;
  font-weight: 400;
  color: #fff;
  background-color: #00bba5;
}
@media only screen and (max-width: 767px) {
  .works .sec-work .inner .box .txt .catch span {
    margin-top: 0;
    padding: 5px;
    font-size: 14px;
  }
}
.works .sec-work .inner .box .txt .catch.design span {
  background-color: #f26d5f;
}
.works .sec-work .inner .desc {
  margin: auto;
  margin-bottom: 40px;
  text-align: center;
  font-size: 24px;
  line-height: 1.8;
  color: #00bba5;
}
@media only screen and (max-width: 767px) {
  .works .sec-work .inner .desc {
    margin-bottom: 20px;
    font-size: 13px;
    text-align: left;
    letter-spacing: -0.05em;
  }
}
.works .sec-work .inner .desc.design {
  color: #f26d5f;
}
.works .sec-work .inner .promotion {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
  font-size: 18px;
  line-height: 1.8;
  color: #000;
  background-color: #edf7f5;
}
@media only screen and (max-width: 767px) {
  .works .sec-work .inner .promotion {
    padding: 20px;
    display: block;
    font-size: 12px;
    line-height: 1.6;
  }
}
.works .sec-work .inner .promotion.design {
  background-color: #ffece9;
}
.works .sec-work .inner .promotion .image {
  width: 35%;
  margin-right: 3%;
}
@media only screen and (max-width: 767px) {
  .works .sec-work .inner .promotion .image {
    width: 100%;
    margin-right: 0;
    margin: auto;
  }
}
.works .sec-work .inner .promotion .image img {
  width: 100%;
}
.works .sec-work .inner .promotion .txt {
  width: 62%;
}
.works .sec-work .inner .promotion .txt .merit {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .works .sec-work .inner .promotion .txt {
    width: 100%;
  }
  .works .sec-work .inner .promotion .txt .merit {
    margin-top: 10px;
    font-size: 13px;
    text-align: center;
  }
}
.works .sec-work .inner .promotion .txt img {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .works .sec-work .inner .promotion .txt img {
    margin-top: 10px;
    margin-bottom: 12px;
  }
}

/* GALLERY */
.works .sec-gallery {
  width: 100%;
  margin: 0 auto 120px;
}
@media only screen and (max-width: 767px) {
  .works .sec-gallery {
    margin: 0 auto 60px;
  }
}
.works .sec-gallery .inner {
  max-width: 1500px;
  margin: auto;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .works .sec-gallery .inner {
    width: 100%;
    padding: 0 5%;
  }
}
.works .sec-gallery .inner .lead {
  margin: 25px auto 40px;
  font-size: 16px;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .works .sec-gallery .inner .lead {
    margin: 15px auto 20px;
    font-size: 12px;
  }
}
.works .sec-gallery .inner .box {
  width: 100%;
  margin: auto;
}
.works .sec-gallery .inner .box .photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.works .sec-gallery .inner .box .photos li {
  position: relative;
  width: 23.5%;
  margin-bottom: 2%;
}
@media only screen and (max-width: 767px) {
  .works .sec-gallery .inner .box .photos li {
    width: 49%;
    margin-bottom: 3%;
  }
}
.works .sec-gallery .inner .box .photos li img {
  width: 100%;
}

/* ------------------------------------------------- *
 *  ＠ABOUT　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
/*　共通　*/
#history {
  margin-top: -140px;
  padding-top: 140px;
}

/* TITLE */
.about .sec-title {
  width: 100%;
  margin: auto;
  padding-top: 125px;
}
@media only screen and (max-width: 767px) {
  .about .sec-title {
    margin: 0 auto 15px;
    padding-top: 45px;
  }
}

/* MV */
.about .sec-mv {
  width: 100%;
  margin: 90px auto 150px;
}
@media only screen and (max-width: 767px) {
  .about .sec-mv {
    margin: 0 auto;
  }
}
.about .sec-mv .inner {
  width: 100%;
  max-width: 1600px;
  height: 600px;
  margin: auto;
  padding: 0 10px;
  background: url(../img/about/mv_pc.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .about .sec-mv .inner {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: auto;
    padding: 30% 0 0;
    background: url(../img/about/mv_sp.jpg) no-repeat;
    background-position: center top;
    background-size: contain;
  }
}
.about .sec-mv .inner .txt {
  width: 44.6875%;
  margin-left: 8.125%;
  padding-top: 140px;
  /*.catch{
    font-size: 20px;
    font-weight:400;
    line-height:2.2;
    color:#231815;
    text-align:left;
    letter-spacing:0.075em;
    text-shadow:1px 1px 6px #fff;
    @include media(sp){
      font-size: 10px;
      line-height:1.8;
      text-shadow:none;
    }
  }*/
}
@media only screen and (max-width: 1180px) {
  .about .sec-mv .inner .txt {
    width: 48%;
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1024px) {
  .about .sec-mv .inner .txt {
    width: 55%;
    padding-top: 110px;
  }
}
@media only screen and (max-width: 960px) {
  .about .sec-mv .inner .txt {
    width: 60%;
    margin-left: 6%;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .about .sec-mv .inner .txt {
    position: relative;
    width: 90%;
    margin-left: 0;
    margin: auto;
    padding: 15px 20px;
    background-color: #fff;
  }
}
.about .sec-mv .inner .txt .catch {
  padding: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 2.2;
  color: #fff;
  text-align: left;
  letter-spacing: 0.035em;
  background-color: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .about .sec-mv .inner .txt .catch {
    color: #231815;
    font-size: 10px;
    line-height: 1.8;
    text-shadow: none;
  }
}

/* VISION */
.about .sec-vision {
  width: 100%;
  margin: 0 auto 150px;
}
@media only screen and (max-width: 767px) {
  .about .sec-vision {
    margin: 0 auto 80px;
  }
}
.about .sec-vision .inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .about .sec-vision .inner {
    max-width: 100%;
    padding: 70px 5% 0;
    background: url(../img/about/icon_batsu1_sp.png) no-repeat;
    background-position: center top;
    background-size: 20%;
  }
}
.about .sec-vision .inner .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .about .sec-vision .inner .box {
    display: block;
  }
}
.about .sec-vision .inner .box .txt {
  position: absolute;
  z-index: 5;
  top: -80px;
  width: 55%;
  padding: 50px 30px 30px 50px;
  color: #000;
  letter-spacing: 0.075em;
  background: url(../img/about/icon_batsu1_pc.png) no-repeat, url(../img/about/icon_batsu2_pc.png) no-repeat;
  background-position: left 5px top 5px, right 25px bottom 20px;
  background-size: 16%, 20%;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .about .sec-vision .inner .box .txt {
    position: static;
    width: 100%;
    padding: 0;
    background: none;
  }
}
.about .sec-vision .inner .box .txt .rinen {
  font-size: 24px;
  color: #00BBA5;
}
@media only screen and (max-width: 767px) {
  .about .sec-vision .inner .box .txt .rinen {
    margin-top: 15px;
    font-size: 13px;
    text-align: center;
  }
}
.about .sec-vision .inner .box .txt .motto {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-bottom: 6px;
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 4px solid #00BBA5;
}
@media only screen and (max-width: 767px) {
  .about .sec-vision .inner .box .txt .motto {
    margin-top: 12px;
    margin-bottom: 20px;
    padding-bottom: 6px;
    font-size: 15px;
    text-align: center;
    border-bottom: 2px solid #00BBA5;
  }
}
.about .sec-vision .inner .box .txt .purpose {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about .sec-vision .inner .box .txt .purpose dt {
  margin-bottom: 25px;
  margin-right: 10px;
}
.about .sec-vision .inner .box .txt .purpose dt span {
  padding: 3px 10px;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  background-color: #00BBA5;
}
@media only screen and (max-width: 767px) {
  .about .sec-vision .inner .box .txt .purpose dt {
    margin-bottom: 15px;
  }
  .about .sec-vision .inner .box .txt .purpose dt span {
    padding: 2px 5px;
    font-size: 14px;
  }
}
.about .sec-vision .inner .box .txt .purpose dd {
  font-size: 16px;
}
.about .sec-vision .inner .box .txt .purpose dd span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #00BBA5;
}
@media only screen and (max-width: 767px) {
  .about .sec-vision .inner .box .txt .purpose dd {
    font-size: 13px;
    letter-spacing: -0.025em;
  }
  .about .sec-vision .inner .box .txt .purpose dd span {
    font-size: 15px;
  }
}
.about .sec-vision .inner .box .image {
  margin-left: auto;
  margin-right: 0;
  width: 55%;
  max-width: 709px;
}
@media only screen and (max-width: 767px) {
  .about .sec-vision .inner .box .image {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
  }
}
.about .sec-vision .inner .box .image img {
  width: 100%;
}

/* HISTORY */
.about .sec-history {
  width: 100%;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 767px) {
  .about .sec-history {
    margin: 0 auto 30px;
  }
}
.about .sec-history .inner {
  width: 100%;
  max-width: 1600px;
  height: 600px;
  margin: auto;
  padding: 0 10px;
  background: url(../img/about/mv_history_pc.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .about .sec-history .inner {
    max-width: 100%;
    height: auto;
    margin: auto;
    padding: 0;
    background: url(../img/about/mv_history_sp.jpg) no-repeat;
    background-position: center top;
    background-size: contain;
  }
}
.about .sec-history .inner .txt {
  padding-top: 180px;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .about .sec-history .inner .txt {
    padding-top: 60px;
  }
}
.about .sec-history .inner .txt .catch {
  display: inline;
  padding-bottom: 6px;
  font-family: 'Noto Serif JP', serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  border-bottom: 3px solid #fff;
}
@media only screen and (max-width: 767px) {
  .about .sec-history .inner .txt .catch {
    font-size: 22px;
    border-bottom: 2px solid #fff;
  }
}
.about .sec-history .inner .txt .text {
  margin-top: 30px;
  font-size: 18px;
  line-height: 2.2;
}
@media only screen and (max-width: 767px) {
  .about .sec-history .inner .txt .text {
    margin-top: 22%;
    font-size: 14px;
    line-height: 1.8;
    color: #000;
  }
}

/* CHRONOLOGY */
.about .sec-chronology {
  width: 100%;
  margin: 0 auto 240px;
}
@media only screen and (max-width: 767px) {
  .about .sec-chronology {
    margin: 0 auto 120px;
  }
}
.about .sec-chronology .inner {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .about .sec-chronology .inner {
    width: 100%;
    max-width: 100%;
    padding: 0 5%;
  }
}
.about .sec-chronology .inner .chronology {
  width: 100%;
  color: #000;
  vertical-align: top;
  line-height: 1.5;
  background: url(../img/about/fig_line_pc.png) no-repeat;
  background-position: left 30px top;
  background-size: contain;
}
.about .sec-chronology .inner .chronology img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .about .sec-chronology .inner .chronology {
    background: url(../img/about/fig_line_sp.png) no-repeat;
    background-position: left top;
    background-size: contain;
  }
}
.about .sec-chronology .inner .chronology tr {
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about .sec-chronology .inner .chronology th {
  width: 13%;
  max-width: 150px;
  margin-right: 2%;
  white-space: nowrap;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .about .sec-chronology .inner .chronology th {
    width: 13%;
    max-width: 100%;
    margin-right: 5%;
  }
}
.about .sec-chronology .inner .chronology th span {
  padding: 0 5px;
  font-size: 32px;
  font-style: italic;
  color: #fff;
  text-align: center;
  letter-spacing: 0.075em;
  border-radius: 10px;
  background-color: #ccc;
}
.about .sec-chronology .inner .chronology th span.y1964 {
  background-color: #71ead6;
}
.about .sec-chronology .inner .chronology th span.y1968 {
  background-color: #68d7ca;
}
.about .sec-chronology .inner .chronology th span.y1974 {
  background-color: #41c4b1;
}
.about .sec-chronology .inner .chronology th span.y1981 {
  background-color: #34b7a1;
}
.about .sec-chronology .inner .chronology th span.y1994 {
  background-color: #27ad93;
}
.about .sec-chronology .inner .chronology th span.y2000 {
  background-color: #0d9b80;
}
.about .sec-chronology .inner .chronology th span.y2010 {
  background-color: #008e73;
}
.about .sec-chronology .inner .chronology th span.y2014 {
  background-color: #00755f;
}
.about .sec-chronology .inner .chronology th span.y2019 {
  background-color: #0f5648;
}
@media only screen and (max-width: 767px) {
  .about .sec-chronology .inner .chronology th span {
    padding: 0 5px;
    font-size: 13px;
    border-radius: 4px;
  }
}
.about .sec-chronology .inner .chronology td {
  width: 82%;
  max-width: 1060px;
}
@media only screen and (max-width: 767px) {
  .about .sec-chronology .inner .chronology td {
    width: 82%;
    max-width: 100%;
  }
}
.about .sec-chronology .inner .chronology td .box {
  position: relative;
  margin-bottom: 45px;
  padding: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 8px;
  background-color: #f7f7f7;
}
@media only screen and (max-width: 767px) {
  .about .sec-chronology .inner .chronology td .box {
    margin-bottom: 20px;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about .sec-chronology .inner .chronology td .box::before {
  position: absolute;
  content: "\025c0";
  display: inline-block;
  top: 12px;
  left: -18px;
  font-size: 24px;
  color: #f7f7f7;
}
@media only screen and (max-width: 767px) {
  .about .sec-chronology .inner .chronology td .box::before {
    top: 2px;
    left: -10px;
    font-size: 16px;
  }
}
.about .sec-chronology .inner .chronology td .box .txt {
  width: 65%;
  max-width: 680px;
  margin-right: 15px;
  font-size: 18px;
  line-height: 1.8;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .about .sec-chronology .inner .chronology td .box .txt {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    font-size: 12px;
    line-height: 1.6;
  }
}
.about .sec-chronology .inner .chronology td .box .txt .event {
  padding-bottom: 12px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
  border-bottom: 3px dotted #aaa;
}
@media only screen and (max-width: 767px) {
  .about .sec-chronology .inner .chronology td .box .txt .event {
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    border-bottom: 2px dotted #aaa;
  }
}
.about .sec-chronology .inner .chronology td .box .txt .image-in {
  margin-top: 15px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .about .sec-chronology .inner .chronology td .box .txt .image-in {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
  }
}
.about .sec-chronology .inner .chronology td .box .image {
  width: 35%;
  max-width: 360px;
}
@media only screen and (max-width: 767px) {
  .about .sec-chronology .inner .chronology td .box .image {
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
  }
}

/* ------------------------------------------------- *
 *  ＠ABOUT2　　　　　　　　　　　　　　
 * ------------------------------------------------- */
/*　共通　*/
/* TITLE */
.about2 .sec-title {
  width: 100%;
  margin: auto;
  padding-top: 125px;
}
@media only screen and (max-width: 767px) {
  .about2 .sec-title {
    margin: 0 auto 30px;
    padding-top: 45px;
  }
}

/* LEAD */
.about2 .sec-lead {
  width: 100%;
  margin: 90px auto;
}
@media only screen and (max-width: 767px) {
  .about2 .sec-lead {
    margin: 0 auto 50px;
  }
}
.about2 .sec-lead .inner {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 10px;
  /*.lead{
    margin:0 auto 80px;
    font-size:24px;
    color:#000;
    text-align: center;
    @include media(sp){
      margin:0 auto 40px;
      font-size:12px;
    }
  }*/
}
@media only screen and (max-width: 767px) {
  .about2 .sec-lead .inner {
    width: 100%;
    padding: 0 5%;
  }
}
.about2 .sec-lead .inner .item {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .about2 .sec-lead .inner .item {
    margin-bottom: 20px;
  }
}
.about2 .sec-lead .inner .item .text1 {
  font-family: 'Noto Serif JP', serif;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .about2 .sec-lead .inner .item .text1 {
    font-size: 20px;
  }
}
.about2 .sec-lead .inner .item .image {
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .about2 .sec-lead .inner .item .image {
    margin-left: 5px;
  }
  .about2 .sec-lead .inner .item .image img {
    height: 20px;
  }
}

/* CONTENT */
.about2 .sec-content {
  width: 100%;
  margin: 0 auto 300px;
}
@media only screen and (max-width: 767px) {
  .about2 .sec-content {
    margin: 0 auto 120px;
  }
}
.about2 .sec-content .inner {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .about2 .sec-content .inner {
    width: 100%;
    padding: 0 5%;
  }
}
.about2 .sec-content .inner .box,
.about2 .sec-content .inner .box-w {
  margin: 0 auto 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .about2 .sec-content .inner .box,
  .about2 .sec-content .inner .box-w {
    margin: 0 auto 80px;
    display: block;
  }
}
.about2 .sec-content .inner .box .image,
.about2 .sec-content .inner .box-w .image {
  width: 39%;
  max-width: 500px;
}
@media only screen and (max-width: 767px) {
  .about2 .sec-content .inner .box .image,
  .about2 .sec-content .inner .box-w .image {
    width: 88%;
    max-width: 100%;
    margin: auto;
  }
}
.about2 .sec-content .inner .box .txt,
.about2 .sec-content .inner .box-w .txt {
  width: 59%;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .about2 .sec-content .inner .box .txt,
  .about2 .sec-content .inner .box-w .txt {
    position: relative;
    width: 100%;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 15px;
    text-align: center;
  }
}
.about2 .sec-content .inner .box .txt .heading,
.about2 .sec-content .inner .box .txt .heading2,
.about2 .sec-content .inner .box-w .txt .heading,
.about2 .sec-content .inner .box-w .txt .heading2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 5px solid #009043;
}
.about2 .sec-content .inner .box .txt .heading.noline,
.about2 .sec-content .inner .box .txt .heading2.noline,
.about2 .sec-content .inner .box-w .txt .heading.noline,
.about2 .sec-content .inner .box-w .txt .heading2.noline {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .about2 .sec-content .inner .box .txt .heading,
  .about2 .sec-content .inner .box .txt .heading2,
  .about2 .sec-content .inner .box-w .txt .heading,
  .about2 .sec-content .inner .box-w .txt .heading2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 3px solid #009043;
  }
}
.about2 .sec-content .inner .box .txt .genre,
.about2 .sec-content .inner .box-w .txt .genre {
  display: inline-block;
  margin-right: 30px;
  padding: 8px;
  line-height: 1;
  font-size: 30px;
  color: #fff;
  background-color: #009043;
}
@media only screen and (max-width: 767px) {
  .about2 .sec-content .inner .box .txt .genre,
  .about2 .sec-content .inner .box-w .txt .genre {
    display: inline;
    padding: 7px 2em;
    font-size: 14px;
    text-align: center;
    margin: auto;
  }
}
.about2 .sec-content .inner .box .txt .result,
.about2 .sec-content .inner .box-w .txt .result {
  padding-bottom: 8px;
  font-size: 46px;
  color: #009043;
  line-height: 1;
  letter-spacing: 0.075em;
}
@media only screen and (max-width: 767px) {
  .about2 .sec-content .inner .box .txt .result,
  .about2 .sec-content .inner .box-w .txt .result {
    margin-top: 10px;
    padding-bottom: 8px;
    font-size: 24px;
    text-align: center;
    font-weight: normal;
  }
}
.about2 .sec-content .inner .box .txt .result span,
.about2 .sec-content .inner .box-w .txt .result span {
  font-size: 75px;
}
@media only screen and (max-width: 767px) {
  .about2 .sec-content .inner .box .txt .result span,
  .about2 .sec-content .inner .box-w .txt .result span {
    font-size: 40px;
  }
}
.about2 .sec-content .inner .box .txt .heading2,
.about2 .sec-content .inner .box-w .txt .heading2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about2 .sec-content .inner .box .txt .heading2 .result,
.about2 .sec-content .inner .box-w .txt .heading2 .result {
  margin-top: 10px;
}
.about2 .sec-content .inner .box .txt .box-text,
.about2 .sec-content .inner .box-w .txt .box-text {
  margin: 25px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about2 .sec-content .inner .box .txt .box-text .text,
.about2 .sec-content .inner .box-w .txt .box-text .text {
  margin-left: 25px;
}
@media only screen and (max-width: 767px) {
  .about2 .sec-content .inner .box .txt .box-text,
  .about2 .sec-content .inner .box-w .txt .box-text {
    margin: 25px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about2 .sec-content .inner .box .txt .box-text .text,
  .about2 .sec-content .inner .box-w .txt .box-text .text {
    margin-top: 15px;
    margin-left: 10px;
  }
}
.about2 .sec-content .inner .box .txt .text,
.about2 .sec-content .inner .box-w .txt .text {
  width: 96%;
  margin: auto;
  margin-top: 20px;
  font-size: 18px;
  line-height: 2;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .about2 .sec-content .inner .box .txt .text,
  .about2 .sec-content .inner .box-w .txt .text {
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.85;
    text-align: left;
  }
}
.about2 .sec-content .inner .box.reverse,
.about2 .sec-content .inner .box-w.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.about2 .sec-content .inner .box-w {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about2 .sec-content .inner .box-w .image {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .about2 .sec-content .inner .box-w .image {
    max-width: 100%;
  }
}
.about2 .sec-content .inner .box-w .txt {
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .about2 .sec-content .inner .box-w .txt {
    text-align: center;
  }
}

/* ------------------------------------------------- *
 *  ＠GUIDELINE　　　　　　　　　　　　　　
 * ------------------------------------------------- */
/*　共通　*/
/* TITLE */
.guideline .sec-title {
  width: 100%;
  margin: auto;
  padding-top: 125px;
}
@media only screen and (max-width: 767px) {
  .guideline .sec-title {
    margin: 0 auto 45px;
    padding-top: 45px;
  }
}

/* BASE */
.guideline .sec-base {
  width: 100%;
  margin: 70px auto 110px;
}
@media only screen and (max-width: 767px) {
  .guideline .sec-base {
    margin: 5px auto 30px;
  }
}
.guideline .sec-base .inner {
  width: 100%;
  max-width: 1190px;
  margin: auto;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .guideline .sec-base .inner {
    width: 100%;
    padding: 0 5%;
  }
}
.guideline .sec-base .inner .base {
  max-width: 1130px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .guideline .sec-base .inner .base {
    width: 100%;
  }
}
.guideline .sec-base .inner .base .image {
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .guideline .sec-base .inner .base .image {
    display: none;
  }
}
.guideline .sec-base .inner .base .txt {
  font-size: 20px;
  color: #00BBA5;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .guideline .sec-base .inner .base .txt {
    font-size: 12px;
  }
}
.guideline .sec-base .inner .base .txt p {
  margin-bottom: 1.5em;
}

/* OUTLINE */
.guideline .sec-outline {
  width: 100%;
  margin: 0 auto 300px;
}
@media only screen and (max-width: 767px) {
  .guideline .sec-outline {
    margin: 0 auto 200px;
  }
}
.guideline .sec-outline .inner {
  width: 100%;
  max-width: 1190px;
  margin: auto;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .guideline .sec-outline .inner {
    width: 100%;
    padding: 0 5%;
  }
}
.guideline .sec-outline .inner .career {
  font-size: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid #333;
}
@media only screen and (max-width: 767px) {
  .guideline .sec-outline .inner .career {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.guideline .sec-outline .inner .outline {
  border-top: 2px solid #DFEFED;
  width: 100%;
  margin: auto;
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .guideline .sec-outline .inner .outline {
    margin-bottom: 30px;
  }
}
.guideline .sec-outline .inner .outline th {
  width: 22%;
  padding: 40px 0;
  font-size: 18px;
  font-weight: 500;
  color: #00BBA5;
  text-align: center;
  vertical-align: middle;
  border-bottom: 2px solid #DFEFED;
  background-color: #EDF7F5;
}
@media only screen and (max-width: 767px) {
  .guideline .sec-outline .inner .outline th {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
  }
}
.guideline .sec-outline .inner .outline td {
  padding: 40px 3% 40px 5%;
  font-size: 20px;
  color: #000;
  font-weight: 400;
  line-height: 1.9;
  border-bottom: 2px solid #DFEFED;
}
@media only screen and (max-width: 767px) {
  .guideline .sec-outline .inner .outline td {
    display: block;
    width: 100%;
    padding: 10px 0 20px;
    font-size: 12px;
  }
}
.guideline .sec-outline .inner .outline td span {
  display: block;
  font-weight: 700;
}
.guideline .sec-outline .inner .outline td p {
  margin-bottom: 1.5em;
}
.guideline .sec-outline .inner .outline td p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .guideline .sec-outline .inner .outline td {
    border-bottom: none;
  }
}

/* ------------------------------------------------- *
 *  ＠ENTRY　　　　　　　　　　　　　　
 * ------------------------------------------------- */
/*　共通　*/
body.entry .add p.entry {
  display: none;
}

/* TITLE */
.entry .sec-title {
  width: 100%;
  margin: auto;
  padding-top: 125px;
}
@media only screen and (max-width: 767px) {
  .entry .sec-title {
    margin: 0 auto 30px;
    padding-top: 45px;
  }
}

/* CAUTION */
.entry .sec-caution {
  width: 100%;
  margin: 90px auto;
}
@media only screen and (max-width: 767px) {
  .entry .sec-caution {
    margin: 50px auto 30px;
  }
}
.entry .sec-caution .inner {
  width: 100%;
  margin: auto;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .entry .sec-caution .inner {
    padding: 0 5%;
  }
}
.entry .sec-caution .inner .text {
  text-align: center;
  font-size: 20px;
  color: #000;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .entry .sec-caution .inner .text {
    font-size: 14px;
    line-height: 1.7;
  }
}
.entry .sec-caution .inner .text a {
  color: #00BBA5;
}

/* FORM */
.entry .sec-form {
  width: 100%;
  margin: 0 auto 300px;
  /*
    input[type="button"]{
      padding: 10px 30px;
      margin-bottom: 50px;
    }
    input[type="submit"] {
      padding: 10px 30px;
      margin-bottom: 50px;
    }
    input[type="submit"]:hover {
    }
    */
}
@media only screen and (max-width: 767px) {
  .entry .sec-form {
    margin: 0 auto 100px;
  }
}
.entry .sec-form .inner {
  width: 100%;
  max-width: 1190px;
  margin: auto;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .entry .sec-form .inner {
    max-width: 100%;
    padding: 0 5%;
  }
}
.entry .sec-form .inner .oubobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.entry .sec-form .inner .safety {
  margin: auto;
  margin-bottom: 40px;
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .entry .sec-form .inner .safety {
    font-size: 12px;
  }
}
.entry .sec-form .inner .oubotaisho {
  margin-right: 8px;
  margin-bottom: 3px;
}
.entry .sec-form .inner .formTable {
  width: 100%;
  margin: auto;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .entry .sec-form .inner .formTable {
    font-size: 16px;
    border-bottom: 2px solid #DFEFED;
  }
}
.entry .sec-form .inner .formTable th {
  width: 20%;
  padding: 40px 0;
  vertical-align: middle;
  border-bottom: 2px solid #DFEFED;
}
.entry .sec-form .inner .formTable th span {
  padding-left: 4px;
  color: #EA5C3F;
}
@media only screen and (max-width: 767px) {
  .entry .sec-form .inner .formTable th {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 15px 0 0;
    font-size: 16px;
    vertical-align: middle;
    border-bottom: none;
    border-top: 2px solid #DFEFED;
  }
}
.entry .sec-form .inner .formTable td {
  padding: 40px 0;
  font-size: 18px;
  font-weight: 400;
  vertical-align: middle;
  border-bottom: 2px solid #DFEFED;
}
.entry .sec-form .inner .formTable td dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
.entry .sec-form .inner .formTable td dl dt {
  width: 7em;
  padding-bottom: 0;
}
.entry .sec-form .inner .formTable td dl dd {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .entry .sec-form .inner .formTable td {
    display: block;
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    vertical-align: middle;
    border-bottom: none;
  }
  .entry .sec-form .inner .formTable td dl {
    display: block;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
  .entry .sec-form .inner .formTable td dl dt {
    font-size: 14px;
    width: 100%;
    padding-bottom: 4px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .entry .sec-form .inner .formTable td dl dt {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .entry .sec-form .inner .formTable td dl dd {
    width: 100%;
  }
}
.entry .sec-form .inner .formTable .selectboxall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .entry .sec-form .inner .formTable .selectboxall {
    display: table;
  }
  .entry .sec-form .inner .formTable .selectboxall .selectbox {
    display: table-cell;
    overflow: hidden;
    width: 25%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
  }
}
.entry .sec-form .inner .formTable .selectbox {
  overflow: hidden;
  width: 21%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .entry .sec-form .inner .formTable .selectbox {
    width: 40%;
  }
}
.entry .sec-form .inner .formTable .selectbox select {
  width: 100%;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.entry .sec-form .inner .formTable .selectbox select::-ms-expand {
  display: none;
}
.entry .sec-form .inner .formTable .selectbox.box1 {
  position: relative;
  background: #EDF7F5;
}
.entry .sec-form .inner .formTable .selectbox.box1::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .entry .sec-form .inner .formTable .selectbox.box1::before {
    right: 0.5em;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666666;
  }
}
.entry .sec-form .inner .formTable .selectbox.box1 select {
  padding: 5px 10px;
  color: #000;
}
.entry .sec-form .inner .formTable input[type="text"],
.entry .sec-form .inner .formTable input[type="email"],
.entry .sec-form .inner .formTable input[type="tel"],
.entry .sec-form .inner .formTable input[type="submit"],
.entry .sec-form .inner .formTable input[type="reset"],
.entry .sec-form .inner .formTable textarea,
.entry .sec-form .inner .formTable select {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 20px 10px;
  font-size: 16px;
  background-color: #EDF7F5;
  border: none;
}
@media only screen and (max-width: 767px) {
  .entry .sec-form .inner .formTable input[type="text"],
  .entry .sec-form .inner .formTable input[type="email"],
  .entry .sec-form .inner .formTable input[type="tel"],
  .entry .sec-form .inner .formTable input[type="submit"],
  .entry .sec-form .inner .formTable input[type="reset"],
  .entry .sec-form .inner .formTable textarea,
  .entry .sec-form .inner .formTable select {
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 12px 5px;
    font-size: 14px;
  }
}
.entry .sec-form .inner .formTable input[type="text"],
.entry .sec-form .inner .formTable input[type="email"],
.entry .sec-form .inner .formTable input[type="tel"] {
  width: 100%;
}
.entry .sec-form .inner .formTable select,
.entry .sec-form .inner .formTable input.short {
  width: 21%;
}
@media only screen and (max-width: 767px) {
  .entry .sec-form .inner .formTable select,
  .entry .sec-form .inner .formTable input.short {
    width: 40%;
  }
}
.entry .sec-form .inner .formTable input.long {
  width: 100%;
}
.entry .sec-form .inner .formTable input.address1 {
  width: 100%;
  margin-right: 0;
}
.entry .sec-form .inner .formTable textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.entry .sec-form .inner .formTable ::-webkit-input-placeholder {
  font-size: 16px;
  color: #999;
}
.entry .sec-form .inner .formTable :-ms-input-placeholder {
  font-size: 16px;
  color: #999;
}
.entry .sec-form .inner .formTable ::-ms-input-placeholder {
  font-size: 16px;
  color: #999;
}
.entry .sec-form .inner .formTable ::placeholder {
  font-size: 16px;
  color: #999;
}
@media only screen and (max-width: 767px) {
  .entry .sec-form .inner .formTable ::-webkit-input-placeholder {
    font-size: 14px;
  }
  .entry .sec-form .inner .formTable :-ms-input-placeholder {
    font-size: 14px;
  }
  .entry .sec-form .inner .formTable ::-ms-input-placeholder {
    font-size: 14px;
  }
  .entry .sec-form .inner .formTable ::placeholder {
    font-size: 14px;
  }
}
.entry .sec-form .inner .formTable input,
.entry .sec-form .inner .formTable textarea,
.entry .sec-form .inner .formTable select {
  padding: 8px;
  line-height: 1.7;
}
.entry .sec-form .inner .formTable label {
  line-height: 2;
}
.entry .sec-form .inner .formTable form.cmxform label.error,
.entry .sec-form .inner .formTable label.error, .entry .sec-form .inner .formTable .error {
  color: red;
}
.entry .sec-form .inner .formTable #formWrap .small {
  text-align: center;
  font-size: 16px;
}
.entry .sec-form .inner .formTable #formWrap .box-certify {
  width: 100%;
  margin: 30px auto;
  text-align: center;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.075em;
}
.entry .sec-form .inner .formTable #formWrap .box-certify .certify {
  margin: auto;
  text-align: center;
  font-size: 30px;
}
.entry .sec-form .inner .formTable #formWrap .box-certify .certify.red {
  color: #c00;
}
.entry .sec-form .inner .formTable #formWrap .box-certify .text {
  font-size: 20px;
}
.entry .sec-form input[type="submit"],
.entry .sec-form input[type="reset"],
.entry .sec-form input[type="button"] {
  width: 150px;
  height: 70px;
  line-height: 70px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  background-color: #00BBA5;
}
.entry .sec-form input[type="reset"] {
  color: #999;
  padding: 5px 10px;
}
.entry .sec-form .btns {
  margin: auto;
  text-align: center;
}
.entry .sec-form .btns input.btn-submit {
  width: 150px;
  height: 70px;
  margin: auto;
  text-align: center;
  line-height: 70px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  background-color: #00BBA5;
}
@media only screen and (max-width: 767px) {
  .entry .sec-form .btns input.btn-submit {
    width: 100%;
    height: 50px;
    line-height: 50px;
  }
}

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