@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
/* Animation */
@-webkit-keyframes zoomDown {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomDown {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.fadeIn {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}

.fadeIn.animated {
  opacity: 1;
}

/*------------------------------------------------------------
	Default
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  margin-top: 0 !important;
  font-size: 62.5%;
}

body, table,
input, textarea, select, option, button,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-family: "YakuHanJP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
}

b, strong, .bold {
  font-family: "YakuHanJP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* IE11だけに適応 */
_:lang(x)::-ms-backdrop, .selector {
  font-family: "YakuHanJP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

input::-webkit-input-placeholder {
  color: #020000;
}

input::-moz-placeholder {
  color: #020000;
}

input:-ms-input-placeholder {
  color: #020000;
}

input::-ms-input-placeholder {
  color: #020000;
}

input::placeholder {
  color: #020000;
}

/* IE */
input:-ms-input-placeholder {
  color: #020000;
}

/* Edge */
input::-ms-input-placeholder {
  color: #020000;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #020000;
}
a:hover {
  opacity: 0.8;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.under_link {
  text-decoration: underline;
}

.sp-only {
  display: none;
}

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

@media screen and (max-width: 640px) {
  .pc-only {
    display: none;
  }
}
.sub-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .sub-only {
    display: none;
  }
}
/*------------------------------------------------------------
  Layout
------------------------------------------------------------*/
.wrapper {
  margin: 0 auto;
  width: 100%;
}

.sec {
  width: 920px;
  margin: auto;
}
@media screen and (max-width: 940px) {
  .sec {
    width: 100%;
    padding: 0 10px;
  }
}

.container {
  width: 920px;
  margin: auto;
}
@media screen and (max-width: 940px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
.container_ttl {
  text-align: center;
}
.container_ttl img {
  width: 182px;
}
.container_ttl span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  vertical-align: text-top;
  margin-left: 18px;
}
@media screen and (max-width: 640px) {
  .container_ttl span {
    display: block;
    margin-top: 16px;
    margin-left: auto;
  }
}
.container_subttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.06em;
  position: relative;
  margin-bottom: 82px;
  z-index: 3;
}
@media screen and (max-width: 640px) {
  .container_subttl {
    font-size: 2rem;
    margin-bottom: 54px;
  }
}

.header {
  width: 100%;
  height: 100px;
  z-index: 9999997;
  margin: auto;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.67);
}
@media screen and (max-width: 768px) {
  .header {
    height: 90px;
  }
}
.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 30px;
  padding: 0 50px;
}
@media screen and (max-width: 980px) {
  .header_inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .header_inner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    top: 20px;
  }
}
.header__left {
  max-width: 450px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .header__left {
    max-width: 380px;
  }
}
@media screen and (max-width: 860px) {
  .header__left {
    max-width: 310px;
  }
}
@media screen and (max-width: 768px) {
  .header__left {
    max-width: 100%;
    width: 270px;
  }
}
.header__left_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header__left_ttl a {
  margin-right: 20px;
}
@media screen and (max-width: 1080px) {
  .header__left_ttl a {
    width: 150px;
  }
}
@media screen and (max-width: 860px) {
  .header__left_ttl a {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .header__left_ttl a {
    width: 136px;
  }
}
@media screen and (max-width: 1080px) {
  .header__left_ttl a img {
    width: 100%;
  }
}
.header__left_ttl_sub {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
}
@media screen and (max-width: 1080px) {
  .header__left_ttl_sub {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 860px) {
  .header__left_ttl_sub {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .header__left_ttl_sub {
    position: absolute;
    top: -20px;
  }
}
.header__navi {
  display: block;
}
@media screen and (max-width: 768px) {
  .header__navi {
    display: none;
  }
}
.header__navi.is-open {
  opacity: 1;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  text-align: center;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__navi_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .header__navi_inner {
    margin: 0 auto;
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .header__navi_inner li {
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
  }
}
.header__navi_inner li.link {
  margin-right: 26px;
}
@media screen and (max-width: 860px) {
  .header__navi_inner li.link {
    margin-right: 14px;
  }
}
@media screen and (max-width: 768px) {
  .header__navi_inner li.link {
    margin: 0 40px 60px;
  }
}
.header__navi_inner li.link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .header__navi_inner li.link ul {
    display: block;
  }
}
.header__navi_inner li.link ul li {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1080px) {
  .header__navi_inner li.link ul li {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .header__navi_inner li.link ul li {
    font-size: 2.4rem;
    border-bottom: 1px solid #FCA518;
    text-align: left;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.header__navi_inner li.link ul li a {
  color: #FCA518;
}
.header__navi_inner li.link ul li a.active {
  color: #FF003A;
}
.header__navi_inner li.link ul li:first-child {
  margin-right: 30px;
}
@media screen and (max-width: 980px) {
  .header__navi_inner li.link ul li:first-child {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header__navi_inner li.link ul li:first-child {
    margin-right: auto;
  }
}
.header__navi_inner li.line {
  margin-right: 20px;
}
@media screen and (max-width: 860px) {
  .header__navi_inner li.line {
    margin-right: 10px;
  }
}
.header__navi_inner li.line a {
  display: inline-block;
  width: 184px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #07BC2C;
  border-radius: 25px;
  padding: 9px 0;
}
@media screen and (max-width: 980px) {
  .header__navi_inner li.line a {
    width: 140px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .header__navi_inner li.line a {
    width: 256px;
    font-size: 2rem;
    border-radius: 30px;
    padding: 19px 0;
  }
}
@media screen and (max-width: 768px) {
  .header__navi_inner li.sns {
    display: none;
  }
}
.header__btn_menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__btn_menu {
    display: block;
    cursor: pointer;
    background-color: #FCA518;
    padding: 18px 14px;
    border-radius: 50%;
    z-index: 99999999;
  }
}
.header__btn_menu.is-open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 4px);
  transform: rotate(-45deg) translate(-4px, 4px);
}
.header__btn_menu.is-open .bar2 {
  opacity: 0;
}
.header__btn_menu.is-open .bar3 {
  -webkit-transform: rotate(45deg) translate(-4px, -4px);
  transform: rotate(45deg) translate(-4px, -4px);
}
.header__btn_menu div {
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: auto;
}
.header__btn_menu .bar2 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.footer {
  border-top: 4px solid #FCA518;
}
.footer__inner {
  width: 100%;
  margin: auto;
  padding: 25px 50px;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    padding: 22px 10px;
  }
}
.footer__inner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__inner_box {
    display: block;
  }
}
.footer__inner_box_left {
  width: 310px;
}
@media screen and (max-width: 860px) {
  .footer__inner_box_left {
    width: 220px;
  }
}
@media screen and (max-width: 768px) {
  .footer__inner_box_left {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer__inner_box_left img {
    width: 158px;
  }
}
.footer__inner_box_right {
  width: calc(100% - 310px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
@media screen and (max-width: 860px) {
  .footer__inner_box_right {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 768px) {
  .footer__inner_box_right {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.footer__inner_box_right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__inner_box_right ul {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 24px;
  }
}
.footer__inner_box_right ul li {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .footer__inner_box_right ul li {
    width: 50%;
    font-size: 1.4rem;
    margin-right: auto;
    text-align: center;
  }
}
.footer__inner_copyright {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .footer__inner_copyright {
    font-size: 1.4rem;
  }
}

.obj {
  opacity: 0;
  margin-top: 100px;
  -webkit-transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 500ms cubic-bezier(0.42, 0, 0.58, 1);
  pointer-events: none;
}
.obj.is-inview {
  opacity: 1;
  margin-top: 0;
}

.course_box {
  width: 100%;
  border: 3px solid #302D2C;
  border-radius: 10px;
  padding: 44px 28px 30px;
}
@media screen and (max-width: 640px) {
  .course_box {
    padding: 30px 20px;
  }
}
.course_box.minimum {
  background-color: #FFEB00;
}
.course_box.minimum .course_box_price dl dd {
  color: #FF698B;
}
.course_box.minimum .course_box_text h4 {
  color: #FF698B;
}
.course_box.standard {
  background-color: #FFE3EA;
}
.course_box.standard .course_box_price dl dd {
  color: #FF003A;
}
.course_box.standard .course_box_text h4 {
  color: #FF003A;
}
.course_box_img {
  text-align: center;
  margin-bottom: 20px;
}
.course_box h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.06em;
  line-height: 1.4666666667;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .course_box h3 {
    font-size: 2.5rem;
    line-height: 1.44;
  }
}
.course_box h4 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.45;
  text-align: center;
  margin-bottom: 18px;
}
.course_box_price {
  margin-bottom: 20px;
}
.course_box_price dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #000;
  padding-bottom: 4px;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.course_box_price dl dt {
  width: 140px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .course_box_price dl dt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .course_box_price dl dt {
    line-height: 1.5;
  }
}
.course_box_price dl dd {
  width: 230px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .course_box_price dl dd {
    font-size: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .course_box_price dl dd {
    width: 190px;
    line-height: 1.4666666667;
  }
}
.course_box_text {
  border: 2px solid #000;
  background-color: #fff;
  border-radius: 10px;
  padding: 16px 0 20px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .course_box_text {
    padding: 16px 10px 20px;
  }
}
.course_box_text h4 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.45;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .course_box_text h4 {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    margin-bottom: 2px;
  }
}
.course_box_text p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .course_box_text p {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.course_box_link {
  text-align: center;
}
.course_box_link a {
  display: inline-block;
  width: 244px;
  background-color: #000;
  color: #fff;
  border-radius: 28px;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  padding: 14px 0;
}
.course_box_list dl {
  margin-bottom: 20px;
}
.course_box_list dl:not(:last-child) {
  border-bottom: 1px dotted #000;
}
.course_box_list dl dt {
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.45;
  margin-bottom: 12px;
  color: #969696;
  padding-left: 28px;
}
.course_box_list dl dt::before {
  content: "";
  background-image: url(../img/common/icon_ng.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
}
.course_box_list dl dd {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5714285714;
  color: #969696;
  margin-bottom: 20px;
}
.course_box_list dl.support dt {
  color: #FF003A;
}
.course_box_list dl.support dt::before {
  background-image: url(../img/common/icon_ok.svg);
  width: 20px;
  height: 20px;
}
.course_box_list dl.support dd {
  color: #020000;
}

.flow_list {
  width: 830px;
  margin: auto;
}
@media screen and (max-width: 880px) {
  .flow_list {
    width: 100%;
  }
}
.flow_list_inner {
  position: relative;
  border: 4px solid #4AC23E;
  background-color: #fff;
  border-radius: 17px;
  padding: 40px 44px;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .flow_list_inner {
    padding: 30px 20px;
  }
}
.flow_list_inner_ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.45;
  color: #FF698B;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .flow_list_inner_ttl {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    margin-bottom: 10px;
  }
}
.flow_list_inner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .flow_list_inner_box {
    display: block;
  }
}
.flow_list_inner_box_left {
  margin-right: 30px;
}
@media screen and (max-width: 640px) {
  .flow_list_inner_box_left {
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
  }
}
.flow_list_inner_box_left .qr_img {
  width: 140px;
}
.flow_list_inner_box_right p {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
@media screen and (max-width: 640px) {
  .flow_list_inner_box_right p {
    font-size: 1.4rem;
    letter-spacing: 0em;
    line-height: 1.7142857143;
  }
}
.flow_list_inner_box_right_line {
  display: block;
  width: 184px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #07BC2C;
  border-radius: 25px;
  padding: 9px 0;
  margin: 10px 0 30px;
}
@media screen and (max-width: 640px) {
  .flow_list_inner_box_right_line {
    margin: 20px auto 30px;
  }
}

.top_ttl {
  background: linear-gradient(117deg, rgb(252, 165, 24) 0%, rgb(251, 255, 147) 100%);
  padding: 74px 0;
}
@media screen and (max-width: 640px) {
  .top_ttl {
    padding: 40px 0;
  }
}
.top_ttl_text {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.5rem;
  letter-spacing: 0.06em;
  line-height: 1.4571428571;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .top_ttl_text {
    font-size: 2.1rem;
    line-height: 1.4285714286;
  }
}

.bg {
  position: relative;
  background-image: url(../img/common/bg_pc.png);
  background-image: -webkit-image-set(url(../img/common/bg_pc.png) 1x, url(../img/common/bg_pc@2x.png) 2x);
  background-image: image-set(url(../img/common/bg_pc.png) 1x, url(../img/common/bg_pc@2x.png) 2x);
  background-repeat: repeat-y;
  background-position: top;
}
@media screen and (max-width: 640px) {
  .bg {
    background-image: url(../img/common/bg_sp.png);
    background-image: -webkit-image-set(url(../img/common/bg_sp.png) 1x, url(../img/common/bg_sp@2x.png) 2x);
    background-image: image-set(url(../img/common/bg_sp.png) 1x, url(../img/common/bg_sp@2x.png) 2x);
    background-size: contain;
  }
}

.sec__start {
  overflow: hidden;
}
.sec__start_inner {
  position: relative;
  padding-top: 138px;
  padding-bottom: 38px;
}
@media screen and (max-width: 640px) {
  .sec__start_inner {
    padding-top: 44px;
    padding-bottom: 0;
  }
}
.sec__start_inner_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .sec__start_inner_contact {
    display: block;
  }
}
.sec__start_inner_contact_left {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .sec__start_inner_contact_left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.sec__start_inner_contact_left p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.875;
  margin-bottom: 10px;
}
.sec__start_inner_contact_left p span {
  color: #FF698B;
}
.sec__start_inner_contact_right {
  position: relative;
  padding: 67px 85px 56px 106px;
  margin-top: -148px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec__start_inner_contact_right {
    padding: 66px 20px 56px 70px;
  }
}
@media screen and (max-width: 640px) {
  .sec__start_inner_contact_right {
    margin-top: auto;
    margin-left: 26px;
    padding: 30px;
  }
}
.sec__start_inner_contact_right_qr {
  background-color: #fff;
  padding: 18px 24px;
  border-radius: 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .sec__start_inner_contact_right_qr {
    width: 238px;
  }
}
.sec__start_inner_contact_right_line {
  display: inline-block;
  width: 216px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #07BC2C;
  border-radius: 25px;
  padding: 9px 0;
}
@media screen and (max-width: 640px) {
  .sec__start_inner_contact_right_line {
    margin-left: 10px;
  }
}
.sec__start_inner_contact_right_bg {
  position: absolute;
  width: 100vw;
  height: 100%;
  background-color: #FFEB00;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 40px;
}
.sec__start_obj1 {
  background-color: #FF698B;
  position: absolute;
  top: -42px;
  left: -15px;
  z-index: -1;
  width: 114px;
  height: 114px;
  border-radius: 30px;
  -webkit-transform: rotate(34deg);
          transform: rotate(34deg);
  -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
}
@media screen and (max-width: 640px) {
  .sec__start_obj1 {
    width: 55px;
    height: 55px;
    top: -18px;
    left: -5px;
    border-radius: 10px;
  }
}
.sec__start_obj2 {
  border: 10px solid #34BDD6;
  position: absolute;
  top: -16%;
  right: -12%;
  z-index: -3;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
}
@media screen and (max-width: 640px) {
  .sec__start_obj2 {
    display: none;
  }
}
.sec__start_obj3 {
  content: "";
  background-image: url(../img/common/icon-obj2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 93%;
  left: 50%;
  z-index: -1;
  width: 40px;
  height: 35px;
  border-radius: 50%;
  -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
}
@media screen and (max-width: 640px) {
  .sec__start_obj3 {
    top: 35%;
    right: 15px;
    left: auto;
  }
}

/*------------------------------------------------------------
  sec__course
------------------------------------------------------------*/
.top .sec__fv_inner {
  position: relative;
  overflow: hidden;
}
.top .sec__fv_inner_img {
  position: absolute;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .top .sec__fv_inner_img {
    width: 86%;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__fv_inner_img {
    width: 92%;
  }
}
@media screen and (max-width: 900px) {
  .top .sec__fv_inner_img img {
    width: 100%;
  }
}
.top .sec__fv_inner_text {
  padding-top: 132px;
}
@media screen and (max-width: 640px) {
  .top .sec__fv_inner_text {
    display: block;
    width: 100%;
    padding: 110px 20px 0;
  }
}
.top .sec__fv_inner_text h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.4571428571;
}
@media screen and (max-width: 640px) {
  .top .sec__fv_inner_text h3 {
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}
.top .sec__fv_inner_text h2 {
  width: 860px;
}
@media screen and (max-width: 900px) {
  .top .sec__fv_inner_text h2 {
    width: 86%;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__fv_inner_text h2 {
    width: 350px;
    margin-left: -8px;
  }
}
.top .sec__fv_inner_text h2 img {
  width: 100%;
}
.top .sec__fv_inner_text_top {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.44;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .top .sec__fv_inner_text_top {
    font-size: 1.7rem;
    line-height: 1.4705882353;
    margin-bottom: 4px;
  }
}
.top .sec__fv_inner_text_btm {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
@media screen and (max-width: 640px) {
  .top .sec__fv_inner_text_btm {
    font-size: 1.4rem;
    letter-spacing: 0em;
    line-height: 1.7142857143;
  }
}
.top .sec__fv_inner_list {
  position: relative;
}
.top .sec__fv_inner_list ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 88px;
}
@media screen and (max-width: 640px) {
  .top .sec__fv_inner_list ul {
    margin-bottom: 18px;
  }
}
.top .sec__fv_inner_list ul li {
  opacity: 0;
  /* フェードインしたいので最初は非表示 */
  bottom: -15px;
  /* 下から上に移動したいので最初はマイナス値 */
  -webkit-transition: 1s;
  transition: 1s;
  /* 1秒かけてアニメーション */
  width: 24.5%;
}
@media screen and (max-width: 640px) {
  .top .sec__fv_inner_list ul li {
    width: 48%;
  }
}
.top .sec__fv_inner_list ul li.fadein {
  opacity: 1;
  bottom: 0;
}
.top .sec__fv_inner_list ul li:first-child {
  margin-top: 60px;
}
.top .sec__fv_inner_list ul li:nth-of-type(2) {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .top .sec__fv_inner_list ul li:nth-of-type(3) {
    display: none;
  }
}
.top .sec__fv_inner_list ul li:last-child {
  margin-top: -40px;
}
@media screen and (max-width: 640px) {
  .top .sec__fv_inner_list ul li:last-child {
    display: none;
  }
}
.top .sec__fv_inner_list ul li img {
  width: 100%;
}
.top .sec__fv_inner_line {
  margin-bottom: 40px;
}
.top .sec__fv_inner_line_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #4AC23E;
  background-color: #fff;
  border-radius: 40px;
  padding: 13px 26px;
}
.top .sec__fv_inner_line_list_left a {
  display: inline-block;
  width: 256px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #07BC2C;
  border-radius: 20px;
  padding: 9px 0;
}
.top .sec__fv_inner_about {
  padding-bottom: 138px;
}
.top .sec__fv_inner_about h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  font-size: 3.5rem;
  letter-spacing: 0.06em;
  line-height: 1.4571428571;
  margin-bottom: 14px;
}
@media screen and (max-width: 640px) {
  .top .sec__fv_inner_about h3 {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    margin-bottom: 10px;
  }
}
.top .sec__fv_inner_about_text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.875;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .top .sec__fv_inner_about_text {
    font-size: 1.4rem;
    letter-spacing: 0em;
    line-height: 1.7142857143;
    margin-bottom: 20px;
  }
}
.top .sec__fv_inner_about_app {
  text-align: center;
  margin-bottom: 42px;
}
@media screen and (max-width: 640px) {
  .top .sec__fv_inner_about_app {
    margin-bottom: 20px;
  }
}
.top .sec__fv_inner_about_app span {
  display: inline-block;
  width: 176px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #FCA518;
  border-radius: 25px;
  text-align: center;
  padding: 9px 0;
}
@media screen and (max-width: 640px) {
  .top .sec__fv_inner_about_app span {
    width: 162px;
    font-size: 1.4rem;
  }
}
.top .sec__fv_inner_about_list {
  position: relative;
}
.top .sec__fv_inner_about_list ul {
  width: 742px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 760px) {
  .top .sec__fv_inner_about_list ul {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__fv_inner_about_list ul {
    display: block;
  }
}
.top .sec__fv_inner_about_list ul li {
  width: 30.3%;
}
@media screen and (max-width: 640px) {
  .top .sec__fv_inner_about_list ul li {
    width: 224px;
    margin: auto;
    margin-bottom: 20px;
  }
}
.top .sec__fv_inner_about_list ul li img {
  width: 100%;
}
.top .sec__fv_inner_obj1 {
  content: "";
  background-image: url(../img/common/icon-obj1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 9%;
  left: -21%;
  z-index: -1;
  width: 40px;
  height: 35px;
  border-radius: 50%;
  -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
}
.top .sec__fv_inner_obj2 {
  border: 10px solid #34BDD6;
  position: absolute;
  top: -18%;
  right: -7%;
  z-index: -1;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
}
@media screen and (max-width: 640px) {
  .top .sec__fv_inner_obj2 {
    top: -23%;
    right: -11%;
  }
}
@media screen and (max-width: 460px) {
  .top .sec__fv_inner_obj2 {
    top: -37%;
    right: -16%;
  }
}
.top .sec__fv_inner_obj3 {
  content: "";
  background-image: url(../img/common/icon-obj2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 57%;
  right: -15%;
  z-index: -1;
  width: 40px;
  height: 35px;
  border-radius: 50%;
  -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
}
.top .sec__fv_inner_obj4 {
  background-color: #FFEB00;
  position: absolute;
  top: 77%;
  left: -8%;
  z-index: -1;
  width: 150px;
  height: 150px;
  border-radius: 30px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
}
@media screen and (max-width: 640px) {
  .top .sec__fv_inner_obj4 {
    top: 83%;
  }
}
.top .sec__fv_inner_obj5 {
  background-color: #FF698B;
  position: absolute;
  top: -18%;
  right: 12px;
  z-index: -1;
  width: 115px;
  height: 115px;
  border-radius: 30px;
  -webkit-transform: rotate(36deg);
          transform: rotate(36deg);
  -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
}
@media screen and (max-width: 900px) {
  .top .sec__fv_inner_obj5 {
    right: -20px;
  }
}
@media screen and (max-width: 768px) {
  .top .sec__fv_inner_obj5 {
    right: -56px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__fv_inner_obj5 {
    top: 66%;
    right: -32px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__fv_inner_obj6 {
    background-color: #FF698B;
    position: absolute;
    top: 64%;
    right: -12%;
    z-index: -1;
    width: 150px;
    height: 150px;
    border-radius: 30px;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
    transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
  }
}
.top .sec__01 {
  background-color: #FCF9F4;
  overflow: hidden;
}
.top .sec__01_inner {
  padding-top: 80px;
}
@media screen and (max-width: 640px) {
  .top .sec__01_inner {
    padding-top: 60px;
  }
}
.top .sec__01_inner .container_ttl {
  padding-bottom: 78px;
}
@media screen and (max-width: 640px) {
  .top .sec__01_inner .container_ttl {
    padding-bottom: 56px;
  }
}
.top .sec__01_inner_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 100px;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .top .sec__01_inner_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 68px;
  }
}
.top .sec__01_inner_box_text {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .top .sec__01_inner_box_text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.top .sec__01_inner_box_text h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.06em;
  line-height: 1.44;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .top .sec__01_inner_box_text h3 {
    font-size: 2rem;
    line-height: 1.3181818182;
    margin-bottom: 16px;
  }
}
.top .sec__01_inner_box_text p {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
@media screen and (max-width: 640px) {
  .top .sec__01_inner_box_text p {
    font-size: 1.4rem;
    letter-spacing: 0em;
    line-height: 1.7142857143;
  }
}
.top .sec__01_inner .box01_text h3 {
  color: #4AC23E;
}
.top .sec__01_inner .box01_img {
  width: 42.5%;
  margin-right: 30px;
}
@media screen and (max-width: 640px) {
  .top .sec__01_inner .box01_img {
    width: 300px;
    margin: auto;
  }
}
.top .sec__01_inner .box01_img img {
  width: 100%;
}
.top .sec__01_inner .box01_obj1 {
  background-color: #FFEB00;
  position: absolute;
  top: -3%;
  left: -9%;
  z-index: -1;
  width: 150px;
  height: 150px;
  border-radius: 30px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
}
@media screen and (max-width: 640px) {
  .top .sec__01_inner .box01_obj1 {
    left: -6%;
    width: 75px;
    height: 75px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__01_inner .box02_text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.top .sec__01_inner .box02_text h3 {
  color: #FF698B;
}
.top .sec__01_inner .box02_text span {
  color: #FF698B;
}
.top .sec__01_inner .box02_img {
  width: 35%;
  margin-left: 60px;
}
@media screen and (max-width: 640px) {
  .top .sec__01_inner .box02_img {
    width: 250px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: auto;
  }
}
.top .sec__01_inner .box02_img img {
  width: 100%;
}
.top .sec__01_inner .box02_obj1 {
  border: 10px solid #FCA518;
  position: absolute;
  top: -7%;
  left: -11%;
  z-index: -1;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
}
@media screen and (max-width: 640px) {
  .top .sec__01_inner .box02_obj1 {
    display: none;
  }
}
.top .sec__01_inner .box02_obj2 {
  background-color: #34BDD6;
  position: absolute;
  top: -3%;
  right: -5%;
  z-index: -1;
  width: 140px;
  height: 140px;
  border-radius: 30px;
  -webkit-transform: rotate(34deg);
          transform: rotate(34deg);
  -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
}
@media screen and (max-width: 640px) {
  .top .sec__01_inner .box02_obj2 {
    width: 70px;
    height: 70px;
    border-radius: 20px;
  }
}
.top .sec__01_inner .box03_text h3 {
  color: #FCA518;
}
.top .sec__01_inner .box03_img {
  width: 34%;
  margin-right: 60px;
}
@media screen and (max-width: 640px) {
  .top .sec__01_inner .box03_img {
    width: 250px;
    margin: auto;
  }
}
.top .sec__01_inner .box03_img img {
  width: 100%;
}
.top .sec__01_inner .box03_obj1 {
  background-color: #fff;
  position: absolute;
  top: 2%;
  left: -6%;
  z-index: -1;
  width: 150px;
  height: 150px;
  border-radius: 30px;
  -webkit-transform: rotate(34deg);
          transform: rotate(34deg);
  -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
}
@media screen and (max-width: 640px) {
  .top .sec__01_inner .box03_obj1 {
    top: -3%;
    width: 75px;
    height: 75px;
    border-radius: 20px;
  }
}
.top .sec__01_inner .box03_obj2 {
  border: 10px solid #FF698B;
  position: absolute;
  top: -6%;
  right: -8%;
  z-index: -1;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
}
@media screen and (max-width: 640px) {
  .top .sec__01_inner .box03_obj2 {
    display: none;
  }
}
.top .sec__01_inner .box04 {
  padding-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .top .sec__01_inner .box04_text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.top .sec__01_inner .box04_text h3 {
  color: #34BDD6;
}
.top .sec__01_inner .box04_img {
  width: 40%;
  margin-left: 36px;
}
@media screen and (max-width: 640px) {
  .top .sec__01_inner .box04_img {
    width: 250px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: auto;
  }
}
.top .sec__01_inner .box04_img img {
  width: 100%;
}
.top .sec__01_inner .box04_obj1 {
  border: 10px solid #FFEB00;
  position: absolute;
  top: -17%;
  left: -16%;
  z-index: -1;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
}
@media screen and (max-width: 640px) {
  .top .sec__01_inner .box04_obj1 {
    display: none;
  }
}
.top .sec__01_inner .box04_obj2 {
  background-color: #FF698B;
  position: absolute;
  top: 15%;
  right: -7%;
  z-index: -1;
  width: 102px;
  height: 102px;
  border-radius: 30px;
  -webkit-transform: rotate(34deg);
          transform: rotate(34deg);
  -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
}
@media screen and (max-width: 640px) {
  .top .sec__01_inner .box04_obj2 {
    top: -3%;
    width: 70px;
    height: 70px;
    border-radius: 20px;
  }
}
.top .sec__02_inner {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .top .sec__02_inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.top .sec__02_inner .container_ttl {
  padding-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .top .sec__02_inner .container_ttl {
    padding-bottom: 30px;
  }
}
.top .sec__02_inner_text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.875;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .top .sec__02_inner_text {
    font-size: 1.4rem;
    letter-spacing: 0em;
    line-height: 1.7142857143;
    margin-bottom: 50px;
  }
}
.top .sec__02_inner_img img {
  width: 100%;
}
.top .sec__bg {
  height: 500px;
}
@media screen and (max-width: 640px) {
  .top .sec__bg {
    height: 270px;
  }
}
.top .sec__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top .sec__course {
  overflow: hidden;
}
.top .sec__course_inner {
  padding-top: 138px;
  padding-bottom: 78px;
}
@media screen and (max-width: 640px) {
  .top .sec__course_inner {
    padding-top: 48px;
    padding-bottom: 0;
  }
}
.top .sec__course_inner_list {
  position: relative;
}
.top .sec__course_inner_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .top .sec__course_inner_list ul {
    display: block;
  }
}
.top .sec__course_inner_list ul li {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .top .sec__course_inner_list ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.top .sec__course_obj1 {
  background-color: #FF698B;
  position: absolute;
  top: -42px;
  left: -15px;
  z-index: -1;
  width: 114px;
  height: 114px;
  border-radius: 30px;
  -webkit-transform: rotate(34deg);
          transform: rotate(34deg);
  -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
}
@media screen and (max-width: 640px) {
  .top .sec__course_obj1 {
    width: 55px;
    height: 55px;
    top: -18px;
    left: -5px;
    border-radius: 10px;
  }
}
.top .sec__course_obj2 {
  border: 10px solid #FF698B;
  position: absolute;
  top: -8%;
  right: -10%;
  z-index: -1;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
}
@media screen and (max-width: 640px) {
  .top .sec__course_obj2 {
    display: none;
  }
}
.top .sec__course_obj3 {
  border: 10px solid #34BDD6;
  position: absolute;
  top: 92%;
  left: -20%;
  z-index: -1;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
}
@media screen and (max-width: 640px) {
  .top .sec__course_obj3 {
    display: none;
  }
}
.top .sec__reward {
  overflow: hidden;
}
.top .sec__reward_inner {
  padding-top: 60px;
}
@media screen and (max-width: 640px) {
  .top .sec__reward_inner {
    padding-top: 54px;
  }
}
.top .sec__reward_inner_top {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.6666666667;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .top .sec__reward_inner_top {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.top .sec__reward_inner_btm {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
@media screen and (max-width: 640px) {
  .top .sec__reward_inner_btm {
    font-size: 1.4rem;
    letter-spacing: 0em;
    line-height: 1.7142857143;
  }
}
.top .sec__reward_obj1 {
  background-color: #FFEB00;
  position: absolute;
  top: -42px;
  left: -15px;
  z-index: -1;
  width: 114px;
  height: 114px;
  border-radius: 30px;
  -webkit-transform: rotate(34deg);
          transform: rotate(34deg);
  -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
}
@media screen and (max-width: 640px) {
  .top .sec__reward_obj1 {
    width: 55px;
    height: 55px;
    top: -18px;
    left: -5px;
    border-radius: 10px;
  }
}
.top .sec__reward_obj2 {
  content: "";
  background-image: url(../img/common/icon-obj1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -34px;
  right: -3%;
  z-index: -1;
  width: 40px;
  height: 35px;
  border-radius: 50%;
  -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
}
@media screen and (max-width: 640px) {
  .top .sec__reward_obj2 {
    display: none;
  }
}
.top .sec__flow {
  overflow: hidden;
}
.top .sec__flow_inner {
  padding-top: 56px;
}
@media screen and (max-width: 640px) {
  .top .sec__flow_inner {
    padding-top: 58px;
  }
}
.top .sec__flow_inner .container_subttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .top .sec__flow_inner .container_subttl {
    display: block;
  }
}
.top .sec__flow_inner .container_subttl p {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .top .sec__flow_inner .container_subttl p {
    margin-top: 44px;
    text-align: left;
  }
}
.top .sec__flow_obj1 {
  background-color: #FFEB00;
  position: absolute;
  top: -38px;
  left: -15px;
  z-index: -1;
  width: 114px;
  height: 114px;
  border-radius: 30px;
  -webkit-transform: rotate(34deg);
          transform: rotate(34deg);
  -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
}
@media screen and (max-width: 640px) {
  .top .sec__flow_obj1 {
    width: 55px;
    height: 55px;
    top: -18px;
    left: -5px;
    border-radius: 10px;
  }
}
.top .sec__flow_obj2 {
  content: "";
  background-image: url(../img/common/icon-obj3.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 46%;
  left: -20%;
  z-index: -1;
  width: 40px;
  height: 35px;
  border-radius: 50%;
  -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
}
@media screen and (max-width: 640px) {
  .top .sec__flow_obj2 {
    display: none;
  }
}
.top .sec__flow_obj3 {
  border: 10px solid #FFEB00;
  position: absolute;
  top: 70%;
  right: -7%;
  z-index: -1;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
}
@media screen and (max-width: 640px) {
  .top .sec__flow_obj3 {
    top: 77%;
    right: -16%;
  }
}
.top .sec__flow_obj4 {
  content: "";
  background-image: url(../img/common/icon-obj4.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 40%;
  right: -20%;
  z-index: -1;
  width: 24px;
  height: 35px;
  border-radius: 50%;
  -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
}
@media screen and (max-width: 640px) {
  .top .sec__flow_obj4 {
    display: none;
  }
}
.top .sec__flow_obj5 {
  border: 10px solid #FF698B;
  position: absolute;
  top: 80%;
  left: -10%;
  z-index: -1;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
}
@media screen and (max-width: 640px) {
  .top .sec__flow_obj5 {
    top: 84%;
    left: -18%;
  }
}
.top .sec__flow_obj6 {
  content: "";
  background-image: url(../img/common/icon-obj5.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 40%;
  right: -25%;
  z-index: -1;
  width: 40px;
  height: 35px;
  border-radius: 50%;
  -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
}
@media screen and (max-width: 640px) {
  .top .sec__flow_obj6 {
    display: none;
  }
}
.top .sec__flow_obj7 {
  content: "";
  background-image: url(../img/common/icon-obj4.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 40%;
  left: -22%;
  z-index: -1;
  width: 24px;
  height: 35px;
  border-radius: 50%;
  -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
}
@media screen and (max-width: 640px) {
  .top .sec__flow_obj7 {
    display: none;
  }
}
.top .sec__flow_obj8 {
  content: "";
  background-image: url(../img/common/icon-obj5.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 40%;
  left: -20%;
  z-index: -1;
  width: 40px;
  height: 35px;
  border-radius: 50%;
  -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
}
@media screen and (max-width: 640px) {
  .top .sec__flow_obj8 {
    display: none;
  }
}
.top .sec__flow_obj9 {
  border: 10px solid #34BDD6;
  position: absolute;
  top: 20%;
  right: -23%;
  z-index: -1;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
}
@media screen and (max-width: 640px) {
  .top .sec__flow_obj9 {
    display: none;
  }
}
.top .sec__ft {
  overflow: hidden;
}
.top .sec__ft_inner {
  position: relative;
  padding-top: 106px;
  padding-bottom: 78px;
}
@media screen and (max-width: 640px) {
  .top .sec__ft_inner {
    padding: 35px 10px 30px;
  }
}
.top .sec__ft_inner_topbg {
  position: absolute;
  width: 100vw;
  height: 112px;
  background-color: #FFEB00;
  top: 106px;
  right: 39%;
  z-index: -1;
  border-radius: 20px;
}
@media screen and (max-width: 640px) {
  .top .sec__ft_inner_topbg {
    top: 35px;
    right: 30px;
  }
}
.top .sec__ft_inner_btmbg {
  position: absolute;
  width: 100vw;
  height: 355px;
  background-color: #FF698B;
  bottom: 78px;
  left: 42%;
  z-index: -1;
  border-radius: 20px;
}
@media screen and (max-width: 640px) {
  .top .sec__ft_inner_btmbg {
    bottom: 146px;
    left: 196px;
  }
}
.top .sec__ft_inner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .top .sec__ft_inner_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top .sec__ft_inner_box_left {
  width: 41.5%;
  margin-top: 194px;
}
@media screen and (max-width: 640px) {
  .top .sec__ft_inner_box_left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-top: auto;
    padding: 0 10px;
  }
}
.top .sec__ft_inner_box_left h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.06em;
  line-height: 1.75;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .top .sec__ft_inner_box_left h2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__ft_inner_box_left h2 {
    font-size: 2.5rem;
    line-height: 1.6;
  }
}
.top .sec__ft_inner_box_left p {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
@media screen and (max-width: 640px) {
  .top .sec__ft_inner_box_left p {
    font-size: 1.4rem;
    letter-spacing: 0em;
    line-height: 1.7142857143;
  }
}
.top .sec__ft_inner_box_right {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .top .sec__ft_inner_box_right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 28px;
  }
}
.top .sec__ft_inner_box_right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .top .sec__ft_inner_box_right ul li {
    width: 50%;
  }
}
.top .sec__ft_inner_box_right ul li:first-child {
  margin-top: 40px;
  margin-right: 6px;
}
@media screen and (max-width: 640px) {
  .top .sec__ft_inner_box_right ul li:first-child {
    margin-top: 30px;
  }
}
.top .sec__ft_inner_box_right ul li img {
  width: 100%;
}
.top .sec__ft_obj1 {
  content: "";
  background-image: url(../img/common/icon-obj1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 12%;
  left: 20%;
  z-index: -1;
  width: 40px;
  height: 35px;
  border-radius: 50%;
  -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
}
@media screen and (max-width: 640px) {
  .top .sec__ft_obj1 {
    display: none;
  }
}
.top .sec__ft_obj2 {
  content: "";
  background-image: url(../img/common/icon-obj5.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 80%;
  right: 8%;
  z-index: 1;
  width: 40px;
  height: 35px;
  border-radius: 50%;
  -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
}
@media screen and (max-width: 640px) {
  .top .sec__ft_obj2 {
    top: 69%;
  }
}

/*------------------------------------------------------------
  Course
------------------------------------------------------------*/
.course {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .course {
    padding-top: 90px;
  }
}
.course .sec__course_inner {
  padding-top: 82px;
}
@media screen and (max-width: 640px) {
  .course .sec__course_inner {
    padding-top: 40px;
  }
}
.course .sec__course_inner_top {
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 640px) {
  .course .sec__course_inner_top {
    margin-bottom: 40px;
  }
}
.course .sec__course_inner_top_ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.5rem;
  letter-spacing: 0.06em;
  line-height: 1.4571428571;
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .course .sec__course_inner_top_ttl {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
.course .sec__course_inner_top_text {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
  font-weight: 500;
  color: #020000;
}
@media screen and (max-width: 640px) {
  .course .sec__course_inner_top_text {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
.course .sec__course_inner_top_text span {
  color: #FF003A;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .course .sec__course_inner_top_text span {
    display: block;
  }
}
.course .sec__course_inner_box {
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .course .sec__course_inner_box {
    margin-bottom: 64px;
  }
}
.course .sec__course_inner_box .container_ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .course .sec__course_inner_box .container_ttl {
    margin-bottom: 20px;
  }
}
.course .sec__course_inner_box_text {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
  font-weight: 500;
  color: #020000;
}
@media screen and (max-width: 640px) {
  .course .sec__course_inner_box_text {
    font-size: 1.4rem;
    letter-spacing: 0em;
    line-height: 1.7142857143;
  }
}
.course .sec__course_inner_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .course .sec__course_inner_list ul {
    display: block;
  }
}
.course .sec__course_inner_list ul li {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .course .sec__course_inner_list ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.course .sec__course_obj1 {
  background-color: #FF698B;
  position: absolute;
  top: -42px;
  left: -15px;
  z-index: -1;
  width: 114px;
  height: 114px;
  border-radius: 30px;
  -webkit-transform: rotate(34deg);
          transform: rotate(34deg);
  -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
}
@media screen and (max-width: 640px) {
  .course .sec__course_obj1 {
    width: 55px;
    height: 55px;
    top: -18px;
    left: -5px;
    border-radius: 10px;
  }
}
.course .sec__change {
  margin-top: 140px;
}
@media screen and (max-width: 640px) {
  .course .sec__change {
    margin-top: 64px;
  }
}
.course .sec__change_inner_top {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.6666666667;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .course .sec__change_inner_top {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.course .sec__change_inner_btm {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.875;
  color: #020000;
}
@media screen and (max-width: 640px) {
  .course .sec__change_inner_btm {
    text-align: left;
    font-size: 1.4rem;
    letter-spacing: 0em;
    line-height: 1.7142857143;
  }
}
.course .sec__change_obj1 {
  background-color: #FFEB00;
  position: absolute;
  top: -42px;
  left: -15px;
  z-index: -1;
  width: 114px;
  height: 114px;
  border-radius: 30px;
  -webkit-transform: rotate(34deg);
          transform: rotate(34deg);
  -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
}
@media screen and (max-width: 640px) {
  .course .sec__change_obj1 {
    width: 55px;
    height: 55px;
    top: -18px;
    left: -5px;
    border-radius: 10px;
  }
}
.course .sec__reward {
  margin-top: 140px;
}
@media screen and (max-width: 640px) {
  .course .sec__reward {
    margin-top: 64px;
  }
}
.course .sec__reward_inner_table {
  width: 683px;
  margin: auto;
}
@media screen and (max-width: 720px) {
  .course .sec__reward_inner_table {
    width: 100%;
  }
}
.course .sec__reward_inner_table table {
  width: 100%;
  border-collapse: collapse;
}
.course .sec__reward_inner_table table tr {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
  color: #020000;
}
@media screen and (max-width: 640px) {
  .course .sec__reward_inner_table table tr {
    font-size: 1.4rem;
    line-height: 2.1428571429;
  }
}
.course .sec__reward_inner_table table tr th {
  border: 1px solid #302D2C;
  padding: 14px 0;
}
@media screen and (max-width: 640px) {
  .course .sec__reward_inner_table table tr th {
    padding: 6px 0;
  }
}
.course .sec__reward_inner_table table tr th:first-child {
  width: 185px;
  font-weight: 500;
  background-color: #fff;
}
.course .sec__reward_inner_table table tr th:nth-of-type(2) {
  width: 250px;
  background-color: #FFEB00;
}
.course .sec__reward_inner_table table tr th:last-child {
  width: 250px;
  background-color: #FFCCE3;
}
.course .sec__reward_inner_table table tr td {
  text-align: center;
  border: 1px solid #302D2C;
  padding: 14px 0;
}
@media screen and (max-width: 640px) {
  .course .sec__reward_inner_table table tr td {
    padding: 6px 0;
  }
}
.course .sec__reward_inner_table table tr td:first-child {
  font-weight: 500;
  background-color: #fff;
}
.course .sec__reward_inner_table table tr td:nth-of-type(2) {
  background-color: #FFEB00;
}
.course .sec__reward_inner_table table tr td:last-child {
  background-color: #FFCCE3;
}
.course .sec__reward_inner_table_date {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: right;
  margin-top: 10px;
  color: #020000;
}
.course .sec__reward_inner_table_text {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
  color: #020000;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .course .sec__reward_inner_table_text {
    font-size: 1.4rem;
    letter-spacing: 0em;
    line-height: 1.7142857143;
  }
}
.course .sec__reward_obj1 {
  background-color: #FF698B;
  position: absolute;
  top: -42px;
  left: -15px;
  z-index: -1;
  width: 114px;
  height: 114px;
  border-radius: 30px;
  -webkit-transform: rotate(34deg);
          transform: rotate(34deg);
  -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
}
@media screen and (max-width: 640px) {
  .course .sec__reward_obj1 {
    width: 55px;
    height: 55px;
    top: -18px;
    left: -5px;
    border-radius: 10px;
  }
}
.course .sec__system {
  margin-top: 140px;
}
@media screen and (max-width: 640px) {
  .course .sec__system {
    margin-top: 64px;
  }
}
.course .sec__system_inner_top {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.6666666667;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .course .sec__system_inner_top {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.course .sec__system_inner_btm {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.875;
  color: #020000;
}
@media screen and (max-width: 640px) {
  .course .sec__system_inner_btm {
    text-align: left;
    font-size: 1.4rem;
    letter-spacing: 0em;
    line-height: 1.7142857143;
  }
}
.course .sec__system_obj1 {
  background-color: #FFEB00;
  position: absolute;
  top: -42px;
  left: -15px;
  z-index: -1;
  width: 114px;
  height: 114px;
  border-radius: 30px;
  -webkit-transform: rotate(34deg);
          transform: rotate(34deg);
  -webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
  transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 100ms;
}
@media screen and (max-width: 640px) {
  .course .sec__system_obj1 {
    width: 55px;
    height: 55px;
    top: -18px;
    left: -5px;
    border-radius: 10px;
  }
}
.course .sec__box {
  margin-top: 80px;
}
.course .sec__box_inner .box:first-child {
  background-color: #FFCCE3;
}
.course .sec__box_inner .box:first-child h3 {
  color: #FF698B;
}
.course .sec__box_inner .box:last-child {
  background-color: #34BDD6;
}
.course .sec__box_inner .box:last-child h3 {
  color: #34BDD6;
}
.course .sec__box_inner .box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 0;
}
@media screen and (max-width: 940px) {
  .course .sec__box_inner .box_inner {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 640px) {
  .course .sec__box_inner .box_inner {
    display: block;
    padding: 20px;
  }
}
.course .sec__box_inner .box_inner_left {
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .course .sec__box_inner .box_inner_left {
    margin-right: auto;
    margin-bottom: 10px;
  }
}
.course .sec__box_inner .box_inner_left_ttl {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .course .sec__box_inner .box_inner_left_ttl {
    margin-bottom: 10px;
  }
}
.course .sec__box_inner .box_inner_left_ttl h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.06em;
  line-height: 1.44;
}
@media screen and (max-width: 640px) {
  .course .sec__box_inner .box_inner_left_ttl h3 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.course .sec__box_inner .box_inner_left_text {
  background-color: #fff;
  padding: 10px;
}
.course .sec__box_inner .box_inner_left_text p {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6875;
  color: #020000;
}
@media screen and (max-width: 640px) {
  .course .sec__box_inner .box_inner_left_text p {
    font-size: 1.4rem;
    letter-spacing: 0em;
    line-height: 1.7142857143;
  }
}
.course .sec__box_inner .box_inner_left_text p span {
  font-weight: bold;
  color: #FF003A;
}
.course .sec__box_inner .box_inner_right {
  width: 33.5%;
}
@media screen and (max-width: 640px) {
  .course .sec__box_inner .box_inner_right {
    width: 100%;
  }
}
.course .sec__box_inner .box_inner_right img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .course .sec__box_inner .box_inner_right img {
    height: 270px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.course .sec__start_inner {
  padding-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .course .sec__start_inner {
    padding-bottom: 38px;
  }
}

/*------------------------------------------------------------
  Policy
------------------------------------------------------------*/
.policy {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .policy {
    padding-top: 90px;
  }
}
.policy .sec__policy_inner {
  padding-top: 40px;
  padding-bottom: 80px;
}
.policy .sec__policy_inner h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.06em;
  line-height: 2.4;
  color: #FF003A;
}
.policy .sec__policy_inner_box {
  color: #020000;
}
.policy .sec__policy_inner_box_text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.1428571429;
  margin-bottom: 20px;
}
.policy .sec__policy_inner_box_list > li {
  margin-bottom: 30px;
}
.policy .sec__policy_inner_box_list > li h4 {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.875;
  margin-bottom: 10px;
}
.policy .sec__policy_inner_box_list > li p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.1428571429;
}
.policy .sec__policy_inner_box_list > li .policy_list_inner ul li {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8571428571;
}
.policy .sec__company {
  padding-bottom: 80px;
}
.policy .sec__company_inner h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.06em;
  line-height: 2.4;
  color: #FF003A;
}
.policy .sec__company_inner_box {
  width: 700px;
  margin: auto;
  color: #020000;
}
@media screen and (max-width: 720px) {
  .policy .sec__company_inner_box {
    width: 100%;
  }
}
.policy .sec__company_inner_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  padding-bottom: 8px;
  margin-top: 12px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 640px) {
  .policy .sec__company_inner_box dl {
    font-size: 1.3rem;
    line-height: 1.9230769231;
    padding-bottom: 12px;
    margin-top: 12px;
  }
}
.policy .sec__company_inner_box dl dt {
  width: 29%;
  font-weight: bold;
}
.policy .sec__company_inner_box dl dd {
  width: 73%;
}
@media screen and (max-width: 640px) {
  .policy .sec__company_inner_box dl dd {
    width: calc(100% - 90px);
  }
}