@charset "UTF-8";
/* Scss Document */
@import url("stylebase.css");
@import url("menupart.css");
@import url("footer.css");
body {
  background-color: #99CCDF;
}

.max-width {
  display: block;
  max-width: 1366px;
  margin: 0 auto;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  .max-width {
    padding: 2rem 1rem;
  }
}
@media screen and (min-width: 500px) {
  .max-width {
    padding: 3rem 2rem;
  }
}

.contentsbox {
  width: 100%;
  max-width: 1366px;
  height: auto;
  padding: 4px;
  background-color: #F5F6E3;
  border-radius: 20px;
}
.contentsbox .dashedbox {
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 2px dashed #979797;
  text-align: center;
  padding: 4rem 1rem;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  .contentsbox .dashedbox {
    padding: 2rem 1rem;
  }
}
@media screen and (min-width: 500px) {
  .contentsbox .dashedbox {
    padding: 3rem 1rem;
  }
}
@media screen and (min-width: 768px) {
  .contentsbox .dashedbox {
    padding: 6rem 1rem;
  }
}

#top .imgbox {
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 100;
  width: 100%;
  height: auto;
}
#top .imgbox .circle {
  margin: auto;
  width: 90%;
  position: absolute;
  top: -1rem;
  left: 0;
  right: 0;
  background: #6EB0C9;
  border-radius: 100% 100% 100% 100%;
}
#top .imgbox .circle:before {
  content: "";
  display: block;
  padding-top: 100%; /* 高さを幅の75%に固定 */
}
#top .imgbox .textbox {
  padding-top: 70px;
  position: relative;
  z-index: 200;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  font-style: normal;
}
#top .imgbox .textbox h1 {
  font-family: ta-f1blockline;
  display: inline-block;
  color: #F9F9F9;
  margin: 0;
  font-weight: 400;
  text-align: left;
  line-height: 1.2;
}
#top .imgbox .textbox h1 .br:after {
  content: "\a";
  white-space: pre;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #top .imgbox .textbox h1 {
    font-size: 2.2em;
  }
}
@media screen and (min-width: 414px) {
  #top .imgbox .textbox h1 {
    font-size: 3em;
  }
}
@media screen and (min-width: 500px) {
  #top .imgbox .textbox h1 {
    font-size: 3.5em;
  }
}
@media screen and (min-width: 768px) {
  #top .imgbox .textbox h1 {
    font-size: 4em;
  }
}
@media screen and (min-width: 1024px) {
  #top .imgbox .textbox h1 {
    font-size: 4.5em;
  }
}
#top .imgbox .textbox h1 .second {
  margin-left: 4rem;
}
#top .imgbox .textbox .box01 {
  width: 100%;
  letter-spacing: -1em;
}
#top .imgbox .textbox .box01 ul {
  letter-spacing: normal;
  margin: 0;
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
  list-style: none;
  color: #F9F9F9;
  font-size: 1.5em;
  font-weight: 900;
  padding-left: 0;
  text-align: center;
  /*.font{
      font-family: ryo-text-plusn;
  }*/
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #top .imgbox .textbox .box01 ul {
    padding-bottom: 1rem;
    font-size: 0.9em;
    width: 60%;
  }
}
@media screen and (min-width: 414px) {
  #top .imgbox .textbox .box01 ul {
    padding-bottom: 1.5rem;
    font-size: 1.1em;
    width: 60%;
  }
}
@media screen and (min-width: 500px) {
  #top .imgbox .textbox .box01 ul {
    padding-bottom: 3.5rem;
    font-size: 1.2em;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  #top .imgbox .textbox .box01 ul {
    padding-bottom: 5rem;
    font-size: 1.5em;
    width: 50%;
  }
}
#top .imgbox .textbox .box01 ul li {
  margin: 0;
}
#top .imgbox .textbox .box01 p {
  font-size: 0;
  display: inline-block;
  vertical-align: bottom;
  width: 25%;
  max-width: 180px;
  margin: 0;
  height: auto;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #top .imgbox .textbox .box01 p {
    width: 20%;
  }
}
@media screen and (min-width: 414px) {
  #top .imgbox .textbox .box01 p {
    width: 20%;
  }
}
@media screen and (min-width: 500px) {
  #top .imgbox .textbox .box01 p {
    width: 25%;
  }
}
#top .imgbox .textbox .box01 p img {
  width: 100%;
}

.caption {
  color: #6EB0C9;
  text-shadow: 2px 2px 0 #FFF456;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  .caption {
    font-size: 1.4em;
  }
  .caption .br:after {
    content: "\a";
    white-space: pre;
  }
}
@media screen and (min-width: 500px) {
  .caption {
    font-size: 1.5em;
  }
  .caption .br:after {
    content: "";
    white-space: normal;
  }
}
@media screen and (min-width: 768px) {
  .caption {
    font-size: 2em;
  }
}

