@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);
  }
}
@keyframes m1 {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(4px);
  }
  17% {
    transform: translateY(-3px);
  }
  29% {
    transform: translateY(2px);
  }
  40% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(2px);
  }
  57% {
    transform: translateY(-3px);
  }
  69% {
    transform: translateY(4px);
  }
  85% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes m2 {
  0% {
    transform: translate(0);
  }
  12% {
    transform: translate(8px, 8px);
  }
  22% {
    transform: translate(0, -4px);
  }
  33% {
    transform: translate(8px, 8px);
  }
  40% {
    transform: translate(0);
  }
  52% {
    transform: translate(8px, 8px);
  }
  60% {
    transform: translate(0);
  }
  69% {
    transform: translate(8px, 8px);
  }
  82% {
    transform: translate(0, -2px);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes m3 {
  0% {
    transform: translate(0);
  }
  12% {
    transform: translate(4px, 4px);
  }
  22% {
    transform: translate(0, -2px);
  }
  33% {
    transform: translate(4px, 4px);
  }
  40% {
    transform: translate(0);
  }
  52% {
    transform: translate(4px, 4px);
  }
  60% {
    transform: translate(0);
  }
  69% {
    transform: translate(4px, 4px);
  }
  82% {
    transform: translate(0, -1px);
  }
  100% {
    transform: translate(0);
  }
}
#mv {
  position: relative;
  width: 100%;
  height: 1112px;
  margin: 0 0 65px;
  padding: 80px 95px 30px 127px;
  background: linear-gradient(-60deg, #8bd3fb 0%, #6ec8fa 100%);
}
@media print {
  #mv {
    height: 1082px;
    padding: 80px 47px 30px 54px;
  }
}
#mv::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 110px 0 0 51vw;
  border-color: transparent transparent transparent #FFF;
}
#mv::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 110px 51vw;
  border-color: transparent transparent #FFF transparent;
}
#mv .inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#mv .inner::before {
  content: "";
  position: absolute;
  top: 117px;
  left: 153px;
  left: 50%;
  margin: 0 0 0 -547px;
  width: 1300px;
  height: 861px;
  background: url("../images/index/mv_bg.svg") no-repeat center/auto 100%;
}
@media print {
  #mv .inner::before {
    margin: 0 0 0 -587px;
    transform: scale(0.9);
  }
}
#mv .inner::after {
  content: "";
  position: absolute;
  top: -94px;
  left: 50%;
  margin: 0 0 0 -639px;
  width: 1280px;
  height: 1100px;
  background: url("../images/index/mv_gif.gif") no-repeat center/100%;
}
@media print {
  #mv .inner::after {
    margin: 0 0 0 -679px;
    transform: scale(0.9);
  }
}
#mv .inner .text1 {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: space-between;
}
#mv .inner .text1 h1 {
  position: relative;
}
#mv .inner .text1 h1::before, #mv .inner .text1 h1::after {
  content: "";
  position: absolute;
  top: -23px;
  left: -147px;
  width: 395px;
  width: 0;
  height: 158px;
  background: #fff;
  transform: skewX(-15deg);
  transition: 1.2s;
}
#mv .inner .text1 h1::after {
  top: 157px;
  width: 575px;
  width: 0;
  height: 42px;
  transition: 0.8s;
  transition-delay: 0.6s;
}
#mv .inner .text1 h1 > span {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  margin: 40px 0 0;
  color: #363387;
  font-size: 2.2rem;
  letter-spacing: 0.15em;
}
#mv .inner .text1 h1 > span b {
  position: relative;
  margin: 0 0.1em 0 0;
  font-size: 2.5rem;
  font-weight: 500;
}
#mv .inner .text1 h1 img {
  position: relative;
  z-index: 1;
}
#mv .inner .text1 h1.sf_on::before {
  width: 395px;
}
#mv .inner .text1 h1.sf_on::after {
  width: 575px;
}
#mv .inner .text1 p {
  position: relative;
  top: -20px;
  z-index: 100;
  line-height: 2.2;
  color: #fff;
  text-align: right;
}
#mv .inner .m_wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
#mv .inner .m_wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
}
#mv .inner .m_wrap .m1 {
  margin: 275px 0 0 -520px;
  animation: m1 10s infinite;
}
#mv .inner .m_wrap .m2 {
  width: 85px;
  margin: 100px 0 0 60px;
  animation: m2 10s infinite;
  animation-delay: 0.3s;
}
#mv .inner .m_wrap .m3 {
  width: 57px;
  margin: 710px 0 0 480px;
  animation: m3 10s infinite;
  animation-delay: 0.5s;
}
#mv .inner .m_wrap .m4 {
  z-index: 1;
  width: 105px;
  margin: 895px 0 0 180px;
  animation: m2 10s infinite;
}
#mv .inner .m_wrap .m5 {
  width: 55px;
  margin: 935px 0 0 280px;
  animation: m3 10s infinite;
  animation-delay: 1s;
}
#mv .inner .text2 {
  display: flex;
  position: absolute;
  bottom: 70px;
  left: 50%;
  z-index: 2;
  width: 740px;
  margin: 0 0 0 -370px;
  overflow: hidden;
  border: 4px solid rgba(255, 250, 80, 0.85);
  border-radius: 18px;
}
#mv .inner .text2 h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 275px;
  line-height: 1.6;
  background: rgba(255, 250, 80, 0.85);
  color: #363387;
  font-size: 1.9rem;
}
#mv .inner .text2 p {
  width: 457px;
  padding: 16px 20px 16px 30px;
  line-height: 2.1;
  background: rgba(255, 255, 255, 0.9);
  font-size: 1.3rem;
}
#mv .inner .text2 p a {
  display: inline-flex;
  align-items: center;
  margin: 7px 0 0;
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic;
}
#mv .inner .text2 p a span {
  text-decoration: underline;
}
#mv .inner .text2 p a img {
  margin: 0 10px 0 0;
}
#mv .inner .link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 430px;
}
#mv .inner .link a {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 145px;
  height: 120px;
}
#mv .inner .link a > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mv .inner .link a > span span {
  display: block;
  position: absolute;
  top: 66%;
  top: 56%;
  padding: 4px 16px 5px;
  border-radius: 1000px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 2px 4px 6px rgba(23, 23, 86, 0.25);
  transform: translateX(-50%);
  transition: 0.6s;
  opacity: 0;
  color: #363387;
  font-size: 1rem;
  white-space: nowrap;
}
#mv .inner .link a > span:hover span {
  top: 56%;
  transform: translate(-50%, -65%);
  opacity: 1;
}
#mv .inner .link a:nth-of-type(1) {
  height: 160px;
  margin: 360px 0 0 -190px;
}
#mv .inner .link a:nth-of-type(1) > span span {
  top: 77%;
  left: 88%;
}
#mv .inner .link a:nth-of-type(2) {
  width: 180px;
  height: 130px;
  margin: 290px 0 0 -425px;
}
#mv .inner .link a:nth-of-type(2) > span span {
  top: 90%;
  left: 12%;
}
#mv .inner .link a:nth-of-type(3) {
  width: 120px;
  margin: 150px 0 0 -365px;
}
#mv .inner .link a:nth-of-type(3) > span span {
  top: 72%;
  left: 12%;
}
#mv .inner .link a:nth-of-type(4) {
  margin: 170px 0 0 195px;
}
#mv .inner .link a:nth-of-type(4) > span span {
  top: 63%;
  left: 57%;
}
#mv .inner .link a:nth-of-type(5) {
  height: 125px;
  margin: 210px 0 0 -210px;
}
#mv .inner .link a:nth-of-type(5) > span span {
  top: 77%;
  left: 73%;
}
#mv .inner .link a:nth-of-type(6) {
  width: 120px;
  height: 110px;
  margin: 275px 0 0 130px;
}
#mv .inner .link a:nth-of-type(6) > span span {
  top: 75%;
  left: 64%;
}
#mv .inner .link a:nth-of-type(7) {
  width: 160px;
  height: 140px;
  margin: 140px 0 0 -50px;
}
#mv .inner .link a:nth-of-type(7) > span span {
  top: 85%;
  left: 46%;
}
#mv .inner .link a:nth-of-type(7) > span.l2 {
  top: 200px;
  left: 330px;
  width: 100%;
  height: 100%;
}
#mv .inner .link a:nth-of-type(7) > span.l2 span {
  top: 80%;
  left: 80%;
}
#mv .inner .link a:nth-of-type(8) {
  width: 80px;
  height: 130px;
  margin: 285px 0 0 25px;
}
#mv .inner .link a:nth-of-type(8) > span span {
  top: 74%;
}
#mv .inner .link a:nth-of-type(9) {
  width: 135px;
  height: 100px;
  margin: 255px 0 0 370px;
}
#mv .inner .link a:nth-of-type(9) > span span {
  top: 80%;
  left: 76%;
}
#mv .inner .link a:nth-of-type(10) {
  width: 120px;
  height: 80px;
  margin: 395px 0 0 120px;
}
#mv .inner .link a:nth-of-type(10) > span span {
  top: 100%;
  left: 10%;
}
#mv .inner .link a:nth-of-type(11) {
  width: 120px;
  height: 140px;
  margin: 15px 0 0 340px;
}
#mv .inner .link a:nth-of-type(11) > span span {
  top: 75%;
  left: 86%;
}
#mv .inner .link a:nth-of-type(11) > span.l2 {
  top: 40px;
  left: -210px;
  width: 90%;
  height: 100%;
}
#mv .inner .link a:nth-of-type(11) > span.l2 span {
  top: 64.5%;
  left: 30%;
}

