@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/* _setting CSS */
html {
  font-size: 10px;
  background: #fff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

/*
input[type=text],
input[type=number],
input[type=password],
input[type=tel] {
	-webkit-appearance: none;
}
*/
header, footer, nav, main, article, section, figure, aside {
  display: block;
}

body {
  line-height: 2;
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.06em;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-webkit-input-placeholder {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

:-moz-placeholder {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

::-moz-placeholder {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

:-ms-input-placeholder {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

::placeholder {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*
@media all and (-ms-high-contrast:none) {
	body {
		font-family: 'メイリオ',Meiryo,'游ゴシック',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	}
}
*/
h1, h2, h3, h4, h5, h6, pre, code, address, caption, code, th, td, select, p, li {
  font-size: 1.4rem;
  font-weight: inherit;
  font-style: normal;
}

em, strong {
  font-size: inherit;
}

em, strong, b {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td {
  line-height: 2;
  text-align: left;
}

/* base style
------------------------------------------------------------------------- */
li {
  list-style: none;
}

fieldset, img, hr {
  border: none;
}

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

th {
  vertical-align: top;
}
th br {
  display: block;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

td {
  vertical-align: top;
  word-break: break-all;
}

a {
  border: none;
  color: inherit;
  text-decoration: none;
}

input[type=text],
input[type=number],
input[type=password],
input[type=tel],
textarea {
  box-shadow: none;
  border: 1px solid #ccc;
  color: #dbd8c9;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
}

textarea {
  line-height: 1.7;
  resize: vertical;
}

select {
  font-size: 1.4rem;
}

label,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit],
button {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  cursor: pointer;
}

button {
  display: block;
  border: none;
  background: none;
  outline: none;
  color: #dbd8c9;
  font-size: 1.4rem;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/* max-width:750px | ~ 750px
------------------------------------------------------------------------- */
@media screen and (max-width: 750px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  html {
    font-size: 3.125vw;
  }

  body, h1, h2, h3, h4, h5, h6, pre, code, address, caption, code, th, td, select, p, li, em, strong {
    font-size: 1.3rem;
  }

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

  iframe[src*=youtube] {
    max-width: 100%;
    height: 52vw;
  }
}
#wrapper {
  overflow: hidden;
}

.sf {
  opacity: 0;
  transition: 0.8s;
}
.sf.sf_on {
  opacity: 1;
}

.sf_y {
  transform: translateY(30px);
}
.sf_y.sf_on {
  transform: translateY(0) !important;
}

.sf_r {
  transform: translateX(30px);
}
.sf_r.sf_on {
  transform: translateX(0) !important;
}

.sf_l {
  transform: translateX(-30px);
}
.sf_l.sf_on {
  transform: translateX(0) !important;
}

.attention {
  color: #e70607;
}

.flex {
  display: flex !important;
  flex-wrap: wrap;
}

.fwnw {
  flex-wrap: nowrap;
}

.jcsb {
  justify-content: space-between;
}

.jcc {
  justify-content: center;
}

.jcr {
  justify-content: flex-end;
}

.jcfe {
  justify-content: flex-end;
}

.aic {
  align-items: center;
}

.aife {
  align-items: flex-end;
}

.f18 {
  font-size: 1.8rem;
}

.f20 {
  font-size: 2rem;
}

.textc {
  text-align: center !important;
}

.textl {
  text-align: left !important;
}

.textr {
  text-align: right !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.font_ugo {
  font-family: "游ゴシック", YuGothic, "Noto Sans JP";
}

@media all and (min-width: 751px) {
  .sp {
    display: none !important;
  }
}
@media print {
  .sp {
    display: none !important;
  }

  .sf {
    opacity: 1;
  }

  .sf_y {
    transform: translateY(0) !important;
  }

  .sf_r {
    transform: translateX(0) !important;
  }

  .sf_l {
    transform: translateX(0) !important;
  }

  body {
    width: 1024px;
  }

  #mv::before {
    border-width: 110px 0 0 512px !important;
  }

  #mv::after {
    border-width: 0 0 110px 512px !important;
  }

  #sec2::before {
    border-width: 110px 512px 0 0 !important;
  }

  #sec2::after {
    border-width: 0 512px 110px 0 !important;
  }
}
@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }

  .sf_y {
    transform: translateY(20px);
  }

  .sf_r {
    transform: translateX(60px);
  }

  .sf_l {
    transform: translateX(-60px);
  }
}
.modal_open_img {
  cursor: pointer;
}

#wrapper {
  background: url("../images/lms/bg.png");
}

#mv {
  position: relative;
  width: 100%;
  min-height: 550px;
  margin: 0 0 65px;
  padding: 110px 0;
  background: url("../images/lms/mv_bg.svg") no-repeat center 0;
}
#mv .text1 {
  position: absolute;
  left: 0;
  top: 25px;
  z-index: 100;
  display: flex;
  justify-content: space-between;
}
#mv .text1 a {
  position: relative;
  padding: 12px 30px 11px 108px;
  transition: 0.3s;
}
#mv .text1 a:hover {
  opacity: 0.8;
}
#mv .text1 a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -39px;
  width: 275px;
  width: 0;
  height: 100%;
  background: #fff;
  transform: skewX(-15deg);
  transition: 1.2s;
}
#mv .text1 a img {
  position: relative;
  z-index: 1;
}
#mv .text1 a.sf_on::before {
  width: 273px;
}
#mv h1 {
  margin: 0 0 40px;
  transition-delay: 0.3s;
  text-align: center;
}
#mv p {
  transition-delay: 0.6s;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}

