@charset "UTF-8";
header {
  position: relative;
}

header h1 {
  background-color: #001a32;
}

header h1 img {
  width: unset;
}

header h1 img:nth-child(1) {
  display: block;
  margin: 0 auto;
  padding: 25px 0;
}

header h1 img:nth-child(2) {
  display: none;
}

@media screen and (max-width: 670px) {
  header h1 img:nth-child(1) {
    display: none;
  }
  header h1 img:nth-child(2) {
    display: block;
    margin: 0 auto;
    padding: 15px 0;
  }
}

.first-view img.FV-sp {
  display: none;
}

@media screen and (max-width: 670px) {
  .first-view img.FV-pc {
    display: none;
  }
  .first-view img.FV-sp {
    display: block;
  }
}

.cta1 {
  text-align: center;
  background-color: #f5efef;
  position: relative;
}

.cta1 .container {
  padding: 50px 0;
  background-color: white;
  -webkit-box-shadow: 35px 0px 35px rgba(0, 0, 0, 0.5);
          box-shadow: 35px 0px 35px rgba(0, 0, 0, 0.5);
}

.cta1 .container h2 {
  font-size: 48px;
  padding-bottom: 30px;
  line-height: 1.5;
}

.cta1 .container a {
  background: -webkit-gradient(linear, left top, left bottom, from(#05860e), to(#86ec7f));
  background: linear-gradient(#05860e, #86ec7f);
  color: #f9efbc;
  border-radius: 10px;
  padding: 20px 30px;
  font-size: 48px;
  text-shadow: 1px 1px 2px black, 1px -1px 2px black, -1px 1px 2px black, -1px -1px 2px black;
  font-weight: bold;
  position: relative;
}

.cta1 .container a:hover {
  opacity: 1;
}

.cta1 .container a .cta-btn-text {
  display: inline-block;
}

.cta1 .container a .cta-btn-text p {
  z-index: 2;
  position: relative;
}

.cta1 .container a .cta-btn-text:hover::before {
  opacity: 0;
}

.cta1 .container a .cta-btn-text::before {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#86ec7f), to(#05860e));
  background: linear-gradient(#86ec7f, #05860e);
  display: inline-block;
  -webkit-transition: .5s;
  transition: .5s;
}

.cta1::before {
  position: absolute;
  top: 20%;
  left: calc(50% - 320px);
  content: "";
  width: 4px;
  height: 140px;
  display: inline-block;
  background-color: #facc22;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}

.cta1::after {
  position: absolute;
  top: 20%;
  right: calc(50% - 320px);
  content: "";
  width: 4px;
  height: 140px;
  display: inline-block;
  background-color: #facc22;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

@media screen and (max-width: 670px) {
  .cta1 .container {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 22px 0;
  }
  .cta1 .container h2 {
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 20px;
  }
  .cta1 .container a {
    font-size: 24px;
    width: 89%;
    display: inline-block;
    padding: 10px 0px;
  }
  .cta1::before {
    top: 15%;
    left: calc(50% - 120px);
    content: "";
    width: 3px;
    height: 50px;
  }
  .cta1::after {
    top: 15%;
    right: calc(50% - 120px);
    content: "";
    width: 3px;
    height: 50px;
  }
}

.cta2 {
  text-align: center;
  background-color: #f5efef;
  position: relative;
}

.cta2 .container {
  padding: 50px 0;
  background-color: white;
  -webkit-box-shadow: 35px 0px 35px rgba(0, 0, 0, 0.5);
          box-shadow: 35px 0px 35px rgba(0, 0, 0, 0.5);
}

.cta2 .container h2 {
  font-size: 48px;
  padding-bottom: 30px;
  line-height: 1.5;
}

.cta2 .container a {
  background: -webkit-gradient(linear, left top, left bottom, from(#05860e), to(#86ec7f));
  background: linear-gradient(#05860e, #86ec7f);
  color: #f9efbc;
  border-radius: 10px;
  padding: 20px 30px;
  font-size: 48px;
  text-shadow: 1px 1px 2px black, 1px -1px 2px black, -1px 1px 2px black, -1px -1px 2px black;
  font-weight: bold;
  position: relative;
}

.cta2 .container a:hover {
  opacity: 1;
}

.cta2 .container a .cta-btn-text {
  display: inline-block;
}

.cta2 .container a .cta-btn-text p {
  z-index: 2;
  position: relative;
}

.cta2 .container a .cta-btn-text:hover::before {
  opacity: 0;
}

.cta2 .container a .cta-btn-text::before {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#86ec7f), to(#05860e));
  background: linear-gradient(#86ec7f, #05860e);
  display: inline-block;
  -webkit-transition: .5s;
  transition: .5s;
}

.cta2::before {
  position: absolute;
  top: 20%;
  left: calc(50% - 410px);
  content: "";
  width: 4px;
  height: 140px;
  display: inline-block;
  background-color: #facc22;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}

.cta2::after {
  position: absolute;
  top: 20%;
  right: calc(50% - 410px);
  content: "";
  width: 4px;
  height: 140px;
  display: inline-block;
  background-color: #facc22;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

@media screen and (max-width: 670px) {
  .cta2 .container {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 22px 0 30px;
  }
  .cta2 .container h2 {
    font-size: 16px;
    line-height: 1.5;
  }
  .cta2 .container a {
    font-size: 24px;
    width: 89%;
    display: inline-block;
    padding: 10px 0px;
  }
  .cta2::before {
    top: 15%;
    left: calc(50% - 150px);
    content: "";
    width: 3px;
    height: 50px;
  }
  .cta2::after {
    top: 15%;
    right: calc(50% - 150px);
    content: "";
    width: 3px;
    height: 50px;
  }
}

.fact {
  background-image: url(../img/fact-bg-pc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 90px 0 120px;
  text-align: center;
}

.fact h2 {
  margin-bottom: 75px;
}

.fact h2 img {
  width: unset;
}

.fact h2 img.fact-heading-sp {
  display: none;
}

.fact .fact-content img {
  width: unset;
}

.fact .fact-content img.fact-content-sp {
  display: none;
}

@media screen and (max-width: 670px) {
  .fact {
    background-image: url(../img/fact-bg-sp.png);
    padding: 45px 0 60px;
  }
  .fact h2 {
    margin-bottom: 25px;
  }
  .fact h2 img.fact-heading-pc {
    display: none;
  }
  .fact h2 img.fact-heading-sp {
    display: block;
    margin: 0 auto;
  }
  .fact .fact-content img.fact-content-pc {
    display: none;
  }
  .fact .fact-content img.fact-content-sp {
    display: block;
    margin: 0 auto;
  }
}

.problem {
  background-image: url(../img/problem-bg-pc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
}

.problem h2 {
  margin-bottom: 75px;
}

.problem h2 img {
  width: unset;
}

.problem h2 img.problem-heading-sp {
  display: none;
}

.problem .problem-content {
  text-align: center;
}

.problem .problem-content img {
  width: unset;
}

.problem .problem-content img.problem-content-sp {
  display: none;
}

@media screen and (max-width: 670px) {
  .problem {
    background-image: url(../img/problem-bg-sp.png);
    padding: 50px 0 80px;
  }
  .problem h2 {
    margin-bottom: 25px;
  }
  .problem h2 img.problem-heading-pc {
    display: none;
  }
  .problem h2 img.problem-heading-sp {
    display: block;
    margin: 0 auto;
  }
  .problem .problem-content img.problem-content-pc {
    display: none;
  }
  .problem .problem-content img.problem-content-sp {
    display: block;
    margin: 0 auto;
  }
}

.worries {
  background-image: url(../img/worries-bg-pc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 90px 0 120px;
  margin-bottom: 50px;
}

.worries .container h2 {
  margin-bottom: 90px;
}

.worries .container h2 img {
  width: unset;
  margin: 0 auto;
}

.worries .container h2 img.worries-heading-sp {
  display: none;
}

.worries .container ul {
  width: 75%;
  margin: 0 auto;
}

.worries .container ul li {
  font-weight: bold;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.worries .container ul li img {
  width: 40px;
  height: 40px;
  margin-right: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 670px) {
  .worries {
    background-image: url(../img/worries-bg-sp.png);
    padding: 25px 0 20px;
    margin-bottom: 25px;
  }
  .worries .container {
    width: 90%;
  }
  .worries .container h2 {
    margin-bottom: 20px;
  }
  .worries .container h2 img.worries-heading-pc {
    display: none;
  }
  .worries .container h2 img.worries-heading-sp {
    display: block;
  }
  .worries .container ul {
    width: 100%;
  }
  .worries .container ul li {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .worries .container ul li img {
    width: 20px;
    height: 25px;
    margin-right: 15px;
  }
  .worries .container ul li p {
    line-height: 1.2;
  }
}

.solution .solution-top {
  background-image: url(../img/solution-bg-pc.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.solution .solution-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}

.solution .solution-top .container .solution-top-text {
  position: absolute;
  left: 0;
  top: 25%;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}

.solution .solution-top .container .solution-top-text h3 {
  margin-bottom: 20px;
}

.solution .solution-top .container .solution-top-text h3 img {
  width: unset;
  margin: 0 auto;
}

.solution .solution-top .container .solution-top-text h3 img.solution-heading-sp {
  display: none;
}

.solution .solution-top .container .solution-top-text p img {
  width: unset;
  margin: 0 auto;
}

.solution .solution-top .container .solution-top-text p img.solution-content-sp {
  display: none;
}

.solution .solution-bottom {
  text-align: center;
  background-color: #e1e0e0;
  padding: 80px 0;
}

.solution .solution-bottom p {
  line-height: 1.3;
  font-size: 30px;
  font-weight: bold;
}

@media screen and (max-width: 670px) {
  .solution h2 {
    padding: 10px 0;
  }
  .solution .solution-top {
    background-image: url(../img/solution-bg-sp.png);
  }
  .solution .solution-top .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .solution .solution-top .container .solution-top-text {
    position: relative;
    margin: 40px 0 0;
    text-align: center;
  }
  .solution .solution-top .container .solution-top-text h3 {
    margin-bottom: 9px;
  }
  .solution .solution-top .container .solution-top-text h3 img.solution-heading-pc {
    display: none;
  }
  .solution .solution-top .container .solution-top-text h3 img.solution-heading-sp {
    display: block;
    margin: 0 auto;
  }
  .solution .solution-top .container .solution-top-text p img.solution-content-pc {
    display: none;
  }
  .solution .solution-top .container .solution-top-text p img.solution-content-sp {
    display: block;
    margin: 0 auto;
  }
  .solution .solution-top .container .solution-top-image {
    width: 70%;
    margin-left: auto;
    margin-top: -60px;
    margin-right: 10px;
  }
  .solution .solution-bottom {
    padding: 40px 0;
  }
  .solution .solution-bottom p {
    line-height: 1.3;
    font-size: 18px;
  }
}

.contents h2 {
  border-bottom: 2px #001a32 splod;
}

.contents .contents-triangle img {
  display: block;
  width: 20.8%;
  margin: 0 auto;
}

.contents .container {
  padding: 70px 0 120px;
}

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

.contents .container ul li {
  width: 32%;
}

.contents .container ul li img {
  width: 90%;
  margin: 0 auto;
  display: block;
}

.contents .container ul li h3 {
  text-align: center;
  line-height: 1.2;
  font-size: 28px;
  margin: 20px 0;
}

.contents .container ul li p {
  line-height: 1.25;
  font-weight: bold;
}

@media screen and (max-width: 670px) {
  .contents h2 {
    padding: 10px 0;
  }
  .contents .container {
    padding: 20px 0;
  }
  .contents .container ul li {
    width: 90%;
    margin: 0 auto 40px;
  }
  .contents .container ul li h3 {
    font-size: 18px;
    margin: 0px 0 20px;
  }
  .contents .container ul li p {
    font-size: 16px;
  }
}

.reviews .reviews-title {
  background-color: #001a32;
  padding: 10px 0;
}

.reviews .reviews-title h2 {
  color: white;
  font-size: 44px;
  font-weight: bold;
  border-top: 5px white double;
  border-bottom: 5px white double;
  height: 70px;
  line-height: 70px;
}

.reviews .reviews-contents {
  background-image: url(../img/reviews-bg-pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.reviews .reviews-contents .container ul {
  padding: 140px 0 120px;
}

.reviews .reviews-contents .container ul li {
  background-color: white;
  margin: 0 0 70px;
  padding: 46px 50px 35px;
}

.reviews .reviews-contents .container ul li h3 {
  font-size: 30px;
  margin-bottom: 30px;
}

.reviews .reviews-contents .container ul li p {
  line-height: 1.25;
}

@media screen and (max-width: 670px) {
  .reviews .reviews-title h2 {
    font-size: 28px;
    line-height: 1.2;
    padding: 5px 0;
  }
  .reviews .reviews-contents {
    background-image: url(../img/reviews-bg-sp.png);
  }
  .reviews .reviews-contents .container ul {
    padding: 30px 0;
    width: 90%;
    margin: 0 auto;
  }
  .reviews .reviews-contents .container ul li {
    padding: 20px 10px;
    margin: 0 0 50px;
  }
  .reviews .reviews-contents .container ul li h3 {
    font-size: 17px;
    text-align: center;
    margin-bottom: 20px;
  }
  .reviews .reviews-contents .container ul li p {
    font-size: 15px;
  }
  .reviews .reviews-contents .container ul li:nth-child(5) h3 {
    letter-spacing: -0.5px;
  }
}

.teacher .container ul {
  padding: 140px 0 0;
}

.teacher .container ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}

.teacher .container ul li .teacher-left {
  width: 30%;
}

.teacher .container ul li .teacher-left .teacher-image1 {
  text-align: center;
}

.teacher .container ul li .teacher-left .teacher-image1 img.teacher2-img {
  width: 70%;
  margin: 0 auto;
}

.teacher .container ul li .teacher-left .teacher-image2 {
  text-align: center;
  margin-top: 10px;
}

.teacher .container ul li .teacher-left .teacher-image2 img {
  width: 25%;
  margin: 0 auto;
}

.teacher .container ul li .teacher-left .teacher-image2 p {
  font-size: 15px;
  line-height: 1.11;
  font-weight: bold;
}

.teacher .container ul li .teacher-right {
  width: 65%;
}

.teacher .container ul li .teacher-right .teacher-name {
  margin-bottom: 30px;
}

.teacher .container ul li .teacher-right .teacher-name h3 {
  font-size: 44px;
  line-height: 1.09;
}

.teacher .container ul li .teacher-right .teacher-name p {
  font-size: 30px;
  line-height: 1.6;
}

.teacher .container ul li .teacher-right .teacher-details p {
  line-height: 1.375;
  font-weight: bold;
}

.teacher .container ul li .teacher-right .teacher-image-bottom-sp {
  display: none;
}

@media screen and (max-width: 670px) {
  .teacher .container ul {
    padding: 50px 0 0;
  }
  .teacher .container ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
  .teacher .container ul li .teacher-left {
    width: 80%;
    margin: 0 auto 20px;
  }
  .teacher .container ul li .teacher-left .teacher-image1 {
    width: 75%;
    margin: 0 auto;
  }
  .teacher .container ul li .teacher-left .teacher-image1 img.teacher2-img {
    width: 100%;
  }
  .teacher .container ul li .teacher-left .teacher-image2 {
    display: none;
  }
  .teacher .container ul li .teacher-right {
    width: 80%;
    margin: 0 auto;
  }
  .teacher .container ul li .teacher-right .teacher-name {
    width: 91%;
    margin: 0 auto 15px;
  }
  .teacher .container ul li .teacher-right .teacher-name h3 {
    font-size: 18px;
  }
  .teacher .container ul li .teacher-right .teacher-name p {
    font-size: 18px;
  }
  .teacher .container ul li .teacher-right .teacher-details p {
    font-size: 16px;
    line-height: 1.25;
  }
  .teacher .container ul li .teacher-right .teacher-image-bottom-sp {
    display: block;
    margin-top: 20px;
  }
  .teacher .container ul li .teacher-right .teacher-image-bottom-sp img {
    width: 27%;
    display: block;
    margin: 0 auto;
  }
  .teacher .container ul li .teacher-right .teacher-image-bottom-sp p {
    font-size: 15px;
    text-align: center;
    line-height: 1.11;
    margin-top: 10px;
  }
}

.program {
  background-image: url(../img/program-bg-pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-weight: bold;
}

.program .container {
  margin: 100px auto 80px;
  padding: 30px 0 50px;
  background-color: #fff;
}

.program .container ul {
  width: 78%;
  margin: 0 auto;
  padding: 0px 0 30px;
}

.program .container ul li {
  margin-top: 40px;
}

.program .container ul li .program-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.program .container ul li .program-title h3 {
  background-color: #fe4100;
  color: white;
  height: 66px;
  line-height: 66px;
  padding: 0 20px;
  margin-right: 20px;
}

.program .container ul li .program-title p {
  line-height: 1.11;
  font-size: 30px;
}

.program .container ul li .program-title p span.small {
  font-size: 24px;
}

.program .container ul li .program-feature {
  margin-top: 10px;
}

.program .container .caution {
  width: 78%;
  margin: 0 auto;
}

.program .container .caution p {
  font-size: 18px;
  line-height: 1.11;
}

@media screen and (max-width: 670px) {
  .program .container {
    margin: 50px auto;
    width: 90%;
    padding: 1px 0 50px;
  }
  .program .container ul {
    padding-bottom: 0;
    padding-top: 10px;
    width: 87%;
  }
  .program .container ul li .program-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .program .container ul li .program-title h3 {
    font-size: 18px;
    line-height: unset;
    height: auto;
    width: 160px;
    padding: 0;
    margin: 0 auto 15px;
    text-align: center;
  }
  .program .container ul li .program-title p {
    font-size: 18px;
    letter-spacing: -1px;
  }
  .program .container ul li .program-title p span.small {
    font-size: 18px;
  }
  .program .container ul li .program-teacher {
    margin-bottom: 20px;
  }
  .program .container ul li .program-teacher p {
    font-size: 16px;
    line-height: 1.25;
  }
  .program .container ul li .program-feature p {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 20px;
  }
  .program .container .caution {
    width: 87%;
  }
  .program .container .caution p {
    font-size: 12px;
  }
}

.faq .container ul {
  padding: 70px 0 80px;
}

.faq .container ul li {
  margin: 50px 0 0;
  font-weight: bold;
}

.faq .container ul li .faq-question {
  background-color: #c2d9e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faq .container ul li .faq-question .q-mark {
  font-size: 44px;
  margin-left: 50px;
}

.faq .container ul li .faq-question p {
  line-height: 88px;
}

.faq .container ul li .faq-answer {
  background-color: #f0dce2;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
}

.faq .container ul li .faq-answer .a-mark {
  font-size: 44px;
  margin-left: 50px;
}

.faq .container ul li .faq-answer p.one-row {
  line-height: 88px;
}

@media screen and (max-width: 670px) {
  .faq .container {
    max-width: 335px;
  }
  .faq .container ul {
    padding: 0px 0 30px;
  }
  .faq .container ul li {
    margin: 30px 0 0;
  }
  .faq .container ul li .faq-question .q-mark {
    font-size: 34px;
    margin-left: 5px;
  }
  .faq .container ul li .faq-question p {
    line-height: unset;
    font-size: 13px;
    position: relative;
    top: 19px;
    line-height: 1.28;
    height: 50px;
  }
  .faq .container ul li .faq-answer {
    background-color: #f0dce2;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .faq .container ul li .faq-answer .a-mark {
    font-size: 34px;
    margin-left: 5px;
  }
  .faq .container ul li .faq-answer p {
    font-size: 13px;
    line-height: unset;
    line-height: 1.28;
    height: 50px;
    position: relative;
    top: 10px;
  }
  .faq .container ul li .faq-answer p.one-row {
    line-height: unset;
  }
  .faq .container ul li:nth-child(2) .faq-answer p {
    top: 2px;
  }
}

.last-message {
  background-image: url(../img/last-massege-bg-pc.png);
  background-repeat: no-repeat;
  padding: 70px 0 120px;
  background-position: center;
  background-size: cover;
}

.last-message h2 {
  margin-bottom: 35px;
}

.last-message h2 img {
  width: unset;
}

.last-message h2 img.last-message-heading-sp {
  display: none;
}

.last-message .last-message-content {
  text-align: center;
}

.last-message .last-message-content img {
  width: unset;
}

.last-message .last-message-content img.last-message-content-sp {
  display: none;
}

@media screen and (max-width: 670px) {
  .last-message {
    background-image: url(../img/last-message-bg-sp.png);
    padding: 20px 0 30px;
  }
  .last-message h2 {
    margin-bottom: 17px;
  }
  .last-message h2 img.last-message-heading-pc {
    display: none;
  }
  .last-message h2 img.last-message-heading-sp {
    display: block;
    margin: 0 auto;
  }
  .last-message .last-message-content img.last-message-content-pc {
    display: none;
  }
  .last-message .last-message-content img.last-message-content-sp {
    display: block;
    margin: 0 auto;
  }
}

footer {
  background-color: #001b32;
  color: white;
  text-align: center;
  padding: 60px 0;
}

footer ul.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer ul.footer-info li {
  margin: 0 10px;
}

footer ul.footer-info li a {
  color: white;
  font-size: 18px;
}

@media screen and (max-width: 670px) {
  footer {
    padding: 30px 0;
  }
  footer ul.footer-info li {
    margin: 0 10px;
  }
  footer ul.footer-info li a {
    color: white;
    font-size: 10px;
  }
  footer .social-area-syncer ul.social-button-syncer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .social-area-syncer ul.social-button-syncer li {
    width: 50%;
    margin: 0;
  }
}

/*以下SNSシェアのスタイル*/
.social-area-syncer {
  width: 100%;
  min-height: 190px;
  padding: 0px 0;
}

/* デスクトップPCでは高さを拡張する */
@media screen and (min-width: 671px) {
  .social-area-syncer {
    min-height: 119px;
  }
}

/* スマホ */
ul.social-button-syncer {
  margin: 24px auto;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* デスクトップ */
@media screen and (min-width: 671px) {
  ul.social-button-syncer {
    width: 320px;
  }
}

ul.social-button-syncer li {
  text-align: center;
  height: 71px;
  margin: 0 8px;
  padding: 0;
}

/* [Twitter] */
.sc-tw a {
  height: 56px;
  margin: 0 auto;
  padding-top: 6px;
  display: block;
  background: #1B95E0;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: .5px;
  border-radius: 2px;
}

.sc-tw a:hover {
  color: #fff;
  background: #0c7abf;
}

.sc-tw span:before {
  white-space: pre;
  content: '\A';
}

/* [Facebook] */
.sc-fb {
  z-index: 99;
}

/* [LINE] */
.sc-li {
  width: 50px;
}

.sc-li-img {
  border: none;
  margin: 0 auto;
  padding: 0;
  width: 60px;
  height: 60px;
}

/* デスクトップPCではLINEボタンを表示しない */
@media screen and (min-width: 671px) {
  .sc-li {
    display: none;
  }
}

body,
h1,
h2,
h3,
h4,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

body {
  font-size: 24px;
  font-family: a-otf-gothic-mb101-pr6n, sans-serif;
  font-weight: bold;
  font-style: normal;
}

img {
  width: 100%;
  vertical-align: middle;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  opacity: 0.7;
}

section {
  overflow: hidden;
}

.sp-br {
  display: none;
}

h2 {
  text-align: center;
}

h2.heading-navy {
  background-color: #001a32;
  color: white;
  font-size: 44px;
  font-weight: bold;
  padding: 5px 0;
}

.heading-white-edge {
  text-shadow: 3px 3px 5px white, 3px -3px 5px white, -3px 3px 5px white, -3px -3px 5px white;
  font-size: 44px;
}

.white-edge {
  text-shadow: 3px 3px 5px white, 3px -3px 5px white, -3px 3px 5px white, -3px -3px 5px white;
}

.red-text {
  color: #ff3705;
}

.container {
  max-width: 1054px;
  margin: 0 auto;
}

@media screen and (max-width: 670px) {
  .sp-br {
    display: block;
  }
  h2.heading-navy {
    font-size: 28px;
    line-height: 1.2;
    padding: 10px 0;
  }
  .heading-white-edge {
    font-size: 28px;
    letter-spacing: -1px;
  }
}

.legal ul {
  width: 84%;
  margin: 110px auto 0;
  padding-bottom: 100px;
}

.legal ul li {
  margin-bottom: 30px;
}

.legal ul li h3 {
  line-height: 1.05;
  font-size: 41px;
}

.legal ul li p {
  font-size: 41px;
}

@media screen and (max-width: 670px) {
  .legal ul {
    width: 95%;
    margin: 30px auto 0;
    padding-bottom: 30px;
  }
  .legal ul li {
    margin-bottom: 10px;
  }
  .legal ul li h3 {
    line-height: 0.9;
    font-size: 18px;
  }
  .legal ul li p {
    font-size: 16px;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
/*# sourceMappingURL=style.css.map */