@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&display=swap");
html, a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: .2s;
  transition: .2s;
}

html:hover, a:hover {
  -webkit-transition: .2s;
  transition: .2s;
}

a:hover {
  text-decoration: none;
}

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

body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.8;
  background-color: rgba(255, 250, 198, 0.5);
}

html, body {
  font-size: 16px;
}

h1, h2, h3, h4, h5 {
  font-size: 100%;
  font-weight: 100;
  margin: 0;
  line-height: 1.5;
}

ul, li, dl, dt, dd, figure {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  width: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
  background: url("../img/bg.png") repeat center;
}

header .ttl {
  background-color: #C90028;
  text-align: center;
  padding: .5rem 20px;
  margin: 0 0 1em;
}

header h1 {
  text-align: center;
  padding: 2rem 0;
}

header h1 img {
  padding: 0 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header h1:before {
  content: "";
  display: inline-block;
  background: url("../img/chara1.svg") no-repeat;
  width: 120px;
  height: 164px;
}

header h1:after {
  content: "";
  display: inline-block;
  background: url("../img/chara2.svg") no-repeat;
  width: 120px;
  height: 165px;
}

header .sp {
  display: none;
}

.lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 40px);
  max-width: 900px;
  margin: 2rem auto;
}

.lead p {
  padding: 0 20px 0 20px;
}

.lead span {
  font-size: 25px;
  font-weight: bold;
  display: block;
  text-align: center;
}

.contents {
  margin: 50px 0;
}

.contents .ttl {
  width: calc(100% - 40px);
  max-width: 900px;
  background-color: #38C802;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  padding: .25em 0 .5rem;
  margin: auto;
  border-radius: 1.5em;
  position: relative;
  margin-top: 150px;
  margin-bottom: 40px;
}

.contents .ttl:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -24px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #38C802 transparent transparent transparent;
}

.contents .ttl:not(:first-child):after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -24px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: cornflowerblue transparent transparent transparent;
}

.contents .ttl span {
  display: block;
}

.contents .ttl small {
  display: block;
  font-size: 70%;
}

.contents .ttl.sub {
  background-color: cornflowerblue;
}

.contents .ttl.sub br {
  line-height: 0px;
}

.contents .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contents .wrap .inner {
  padding: 50px 0;
  width: calc(100% - 40px);
  max-width: 700px;
}

.contents .wrap .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.contents .wrap .col:nth-of-type(2) {
  margin-bottom: 0;
}

.contents .wrap .col .comment {
  background-color: #f0f0f0;
  border-radius: 1em;
  position: relative;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  padding: 1.25em 1.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contents .wrap .col .comment:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 40%;
  border: 14px solid transparent;
  z-index: 1;
}

.contents .wrap .col .comment p {
  position: relative;
  z-index: 10;
  margin: 0;
  width: 100%;
  overflow: hidden;
}

.contents .wrap .col .comment span {
  display: block;
  font-size: 13px;
  font-weight: bold;
  text-align: right;
  color: #2E9B00;
}

.contents .wrap .col a {
  color: #1a1a1a;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contents .wrap .col:nth-of-type(1) .comment {
  margin-left: 2rem;
}

