@charset "UTF-8";
/* common
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ボタン */
input[type=button], input[type=submit], button {
  background-color: inherit;
  padding: 0.3rem 1rem;
}
input[type=button] a, input[type=submit] a, button a {
  color: var(--toso-gray);
}

svg.questionnaire line, svg.questionnaire path {
  fill: none;
  stroke: #fff;
  stroke-linejoin: round;
}
svg.logout line, svg.logout path {
  fill: none;
  stroke: var(--main-color);
  stroke-linecap: round;
  stroke-linejoin: round;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/*
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#app div#main div.lineup_kv {
  margin-top: var(--header-height);
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
}
@media print, screen and (max-width: 750px) {
  #app div#main div.lineup_kv {
    margin-top: 0;
  }
}
#app div#main div.lineup_kv .top-image {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  max-height: 438px;
}
@media print, screen and (max-width: 750px) {
  #app div#main div.lineup_kv .top-image {
    height: 330px;
  }
}
#app div#main div.lineup_kv .top-image .left-image {
  width: calc(100vw - 440px);
  position: relative;
}
@media print, screen and (max-width: 750px) {
  #app div#main div.lineup_kv .top-image .left-image {
    width: 100%;
  }
}
#app div#main div.lineup_kv .top-image .left-image img {
  object-fit: cover;
  max-width: 101%;
  width: 101%;
  max-height: 100%;
  height: auto;
}
@media print, screen and (max-width: 750px) {
  #app div#main div.lineup_kv .top-image .left-image img {
    max-width: 100%;
  }
}
@media print, screen and (max-width: 750px) {
  #app div#main div.lineup_kv .top-image .left-image div.sp_display {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #app div#main div.lineup_kv .top-image .left-image div.sp_display svg {
    filter: drop-shadow(0 1px 8px #464646);
  }
  #app div#main div.lineup_kv .top-image .left-image div.sp_display svg path {
    fill: #fff !important;
  }
  #app div#main div.lineup_kv .top-image .left-image div.sp_display svg text {
    fill: #fff;
  }
}
#app div#main div.lineup_kv .top-image .right-image {
  max-width: 440px;
  width: 100%;
  background: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
#app div#main div.lineup_kv .top-image .right-image svg {
  width: 330px;
  height: 220px;
  display: block;
}
#app div#main div.lineup_kv .top-image .right-image svg path, #app div#main div.lineup_kv .top-image .right-image svg text {
  fill: #fff !important;
}
#app div#main div.l-wrapper section.sp_registration_btn_area {
  width: var(--sp-inner-width);
  height: 50px;
  margin: 37px auto 0;
}
#app div#main div.l-wrapper section.sp_registration_btn_area button {
  width: 100%;
  height: 100%;
  font-size: 18px;
}
#app div#main div.l-wrapper section#link1 h2.logo1 {
  width: 444px;
  height: 32px;
  margin: 80px auto 32px;
}
@media print, screen and (max-width: 750px) {
  #app div#main div.l-wrapper section#link1 h2.logo1 {
    width: 230px;
    height: 72px;
    margin: 38px auto 30px;
  }
}
#app div#main div.l-wrapper section#link1 div.description1 {
  text-align: center;
  padding-top: 30px;
}
#app div#main div.l-wrapper section#link1 div#main_menu {
  margin: 0 auto;
  width: var(--inner-width);
  display: flex;
  justify-content: space-between;
  padding-top: var(--header-height-padding);
  margin-top: calc(-36px - 24px);
}
@media print, screen and (min-width: 751px) {
  #app div#main div.l-wrapper section#link1 div#main_menu {
    margin: -66px auto 0;
  }
}
#app div#main div.l-wrapper section#link1 div#main_menu .main_menu_box {
  width: 580px;
  height: 270px;
  border: solid 1px var(--main-color);
  border-radius: 10px;
}
@media print, screen and (max-width: 750px) {
  #app div#main div.l-wrapper section#link1 div#main_menu .main_menu_box {
    width: var(--sp-inner-width);
    height: auto;
    padding-bottom: 30px;
    margin: 0 auto 1rem auto;
  }
}
#app div#main div.l-wrapper section#link1 div#main_menu .main_menu_box h3 {
  font-size: 26px;
  height: calc(35px + 25px);
  padding-top: 25px;
}
#app div#main div.l-wrapper section#link1 div#main_menu .main_menu_box .text {
  height: calc(75px + 30px);
  padding-top: 30px;
}
#app div#main div.l-wrapper section#link1 div#main_menu .main_menu_box .btn_area {
  width: 200px;
  height: calc(50px + 25px);
  padding-top: 25px;
  margin: 0 auto;
  display: flex;
}
#app div#main div.l-wrapper section#link1 div#main_menu .main_menu_box .btn_area.buy_text {
  width: 420px;
  justify-content: space-between;
}
@media print, screen and (max-width: 750px) {
  #app div#main div.l-wrapper section#link1 div#main_menu .main_menu_box .btn_area {
    width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  #app div#main div.l-wrapper section#link1 div#main_menu .main_menu_box .btn_area.buy_text {
    width: 200px;
  }
}
#app div#main div.l-wrapper section#link1 div#main_menu .main_menu_box .btn_area a {
  display: block;
  width: 200px;
}
#app div#main div.l-wrapper section#link1 div#main_menu .main_menu_box .btn_area a button {
  width: 200px;
  height: 50px;
  font-size: 16px;
  line-height: 20px;
}
#app div#main div.l-wrapper section#link1 div#main_menu .main_menu_box .btn_area a button.fill-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
@media print, screen and (max-width: 750px) {
  #app div#main div.l-wrapper section#link1 div#main_menu .main_menu_box .btn_area a button.fill-btn {
    padding-left: 24px;
    justify-content: flex-start;
  }
}
#app div#main div.l-wrapper section#link1 div#main_menu .main_menu_box .btn_area a button.fill-btn svg {
  display: block;
  margin-left: 26px;
}
@media print, screen and (max-width: 750px) {
  #app div#main div.l-wrapper section#link1 div#main_menu .main_menu_box .btn_area a button.fill-btn svg {
    margin-left: 16px;
  }
}
@media print, screen and (max-width: 750px) {
  #app div#main div.l-wrapper section#link1 div#main_menu .main_menu_box .btn_area a:nth-child(2) {
    margin-top: 8px;
  }
}
#app div#main div.l-wrapper section.login_btn {
  width: 200px;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
  padding-top: 37px;
}
#app div#main div.l-wrapper section.login_btn button {
  opacity: 0.2;
  font-size: 20px;
  width: 200px;
  height: 72px;
  margin-top: 11px;
}
#app div#main div.l-wrapper div.under_bar2 {
  margin-top: 60px;
}
@media print, screen and (max-width: 750px) {
  #app div#main div.l-wrapper div.under_bar2 {
    margin-bottom: 60px;
  }
}
#app div#main div.l-wrapper section#about {
  padding-top: var(--header-height-padding);
  margin-top: -24px;
}
@media print, screen and (min-width: 751px) {
  #app div#main div.l-wrapper section#about {
    margin-top: -30px;
  }
}
#app div#main div.l-wrapper section#about h2.logo2 {
  text-align: center;
}
#app div#main div.l-wrapper section#about h2.logo2 + .under_bar1 {
  margin-top: 30px;
  margin-bottom: 30px;
}
#app div#main div.l-wrapper section#about .about_message {
  width: 1000px;
  margin: 0 auto;
  line-height: 24px;
}
@media print, screen and (max-width: 750px) {
  #app div#main div.l-wrapper section#about .about_message {
    line-height: 28px;
    padding-top: 30px;
    width: var(--sp-inner-width);
  }
}
#app div#main div.l-wrapper section#about .about_message p:not(:first-child) {
  margin-top: 1rem;
}
#app div#main div.l-wrapper section#about .video_div {
  max-width: 560px;
  max-height: 315px;
  width: 100%;
  aspect-ratio: 16/9;
  margin: 30px auto;
}
@media print, screen and (max-width: 750px) {
  #app div#main div.l-wrapper section#about .video_div {
    width: calc(100% - 10px);
  }
}
#app div#main div.l-wrapper section#about .video_div iframe {
  width: 100%;
  height: 100%;
}
#app div#main div.l-wrapper section#about .btn_area {
  margin-bottom: 60.5px;
}
#app div#main div.l-wrapper section#about .btn_area button {
  width: 260px;
  height: 40px;
  font-size: 16px;
  padding: 10px;
}
#app div#main div.l-wrapper section#about .btn_area button svg {
  width: 13px;
  height: 13px;
}
#app div#main div.l-wrapper section.contents {
  max-width: var(--inner-width);
  width: var(--inner-width);
  align-items: stretch;
  margin: 0 auto;
}
@media print, screen and (min-width: 751px) {
  #app div#main div.l-wrapper section.contents {
    padding-top: var(--header-height-padding);
    margin-top: -30px;
  }
}
@media print, screen and (max-width: 750px) {
  #app div#main div.l-wrapper section.contents {
    max-width: var(--sp-inner-width);
  }
}
#app div#main div.l-wrapper section.contents > .left, #app div#main div.l-wrapper section.contents > .right {
  border-top: var(--toso-iight-purple) solid 1px;
  border-bottom: var(--toso-iight-purple) solid 1px;
}
#app div#main div.l-wrapper section.contents > .left {
  width: 280px;
  background: var(--toso-iight-purple);
  padding: 25px 28px 33px 18px;
}
@media print, screen and (max-width: 750px) {
  #app div#main div.l-wrapper section.contents > .left {
    padding: 25px 14px 27px 16px;
  }
}
#app div#main div.l-wrapper section.contents > .left h3 {
  height: calc( 73px + 22px);
  padding-bottom: 22px;
  font-size: 26px;
  line-height: 38px;
  font-weight: normal;
}
#app div#main div.l-wrapper section.contents > .left p {
  font-size: 14px;
  line-height: 24px;
}
#app div#main div.l-wrapper section.contents > .right {
  width: calc( var(--inner-width) - 280px );
}
@media print, screen and (max-width: 750px) {
  #app div#main div.l-wrapper section.contents {
    flex-wrap: wrap;
  }
  #app div#main div.l-wrapper section.contents > .left, #app div#main div.l-wrapper section.contents .right {
    width: 100%;
  }
}
#app div#main div.l-wrapper section#company {
  height: calc(220px + var(--header-height-padding));
}
@media print, screen and (max-width: 750px) {
  #app div#main div.l-wrapper section#company {
    height: auto;
    padding-top: var(--header-height-padding);
    margin-top: -24px;
  }
}
#app div#main div.l-wrapper section#company .left p {
  height: 67px;
}
#app div#main div.l-wrapper section#company .company_list {
  padding-left: 20px;
}
@media print, screen and (max-width: 750px) {
  #app div#main div.l-wrapper section#company .company_list {
    padding: 50px 19px 36px 16px;
    margin-bottom: 40px;
  }
}
#app div#main div.l-wrapper section#company .company_list > ul:first-child {
  width: 590px;
  height: 60px;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 280px);
  grid-template-rows: repeat(2, 30px);
}
@media print, screen and (max-width: 750px) {
  #app div#main div.l-wrapper section#company .company_list > ul:first-child {
    height: 152px;
  }
}
#app div#main div.l-wrapper section#company .company_list > ul:nth-child(2) {
  padding-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 280px);
}
@media print, screen and (max-width: 750px) {
  #app div#main div.l-wrapper section#company .company_list > ul:first-child, #app div#main div.l-wrapper section#company .company_list > ul:nth-child(2) {
    width: 100%;
    margin: 0;
    display: block;
  }
}
@media print, screen and (max-width: 750px) {
  #app div#main div.l-wrapper section#company .company_list > ul:first-child > li, #app div#main div.l-wrapper section#company .company_list > ul:nth-child(2) > li {
    font-size: 18px;
    height: 26px;
  }
}
#app div#main div.l-wrapper section#company .company_list > ul:first-child > li > a, #app div#main div.l-wrapper section#company .company_list > ul:nth-child(2) > li > a {
  display: flex;
  align-items: center;
}
#app div#main div.l-wrapper section#company .company_list > ul:first-child > li > a div.svg, #app div#main div.l-wrapper section#company .company_list > ul:nth-child(2) > li > a div.svg {
  margin-left: 16px;
}
#app div#main div.l-wrapper section#company .company_list > ul:first-child > li > a div.svg svg.link_mark path:first-child, #app div#main div.l-wrapper section#company .company_list > ul:nth-child(2) > li > a div.svg svg.link_mark path:first-child {
  fill: var(--toso-gray) !important;
}
#app div#main div.l-wrapper section#company .company_list > ul:first-child > li > a div.svg svg.link_mark path:nth-child(2), #app div#main div.l-wrapper section#company .company_list > ul:nth-child(2) > li > a div.svg svg.link_mark path:nth-child(2) {
  fill: none !important;
  stroke: var(--toso-gray);
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
@media print, screen and (max-width: 750px) {
  #app div#main div.l-wrapper section#lecture {
    padding-top: var(--header-height-padding);
    margin-top: -24px;
  }
}
@media print, screen and (max-width: 750px) {
  #app div#main div.l-wrapper section#lecture > .left {
    padding: 25px 14px 49px 16px;
  }
}
#app div#main div.l-wrapper section#lecture > .left h3 {
  height: calc( 35px + 22px);
}
#app div#main div.l-wrapper section#lecture > .right {
  padding-top: 26.5px;
  padding-bottom: 30px;
}
@media print, screen and (max-width: 750px) {
  #app div#main div.l-wrapper section#lecture > .right {
    padding-bottom: 40px;
  }
}
#app div#main div.l-wrapper section#lecture > .right h5 {
  font-size: 18px;
  padding-left: 20px;
  height: 24px;
  font-weight: normal;
  margin-bottom: 8px;
}
#app div#main div.l-wrapper section#lecture > .right h4 {
  font-feature-settings: "palt";
  padding-left: 20px;
  font-size: 22px;
  line-height: 28px;
  height: 30px;
}
#app div#main div.l-wrapper section#lecture > .right .instructor {
  display: grid;
  align-items: flex-start;
  margin-top: 30px;
  grid-template-rows: 100px 210px;
  grid-template-columns: 194px 700px;
}
@media print, screen and (max-width: 750px) {
  #app div#main div.l-wrapper section#lecture > .right .instructor {
    margin-top: 0;
    padding-top: 27px;
    padding-left: 14px;
    padding-right: 14px;
    grid-template-rows: 194px 1fr;
    grid-template-columns: 110px 1fr;
    justify-content: center;
  }
}
#app div#main div.l-wrapper section#lecture > .right .instructor .instructor_image {
  grid-row: 1/span 2;
  width: 194px;
  padding-left: 20px;
  padding-right: 34px;
}
@media print, screen and (max-width: 750px) {
  #app div#main div.l-wrapper section#lecture > .right .instructor .instructor_image {
    grid-row: 1;
    grid-column: 1;
    width: 110px;
    height: 140px;
    padding: 0;
  }
}
#app div#main div.l-wrapper section#lecture > .right .instructor .instructor_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#app div#main div.l-wrapper section#lecture > .right .instructor p.instructor_text1 {
  font-size: 14px;
  line-height: 28px;
  grid-row: 1/2;
  grid-column: 2/3;
}
@media print, screen and (max-width: 750px) {
  #app div#main div.l-wrapper section#lecture > .right .instructor p.instructor_text1 {
    min-width: 210px;
    padding-left: 20px;
  }
}
#app div#main div.l-wrapper section#lecture > .right .instructor .instructor_text2 {
  height: 200px;
  border: solid 1px var(--main-color);
  position: relative;
  padding: 27px 24px 27px 26px;
}
@media print, screen and (max-width: 750px) {
  #app div#main div.l-wrapper section#lecture > .right .instructor .instructor_text2 {
    grid-column: 1/span 2;
    margin-top: 0;
    padding: 40px 17px 30px 19px;
    height: auto;
  }
}
#app div#main div.l-wrapper section#lecture > .right .instructor .instructor_text2 .instructor_name {
  position: absolute;
  top: -12px;
  background: #fff;
  padding-left: 11px;
  padding-right: 42px;
}
@media print, screen and (max-width: 750px) {
  #app div#main div.l-wrapper section#lecture > .right .instructor .instructor_text2 .instructor_name {
    top: -21px;
    padding-right: 30px;
  }
}
#app div#main div.l-wrapper section#lecture > .right .instructor .instructor_text2 .text > p:first-child {
  line-height: 24px;
  height: 91px;
}
@media print, screen and (max-width: 750px) {
  #app div#main div.l-wrapper section#lecture > .right .instructor .instructor_text2 .text > p:first-child {
    height: auto;
  }
}
#app div#main div.l-wrapper section#lecture > .right .instructor .instructor_text2 .text .instructor_link {
  margin-top: 36px;
}
#app div#main div.l-wrapper section#footer_btn_area {
  width: 640px;
  margin: 40.5px auto 14.5px;
  display: flex;
  justify-content: space-between;
}
@media print, screen and (max-width: 750px) {
  #app div#main div.l-wrapper section#footer_btn_area {
    width: 100%;
    display: block;
  }
}
#app div#main div.l-wrapper section#footer_btn_area > div {
  width: 200px;
  height: 50px;
}
@media print, screen and (max-width: 750px) {
  #app div#main div.l-wrapper section#footer_btn_area > div {
    width: var(--sp-inner-width);
    margin: 0 auto 16px;
  }
}
#app div#main div.l-wrapper section#footer_btn_area > div button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 20px;
}
#app div#main div.l-wrapper section#footer_btn_area > div button.add_sample {
  font-size: 16px;
}
#app div#main div.l-wrapper section#footer_btn_area > div button svg {
  margin-left: 20px;
}
#app div#main div.l-wrapper aside.contact {
  margin: 0 auto 75px;
}
@media print, screen and (max-width: 750px) {
  #app div#main div.l-wrapper aside.contact {
    margin: 0 auto 41px;
  }
}

footer {
  width: 100%;
  background-color: var(--main-color);
  color: #fff;
}
footer > div.flex_box {
  justify-content: space-between;
  max-width: var(--inner-width);
  height: 47px;
  margin: 0 auto;
}
@media print, screen and (max-width: 750px) {
  footer > div.flex_box > div.left, footer > div.flex_box > div.Copyright {
    width: 100%;
    text-align: center;
    font-weight: normal;
    font-size: 10px;
    line-height: 14px;
  }
}

/*
モーダル ----------------------------------------*/
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.8s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup .popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-height: 250px;
  z-index: 2;
  background-color: #fff;
  padding: 2rem;
}
@media print, screen and (max-width: 750px) {
  .popup .popup-inner {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -40%);
    max-width: 90vw;
    width: 100%;
    min-height: 30vh;
  }
}
.popup .popup-inner .modal {
  z-index: 3;
  max-width: 600px;
  width: 100%;
  height: 100%;
  text-align: center;
}
.popup .popup-inner .close-btn {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.popup .popup-inner .close-btn .batsu {
  display: block;
  width: 30px;
  /*枠の大きさ*/
  height: 30px;
  /*枠の大きさ*/
  position: relative;
}
.popup .popup-inner .close-btn .batsu::before, .popup .popup-inner .close-btn .batsu::after {
  content: "";
  display: block;
  width: 100%;
  /*バツ線の長さ*/
  height: 1px;
  /*バツ線の太さ*/
  background: var(--toso-gray);
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  position: absolute;
  top: calc(14% - 5px);
  left: 14%;
}
.popup .popup-inner .close-btn .batsu::after {
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  left: auto;
  right: 14%;
}
.popup .popup-inner#modal_sound_select {
  display: none;
  max-width: 540px;
  width: 100%;
  height: 30vh;
  background-color: #fff;
}
.popup .popup-inner#modal_sound_select div.wrap {
  width: 100%;
  height: 100%;
  justify-content: center;
  padding: 1rem;
}
.popup .popup-inner#modal_sound_select div.wrap div {
  width: 50%;
  box-sizing: border-box;
}
.popup .popup-inner#modal_sound_select div.wrap div a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
  padding: calc(1.5rem - 12px) 3rem 1.5rem;
  background: var(--main-color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media print, screen and (max-width: 750px) {
  .popup .popup-inner#modal_sound_select div.wrap div a {
    font-size: 13px;
  }
}
@media print, screen and (max-width: 320px) {
  .popup .popup-inner#modal_sound_select div.wrap div a {
    font-size: 11px;
  }
}
.popup .popup-inner#modal_sound_select div.wrap div a:hover {
  padding: calc(1.5rem - 6px) 3rem;
}
.popup .popup-inner#modal_sound_select div.wrap div a:hover :before {
  top: 0;
  left: 0;
}
.popup .popup-inner#modal_sound_select div.wrap div a:before {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 3px solid var(--toso-gray);
  border-radius: 0.5rem;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.popup .popup-inner#modal_play_movie {
  display: none;
  max-width: 670px;
  width: 100%;
  height: 400px;
}
.popup .popup-inner#modal_play_movie .modal {
  justify-content: center;
}
.popup .black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
