html,
body {
  font-family: 'Noto Sans JP', sans-serif;
  overflow-x: hidden;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
}

a:hover {
  opacity: 0.6;
}

body {
  background-color: #FFFBC6;
  color: #583E14;
}

@media only screen and (max-width: 320px) {
  body {
    zoom: 0.93;
  }
}

.fontEn {
  font-family: 'Montserrat', sans-serif;
}

h2 {
  text-align: center;
  font-size: 46px;
  font-weight: 900;
  padding: 50px 0 20px 0;
}

@media only screen and (max-width: 800px) {
  h2 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 560px) {
  h2 {
    font-size: 24px;
    padding-top: 20px;
  }
}

h2 span {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0;
}

@media only screen and (max-width: 560px) {
  h2 span {
    font-size: 13px;
  }
}

.annotation {
  text-align: right;
  font-size: 12px;
  font-weight: 400;
}

@media screen and (min-width: 560px) {
  .br-sp {
    display: none;
  }
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 560px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

.header {
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0px 3px 30px #0000001A;
          box-shadow: 0px 3px 30px #0000001A;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1180px) {
  .header {
    height: 70px;
  }
}

.logo_area {
  padding-left: 32px;
  padding-top: 25px;
}

@media (max-width: 1180px) {
  .logo_area {
    padding-left: 15px;
    padding-top: 17px;
  }
}

@media (max-width: 1180px) {
  .logo_area img {
    width: 200px;
    height: auto;
  }
}

@media (max-width: 550px) {
  .logo_area img {
    width: 160px;
    height: auto;
  }
}

@media (max-width: 320px) {
  .logo_area img {
    width: 130px;
    height: auto;
    margin-top: 5px;
  }
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav ul {
  padding-top: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav ul li {
  margin-right: 50px;
}

nav ul li a {
  color: #DB576C;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
}

nav .contact_area a {
  display: block;
  color: #fff;
  background-color: #DB576C;
  background-image: url(../images/icon-header-mail.svg);
  background-repeat: no-repeat;
  background-position: 30px center;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 900;
  padding: 35.5px 35px 35.5px 83px;
}

@media (max-width: 1180px) {
  nav .contact_area a {
    display: none;
  }
}

.sm_area {
  display: none;
}

@media (max-width: 1180px) {
  .sm_area {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sm_area .contact_area {
    background-color: #DB576C;
    width: 85px;
    text-align: center;
  }
  .sm_area .contact_area a {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: -0.01em;
  }
  .sm_area .contact_area a img {
    display: block;
    width: 35px;
    padding-right: 3px;
    height: auto;
    margin: 15px auto 8px auto;
  }
}

@media (max-width: 1180px) {
  .hamburger {
    position: relative;
    width: 85px;
    height: 70px;
    cursor: pointer;
    text-align: center;
    background: #F8F4F4;
  }
}

.hamburger_label {
  color: #D2000F;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: -0.01em;
  margin-top: 45px;
  padding: 0 25px;
}

.hamburger span {
  position: absolute;
  display: block;
  width: 30px;
  height: 3px;
  left: 28px;
  text-align: center;
  background: #D2000F;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 15px;
}

.hamburger span:nth-child(2) {
  top: 25px;
}

.hamburger span:nth-child(3) {
  top: 35px;
}

.hamburger.active span:nth-child(1) {
  top: 28px;
  left: 27px;
  background: #D2000F;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 28px;
  background: #D2000F;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 1180px) {
  nav.globalMenuSp {
    color: #DB576C;
    text-align: center;
    width: 100%;
    display: none;
    margin-top: 70px;
    -webkit-transition: .5s;
    transition: .5s;
  }
  nav.globalMenuSp ul {
    width: 100%;
    display: block;
    background-color: #fff;
    padding-top: 0;
  }
  nav.globalMenuSp ul li {
    padding: 0 20px;
    text-align: left;
    width: 100%;
    -webkit-transition: .4s all;
    transition: .4s all;
    border-bottom: 2px solid #DB576C;
  }
  nav.globalMenuSp ul li:last-child {
    border-bottom: none;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #DB576C;
    padding: 1em 0;
    text-decoration: none;
  }
  nav.globalMenuSp.active {
    display: block;
    color: #DB576C;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
  }
}

section {
  width: 100%;
  overflow: hidden;
}

.inner {
  max-width: 960px;
  margin: auto;
}

@media only screen and (max-width: 960px) {
  .inner {
    margin: 0 5%;
  }
}

.hero {
  position: relative;
  margin: auto;
  height: 700px;
  width: 100%;
  background-image: url(../images/mv.jpg);
  background-position: center center;
  background-size: cover;
  min-width: 1024px;
}

@media only screen and (max-width: 1875px) {
  .hero {
    background-size: 1875px;
  }
}

@media only screen and (max-width: 960px) {
  .hero {
    max-height: 640px;
    min-width: 100%;
    padding: 0 1%;
    background-position: -400px center;
    background-size: 1600px;
  }
}

@media only screen and (max-width: 800px) {
  .hero {
    background-image: url(../images/mv-sm.jpg);
    background-size: cover;
    max-height: 670px;
    background-position: center center;
  }
}

@media only screen and (max-width: 560px) {
  .hero {
    max-width: 100%;
    max-height: 390px;
    background-image: url(../images/mv-sm.jpg);
    background-position: 32% center;
    background-size: 540px;
    margin-top: 70px;
    padding: 0 2.5%;
  }
}

@media only screen and (max-width: 320px) {
  .hero {
    background-size: 460px;
    margin-top: 60px;
  }
}

.hero .hero_mv {
  max-width: 1020px;
  padding: 130px 0 0 0;
  text-align: right;
  margin: 0 auto;
}

@media only screen and (max-width: 960px) {
  .hero .hero_mv {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 560px) {
  .hero .hero_mv {
    padding-top: 15px;
  }
}

.hero .hero_mv h1 {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 20px;
}

@media only screen and (max-width: 560px) {
  .hero .hero_mv h1 {
    font-size: 10px;
    margin-bottom: 10px;
  }
}

.hero .hero_mv .spec_list {
  width: 635px;
  margin-left: auto;
  margin-right: 0;
  padding: 18px 18px 50px 18px;
  position: relative;
  background-image: url(../images/fukidasi-mv.png);
  background-repeat: no-repeat;
  background-position: right top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 1140px) {
  .hero .hero_mv .spec_list {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@media only screen and (max-width: 800px) {
  .hero .hero_mv .spec_list {
    -webkit-transform: scale(1);
            transform: scale(1);
    width: 58%;
    padding: 10px 10px 40px 10px;
    background-size: 100% 320px;
    background-image: url(../images/fukidasi-mv-sm.png);
  }
}

@media only screen and (max-width: 560px) {
  .hero .hero_mv .spec_list {
    width: 64%;
    padding: 6px 6px 6% 6px;
    background-image: url(../images/fukidasi-mv-sm.png);
    background-size: 100% 101%;
  }
}

.hero .hero_mv .spec_list li {
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  width: 112px;
  padding: 30px 0 13px 0;
  margin: 0 0 15px 0;
}

@media only screen and (max-width: 800px) {
  .hero .hero_mv .spec_list li {
    width: 32%;
    padding: 10px 0;
    margin-bottom: 10px;
  }
  .hero .hero_mv .spec_list li:first-child {
    width: 49%;
  }
  .hero .hero_mv .spec_list li:nth-child(2) {
    width: 49%;
  }
}

@media only screen and (max-width: 560px) {
  .hero .hero_mv .spec_list li {
    width: 31.5%;
    padding: 5px 0;
    margin-bottom: 5px;
  }
  .hero .hero_mv .spec_list li:nth-child(5) img {
    width: 45%;
  }
}

.hero .hero_mv .spec_list li:first-child img {
  margin-bottom: 4.4px;
}

@media only screen and (max-width: 560px) {
  .hero .hero_mv .spec_list li:first-child img {
    margin-bottom: 0;
  }
}

.hero .hero_mv .spec_list li h4 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 15px;
}

@media only screen and (max-width: 800px) {
  .hero .hero_mv .spec_list li h4 {
    margin-top: 0;
    font-size: 16px;
  }
}

@media only screen and (max-width: 560px) {
  .hero .hero_mv .spec_list li h4 {
    margin-top: 0;
    font-size: 13px;
    letter-spacing: -0.04em;
  }
}

@media only screen and (max-width: 560px) {
  .hero .hero_mv .spec_list li img {
    width: 35%;
    height: auto;
  }
}

.hero .hero_mv .spec_list p {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 900;
}

@media only screen and (max-width: 800px) {
  .hero .hero_mv .spec_list p {
    font-size: 18px;
    margin: auto;
    margin-top: 5px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 560px) {
  .hero .hero_mv .spec_list p {
    font-size: 15px;
    letter-spacing: -0.02em;
    margin: 5px auto;
    line-height: 1.2;
    font-weight: 600;
  }
}

.hero .hero_mv p {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}

@media (max-width: 560px) {
  .hero .hero_mv p {
    line-height: 1.5;
  }
}

@media only screen and (max-width: 1140px) {
  .hero .hero_mv .hero-img {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@media (max-width: 800px) {
  .hero .hero_mv .hero-img {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin-top: 10px;
    width: 70%;
    height: auto;
  }
}

@media (max-width: 560px) {
  .hero .hero_mv .hero-img {
    margin-top: 10px;
    width: 307px;
    height: auto;
  }
}

@media (max-width: 320px) {
  .hero .hero_mv .hero-img {
    margin-top: 5px;
    width: 260px;
    height: auto;
  }
}

.hero .wave {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.hero .wave svg {
  vertical-align: bottom;
}

.consept .inner {
  position: relative;
  padding: 235px 0 35px 0;
  background-image: url(../images/bg-vars.png), url(../images/bg-comical.svg);
  background-repeat: no-repeat;
  background-position: right 55%, center 10%;
  background-size: 66%, contain;
}

@media only screen and (max-width: 960px) {
  .consept .inner {
    background-position: right 45%, center 10%;
    background-size: 600px, contain;
    margin: 0 1%;
  }
}

@media only screen and (max-width: 800px) {
  .consept .inner {
    background-position: right 45%, center 10%;
    background-size: 500px, contain;
    padding-top: 25%;
  }
}

@media only screen and (max-width: 560px) {
  .consept .inner {
    background-size: 80%, 95%;
    background-position: 95% 18%, center 5%;
    padding-top: 150px;
    padding-bottom: 0;
    margin-bottom: -5px;
  }
}

.consept .circle {
  position: relative;
  width: 243.2px;
  height: 243.2px;
  background-color: #DB576C;
  border-radius: 50%;
  background-image: url(../images/pre-left.png), url(../images/pre-right.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 185px 78px, 27px 72px;
  background-size: 20px;
  margin: 50px 0 0 0;
}

@media only screen and (max-width: 1040px) {
  .consept .circle {
    margin-left: 2%;
  }
}

@media only screen and (max-width: 940px) {
  .consept .circle {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@media only screen and (max-width: 800px) {
  .consept .circle {
    margin-top: 0px;
    margin-left: 1%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@media only screen and (max-width: 560px) {
  .consept .circle {
    margin-top: 0;
    margin-left: 6%;
    width: 118.93px;
    height: 118.93px;
    -webkit-transform: scale(1);
            transform: scale(1);
    background-size: 18px, 15px;
    background-position: 95px 35px, 5px 35px;
  }
}

.consept .circle .circle-bgleft_img {
  position: absolute;
  top: -40px;
  left: -35px;
}

@media only screen and (max-width: 560px) {
  .consept .circle .circle-bgleft_img {
    width: 49%;
    top: -20px;
    left: -15px;
  }
}

.consept .circle .circle-bgright_img {
  position: absolute;
  top: -40px;
  right: -30px;
}

@media only screen and (max-width: 560px) {
  .consept .circle .circle-bgright_img {
    width: 45%;
    top: -16px;
    right: -16px;
  }
}

.consept .circle .circle_inner_img {
  position: absolute;
  bottom: 0;
  right: -110px;
  width: 154.3px;
  height: auto;
}

@media only screen and (max-width: 560px) {
  .consept .circle .circle_inner_img {
    right: -83px;
    width: 91.39px;
    height: auto;
  }
}

.consept h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.5;
  padding: 40px 0;
}

@media only screen and (max-width: 560px) {
  .consept h2 {
    font-size: 14px;
    padding: 20px 0;
  }
}

.consept h2 span {
  display: block;
  font-size: 37px;
  color: #FFFBC6;
  letter-spacing: 0.1em;
  line-height: 1.1;
}

@media only screen and (max-width: 560px) {
  .consept h2 span {
    font-size: 19px;
  }
}

.consept h2 .new {
  display: inline-block;
  font-size: 57px;
}

@media only screen and (max-width: 560px) {
  .consept h2 .new {
    font-size: 30px;
  }
}

.consept h2 .select_type {
  font-size: 33px;
  line-height: 1.7;
}

@media only screen and (max-width: 560px) {
  .consept h2 .select_type {
    font-size: 18px;
  }
}

.consept h2 .bk_mark {
  padding-left: 5px;
  display: inline-block;
  font-size: 46px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  vertical-align: text-bottom;
}

@media only screen and (max-width: 560px) {
  .consept h2 .bk_mark {
    font-size: 22px;
  }
}

.consept .text_box {
  width: 560px;
  position: absolute;
  right: 0;
  bottom: 20px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.7;
}

@media only screen and (max-width: 960px) {
  .consept .text_box {
    width: 60%;
    position: absolute;
    right: 0;
    top: 70%;
    padding: 2%;
  }
}

@media only screen and (max-width: 900px) {
  .consept .text_box {
    width: 57%;
  }
}

@media only screen and (max-width: 560px) {
  .consept .text_box {
    position: relative;
    width: 100%;
    margin: 30px auto 0 auto;
    font-size: 15px;
    padding-bottom: 0;
  }
}

.recommendation .inner {
  padding: 50px 0;
}

@media only screen and (max-width: 560px) {
  .recommendation .inner {
    padding: 25px 0 30px 0;
  }
}

.recommendation .recommendation_container {
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}

.recommendation .recommendation_container img {
  position: absolute;
  bottom: 0px;
  left: 30px;
  width: 250px;
  height: auto;
}

@media only screen and (max-width: 560px) {
  .recommendation .recommendation_container img {
    width: 58px;
    top: -27px;
    left: 10px;
  }
}

.recommendation .recommendation_container h3 {
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  border-radius: 20px 20px 0px 0px;
  background-color: #EDBB6D;
  color: #fff;
  padding: 8.5px 0;
}

@media only screen and (max-width: 560px) {
  .recommendation .recommendation_container h3 {
    font-size: 20px;
    padding-left: 60px;
  }
}

@media only screen and (max-width: 320px) {
  .recommendation .recommendation_container h3 {
    font-size: 18px;
    padding-left: 70px;
    letter-spacing: 0em;
  }
}

.recommendation .recommendation_container ol {
  padding: 20px 30px 20px 300px;
  counter-reset: my-counter;
  list-style: none;
}

@media only screen and (max-width: 560px) {
  .recommendation .recommendation_container ol {
    padding: 20px 10px;
  }
}

.recommendation .recommendation_container ol li {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  background-color: #F5F5EC;
  border-radius: 31px;
  padding: 10.5px 10px 10.5px 50px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 560px) {
  .recommendation .recommendation_container ol li {
    font-size: 15px;
    border-radius: 20px;
    padding: 10px 10px 10px 50px;
  }
}

.recommendation .recommendation_container ol li:last-child {
  margin-bottom: 0;
}

.recommendation .recommendation_container ol li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #583E14;
  border: 1px solid;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 43px;
  width: 43px;
  color: #ffffff;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.point h2 {
  font-size: 36px;
  color: #DB576C;
  font-weight: 900;
  letter-spacing: 0.05em;
  background-image: url(../images/bg-point-title.png);
  background-repeat: no-repeat;
  background-position: center 50px;
}

@media only screen and (max-width: 960px) {
  .point h2 {
    padding-top: 15px;
    background-position: center;
  }
}

@media only screen and (max-width: 560px) {
  .point h2 {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    font-size: 24px;
    letter-spacing: 0.02em;
    padding-top: 0;
    margin-bottom: 40px;
    background-size: 93%;
    background-position: center top;
  }
}

@media only screen and (max-width: 320px) {
  .point h2 {
    font-size: 20px;
    background-size: 95%;
  }
}

.point ul li {
  position: relative;
  margin-bottom: 80px;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
}

@media only screen and (max-width: 560px) {
  .point ul li {
    margin-bottom: 80px;
  }
  .point ul li:last-child {
    margin-bottom: 40px;
  }
}

.point ul li:first-child img {
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 560px) {
  .point ul li:first-child img {
    width: 95%;
    margin: auto;
  }
}

.point ul li .circle {
  position: absolute;
  top: -25px;
  left: 30px;
  background-color: #583E14;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-weight: 900;
  padding: 15px 0;
}

@media only screen and (max-width: 960px) {
  .point ul li .circle {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    left: 20px;
  }
}

@media only screen and (max-width: 560px) {
  .point ul li .circle {
    width: 80px;
    height: 80px;
    padding: 8px 0;
    left: 38%;
    top: -45px;
  }
}

.point ul li .circle .text {
  font-size: 20px;
}

@media only screen and (max-width: 560px) {
  .point ul li .circle .text {
    font-size: 14px;
  }
}

.point ul li .circle .number {
  display: block;
  font-size: 46px;
  font-weight: 800;
}

@media only screen and (max-width: 560px) {
  .point ul li .circle .number {
    font-size: 31px;
    line-height: 1;
  }
}

.point ul li h3 {
  text-align: left;
  font-weight: 900;
  color: #fff;
  background-color: #F298A6;
  font-size: 40px;
  padding: 24.5px 0 24.5px 160px;
  border-radius: 20px 20px 0px 0px;
}

@media only screen and (max-width: 960px) {
  .point ul li h3 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 800px) {
  .point ul li h3 {
    font-size: 28px;
    padding-left: 130px;
  }
}

@media only screen and (max-width: 560px) {
  .point ul li h3 {
    padding: 30px 20px 10px 20px;
    text-align: center;
    font-size: 24px;
  }
}

.point ul li h3 span {
  font-weight: 400;
}

.point ul li .point_container {
  padding: 40px 63px;
}

@media only screen and (max-width: 960px) {
  .point ul li .point_container {
    padding: 4% 7%;
  }
}

@media only screen and (max-width: 560px) {
  .point ul li .point_container {
    padding: 10px 0 15px;
  }
}

.point ul li .point_container p {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}

@media only screen and (max-width: 560px) {
  .point ul li .point_container p {
    padding: 10px 15px;
    font-size: 13px;
  }
}

@media only screen and (min-width: 560px) {
  .point ul li .point_container img {
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
  }
}

.point ul li .point_container .arrow {
  width: 55.63px;
  height: auto;
  margin-bottom: 10px;
}

@media only screen and (max-width: 560px) {
  .point ul li .point_container .arrow {
    width: 40px;
    margin-top: 10px;
  }
}

.point ul li .point_container .annotation {
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px;
}

@media only screen and (max-width: 560px) {
  .point ul li .point_container .annotation {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 10px;
  }
}

.point ul li .point_container .graf_message {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

@media only screen and (max-width: 560px) {
  .point ul li .point_container .graf_message {
    font-size: 13px;
    padding: 5px;
    letter-spacing: -0.5px;
    margin-bottom: 5px;
  }
}

.point ul li .point_container .graf_message span {
  display: block;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
}

@media only screen and (max-width: 560px) {
  .point ul li .point_container .graf_message span {
    font-size: 22px;
    line-height: 2;
  }
}

.point ul li:nth-child(2) .point_container {
  padding-bottom: 0px;
}

@media only screen and (max-width: 560px) {
  .point ul li:nth-child(2) .point_container {
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 0;
  }
}

.point ul li:nth-child(2) .point_container p {
  text-align: center;
}

@media only screen and (max-width: 560px) {
  .point ul li:nth-child(2) .point_container p {
    text-align: left;
    padding: 10px;
  }
}

.point ul li:nth-child(2) .point_container img {
  width: 100%;
  height: auto;
  bottom: 0;
}

@media only screen and (max-width: 560px) {
  .point ul li:nth-child(2) .point_container img {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
  }
}

.point ul li .fixed-pricePlan_title {
  text-align: center;
  color: #DB576C;
  font-size: 50px;
  font-weight: 900;
  background: none;
  padding: 0;
}

@media only screen and (max-width: 560px) {
  .point ul li .fixed-pricePlan_title {
    font-size: 24px;
  }
}

.point ul li .fixed-pricePlan_title span {
  display: block;
  color: #583E14;
  font-size: 34px;
  font-weight: 900;
}

@media only screen and (max-width: 560px) {
  .point ul li .fixed-pricePlan_title span {
    font-size: 18px;
  }
}

.point ul li .graf_title {
  overflow: hidden;
  text-align: center;
}

.point ul li .graf_title span {
  position: relative;
  display: inline-block;
  background-color: #EDBB6D;
  border-radius: 30px;
  color: #fff;
  font-weight: 900;
  font-size: 23px;
  margin: 0 2.5em;
  padding: 10px 40px;
  text-align: left;
}

@media only screen and (max-width: 560px) {
  .point ul li .graf_title span {
    font-size: 18px;
    padding: 8px 10px;
    width: 90%;
    margin: auto;
    text-align: center;
  }
}

.point ul li .graf_title span::before {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #EDBB6D;
  right: 100%;
}

.point ul li .graf_title span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #EDBB6D;
  left: 100%;
}

.point ul li .fixed-pricePlan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 45px 42.5px;
}

@media only screen and (max-width: 800px) {
  .point ul li .fixed-pricePlan {
    padding: 40px 35px;
  }
}

@media only screen and (max-width: 560px) {
  .point ul li .fixed-pricePlan {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 4%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.point ul li .fixed-pricePlan li {
  padding: 35px 0;
  text-align: center;
  width: 163.77px;
  -webkit-box-shadow: 6px 6px 0px #00000019;
          box-shadow: 6px 6px 0px #00000019;
  margin-bottom: 0;
}

@media only screen and (max-width: 800px) {
  .point ul li .fixed-pricePlan li {
    padding: 15px 0;
    width: 120px;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 560px) {
  .point ul li .fixed-pricePlan li {
    width: 30.5%;
    padding: 20px 0 5px;
    margin-left: 1.5%;
    margin-right: 1%;
    margin-bottom: 20px;
    line-height: 1.2;
    border-radius: 10px;
  }
}

.point ul li .fixed-pricePlan li:first-child img {
  width: 56.5px;
  height: auto;
  margin-bottom: 1.5em;
}

@media only screen and (max-width: 800px) {
  .point ul li .fixed-pricePlan li:first-child img {
    margin-bottom: 1em;
  }
}

@media only screen and (max-width: 560px) {
  .point ul li .fixed-pricePlan li:first-child img {
    margin-bottom: 10px;
    width: 45%;
  }
}

.point ul li .fixed-pricePlan li:nth-child(3) img {
  margin-bottom: 1.5em;
}

@media only screen and (max-width: 560px) {
  .point ul li .fixed-pricePlan li:nth-child(3) img {
    margin-bottom: 5px;
    width: 42%;
  }
}

@media only screen and (max-width: 560px) {
  .point ul li .fixed-pricePlan li:nth-child(4) img {
    width: 40%;
  }
}

.point ul li .fixed-pricePlan li img {
  margin-bottom: 10px;
}

@media only screen and (max-width: 560px) {
  .point ul li .fixed-pricePlan li img {
    margin-bottom: 0;
    width: 50%;
  }
}

.point ul li .fixed-pricePlan li p {
  font-weight: 700;
}

@media only screen and (max-width: 560px) {
  .point ul li .fixed-pricePlan li p {
    font-size: 13px;
  }
}

.point ul li .price_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 560px) {
  .point ul li .price_area {
    width: 95%;
    margin: 0 auto 7px auto;
  }
}

.point ul li .price_area div {
  background-color: #FFF3F5;
  border-radius: 10px;
}

@media only screen and (max-width: 560px) {
  .point ul li .price_area div {
    padding: 10px 15px;
  }
}

.point ul li .price_area span {
  font-size: 43px;
  font-weight: 900;
  color: #DB576C;
  line-height: 1;
}

@media only screen and (max-width: 800px) {
  .point ul li .price_area span {
    font-size: 30px;
  }
}

@media only screen and (max-width: 560px) {
  .point ul li .price_area span {
    font-size: 18px;
  }
}

.point ul li .deposit {
  width: 35%;
  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;
}

.point ul li .deposit img {
  max-width: 110px;
  height: auto;
  margin: 0 0 0 25px;
}

@media only screen and (max-width: 800px) {
  .point ul li .deposit img {
    max-width: 80px;
  }
}

@media only screen and (max-width: 560px) {
  .point ul li .deposit img {
    width: 48px;
    margin-left: 10px;
  }
}

.point ul li .monthly-amount {
  width: 63%;
  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;
  padding: 5%;
}

@media only screen and (max-width: 800px) {
  .point ul li .monthly-amount {
    padding: 3% 5%;
  }
}

@media only screen and (max-width: 560px) {
  .point ul li .monthly-amount {
    width: 62%;
  }
}

.point ul li .monthly-amount img {
  height: auto;
  margin: 0 0 0 25px;
}

@media only screen and (max-width: 560px) {
  .point ul li .monthly-amount img {
    width: 154px;
    margin-left: 10px;
  }
}

.point .scales_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

@media only screen and (max-width: 560px) {
  .point .scales_container {
    margin-bottom: 15px;
  }
}

.point .scales_container .scales_container_text {
  width: 44%;
  margin-top: 20px;
}

@media only screen and (max-width: 960px) {
  .point .scales_container .scales_container_text {
    width: 50%;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 800px) {
  .point .scales_container .scales_container_text {
    width: 47%;
  }
}

@media only screen and (max-width: 560px) {
  .point .scales_container .scales_container_text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}

.point .scales_container .scales_container_text h4 {
  color: #DB576C;
  font-size: 35px;
  font-weight: 900;
  text-align: left;
  margin-bottom: 15px;
}

@media only screen and (max-width: 800px) {
  .point .scales_container .scales_container_text h4 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 560px) {
  .point .scales_container .scales_container_text h4 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
  }
}

.point .scales_container .scales_container_text p {
  font-weight: 700;
  font-size: 16px;
}

@media only screen and (max-width: 560px) {
  .point .scales_container .scales_container_text p {
    font-size: 13px;
    padding: 0 5%;
  }
}

.point .scales_container .scales_container_img {
  width: 50%;
  text-align: center;
}

@media only screen and (max-width: 560px) {
  .point .scales_container .scales_container_img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
  }
}

.point .scales_container .scales_container_img img {
  width: 300px;
  height: auto;
}

@media only screen and (max-width: 560px) {
  .point .scales_container .scales_container_img img {
    width: 200px;
  }
}

.course {
  background-color: #fff;
  background-image: url(../images/course-midasi-bg.png), url(../images/triangles.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 50% top, 50% 102%;
  background-size: 500px 200px, 81px 54.63px;
}

@media only screen and (max-width: 560px) {
  .course {
    background-size: 80% 120px, 20%;
  }
}

.course h2 {
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 560px) {
  .course h2 {
    padding-bottom: 10px;
  }
}

.course h2 span {
  color: #EDBB6D;
}

.course p {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}

@media only screen and (max-width: 560px) {
  .course p {
    letter-spacing: 0.02em;
    font-size: 15px;
  }
}

.course .course_list {
  max-width: 1280px;
  margin: auto;
  padding: 100px 0 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 800px) {
  .course .course_list {
    padding: 60px 0 50px 0;
  }
}

@media only screen and (max-width: 560px) {
  .course .course_list {
    padding: 30px 0 40px 0;
  }
}

.course .course_list li {
  position: relative;
  width: 375px;
  text-align: center;
  border-radius: 10px;
}

@media only screen and (max-width: 560px) {
  .course .course_list li {
    width: 260px;
  }
}

.course .course_list li::before {
  content: "";
  width: 90px;
  height: 90px;
  position: absolute;
  background-image: url(../images/icon-comical.svg);
  background-repeat: no-repeat;
  left: 147px;
  top: -65px;
}

@media only screen and (max-width: 560px) {
  .course .course_list li::before {
    width: 70px;
    height: 70px;
    top: -55px;
    background-size: 100%;
    left: 38%;
  }
}

.course .course_list li .course_list_title {
  border-radius: 10px 10px 0 0;
  color: #fff;
  padding: 20px 30px;
}

@media only screen and (max-width: 560px) {
  .course .course_list li .course_list_title {
    padding: 15px 10px;
  }
}

.course .course_list li .course_list_title h3 {
  font-size: 32px;
  letter-spacing: 0.05em;
  font-weight: 900;
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 560px) {
  .course .course_list li .course_list_title h3 {
    font-size: 23px;
    margin-bottom: 10px;
  }
}

.course .course_list li .course_list_title p {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 700;
}

@media only screen and (max-width: 560px) {
  .course .course_list li .course_list_title p {
    font-size: 14px;
  }
}

.course .course_list li .course_list_detail {
  padding: 10px 30px 25px 30px;
}

@media only screen and (max-width: 560px) {
  .course .course_list li .course_list_detail {
    padding: 20px;
  }
}

@media only screen and (max-width: 560px) {
  .course .course_list li .course_list_detail img {
    width: 100%;
    height: auto;
  }
}

.course .course_list li .course_list_detail span {
  height: 49px;
  margin: 10px 0;
  display: block;
  color: #DB576C;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.05em;
  background-image: url(../images/fukidasi-course.png);
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (max-width: 560px) {
  .course .course_list li .course_list_detail span {
    font-size: 17px;
    line-height: 2.3;
    background-size: 80%;
  }
}

.course .course_list li .course_list_detail .remark_1 {
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 560px) {
  .course .course_list li .course_list_detail .remark_1 {
    font-size: 10px;
  }
}

.course .course_list li .course_list_detail .remark_2 {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media only screen and (max-width: 560px) {
  .course .course_list li .course_list_detail .remark_2 {
    font-size: 12px;
  }
}

.course .course_list li .contact_btn {
  display: block;
  margin-top: 15px;
  background-color: #DB576C;
  border-radius: 38px;
  padding: 20px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.05em;
  background-image: url(../images/btn-toiawase-arrow.svg);
  background-repeat: no-repeat;
  background-position: 92% center;
  line-height: 1.4;
}

.course .course_list li .contact_btn:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 560px) {
  .course .course_list li .contact_btn {
    padding: 8px 0 10px;
    border-radius: 20px;
    font-size: 10px;
  }
}

.course .course_list .ecocar {
  background-color: #D9F0E7;
}

.course .course_list .ecocar .course_list_title {
  background-color: #6BCEA5;
}

.course .course_list .wagon {
  background-color: #B9E0EF;
}

.course .course_list .wagon .course_list_title {
  background-color: #77C3E0;
}

.course .course_list .slide {
  background-color: #FACFD6;
}

.course .course_list .slide .course_list_title {
  background-color: #F298A6;
}

.course .course_list .annotation {
  font-size: 12px;
  text-align: right;
  font-weight: normal;
  margin-top: 5px;
}

@media only screen and (max-width: 560px) {
  .course .course_list .annotation {
    font-size: 8px;
  }
}

.course .payment_container {
  padding-bottom: 70px;
  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;
}

@media only screen and (max-width: 560px) {
  .course .payment_container {
    padding-bottom: 50px;
  }
}

.course .payment_container li {
  background-color: #E6F2F8;
  border-radius: 20px;
  padding: 20px 0;
}

@media only screen and (max-width: 560px) {
  .course .payment_container li {
    padding: 10px 0 10px 0;
  }
}

@media only screen and (max-width: 560px) {
  .course .payment_container li:first-child {
    padding-bottom: 0;
  }
}

.course .payment_container li h4 {
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  padding-bottom: 15px;
  border-bottom: 1px solid #77C3E0;
}

@media only screen and (max-width: 560px) {
  .course .payment_container li h4 {
    font-size: 17px;
    padding-bottom: 10px;
  }
}

.course .payment_container .years {
  width: 541px;
}

@media only screen and (max-width: 960px) {
  .course .payment_container .years {
    width: 58%;
  }
}

@media only screen and (max-width: 840px) {
  .course .payment_container .years {
    width: 57%;
  }
}

@media only screen and (max-width: 560px) {
  .course .payment_container .years {
    width: 100%;
    margin-bottom: 20px;
  }
}

.course .payment_container .bonus {
  width: 387.5px;
}

@media only screen and (max-width: 960px) {
  .course .payment_container .bonus {
    width: 40%;
  }
}

@media only screen and (max-width: 560px) {
  .course .payment_container .bonus {
    width: 100%;
  }
}

.course .payment_container .bonus p {
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  color: #77C3E0;
}

@media only screen and (max-width: 840px) {
  .course .payment_container .bonus p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 560px) {
  .course .payment_container .bonus p {
    font-size: 15px;
    margin-top: 5px;
  }
}

.course .payment_container .payment_detail {
  padding: 15px 30px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.03em;
  font-family: 'Montserrat', sans-serif;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 960px) {
  .course .payment_container .payment_detail {
    padding: 7px 10px 0 10px;
  }
}

@media only screen and (max-width: 560px) {
  .course .payment_container .payment_detail {
    width: 100%;
    margin: auto;
    padding: 15px 30px;
  }
}

.course .payment_container .payment_detail .choice {
  width: 89px;
  height: 89px;
  color: #fff;
  background-color: #F298A6;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  padding: 10px 0;
  margin: 0 10px;
}

@media only screen and (max-width: 840px) {
  .course .payment_container .payment_detail .choice {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@media only screen and (max-width: 550px) {
  .course .payment_container .payment_detail .choice {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.course .payment_container .payment_detail .choice span {
  font-size: 22px;
  font-family: inherit;
  margin-left: 5px;
}

.course .payment_container .payment_detail .choice .fontEn {
  font-size: 49px;
}

.course .payment_container .payment_detail p {
  margin-left: 10px;
  width: 360px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: left;
}

@media only screen and (max-width: 840px) {
  .course .payment_container .payment_detail p {
    width: 100%;
    font-size: 14px;
  }
}

@media only screen and (max-width: 560px) {
  .course .payment_container .payment_detail p {
    margin-top: 15px;
    font-size: 14px;
    width: 100%;
    margin-right: 5px;
  }
}

.course .payment_container .payment_detail p span {
  margin-top: 15px;
  display: block;
  font-size: 14px;
  width: 360px;
}

@media only screen and (max-width: 840px) {
  .course .payment_container .payment_detail p span {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 560px) {
  .course .payment_container .payment_detail p span {
    font-size: 13px;
    width: 100%;
  }
}

.course .payment_container .calculation_Formula {
  text-align: center;
  padding: 20px 30px 0 30px;
  font-weight: 900;
  font-size: 19px;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 840px) {
  .course .payment_container .calculation_Formula {
    padding: 25px 17px 15px 17px;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 560px) {
  .course .payment_container .calculation_Formula {
    padding: 10px 30px 0 30px;
    letter-spacing: 0.05em;
    font-size: 17px;
  }
}

.course .payment_container .calculation_Formula .fontEn {
  font-size: 45px;
  font-weight: 800;
}

@media only screen and (max-width: 560px) {
  .course .payment_container .calculation_Formula .fontEn {
    font-size: 38px;
  }
}

.course .payment_container .calculation_Formula .fa-times {
  font-size: 40px;
  margin: 0 10px;
}

@media only screen and (max-width: 560px) {
  .course .payment_container .calculation_Formula .fa-times {
    font-size: 36px;
  }
}

.choice_first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 840px) {
  .choice_first {
    width: 240px;
    margin: 0 auto;
  }
}

.save_money {
  position: relative;
  background-color: #F1F5EE;
  padding-bottom: 90px;
  background-image: url(../images/save_money1.png), url(../images/save_money2.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left 85%, right 43%;
}

@media only screen and (max-width: 560px) {
  .save_money {
    padding-bottom: 20px;
    background-image: none;
  }
}

.save_money .inner {
  position: relative;
}

.save_money h2 {
  background-image: url(../images/fukidasi-nande.png);
  background-repeat: no-repeat;
  padding-top: 0;
  color: #fff;
  font-size: 32px;
  background-position: center center;
  line-height: 1;
  padding: 10px 0;
  width: 396px;
  height: 69.73px;
  position: absolute;
  top: -8%;
  left: 0;
  right: 0;
  margin: auto;
}

@media only screen and (max-width: 560px) {
  .save_money h2 {
    font-size: 21px;
    width: 280px;
    background-size: 100%;
    top: -4.5%;
    line-height: 1.95;
  }
}

.save_money .reason_detail_container {
  position: relative;
  margin: 100px 0 85px 0;
}

@media only screen and (max-width: 560px) {
  .save_money .reason_detail_container {
    margin: 50px 0 30px;
  }
}

@media only screen and (max-width: 560px) {
  .save_money .reason_detail_container p {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
}

.save_money .reason_detail_inner {
  background-color: #fff;
  border-radius: 20px;
  padding: 80px 90px 50px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 960px) {
  .save_money .reason_detail_inner {
    padding: 60px 40px 40px 40px;
  }
}

@media only screen and (max-width: 560px) {
  .save_money .reason_detail_inner {
    padding: 50px 30px 20px 30px;
  }
}

@media only screen and (max-width: 320px) {
  .save_money .reason_detail_inner {
    padding: 40px 15px 20px 15px;
  }
}

@media only screen and (max-width: 560px) {
  .save_money .reason_detail_inner div img {
    max-width: 95%;
    display: block;
    margin: 15px auto;
  }
}

@media only screen and (max-width: 560px) {
  .save_money .reason_detail_inner .reason_detail_text {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    text-align: center;
  }
}

.save_money .reason_detail_text {
  width: 420px;
}

@media only screen and (max-width: 900px) {
  .save_money .reason_detail_text {
    width: 55%;
  }
}

@media only screen and (max-width: 800px) {
  .save_money .reason_detail_text {
    width: 50%;
    margin-left: 3%;
  }
}

@media only screen and (max-width: 560px) {
  .save_money .reason_detail_text {
    width: 100%;
  }
}

.save_money .reason_detail_text .reason_detail_answer {
  color: #6BCEA5;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media only screen and (max-width: 960px) {
  .save_money .reason_detail_text .reason_detail_answer {
    font-size: 24px;
    margin: 0px 0 20px 0;
  }
}

@media only screen and (max-width: 560px) {
  .save_money .reason_detail_text .reason_detail_answer {
    font-size: 18px;
    margin: 0px 0 20px 0;
  }
}

.save_money .reason_detail_text .reason_detail_answer span {
  display: block;
  font-size: 30px;
  color: #000;
}

@media only screen and (max-width: 800px) {
  .save_money .reason_detail_text .reason_detail_answer span {
    font-size: 26px;
  }
}

@media only screen and (max-width: 560px) {
  .save_money .reason_detail_text .reason_detail_answer span {
    font-size: 20px;
  }
}

.save_money .reason_detail_text p {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

@media only screen and (max-width: 560px) {
  .save_money .reason_detail_text p {
    font-size: 14px;
    text-align: left;
  }
}

.save_money h3 {
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 900;
}

@media only screen and (max-width: 560px) {
  .save_money h3 {
    font-size: 20px;
  }
}

.save_money .select_list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 560px) {
  .save_money .select_list {
    margin-top: 20px;
  }
}

.save_money .select_list li {
  width: 300px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 30px;
}

@media only screen and (max-width: 960px) {
  .save_money .select_list li {
    width: 32%;
    padding: 15px 20px;
  }
}

@media only screen and (max-width: 900px) {
  .save_money .select_list li {
    width: 32.5%;
    padding: 15px;
  }
}

@media only screen and (max-width: 800px) {
  .save_money .select_list li {
    width: 32%;
    padding: 12px;
  }
}

@media only screen and (max-width: 560px) {
  .save_money .select_list li {
    width: 100%;
    padding: 15px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
}

.save_money .select_list li h4 {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 800px) {
  .save_money .select_list li h4 {
    font-size: 26px;
    letter-spacing: 0.02em;
  }
}

@media only screen and (max-width: 560px) {
  .save_money .select_list li h4 {
    font-size: 20px;
    letter-spacing: 0.02em;
  }
}

@media only screen and (max-width: 560px) {
  .save_money .select_list li h4 {
    font-size: 16px;
    width: 110px;
  }
}

.save_money .select_list li h4 span {
  margin-right: 25px;
  font-size: 68px;
  font-weight: 800;
  color: #6BCEA5;
}

@media only screen and (max-width: 800px) {
  .save_money .select_list li h4 span {
    font-size: 40px;
  }
}

@media only screen and (max-width: 560px) {
  .save_money .select_list li h4 span {
    width: 20px;
    text-align: center;
    font-size: 32px;
    margin-right: 10px;
  }
}

.save_money .select_list li p {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 960px) {
  .save_money .select_list li p {
    font-size: 94%;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 560px) {
  .save_money .select_list li p {
    font-size: 14px;
    width: 195px;
  }
}

.save_money .photo_course {
  position: absolute;
  bottom: -90px;
  right: -15%;
  vertical-align: bottom;
}

@media only screen and (max-width: 960px) {
  .save_money .photo_course {
    bottom: 165px;
    right: 10px;
    width: 120px;
  }
}

@media only screen and (max-width: 840px) {
  .save_money .photo_course {
    bottom: 145px;
    right: 0px;
    width: 120px;
  }
}

@media only screen and (max-width: 560px) {
  .save_money .photo_course {
    display: none;
  }
}

.voice {
  background-color: #E6F2F8;
  background-image: url(../images/voice-midasi-bg.png), url(../images/bg-voice.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 50% top, center 100px;
  background-size: 500px 200px, 1498px 832px;
}

@media only screen and (max-width: 560px) {
  .voice {
    background-size: 75% 110px, 200%;
  }
}

.voice h2 span {
  color: #77C3E0;
}

@media only screen and (max-width: 560px) {
  .voice .inner {
    margin-left: 6%;
    margin-right: 4%;
  }
}

.voice .uservoice_list {
  padding: 130px 0 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 800px) {
  .voice .uservoice_list {
    padding: 50px 0 40px 0;
  }
}

.voice .uservoice_list li {
  position: relative;
  width: 460px;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 100px;
  padding: 95px 30px 25px 30px;
}

@media only screen and (max-width: 960px) {
  .voice .uservoice_list li {
    padding: 15px 0;
    width: 100%;
    margin-bottom: 55px;
  }
  .voice .uservoice_list li:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 550px) {
  .voice .uservoice_list li {
    margin-bottom: 25px;
  }
}

.voice .uservoice_list li h4 {
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}

@media only screen and (max-width: 960px) {
  .voice .uservoice_list li h4 {
    text-align: left;
    padding-left: 32%;
  }
}

@media only screen and (max-width: 560px) {
  .voice .uservoice_list li h4 {
    text-align: left;
    padding-left: 26%;
    font-size: 14px;
  }
}

.voice .uservoice_list li h4 span {
  display: block;
  font-size: 16px;
  color: #77C3E0;
  margin-bottom: 5px;
}

@media only screen and (max-width: 560px) {
  .voice .uservoice_list li h4 span {
    font-size: 12px;
  }
}

.voice .uservoice_list li p {
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7;
  padding: 0 12px;
}

@media only screen and (max-width: 960px) {
  .voice .uservoice_list li p {
    padding: 15px 30px;
  }
}

@media only screen and (max-width: 560px) {
  .voice .uservoice_list li p {
    font-size: 13px;
    padding: 10px 20px 15px 20px;
  }
}

.voice .uservoice_list li img {
  position: absolute;
  top: -85px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media only screen and (max-width: 960px) {
  .voice .uservoice_list li img {
    width: 140px;
    height: auto;
    top: -25px;
    left: 40px;
    margin: 0;
  }
}

@media only screen and (max-width: 560px) {
  .voice .uservoice_list li img {
    width: 95px;
    height: auto;
    top: -7px;
    left: -14px;
  }
}

@media only screen and (max-width: 320px) {
  .voice .uservoice_list li img {
    width: 75px;
    height: auto;
    top: 20px;
    left: -14px;
  }
}

.faq {
  background-image: url(../images/voice-midasi-bg.png);
  background-repeat: no-repeat;
  background-position: 50% top;
  background-size: 500px 200px;
}

@media only screen and (max-width: 560px) {
  .faq {
    background-size: 75% 110px;
  }
}

.faq h2 span {
  color: #EDBB6D;
}

.faq .faq_container {
  background-color: #fff;
  margin-bottom: 100px;
  border-radius: 15px;
}

@media only screen and (max-width: 560px) {
  .faq .faq_container {
    border-radius: 10px;
    margin-top: 15%;
    margin-bottom: 40px;
  }
}

.faq .faq_container .toggle_contents {
  border-bottom: 2px solid #EDBB6D;
}

.faq .faq_container .toggle_contents:last-child {
  border-bottom: none;
}

.faq .faq_container .toggle_title {
  position: relative;
  padding: 15px;
  cursor: pointer;
  font-size: 22px;
  font-weight: 900;
  padding: 35px;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 800px) {
  .faq .faq_container .toggle_title {
    padding-left: 97px;
    padding-right: 70px;
  }
}

@media only screen and (max-width: 560px) {
  .faq .faq_container .toggle_title {
    font-size: 14px;
    letter-spacing: 0.01em;
    padding: 17px 40px 17px 55px;
  }
}

.faq .faq_container .toggle_title span {
  font-size: 32px;
  margin-right: 20px;
  color: #fff;
  background-color: #F298A6;
  border-radius: 50%;
  padding: 11px 16.02px;
}

@media only screen and (max-width: 800px) {
  .faq .faq_container .toggle_title span {
    position: absolute;
    top: 20px;
    left: 15px;
  }
}

@media only screen and (max-width: 560px) {
  .faq .faq_container .toggle_title span {
    position: absolute;
    left: 10px;
    top: 13px;
    font-size: 17px;
    padding: 7px 10px;
    margin-right: 10px;
  }
}

.faq .faq_container .toggle_title .toggle_btn {
  position: absolute;
  background-color: transparent;
  top: 50%;
  right: 42.5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 42px;
  height: 42px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}

@media only screen and (max-width: 960px) {
  .faq .faq_container .toggle_title .toggle_btn {
    left: 93%;
  }
}

@media only screen and (max-width: 800px) {
  .faq .faq_container .toggle_title .toggle_btn {
    left: 90%;
    top: 52px;
  }
}

@media only screen and (max-width: 560px) {
  .faq .faq_container .toggle_title .toggle_btn {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 90%;
  }
}

.faq .faq_container .toggle_btn:before,
.faq .faq_container .toggle_btn:after {
  display: block;
  content: '';
  background-color: #F298A6;
  position: absolute;
  width: 42px;
  height: 2px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 560px) {
  .faq .faq_container .toggle_btn:before,
  .faq .faq_container .toggle_btn:after {
    width: 24px;
  }
}

.faq .faq_container .toggle_btn::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.faq .faq_container .active::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.faq .faq_container .toggle_contents .toggle_answer {
  padding: 30px 35px;
  display: none;
  font-size: 18px;
  font-weight: 400;
}

@media only screen and (max-width: 800px) {
  .faq .faq_container .toggle_contents .toggle_answer {
    padding: 30px 15px;
  }
}

@media only screen and (max-width: 560px) {
  .faq .faq_container .toggle_contents .toggle_answer {
    font-size: 13px;
    padding: 5px 0px 20px 55px;
    letter-spacing: 0.05em;
    position: relative;
  }
}

.faq .faq_container .toggle_contents .toggle_answer span {
  font-size: 32px;
  margin-right: 20px;
  color: #fff;
  background-color: #77C3E0;
  border-radius: 50%;
  padding: 11px 17.93px;
  font-weight: 900;
  vertical-align: top;
}

@media only screen and (max-width: 560px) {
  .faq .faq_container .toggle_contents .toggle_answer span {
    position: absolute;
    left: 10px;
    top: 0px;
    font-size: 17px;
    padding: 7px 10px;
    margin-right: 10px;
  }
}

.faq .faq_container .toggle_contents .toggle_answer p {
  display: inline-block;
  width: 85%;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.faq .faq_container .toggle_contents .toggle_answer p span {
  display: block;
  font-size: 14px;
  background: none;
  color: #583E14;
  font-weight: normal;
  padding: 0;
}

.contact {
  background-color: #F298A6;
}

.contact h2 {
  color: #fff;
}

.contact h2 span {
  opacity: 0.53;
}

.contact p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

@media only screen and (max-width: 560px) {
  .contact p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 320px) {
  .contact p {
    letter-spacing: 0em;
  }
}


#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}

@media only screen and (max-width: 560px) {
  #page-top {
    right: 15px;
  }
}

#page-top a {
  background: #77C3E0;
  text-decoration: none;
  color: #fff;
  width: 45px;
  height: 45px;
  padding: 13.5px;
  text-align: center;
  display: block;
  border-radius: 50%;
  opacity: 0.9;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#page-top a:hover {
  opacity: .5;
}

footer {
  position: relative;
  margin: auto;
  padding-bottom: 20px;
  background-image: url(../images/bg-footer.jpg);
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  background-position: right top;
  background-size: 100%;
}

@media (max-width: 1180px) {
  footer {
    background-size: 120%;
    background-position: -20px bottom;
  }
}

@media (max-width: 960px) {
  footer {
    background-size: 140%;
    background-position: -20px bottom;
  }
}

@media (max-width: 550px) {
  footer {
    background-size: 160%;
    background-position: -20px -35px;
    padding-bottom: 10px;
  }
}

@media (max-width: 320px) {
  footer {
    background-size: 180%;
    background-position: -20px -40px;
  }
}

footer .footer_logoarea {
  padding: 130px 0 80px 0;
}

@media only screen and (max-width: 800px) {
  footer .footer_logoarea {
    padding-top: 90px;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 560px) {
  footer .footer_logoarea {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}

footer .footer_logoarea a {
  display: block;
}

footer .footer_logoarea a img {
  width: 390px;
  height: auto;
}

@media only screen and (max-width: 800px) {
  footer .footer_logoarea a img {
    margin-top: 20px;
    width: 40%;
  }
}

@media only screen and (max-width: 560px) {
  footer .footer_logoarea a img {
    margin-top: 20px;
    width: 45%;
  }
}

@media only screen and (max-width: 560px) {
  footer .footer_joycal_logoarea img {
    width: 35%;
    height: auto;
  }
}

footer .footer_menu {
  margin: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
	gap: 0 30px;
}

@media only screen and (max-width: 560px) {
  footer .footer_menu {
    margin: 15px 0 10px;
  }
}

footer .footer_menu li a {
  color: #fff;
  background-image: url(../images/icon-otherlink.png);
  background-repeat: no-repeat;
  background-position: right 8px;
  background-size: 15px;
  padding-right: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

/* footer .footer_menu li:first-child a {
  margin-right: 35px;
} */

@media only screen and (max-width: 560px) {
  footer .footer_menu li a {
    width: 150px;
    font-size: 80%;
    letter-spacing: 0;
    display: block;
    text-align: center;
    padding: 6px;
    color: #000000;
    background-color: #ffffff;
    border-radius: 10px;
    background-image: url(../images/icon-otherlink-b.png);
    background-position: 95% 52%;
    background-size: 10px;
  }
  footer .footer_menu li:first-child a {
    margin-right: 15px;
  }
  footer .footer_menu li:last-child a {
    padding-right: 15px;
  }
}

footer small {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

@media only screen and (max-width: 560px) {
  footer small {
    font-size: 65%;
  }
}

@media only screen and (max-width: 560px) {
  .scrollable {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 560px) {
  .scrollable img {
    width: 480px;
  }
}

@media only screen and (max-width: 560px) {
  .teigaku-sp img {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 320px) {
  .teigaku-sp img {
    width: 260px;
  }
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #ffffff;
  z-index: 100;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
/*# sourceMappingURL=style.css.map */

/* 無料相談　注意書き */
.contact_notes{
	text-align: center;
	background-color: #F298A6;
	border-radius: 10px;
	width: 90%;
	margin: 0 auto 30px;
	padding: 30px;
}
.contact_notes p{
	color: #fff;
	font-size: 21px;
	line-height: 1.6;
	letter-spacing: 0px;
}
.contact_notes p .brPc{display: none;}

.contact .contact_notes{
	width: 85%;
	padding: 25px;
	border: 3px solid #fff;
	margin-top: 20px;
}
.contact .contact_notes p{
	font-size: 14px;
	letter-spacing: 1px;
}
@media (max-width: 320px){
	.contact_notes{
		padding: 20px;
	}
	.contact_notes p{
		font-size: 19px;
	}
}
@media (min-width: 768px){
	.contact .contact_notes p{
		font-size: 18px;
	}
}
@media (min-width: 960px){
	.contact_notes p .brPc{display: inline;}
	.contact_notes{
		width: 960px;
		padding: 50px 0px;
	}
	.contact_notes p{
		font-size: 24px;
		letter-spacing: 2px;
		line-height: 2;
	}
	.contact .contact_notes{
		width: 900px;
		margin-top: 40px;
	}
	.contact .contact_notes p{
		font-size: 24px;
	}
}

