@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css2?family=Oswald&display=swap);
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, h1, h2, h3, h4, h5, h6, ol, ul, p, dl, dt, dd {
  margin: 0;
  padding: 0;
  border: 0;
}

ul, ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: normal;
}
table caption, table th, table td {
  text-align: left;
  vertical-align: middle;
}
table caption, table th {
  font-weight: 300;
}
table td {
  font-weight: 200;
}

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

a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
a:link {
  color: #000;
}
a:active {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  cursor: pointer;
}

a img {
  border: none;
}

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

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

input, button, textarea, select {
  margin: 0;
  border: none;
  outline: none;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
}

img.cover, video.cover {
  -o-object-fit: cover;
     object-fit: cover;
}

h1 {
  font-weight: normal;
}

h2, h3, h4, h5, h6 {
  font-weight: 500;
}

p {
  margin: 0;
}

:-moz-placeholder-shown {
  color: #8a8a8a;
}

:-ms-input-placeholder {
  color: #8a8a8a;
}

:placeholder-shown {
  color: #8a8a8a;
}

::-webkit-input-placeholder {
  color: #8a8a8a;
}

:-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #8a8a8a;
}

*:focus {
  outline: none;
}

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 2.8vw;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}

a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn a {
  display: block;
}

.pc {
  display: none;
}

.sp {
  display: inline;
}

.l-inner {
  width: 95%;
  margin: 0 auto;
}