#sec1 {
  margin: 0 0 80px;
}
#sec1 h2 {
  margin: 0 0 30px;
  color: #363387;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0.36em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#sec1 h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 8px;
  margin: 20px auto 0;
  background: #fffa50;
  transform: translateY(30px);
  opacity: 0;
  transition: inherit;
  transition-delay: 0.3s;
}
#sec1 h2.sf_on::after {
  transform: translate(0);
  opacity: 1;
}
#sec1 section {
  position: relative;
  width: 880px;
  min-height: 310px;
  margin: 0 auto 40px;
  padding: 30px 0 40px;
  overflow: hidden;
  border-radius: 30px;
  background: #dcf6ff;
  box-shadow: 10px 10px 20px rgba(25, 79, 98, 0.2);
}
#sec1 section::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 180px 360px;
  border-color: transparent transparent #fffa50 transparent;
}
#sec1 section .chara {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 269px;
  opacity: 0;
  transition: 0.8s;
  transition-delay: 0.6s;
}
#sec1 section .chara img {
  height: auto;
}
#sec1 section h3 {
  margin: 0 0 25px 30px;
  padding: 5px 30px;
  border-radius: 1000px 0 0 1000px;
  background: #363387;
  color: #fff;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#sec1 section .text_wrap {
  width: 560px;
  padding: 0 0 0 60px;
  font-family: "游ゴシック Light", "游ゴシック", YuGothic, "Noto Sans JP";
  font-weight: 200;
}
#sec1 section .text_wrap p {
  line-height: 1.8;
}
#sec1 section .text_wrap .img_flow {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0;
}
#sec1 section .text_wrap .img_flow .img {
  width: 240px;
}
#sec1 section .text_wrap .img_flow .img h4 {
  margin: 0 0 13px;
  padding: 1px 0 1px;
  border-radius: 15px 15px 0 0;
  background: #fff;
  color: #363387;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  text-align: center;
}
#sec1 section .text_wrap .img_flow .img p {
  line-height: 1.5;
}
#sec1 section .text_wrap .img_flow .img p span {
  display: block;
  padding: 12px 0 0;
  font-size: 1.3rem;
}
#sec1 section .text_wrap .img_flow .img:last-child {
  position: relative;
  width: 204px;
}
#sec1 section .text_wrap .img_flow .img:last-child h4 {
  background: #363387;
  color: #fff;
}
#sec1 section .text_wrap .img_flow .img:last-child::before {
  content: "";
  position: absolute;
  top: 90px;
  left: -38px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #363387;
}
#sec1 section .text_wrap.flex {
  width: 535px;
}
#sec1 section .text_wrap.flex .text {
  width: 240px;
}
#sec1 section .text_wrap.flex .img {
  width: 212px;
}
#sec1 section.sf_on .chara {
  opacity: 1;
}
@media print {
  #sec1 section .chara {
    opacity: 1 !important;
  }
}
#sec1 #sec1_2 .chara,
#sec1 #sec1_4 .chara {
  width: 280px;
}
#sec1 #sec1_3 .chara {
  width: 277px;
}

