@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 1rem;
}

body {
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-text-size-adjust: none;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
  color: #333;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: none;
}

ul,
ol {
  list-style: none;
}

em,
i {
  font-style: normal;
}

/* フォントサイズ
-------------------------------------------*/
html {
  font-size: 62.5%;
}

@media screen and (max-width: 350px) {
  html {
    font-size: 52.5%;
  }
}

/* body
-------------------------------------------*/
body {
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #333333;
  width: 100%;
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif, arial, helvetica;
}

body.is_hidden {
  overflow: hidden;
}

.wrapper {
  overflow: hidden;
}

/* コンテンツ幅
-------------------------------------------*/
.inner-l {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
}

.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/*------------------------------------
リンク 
------------------------------------*/
a {
  color: #333333;
  text-decoration: none;
}

@media screen and (min-width: 1367px) {
  img {
    width: auto;
    margin: auto;
  }
}

/*------------------------------------
テキスト
------------------------------------*/
.bold {
  font-weight: bold;
}

.txt_co_orange {
  color: #ff7f00;
}

.btn img {
  margin-right: -22px;
}

@media screen and (max-width: 991px) {
  .btn {
    width: 220px;
    margin: auto;
  }
}

/*------------------------------------
表示非表示
------------------------------------*/
@media screen and (max-width: 991px) {
  .pc-show {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .sp-show {
    display: none;
  }
}

/*------------------------------------
margin
------------------------------------*/
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mv {
  position: relative;
}

.mv-slide {
  width: 80vw;
  height: 87vh;
  margin-left: auto;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 991px) {
  .mv-slide {
    width: 100%;
    height: auto;
  }
  .mv-slide::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    padding-bottom: 63.49353049907579%;
  }
}

.mv-slide img {
  position: absolute;
  z-index: 1;
  opacity: 0;
}

@media screen and (min-width: 992px) {
  .mv-slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media screen and (min-width: 992px) {
  .mv-ttl {
    position: absolute;
    max-width: 1366px;
    left: 60px;
    bottom: 21vh;
    z-index: 3;
  }
}

@media screen and (max-width: 991px) {
  .mv-ttl img {
    width: 100%;
    display: block;
    margin: auto;
  }
}

.gnav {
  margin-top: 20px;
  margin-right: 30px;
  padding-bottom: 20px;
}

.gnav ul {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.gnav-mail {
  margin: 0 80px 0 10px;
}

.gnav-menu {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 58px;
}

.humberger {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.97);
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  pointer-events: none;
}

.humberger.active {
  opacity: 1;
  pointer-events: all;
}

.humberger-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.humberger-logo {
  position: absolute;
  left: 60px;
  top: 60px;
}

.humberger-logo img {
  max-width: 40px;
}

.humberger-close {
  position: absolute;
  right: 60px;
  bottom: 60px;
  cursor: pointer;
}

.humberger-nav {
  display: flex;
  justify-content: center;
}

.humberger-nav .item:not(:last-child) {
  margin-right: 140px;
}

.humberger-nav .item li:not(:last-child) {
  margin-bottom: 35px;
}

.fix-header {
  position: fixed;
  top: -100%;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9998;
  width: 100%;
  opacity: 0;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.fix-header .gnav {
  margin-top: 0;
  padding-bottom: 0;
}

.fix-header.active {
  opacity: 1;
  top: 0;
}

@media screen and (max-width: 991px) {
  .main {
    padding-top: 60px;
  }
}

.topPoint {
  padding-top: 48px;
  position: relative;
  padding-bottom: 12px;
}

@media screen and (max-width: 991px) {
  .topPoint {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.topPoint::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 216px;
  width: 100%;
  background: #fcfcfc;
}

.topPoint .inner {
  max-width: 1058px;
}

.topPoint-img {
  position: relative;
  z-index: 2;
}

.topPoint ul {
  display: flex;
  position: relative;
  z-index: 1;
}

.topLead .inner {
  max-width: 584px;
}

.topFeature {
  background: #fafcfc;
  padding: 97px 0 110px;
}

.topFeature .inner-l {
  position: relative;
  max-width: 1344px;
}

@media screen and (max-width: 991px) {
  .topFeature .inner-l {
    padding: 0;
  }
}

.topFeature .bgtxt {
  position: absolute;
  right: 50px;
  top: -97px;
}

.topFeature .img01 {
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .topFeature .img01 {
    margin-bottom: 0;
  }
}

.topFeature .img02 {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .topFeature .img02 {
    margin-bottom: 0;
  }
}

.topFeature .img02 img {
  margin-left: -22px;
}

@media screen and (max-width: 991px) {
  .topFeature .img02 img {
    margin: 0;
  }
}

.topFeature .img03 {
  margin-bottom: 65px;
}

@media screen and (max-width: 991px) {
  .topFeature .img03 {
    margin-bottom: 0;
  }
}

.topFeature .btn {
  text-align: center;
}

.topThought-wrap {
  text-align: center;
  position: relative;
}

.topThought-wrap .btn {
  position: absolute;
  bottom: 97px;
  left: 0;
  right: 0;
  margin: auto;
}

.topTrainer {
  background: url(../img/index/bg_trainer.jpg) no-repeat;
  background-size: cover;
}

.topTrainer .inner-l {
  padding: 110px 50px 82px;
  position: relative;
}

.topTrainer .bgtxt {
  position: absolute;
  right: 0;
  top: 0;
}

.topTrainer .block01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 36px;
}

.topTrainer .block01 .item:nth-child(1) {
  margin-right: 30px;
}

.topTrainer .btn {
  text-align: center;
}

.topTrainer .block02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 82px;
}

.topTrainer .block02 .item:nth-child(1) {
  margin-right: 40px;
}

.topAlbum {
  background: #fafcfc;
  padding: 120px 0 110px;
  position: relative;
}

.topAlbum::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  width: 100%;
  height: 337px;
}

