@charset "UTF-8";
/* common
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.text-center {
  text-align: center;
}

.text-bold {
  font-weight: bold;
}

/* ボタン */
input[type=button], input[type=submit], button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
}
input[type=button]:hover, input[type=button]:focus, input[type=submit]:hover, input[type=submit]:focus, button:hover, button:focus {
  transition-duration: 1s;
}
input[type=button].buy_text_btn, input[type=submit].buy_text_btn, button.buy_text_btn {
  color: #fff;
  border: #A1848F solid 1px;
  background-color: #A1848F;
}
input[type=button].buy_text_btn:hover, input[type=submit].buy_text_btn:hover, button.buy_text_btn:hover {
  border: #d0c2c7 solid 1px;
  background-color: #d0c2c7;
}

/* ラジオボタン */
input[type=radio] {
  display: none;
}

/*チェックボックス*/
input[type=checkbox] {
  display: none;
}

option:disabled {
  color: #D4DCD6;
}

/* flex_box
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.flex_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row .col {
  width: 100%;
}
.row .col-1 {
  width: calc(100% / 12);
}
.row .col-2 {
  width: calc(200% / 12);
}
.row .col-3 {
  width: 25%;
}
.row .col-4 {
  width: calc(400% / 12);
}
.row .col-5 {
  width: calc(500% / 12);
}
.row .col-6 {
  width: 50%;
}
.row .col-7 {
  width: calc(700% / 12);
}
.row .col-8 {
  width: calc(800% / 12);
}
.row .col-9 {
  width: 75%;
}
.row .col-10 {
  width: calc(1000% / 12);
}
.row .col-11 {
  width: calc(1100% / 12);
}
.row .col-12 {
  width: 100%;
}
@media print, screen and (min-width: 321px) {
  .row .col-s-12 {
    width: 100%;
  }
  .row .col-s-11 {
    width: calc(1100% / 12);
  }
  .row .col-s-10 {
    width: calc(1000% / 12);
  }
  .row .col-s-9 {
    width: 75%;
  }
  .row .col-s-8 {
    width: calc(800% / 12);
  }
  .row .col-s-7 {
    width: calc(700% / 12);
  }
  .row .col-s-6 {
    width: 50%;
  }
  .row .col-s-5 {
    width: calc(500% / 12);
  }
  .row .col-s-4 {
    width: calc(400% / 12);
  }
  .row .col-s-3 {
    width: 25%;
  }
  .row .col-s-2 {
    width: calc(200% / 12);
  }
  .row .col-s-1 {
    width: calc(100% / 12);
  }
}
@media print, screen and (min-width: 751px) {
  .row .col-m-12 {
    width: 100%;
  }
  .row .col-m-11 {
    width: calc(1100% / 12);
  }
  .row .col-m-10 {
    width: calc(1000% / 12);
  }
  .row .col-m-9 {
    width: 75%;
  }
  .row .col-m-8 {
    width: calc(800% / 12);
  }
  .row .col-m-7 {
    width: calc(700% / 12);
  }
  .row .col-m-6 {
    width: 50%;
  }
  .row .col-m-5 {
    width: calc(500% / 12);
  }
  .row .col-m-4 {
    width: calc(400% / 12);
  }
  .row .col-m-3 {
    width: 25%;
  }
  .row .col-m-2 {
    width: calc(200% / 12);
  }
  .row .col-m-1 {
    width: calc(100% / 12);
  }
}
@media print, screen and (max-width: 320px) {
  .row .col-s-hidden {
    display: none;
  }
}
@media print, screen and (max-width: 750px) {
  .row .col-m-hidden {
    display: none;
  }
}

@media screen and (min-width: 751px) {
  .sp_block {
    display: none !important;
  }

  .sp_400_block {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .sp_block {
    display: block !important;
  }

  .sp_400_block {
    display: none;
  }

  .sp_hidden {
    display: none !important;
  }
}
@media print, screen and (max-width: 400px) {
  .sp_400_block {
    display: block;
  }
}
/*
–––––––––––––––––––––––––––––––––––––––––––––––––– */
*, :after, :before {
  box-sizing: inherit;
}

* {
  box-sizing: border-box;
}

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

blockquote, body, dd, dl, dt, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, html, iframe, legend, li, ol, p, pre, textarea, ul {
  margin: 0;
  padding: 0;
}

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

audio, img, video {
  height: auto;
  max-width: 100%;
}

img {
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}
@media print, screen and (max-width: 750px) {
  img {
    width: 100%;
  }
}

a {
  color: currentColor;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
}
@media print, screen and (min-width: 751px) {
  a img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}