#sec1 h2 {
  margin: 0 0 18px;
  color: #363387;
  font-size: 1.8rem;
  text-align: center;
}
#sec1 h2 img {
  display: block;
  margin: 0 auto 10px;
  transition: inherit;
}
#sec1 h2 span {
  display: block;
  opacity: 0;
  transform: translateY(30px);
  transition: inherit;
  transition-delay: 0.3s;
  letter-spacing: 0.1em;
}
#sec1 h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 5px;
  margin: 20px auto 0;
  background: #ff73d2;
  transform: translateY(30px);
  opacity: 0;
  transition: inherit;
  transition-delay: 0.55s;
}
#sec1 h2.sf_on span, #sec1 h2.sf_on::after {
  transform: translate(0);
  opacity: 1;
}
@media print {
  #sec1 h2 span, #sec1 h2::after {
    transform: translate(0) !important;
    opacity: 1 !important;
  }
}
#sec1 section {
  width: 880px;
  margin: 0 auto 113px;
}
#sec1 section:last-child {
  margin-bottom: 0;
}
#sec1 section .sec_top {
  position: relative;
  margin: 0 0 32px;
}
#sec1 section .sec_top .text_wrap h3 {
  line-height: 1.5;
  margin: 0 0 30px;
  font-size: 2.8rem;
  font-weight: 300;
}
#sec1 section .sec_top .text_wrap h3 .num {
  display: block;
  margin: 0 0 40px;
}
#sec1 section .sec_top .text_wrap .text {
  width: 490px;
  font-family: "游ゴシック Light", "游ゴシック", YuGothic, "Noto Sans JP";
  font-weight: 200;
}
#sec1 section .sec_top .text_wrap .text sup {
  padding: 2px 3px 2px 0;
  font-size: 1rem;
}
#sec1 section .sec_top .text_wrap .notice {
  margin: 5px 0 0;
  font-size: 1.2rem;
}
#sec1 section .sec_top .img {
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 320px;
  height: 300px;
}
#sec1 section .sec_top .img .bg,
#sec1 section .sec_top .img .chara {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 1000px;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.9s;
  transition-delay: 0.6s;
}
#sec1 section .sec_top .img .chara {
  top: 40%;
  left: 55%;
  transition-delay: 0.8s;
}
@media print {
  #sec1 section .sec_top .img .bg,
#sec1 section .sec_top .img .chara {
    opacity: 1 !important;
  }
}
#sec1 section .sec_top .img.sf_on .bg,
#sec1 section .sec_top .img.sf_on .chara {
  opacity: 1;
}
#sec1 section .link {
  display: flex;
  padding: 30px 0 0;
  border-top: 2px solid #6ec8fa;
}
#sec1 section .link * {
  font-family: "游ゴシック", YuGothic, "Noto Sans JP";
}
#sec1 section .link > li {
  position: relative;
  min-width: 360px;
  margin: 0 40px 0 0;
  padding: 0 0 80px;
  white-space: nowrap;
}
#sec1 section .link > li:last-child {
  margin: 0;
}
#sec1 section .link > li > p {
  position: absolute;
  bottom: 0;
  left: 0;
}
#sec1 section .link > li > p a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 360px;
  height: 70px;
  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;
  letter-spacing: 0.1em;
}
#sec1 section .link > li > p a span {
  line-height: 1.2;
}
#sec1 section .link > li > p a span span {
  font-size: 1.1rem;
  letter-spacing: 0.04em;
}
#sec1 section .link > li > p 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;
}
#sec1 section .link > li > p 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) {
  #sec1 section .link > li > p a {
    transition: 0.3s;
  }
  #sec1 section .link > li > p a:hover {
    opacity: 0.8;
    box-shadow: 4px 6px 6px rgba(23, 23, 86, 0.2);
  }
}
#sec1 section .link > li > ul > li {
  margin: 0 0 5px;
}
#sec1 section .link > li > ul > li .hd {
  display: block;
  position: relative;
  padding: 0 0 0 12px;
  color: #363387;
  font-size: 1.4rem;
  font-weight: bold;
}
#sec1 section .link > li > ul > li .hd:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 50%;
  background: #363387;
  transform: translateY(-50%);
}
#sec1 section .link > li > ul > li > ul {
  padding: 0 0 0 27px;
}
#sec1 section .link > li > ul > li > ul li {
  line-height: 1.6;
  margin: 0 0 2px;
  list-style: disc;
  color: #363387;
}
#sec1 #sec1_1 .sec_top .img .bg {
  top: 55%;
}
#sec1 #sec1_1 .sec_top .img .chara {
  top: 43%;
}
#sec1 #sec1_2 .sec_top .img .chara {
  left: 40%;
}
#sec1 #sec1_3 .sec_top .img .bg {
  left: 45%;
}
#sec1 #sec1_3 .sec_top .img .chara {
  top: 52%;
  left: 45%;
}
#sec1 #sec1_4 .sec_top .img {
  z-index: 1;
}
#sec1 #sec1_4 .sec_top .img .bg {
  top: 52%;
  left: 40%;
}
#sec1 #sec1_4 .sec_top .img .chara {
  top: 74.7%;
  left: 35%;
}