#description {
  color: #3D89A5;
}
#description .box01 {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  #description .box01 {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #description .box01 p {
    text-align: left;
    margin: 0;
    font-size: 1em;
  }
}
@media screen and (min-width: 500px) {
  #description .box01 p {
    text-align: center;
    font-size: 1.1em;
    line-height: 2;
  }
  #description .box01 p .br:after {
    content: "\a";
    white-space: pre;
  }
}
@media screen and (min-width: 768px) {
  #description .box01 p {
    font-size: 1.2em;
    line-height: 3;
  }
}
#description .box01 .circlebox {
  margin: 4rem auto;
}
#description .box01 .circlebox .circlesymbol {
  border-radius: 100px;
  background-color: rgba(254, 244, 114, 0.7);
  width: 1.2em;
  height: 1.2em;
  margin: 0 2rem;
  display: inline-block;
}
#description .box01 .circlebox:after, #description .box01 .circlebox:before {
  content: "";
  border-radius: 100px;
  background-color: rgba(254, 244, 114, 0.7);
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
}
#description .box02 {
  letter-spacing: -1em;
}
#description .decoration {
  letter-spacing: normal;
  display: table;
  position: relative;
  width: auto;
  height: auto;
  margin: 2rem auto;
  padding: 4px;
  background-color: #FFF7B4;
  box-shadow: 4px 4px rgba(0, 0, 0, 0.1);
}
#description .decoration h2 {
  margin: 0;
  display: inline-block;
  padding: 0.3rem 1rem;
  border: 1px dashed #979797;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #description .decoration h2 {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 414px) {
  #description .decoration h2 {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 500px) {
  #description .decoration h2 {
    font-size: 1.4em;
  }
}
#description .decoration p {
  position: absolute;
  top: -60%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #description .decoration p {
    width: 25px;
    height: auto;
    top: -15px;
  }
}
#description .decoration p img {
  width: 100%;
}
#description .separatebox01, #description .separatebox02 {
  vertical-align: top;
  letter-spacing: normal;
  display: inline-block;
  width: 50%;
  padding: 2rem;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #description .separatebox01, #description .separatebox02 {
    display: block;
    width: 100%;
    padding: 0 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  #description .separatebox01, #description .separatebox02 {
    display: inline-block;
    width: 50%;
    padding: 1rem 3rem 2rem;
  }
}
@media screen and (min-width: 1024px) {
  #description .separatebox01, #description .separatebox02 {
    padding: 2rem 4rem;
  }
}
#description .separatebox01 .iconbox, #description .separatebox02 .iconbox {
  margin: 4rem auto;
  letter-spacing: -1rem;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #description .separatebox01 .iconbox, #description .separatebox02 .iconbox {
    margin: 4rem auto;
  }
  #description .separatebox01 .iconbox:nth-child(1), #description .separatebox02 .iconbox:nth-child(1) {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #description .separatebox01 .iconbox:nth-child(1), #description .separatebox02 .iconbox:nth-child(1) {
    margin-top: 0;
  }
}
#description .separatebox01 .iconbox p, #description .separatebox02 .iconbox p {
  display: inline-block;
}
#description .separatebox01 .iconbox .text, #description .separatebox02 .iconbox .text {
  letter-spacing: normal;
  margin: auto;
  display: inline-block;
  color: #F9F9F9;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  width: 60%;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #description .separatebox01 .iconbox .text, #description .separatebox02 .iconbox .text {
    width: 100%;
    display: block;
    background-color: #6EB0C9;
    border-radius: 15px;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 500px) {
  #description .separatebox01 .iconbox .text, #description .separatebox02 .iconbox .text {
    max-width: 350px;
    font-size: 1.1em;
  }
}
@media screen and (min-width: 768px) {
  #description .separatebox01 .iconbox .text, #description .separatebox02 .iconbox .text {
    width: 80%;
    display: inline-block;
    background-color: none;
    padding: 0;
    font-size: 1.1em;
  }
  #description .separatebox01 .iconbox .text:after, #description .separatebox02 .iconbox .text:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: -10%;
    left: -15%;
    right: 0;
    bottom: 0;
    width: 130%;
    height: 120%;
    border-radius: 20px;
    background-color: #6EB0C9;
  }
}
#description .separatebox01 .iconbox .img, #description .separatebox02 .iconbox .img {
  position: relative;
  z-index: 100;
  display: inline-block;
  vertical-align: middle;
  margin: auto;
  width: 20%;
  height: auto;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #description .separatebox01 .iconbox .img, #description .separatebox02 .iconbox .img {
    display: block;
    width: 30%;
    max-width: 100px;
  }
}
@media screen and (min-width: 768px) {
  #description .separatebox01 .iconbox .img, #description .separatebox02 .iconbox .img {
    display: inline-block;
    width: 20%;
  }
}
#description .separatebox01 .iconbox .img img, #description .separatebox02 .iconbox .img img {
  width: 100%;
}
#description .separatebox02 p {
  text-align: left;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  #description .separatebox02 p {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 1024px) {
  #description .separatebox02 p {
    font-size: 1.2em;
  }
}
#description .separatebox02 p:nth-child(1) {
  margin-top: 0rem;
}
#description .separatebox02 p:nth-child(3) {
  margin-bottom: 4rem;
}
#description ul {
  letter-spacing: normal;
  list-style: none;
  padding: 0;
}
#description ul li {
  font-weight: 600;
  padding: 0.8rem 0.5rem;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #description ul li {
    line-height: 1.3;
  }
  #description ul li .br:after {
    content: "\a";
    white-space: pre;
  }
}
@media screen and (min-width: 500px) {
  #description ul li .br:after {
    content: "";
    white-space: normal;
  }
}
@media screen and (min-width: 768px) {
  #description ul li {
    font-size: 1.3em;
  }
}