.inner {
  width: 92%;
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.center {
  text-align: center;
}

h1 {
  font-size: 8vw;
  position: relative;
  font-weight: bold;
  text-align: center;
}
h1:after {
  content: "";
  position: absolute;
}
h1 span {
  font-size: 6.6vw;
}

h2 {
  margin-bottom: 10vw;
  font-size: 3.4vw;
  text-align: center;
}
h2 .number {
  font-size: 8vw;
}
h2 .q-txt {
  font-size: 8vw;
  display: block;
}

h3 {
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  height: 15vw;
  line-height: 1.6;
  font-size: 4.2vw;
  text-align: center;
  position: relative;
  letter-spacing: 0;
}
h3 p {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #e5e8f3));
  background: linear-gradient(transparent 70%, #e5e8f3 0%);
  display: inline;
}
#header {
  padding: 2vw 0;
  border-bottom: 0.1rem solid #d0d0d0;
  border-top: 0.3rem solid #d0241c;
  margin-bottom: 5vw;
}
#header .logo {
  width: 40%;
}
#footer {
  padding-bottom: 16vw;
}
#footer .copy {
  background-color: #d22d26;
  padding: 5vw;
  text-align: center;
  color: #fff;
}
#footer .bnr {
  position: fixed;
  bottom: 0;
  width: 100%;
}
#footer .bnr img {
  width: 100%;
}
#main #mainv {
  margin-bottom: 2rem;
  position: relative;
}
#main #mainv .comment {
  width: 60%;
  margin: 0 auto 15vw;
}
#main #mainv .comment img {
  width: 100%;
}
#main #mainv h1 {
  background-color: #fff;
  border-radius: 5rem;
  border: 0.1rem solid;
  padding: 3vw 2vw;
  position: absolute;
  top: 19vw;
  z-index: 1;
  width: 90%;
  left: 0;
  right: 0;
  margin: auto;
}
#main #mainv h1::before, #main #mainv h1::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#main #mainv h1::before {
  content: "";
  position: absolute;
  border: 5vw solid transparent;
  border-top: 5vw solid #000;
}
#main #mainv h1::after {
  content: "";
  position: absolute;
  border: 5.6vw solid transparent;
  border-top: 5.6vw solid #fff;
  margin-top: -1vw;
}
#main #mainv .bg {
  background: -webkit-gradient(linear, left top, right top, from(#e5e8f3), color-stop(50%, #e5e8f3), color-stop(50%, #ffe7e6), to(#ffe7e6));
  background: linear-gradient(90deg, #e5e8f3 0%, #e5e8f3 50%, #ffe7e6 50%, #ffe7e6 100%);
  padding-bottom: 11vw;
}
#main #mainv .bg .box {
  width: 50%;
}
#main #mainv .bg .box .inner {
  padding-left: 2vw;
}
#main #mainv .bg .box h3 {
  background-color: #bfc4e3;
  font-size: 8vw;
  padding: 10vw 2vw 7vw 2vw;
  height: auto;
  letter-spacing: 0;
}
#main #mainv .bg .box.ucan .inner {
  padding-left: inherit;
  padding-right: 2vw;
}
#main #mainv .bg .box.ucan h3 {
  background-color: #ffcaca;
}
#main #mainv .bg .box.ucan .voice .ttl {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ffe7e6));
  background: linear-gradient(transparent 70%, #ffe7e6 0%);
}
#main #mainv .bg .box .img {
  margin-top: -5vw;
  position: relative;
  text-align: center;
}
#main #mainv .bg .box .img img {
  width: 70%;
  height: 39vw;
  -o-object-fit: cover;
     object-fit: cover;
}
#main #mainv .bg .box .img span {
  background-color: #fff;
  border-radius: 5rem;
  border: 0.1rem solid;
  padding: 1vw 4vw;
  text-align: center;
  font-size: 3.8vw;
  display: block;
  width: 100%;
  position: absolute;
  bottom: -7vw;
}
#main #mainv .bg .box .voice {
  margin-top: 12vw;
  background-color: #fff;
  position: relative;
  text-align: center;
  padding: 3vw;
  border-radius: 0.5rem;
}
#main #mainv .bg .box .voice::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40%;
  margin: auto;
  margin-top: -8vw;
  border: 4vw solid transparent;
  border-bottom: 4vw solid #fff;
}
#main #mainv .bg .box .voice .ttl {
  font-size: 4.6vw;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #e5e8f3));
  background: linear-gradient(transparent 70%, #e5e8f3 0%);
  display: inline;
}
#main #mainv .bg .box .voice .descri {
  margin-top: 1rem;
  text-align: left;
  font-size: 2.6vw;
  letter-spacing: 0;
}
#main #question1, #main #question2, #main #question3, #main #question4, #main #question5, #main #question6 {
  margin-bottom: 5vw;
}
#main #question1 .bg, #main #question2 .bg, #main #question3 .bg, #main #question4 .bg, #main #question5 .bg, #main #question6 .bg {
  padding: 6vw 0 8vw;
  background: -webkit-gradient(linear, left top, right top, from(#e5e8f3), color-stop(50%, #e5e8f3), color-stop(50%, #ffe7e6), to(#ffe7e6));
  background: linear-gradient(90deg, #e5e8f3 0%, #e5e8f3 50%, #ffe7e6 50%, #ffe7e6 100%);
}
#main #question1 .bg .box, #main #question2 .bg .box, #main #question3 .bg .box, #main #question4 .bg .box, #main #question5 .bg .box, #main #question6 .bg .box {
  margin-right: 2vw;
  padding: 5vw 2vw 4vw;
  border-radius: 0.5rem;
  background-color: #fff;
  width: 50%;
  text-align: center;
}
#main #question1 .bg .box.ucan, #main #question2 .bg .box.ucan, #main #question3 .bg .box.ucan, #main #question4 .bg .box.ucan, #main #question5 .bg .box.ucan, #main #question6 .bg .box.ucan {
  margin-right: 0;
  margin-left: 2vw;
}
#main #question1 .bg .box .img, #main #question2 .bg .box .img, #main #question3 .bg .box .img, #main #question4 .bg .box .img, #main #question5 .bg .box .img, #main #question6 .bg .box .img {
  padding: 2vw 1vw;
}
#main #question1 .bg .box .img img, #main #question2 .bg .box .img img, #main #question3 .bg .box .img img, #main #question4 .bg .box .img img, #main #question5 .bg .box .img img, #main #question6 .bg .box .img img {
  width: 100%;
}
#main #question1 .bg .box p, #main #question2 .bg .box p, #main #question3 .bg .box p, #main #question4 .bg .box p, #main #question5 .bg .box p, #main #question6 .bg .box p {
  padding: 0 0.5vw;
  letter-spacing: 0;
  text-align: left;
}
#main #question1 .caution, #main #question2 .caution, #main #question3 .caution, #main #question4 .caution, #main #question5 .caution, #main #question6 .caution {
  font-size: 3vw;
  letter-spacing: 0;
  padding: 0 5vw;
  margin-top: 1rem;
}
#main #summary {
  margin-top: 23vw;
}
#main #summary h2 {
  font-size: 9.5vw;
  font-weight: bold;
  margin-bottom: 2vw;
}
#main #summary .bg {
  background: url(../img/summary-bg.png) no-repeat center top/cover;
  padding-bottom: 13vw;
  position: relative;
}
#main #summary .bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #fff;
  width: 100%;
  height: 9vw;
}
#main #summary .comment {
  font-size: 5vw;
  padding-top: 22vw;
  text-align: center;
}
#main #summary .comment span {
  position: relative;
}
#main #summary .comment span::before {
  content: "";
  position: absolute;
  border-left: 0.1rem solid;
  left: -4vw;
  top: 0vw;
  height: 8vw;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