#sec2 {
  position: relative;
  padding: 150px 0 80px;
  background: url("../images/lms/sec2_bg.svg") no-repeat center/cover;
}
#sec2 * {
  color: #363387;
}
#sec2 h2 {
  margin: 0 0 30px;
  color: #363387;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0.36em;
  transform: translateY(30px);
  opacity: 0;
  transition: 0.8s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#sec2 h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 8px;
  margin: 20px auto 0;
  background: #fffa50;
  transform: translateY(30px);
  opacity: 0;
  transition: inherit;
  transition-delay: 0.3s;
}
#sec2 .top_text {
  width: 750px;
  line-height: 2.3;
  margin: 0 auto 35px;
  transform: translateY(30px);
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.5s;
  font-family: "游ゴシック Light", "游ゴシック", YuGothic, "Noto Sans JP";
  font-weight: 200;
}
#sec2 .hd_wrap.sf_on h2,
#sec2 .hd_wrap.sf_on .top_text {
  transform: translate(0);
  opacity: 1;
}
#sec2 .hd_wrap.sf_on h2::after,
#sec2 .hd_wrap.sf_on .top_text::after {
  transform: translate(0);
  opacity: 1;
}
@media print {
  #sec2 .hd_wrap h2,
#sec2 .hd_wrap .top_text {
    transform: translate(0) !important;
    opacity: 1 !important;
  }
  #sec2 .hd_wrap h2::after,
#sec2 .hd_wrap .top_text::after {
    transform: translate(0) !important;
    opacity: 1 !important;
  }
}
#sec2 .sec2_1 {
  position: relative;
  z-index: 2;
  width: 750px;
  margin: 0 auto 90px;
  text-align: center;
}
#sec2 .sec2_1 h3 {
  margin: 0 0 15px;
  text-align: center;
}
#sec2 .sec2_1 .frame {
  position: relative;
  z-index: 2;
}
#sec2 .sec2_1 #iframe_wrap {
  position: relative;
  z-index: 2;
  width: 440px;
  height: 247px;
  margin: 0 auto;
}
#sec2 .sec2_1 #player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#sec2 .sec2_1 .play_btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/lms/frame.jpg") no-repeat center/100%;
  opacity: 0;
  pointer-events: none;
}
#sec2 .sec2_1 .play_btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 43px;
  height: 43px;
  background: url("../images/lms/frame_play.svg") no-repeat center/100%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
#sec2 .sec2_1 .play_btn.pause {
  pointer-events: auto;
  opacity: 1;
  cursor: pointer;
}
#sec2 .sec2_1 .play_btn.pause:hover:before {
  opacity: 0.7;
}
#sec2 .sec2_1 .chara {
  position: absolute;
  bottom: -90px;
  left: 5px;
  width: 843.89px;
}
#sec2 .sec2_2 {
  position: relative;
  width: 880px;
  margin: -40px auto 40px;
  padding: 40px 0 0;
  overflow: hidden;
  border-radius: 0 0 30px 30px;
}
#sec2 .sec2_2 .inner {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 0 30px 30px 30px;
}
#sec2 .sec2_2 .inner::before, #sec2 .sec2_2 .inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 222px 0 0 520px;
  border-color: transparent transparent transparent #fffa50;
}
#sec2 .sec2_2 .inner::after {
  left: auto;
  right: 0;
  border-width: 0 0 222px 520px;
  border-color: transparent transparent #fffa50 transparent;
}
#sec2 .sec2_2 .inner h3 {
  position: relative;
  top: -40px;
  margin-bottom: -15px;
}
#sec2 .sec2_2 .inner .text_wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 30;
  width: 780px;
  margin: 0 auto 30px;
  font-family: "游ゴシック Light", "游ゴシック", YuGothic, "Noto Sans JP";
  font-weight: 200;
}
#sec2 .sec2_2 .inner .text_wrap .text {
  width: 433px;
  color: #000;
}
#sec2 .sec2_2 .inner .text_wrap .img {
  width: 304px;
}
#sec2 .sec2_2 .inner .chara {
  position: relative;
  z-index: 1;
  text-align: center;
}
#sec2 .btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 360px;
  height: 70px;
  margin: 0 auto;
  padding: 0 28px;
  border: 3px solid #fff;
  border-radius: 500px;
  background: #5A50A0;
  box-shadow: 6px 8px 8px rgba(23, 23, 86, 0.2);
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
#sec2 .btn a.tab::after {
  content: "";
  position: relative;
  top: -1px;
  left: 1px;
  width: 9px;
  height: 9px;
  border: 1px solid #fff;
  box-shadow: -2px 2px 0 1px #5A50A0, -3px 3px 0 1px #fff;
}
#sec2 .btn a.arrw::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
@media screen and (min-width: 751px) {
  #sec2 .btn a {
    transition: 0.3s;
  }
  #sec2 .btn a:hover {
    opacity: 0.8;
    box-shadow: 4px 6px 6px rgba(23, 23, 86, 0.2);
  }
}