#sec2 {
  position: relative;
  padding: 110px 0;
  background: linear-gradient(-60deg, rgba(110, 200, 250, 0.9) 0%, rgba(139, 211, 251, 0.9) 100%);
}
#sec2::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 110px 51vw 0 0;
  border-color: #FFF transparent transparent transparent;
}
#sec2::after {
  content: "";
  position: absolute;
  top: -2px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 51vw 110px 0;
  border-color: transparent #FFF transparent transparent;
}
#sec2 h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}
#sec2 h2 img {
  display: block;
  margin: 0 auto 10px;
}
#sec2 h2 span {
  display: block;
  opacity: 0;
  transform: translateY(30px);
  transition: inherit;
  transition-delay: 0.3s;
  letter-spacing: 0.1em;
}
#sec2 h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 5px;
  margin: 20px auto 0;
  background: #ff73d2;
  transform: translateY(30px);
  opacity: 0;
  transition: inherit;
  transition-delay: 0.55s;
}
#sec2 h2.sf_on span, #sec2 h2.sf_on::after {
  transform: translate(0);
  opacity: 1;
}
@media print {
  #sec2 h2 span, #sec2 h2::after {
    transform: translate(0) !important;
    opacity: 1 !important;
  }
}
#sec2 .inner {
  width: 880px;
  margin: 0 auto;
}
#sec2 .inner * {
  color: #363387;
}
#sec2 .inner .top_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 30px;
}
#sec2 .inner .top_wrap .img {
  width: 170px;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.8s;
  transition-delay: 0.7s;
}
#sec2 .inner .top_wrap .text1 {
  width: 690px;
}
#sec2 .inner .top_wrap .text1 h3 {
  line-height: 1.8;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.8s;
  transition-delay: 0.7s;
  font-size: 3rem;
  font-family: "游ゴシック", YuGothic, "Noto Sans JP";
  letter-spacing: 0.06em;
}
#sec2 .inner .top_wrap .text1 h3 span {
  margin: 0 5px 0 0;
  font-weight: bold;
}
#sec2 .inner .top_wrap .text1 p {
  margin: 5px 0 0;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.8s;
  transition-delay: 0.7s;
  font-size: 1.8rem;
}
#sec2 .inner .top_wrap .text1 .name {
  margin: 20px 0 0;
  transition-delay: 0.9s;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}
