@charset "UTF-8";
/*
  ----------------
  レスポンシブ用のユティリティー
  ----------------
*/
@media all and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

.main {
  margin-bottom: 60px;
}
@media all and (max-width: 767px) {
  .main {
    margin-bottom: 20px;
  }
}

.footer {
  width: 1100px;
  height: 270px;
  margin: 0 auto;
  border-bottom: unset;
}

@media all and (max-width: 767px) {
  .footer {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
  }
}

.footer .ft_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  left: unset;
}

.footer__copy {
  letter-spacing: -0.5px;
}

@media all and (max-width: 767px) {
  .footer__img01 {
    position: absolute;
    width: 10%;
    top: 17%;
    left: 37px;
  }
}

@media all and (max-width: 767px) {
  .footer__img02 {
    position: absolute;
    width: 2.6%;
    top: 17%;
    right: 37px;
  }
}

.footer__wrap {
  padding: 0 100px;
  margin-bottom: 90px;
  position: relative;
}

@media all and (max-width: 767px) {
  .footer__wrap {
    padding: 0;
    width: 90%;
    margin: 0 auto 15px;
  }
}

@media all and (max-width: 767px) {
  .footer nav {
    width: 90%;
    margin: 0 auto;
  }
}

#main h1 {
  font-size: 48px;
  letter-spacing: 1px;
  padding: 94px 0 10%;
  position: relative;
}

#main h1 span {
  font-size: 12px;
  font-weight: bold;
  margin-left: 24px;
  display: inline-block;
  position: relative;
  top: -12px;
}

@media all and (max-width: 767px) {
  #main h1 {
    font-size: 48px;
    letter-spacing: 1px;
    padding: 94px 0 10%;
    position: relative;
  }

  #main h1 span {
    font-size: 12px;
    font-weight: bold;
    margin-left: 24px;
    display: inline-block;
    position: relative;
    top: -12px;
  }
}

.btn {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media all and (min-width: 768px) {
  .btn:hover {
    opacity: 0.6;
  }
}

@media all and (min-width: 768px) {
  .hero-nav-sp {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .hero-nav-sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: rgba(24, 24, 24, 0.8);
    height: 50px;
  }

  .hero-nav-sp__current {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding-left: 17px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
  }

  .hero-nav-sp__current::after {
    content: "";
    display: inline-block;
    border-top: 4px solid #fff;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    margin-left: 0.5em;
    margin-top: 2px;
  }

  .hero-nav-sp__entry {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #ff0000;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.is-fixed .hero__nav {
  position: fixed;
  width: 1100px;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}

@media all and (max-width: 767px) {
  .is-fixed .hero__nav {
    width: auto;
    top: 58px;
    left: 5vw;
    right: 5vw;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.hero {
  text-align: center;
  height: 538px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hero::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}

@media all and (max-width: 767px) {
  .hero {
    height: 320px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 110px;
  }
}

.hero--sub {
  height: 400px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.hero--sub .hero__top {
  margin-bottom: 0;
  z-index: 1;
}

@media all and (max-width: 767px) {
  .hero--sub {
    height: 200px;
    padding-top: 50px;
  }
}

.hero--sub .hero__ttl {
  font-size: 54px;
  font-weight: 900;
  letter-spacing: normal;
  font-family: "proxima-nova", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}

@media all and (max-width: 767px) {
  .hero--sub .hero__ttl {
    font-size: 29px;
  }
}

.hero--sub .hero__cach {
  font-size: 24px;
  font-weight: bold;
}

@media all and (max-width: 767px) {
  .hero--sub .hero__cach {
    font-size: 15px;
  }
}

.hero__nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.hero__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(24, 24, 24, 0.8);
}

@media all and (max-width: 767px) {
  .hero__list {
    display: none;
    background: rgba(24, 24, 24, 0.95);
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.hero__item {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
}

@media all and (max-width: 767px) {
  .hero__item {
    font-size: 11px;
    padding: 0;
    text-align: left;
  }
}

.hero__item a {
  display: inline-block;
  padding: 16px 17px;
}

@media all and (max-width: 767px) {
  .hero__item a {
    padding: 16px 15px;
  }
}

@media all and (min-width: 768px) {
  .hero__item.is-active {
    border-bottom: 2px solid #fff;
    color: white;
  }

  .hero__item.is-active::after {
    content: none;
  }
}

@media all and (max-width: 767px) {
  .hero__item.is-active {
    color: white;
  }

  .hero__item.is-active a {
    position: relative;
  }

  .hero__item.is-active a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 12px;
    left: 15px;
    right: 15px;
    background: #fff;
    height: 1px;
  }
}

.hero__item::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  height: 2px;
  background: #fff;
  width: 100%;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1),
    -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1),
    -o-transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1),
    -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
}

@media all and (min-width: 768px) {
  .hero__item:hover {
    color: white;
  }

  .hero__item:hover::after {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@media all and (min-width: 768px) {
  .hero__item01 {
    margin-right: auto;
    margin-left: 15px;
  }

  .hero__item01 a {
    padding: 16px 15px 16px 15px;
  }

  .hero__item06 {
    position: relative;
    margin-left: 15px;
  }

  .hero__item06::after {
    content: none;
  }

  .hero__item06 button {
    padding: 16px 75px;
    line-height: 2;
    border: none;
    background: red;
    color: #fff;
    font-weight: bold;
  }

  .hero__item06 button::before {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

@media all and (min-width: 768px) and (min-width: 768px) {
  .hero__item06 button:hover::before {
    opacity: 1;
    width: 100%;
  }
}

/* @media all and (min-width: 768px) {
  .hero__top {
    margin-top: 150px;
  }
} */

.hero__ttl {
  color: #fff;
  font-weight: 400;
  font-size: 46px;
  position: relative;
  line-height: 57px;
  letter-spacing: 3px;
  padding-bottom: 6px;
}

@media all and (max-width: 767px) {
  .hero__ttl {
    font-size: 27px;
    line-height: 37px;
    letter-spacing: 1px;
  }
}

.hero__ttl-sub {
  color: #fff;
  font-weight: 700;
  font-size: 51px;
  font-family: proxima-nova, YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  letter-spacing: 5px;
}

@media all and (max-width: 767px) {
  .hero__ttl-sub {
    font-size: 29px;
    letter-spacing: 2px;
  }
}

.hero__cach {
  color: #fff;
  letter-spacing: 0.6px;
  padding-left: 15px;
  font-size: 16px;
}

@media all and (max-width: 767px) {
  .hero__cach {
    font-size: 13px;
  }
}

.editor {
  padding: 90px 0;
  background-color: #fff;
}
.editor__wrap {
  max-width: 900px;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .editor {
    padding: 40px 0;
  }
  .editor__wrap {
    padding: 0 20px;
  }
}