#footer {
  background: #fff;
}
#footer .btn {
  padding: 50px 0;
}
#footer .btn a {
  display: block;
  width: 320px;
  margin: 0 auto;
  padding: 10px;
  background: #363387;
  color: #fff;
  font-size: 2rem;
  font-family: "游ゴシック", YuGothic, "Noto Sans JP";
  text-align: center;
  letter-spacing: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 751px) {
  #footer .btn a {
    transition: 0.3s;
  }
  #footer .btn a:hover {
    opacity: 0.8;
  }
}
#footer .copy {
  border-top: 2px solid #363387;
  padding: 15px 40px;
  font-size: 1.1rem;
  text-align: right;
}

#to_top {
  display: block;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  position: fixed;
  bottom: -100px;
  right: 45px;
  z-index: 1000;
  width: 50px;
  padding: 50px 0 0;
  border-radius: 100%;
  background: #363387;
  opacity: 0;
  transition: 1s;
}
#to_top::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1000;
  margin: -3px 0 0 -7px;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
}
#to_top.on {
  bottom: 20px;
  opacity: 1;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
#overlay.on {
  opacity: 1;
  pointer-events: auto;
}

#modal_wrap {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 9999;
  width: 665px;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
#modal_wrap.on {
  pointer-events: auto;
}
#modal_wrap.on .inner,
#modal_wrap.on #modal_close {
  opacity: 1;
}
#modal_wrap #modal_close {
  display: block;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  position: absolute;
  top: -21px;
  right: -21px;
  z-index: 100;
  width: 42px;
  padding: 42px 0 0;
  border-radius: 100%;
  background: #363387;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.1s;
}
#modal_wrap #modal_close::before, #modal_wrap #modal_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: rotate(45deg);
}
#modal_wrap #modal_close::after {
  transform: rotate(-45deg);
}
@media screen and (min-width: 751px) {
  #modal_wrap #modal_close:hover {
    opacity: 0.7;
  }
}
#modal_wrap .inner {
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.1s;
}
#modal_wrap .inner .modal {
  display: none;
  position: relative;
  z-index: 10;
  border: 2px solid #363387;
}
#modal_wrap .inner .modal.on {
  display: block;
}
#modal_wrap .inner .modal h2 {
  position: relative;
  top: -10px;
  width: 520px;
  line-height: 1.6;
  margin: 0 0 15px;
  padding: 0 0 20px 40px;
  border-bottom: 2px solid #3ceba0;
  font-size: 2.2rem;
  font-family: "游ゴシック", YuGothic, "Noto Sans JP";
}
#modal_wrap .inner .modal h2:before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 22px;
  height: 10px;
  margin: -5px 0 0;
  background: #3ceba0;
}
#modal_wrap .inner .modal h2 .marker {
  display: inline-block;
  position: relative;
  z-index: 1;
}
#modal_wrap .inner .modal h2 .marker::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5px;
  z-index: -1;
  width: calc(100% + 10px);
  height: 50%;
  background: #fffa50;
}
#modal_wrap .inner .modal .text_wrap {
  position: relative;
  min-height: 225px;
  padding: 0 40px;
}
#modal_wrap .inner .modal .text_wrap .text {
  width: 220px;
  margin: 0 0 15px;
  font-size: 1.3rem;
}
#modal_wrap .inner .modal .text_wrap .chara {
  position: absolute;
  bottom: 50%;
  left: 285px;
  width: auto;
  transform: translateY(43%);
}
#modal_wrap .inner .modal .text_wrap .chara img {
  max-width: 500px;
}
#modal_wrap .inner .modal .text_wrap .img img {
  margin: 0 0 6px;
}
#modal_wrap .inner .modal .text_wrap .img .caption {
  display: block;
  line-height: 1.6;
  font-size: 1.2rem;
}
#modal_wrap .inner .modal .text_wrap .img.flex img {
  margin: 0 5px 0 0;
}
#modal_wrap .inner .modal:nth-of-type(2) .text_wrap .chara {
  left: 245px;
  transform: translateY(52%);
}
#modal_wrap .inner .modal:nth-of-type(4) .text_wrap .chara {
  transform: translateY(50%);
}
#modal_wrap .inner .modal:nth-of-type(5) .text_wrap .chara {
  left: 275px;
}
#modal_wrap .inner .modal:nth-of-type(6) .text_wrap .chara {
  left: 274px;
}
#modal_wrap .inner .modal:nth-of-type(7) .text_wrap .chara {
  bottom: 56%;
  left: 286px;
}
#modal_wrap .inner .modal:nth-of-type(9) .text_wrap .chara {
  bottom: 56%;
  left: 266px;
}
#modal_wrap .inner .modal:nth-of-type(11) .text_wrap .chara {
  bottom: 56%;
  left: 278px;
}