#sec2 .inner .top_wrap .text1 .name span {
  font-size: 1.7rem;
}
#sec2 .inner .text2 {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.8s;
  transition-delay: 1.1s;
}
#sec2 .inner .text2 p {
  line-height: 2.1;
  font-size: 1.4rem;
}
#sec2 .inner.sf_on * {
  opacity: 1 !important;
  transform: translate(0) !important;
}
@media print {
  #sec2 .inner * {
    opacity: 1 !important;
    transform: translate(0) !important;
  }
}

#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: #ff73d2;
  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.8);
  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.on .inner:before, #modal_wrap.on .inner:after,
#modal_wrap.on #modal_close:before,
#modal_wrap.on #modal_close:after {
  opacity: 1;
}
#modal_wrap #modal_close {
  display: block;
  height: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 30px;
  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 {
    transition: 0.3s;
  }
  #modal_wrap #modal_close:hover {
    opacity: 0.8;
  }
}
#modal_wrap .inner {
  padding: 90px 0 100px;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.1s;
  opacity: 0;
  transition: 0.3s;
}
#modal_wrap .inner:before, #modal_wrap .inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: url("../images/index/modal_bg1.png") no-repeat center top/100%;
}
#modal_wrap .inner:after {
  background: url("../images/index/modal_bg3.png") no-repeat center bottom/100%;
}
#modal_wrap .inner .modal {
  display: none;
  position: relative;
  z-index: 10;
  padding: 0 47px 0 38px;
  background: url("../images/index/modal_bg2.png") 0/100%;
}
#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 45px;
  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 45px;
}
#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;
}
#modal_wrap .inner .modal:nth-of-type(11) .text_wrap .caption {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0 0;
}
#modal_wrap .inner .modal:nth-of-type(11) .text_wrap .caption p {
  width: 100%;
  line-height: 1.8;
  font-size: 1.2rem;
}
#modal_wrap .inner .modal:nth-of-type(11) .text_wrap .caption ul {
  width: 275px;
}
#modal_wrap .inner .modal:nth-of-type(11) .text_wrap .caption ul li {
  line-height: 1.8;
  font-size: 1.2rem;
}
#modal_wrap .inner .modal:nth-of-type(11) .text_wrap .caption ul li span {
  margin: 0 0.3em 0 0;
}
#modal_wrap .inner .modal:nth-of-type(11) .text_wrap .caption ul:nth-of-type(2) {
  width: auto;
}

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

  #mv {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 15.625vw;
    padding: 15.625vw 0 17.1875vw;
    background: linear-gradient(-60deg, #8bd3fb 0%, #6ec8fa 100%);
  }
  #mv::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.8125vw 0 0 50vw;
    border-color: transparent transparent transparent #FFF;
  }
  #mv::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 7.8125vw 50vw;
    border-color: transparent transparent #FFF transparent;
  }
  #mv .inner {
    position: relative;
    z-index: 10;
    width: 100%;
  }
  #mv .inner::before, #mv .inner::after {
    display: none;
  }
  #mv .inner .m1 {
    position: absolute;
    top: 20.9375vw;
    right: 1.09375vw;
    width: 8.90625vw;
  }
  #mv .inner .text1 {
    display: block;
    position: relative;
    padding: 0 4.6875vw;
  }
  #mv .inner .text1 h1 {
    position: relative;
    margin: 0 0 6.25vw;
  }
  #mv .inner .text1 h1::before, #mv .inner .text1 h1::after {
    top: -4.21875vw;
    left: -12.5vw;
    height: 29.6875vw;
  }
  #mv .inner .text1 h1::after {
    top: 28.59375vw;
    height: 7.8125vw;
  }
  #mv .inner .text1 h1 img {
    width: 39.6875vw;
  }
  #mv .inner .text1 h1 span {
    margin: 6.71875vw 0 0;
    font-size: 1.3rem;
  }
  #mv .inner .text1 h1 span b {
    top: 0.05em;
    font-size: 1.4rem;
  }
  #mv .inner .text1 h1.sf_on::before {
    width: 59.375vw;
  }
  #mv .inner .text1 h1.sf_on::after {
    width: 90.625vw;
  }
  #mv .inner .text1 p {
    position: static;
    line-height: 1.9;
    text-align: left;
  }
  #mv .inner .gif_map {
    position: relative;
    margin: 0 0 6.25vw;
  }
  #mv .inner .gif_map:before {
    content: "";
    position: absolute;
    top: -63.2vw;
    left: -1.2vw;
    width: 135.2734375vw;
    height: 312.5890625vw;
    background: url("../images/index/sp_mb_bg.svg") no-repeat 0/100%;
  }
  #mv .inner .gif_map img {
    position: relative;
    left: 0;
    top: 6vw;
  }
  #mv .inner .text2 {
    display: block;
    position: static;
    width: 90.625vw;
    margin: 0 auto;
    transform: translateX(0);
  }
  #mv .inner .text2:before {
    content: "";
    position: absolute;
    bottom: -16vw;
    right: 12vw;
    width: 7.8125vw;
    height: 7.8125vw;
    background: url("../images/index/sp_mv_icon1.svg") no-repeat center/100%;
  }
  #mv .inner .text2 h2 {
    width: 100%;
    padding: 3.125vw 0;
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: 0.15em;
  }
  #mv .inner .text2 p {
    width: auto;
    line-height: 1.9;
    padding: 3.125vw 4.6875vw;
    font-size: 1.2rem;
  }
  #mv .inner .text2 p a img {
    width: 3.125vw;
    margin: 0 3.125vw 0 0;
  }
  #mv .inner .link {
    position: static;
    z-index: 10;
    width: 100%;
    height: 0;
  }
  #mv .inner .link a {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15.625vw;
    height: 18.75vw;
  }
  #mv .inner .link a:nth-of-type(1) {
    width: 23.4375vw;
    height: 21.875vw;
    margin: 78.125vw 0 0 -23.4375vw;
  }
  #mv .inner .link a:nth-of-type(2) {
    width: 30.46875vw;
    height: 21.875vw;
    margin: 32.8125vw 0 0 -43.75vw;
  }
  #mv .inner .link a:nth-of-type(3) {
    width: 15.625vw;
    height: 18.75vw;
    margin: 62.5vw 0 0 -43.75vw;
  }
  #mv .inner .link a:nth-of-type(4) {
    width: 18.75vw;
    height: 18.75vw;
    margin: 0vw 0 0 25.9375vw;
  }
  #mv .inner .link a:nth-of-type(5) {
    width: 20.3125vw;
    height: 20.3125vw;
    margin: 6.25vw 0 0 -37.5vw;
  }
  #mv .inner .link a:nth-of-type(6) {
    width: 15.625vw;
    height: 18.75vw;
    margin: 15.625vw 0 0 15.625vw;
  }
  #mv .inner .link a:nth-of-type(7) {
    width: 26.5625vw;
    height: 18.75vw;
    margin: -1.5625vw 0 0 -14.84375vw;
  }
  #mv .inner .link a:nth-of-type(7)::before {
    content: "";
    position: absolute;
    top: 54vw;
    left: 25vw;
    width: 90%;
    height: 92%;
  }
  #mv .inner .link a:nth-of-type(8) {
    width: 15.625vw;
    height: 18.75vw;
    margin: 20.3125vw 0 0 -2.03125vw;
  }
  #mv .inner .link a:nth-of-type(9) {
    width: 21.875vw;
    height: 18.75vw;
    margin: 32.8125vw 0 0 22.65625vw;
  }
  #mv .inner .link a:nth-of-type(10) {
    width: 15.625vw;
    height: 14.84375vw;
    margin: 55.46875vw 0 0 -15.625vw;
  }
  #mv .inner .link a:nth-of-type(11) {
    width: 19.53125vw;
    height: 20.3125vw;
    margin: -43.75vw 0 0 24.21875vw;
  }
  #mv .inner .link a:nth-of-type(11)::before {
    content: "";
    position: absolute;
    top: 31vw;
    left: -11.5vw;
    width: 90%;
    height: 95%;
  }
  #mv .inner .link a span {
    display: none;
  }

  #sec1 {
    margin: 0 0 9.375vw;
  }
  #sec1 h2 {
    margin: 0 0 7.8125vw;
    font-size: 1.5rem;
    text-align: center;
  }
  #sec1 h2 img {
    display: block;
    width: 58.59375vw;
    margin: 0 auto 2.34375vw;
  }
  #sec1 h2 span {
    font-size: 1.3rem;
  }
  #sec1 h2::after {
    width: 8.75vw;
    height: 1.09375vw;
    margin: 2.34375vw auto 0;
  }
  #sec1 section {
    width: 100%;
    margin: 0 auto 13.28125vw;
  }
  #sec1 section .sec_top {
    margin: 0 0 5.46875vw;
  }
  #sec1 section .sec_top .text_wrap {
    padding: 0 6.25vw;
  }
  #sec1 section .sec_top .text_wrap h3 {
    line-height: 1.5;
    margin: 0 0 3.90625vw;
    font-size: 2rem;
    font-weight: 300;
  }
  #sec1 section .sec_top .text_wrap h3 .num {
    width: 19.53125vw;
    margin: 0 0 -0.78125vw;
  }
  #sec1 section .sec_top .text_wrap h3 .img {
    display: block;
    width: 62.5vw;
    height: auto;
    margin: 0 auto 4.6875vw;
  }
  #sec1 section .sec_top .text_wrap h3 .hd {
    width: 84.375vw;
  }
  #sec1 section .sec_top .text_wrap .text {
    width: 100%;
    font-size: 1.2rem;
  }
  #sec1 section .sec_top .text_wrap .notice {
    margin: 1.5625vw 0 0;
    font-size: 1rem;
  }
  #sec1 section .sec_top .img {
    position: static;
  }
  #sec1 section .link {
    display: block;
    margin: 0 0 0 6.25vw;
    padding: 4.6875vw 6.25vw 0 0;
    border-top: 1px solid #6ec8fa;
  }
  #sec1 section .link * {
    font-family: "游ゴシック", YuGothic, "Noto Sans JP";
  }
  #sec1 section .link > li {
    position: relative;
    min-width: 100%;
    margin: 0;
    padding: 0;
    white-space: normal;
  }
  #sec1 section .link > li.mb {
    margin: 0 0 4.6875vw;
  }
  #sec1 section .link > li > p {
    position: static;
    margin: 3.125vw 0 3.125vw;
  }
  #sec1 section .link > li > p a {
    width: 105%;
    height: 17.5vw;
    margin: 0 0 0 -2.5%;
    padding: 0 5vw 0 7vw;
    border: 2px solid #fff;
    font-size: 1.3rem;
  }
  #sec1 section .link > li > p a span {
    line-height: 1.2;
    padding: 0.9375vw 0 0;
  }
  #sec1 section .link > li > p a span span {
    padding: 0;
    font-size: 0.8rem;
  }
  #sec1 section .link > li > p a.tab::after {
    content: "";
    position: relative;
    top: -1px;
    left: 1px;
    width: 2.265625vw;
    height: 2.265625vw;
    border: 1px solid #fff;
    box-shadow: -1px 1px 0 1px #5A50A0, -2px 2px 0 1px #fff;
  }
  #sec1 section .link > li > p a.arrw::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
  #sec1 section .link > li > ul > li {
    margin: 0 0 1.5625vw;
  }
  #sec1 section .link > li > ul > li .hd {
    display: block;
    position: relative;
    line-height: 1.6;
    padding: 0 0 0 12px;
    color: #363387;
    font-size: 1.3rem;
  }
  #sec1 section .link > li > ul > li .hd:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 1em;
    background: #363387;
    transform: translateY(30%);
  }
  #sec1 section .link > li > ul > li > ul {
    padding: 0 0 0 30px;
  }
  #sec1 section .link > li > ul > li > ul li {
    line-height: 1.6;
    margin: 0 0 2px;
    list-style: disc;
    color: #363387;
  }
  #sec1 #sec1_2 .sec_top h3 .hd {
    width: 70.846875vw;
  }
  #sec1 #sec1_3 .sec_top .img {
    margin-top: -5vw;
    margin-bottom: -1vw;
  }
  #sec1 #sec1_3 .sec_top h3 .hd {
    width: 62.040625vw;
  }
  #sec1 #sec1_4 .sec_top .img {
    width: 78.125vw;
    margin-top: -15vw;
    margin-bottom: -1vw;
  }
  #sec1 #sec1_4 .sec_top h3 .hd {
    width: 52.03125vw;
  }

  #sec2 {
    position: relative;
    padding: 21.875vw 0;
    background: linear-gradient(-60deg, rgba(110, 200, 250, 0.9) 0%, rgba(139, 211, 251, 0.9) 100%);
  }
  #sec2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.59375vw 50vw 0 0;
    border-color: #FFF transparent transparent transparent;
  }
  #sec2::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50vw 8.59375vw 0;
    border-color: transparent #FFF transparent transparent;
  }
  #sec2 h2 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
  }
  #sec2 h2 img {
    display: block;
    width: 54.6875vw;
    margin: 0 auto 2.34375vw;
  }
  #sec2 h2::after {
    width: 8.75vw;
    height: 1.09375vw;
    margin: 2.34375vw auto 0;
  }
  #sec2 .inner {
    width: 100%;
    padding: 0 6.25vw;
  }
  #sec2 .inner * {
    color: #363387;
  }
  #sec2 .inner .top_wrap {
    display: block;
    margin: 0 0 6.25vw;
  }
  #sec2 .inner .top_wrap .img {
    width: 43.75vw;
    margin: 0 auto 6.25vw;
  }
  #sec2 .inner .top_wrap .text1 {
    width: 100%;
  }
  #sec2 .inner .top_wrap .text1 h3 {
    font-size: 2rem;
  }
  #sec2 .inner .top_wrap .text1 p {
    font-size: 1.3rem;
    letter-spacing: 0.06em;
  }
  #sec2 .inner .top_wrap .text1 .name {
    margin: 3.125vw 0 0;
    font-size: 1.15rem;
  }
  #sec2 .inner .top_wrap .text1 .name span {
    font-size: 1.45rem;
  }
  #sec2 .inner .text2 p {
    font-size: 1.2rem;
  }

  #to_top {
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    bottom: -15.625vw;
    right: 6.25vw;
    width: 12.5vw;
    padding: 12.5vw 0 0;
    border-radius: 100%;
    background: #ff73d2;
  }
  #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;
  }

  #modal_wrap {
    left: 0;
    width: 100%;
    transform: none;
  }
  #modal_wrap #modal_close {
    top: auto;
    bottom: 12.5vw;
    right: 10.15625vw;
    width: 9.0625vw;
    padding: 9.0625vw 0 0;
  }
  #modal_wrap .inner {
    padding: 13.90625vw 0 17.03125vw;
  }
  #modal_wrap .inner:before, #modal_wrap .inner:after {
    background: url("../images/index/sp_modal_bg1.png") no-repeat center top/100%;
  }
  #modal_wrap .inner:after {
    top: -1px;
    background: url("../images/index/sp_modal_bg3.png") no-repeat center bottom/100%;
  }
  #modal_wrap .inner .modal {
    padding: 0 7.5vw 5.46875vw;
    background: url("../images/index/sp_modal_bg2.png") 0/100%;
  }
  #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 h2 img {
    width: 67.903125vw;
  }
  #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 {
    text-align: center;
  }
  #modal_wrap .inner .modal:nth-of-type(1) .text_wrap .img img:last-child {
    width: 32.8125vw;
    margin: 1vw 0 0;
  }
  #modal_wrap .inner .modal:nth-of-type(2) h2 img {
    width: 68.578125vw;
  }
  #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(3) h2 img {
    width: 48.5625vw;
  }
  #modal_wrap .inner .modal:nth-of-type(4) h2 img {
    width: 66.3125vw;
  }
  #modal_wrap .inner .modal:nth-of-type(5) h2 img {
    width: 39.775vw;
  }
  #modal_wrap .inner .modal:nth-of-type(6) h2 img {
    width: 46.79375vw;
  }
  #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) h2 img {
    width: 62.021875vw;
  }
  #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) h2 img {
    width: 45.6125vw;
  }
  #modal_wrap .inner .modal:nth-of-type(8) .text_wrap .chara {
    width: 33.28125vw;
  }
  #modal_wrap .inner .modal:nth-of-type(9) h2 img, #modal_wrap .inner .modal:nth-of-type(11) h2 img {
    width: 46.9375vw;
  }
  #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) h2 img {
    width: 48.7390625vw;
  }
  #modal_wrap .inner .modal:nth-of-type(11) h2 img {
    width: 54.0671875vw;
  }
  #modal_wrap .inner .modal:nth-of-type(11) .caption {
    font-size: 1.1rem;
  }
  #modal_wrap .inner .modal:nth-of-type(11) .caption * {
    font-size: inherit !important;
  }
}

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