#price {
  margin-top: 4rem;
  color: #3D89A5;
}
#price .calc {
  text-align: center;
}
#price .calc p {
  font-size: 1.5em;
  font-weight: 600;
  display: inline-block;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #price .calc p {
    display: block;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (min-width: 500px) {
  #price .calc p {
    display: inline-block;
  }
}
#price .calc .square, #price .calc .circle {
  width: 130px;
  height: 130px;
  line-height: 130px;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #price .calc .square, #price .calc .circle {
    width: 130px;
    height: 70px;
    line-height: 70px;
    font-size: 1.2em;
  }
}
@media screen and (min-width: 500px) {
  #price .calc .square, #price .calc .circle {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}
@media screen and (min-width: 768px) {
  #price .calc .square, #price .calc .circle {
    width: 130px;
    height: 130px;
    line-height: 130px;
  }
}
#price .calc .square {
  background-color: #6EB0C9;
  color: #F9F9F9;
  border-radius: 10px;
}
#price .calc .circle {
  background-color: #FFF7B4;
  border-radius: 100px;
}
#price .calc .symbol {
  font-weight: bold;
  font-size: 1.8em;
  color: #FFA082;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #price .calc .symbol {
    transform: rotate(90deg);
  }
}
@media screen and (min-width: 500px) {
  #price .calc .symbol {
    transform: rotate(0deg);
  }
}
#price .textbox {
  margin: 6rem auto 0;
  letter-spacing: -1em;
  max-width: 768px;
}
#price .textbox p {
  letter-spacing: normal;
  font-size: 1em;
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #price .textbox p {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #price .textbox p {
    display: inline-block;
    width: 33%;
  }
}
#price .textbox p .red {
  color: #FF8282;
}
#price .textbox p .text-deco {
  text-decoration: line-through;
}
#price .textbox p .text-big {
  font-size: 1.1em;
}
#price .supportrange .imgbox {
  margin-top: 8rem;
  position: relative;
  text-align: center;
}
#price .supportrange .imgbox .balloon {
  display: table;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  font-size: 1.3em;
  font-weight: 600;
  color: #6EB0C9;
  padding: 0 2rem 0.5rem;
  border-radius: 0 0 15px 15px;
  background-color: #F9F9F9;
}
#price .supportrange .imgbox img {
  width: 50%;
  height: auto;
  border-radius: 15px;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #price .supportrange .imgbox img {
    width: 90%;
    max-width: 400px;
  }
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #price .supportrange .imgbox .br:after {
    content: "\a";
    white-space: pre;
  }
}
@media screen and (min-width: 414px) {
  #price .supportrange .imgbox .br:after {
    content: "";
    white-space: normal;
  }
}

#contact {
  margin-top: 4rem;
  margin-bottom: 4rem;
  color: #3D89A5;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #contact .tell {
    margin-bottom: 2rem;
  }
}
#contact .tell p {
  display: inline-block;
  vertical-align: middle;
  width: 10%;
  max-width: 45px;
  height: auto;
  padding-top: 10px;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #contact .tell p {
    width: 20px;
  }
}
@media screen and (min-width: 414px) {
  #contact .tell p {
    width: 30px;
  }
}
#contact .tell a {
  display: inline-block;
  text-decoration: none;
  color: #FF8282;
  font-family: ryo-text-plusn;
  font-weight: 600;
  font-style: normal;
  vertical-align: middle;
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #contact .tell a {
    font-size: 2em;
  }
}
@media screen and (min-width: 414px) {
  #contact .tell a {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 768px) {
  #contact .tell a {
    font-size: 4em;
  }
}
@media screen and (min-width: 320px), screen and (max-width: 319px) {
  #contact p .br:after {
    content: "\a";
    white-space: pre;
  }
  #contact p:nth-child(4) {
    font-size: 0.9em;
    margin: 1rem auto;
  }
}
@media screen and (min-width: 414px) {
  #contact p:nth-child(5) .br:after {
    content: "";
    white-space: normal;
  }
}
@media screen and (min-width: 768px) {
  #contact p:nth-child(3) .br:after {
    content: "";
    white-space: normal;
  }
}/*# sourceMappingURL=learn.css.map */