@charset "UTF-8";
/*-- reset --*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-style: normal;
  vertical-align: baseline;
  border: 0
}

*,
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-size: 62.5%
}

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

img {
  line-height: 1;
  vertical-align: top
}

button {
  padding: 0;
  border-radius: 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ccc;
  cursor: pointer
}

blockquote, q {
  quotes: none
}

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

input, textarea {
  margin: 0;
  padding: 0
}

ol, ul {
  list-style: none
}

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

caption, th {
  text-align: left
}

a {
  text-decoration: none
}

a:focus {
  outline: none
}

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

.clearfix {
  min-height: 1px
}

* html .clearfix {
  height: 1px
}

.both {
  clear: both
}

a, h1, h2, h3,
h4, p, span {
  white-space: normal
}
*[animation] {
  opacity: 0;
}


/* =============================================
Base Set
============================================= */
html {
  font-size: 62.5%; /*--rem表記用--*/
}
body {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', 'Noto Sans JP', sans-serif, 'ヒラギノ角ゴ ProN W3', 'Hiragino Sans', 'Hiragino Kaku Gothic Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', HelveticaNeue, Roboto, Verdana, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-feature-settings: "palt" 1;
  font-size: 1.5rem;
  line-height: 1.7;
  background-color: #505050;
}
.wrapper{
  position: relative;
  background-color: black;
  background-image: url(../img/img_mv_image.jpg);
	background-repeat: no-repeat;
  background-size: 200% auto;
  background-position: top 1.5% center;
}
.content-inner {
  background-image: url(../img/img_section_bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom center ;
  background-size: auto 700px;
}
.inner {
  margin: 0 auto;
  padding: 0 7%;
}
@media screen and (min-width:768px) {
  .wrapper {
    background-position: top -0.2% center;
  }
  .inner {
    max-width: 560px;
    padding: 0;
  }
}

/* -------------------------------------
Img
------------------------------------- */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

/* -------------------------------------
Link
------------------------------------- */
a {
  transition: all .3s ease;
}
*:focus {
  outline: none;
}

/* -------------------------------------
Common
------------------------------------- */
/* ---hidden--- */
.hidden-sp {
  display: none !important;
}
.hidden-pc {
  display: block !important;
}
@media (min-width: 768px) {
  .hidden-pc {
    display: none !important;
  }
	.hidden-sp {
    display: block !important;
  }
}


.icon_arrow_blue {
  width: 25px;
  margin: 80px auto;
}
/* -------------------------------------
Header
------------------------------------- */
/* ---nav--- */
.header {
  padding-top: 25px;
  padding-bottom: 55px;

}
.header-logo {
  width: 32%;
}

.wrapper {
  animation: firstview 1s forwards;
}
@keyframes firstview {
	0% {opacity: 0}
	100% {opacity: 1}
}

/* -------------------------------------
Main
------------------------------------- */

/*--mv----------------------------- */

.mv-ttl {
  width: 90%;
  margin: auto;
  animation: mv-fadeIn 0.5s ease-in;
}
.mv-catch {
  width: 75%;
  margin: auto;
  padding-top: 30px;
  animation: mv-fadeIn 0.5s ease-in;
}
.mv-message {
  width: 90%;
  margin: auto;
  padding-top: 25px;
  padding-bottom: 60px;
}

@keyframes mv-fadeIn {
  0%{
    opacity: 0;
    transform: scale(0.6);
  }
  100%{
    opacity: 1;
    transform: scale(1);
  }
}



/*--language----------------------------- */

.language-cosmos__announce-txt {
  width: 80%;
  margin: auto;
  position: relative;
}
.language-cosmos__announce-new {
  width: 18%;
  position: absolute;
  top: 29%;
  left: 27%;
}
.language-message {
  width: 80%;
  margin: auto;
  padding-top: 25px;
  padding-bottom: 55px;
}
.language-cosmos__scene-item {
  padding-top: 40px;
}

/*--line-up----------------------------- */
.line-up {
  background-image: url(../img/img_lineup_image.jpg);
	background-repeat: no-repeat;
  background-size: 100% auto ;
  background-position: top 12.5% center;
}
.line-up__ttl {
  width: 65%;
  margin: auto;
  padding-bottom: 32%;
}
.line-up__catch {
  padding-top: 40px;
}
.line-up__message {
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-top: 20px;
  padding-bottom: 20px;
}
.line-up__course-item {
  padding-bottom: 5px;
}
.line-up__txt {
  width: 50%;
  margin: auto;
  padding-bottom: 70px;
}
@media screen and (min-width:768px) {
  .line-up  {
    background-size: auto;
  }
  .line-up__ttl {
    max-width: 340px;
    margin: auto;
    padding-bottom: 300px;
  }
}

/*--teacher----------------------------- */
.teacher{
  background-image: url(../img/img_section_bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom center ;
  background-size: auto 700px;
}
.teacher-ttl {
  width: 70%;
  margin: auto;
  padding-bottom: 5px;
}
.teacher-catch {
  width: 70%;
  margin: auto;
}
.teacher-contents {
  background-image: url(../img/img_teacher_back.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  padding-bottom: 75px;
}
.teacher-message {
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-top: 20px;
}
.teacher-image {
  padding-bottom: 15px;
  width: 85%;
  margin: auto;
}
.teacher-standard_item {
  padding-bottom: 15px;
}


/*--recommend----------------------------- */
.recommend-inner {
  background: linear-gradient(90deg, #3000A0, #CA55FF);
  position: relative;
  padding: 10px 0;
}
.recommend-inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg_dia_white.png);
  position: absolute;
  top: 0;
  left: 0;
}
.liner-white {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: calc(45px + 0.8%) 0.8%;
}
.recommend {
  border: 2px solid #fff;
  position: relative;
  z-index: 1;
  margin: 0 7%;
}
.recommend::before,
.recommend::after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.recommend::before {
  background-image: url(../img/ico_recommend_left.png);
  top: 0;
  left: 0;
}
.recommend::after {
  background-image: url(../img/ico_recommend_right.png);
  right: -5px;
  bottom: 0;
}

.recommend-QA__question {
  display: block;
  padding-top: 30px;
}
.recommend-QA__question img {
  height: 35px;
  width: auto;
  margin: auto;
}
.recommend-QA__answer {
  text-align: center;
}
.recommend-QA__answer-item label{
  color: #323254;
  background-color: #fff;
  border-radius: 4px;
  padding: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 8px 35px 0;
  display: block;
}
.recommend-QA__answer-item label:hover {
  opacity: 0.8;
}

input[type="radio"].hide-radiobtn{
  display: none;
  }
/* チェックが入ったラジオボタン */
input[type="radio"]:checked +label {
  background-color: #00FFFF;
}

.btn_diagnose {
  margin: 40px auto 10px;
  display: block;
  background: none;
  width: 200px;
}
.result-arrow {
  width: 35px;
  margin: 0 auto 10px;
}
.result-arrow,
.result {
  height: 0;
  opacity: 0;
  transition: all .3s ease;
  }
.sns__list {
  display: flex;
  justify-content: space-around;
  margin-bottom: 15px;
  width: 80%;
  margin: auto;
}
.sns__list-item {
  width: 25%;
}
@media screen and (min-width:768px) {
  .recommend {
    max-width: 540px;
    margin: auto;
  }
}
/*--gift----------------------------- */
.gift {
  background-image: url(../img/img_present_ttl_bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0px 45px;
}
.gift-ttl {
  margin: 0 auto 0;
  width: 80%;
  padding-top: 90px;
}
.gift-ttl__image {
  width: 180px;
  margin: 0 auto 20px;
  margin-bottom: 20px;
}
.gift-txt {
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding-bottom: 15px;
  font-size: 1.4rem;
  line-height: 1.75;
}
.gift-txt__annotation {
  color: #fff;font-size: 1.2rem;
  padding-left: calc(50% - 140px);
  margin-bottom: 75px;
}
.gift-message {
  color: #fff;
}
.gift-message__letter_em {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 15px;
}
.universal {
  display: block;
  margin: 0 auto 20px;
  background: linear-gradient(90deg, #0071BC, #00FFFF);
  border-radius: 4px;
  padding: 15px 20px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}
.universal a {
  color: #fff;
}
.april_fool_anounce {
  position: relative;
}
.april_fool_anounce::before,
.april_fool_anounce::after{
  content: "";
  display: block;
  width: 85%;
  height: 11%;
  background-image: url(../img/img_present_line.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.SNS-share__txt {
  width: 60%;
  margin: 0 auto 15px;
}
.sns-share__list {
  display: flex;
  justify-content: space-around;
  margin: 0 auto 100px;
  width: 80%;
}
.sns-share__list-item {
  width: 22.5%;
  position: relative;
  z-index: 10000;
}
.sns-share__list-item::before {
  content: "";
  display: block;
  width: 125%;
  height: 125%;
  left: -15%;
  top: 90%;
  background-image: url(../img/img_sns_shadow.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
}
.gift-message {
  font-size: 1.4rem;
  padding-top: 25px;
  padding-bottom: 20px;
}
@media screen and (min-width:768px) {
  .gift {
    max-width: 560px;
    margin: auto;
  }
  .april_fool_anounce::before,
  .april_fool_anounce::after {
    width: 100%;
    height: 15%;
  }
}
/* -------------------------------------
diagnose
------------------------------------- */

.result {
  background-color: #fff;
  margin: 0 35px 45px;
  color: #323254;
  text-align: center;
  border-radius: 4px;
  padding: 15px 0;
}
.result-cont {
  border-top: 1px solid #323254;
  border-bottom:  1px solid #323254;
  margin: 10px 20px;
}
.lang-catch {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 5px;
}
.lang-name {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.25;
  padding-top: 30px;
  padding-bottom: 30px;
}
.lang-text {
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 30px;
}
.sns-text {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}

/* -------------------------------------
Footer
------------------------------------- */
/* ---footer--- */
#copyright {
  color: #fff;
  text-align: center;
  font-size: 0.8rem;
  padding-top: 70px;
  padding-bottom: 10px;
}
#copyright a {
  color: #fff;
}