@charset "UTF-8";
/*--------------------------------------------------------------
# サイト独自の変数
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# よく使う便利なクラスの詰め合わせ
--------------------------------------------------------------*/
.sm-sp {
  display: block !important;
}

.sm-pc {
  display: none !important;
}

@media all and (min-width: 521px) {
  .sm-sp {
    display: none !important;
  }
  .sm-pc {
    display: block !important;
  }
}

.md-sp {
  display: block !important;
}

.md-pc {
  display: none !important;
}

@media all and (min-width: 769px) {
  .md-sp {
    display: none !important;
  }
  .md-pc {
    display: block !important;
  }
}

.lg-sp {
  display: block !important;
}

.lg-pc {
  display: none !important;
}

@media all and (min-width: 961px) {
  .lg-sp {
    display: none !important;
  }
  .lg-pc {
    display: block !important;
  }
}

.xl-sp {
  display: block !important;
}

.xl-pc {
  display: none !important;
}

@media all and (min-width: 1440px) {
  .xl-sp {
    display: none !important;
  }
  .xl-pc {
    display: block !important;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 1.4;
  line-height: 1.4;
}

a {
  color: #1C95E5;
  text-decoration: none;
  transition: .5s all;
}

a:hover {
  opacity: 0.5;
}

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

ul, li {
  list-style-type: none;
}

/* 
==============================================================================
font-family
==============================================================================
*/
.font-fl {
  font-family: filmotype-lacrosse, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font-ryo {
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
}

/*
==============================================================================
Main
==============================================================================
*/
main {
  overflow: hidden;
}

.sec .sec_inner {
  padding: 100px 0 180px;
}

.sec .sec_inner .sec_head {
  text-align: center;
}

.sec .sec_inner .sec_head h2 {
  font-family: filmotype-lacrosse, sans-serif;
  font-weight: 400;
  font-size: 40px;
  color: #CF799E;
  display: inline-block;
  position: relative;
  margin-bottom: 32px;
}

.sec .sec_inner .sec_head h2::after {
  content: "";
  background-color: #CF799E;
  position: absolute;
  bottom: 6px;
  left: 50%;
  width: 110%;
  height: 1.5px;
  transform: translateX(-50%);
}

.sec .sec_inner .sec_head h3 {
  font-size: 40px;
  font-weight: normal;
  letter-spacing: 3.6px;
}

@media screen and (max-width: 768px) {
  .sec .sec_inner {
    padding: 100px 0 120px;
  }
  .sec .sec_inner .sec_head h3 {
    font-size: 25px;
  }
}

.mv {
  position: relative;
}

.mv .mv_image {
  width: 100%;
}

.mv .mv_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 137px;
  height: 137px;
}

.mv .mv_txt01 {
  position: absolute;
  left: 165px;
  bottom: 142px;
}

.mv .mv_txt01 h1 {
  font-size: 3.6vw;
  font-size: 50px;
  color: #FFF;
  text-align: center;
  letter-spacing: 1.4px;
  margin-bottom: 36px;
}

.mv .mv_txt01 a {
  background-color: #E33A82;
  color: #FFF;
  font-weight: bold;
  font-size: 32px;
  width: 31vw;
  width: 440px;
  height: 100px;
  line-height: 100px;
  display: block;
  text-align: center;
  margin: 0 auto;
  border-radius: 20px;
}

.mv .mv_txt02 {
  position: absolute;
  bottom: 90px;
  right: 92px;
  width: 30vw;
  width: 420px;
  height: 420px;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  font-weight: 500;
}

.mv .mv_txt02::before {
  position: absolute;
  top: 26px;
  right: -40px;
  width: 167px;
  height: 206px;
  background-image: url(/assets/img/mv_img03.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
  z-index: 3;
}

.mv .mv_txt02::after {
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 167px;
  height: 206px;
  background-image: url(/assets/img/mv_img02.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
  z-index: 3;
}

.mv .mv_txt02 .circle_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.mv .mv_txt02 span {
  font-size: 22px;
  z-index: 2;
  letter-spacing: 2px;
}

.mv .mv_txt02 p {
  z-index: 2;
  position: relative;
  font-size: 33px;
  margin-top: 22px;
  line-height: 1.1;
}

.mv .mv_txt02 p::before {
  content: "200";
  font-size: 82px;
  letter-spacing: 2px;
}

.mv .mv_txt02 p::after {
  content: "動画見放題！";
  display: block;
  font-size: 42px;
}

@media all and (max-width: 1200px) {
  .mv .mv_txt01 {
    position: absolute;
    left: 35px;
    bottom: 32px;
  }
  .mv .mv_txt01 h1 {
    font-size: 40px;
  }
  .mv .mv_txt01 a {
    font-size: 26px;
    width: 340px;
  }
  .mv .mv_txt02 {
    bottom: 0px;
    right: 22px;
    width: 360px;
    height: 360px;
  }
  .mv .mv_txt02::before {
    right: -20px;
    width: 127px;
    height: 176px;
  }
  .mv .mv_txt02::after {
    bottom: 0px;
    left: 0px;
    width: 127px;
    height: 176px;
  }
  .mv .mv_txt02 span {
    font-size: 18px;
  }
  .mv .mv_txt02 p {
    font-size: 26px;
  }
  .mv .mv_txt02 p::before {
    font-size: 62px;
  }
  .mv .mv_txt02 p::after {
    font-size: 34px;
  }
}

@media screen and (max-width: 768px) {
  .mv {
    padding-bottom: 154px;
  }
  .mv .mv_image {
    width: 768px;
    max-width: 768px;
    transform: translateX(-50%);
    position: relative;
    left: 50%;
    top: 0;
  }
  .mv .mv_txt01 {
    background: linear-gradient(to bottom, #fdedf1, #F2FBFDE0);
    left: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 14px;
    padding: 28px 0 14px;
  }
  .mv .mv_txt01 > div {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    z-index: 2;
  }
  .mv .mv_txt01 > div img {
    height: 26px;
  }
  .mv .mv_txt01 > div span {
    display: block;
    font-size: 10px;
    transform: scale(0.7);
  }
  .mv .mv_txt01 h1 {
    font-size: 17px;
    color: #CF799E;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 0px;
  }
  .mv .mv_txt01 a {
    font-size: 21px;
    width: 280px;
    height: 70px;
    line-height: 70px;
  }
  .mv .mv_txt01 > img {
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
  }
  .mv .mv_txt02 {
    top: 260px;
    bottom: auto;
    right: 32px;
    width: 210px;
    height: 210px;
  }
  .mv .mv_txt02::before {
    top: 16px;
    right: -20px;
    width: 86px;
    height: 98px;
    background-image: url(/assets/img/mv_img03_sp.png);
  }
  .mv .mv_txt02::after {
    bottom: -8px;
    left: -12px;
    width: 86px;
    height: 98px;
    background-image: url(/assets/img/mv_img02_sp.png);
  }
  .mv .mv_txt02 span {
    font-size: 10px;
    transform: scale(0.9);
    letter-spacing: 1px;
  }
  .mv .mv_txt02 p {
    font-size: 14px;
    margin-top: 10px;
    font-weight: bold;
  }
  .mv .mv_txt02 p::before {
    font-size: 38px;
  }
  .mv .mv_txt02 p::after {
    font-size: 20px;
  }
  .mv .mv_txt02 .copy_img {
    position: absolute;
    top: -80px;
    left: 50%;
    height: 67px;
    transform: translateX(-50%);
  }
}

.about {
  position: relative;
  background-color: #FAF4F4;
}

.about .about_inner {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.about .about_inner .about_head {
  margin-bottom: 70px;
}

.about .about_inner .about_head h3 {
  color: #CF799E;
}

.about .about_inner .about_txt {
  text-align: center;
}

.about .about_inner .about_txt p {
  color: #CF799E;
  font-size: 20px;
  line-height: 2.2;
}

.about img {
  display: block;
  position: absolute;
}

.about .img01 {
  top: 0;
  left: 0;
  width: 664px;
}

.about .img02 {
  top: 192px;
  right: 0;
  width: 100px;
}

.about .img03 {
  bottom: 0;
  left: 0;
  width: 1142px;
}

.about .img04 {
  display: none;
}

@media screen and (max-width: 768px) {
  .about {
    background: linear-gradient(to bottom, #F2FBFDE0, #fdedf1 15%);
  }
  .about .about_inner {
    padding: 120px 0 130px;
  }
  .about .about_inner .about_head {
    margin-bottom: 40px;
  }
  .about .about_inner .about_txt p {
    font-size: 12px;
  }
  .about .img01 {
    display: none;
  }
  .about .img02 {
    top: 180px;
    right: 0;
    width: 38px;
  }
  .about .img03 {
    width: 375px;
  }
  .about .img04 {
    display: block;
    top: 40px;
    left: 0;
    width: 40px;
  }
}

.cases .cases_inner {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
}

.cases .cases_inner .cases_head {
  margin-bottom: 84px;
}

.cases .cases_inner .cases_all {
  display: flex;
  justify-content: space-between;
  align-items: auto;
  flex-wrap: nowrap;
  max-width: 1096px;
  margin: 0 auto;
}

.cases .cases_inner .cases_all .cases_item {
  text-align: center;
  width: calc((100% - 52px) / 3);
}

.cases .cases_inner .cases_all .cases_item h4 {
  font-weight: normal;
  font-size: 27px;
  position: relative;
  padding: 8px 0 20px;
  margin-bottom: 16px;
}

.cases .cases_inner .cases_all .cases_item h4::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/img/cases/head_img01.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
  z-index: -1;
}

.cases .cases_inner .cases_all .cases_item img {
  width: 200px;
}

.cases .cases_inner .cases_all .cases_item p {
  background-image: url(/assets/img/cases/body_img01.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 20px;
  font-size: 18px;
  text-align: left;
  padding: 60px 30px 44px;
  margin-top: 36px;
}

.cases .cases_inner .cases_all .cases_item:nth-of-type(2) h4::before {
  background-image: url(/assets/img/cases/head_img02.png);
}

.cases .cases_inner .cases_all .cases_item:nth-of-type(2) p {
  background-image: url(/assets/img/cases/body_img02.png);
}

.cases .cases_inner .cases_all .cases_item:nth-of-type(3) h4::before {
  background-image: url(/assets/img/cases/head_img03.png);
}

.cases .cases_inner .cases_all .cases_item:nth-of-type(3) p {
  background-image: url(/assets/img/cases/body_img03.png);
}

@media screen and (max-width: 960px) {
  .cases .cases_inner .cases_all {
    display: flex;
    justify-content: space-between;
    align-items: auto;
    flex-wrap: wrap;
  }
  .cases .cases_inner .cases_all .cases_item {
    width: calc((100% - 52px) / 2);
    margin-bottom: 67px;
  }
  .cases .cases_inner .cases_all .cases_item:nth-of-type(3) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .cases .cases_inner .cases_head {
    margin-bottom: 74px;
  }
  .cases .cases_inner .cases_all {
    max-width: 330px;
  }
  .cases .cases_inner .cases_all .cases_item {
    width: 100%;
  }
  .cases .cases_inner .cases_all .cases_item h4 {
    font-size: 22px;
    margin-bottom: 10px;
    padding: 16px 0;
  }
  .cases .cases_inner .cases_all .cases_item img {
    width: 150px;
  }
  .cases .cases_inner .cases_all .cases_item p {
    font-size: 15px;
    padding: 60px 42px 36px;
    margin-top: 20px;
    line-height: 1.9;
  }
}

.solution {
  background-color: #FAF4F4;
  position: relative;
}

.solution::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/img/solution/bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: "";
}

.solution .solution_inner {
  max-width: 1440px;
  margin: 0 auto;
  width: 90%;
  position: relative;
  z-index: 1;
}

.solution .solution_inner .solution_head {
  margin-bottom: 100px;
}

.solution .solution_inner .solution_head > div:last-of-type {
  display: inline-block;
  position: relative;
}

.solution .solution_inner .solution_head > div:last-of-type p {
  position: absolute;
  bottom: 10px;
  right: 0;
  transform: translateX(95%);
  font-size: 12px;
  line-height: 2;
  background-image: url(/assets/img/solution/cap.png);
  background-size: 100% 100%;
  content: "";
  padding: 38px 20px 38px 38px;
  color: #CF799E;
  font-weight: bold;
}

.solution .solution_inner .solution_all {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: auto;
  flex-wrap: nowrap;
}

.solution .solution_inner .solution_all .solution_item {
  background-image: url(/assets/img/solution/item_bg.png);
  background-size: 100% 100%;
  width: calc((100% - 90px) / 3);
  padding: 134px 38px 56px 24px;
  position: relative;
}

.solution .solution_inner .solution_all .solution_item h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  font-weight: normal;
  font-size: 30px;
  text-align: center;
  height: 124px;
  margin-bottom: 56px;
  line-height: 1.5;
  letter-spacing: 1.7px;
}

.solution .solution_inner .solution_all .solution_item ul li {
  margin-bottom: 36px;
  position: relative;
  padding-left: 42px;
  font-size: 17px;
}

.solution .solution_inner .solution_all .solution_item ul li:before {
  position: absolute;
  top: 50%;
  left: 0;
  background-image: url(/assets/img/solution/check.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
  content: "";
  transform: translateY(-50%);
}

.solution .solution_inner .solution_all .solution_item ul li:last-of-type {
  margin-bottom: 0;
}

.solution .solution_inner .solution_all .solution_item img {
  position: absolute;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
}

@media screen and (max-width: 960px) {
  .solution .solution_inner .solution_all {
    display: flex;
    justify-content: space-between;
    align-items: auto;
    flex-wrap: wrap;
  }
  .solution .solution_inner .solution_all .solution_item {
    width: calc((100% - 40px) / 2);
    margin-bottom: 34px;
  }
  .solution .solution_inner .solution_all .solution_item:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .solution::after {
    background-image: url(/assets/img/solution/sp/bg.png);
  }
  .solution .solution_inner .solution_head {
    margin-bottom: 60px;
  }
  .solution .solution_inner .solution_head > div:first-of-type h2 {
    margin-bottom: 0;
  }
  .solution .solution_inner .solution_head > p {
    width: 212px;
    font-size: 12px;
    padding: 27px 0;
    text-align: center;
    background-color: #FFF;
    line-height: 2;
    color: #CF799E;
    font-weight: 500;
    border-radius: 52px;
    margin: 40px auto 32px;
  }
  .solution .solution_inner .solution_all {
    max-width: 330px;
  }
  .solution .solution_inner .solution_all .solution_item {
    padding: 116px 24px 56px;
    width: 100%;
  }
  .solution .solution_inner .solution_all .solution_item h4 {
    font-size: 25px;
    height: 95px;
    margin-bottom: 42px;
  }
  .solution .solution_inner .solution_all .solution_item ul li {
    font-size: 15px;
  }
  .solution .solution_inner .solution_all .solution_item img {
    top: 26px;
  }
}

.curriculum {
  background-image: url(/assets/img/note_bg.png);
  background-size: 100% 100%;
}

.curriculum .curriculum_inner {
  position: relative;
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
}

.curriculum .curriculum_inner .curriculum_head {
  margin-bottom: 130px;
}

.curriculum .curriculum_inner .curriculum_head h2 {
  color: #1C95E5;
}

.curriculum .curriculum_inner .curriculum_head h2::after {
  background-color: #1C95E5;
}

.curriculum .curriculum_inner .curriculum_head h3 {
  position: relative;
  display: inline-block;
}

.curriculum .curriculum_inner .curriculum_head h3 img {
  position: absolute;
  bottom: -22px;
  left: 0;
  width: 100%;
}

.curriculum .curriculum_inner .curriculum_head h3::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -50px;
  background-image: url(/assets/img/curriculum/point.png);
  background-size: 100% 100%;
  width: 67px;
  height: 67px;
}

.curriculum .curriculum_inner .curriculum_head h3::after {
  content: "";
  position: absolute;
  right: -72px;
  bottom: -18px;
  background-image: url(/assets/img/curriculum/pen.png);
  background-size: 100% 100%;
  width: 64px;
  height: 112px;
}

.curriculum .curriculum_inner .curriculum_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  max-width: 1080px;
  margin: 0 auto;
}

.curriculum .curriculum_inner .curriculum_wrap img {
  max-width: 446px;
}

.curriculum .curriculum_inner .curriculum_wrap .curriculum_all {
  width: 50%;
}

.curriculum .curriculum_inner .curriculum_wrap .curriculum_all .curriculum_item {
  display: flex;
  justify-content: space-between;
  align-items: auto;
  flex-wrap: nowrap;
  margin-bottom: 30px;
}

.curriculum .curriculum_inner .curriculum_wrap .curriculum_all .curriculum_item .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  background-image: url(/assets/img/curriculum/txt_bg01.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 46px;
  height: 152px;
}

.curriculum .curriculum_inner .curriculum_wrap .curriculum_all .curriculum_item .item p {
  writing-mode: vertical-rl;
  font-size: 12px;
  color: #FFF;
}

.curriculum .curriculum_inner .curriculum_wrap .curriculum_all .curriculum_item .contents {
  display: flex;
  justify-content: auto;
  align-items: auto;
  flex-wrap: wrap;
  align-content: space-between;
  width: calc(100% - (20px + 46px));
}

.curriculum .curriculum_inner .curriculum_wrap .curriculum_all .curriculum_item .contents p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  border: 1px solid #D3D358;
  background-color: #FFF;
  border-radius: 10px;
  font-weight: 500;
  font-size: 11px;
  width: calc((100% - 36px) / 3);
  height: calc((100% - 12px) / 2);
  margin: 0 6px;
}

.curriculum .curriculum_inner .curriculum_wrap .curriculum_all .curriculum_item:nth-of-type(2) .item {
  background-image: url(/assets/img/curriculum/txt_bg02.png);
}

.curriculum .curriculum_inner .curriculum_wrap .curriculum_all .curriculum_item:nth-of-type(2) .contents p {
  border: 1px solid #EFA5AB;
}

.curriculum .curriculum_inner .curriculum_wrap .curriculum_all .curriculum_item:nth-of-type(3) .item {
  background-image: url(/assets/img/curriculum/txt_bg03.png);
}

.curriculum .curriculum_inner .curriculum_wrap .curriculum_all .curriculum_item:nth-of-type(3) .contents p {
  border: 1px solid #AFBADF;
}

.curriculum .curriculum_inner .curriculum_txt {
  max-width: 910px;
  margin: 90px auto 0;
}

.curriculum .curriculum_inner .curriculum_txt p {
  font-size: 21px;
  line-height: 2.2;
}

.curriculum .curriculum_inner .curriculum_txt p span {
  background: linear-gradient(transparent 30%, #FDF490 0%);
}

.curriculum .curriculum_inner .clip_img {
  position: absolute;
  top: 214px;
  left: 22px;
  width: 176px;
  z-index: -1;
}

.curriculum .curriculum_inner .pc_img {
  position: absolute;
  bottom: 40px;
  left: 76px;
  width: 162px;
  z-index: -1;
}

.curriculum .curriculum_inner .arrow_img {
  position: absolute;
  bottom: 108px;
  right: 0;
  width: 116px;
  z-index: -1;
}

@media screen and (max-width: 960px) {
  .curriculum .curriculum_inner .curriculum_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .curriculum .curriculum_inner .curriculum_wrap img {
    width: 100%;
    max-width: 446px;
    margin: 0 auto 52px;
  }
  .curriculum .curriculum_inner .curriculum_wrap .curriculum_all {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .curriculum {
    background-image: url(/assets/img/note_bg.png);
    background-size: 400%;
  }
  .curriculum .curriculum_inner {
    padding: 100px 0 160px;
  }
  .curriculum .curriculum_inner .curriculum_head {
    margin-bottom: 100px;
  }
  .curriculum .curriculum_inner .curriculum_head h3 img {
    left: 5%;
    width: 90%;
  }
  .curriculum .curriculum_inner .curriculum_head h3::before {
    top: -30px;
    left: -40px;
    width: 51px;
    height: 51px;
  }
  .curriculum .curriculum_inner .curriculum_head h3::after {
    right: -42px;
    bottom: -10px;
    width: 50px;
    height: 87px;
  }
  .curriculum .curriculum_inner .curriculum_wrap {
    max-width: 330px;
  }
  .curriculum .curriculum_inner .curriculum_wrap .curriculum_all .curriculum_item .contents {
    width: calc(100% - 56px);
  }
  .curriculum .curriculum_inner .curriculum_wrap .curriculum_all .curriculum_item .contents p {
    font-size: 11px;
    width: calc((100% - 24px) / 2);
    height: 40px;
    margin: 0 6px;
  }
  .curriculum .curriculum_inner .curriculum_wrap .curriculum_all .curriculum_item:nth-of-type(3) .contents {
    align-content: center;
  }
  .curriculum .curriculum_inner .curriculum_wrap .curriculum_all .curriculum_item:nth-of-type(3) .contents p {
    margin: 6px;
  }
  .curriculum .curriculum_inner .curriculum_txt {
    margin: 20px auto 0;
    max-width: 330px;
  }
  .curriculum .curriculum_inner .curriculum_txt p {
    font-size: 14px;
    line-height: 2.2;
  }
  .curriculum .curriculum_inner .clip_img {
    top: 314px;
    left: 6px;
    width: 84px;
  }
  .curriculum .curriculum_inner .pc_img {
    bottom: 36px;
    left: 12px;
    width: 134px;
  }
  .curriculum .curriculum_inner .arrow_img {
    bottom: 335px;
    width: 64px;
  }
}

.support {
  background-color: #FAF4F4;
}

.support .support_inner {
  padding: 100px 0;
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
}

.support .support_inner .support_all {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.support .support_inner .support_all .support_txt {
  border: 1px solid #CF799E;
  background-color: #FFF;
  border-radius: 46px;
  color: #CF799E;
  position: relative;
  padding: 84px 82px 64px;
  max-width: 944px;
}

.support .support_inner .support_all .support_txt h2 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 3.2px;
  margin-bottom: 56px;
}

.support .support_inner .support_all .support_txt p {
  font-size: 20px;
  line-height: 2.2;
}

.support .support_inner .support_all .support_txt img {
  position: absolute;
  top: 0;
  left: -26px;
  height: 80px;
}

.support .support_inner .support_all > img {
  position: absolute;
  bottom: -60px;
  right: -70px;
  width: 30vw;
  max-width: 431px;
}

@media screen and (max-width: 768px) {
  .support .support_inner {
    padding: 80px 0;
    width: 85%;
  }
  .support .support_inner .support_all {
    max-width: 330px;
  }
  .support .support_inner .support_all .support_txt {
    padding: 70px 42px 100px;
  }
  .support .support_inner .support_all .support_txt h2 {
    font-size: 25px;
    margin-bottom: 50px;
    text-align: center;
  }
  .support .support_inner .support_all .support_txt p {
    font-size: 14px;
    font-weight: 500;
  }
  .support .support_inner .support_all .support_txt img {
    top: -34px;
    left: -6px;
    height: 72px;
  }
  .support .support_inner .support_all > img {
    bottom: -80px;
    right: -20px;
    width: 204px;
  }
}

.plans {
  background-color: #FAFAFA;
}

.plans .plans_inner {
  max-width: 1440px;
  width: 85%;
  margin: 0 auto;
}

.plans .plans_inner .plans_head {
  margin-bottom: 100px;
}

.plans .plans_inner .plans_head h2 {
  color: #1C95E5;
}

.plans .plans_inner .plans_head h2::after {
  background-color: #1C95E5;
}

.plans .plans_inner .plans_head h2 span {
  margin-right: 14px;
}

.plans .plans_inner .plans_all {
  max-width: 790px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: auto;
  flex-wrap: nowrap;
}

.plans .plans_inner .plans_all .plans_item {
  width: calc((100% - 30px) / 2);
  padding: 88px 20px 64px;
  border: 2px solid #1C95E5;
  background-color: #FFF;
  border-radius: 20px;
  text-align: center;
  color: #1C95E5;
}

.plans .plans_inner .plans_all .plans_item h4 {
  font-size: 30px;
  letter-spacing: 3.6px;
  font-weight: normal;
  margin-bottom: 26px;
}

.plans .plans_inner .plans_all .plans_item .plans_price {
  margin-bottom: 58px;
}

.plans .plans_inner .plans_all .plans_item .plans_price p {
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 3.8px;
}

.plans .plans_inner .plans_all .plans_item .plans_price p span {
  font-size: 20px;
}

.plans .plans_inner .plans_all .plans_item .plans_price > span {
  font-size: 14px;
  letter-spacing: 2px;
}

.plans .plans_inner .plans_all .plans_item img {
  height: 148px;
}

.plans .plans_inner .plans_all .plans_item > p {
  font-size: 18px;
  margin-top: 38px;
  line-height: 1.7;
  letter-spacing: 1.4px;
}

.plans .plans_inner .plans_all .plans_item:last-of-type {
  position: relative;
}

.plans .plans_inner .plans_all .plans_item:last-of-type .recommend {
  position: absolute;
  top: 0;
  left: 0;
  width: 88px;
  height: 88px;
  background-color: #1C95E5;
  border-radius: 16px 0 0 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.plans .plans_inner .plans_all .plans_item:last-of-type .recommend span {
  color: #FFF;
  font-weight: bold;
  font-size: 12px;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  transform: rotate(-45deg) translateY(-14px);
}

.plans .plans_inner .notice {
  color: #1C95E5;
  font-size: 15px;
  max-width: 790px;
  margin: 26px auto 0;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .plans .plans_inner .plans_head {
    margin-bottom: 60px;
  }
  .plans .plans_inner .plans_all {
    max-width: 330px;
    display: flex;
    justify-content: space-between;
    align-items: auto;
    flex-wrap: wrap;
  }
  .plans .plans_inner .plans_all .plans_item {
    width: 100%;
    padding: 76px 10px 60px;
  }
  .plans .plans_inner .plans_all .plans_item h4 {
    font-size: 25px;
    margin-bottom: 6px;
  }
  .plans .plans_inner .plans_all .plans_item .plans_price {
    margin-bottom: 44px;
  }
  .plans .plans_inner .plans_all .plans_item > p {
    font-size: 15px;
  }
  .plans .plans_inner .plans_all .plans_item:last-of-type {
    margin-top: 30px;
  }
  .plans .plans_inner .plans_all .plans_item:last-of-type .recommend {
    top: -1px;
    left: -1px;
  }
  .plans .plans_inner .notice {
    font-size: 11px;
    margin: 12px auto 0;
    text-align: center;
  }
}

.free {
  position: relative;
}

.free::before {
  background-image: url(/assets/img/free_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  content: "";
}

.free .free_inner {
  padding: 100px 0 60px;
  margin: 0 auto;
  width: 85%;
  max-width: 1440px;
}

.free .free_inner .free_txt {
  max-width: 846px;
  margin: 0 auto;
  border-radius: 36px;
  border: 2px solid #000;
  text-align: center;
  position: relative;
  padding: 80px 0;
}

.free .free_inner .free_txt::before {
  background-color: #FFF;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 36px;
  z-index: -1;
}

.free .free_inner .free_txt h2 {
  font-size: 40px;
  letter-spacing: 4px;
  font-weight: 500;
  margin-bottom: 70px;
}

.free .free_inner .free_txt p {
  font-size: 18px;
  line-height: 2.2;
  letter-spacing: 1.4px;
  margin-bottom: 60px;
}

.free .free_inner .free_txt a {
  background-color: #E33A82;
  color: #FFF;
  font-weight: bold;
  font-size: 32px;
  width: 440px;
  height: 100px;
  line-height: 100px;
  display: block;
  text-align: center;
  margin: 0 auto;
  border-radius: 20px;
}

.free .free_inner > span {
  max-width: 846px;
  margin: 0 auto;
  text-align: right;
  display: block;
  font-size: 14px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .free::before {
    background-image: url(/assets/img/free_bg_sp.png);
  }
  .free .free_inner {
    padding: 110px 0 130px;
    max-width: 1440px;
    width: 85%;
    margin: 0 auto;
  }
  .free .free_inner .free_txt {
    max-width: 330px;
    padding: 70px 0;
  }
  .free .free_inner .free_txt::before {
    top: -12px;
    left: -8px;
  }
  .free .free_inner .free_txt h2 {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .free .free_inner .free_txt p {
    font-size: 14px;
    margin-bottom: 56px;
  }
  .free .free_inner .free_txt a {
    font-size: 22px;
    width: 280px;
    height: 70px;
    line-height: 70px;
  }
  .free .free_inner > span {
    font-size: 12px;
    margin-top: 10px;
    max-width: 330px;
  }
}

.faq {
  background-color: #FAF4F4;
}

.faq .faq_inner {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.faq .faq_inner .faq_head {
  margin-bottom: 100px;
}

.faq .faq_inner .faq_head h2 span {
  font-size: 28px;
  margin: 0 6px;
}

.faq .faq_inner .faq_all {
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.faq .faq_inner .faq_all .faq_item {
  background-color: #FFF;
  border-radius: 20px;
  margin-bottom: 22px;
}

.faq .faq_inner .faq_all .faq_item:last-of-type {
  margin-bottom: 0;
}

.faq .faq_inner .faq_all .faq_item .title {
  border-radius: 20px;
  background: #FFF;
  cursor: pointer;
  position: relative;
  padding: 0 30px;
}

.faq .faq_inner .faq_all .faq_item .title p {
  font-size: 25px;
  padding: 30px 62px;
  position: relative;
  color: #CF799E;
}

.faq .faq_inner .faq_all .faq_item .title p::before {
  font-family: filmotype-lacrosse, sans-serif;
  font-weight: 500;
  font-size: 46px;
  position: absolute;
  top: 50%;
  left: 0;
  content: "Q.";
  transform: translateY(-50%);
}

.faq .faq_inner .faq_all .faq_item .title p::after {
  content: "";
  background-image: url(/assets/img/faq/arrow.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 45px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: .5s all;
}

.faq .faq_inner .faq_all .faq_item .title.open p::after {
  transform: translateY(-50%) scale(1, -1);
}

.faq .faq_inner .faq_all .faq_item .text {
  border-radius: 0 0 20px 20px;
  background-color: #FFF;
  padding: 0 30px;
  display: none;
}

.faq .faq_inner .faq_all .faq_item .text p {
  position: relative;
  padding: 50px 62px;
  font-size: 22px;
  line-height: 2.2;
}

.faq .faq_inner .faq_all .faq_item .text p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #EBCAD6, #EBCAD6 8px, transparent 8px, transparent 16px);
  /* 幅2の線を作る */
  background-size: 16px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.faq .faq_inner .faq_all .faq_item .text p::after {
  font-family: filmotype-lacrosse, sans-serif;
  font-weight: 500;
  font-size: 46px;
  position: absolute;
  top: 24px;
  left: 0;
  content: "A.";
}

.faq .faq_inner .img01 {
  position: absolute;
  top: 0;
  right: -10px;
  width: 208px;
}

.faq .faq_inner .img02 {
  position: absolute;
  top: 330px;
  left: 50px;
  width: 208px;
}

.faq .faq_inner .img03 {
  position: absolute;
  bottom: 430px;
  right: 50px;
  width: 208px;
}

.faq .faq_inner .img04 {
  position: absolute;
  bottom: 30px;
  left: 100px;
  width: 208px;
}

@media screen and (max-width: 768px) {
  .faq .faq_inner {
    padding: 80px 0 120px;
    width: 85%;
  }
  .faq .faq_inner .faq_head {
    margin-bottom: 60px;
  }
  .faq .faq_inner .faq_all {
    max-width: 330px;
  }
  .faq .faq_inner .faq_all .faq_item .title p {
    font-size: 15px;
    padding: 24px 24px 24px 36px;
  }
  .faq .faq_inner .faq_all .faq_item .title p::before {
    left: -22px;
  }
  .faq .faq_inner .faq_all .faq_item .title p::after {
    width: 42px;
    height: 14px;
    right: -28px;
  }
  .faq .faq_inner .faq_all .faq_item .text p {
    padding: 24px 16px 24px 36px;
    font-size: 15px;
    line-height: 1.6;
  }
  .faq .faq_inner .faq_all .faq_item .text p::after {
    top: 6px;
    left: -22px;
  }
  .faq .faq_inner .img01 {
    top: 0;
    right: -40px;
    width: 124px;
  }
  .faq .faq_inner .img02 {
    top: 330px;
    left: -40px;
    width: 124px;
  }
  .faq .faq_inner .img03 {
    bottom: 430px;
    right: -40px;
    width: 124px;
  }
  .faq .faq_inner .img04 {
    bottom: 10px;
    left: 20px;
    width: 124px;
  }
}

.copy .copy_inner {
  display: flex;
  justify-content: auto;
  align-items: auto;
  flex-wrap: nowrap;
  flex-direction: column;
  text-align: center;
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  padding: 106px 0;
}

.copy .copy_inner img {
  margin: 0 auto;
}

.copy .copy_inner img:first-of-type {
  width: 500px;
  margin-bottom: 20px;
}

.copy .copy_inner img:last-of-type {
  width: 236px;
}

@media screen and (max-width: 768px) {
  .copy .copy_inner {
    padding: 60px 0;
  }
  .copy .copy_inner img:first-of-type {
    width: 242px;
    margin-bottom: 12px;
  }
  .copy .copy_inner img:last-of-type {
    width: 126px;
  }
}

.footer {
  background-image: url(/assets/img/note_bg.png);
  background-size: 100%;
}

.footer .footer_inner {
  padding: 60px 0;
  max-width: 1240px;
  width: 95%;
  margin: 0 auto;
}

.footer .footer_inner .footer_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 60px;
}

.footer .footer_inner .footer_top .footer_logo {
  width: 308px;
}

.footer .footer_inner .footer_top ul {
  display: flex;
  justify-content: auto;
  align-items: auto;
  flex-wrap: nowrap;
}

.footer .footer_inner .footer_top ul li {
  margin-left: 22px;
}

.footer .footer_inner .footer_top ul li img {
  height: 52px;
}

.footer .footer_inner .footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: auto;
  flex-wrap: nowrap;
  color: #1C95E5;
  font-size: 18px;
}

.footer .footer_inner .footer_bottom .address p {
  line-height: 1.8;
}

.footer .footer_inner .footer_bottom ul li {
  margin-bottom: 6px;
}

.footer .footer_inner .footer_bottom ul li a {
  color: #1C95E5;
}

.footer .copylight {
  background-color: #1C95E5;
  padding: 12px;
  text-align: center;
  color: #FFF;
}

@media screen and (max-width: 768px) {
  .footer {
    background-image: url(/assets/img/note_bg.png);
    background-size: 400%;
  }
  .footer .footer_inner {
    padding: 40px 0;
    max-width: 330px;
    width: 85%;
  }
  .footer .footer_inner .footer_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .footer .footer_inner .footer_top .footer_logo {
    width: 100%;
    margin-bottom: 50px;
  }
  .footer .footer_inner .footer_top ul {
    display: flex;
    justify-content: auto;
    align-items: auto;
    flex-wrap: nowrap;
  }
  .footer .footer_inner .footer_top ul li {
    margin-right: 22px;
    margin-left: 0;
  }
  .footer .footer_inner .footer_bottom {
    display: flex;
    justify-content: space-between;
    align-items: auto;
    flex-wrap: wrap;
    color: #1C95E5;
    font-size: 15px;
  }
  .footer .footer_inner .footer_bottom .address {
    margin-bottom: 46px;
  }
  .footer .footer_inner .footer_bottom .address p span {
    font-weight: 500;
  }
}