@media screen and (max-width: 750px) {
  #wrapper {
    overflow: hidden;
  }

  #mv {
    position: relative;
    width: 100%;
    height: 163.125vw;
    min-height: 0;
    margin: 0 0 12.5vw;
    padding: 22.96875vw 0 0;
    background: url("../images/lms/sp_mv_bg.svg") no-repeat -3vw bottom/105vw;
  }
  #mv h1 {
    width: 79.290625vw;
    margin: 0 auto 8.59375vw;
  }
  #mv p {
    font-size: 1.2rem;
  }
  #mv .text1 {
    top: 3.59375vw;
  }
  #mv .text1 a {
    padding: 2.1875vw 4.21875vw 2.1875vw 5.15625vw;
    opacity: 1 !important;
  }
  #mv .text1 a::before {
    top: 0;
    left: -12.5vw;
  }
  #mv .text1 a img {
    width: 20.78125vw;
  }
  #mv .text1 a.sf_on::before {
    width: 40.9375vw;
  }

  #sec1 {
    margin: 0 0 15.625vw;
  }
  #sec1 h2 {
    margin: 0 0 6.25vw;
    font-size: 2.1rem;
  }
  #sec1 h2::after {
    width: 10.15625vw;
    height: 1.25vw;
    margin: 0.78125vw auto 0;
  }
  #sec1 section {
    width: 100%;
    min-height: 0;
    margin: 0 auto 6.25vw;
    padding: 7.8125vw 0 0;
    border-radius: 4.6875vw;
  }
  #sec1 section::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 46.875vw 93.75vw;
    border-color: transparent transparent #fffa50 transparent;
  }
  #sec1 section .chara {
    position: relative;
    bottom: 0;
    right: 0;
    width: 58.1875vw;
    margin: 0 auto;
  }
  #sec1 section .chara img {
    height: auto;
  }
  #sec1 section h3 {
    line-height: 1.5;
    margin: 0 0 4.6875vw 3.125vw;
    padding: 3.90625vw 7.8125vw;
    font-size: 1.8rem;
  }
  #sec1 section .text_wrap {
    width: 100%;
    padding: 0 9.375vw 5.46875vw;
  }
  #sec1 section .text_wrap p {
    font-size: 1.2rem;
  }
  #sec1 section .text_wrap .img_flow {
    display: block;
    width: 76.5625vw;
    margin: 4.6875vw auto 0;
  }
  #sec1 section .text_wrap .img_flow .img {
    width: 100%;
  }
  #sec1 section .text_wrap .img_flow .img h4 {
    margin: 0 0 3.125vw;
    padding: 0.78125vw 0;
    border-radius: 3.125vw 3.125vw 0 0;
    font-size: 1.25rem;
  }
  #sec1 section .text_wrap .img_flow .img p {
    line-height: 1.6;
  }
  #sec1 section .text_wrap .img_flow .img p span {
    display: block;
    padding: 1.5625vw 0 0;
    font-size: 1.1rem;
  }
  #sec1 section .text_wrap .img_flow .img:last-child {
    position: relative;
    width: 100%;
    margin: 14.0625vw 0 0;
  }
  #sec1 section .text_wrap .img_flow .img:last-child::before {
    content: "";
    position: absolute;
    top: -9.375vw;
    left: 50%;
    margin: 0 0 0 -5.625vw;
    border-style: solid;
    border-width: 3.75vw 5.625vw 0 5.625vw;
    border-color: #363387 transparent transparent transparent;
  }
  #sec1 section .text_wrap.flex {
    width: 100%;
  }
  #sec1 section .text_wrap.flex .text {
    width: 100%;
  }
  #sec1 section .text_wrap.flex .img {
    width: 76.5625vw;
    margin: 3.125vw auto 0;
  }
  #sec1 section.sf_on .chara {
    opacity: 1;
  }
  #sec1 #sec1_2 .chara {
    position: relative;
    left: 2.8125vw;
    width: 55.728125vw;
  }
  #sec1 #sec1_2 .chara img {
    height: auto;
  }
  #sec1 #sec1_3 .chara {
    width: 57.7453125vw;
  }
  #sec1 #sec1_4 .chara {
    position: relative;
    left: 2.8125vw;
    width: 63.5125vw;
  }
  #sec1 #sec1_5 .chara {
    left: 1.5625vw;
    width: 54.90625vw;
  }

  #sec2 {
    padding: 23.4375vw 0 18.75vw;
    background: url("../images/lms/sp_sec2_bg.svg") no-repeat center 0/cover;
  }
  #sec2 h2 {
    line-height: 1.7;
    margin: 0 0 6.25vw;
    font-size: 2.2rem;
  }
  #sec2 h2::after {
    width: 10.15625vw;
    height: 1.25vw;
    margin: 3.125vw auto 0;
  }
  #sec2 .top_text {
    width: 84.375vw;
    line-height: 2;
    margin: 0 auto 7.8125vw;
    font-size: 1.2rem;
  }
  #sec2 .sec2_1 {
    width: 84.375vw;
    margin: 0 auto;
  }
  #sec2 .sec2_1 h3 {
    width: 72.5vw;
    margin: 0 auto 4.6875vw;
  }
  #sec2 .sec2_1 .frame {
    position: relative;
    z-index: 2;
  }
  #sec2 .sec2_1 #iframe_wrap {
    width: 84.375vw;
    height: 47.5vw;
  }
  #sec2 .sec2_1 #iframe_wrap .play_btn:before {
    width: 8.28125vw;
    height: 8.28125vw;
    opacity: 1 !important;
  }
  #sec2 .sec2_1 .chara {
    position: static;
    width: 67.96875vw;
    margin: 7.8125vw auto 0;
  }
  #sec2 .sec2_2 {
    position: relative;
    z-index: 20;
    width: 100%;
    margin: 0 auto 6.25vw;
    padding: 9.375vw 0 0;
  }
  #sec2 .sec2_2::before, #sec2 .sec2_2::after {
    border-width: 40.625vw 0 0 59.375vw;
  }
  #sec2 .sec2_2::after {
    border-width: 0 0 40.625vw 59.375vw;
  }
  #sec2 .sec2_2 .inner {
    position: relative;
    z-index: 1;
    padding: 0 0 6.25vw;
  }
  #sec2 .sec2_2 .inner h3 {
    top: -9.375vw;
    left: -3.4375vw;
    width: 106.875vw;
    margin: 0 0 -7.8125vw;
  }
  #sec2 .sec2_2 .inner .text_wrap {
    display: block;
    width: 82.8125vw;
    margin: 0 auto 10.9375vw;
  }
  #sec2 .sec2_2 .inner .text_wrap .text {
    width: 100%;
    margin: 0 0 4.6875vw;
    font-size: 1.2rem;
  }
  #sec2 .sec2_2 .inner .text_wrap .img {
    width: 100%;
  }
  #sec2 .sec2_2 .inner .chara {
    width: 92.621875vw;
    margin: 0 0 0 2.8125vw;
  }
  #sec2 .btn a {
    width: 90.625vw;
    height: 17.5vw;
    padding: 0.78125vw 7.8125vw;
    border: 2px solid #fff;
    font-size: 1.4rem;
  }
  #sec2 .btn a.tab::after {
    content: "";
    position: relative;
    top: -1px;
    left: 1px;
    width: 9px;
    height: 9px;
    border: 1px solid #fff;
    box-shadow: -2px 2px 0 1px #5A50A0, -3px 3px 0 1px #fff;
  }
  #sec2 .btn a.arrw::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }

  #footer .btn {
    padding: 7.8125vw 0;
  }
  #footer .btn a {
    display: block;
    width: 81.25vw;
    margin: 0 auto;
    padding: 3.125vw;
    font-size: 1.6rem;
  }
  #footer .copy {
    border-top: 2px solid #363387;
    padding: 2.34375vw 4.6875vw;
    font-size: 1.1rem;
    text-align: left;
  }

  #to_top {
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    bottom: -15.625vw;
    right: 3.125vw;
    width: 12.5vw;
    padding: 12.5vw 0 0;
    border-radius: 100%;
  }
  #to_top::after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1.09375vw 0 0 -2.5vw;
    content: "";
    display: block;
    width: 5vw;
    height: 5vw;
    transform: rotate(45deg);
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
  }
  #to_top.on {
    bottom: 6.25vw;
  }

  #overlay {
    display: none !important;
  }

  #modal_wrap {
    display: none !important;
    left: 0;
    width: 100%;
    padding: 3.125vw;
    transform: translateY(-50%);
  }
  #modal_wrap #modal_close {
    top: auto;
    bottom: -9.375vw;
    right: 3.125vw;
    width: 9.0625vw;
    padding: 9.0625vw 0 0;
  }
  #modal_wrap .inner .modal h2 {
    position: relative;
    top: -1.5625vw;
    width: 79.6875vw;
    line-height: 1.6;
    margin: 0 0 3.125vw;
    padding: 0 0 3.90625vw 6.25vw;
    font-size: 1.5rem;
  }
  #modal_wrap .inner .modal h2:before {
    top: 0.8em;
    width: 3.4375vw;
    height: 1.5625vw;
    margin: -0.78125vw 0 0;
  }
  #modal_wrap .inner .modal .text_wrap {
    padding: 0 6.25vw;
  }
  #modal_wrap .inner .modal .text_wrap .text {
    width: auto;
    margin: 0 0 2.34375vw;
    font-size: 1.2rem;
  }
  #modal_wrap .inner .modal .text_wrap .chara {
    position: static;
    width: 46.875vw;
    margin: 0 auto 4.6875vw;
    transform: translateY(0%) !important;
  }
  #modal_wrap .inner .modal .text_wrap .chara img {
    max-width: 500px;
  }
  #modal_wrap .inner .modal .text_wrap .img {
    width: 59.375vw;
    margin: 0 auto;
  }
  #modal_wrap .inner .modal .text_wrap .img img {
    margin: 0 0 1.25vw;
  }
  #modal_wrap .inner .modal .text_wrap .img .caption {
    display: block;
    line-height: 1.6;
    font-size: 1.1rem;
  }
  #modal_wrap .inner .modal .text_wrap .img.flex img {
    margin: 0 5px 0 0;
  }
  #modal_wrap .inner .modal:nth-of-type(1) .text_wrap .img {
    width: 31.25vw;
  }
  #modal_wrap .inner .modal:nth-of-type(2) .text_wrap .chara {
    width: 60.3125vw;
    margin: -5vw auto -2vw;
  }
  #modal_wrap .inner .modal:nth-of-type(6) .text_wrap .chara {
    width: 64.375vw;
    margin: -5vw auto 2.34375vw;
    transform: translateX(5%) !important;
  }
  #modal_wrap .inner .modal:nth-of-type(7) .text_wrap .chara {
    width: 75.78125vw;
    transform: translateX(12%) !important;
  }
  #modal_wrap .inner .modal:nth-of-type(7) .text_wrap .img.flex {
    display: block;
    text-align: center;
  }
  #modal_wrap .inner .modal:nth-of-type(7) .text_wrap .img.flex img {
    margin: 5vw auto 0;
  }
  #modal_wrap .inner .modal:nth-of-type(7) .text_wrap .img.flex img:last-of-type {
    width: 41.5625vw;
  }
  #modal_wrap .inner .modal:nth-of-type(8) .text_wrap .chara {
    width: 33.28125vw;
  }
  #modal_wrap .inner .modal:nth-of-type(9) .text_wrap .img, #modal_wrap .inner .modal:nth-of-type(11) .text_wrap .img {
    width: 100%;
  }
  #modal_wrap .inner .modal:nth-of-type(9) .text_wrap .img img, #modal_wrap .inner .modal:nth-of-type(11) .text_wrap .img img {
    display: block;
    width: 59.375vw;
    margin: 0 auto 2vw;
  }
  #modal_wrap .inner .modal:nth-of-type(10) .text_wrap .img {
    width: 34.375vw;
  }
}

/*# sourceMappingURL=lms.css.map */