.contents .wrap .col:nth-of-type(1) .comment:after {
  left: -40px;
  border-right: 40px solid #f0f0f0;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}

.contents .wrap .col:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.contents .wrap .col:nth-of-type(2) .comment {
  margin-right: 2rem;
}

.contents .wrap .col:nth-of-type(2) .comment:after {
  right: -40px;
  border-left: 40px solid #f0f0f0;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

.contents .wrap .col .icon figure {
  text-align: center;
  margin-bottom: .5rem;
}

.contents .wrap .col .icon p {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  padding: 0 1em;
  margin: 0;
  border-radius: 1em;
}

.contents .wrap .col.midashi {
  margin-top: 60px;
  margin-bottom: 20px;
}

.contents .wrap .col h1 {
  font-weight: bold;
  margin: 0 auto;
  font-size: 24px;
}

.contents .wrap .col .btn {
  max-width: 900px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 28px;
  color: #fff;
  display: block;
  padding: .25em 2rem;
  background-color: #FF6633;
  border-radius: .5rem;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 100px;
}

.contents .wrap .col .btn:hover {
  opacity: 0.8;
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer;
}

.contents .wrap .col .br_button {
  display: none;
}

.contents .online {
  max-width: 900px;
  text-align: center;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 40px auto;
}

.youtube {
  text-align: center;
}

.ma6 p,
.fe6 p {
  background-color: #E22368;
}

.ma5 p,
.fe5 p {
  background-color: #239CCC;
}

.ma4 p,
.fe4 p {
  background-color: #FF6633;
}

.ma3 p,
.fe3 p {
  background-color: #2DB22D;
}

.report {
  margin-top: 25px;
}

.report .ttl {
  margin-bottom: 60px;
}

.report .icon {
  max-width: 110px;
  margin: auto;
}

.report .icon figure {
  text-align: center;
  margin-bottom: .5rem;
}

.report .icon p {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 0 1em;
  border-radius: 1em;
}

.report .inner {
  width: calc(100% - 40px);
  max-width: 700px;
  margin: 2rem auto;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 1em;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.report .inner dl {
  margin-bottom: 1em;
}

.report .inner dl:last-child {
  margin-bottom: 0;
}

.report .inner dt {
  background-color: #2DB22D;
  font-weight: bold;
  color: #fff;
  padding: .5em 2em;
  border-radius: 2em;
  font-size: 15px;
}

.report .inner dd {
  padding: 1em 2em;
}

.report .return {
  display: block;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.report .return a {
  font-size: 20px;
  font-weight: bold;
  color: #2E9B00;
}

.report .return a:before {
  content: "\f060";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: 1px;
  margin-right: .5em;
}

@media screen and (max-width: 1300px) {
  .contents .ttl {
    font-size: calc(18px + (30 - 18)*(100vw - 320px)/(1300 - 320));
    margin-bottom: 40px;
  }
  .contents section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contents section:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contents .wrap {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  header h1:before, header h1:after {
    content: none;
  }
  header .sp {
    display: block;
    text-align: center;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  html, body {
    font-size: 14px;
  }
  .container {
    background-size: 80%;
  }
  header h1 {
    padding: 1rem 0;
  }
  header .sp {
    max-width: 200px;
    margin: 1rem auto 1.5rem;
  }
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .contents {
    margin: 30px 0;
  }
  .contents .ttl {
    margin-top: 90px;
    margin-bottom: 30px;
  }
  .contents .wrap .inner {
    padding: 20px;
  }
  .contents .wrap .col {
    margin-bottom: 25px;
  }
  .contents .wrap .col .comment {
    padding: .75em 1em;
  }
  .contents .wrap .col .comment p {
    font-size: 13px;
  }
  .contents .wrap .col .comment span {
    font-size: 12px;
    margin-top: .5rem;
  }
  .contents .wrap .col .icon {
    width: 70px;
  }
  .contents .wrap .col .icon figure {
    width: 50px;
    margin: 0 auto .5rem;
  }
  .contents .wrap .col .icon p {
    font-size: 12px;
    text-align: center;
    line-height: 1.4;
    padding: .25em 1em;
  }
  .contents .wrap .col h1 {
    font-size: 18px;
  }
  .contents .wrap .col .btn {
    font-size: 20px;
  }
  .contents .online {
    margin: 20px auto;
    padding: 1rem;
  }
  .report {
    margin: 15px 0 50px;
  }
  .report .ttl {
    margin-bottom: 60px;
  }
  .report .icon {
    max-width: 110px;
    margin: auto;
  }
  .report .icon figure {
    width: 60px;
    margin: 0 auto;
  }
  .report .icon p {
    font-size: 14px;
    text-align: center;
    margin-top: .75em;
  }
  .report .inner {
    padding: 1.5em 1rem;
    border-radius: 1em;
  }
  .report .inner dt {
    padding: .5em 1em;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
  .report .inner dd {
    padding: 1em;
    line-height: 1.5;
  }
  .report .return a {
    font-size: 16px;
  }
}
/*# sourceMappingURL=style.css.map */