@charset "utf-8";

html {
  font-size: 62.5%;
}

body {
  position: relative;
}

/* Google Webフォント */
.bree {
  font-family: "Bree Serif", serif;
}

.ubuntu {
  font-family: "Ubuntu", sans-serif;
}

/* スクロールに合わせてフェードイン */
.js-inview {
  opacity: 0;
  transform: translate(0, 8px);
  transition: .4s;
}

.js-inview.in {
  opacity: 1.0;
  transform: translate(0, 0);
}

/*------------------------------
  Wrap
------------------------------*/
#wrap {
  background: #f7f7f7;
  color: #111;
  font-family: "源ノ角ゴシック Regular", "源ノ角ゴシック", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  font-size: 1.6rem;
  letter-spacing: .2rem;
  line-height: 2;
  opacity: 0;
  overflow: hidden;
  position: relative;
}

/* 左白ライン */
.lnavi {
  display: none !important;
}

/*------------------------------
  ヘッダー
------------------------------*/
.header__inn {
  position: relative;
}

.logo__link,
.logo__img {
  display: block;
}

/*------------------------------
  コンテンツ
------------------------------*/
#contents {
  position: relative;
}

/* 下層メインビジュアル */
.fv__wrap {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}

_::-webkit-full-page-media,
_:future,
:root .fv__wrap {
  background-attachment: scroll;
}

/* ページタイトル */
.page__ttl--main {
  color: #001525;
  display: block;
  position: relative;
}

.page__ttl--sub {
  display: block;
}

/* 先頭グローバルナビ */
#gnav-top {
  left: 4%;
  margin-top: -117px;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.gnav-top__item {
  margin-bottom: 14px;
}

.gnav-top__item:last-child {
  margin-bottom: 0;
}

/* 格納グローバルナビ */
.bg_focus_top {
  animation: bgfocustopnone .6s ease 0s forwards;
  background: rgba(0, 0, 0, .1);
  display: block;
  width: 100%;
  height: 30%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 3;
}

@keyframes bgfocustopnone {
  0% {
    opacity: 0;
    top: 0;
  }

  100% {
    opacity: 1;
    top: -30%;
  }
}

.bg_focus_bottom {
  animation: bgfocusbottomnone .6s ease 0s forwards;
  background: rgba(0, 0, 0, .1);
  display: block;
  width: 100%;
  height: 30%;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 3;
}

@keyframes bgfocusbottomnone {
  0% {
    opacity: 0;
    bottom: 0;
  }

  100% {
    opacity: 1;
    bottom: -30%;
  }
}

.bg_focus_top.bgactive {
  animation: bgfocustop .6s ease 0.3s forwards;
  background: rgba(0, 0, 0, .1);
  display: block;
  width: 100%;
  height: 30%;
  left: 0;
  top: -30%;
  position: absolute;
  z-index: 3;
}