#main #summary .comment span::after {
  content: "";
  position: absolute;
  border-right: 0.1rem solid;
  right: -4vw;
  top: 0vw;
  height: 8vw;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
#main #summary .course {
  margin-top: 7vw;
}
#main #summary .course .merit {
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 3vw 6vw 3vw 22vw;
  font-size: 4.5vw;
  position: relative;
  margin-bottom: 2vw;
  letter-spacing: 0;
}
#main #summary .course .merit::before {
  content: "";
  position: absolute;
  background: url(../img/summary-ic1.png) no-repeat center left/40%;
  left: 6vw;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25vw;
  height: 20vw;
}
#main #summary .course .merit:nth-child(2)::before {
  background: url(../img/summary-ic2.png) no-repeat center left/40%;
}
#main #summary .course .merit:nth-child(3)::before {
  background: url(../img/summary-ic3.png) no-repeat center left/40%;
}
#main #summary .balloon {
  margin-top: 12vw;
  position: relative;
}
#main #summary .balloon .txt {
  background-color: #fff;
  border-radius: 0.5rem;
  position: relative;
  font-size: 6vw;
  font-weight: bold;
  width: 70%;
  padding: 3.5vw 5vw 3vw;
}
#main #summary .balloon .txt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #fff;
}
#main #summary .balloon .txt span {
  color: #ff7d7a;
  font-size: 7.2vw;
}
#main #summary .balloon .img {
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
}
#main #summary .balloon .img img {
  width: 100%;
}
#main #summary .cta {
  margin-top: 15vw;
}
#main #summary .cta .btn {
  margin-bottom: 6vw;
}
#main #summary .cta .btn:last-child {
  margin-bottom: 0;
}
#main #summary .cta .btn img {
  width: 100%;
}
#main #summary .cta .btn a {
  display: block;
}
#main #summary .cta .btn a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .pc {
    display: inline;
  }
  .sp {
    display: none;
  }
  h1 {
    font-size: 5rem;
    padding: 2rem 8rem;
  }
  h1 span {
    font-size: 80%;
  }
  h2 {
    margin-bottom: 4.5rem;
    font-size: 2.5rem;
  }
  h2 .number {
    font-size: 6rem;
  }
  h2 .q-txt {
    font-size: 6rem;
  }
  h3 {
    font-size: 3.4rem;
    height: 11rem;
  }
  .l-inner {
    width: 120rem;
  }
  .inner {
    width: 94.8rem;
  }
  #header {
    margin-bottom: 0;
    padding: 3rem 0;
  }
  #header .logo {
    width: 15%;
  }
  #footer {
    padding-bottom: 0;
  }
  #footer .copy {
    padding: 3rem 0;
    font-size: 2rem;
  }
  #footer .bnr {
    right: 0;
    bottom: inherit;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 5%;
  }
  #footer .bnr a:hover {
    opacity: 0.7;
  }
  #footer .bnr.sp {
    display: none;
  }
  #main #mainv {
    margin-bottom: 5rem;
    position: relative;
  }
  #main #mainv .comment {
    width: 40rem;
    margin: 0 auto 16rem;
  }
  #main #mainv h1 {
    padding: 2rem;
    top: 14rem;
    width: 45%;
    border-radius: 6rem;
  }
  #main #mainv h1::before {
    border: 3.1rem solid transparent;
    border-top: 3.1rem solid #000;
  }
  #main #mainv h1::after {
    border: 5rem solid transparent;
    border-top: 5rem solid #fff;
    margin-top: -2rem;
  }
  #main #mainv .bg {
    padding-bottom: 10rem;
  }
  #main #mainv .bg .box .inner {
    width: 44rem;
    padding-left: 0;
  }
  #main #mainv .bg .box h3 {
    font-size: 6rem;
    padding: 9rem 2rem;
    position: relative;
  }
  #main #mainv .bg .box h3 span {
    position: absolute;
    right: 190px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #main #mainv .bg .box.self .inner {
    margin-right: 35px;
  }
  #main #mainv .bg .box.ucan .inner {
    margin-left: 35px;
    padding-right: 0;
  }
  #main #mainv .bg .box.ucan h3 span {
    right: inherit;
    left: 110px;
  }
  #main #mainv .bg .box .img {
    margin-top: -3rem;
  }
  #main #mainv .bg .box .img img {
    width: 50%;
    height: 28rem;
  }
  #main #mainv .bg .box .img span {
    border-radius: 5rem;
    padding: 1rem 3rem;
    text-align: center;
    font-size: 2.8rem;
    bottom: -4rem;
  }
  #main #mainv .bg .box .voice {
    margin-top: 7rem;
    padding: 2rem;
  }
  #main #mainv .bg .box .voice::before {
    left: 42%;
    margin: auto;
    margin-top: -6rem;
    border: 4rem solid transparent;
    border-bottom: 4rem solid #fff;
  }
  #main #mainv .bg .box .voice .ttl {
    font-size: 3.4rem;
  }
  #main #mainv .bg .box .voice .descri {
    font-size: 2.1rem;
    margin-top: 2rem;
    text-align: center;
  }
  #main #question1, #main #question2, #main #question3, #main #question4, #main #question5, #main #question6 {
    margin-bottom: 8rem;
  }
  #main #question1 .bg, #main #question2 .bg, #main #question3 .bg, #main #question4 .bg, #main #question5 .bg, #main #question6 .bg {
    padding: 10rem 0;
  }
  #main #question1 .bg .box, #main #question2 .bg .box, #main #question3 .bg .box, #main #question4 .bg .box, #main #question5 .bg .box, #main #question6 .bg .box {
    margin-right: 6rem;
    padding: 2rem 2rem 4rem;
  }
  #main #question1 .bg .box.ucan, #main #question2 .bg .box.ucan, #main #question3 .bg .box.ucan, #main #question4 .bg .box.ucan, #main #question5 .bg .box.ucan, #main #question6 .bg .box.ucan {
    margin-left: 1rem;
  }
  #main #question1 .bg .box .img, #main #question2 .bg .box .img, #main #question3 .bg .box .img, #main #question4 .bg .box .img, #main #question5 .bg .box .img, #main #question6 .bg .box .img {
    padding: 2rem 0;
    width: 60%;
    margin: 0 auto;
  }
  #main #question1 .bg .box p, #main #question2 .bg .box p, #main #question3 .bg .box p, #main #question4 .bg .box p, #main #question5 .bg .box p, #main #question6 .bg .box p {
    text-align: center;
    padding: 0 0.5rem;
  }
  #main #question1 .caution, #main #question2 .caution, #main #question3 .caution, #main #question4 .caution, #main #question5 .caution, #main #question6 .caution {
    margin-top: 2rem;
    font-size: 1.5rem;
    padding: 0 3rem;
  }
  #main #summary {
    margin-top: 8rem;
  }
  #main #summary h2 {
    font-size: 6rem;
  }
  #main #summary .bg {
    background: url(../img/summary-bg.png) no-repeat center/cover;
    padding-bottom: 10rem;
  }
  #main #summary .bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 12rem;
  }
  #main #summary .comment {
    font-size: 3.6rem;
    padding-top: 18rem;
  }
  #main #summary .comment span::before {
    left: -2rem;
    height: 4.5rem;
    top: 1rem;
    border-left: 0.2rem solid;
  }
  #main #summary .comment span::after {
    right: -2rem;
    height: 4.5rem;
    top: 1rem;
    border-right: 0.2rem solid;
  }
  #main #summary .course {
    margin-top: 5rem;
  }
  #main #summary .course .merit {
    padding: 2rem 4rem 2rem 10.5rem;
    font-size: 3.2rem;
    margin-bottom: 1rem;
  }
  #main #summary .course .merit::before {
    left: 5rem;
    width: 4rem;
    height: 6rem;
    background-size: 100%;
  }
  #main #summary .course .merit:nth-child(2)::before {
    background-size: 100%;
  }
  #main #summary .course .merit:nth-child(3)::before {
    background-size: 100%;
  }
  #main #summary .balloon {
    margin-top: 4rem;
    position: relative;
  }
  #main #summary .balloon .txt {
    font-size: 4rem;
    width: 75%;
    padding: 4rem 3rem 5.5rem;
  }
  #main #summary .balloon .txt span {
    color: #ff7d7a;
    font-size: 5rem;
  }
  #main #summary .balloon .img {
    width: 26%;
  }
  #main #summary .cta {
    margin-top: 12rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #main #summary .cta .btn {
    width: 50%;
    margin-right: 3rem;
    margin-bottom: 0;
  }
  #main #summary .cta .btn:last-child {
    margin-right: 0;
  }
}
/*# sourceMappingURL=style.css.map */