ul {
  list-style: none;
}

button.pre_regi_btn {
  color: #A1848F;
  border: #A1848F solid 1px;
}
button.pre_regi_btn:hover {
  color: #cfc1c6;
  border: #cfc1c6 solid 1px;
}

html {
  background-color: #fff;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  /*font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;*/
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  color: #464646;
  word-wrap: break-word;
  font-size: 13px;
}

body {
  font-size: 14px;
  font-weight: 400;
  /*font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;*/
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  color: #464646;
}
@media print, screen and (min-width: 751px) {
  body {
    min-width: 1200px;
  }
}
@media print, screen and (max-width: 750px) {
  body {
    padding-bottom: 0;
  }
}

.euro_lang {
  font-family: "Raleway", sans-serif;
}

.caution {
  color: #f00;
}

div.under_bar {
  height: 3px;
  background-color: #A1848F;
  margin: 1rem auto;
}

svg.login_btn {
  width: 16px !important;
  height: 16px !important;
}
svg.login_btn line {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1;
}
svg.login_btn path {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1;
}

header.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background: #fff;
}
header.l-header .l-pcHeader {
  box-shadow: 0 3px 7px 0 #e8e8e8;
  height: 72px;
}
@media print, screen and (max-width: 750px) {
  header.l-header .l-pcHeader {
    display: none;
  }
}
@media print, screen and (min-width: 751px) {
  header.l-header .l-pcHeader .header_menu {
    max-width: 1180px;
    min-width: 1080px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
header.l-header .l-pcHeader .header_menu .left {
  align-self: center;
}
header.l-header .l-pcHeader .header_menu .right {
  align-self: flex-end;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}
header.l-header .l-pcHeader .header_menu .right ul.sub-menu-parts {
  width: 100%;
  height: 50px;
  justify-content: space-between;
  align-items: center;
  align-self: flex-end;
}
header.l-header .l-pcHeader .header_menu .right ul.sub-menu-parts li:hover {
  color: #c8c8c8;
}
header.l-header .l-pcHeader .header_menu .right ul.sub-menu-parts li button {
  width: 140px;
  padding: 0.3rem 1rem;
}
header.l-header .l-pcHeader .header_menu .right ul.sub-menu-parts li button.buy_text_btn {
  margin-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
header.l-header .l-pcHeader .header_menu .right ul.sub-menu-parts li button.buy_text_btn svg {
  width: 13px !important;
  height: 13px !important;
}
header.l-header .l-pcHeader .header_menu .right ul.sub-menu-parts li a {
  display: flex;
}
header.l-header .l-pcHeader .header_menu .right ul.sub-menu-parts li a > div.svg_down_arrow {
  margin-left: 0.5rem;
  width: 8px !important;
  height: 4px !important;
  position: relative;
  top: -2px;
}
header.l-header .l-pcHeader .header_menu .right ul.sub-menu-parts li a svg.login_btn2 {
  width: 44px !important;
  height: 44px !important;
}
header.l-header .l-pcHeader .header_menu .right ul.sub-menu-parts li a svg.login_btn2 path, header.l-header .l-pcHeader .header_menu .right ul.sub-menu-parts li a svg.login_btn2 line {
  fill: none;
  stroke: #a1848f;
  stroke-linecap: round;
  stroke-linejoin: round;
}
header.l-header .l-pcHeader .header_menu .right ul.sub-menu-parts li a svg.login_btn2 text {
  fill: #a1848f;
  font-size: 11px;
}
header.l-header svg.toso_logo {
  width: 110px !important;
  height: 50px !important;
}
header.l-header svg.toso_logo polygon, header.l-header svg.toso_logo path {
  fill: #464646 !important;
}
header.l-header svg.down_arrow path {
  fill: none !important;
  stroke: #464646;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1;
}
header.l-header div.l-spHeader {
  height: 55px;
  box-shadow: 0 3px 7px 0 #e8e8e8;
  position: relative;
  z-index: 5;
  backdrop-filter: blur(9.7px);
  background-color: #fff;
  border-bottom: 1px solid #d8d8d8;
}
@media print, screen and (min-width: 751px) {
  header.l-header div.l-spHeader {
    display: none;
  }
}
@media print, screen and (max-width: 750px) {
  header.l-header div.l-spHeader {
    padding-bottom: 0;
  }
}
header.l-header div.l-spHeader .l-spHeader__inner {
  display: flex;
  align-items: center;
}
header.l-header div.l-spHeader .l-spHeader__inner svg#toso_logo {
  width: 68px !important;
  height: 18px !important;
}
header.l-header div.l-spHeader .l-spHeader__inner #modal_btn {
  margin-right: 0.3rem;
  border: none;
  margin-left: auto;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}
header.l-header div.l-spHeader .l-spHeader__inner #modal_btn svg {
  width: 22px !important;
  height: 18px !important;
  cursor: pointer;
}
header.l-header div.l-spHeader .l-spHeader__inner #modal_btn svg#modal_btn_close {
  display: none;
}
header.l-header div.l-spHeader div#sp_modal {
  position: absolute;
  display: none;
  width: 100%;
  z-index: 5;
  background: #fff;
  height: 150px;
  top: 45px;
  left: 0;
  bottom: auto;
  max-height: none;
}
header.l-header div.l-spHeader div#sp_modal ul li {
  height: 50px;
  border-bottom: solid 1px #D4DCD6;
}
header.l-header div.l-spHeader div#sp_modal ul li svg.down_arrow {
  width: 14px !important;
  height: 7px !important;
}
@media print, screen and (max-width: 750px) {
  #app div#main div.l-wrapper {
    width: 100%;
  }
}
@media print, screen and (max-width: 750px) {
  #app div#main div.l-wrapper section#link1 div#main_menu .main_menu_box {
    width: calc(100% - 20px);
    margin: 0 auto 1rem auto;
  }
}
#app div#main div.l-wrapper section#link1 div#main_menu h3 {
  font-weight: bold;
  font-size: 26px;
  height: 35px;
  margin: 25px 0 30px 0;
}
#app div#main div.l-wrapper section#link1 div#main_menu .text {
  height: 75px;
}
#app div#main div.l-wrapper section.curtain_column > .flex_box {
  align-items: stretch;
}
#app div#main div.l-wrapper section.curtain_column > .flex_box > .left {
  background-color: #f3eff1;
}
@media print, screen and (min-width: 751px) {
  #app div#main div.l-wrapper section.curtain_column > .flex_box > .left {
    width: 280px;
    padding: 30px 28px 30px 18px;
  }
}
@media print, screen and (max-width: 750px) {
  #app div#main div.l-wrapper section.curtain_column > .flex_box > .left {
    width: calc(100% - 20px);
    margin: 0 auto;
    padding: 30px;
  }
}
#app div#main div.l-wrapper section.curtain_column > .flex_box > .left h3 {
  text-align: left;
  font-weight: bold;
  font-size: 26px;
  line-height: 33px;
  margin-bottom: 26px;
}
#app div#main div.l-wrapper section.curtain_column > .flex_box > .right {
  border: solid 1px #f3eff1;
  border-right: none;
}
@media print, screen and (min-width: 751px) {
  #app div#main div.l-wrapper section.curtain_column > .flex_box > .right {
    width: calc(100% - 280px);
  }
}
@media print, screen and (max-width: 750px) {
  #app div#main div.l-wrapper section.curtain_column > .flex_box > .right {
    margin: 0 auto;
    padding-top: 30px;
    width: calc(100% - 20px);
  }
}
#app div#main div.l-wrapper section#lecture > .flex_box > .right > p {
  font-size: 18px;
  margin-left: 20px;
}
@media print, screen and (max-width: 750px) {
  #app div#main div.l-wrapper section#lecture > .flex_box > .right > p {
    max-width: 466px;
  }
  #app div#main div.l-wrapper section#lecture > .flex_box > .right > p.left_text {
    text-align: left;
  }
  #app div#main div.l-wrapper section#lecture > .flex_box > .right > p.right_text {
    text-align: right;
  }
}
#app div#main div.l-wrapper section#lecture > .flex_box > .right h4 {
  font-size: 22px;
  padding-left: 0.2rem;
}
#app div#main div.l-wrapper section#lecture > .flex_box > .right .instructor {
  margin-left: 20px;
  margin-bottom: 2rem;
  padding: 1rem 0;
}
@media print, screen and (max-width: 750px) {
  #app div#main div.l-wrapper section#lecture > .flex_box > .right .instructor.instructor_pc {
    display: none;
  }
}
#app div#main div.l-wrapper section#lecture > .flex_box > .right .instructor .under_bar {
  height: 2px;
}
@media print, screen and (min-width: 751px) {
  #app div#main div.l-wrapper section#lecture > .flex_box > .right .instructor .under_bar {
    width: 100%;
  }
}
@media print, screen and (max-width: 750px) {
  #app div#main div.l-wrapper section#lecture > .flex_box > .right .instructor .under_bar {
    width: calc(100% - 20px);
  }
}
@media print, screen and (min-width: 751px) {
  #app div#main div.l-wrapper section#lecture > .flex_box > .right .instructor .instructor_left img {
    width: 120px;
    height: 120px;
  }
}
@media print, screen and (max-width: 750px) {
  #app div#main div.l-wrapper section#lecture > .flex_box > .right .instructor .instructor_left img {
    width: 110px;
    height: 110px;
  }
}
#app div#main div.l-wrapper section#lecture > .flex_box > .right .instructor .instructor_right {
  margin-left: 2rem;
}
@media print, screen and (min-width: 751px) {
  #app div#main div.l-wrapper section#lecture > .flex_box > .right .instructor .instructor_right {
    width: calc(100% - 120px);
    max-width: 600px;
  }
}
#app div#main div.l-wrapper section#lecture > .flex_box > .right .instructor .instructor_right > .flex_box {
  align-items: flex-start;
}
#app div#main div.l-wrapper section#lecture > .flex_box > .right .instructor .instructor_right > .flex_box > .right {
  padding-left: 1rem;
}
#app div#main div.l-wrapper section#lecture > .flex_box > .right .large_box {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: solid 1px #A1848F;
}
@media print, screen and (min-width: 751px) {
  #app div#main div.l-wrapper section#lecture > .flex_box > .right .large_box {
    max-width: 762px;
    width: 100%;
    padding: 2rem 1rem;
    margin-left: 20px;
  }
}
@media print, screen and (max-width: 750px) {
  #app div#main div.l-wrapper section#lecture > .flex_box > .right .large_box {
    width: calc(100% - 20px);
    margin: 0 auto;
    padding: 2rem 29.5px 0 10px;
  }
}
#app div#main div.l-wrapper section#lecture > .flex_box > .right .large_box .title_text {
  position: absolute;
  background-color: white;
  padding-left: 1rem;
  left: 1rem;
  top: -1rem;
  font-feature-settings: "palt";
}
@media print, screen and (min-width: 751px) {
  #app div#main div.l-wrapper section#lecture > .flex_box > .right .large_box .title_text {
    width: 30rem;
  }
}
@media print, screen and (max-width: 750px) {
  #app div#main div.l-wrapper section#lecture > .flex_box > .right .large_box .title_text {
    padding-right: 2rem;
  }
}
#app div#main div.l-wrapper section#lecture > .flex_box > .right .large_box .lecture_description {
  line-height: 1.8;
  margin-left: 19.5px;
}
@media print, screen and (min-width: 751px) {
  #app div#main div.l-wrapper section#lecture > .flex_box > .right .large_box .lecture_description {
    width: 697px;
  }
  #app div#main div.l-wrapper section#lecture > .flex_box > .right .large_box .lecture_description > .text p:first-child {
    margin-bottom: 8px;
  }
}
@media print, screen and (max-width: 750px) {
  #app div#main div.l-wrapper section#lecture > .flex_box > .right .large_box .lecture_description {
    padding-bottom: 25px;
    padding-top: 1rem;
  }
  #app div#main div.l-wrapper section#lecture > .flex_box > .right .large_box .lecture_description > .text p:first-child {
    margin-bottom: 30px;
  }
}
@media print, screen and (max-width: 400px) {
  #app div#main div.l-wrapper section#lecture > .flex_box > .right .large_box .lecture_description {
    padding-top: 4rem;
  }
}
#app div#main div.l-wrapper section#lecture > .under_bar {
  width: calc(100% - 20px);
}

footer {
  width: 100%;
  background-color: #B8D9E5;
  color: #fff;
}
@media print, screen and (max-width: 750px) {
  footer {
    padding: 1rem 0;
  }
}
footer > div.flex_box {
  justify-content: space-between;
  max-width: 1180px;
  height: 47px;
  margin: 0 auto;
}
@media print, screen and (max-width: 750px) {
  footer > div.flex_box > div.left, footer > div.flex_box > div.right {
    width: 100%;
    text-align: center;
  }
}

.c-totop {
  width: 50px;
  position: fixed;
  bottom: 0;
  right: 0;
  display: none;
  z-index: 5;
  border: 1px solid #d8d8d8;
}
.c-totop.js-active {
  display: block;
}
@media print, screen and (min-width: 751px) {
  .c-totop {
    border-right: none;
    border-bottom: none;
  }
}
@media print, screen and (max-width: 750px) {
  .c-totop {
    width: 12%;
    bottom: 60px;
    right: 2%;
  }
}

@media print, screen and (min-width: 751px) {
  .pc_display {
    display: block;
  }

  .sp_display {
    display: none;
  }
}
@media print, screen and (max-width: 750px) {
  .pc_display {
    display: none;
  }

  .sp_display {
    display: block;
  }
}