@keyframes bgfocustop {
  0% {
    opacity: 0;
    top: -30%;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

.bg_focus_bottom.bgactive {
  animation: bgfocusbottom .6s ease 0.3s forwards;
  background: rgba(0, 0, 0, .1);
  display: block;
  width: 100%;
  height: 30%;
  left: 0;
  bottom: -30%;
  position: absolute;
  z-index: 3;
}

@keyframes bgfocusbottom {
  0% {
    opacity: 0;
    bottom: -30%;
  }

  100% {
    opacity: 1;
    bottom: 0;
  }
}

.gnav__btn {
  display: block;
  position: relative;
  z-index: 5;
}

.gnav__btn--inn {
  display: block;
  height: 36px;
  position: relative;
  width: 36px;
}

.gnav__wrap {
  background: rgba(256, 256, 256, .9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 4;
}

.gnav__icon,
.gnav__icon:before,
.gnav__icon:after {
  background: #001525;
  box-shadow: 0 0 20px rgba(256, 256, 256, .6);
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  transition: .4s;
}

.gnav__icon {
  top: 16px;
  width: 36px;
}

.gnav__icon:before {
  content: "";
  top: -12px;
  width: 30px;
}

.gnav__icon:after {
  content: "";
  top: 12px;
  width: 26px;
}

.gnav__icon.close {
  background: transparent;
}

.gnav__icon.close:before {
  top: 0;
  transform: rotate(135deg);
}

.gnav__icon.close:after {
  top: 0;
  transform: rotate(-135deg);
}

.gnav__list.gnaviinn {
  animation: gnavlistin 1s ease 0s forwards;
  left: 0px;
  margin-top: -66px;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  top: 50%;
  z-index: 4;
}

.gnav__list2.gnaviinn {
  animation: gnavlistin2 1s ease 0s forwards;
  left: 0px;
  margin-top: 28px;
  position: absolute;
  opacity: 0;
  top: 50%;
  z-index: 4;
}

@keyframes gnavlistin {
  0% {
    opacity: 0;
    left: 0px;
  }

  100% {
    opacity: 1;
    left: 200px;
  }
}

@keyframes gnavlistin2 {
  0% {
    opacity: 0;
    left: 0px;
  }

  100% {
    opacity: 1;
    left: 200px;
  }
}

.gnav__list {
  animation: gnavlistin3 0.6s ease 0s forwards;
  left: 200px;
  margin-top: -66px;
  overflow: hidden;
  position: absolute;
  opacity: 1;
  top: 50%;
}

.gnav__list2 {
  animation: gnavlistin4 0.6s ease 0s forwards;
  left: 200px;
  margin-top: 18px;
  position: absolute;
  opacity: 1;
  top: 50%;
}

@keyframes gnavlistin3 {
  0% {
    opacity: 1;
    left: 200px;
  }

  100% {
    opacity: 0;
    left: 0px;
  }
}

@keyframes gnavlistin4 {
  0% {
    opacity: 1;
    left: 200px;
  }

  100% {
    opacity: 0;
    left: 0px;
  }
}

.share .fb-share-button,
.share .twitter-share-button {
  display: block;
}

.fb_iframe_widget>span {
  display: block !important;
  vertical-align: baseline !important;
}

.gnav__list2 {
  overflow: hidden;
}

.gnav__link {
  color: #001525;
  display: block;
  text-decoration: none;
  text-shadow: 0 0 20px rgba(256, 256, 256, .6);
}

.pp .gnav__link {
  color: #111;
  font-weight: bold;
  text-decoration: none;
}

.sns__img {
  display: block;
}

/* リンクボタン */
.btn__link {
  background: none;
  border: none;
  border-radius: 9999px;
  display: block;
  line-height: 2;
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-decoration: none;
}

.btn__link--eff1 {
  background: #111;
  display: block;
  position: absolute;
  top: 0;
  transition: all .3s ease;
  z-index: 2;
}

.btn__link--eff2 {
  background: url(/common/img/ico_btnlink.png) center center no-repeat;
  display: block;
  position: absolute;
  top: 0;
  transition: all .6s ease;
  z-index: 3;
}

.btn__link--inn {
  border-radius: 9999px;
  color: #111;
  display: block;
  font-weight: bold;
  position: relative;
  text-align: center;
  z-index: 1;
}

/* テキストリンク */
.brd__link {
  border-bottom: 4px solid #111;
  color: #111;
  display: inline-block;
  font-weight: bold;
  padding-bottom: 3px;
  text-decoration: none;
}

/* Office tour */
.officetour__link {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.officetour__txt {
  color: #fff;
}

.form__wrap {
  background: #fff;
  width: 100%;
}

.form__ttl {
  font-weight: bold;
  text-align: center;
}

/* お問い合わせ・応募フォーム */
/* ステップ */
.step__list {
  margin-bottom: 40px;
  overflow: hidden;
}

.step__item {
  background: #fff;
  border: 2px solid #cdcdcd;
  float: left;
  height: 100px;
  margin-bottom: 20px;
  padding: 0 30px;
  position: relative;
}

.step__item.item01 {
  border-right: none;
  margin-right: 8%;
  width: 29%;
}

.step__item.item02 {
  border-left: none;
  border-right: none;
  margin-right: 8%;
  width: 26%;
}

.step__item.item03 {
  border-left: none;
  width: 29%;
}

.step__item.item01:after,
.step__item.item02:after {
  background: url(/common/img/contact/arw_step_after_pc.png) left top no-repeat;
  content: "";
  display: block;
  height: 100px;
  position: absolute;
  right: -30px;
  top: -2px;
  width: 30px;
}

.step__item.item01.current:after,
.step__item.item02.current:after {
  background-image: url(/common/img/contact/arw_step_after_current_pc.png);
}

.step__item.item02:before,
.step__item.item03:before {
  background: url(/common/img/contact/arw_step_before_pc.png) left top no-repeat;
  content: "";
  display: block;
  height: 100px;
  left: -30px;
  position: absolute;
  top: -2px;
  width: 30px;
}

.step__item.item02.current:before,
.step__item.item03.current:before {
  background-image: url(/common/img/contact/arw_step_before_current_pc.png);
}

.step__item.current {
  background-color: #001525;
  border-color: #001525;
}

.step__num,
.step__txt {
  color: #ccc;
  font-size: 2rem;
  line-height: 1.2;
  position: absolute;
}

.step__num {
  left: 20px;
  top: 20px;
}

.step__txt {
  bottom: 20px;
  right: 20px;
  text-align: right;
}

.current .step__num {
  color: #1dd5ca;
}

.current .step__txt {
  color: #fff
}

/* フォーム */
.form__notice1 .red {
  color: #f73737;
}

.form__list {
  margin-bottom: 30px;
}

.form__item {
  border-bottom: 1px dotted #c9c9c9;
}

.form__item:first-child {
  border-top: 1px dotted #c9c9c9;
}

.form__label {
  display: block;
  font-weight: bold;
}

.form__label.required:after {
  color: #f73737;
  content: "　＊";
}

.form__input {
  border: 1px solid #c9c9c9;
  box-sizing: border-box;
  font-family: "源ノ角ゴシック Regular", "源ノ角ゴシック", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
}

.form__input:focus {
  background: #f9fcff;
  border: 1px solid #7e94b8;
}

.form__input input[type="radio"] {
  margin: 0 5px 0 0;
  vertical-align: middle;
}

.form__input.error {
  background: #ffe7ee;
}

.form__remark {
  clear: both;
  width: 100%;
}

.error__message {
  clear: both;
  color: #f73737;
  width: 100%;
}

.btn__link {
  margin: 0 auto;
}

.g-recaptcha {
  margin-bottom: 30px;
}

.g-recaptcha>div {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}

.g-recaptcha+.message {
  color: #f73737;
  margin: -20px 0 30px;
}

/*------------------------------
  フッター
------------------------------*/
#pagetop {
  display: none;
}

.pagetop__img {
  display: block;
}



/*------------------------------
  PC用スタイルここから
------------------------------*/
@media screen and (min-width: 768px) {

  /* ホバー時にふわっと透過 */
  .fade {
    transition: .2s;
  }

  .fade:hover {
    opacity: .5;
  }

  /*------------------------------
  Wrap
------------------------------*/
  #wrap {
    color: #111;
    font-family: "源ノ角ゴシック Regular", "源ノ角ゴシック", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
    font-size: 1.6rem;
    letter-spacing: .2rem;
    line-height: 2;
    position: relative;
  }

  /*------------------------------
  ヘッダー
------------------------------*/
  .logo {
    left: 4%;
    position: absolute;
    top: 99px;
    z-index: 1;
  }

  .logo .logo__img {
    width: 242px;
    height: auto;
  }

  /*------------------------------
  コンテンツ
------------------------------*/
  /* 下層メインビジュアル */
  .fv__wrap {
    background-position: center center;
    height: 800px;
  }

  /* ページタイトル */
  .page__ttl {
    position: absolute;
    right: 0;
  }

  .mv__contents .page__ttl {
    top: 25%;
  }

  .txt__contents .page__ttl {
    top: 160px;
  }

  .page__ttl--main {
    font-size: 6rem;
    letter-spacing: .6rem;
    padding-right: 80px;
  }

  .page__ttl--main:after {
    background: #001525;
    content: "";
    display: block;
    height: 6px;
    right: 0;
    position: absolute;
    top: 64px;
    width: 70px;
  }

  .page__ttl--sub {
    font-size: 2.4rem;
    letter-spacing: .2rem;
    line-height: 1;
  }

  .gnav__btn {
    display: none;
    height: 36px;
    left: 3%;
    margin-top: -60px;
    position: fixed;
    top: 50%;
    width: 36px;
  }

  .gnav__btn--inn {
    height: 36px;
    width: 36px;
  }

  .gnav__icon {
    height: 4px;
    top: 16px;
    width: 36px;
  }

  .gnav__icon:before {
    height: 4px;
    top: -12px;
    width: 30px;
  }

  .gnav__icon:after {
    height: 4px;
    top: 12px;
    width: 26px;
  }

  .gnav__icon.close:before {
    width: 36px;
  }

  .gnav__icon.close:after {
    width: 36px;
  }

  .share {
    display: block;
    left: 4%;
    position: fixed;
    bottom: 30px;
    z-index: 4;
  }

  .share p {
    font-weight: bold;
    margin-bottom: 10px;
  }

  .share a {
    transition: 0.5s ease;
  }

  .share a:hover {
    opacity: 0.7;
  }

  .share .shareFb {
    margin-right: 28px;
  }

  .share .shareFb img {
    width: 14px;
    height: 29px;
  }

  .share .shareTw img {
    width: 29px;
    height: 23px;
  }

  .gnav__inn {
    height: 100%;
    position: relative;
    width: 100%;
  }

  .gnav__item {
    float: left;
    margin-right: 80px;
  }

  .gnav__item.pp {
    padding-top: 13px;
  }

  .gnav__list2 .gnav__item:nth-child(2) a {
    border-bottom: 4px solid #3b5998;
  }

  .gnav__list2 .gnav__item:nth-child(2) img {
    height: 24px;
    width: auto;
    padding-right: 14px;
  }

  .gnav__list2 .gnav__item:nth-child(2) span {
    font-size: 1.2rem;
    color: #3b5998;
    font-weight: bold;
  }

  .gnav__list2 .gnav__item:nth-child(3) img {
    height: 30px;
    width: auto;
    margin-top: 2px;
  }

  .gnav__link {
    font-size: 2.4rem;
    letter-spacing: .4rem;
  }

  .pp .brd__link {
    font-size: 1.6rem;
    letter-spacing: .5rem;
  }

  /* セクション */
  .border__wrap {
    background-clip: padding-box;
    border-left: 1px solid rgba(0, 0, 0, .06);
    border-right: 1px solid rgba(0, 0, 0, .06);
    margin: 0 auto;
    padding: 0 39px;
    max-width: 1280px;
    width: 100%;
  }

  .section__inn {
    width: 100%;
  }

  .mv__contents {
    padding: 0 0 249px;
  }

  .txt__contents {
    padding: 0 0 189px;
  }

  .txt__contents .fv__wrap {
    position: absolute;
    top: 0;
  }

  .txt__contents .border__wrap {
    padding-top: 360px;
  }

  .section__ttl.bree {
    font-size: 6rem;
    letter-spacing: 1rem;
  }

  .section__ttl.ubuntu {
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: .6rem;
  }

  /* リンクボタン */
  .btn__link {
    cursor: pointer;
    width: 280px;
  }

  .btn__link--eff1 {
    height: 54px;
    left: -280px;
    width: 280px;
  }

  .btn__link--eff2 {
    height: 54px;
    left: -280px;
    width: 280px;
  }

  .btn__link--inn {
    border: 4px solid #111;
    font-size: 1.8rem;
    height: 54px;
    letter-spacing: .6rem;
    padding-top: 5px;
  }

  .btn__link:hover .btn__link--eff1 {
    left: 0;
  }

  .btn__link:hover .btn__link--eff2 {
    left: 0;
  }

  /* Office tour */
  .officetour {
    position: relative;
  }

  .officetour__inn {
    background: #001525;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: -50px;
    width: 53%;
    z-index: 1;
  }

  .officetour__content {
    background: url(/common/img/bg_officetour_pc.png) left center no-repeat;
    float: right;
    height: 100%;
    max-width: 750px;
    padding: 40px 4% 60px 16%;
    width: 100%;
  }

  .officetour .section__ttl {
    margin-bottom: 30px;
    text-align: right;
  }

  .officetour__link {
    background: url(/common/img/ico_officetour_pc.png) right center no-repeat;
    font-size: 3rem;
    padding-right: 49px;
  }

  .officetour__txt {
    font-size: 1.4rem;
    text-align: right;
  }

  /*coming soon*/
  .section__ttl.comingsoon {
    background: url(/common/img/ico_officetour_pc.png) right center no-repeat;
    font-size: 3rem;
    padding-right: 49px;
    color: #fff;
    opacity: 0.4;
    text-decoration: line-through;
    margin-bottom: 10px;
  }

  .section__ttl.comingsoon+p.comingsoon {
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: .3em;
    margin-top: -20px;
    margin-bottom: 20px;
    font-weight: bold;
  }

  /* お問い合わせ・応募フォーム */
  .form__wrap {
    margin: 0 auto;
    max-width: 1080px;
    padding: 100px 60px;
  }

  .form__ttl {
    font-size: 3.6rem;
    letter-spacing: 1.2rem;
    margin-bottom: 40px;
  }

  .form__notice1 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

  .form__item {
    overflow: hidden;
    padding: 20px 0 20px 20px;
  }

  .form__label {
    line-height: 1;
    float: left;
    font-size: 1.5rem;
    padding-top: 14px;
    width: 28%;
  }

  .form__input {
    border-radius: 10px;
    float: left;
    font-size: 1.4rem;
    letter-spacing: .2rem;
    outline: none;
    padding: 10px 15px;
  }

  .form__input.w40 {
    width: 40%;
  }

  .form__input.w62 {
    width: 62%;
  }

  .form__input.horizon {
    margin-right: 10px;
  }

  .form__input.horizon:last-child {
    margin-right: 0;
  }

  .form__input.pointer {
    cursor: pointer;
  }

  .form__input:hover {
    background: #f9fcff;
    border: 1px solid #7e94b8;
  }

  .form__remark {
    font-size: 1.4rem;
  }

  .error__message {
    font-size: 1.4rem;
    padding-left: 28%;
  }

  .form__notice2 {
    font-size: 1.4rem;
    margin-bottom: 60px;
    text-align: center;
  }

  .thanks__txt {
    font-size: 1.8rem;
    text-align: center;
    padding: 60px 0;
  }

  .g-recaptcha+.message {
    font-size: 1.4rem;
    text-align: center;
  }


  /*------------------------------
  フッター
------------------------------*/
  #footer {
    background: #fff url(/common/img/bg_footer_pc.png) right 32% bottom no-repeat;
    height: 380px;
  }

  #footer .border__wrap {
    height: 100%;
    position: relative;
  }

  .footer__list {
    max-width: 400px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 65px;
    width: 40%;
  }

  .item__fb .footer__link {
    display: flex;
    text-decoration: none;
    border-bottom: 4px solid #3b5998;
    padding-bottom: 10px;
  }

  .item__fb img {
    width: auto;
    height: 34px;
    display: block;
    padding: 0 20px 0 0;
  }

  .item__fb span {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.3em;
    letter-spacing: .4rem;
    color: #3b5998;
  }

  .item__tw img {
    width: auto;
    height: 30px;
    margin-top: 4px;
  }

  .footer__item {
    float: left;
    margin: 0 40px 20px 0;
  }

  .footer__link {
    display: block;
  }

  .item__pp {
    padding-top: 11px;
  }

  .item__pp .brd__link {
    letter-spacing: .5rem;
  }

  .footer__copy {
    bottom: 20px;
    font-size: 1.4rem;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
  }

  #pagetop {
    bottom: 10px;
    right: 40px;
    position: fixed;
    z-index: 3;
  }

}