.topAlbum .inner-l {
  max-width: 1326px;
}

.topAlbum-img {
  margin-bottom: 26px;
  z-index: 2;
  position: relative;
  text-align: center;
}

.topAlbum-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 41px;
  z-index: 2;
  position: relative;
}

.topAlbum-wrap .item:nth-child(1) {
  margin-right: 10px;
}

.topAlbum .btn {
  z-index: 2;
  position: relative;
  text-align: center;
  margin-top: -15px;
}

.bg01 {
  background: #fafcfc;
  padding: 97px 0 110px;
}

.topStudio {
  margin-bottom: 207px;
}

.topStudio .inner-l {
  max-width: 1322px;
}

.topStudio-ttl {
  text-align: center;
  margin-bottom: 46px;
}

.topContact .img01 {
  text-align: center;
  margin-bottom: 30px;
}

.topContact .btn {
  text-align: center;
}

/* アコーディオン */
.js_ac_box {
  height: 0;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  visibility: hidden;
  overflow: hidden;
}

.is_open + .js_ac_box {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.faqList {
  padding-top: 30px;
}

.faqList .item {
  border-bottom: 1px solid #8e8e8e;
  padding-bottom: 25px;
}

.faqList .item:not(:last-child) {
  margin-bottom: 25px;
}

.faqList-q {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 50px;
  color: #ff5600;
  cursor: pointer;
  line-height: 1.6;
}

.faqList-q::before {
  content: "";
  position: absolute;
  background: url(../img/icon_q.svg) left center no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  top: 0.2em;
  left: 0;
  margin: auto;
}

.faqList-q::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #8e8e8e;
  border-radius: 50%;
  margin: auto;
}

.faqList-q > span {
  display: block;
  position: relative;
  padding-right: 30px;
}

.faqList-q > span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  margin: auto;
  width: 2px;
  height: 12px;
  background: #8e8e8e;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.faqList-q > span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  margin: auto;
  width: 12px;
  height: 2px;
  background: #8e8e8e;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.faqList-q.is_open > span::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faqList-a {
  padding: 40px 30px 0 50px;
  position: relative;
}

.faqList-a::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  border-top: 1px dotted #8e8e8e;
}

.faqList-a::before {
  content: "";
  position: absolute;
  background: url(../img/icon_a.svg) left center no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 45px;
  left: 0;
  margin: auto;
}

.header {
  position: fixed;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .header {
    height: 60px;
    z-index: 99999;
    background: #fff;
  }
}

.header-logo {
  position: fixed;
  left: 60px;
  top: 60px;
  z-index: 9999;
}

@media screen and (max-width: 991px) {
  .header-logo {
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    display: flex;
    align-items: center;
  }
}

.header-logo a {
  display: block;
}

.header-logo img {
  max-width: 40px;
}

@media screen and (max-width: 991px) {
  .header-logo img {
    max-width: inherit;
    height: 22px;
    width: auto;
  }
}

.header-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  height: 100%;
}

.header-hum img {
  height: 50px;
}

.footer {
  background: #eff0f2;
  padding: 0 0 38px;
}

.footer-wrap {
  position: relative;
  padding-top: 100px;
}

.footer-wrap .pagetop {
  position: absolute;
  right: -13px;
  top: -85px;
  width: 71px;
  height: 85px;
}

.footer-wrap .pagetop > div {
  position: relative;
  height: 100%;
}

.footer-wrap .pagetop > div::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: linear-gradient(#a2d6e6, #a6abd1);
  width: 1px;
  height: 30px;
}

.footer-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  width: calc(100% - 44px);
  background: linear-gradient(to right, rgba(162, 214, 230, 0.5), rgba(166, 171, 209, 0.5));
}

.footer-main {
  display: flex;
  justify-content: space-between;
  padding-left: 22px;
}

.footer-logo {
  max-width: 40px;
}

.footer-nav {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 25px;
  padding-right: 175px;
}

.footer-nav li:not(:last-child) {
  margin-right: 44px;
}

.footer-copy {
  width: 100%;
  margin: auto;
  max-width: 1350px;
  padding: 0 50px;
  text-align: right;
}

.footer-copy > small {
  font-size: 1.2rem;
  line-height: 1;
  color: #acb6e5;
  background: linear-gradient(to right, #a2d6e6, #a6abd1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ボタンアニメーション
-------------------------------------------*/
@media screen and (min-width: 992px) {
  /* ホバーアクション */
  .hover {
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
  }
  .hover:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
}

.index #header,
.index .mv-ttl {
  opacity: 0;
}