/*------------------------------
  PC用スタイルここまで
------------------------------*/



/*------------------------------
  SP用スタイルここから
------------------------------*/
@media screen and (max-width: 767px) {

  .pc-only {
    display: none;
  }

  /*------------------------------
  ヘッダー
------------------------------*/
  #header {
    background: rgba(256, 256, 256, .8);
    height: 60px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
  }

  .header__inn {
    position: relative;
  }

  .logo {
    left: 15px;
    position: absolute;
    top: 17px;
  }

  .logo__img {
    width: 121px;
  }

  /*------------------------------
  コンテンツ
------------------------------*/
  /* 下層メインビジュアル */
  .mv__contents .fv__wrap {
    background-position: center top;
    background-size: auto 300px;
    height: 300px !important;
    padding-top: 140px;
  }

  .txt__contents .fv__wrap {
    height: 100px !important;
  }

  /* 先頭グローバルナビ */
  #gnav-top {
    display: none !important;
  }

  /* 格納グローバルナビ */
  .gnav__btn {
    display: block !important;
    height: 18px;
    opacity: 1 !important;
    position: fixed;
    right: 20px;
    top: 22px;
    width: 18px;
  }

  .gnav__btn--inn {
    height: 18px;
    width: 18px;
  }

  .gnav__icon {
    height: 2px;
    top: 8px;
    width: 18px;
  }

  .gnav__icon:before {
    height: 2px;
    top: -6px;
    width: 15px;
  }

  .gnav__icon:after {
    height: 2px;
    top: 6px;
    width: 13px;
  }

  .gnav__icon.close:before {
    width: 18px;
  }

  .gnav__icon.close:after {
    width: 18px;
  }

  .share {
    display: block;
    right: 64px;
    position: fixed;
    top: 7px;
    z-index: 4;
  }

  .share p {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 1rem;
    letter-spacing: .1em;
  }

  .share .shareFb {
    margin-right: 14px;
    margin-left: 3px;
  }

  .share .shareFb img {
    width: auto;
    height: 20px;
  }

  .share .shareTw img {
    width: auto;
    height: 16px;
  }

  .gnav__item {
    margin-bottom: 20px;
  }

  .gnav__list2 .gnav__item {
    float: none;
    text-align: center;
    width: 100%;
  }

  .gnav__inn {
    padding: 80px 30px 0;
  }

  .gnav__list2 .gnav__item:nth-child(2) a {
    border-bottom: 2px solid #3b5998;
  }

  .gnav__list2 .gnav__item:nth-child(2) img {
    height: 20px;
    width: auto;
    padding-right: 6px;
  }

  .gnav__list2 .gnav__item:nth-child(2) span {
    font-size: 1rem;
    color: #3b5998;
    font-weight: bold;
  }

  .gnav__item.sns {
    width: 100%;
  }

  .gnav__item.sns .gnav__link {
    display: inline-block;
  }

  .gnav__link {
    font-size: 2rem;
    letter-spacing: .2rem;
    text-align: center;
  }

  .pp .gnav__link {
    display: inline-block;
    border-bottom: 2px solid #111;
    font-size: 1rem;
    letter-spacing: .25rem;
  }

  .bg_focus_top,
  .bg_focus_bottom {
    display: none !important;
  }

  .gnav__list,
  .gnav__list2 {
    animation: none !important;
    margin: 0 !important;
    opacity: 1 !important;
    position: static !important;
  }

  .gnav__list2 {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
  }

  .sns__img {
    height: 25px;
    width: 25px;
  }

  /* セクション */
  .border__wrap {
    padding: 0 20px;
    width: 100%;
  }

  .section__ttl.bree {
    font-size: 3rem;
    letter-spacing: .5rem;
    text-align: center;
  }

  .mv__contents {
    padding: 0 0 100px;
  }

  .txt__contents {
    padding: 80px 0 100px;
  }

  /* ページタイトル */
  .page__ttl {
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
  }

  .page__ttl--main {
    font-size: 3rem;
    letter-spacing: .3rem;
  }

  .page__ttl--sub {
    font-size: 1.2rem;
    letter-spacing: .1rem;
    line-height: 1;
  }

  .page__ttl.sp-white .page__ttl--main,
  .page__ttl.sp-white .page__ttl--sub {
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, .6);
  }

  /* リンクボタン */
  .btn__link {
    width: 200px;
  }

  .btn__link--eff1 {
    height: 40px;
    left: -200px;
    width: 200px;
  }

  .btn__link--eff2 {
    background-size: 11px 9px;
    height: 40px;
    left: -200px;
    width: 200px;
  }

  .btn__link--inn {
    border: 2px solid #111;
    font-size: 1.4rem;
    height: 40px;
    letter-spacing: .4rem;
    padding-top: 4px;
  }

  /* Office tour */
  .officetour {
    position: relative;
  }

  .officetour__inn {
    bottom: -160px;
    padding-right: 20px;
    position: absolute;
    z-index: 1;
  }

  .officetour__content {
    background: #001525 url(/common/img/bg_officetour_sp.png) left 48px /157px 114px no-repeat;
    padding: 29px 40px 30px 50px;
  }

  .officetour__link {
    background: url(/common/img/ico_officetour_sp.png) right center /15px 12px no-repeat;
    font-size: 2rem;
    padding-right: 35px;
  }

  .officetour__txt {
    font-size: 1rem;
  }

  /*coming soon*/
  .section__ttl.comingsoon {
    background: url(/common/img/ico_officetour_sp.png) right center /15px 12px no-repeat;
    font-size: 2rem;
    padding-right: 35px;
    color: #fff;
    opacity: 0.4;
    text-decoration: line-through;
    margin-bottom: 6px;
  }

  .section__ttl.comingsoon+p.comingsoon {
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: .3em;
    margin-top: -10px;
    margin-bottom: 10px;
    font-weight: bold;
  }

  /* お問い合わせ・応募フォーム */
  .form__wrap {
    margin: 0 auto;
    padding: 40px 20px;
  }

  .form__ttl {
    font-size: 1.6rem;
    letter-spacing: .2rem;
    margin-bottom: 20px;
  }

  .form__notice1 {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .form__item {
    overflow: hidden;
    padding: 20px 0;
  }

  .form__label {
    font-size: 1.2rem;
  }

  .form__input {
    border-radius: 5px;
    display: block;
    font-size: 1.1rem;
    letter-spacing: .2rem;
    line-height: inherit;
    padding: 6px 10px;
    width: 100%;
  }

  .form__input.horizon {
    float: left;
    margin-right: 5%;
    width: 45%;
  }

  .form__input.horizon:last-child {
    margin-right: 0;
  }

  .form__remark {
    font-size: 1rem;
  }

  .error__message {
    font-size: 1rem;
  }

  .form__notice2 {
    font-size: 1rem;
    margin-bottom: 30px;
  }

  .thanks__txt {
    font-size: 1.2rem;
    text-align: center;
    padding: 40px 0;
  }

  .g-recaptcha+.message {
    font-size: 1rem;
  }

  /*------------------------------
  フッター
------------------------------*/
  #footer {
    background: #fff url(/common/img/bg_footer_sp.png) left bottom /142px 138px no-repeat;
    height: 388px;
  }

  #footer .border__wrap {
    height: 100%;
    position: relative;
  }

  #footer .section__inn {
    height: 100%;
  }

  .footer__list {
    height: 100%;
    position: relative;
  }

  .footer__item {
    position: absolute;
  }

  .item__pp {
    bottom: 150px;
    /* text-align: center; */
    /* width: 100%; */
    left: 20px;
  }

  .item__fb {
    bottom: 150px;
    right: 20px;
    margin-left: -70px;
  }

  .item__fb .footer__link {
    display: flex;
    text-decoration: none;
    border-bottom: 4px solid #3b5998;
    padding-bottom: 10px;
  }

  .item__fb img {
    width: auto;
    height: 25px;
    display: block;
    padding: 0 7px 0 0;
  }

  .item__fb span {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.3em;
    letter-spacing: .4rem;
    color: #3b5998;
  }

  .item__tw {
    bottom: 160px;
    left: 50%;
    margin-left: 35px;
  }

  .footer__img {
    height: 35px;
    width: 35px;
  }

  .footer__link {
    display: block;
  }

  .item__pp .brd__link {
    display: inline-block;
    font-size: 1rem;
    letter-spacing: .2rem;
    text-align: center;
  }

  .footer__copy {
    bottom: 90px;
    font-size: .8rem;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
  }

  #pagetop {
    bottom: 20px !important;
    right: 15px;
    position: fixed !important;
    z-index: 3;
  }

  .pagetop__img {
    height: 40px;
    width: 35px;
  }

}

/*------------------------------
  SP用スタイルここまで
------------------------------*/