@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap");
html {
  font-size: 62.5% !important;
}

body {
  width: 100%;
  margin: 0 auto;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #3a3a3a;
  font-size: 1.6rem;
  color: #4D4D4D;
  word-break: break-all;
  text-rendering: optimizeLegibility;
  position: relative;
  overflow-x: hidden;
}

.fixed {
  width: 100%;
  overflow: hidden;
}

/* for IE 6 */
* html body {
  font-size: 75%;
}

/* for IE 7 */
*:first-child + html body {
  font-size: 75%;
}

/* フォント */
.font01 {
  font-family: "Libre Baskerville", serif;
}

/* リンク */
a {
  text-decoration: none;
  -webkit-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
a.imgLink {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
a:hover {
  cursor: pointer;
}
a img {
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  vertical-align: top;
}
a:hover img {
  opacity: 0.75;
}
a.button {
  display: block;
}

.link-line {
  text-decoration: underline;
}
.link-color {
  color: #00B455;
}
.link-block {
  display: block;
}
.link-type01 {
  font-size: 2rem;
}
.link-type01:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: bold;
  color: #00B455;
}
.link-type01 span {
  border-bottom: 1px solid #000;
  font-weight: bold;
}

/* 画像 */
img {
  max-width: 100%;
  vertical-align: bottom;
  pointer-events: none;
}

.img-border {
  border: 1px solid #d9d9d9;
}
.img-shadow {
  -webkit-filter: drop-shadow(6px 6px 0px #01b43c);
          filter: drop-shadow(6px 6px 0px #01b43c);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

*:focus {
  outline: none;
}

/* リスト */
ul {
  list-style-type: none;
}
ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
ul.lst_none {
  list-style-type: none;
}
ul.dot li {
  margin-left: 1em;
  text-indent: -1em;
}
ul.dot li:before {
  content: "●";
  color: #00B455;
}
ul.dot02 li {
  margin-left: calc(1em + 5px);
  text-indent: calc(-1em - 5px);
}
ul.dot02 li:before {
  content: "●";
  margin-right: 5px;
  color: #74c161;
}
ul.note {
  font-size: 87.5%;
}
ul.note li {
  margin-left: 1em;
  text-indent: -1em;
}
ul.note li:before {
  content: "※";
}
ul.note.small {
  font-size: 85%;
}
ul.pen li {
  margin-left: calc(1em + 10px);
  text-indent: calc(-1em - 10px);
}
ul.pen li:before {
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  content: "\f304";
  font-weight: bold;
  color: #00B455;
}

ol li:not(:last-child) {
  margin-bottom: 0.5em;
}

/* テキスト */
p {
  line-height: 2;
}
p:not(:last-child) {
  margin-bottom: 1em;
}
p.note:before {
  content: "※";
  font-weight: 300;
}
p.note.type01 {
  text-align: center;
  color: #686b67;
  font-size: 1.4rem;
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-serif {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
}
.text-bold {
  font-weight: bold;
}
.text-underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffed57));
  background: -webkit-linear-gradient(transparent 70%, #ffed57 70%);
  background: linear-gradient(transparent 70%, #ffed57 70%);
}
.text-imp {
  color: #fb6f74;
}
.text-top:not(:last-child) {
  margin-bottom: 0.5em;
}
.text-bottom {
  margin-top: 0.5em;
}
.text-grn {
  color: #00B455;
}
.text-small {
  font-size: 1.3rem;
}

/* 区切りライン */
.hr-type01 {
  margin: 80px auto;
  border: 0;
  border-top: 2px dotted #50b260;
}
.hr-type01.mg_none {
  margin: 0 auto;
}

/* slick */
.slick-slider {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.slick-slider.slick-initialized {
  opacity: 1;
}

/* フェードイン */
.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.fadein.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* アコーディオンコンテンツ */
.accordion_content {
  margin: 0 auto;
}
.accordion_content:not(:last-of-type) {
  margin-bottom: 50px;
}
.accordion_content > dt {
  padding-bottom: 30px;
  font-size: 1.9rem;
  color: #50b260;
  text-align: center;
}
.accordion_content > dt:hover {
  cursor: pointer;
}
.accordion_content > dd {
  border-bottom: 1px solid #50b260;
  padding: 50px 115px;
  display: none;
}

/* メディアクエリで表示・非表示切り替え */
.pc_only {
  display: inherit;
}
@media screen and (max-width: 833px) {
  .pc_only {
    display: none;
  }
}

.tab_only {
  display: none;
}
@media screen and (max-width: 833px) {
  .tab_only {
    display: inherit;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 477px) {
  .sp_only {
    display: inherit;
  }
}

/* Flexbox レイアウト */
.flex_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.v_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.vh_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.space_between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.site-header {
  width: 100%;
  background-color: #FFF;
  position: fixed;
  top: 0;
  z-index: 999;
}

.header-inner {
  height: 100px;
  padding: 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e4e4e4;
}

.site-title a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-title .bear-img {
  width: 45px;
  margin-left: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.site-menu li {
  font-weight: 500;
}
.site-menu a {
  display: block;
}
.site-menu .btn {
  height: 60px;
  font-size: 1.6rem;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 30px;
}

.navi01 li {
  min-width: 210px;
}
.navi01 li:not(:first-child) {
  margin-left: 8px;
}
.navi01 .campaign {
  height: 60px;
  position: relative;
}
.navi01 .campaign a, .navi01 .campaign img {
  width: auto;
  height: 100%;
}
.navi01 .campaign .fukidashi {
  width: 82px;
  height: 68px;
  position: absolute;
  left: -80px;
  bottom: 0;
}
.navi01 .btn {
  padding: 12px 26px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: baseline;
}
.navi01 .icon {
  margin-right: 10px;
  font-size: 3rem;
}
.navi01 .fa-edit {
  position: relative;
  top: -1px;
}

.navi02 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
}
.navi02 li {
  width: 100%;
  text-align: center;
}
.navi02 li:not(:last-child) {
  margin-bottom: 0;
}
.navi02 .icon {
  width: 100%;
  height: 50px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navi02 img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  vertical-align: bottom;
}
.navi02 .text {
  font-size: 1.4rem;
}

.hamburger_icon {
  display: none;
}

.mobile-menu {
  display: none;
}

.site-content {
  padding-bottom: 100px;
}

.section_wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
  z-index: 0;
}
.section_wrap.wide_full .content {
  width: 100%;
  padding: 0;
}
.section_wrap.wide_sm {
  max-width: 1000px;
}
.section_wrap.pd_none {
  padding: 0;
}
.section_wrap.pd_top_none {
  padding-top: 0;
}
.section_wrap.pd_bottom_none {
  padding-bottom: 0;
}
.section_wrap.pd_top_sm {
  padding-top: 40px;
}
.section_wrap .content:not(:last-child) {
  margin-bottom: 80px;
}

.bg-white {
  background-color: #FFF;
}
.bg-type01 {
  margin-top: 80px;
  background-color: #d5c9be;
  background-image: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 16%, transparent 16%), -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 16%, transparent 16%);
  background-image: radial-gradient(rgba(255, 255, 255, 0.2) 16%, transparent 16%), radial-gradient(rgba(255, 255, 255, 0.2) 16%, transparent 16%);
  background-size: 32px 32px;
  background-position: 0 0, 16px 16px;
  background-repeat: repeat;
}
.bg-type01 .headline-type01 {
  color: #FFF;
  text-shadow: 4px 4px 0 #9f9f9f;
}
.bg-type02 {
  background-color: #FFF;
  background-image: -webkit-radial-gradient(rgba(61, 61, 61, 0.05) 16%, transparent 16%), -webkit-radial-gradient(rgba(61, 61, 61, 0.05) 16%, transparent 16%);
  background-image: radial-gradient(rgba(61, 61, 61, 0.05) 16%, transparent 16%), radial-gradient(rgba(61, 61, 61, 0.05) 16%, transparent 16%);
  background-size: 32px 32px;
  background-position: 0 0, 16px 16px;
  background-repeat: repeat;
}
.bg-gray {
  background-color: rgba(174, 174, 174, 0.11);
}

.pannel-round {
  padding: 46px 80px;
  border-radius: 15px;
}

.border-on {
  border: 10px solid #00B455;
}

.container-type01 {
  border-radius: 80px 0 80px 0;
}

.content {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 80px;
}

.page-width {
  width: 1210px;
}
.page-width.wide {
  width: 1360px;
}

.page-comp {
  width: 1040px;
}

#main_visual {
  width: 100%;
  margin: 30px auto 70px;
}
#main_visual .slick-dots {
  margin-top: 50px;
}
#main_visual .mv-static {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.main_slider {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.main_slider .slick-list li {
  width: 100%;
  margin: 0 30px;
}
.main_slider .slick-track {
  padding-bottom: 20px;
}
.main_slider .slick-slide {
  position: relative;
}
.main_slider .slick-slide:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
  left: 20px;
  background: url(../../images/common/bg-dot01.png) repeat left top/4px 4px;
  border-radius: 0 0 100px 0;
  z-index: -1;
}
.main_slider .slick-slide a {
  background-color: #FFF;
  border-radius: 0 0 100px 0;
}
.main_slider .slick-slide img {
  border-radius: 0 0 100px 0;
}
.main_slider a {
  width: 100%;
  display: block;
}
.main_slider img {
  width: 100%;
}

.news-content {
  max-width: 1400px;
  margin: 0 auto 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-content .headline {
  margin-right: 100px;
  font-size: 4.2rem;
  color: #00B455;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.news-content .news-list {
  font-size: 2rem;
}
.news-content .news-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.news-content .news-list li:not(:last-child) {
  margin-bottom: 10px;
}
.news-content .date {
  margin-right: 1em;
  font-weight: bold;
  color: #00B455;
  letter-spacing: 0;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.news_modal {
  display: none;
}

.news_detail {
  padding: 30px;
}
.news_detail .date {
  margin-bottom: 0.5em;
  font-weight: bold;
  letter-spacing: 0;
  display: inline-block;
}
.news_detail .title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 2.2rem;
  line-height: 1.4;
  color: #00B455;
  border-bottom: 1px solid #d9d9d9;
}
.news_detail .more {
  margin-top: 1em;
  display: inline-block;
  text-decoration: underline;
}

.campaign-content {
  margin: 0 auto 160px;
  position: relative;
}
.campaign-content .banner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.link-material {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.link-material .link {
  width: 49%;
  height: 160px;
  padding: 0 30px 0 240px;
  border: 5px solid #00B455;
  background-color: #FFF;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.link-material .link:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 15px;
  left: 15px;
  background: url(../../images/common/bg-dot01.png) repeat right bottom/4px 4px;
  border-radius: 20px;
  z-index: -1;
}
.link-material .icon-area {
  position: absolute;
  top: -50px;
  left: 38px;
}
.link-material .icon-area img {
  width: 100%;
  max-width: 120px;
}
.link-material .fukidashi {
  position: absolute;
  top: -18px;
  left: 50%;
  white-space: nowrap;
  color: #00B455;
  font-size: 14px;
  font-weight: bold;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.link-material .fukidashi::before {
  content: "＼";
}
.link-material .fukidashi::after {
  content: "／";
}
.link-material dt {
  font-size: 2rem;
  color: #00B455;
}
.link-material dd {
  font-weight: bold;
  font-size: 3.4rem;
}
.link-material dd span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #eefd02));
  background: -webkit-linear-gradient(transparent 80%, #eefd02 80%);
  background: linear-gradient(transparent 80%, #eefd02 80%);
}
.link-material .arrow {
  /*width: 48px;
  height: 48px;
  border-radius: 24px;*/
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #00B455;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  color: #FFF;
  position: absolute;
  right: 20px;
}
.link-material .arrow .fas {
  margin-right: -5px;
}

.about-material {
  margin-top: 90px;
  padding: 80px 100px 60px;
  background-color: #f5f2ed;
  border: 1px solid #dcdcdc;
  border-radius: 40px;
  position: relative;
}
.about-material .headline-type02 {
  position: absolute;
  top: -24px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  white-space: nowrap;
}

.material-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.material-list .material-inner {
  width: 30%;
}
.material-list .image-area {
  margin-bottom: 30px;
  text-align: center;
}
.material-list .image-area img {
  max-width: 120px;
}
.material-list dt {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #00B455;
  line-height: 1.3;
}
.material-list dd {
  text-align: justify;
}

.about-learning p {
  text-align: justify;
}

.link-learning {
  margin-top: 66px;
}
.link-learning .link {
  padding: 10px 0;
  border: 5px solid #00B455;
  background-color: #FFF;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.link-learning .link:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 14px;
  left: 14px;
  background: url(../../images/common/bg-dot01.png) repeat right bottom/4px 4px;
  border-radius: 20px;
  z-index: -1;
}
.link-learning .icon-area {
  width: 126px;
  text-align: center;
}
.link-learning .icon-area img {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}
.link-learning dl {
  font-weight: bold;
}
.link-learning dt {
  font-size: 1.4rem;
  color: #00B455;
}
.link-learning dd {
  font-size: 2.6rem;
}
.link-learning dd span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #eefd02));
  background: -webkit-linear-gradient(transparent 60%, #eefd02 60%);
  background: linear-gradient(transparent 60%, #eefd02 60%);
}

.flow-wrap .col_inner {
  padding: 30px 30px;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
}
.flow-wrap .col_inner img {
  max-width: 70%;
  margin: 0 auto 16px;
  display: block;
}
.flow-wrap .col_inner p {
  line-height: 1.5;
  text-align: justify;
}

.flow-headline {
  margin-bottom: 24px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
.flow-headline .step {
  margin-bottom: 24px;
  padding-bottom: 5px;
  font-size: 5.4rem;
  color: #00B455;
  border-bottom: 3px solid #00B455;
  display: inline-block;
}
.flow-headline .title {
  font-size: 2rem;
}
.flow-headline .title span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #eefd02));
  background: -webkit-linear-gradient(transparent 60%, #eefd02 60%);
  background: linear-gradient(transparent 60%, #eefd02 60%);
}

.faq-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.faq-list .faq-box {
  padding: 25px;
  background-color: #FFF;
  border: 1px solid #cccccc;
  border-radius: 20px;
  position: relative;
}
.faq-list .tgl_btn {
  /*width: 48px;
  height: 48px;
  border-radius: 24px;*/
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #00B455;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 0;
}
.faq-list .tgl_btn:before {
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-size: 1rem;
  font-weight: bold;
  color: #FFF;
}
.faq-list .open .tgl_btn:before {
  content: "\f068";
}
.faq-list .question {
  padding-left: 60px;
  padding-right: 62px;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.faq-list .question:before {
  content: "Q";
  font-size: 4.8rem;
  line-height: 1;
  color: #00B455;
  position: absolute;
  top: -2px;
  left: 0;
}
.faq-list .answer {
  margin-top: 24px;
  padding-left: 60px;
  line-height: 1.6;
  position: relative;
}
.faq-list .answer:before {
  content: "A";
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1;
  color: #fc534c;
  position: absolute;
  top: -2px;
  left: 2px;
}

.lower-hero_area {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 45px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.lower-hero_area.type02 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lower-hero_area.type02 .headline-type01 {
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
}
.lower-hero_area .headline {
  width: 35%;
  text-align: center;
}
.lower-hero_area .sub {
  margin-top: 10px;
}
.lower-hero_area .sub span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #eefd02));
  background: -webkit-linear-gradient(transparent 60%, #eefd02 60%);
  background: linear-gradient(transparent 60%, #eefd02 60%);
}
.lower-hero_area .grade {
  margin-top: 5px;
  padding: 2px 10px;
  display: inline-block;
  background-color: #00B455;
  color: #FFF;
}
.lower-hero_area .grade.step1 {
  background-color: #E96093;
}
.lower-hero_area .grade.step2 {
  background-color: #EF821D;
}
.lower-hero_area .grade.step3 {
  background-color: #1EAA39;
}
.lower-hero_area .grade.step4 {
  background-color: #45ADE2;
}
.lower-hero_area .grade.step5 {
  background-color: #005EAB;
}
.lower-hero_area .grade.step6 {
  background-color: #7D4697;
}
.lower-hero_area .grade.ace1 {
  background-color: #f794ca;
}
.lower-hero_area .grade.ace2 {
  background-color: #ffa366;
}
.lower-hero_area .grade.ace3 {
  background-color: #68c171;
}
.lower-hero_area .grade.ace4 {
  background-color: #6599ff;
}
.lower-hero_area .grade.ace5 {
  background-color: #4b79d3;
}
.lower-hero_area .grade.ace6 {
  background-color: #b67dd5;
}
.lower-hero_area .visual {
  width: 65%;
  height: 500px;
  background-color: #FFF;
  border-radius: 0 0 80px 0;
  overflow: hidden;
}
.lower-hero_area .visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lower-hero_area .price {
  margin-top: 30px;
}
.lower-hero_area .type-text {
  font-size: 4.2rem;
}
.lower-hero_area .type-text .point {
  color: #fc534c;
}
.lower-hero_area .fukidashi {
  margin-bottom: 5px;
  font-size: 2.4rem;
  font-weight: 600;
  display: block;
}
.lower-hero_area .kaitei-info {
  margin-top: 1.5em;
  font-size: 15px;
  font-weight: 400;
}
.lower-hero_area .kaitei-info a {
  text-decoration: underline;
  color: #00B455;
}

.anchor-navi {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px 40px;
  background-color: #FFF;
  border: 5px solid #00B455;
  border-radius: 20px;
}
.anchor-navi ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.anchor-navi li {
  margin: 5px 0;
  font-weight: 700;
}
.anchor-navi li:before {
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-size: 1.6rem;
  font-weight: bold;
  color: #00B455;
}
.anchor-navi .col2 li {
  width: 50%;
}
.anchor-navi .col4 li {
  width: 25%;
}

.headline-type01 .kaitei-info {
  margin-top: 1.5em;
  font-size: 15px;
  color: #3a3a3a;
  font-weight: normal;
  text-shadow: none;
}

.headline-wrap.type01 .sub-title + .kaitei-info {
  margin-top: 0;
}

.curriculum_tab .title .kaitei-info {
  margin-top: 1.5em;
  margin-left: 0;
  font-size: 15px;
  font-weight: normal;
}
.curriculum_tab .title + .note {
  width: 100%;
  margin-top: -30px;
  margin-bottom: 40px;
}

.kaitei-info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1.5em;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 15px;
}
.kaitei-info a {
  text-decoration: underline;
  color: #00B455;
}

.top_campaign_banner {
  padding: 20px 20px;
  background-color: #20a939;
}
.top_campaign_banner .banner {
  max-width: 670px;
  margin: 0 auto;
}

.course-point .point-box {
  padding: 25px 30px;
  background-color: #f5f2ed;
  border-radius: 20px;
}
.course-point .title {
  margin-bottom: 20px;
  padding-left: 36px;
  color: #00B455;
  line-height: 1.3;
  position: relative;
}
.course-point .title.no-icon {
  padding-left: 0;
}
.course-point .icon-num {
  position: absolute;
  top: 4px;
  left: 0;
}
.course-point .text {
  margin-top: 20px;
}
.course-point img {
  max-width: 100px;
}

.step_course-list a {
  padding: 20px 35px 20px 20px;
  border: 5px solid #eee;
  border-radius: 20px;
  background-color: #FFF;
  display: block;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  position: relative;
}
.step_course-list .title {
  font-size: 3rem;
  line-height: 1.2;
}
.step_course-list .title span {
  font-size: 1.8rem;
  font-weight: 400;
}
.step_course-list .dot {
  font-size: 1.8rem;
}
.step_course-list .fa-angle-right {
  font-size: 3rem;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.step_course-list .step1 {
  border-color: #E96093;
  -webkit-filter: drop-shadow(0 6px 0 #b52e5f);
          filter: drop-shadow(0 6px 0 #b52e5f);
}
.step_course-list .step1 .title,
.step_course-list .step1 .fa-angle-right,
.step_course-list .step1 li:before {
  color: #E96093;
}
.step_course-list .step2 {
  border-color: #EF821D;
  -webkit-filter: drop-shadow(0 6px 0 #c96405);
          filter: drop-shadow(0 6px 0 #c96405);
}
.step_course-list .step2 .title,
.step_course-list .step2 .fa-angle-right,
.step_course-list .step2 li:before {
  color: #EF821D;
}
.step_course-list .step3 {
  border-color: #1EAA39;
  -webkit-filter: drop-shadow(0 6px 0 #1c8e2c);
          filter: drop-shadow(0 6px 0 #1c8e2c);
}
.step_course-list .step3 .title,
.step_course-list .step3 .fa-angle-right,
.step_course-list .step3 li:before {
  color: #1EAA39;
}
.step_course-list .step4 {
  border-color: #45ADE2;
  -webkit-filter: drop-shadow(0 6px 0 #258abd);
          filter: drop-shadow(0 6px 0 #258abd);
}
.step_course-list .step4 .title,
.step_course-list .step4 .fa-angle-right,
.step_course-list .step4 li:before {
  color: #45ADE2;
}
.step_course-list .step5 {
  border-color: #005EAB;
  -webkit-filter: drop-shadow(0 6px 0 #063c6c);
          filter: drop-shadow(0 6px 0 #063c6c);
}
.step_course-list .step5 .title,
.step_course-list .step5 .fa-angle-right,
.step_course-list .step5 li:before {
  color: #005EAB;
}
.step_course-list .step6 {
  border-color: #7D4697;
  -webkit-filter: drop-shadow(0 6px 0 #621985);
          filter: drop-shadow(0 6px 0 #621985);
}
.step_course-list .step6 .title,
.step_course-list .step6 .fa-angle-right,
.step_course-list .step6 li:before {
  color: #7D4697;
}

.diagnose-chart-wrap {
  max-width: 600px;
  margin: 0 auto;
}
.diagnose-chart-wrap .note {
  margin-top: 20px;
}
.diagnose-chart-wrap .link-more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.diagnose-chart {
  padding: 30px;
  background-color: #FFF;
  border: 5px solid #d9d9d9;
  border-radius: 20px;
}
.diagnose-chart .inner {
  display: none;
}
.diagnose-chart .is-current {
  display: block;
}
.diagnose-chart .chart-select {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.diagnose-chart .chart-select li {
  width: 48%;
}
.diagnose-chart .chart-select .chart-button {
  margin-top: 0;
}
.diagnose-chart dd {
  font-size: 18px;
}
.diagnose-chart .question dt {
  margin-bottom: 30px;
  padding: 8px;
  background-color: #f5f2ed;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #00B455;
}
.diagnose-chart .result .headline {
  margin-bottom: 30px;
  text-align: center;
}
.diagnose-chart .result .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
  padding: 0 10px;
  font-size: 36px;
  color: #FFF;
  background-color: #DDD;
}
.diagnose-chart .result .btn {
  margin-top: 30px;
}
.diagnose-chart .restart-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
  display: block;
  font-size: 14px;
}
.diagnose-chart .restart-button::before {
  margin-right: 0.5em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2ea";
}
.diagnose-chart .restart-button:hover {
  color: #666;
}

#a_step1 .headline {
  color: #E96093;
}
#a_step1 .title {
  background-color: #E96093;
}
#a_step1 li:before {
  color: #E96093;
}

#a_step2 .headline {
  color: #EF821D;
}
#a_step2 .title {
  background-color: #EF821D;
}
#a_step2 li:before {
  color: #EF821D;
}

#a_step3 .headline {
  color: #1EAA39;
}
#a_step3 .title {
  background-color: #1EAA39;
}
#a_step3 li:before {
  color: #1EAA39;
}

#a_step4 .headline {
  color: #45ADE2;
}
#a_step4 .title {
  background-color: #45ADE2;
}
#a_step4 li:before {
  color: #45ADE2;
}

#a_step5 .headline {
  color: #005EAB;
}
#a_step5 .title {
  background-color: #005EAB;
}
#a_step5 li:before {
  color: #005EAB;
}

#a_step6 .headline {
  color: #7D4697;
}
#a_step6 .title {
  background-color: #7D4697;
}
#a_step6 li:before {
  color: #7D4697;
}

.price-icon {
  margin-top: 20px;
}

.step_naiyou {
  width: 100%;
  margin-bottom: 20px;
  padding: 40px;
  background-color: #FFF;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
}
.step_naiyou .item {
  font-size: 3.6rem;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.step_naiyou .item li {
  margin: 0 0.5em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #eefd02));
  background: -webkit-linear-gradient(transparent 70%, #eefd02 70%);
  background: linear-gradient(transparent 70%, #eefd02 70%);
}
.step_naiyou .point {
  margin-top: 30px;
  text-align: center;
  font-weight: 700;
}
.step_naiyou .point dt {
  font-size: 2.4rem;
  color: #00B455;
}
.step_naiyou .point dd {
  width: 130px;
  height: 130px;
  margin: 5px auto 0;
  background-color: #00B455;
  border-radius: 75px;
  color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.6rem;
  letter-spacing: -2px;
}
.step_naiyou .point dd span {
  font-size: 6rem;
}
.step_naiyou .point_v2 {
  margin-top: 30px;
  font-weight: 700;
}
.step_naiyou .point_v2 .title {
  margin-bottom: 10px;
  font-size: 2.4rem;
  color: #00B455;
  text-align: center;
}
.step_naiyou .point_v2 dl {
  width: 260px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.step_naiyou .point_v2 dl:not(:last-child) {
  margin-bottom: 30px;
}
.step_naiyou .point_v2 dt {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #00B455;
  border-radius: 50%;
  color: #FFF;
  line-height: 1.2;
  font-size: 2rem;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.step_naiyou .point_v2 dd {
  font-size: 2.4rem;
  text-align: right;
}
.step_naiyou .point_v2 dd span {
  margin-right: 3px;
  font-size: 6rem;
  letter-spacing: 0;
}
.step_naiyou .point_v2 .subtotal dt {
  position: relative;
}
.step_naiyou .point_v2 .subtotal dt::after {
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-weight: bold;
  color: #3a3a3a;
  position: absolute;
  bottom: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.step_naiyou .point_v2 .subtotal:nth-last-child(2) dt::after {
  content: none;
}
.step_naiyou .point_v2 .total {
  margin-top: -15px;
  padding-top: 15px;
  border-top: 1px solid #d9d9d9;
}
.step_naiyou .note {
  margin-top: 1em;
  text-align: center;
}

.print-hero_area .sub {
  font-size: 4.2rem;
}
.print-hero_area .text_area {
  margin-top: 30px;
  padding: 0 30px;
}
.print-hero_area .text_area p {
  text-align: left;
}

.print_niyou dl:not(:last-child) {
  margin-bottom: 60px;
}
.print_niyou .title {
  margin-bottom: 25px;
  font-size: 2.6rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.print_niyou .icon-num {
  width: 30px;
  height: 30px;
  margin-top: 4px;
  margin-right: 3px;
  font-size: 2rem;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.print_niyou dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.print_niyou dd.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.print_niyou .image {
  width: 48%;
}
.print_niyou .text {
  width: 48%;
}

.case_naiyou {
  margin-top: 40px;
}
.case_naiyou .step_naiyou > dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.case_naiyou .step_naiyou > dl:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f5f2ed;
}
.case_naiyou .step_naiyou > dl dt, .case_naiyou .step_naiyou > dl dd {
  width: 48%;
}
.case_naiyou .point_wrap dt {
  margin-bottom: 15px;
  text-align: center;
  font-size: 2.4rem;
}
.case_naiyou .point_wrap .image {
  margin-bottom: 15px;
}

.intro-course {
  margin-top: 120px;
  position: relative;
}
.intro-course .material {
  position: absolute;
  top: -140px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.step_grade_lead {
  padding: 110px 0 60px;
  background-color: #FFF;
  background-image: -webkit-radial-gradient(rgba(255, 255, 255, 0.15) 16%, transparent 16%), -webkit-radial-gradient(rgba(255, 255, 255, 0.15) 16%, transparent 16%);
  background-image: radial-gradient(rgba(255, 255, 255, 0.15) 16%, transparent 16%), radial-gradient(rgba(255, 255, 255, 0.15) 16%, transparent 16%);
  background-size: 32px 32px;
  background-position: 0 0, 16px 16px;
  background-repeat: repeat;
  position: relative;
}
.step_grade_lead .mask_top:before, .step_grade_lead .mask_top:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
}
.step_grade_lead .mask_top:before {
  border-width: 110px 50vw 0 0;
  border-color: #f5f1ed transparent transparent transparent;
  left: 0;
}
.step_grade_lead .mask_top:after {
  border-width: 0 50vw 110px 0;
  border-color: transparent #f5f1ed transparent transparent;
  right: 0;
}
.step_grade_lead .headline-type01 {
  margin-bottom: 30px;
  color: #FFF;
  text-shadow: none;
  display: none;
}
.step_grade_lead dd {
  padding: 30px;
  background-color: #FFF;
  font-size: 1.8rem;
}
.step_grade_lead + .bg-white {
  margin-top: 40px;
}

.lead-icon {
  margin-bottom: 30px;
}

.pickup_voice .voice-wrap {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.roundup_info .image {
  padding: 20px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #FFF;
}
.roundup_info .price_wrap .sub {
  margin-bottom: 0.5em;
  font-size: 2.8rem;
  font-weight: 700;
  color: #00B455;
}
.roundup_info .note {
  margin-top: 1em;
}

.text-price {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
.text-price span {
  font-size: 6rem;
  color: #fb6f74;
}

.tokuten_wrap {
  max-width: 1000px;
  margin: 36px auto 0;
  padding: 40px 50px;
  border: 6px solid #00B455;
  background-color: #FFF;
  border-radius: 20px;
}
.tokuten_wrap .col_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.tokuten_wrap .image {
  width: 30%;
  text-align: center;
}
.tokuten_wrap .text {
  width: 65%;
}
.tokuten_wrap .text p {
  text-align: justify;
}

.ace_course-list a {
  padding: 20px 0 10px;
  border-radius: 20px;
  background-color: #CCC;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  display: block;
  position: relative;
}
.ace_course-list dt {
  margin-bottom: 5px;
  font-size: 2rem;
}
.ace_course-list dd {
  font-size: 2.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ace_course-list dd span {
  margin-right: 5px;
  font-size: 4rem;
}
.ace_course-list .fa-angle-right {
  font-size: 3rem;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.ace_course-list .ace1 {
  background-color: #f794ca;
  -webkit-filter: drop-shadow(0 6px 0 #c54c83);
          filter: drop-shadow(0 6px 0 #c54c83);
}
.ace_course-list .ace2 {
  background-color: #ffa366;
  -webkit-filter: drop-shadow(0 6px 0 #bc6630);
          filter: drop-shadow(0 6px 0 #bc6630);
}
.ace_course-list .ace3 {
  background-color: #68c171;
  -webkit-filter: drop-shadow(0 6px 0 #23962f);
          filter: drop-shadow(0 6px 0 #23962f);
}
.ace_course-list .ace4 {
  background-color: #6599ff;
  -webkit-filter: drop-shadow(0 6px 0 #355eae);
          filter: drop-shadow(0 6px 0 #355eae);
}
.ace_course-list .ace5 {
  background-color: #4b79d3;
  -webkit-filter: drop-shadow(0 6px 0 #184294);
          filter: drop-shadow(0 6px 0 #184294);
}
.ace_course-list .ace6 {
  background-color: #b67dd5;
  -webkit-filter: drop-shadow(0 6px 0 #8345a4);
          filter: drop-shadow(0 6px 0 #8345a4);
}

.ace_naiyou {
  width: 100%;
  padding: 40px;
  background-color: #FFF;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  text-align: center;
}
.ace_naiyou .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
}
.ace_naiyou .item dl {
  margin: 0 26px;
}
.ace_naiyou .item dt {
  margin-bottom: 15px;
  font-size: 3.6rem;
}
.ace_naiyou .item dd {
  width: 130px;
  height: 130px;
  margin: 5px auto 0;
  background-color: #00B455;
  border-radius: 75px;
  color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.6rem;
  letter-spacing: -2px;
}
.ace_naiyou .item dd span {
  margin-right: 4px;
  font-size: 6rem;
}
.ace_naiyou .total {
  margin-top: 20px;
  font-size: 3.6rem;
  line-height: 1;
}
.ace_naiyou .total span {
  margin: 0 10px;
  font-size: 6rem;
  position: relative;
  top: 4px;
}

.supplementary_list .col_inner {
  padding: 30px 20px;
  background-color: #FFF;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  text-align: center;
}
.supplementary_list dt {
  margin-bottom: 15px;
  font-size: 3.6rem;
  font-weight: 700;
  color: #00B455;
}
.supplementary_list .text-bold {
  font-size: 2.4rem;
  line-height: 1.3;
}
.supplementary_list .sub {
  margin-top: 5px;
  display: inline-block;
}
.supplementary_list .has-label {
  margin-top: 1em;
}
.supplementary_list .list_wrap {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.supplementary_list .dot {
  text-align: left;
  font-size: 1.8rem;
  font-weight: 500;
}
.supplementary_list .logo {
  margin-bottom: 10px;
}

.has-label .label {
  font-size: 2rem;
}
.has-label .text-bold {
  line-height: 1;
}

.curriculum_box:not(:last-child) {
  margin-bottom: 100px;
}
.curriculum_box .image_area {
  padding: 30px;
  background-color: #CCC;
  text-align: center;
}
.curriculum_box .sample-slider .slick-slide {
  margin-bottom: 0;
  padding: 20px 20px;
}
.curriculum_box .sample-slider .slick-slide a {
  display: inline-block;
  position: relative;
}
.curriculum_box .sample-slider .slick-slide a:after {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #000;
  font-family: "Font Awesome 5 Free";
  content: "\f00e";
  font-size: 2.4rem;
  font-weight: bold;
  color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: -20px;
  bottom: -10px;
  z-index: 9;
}
.curriculum_box .sample-slider .question {
  margin-top: 40px;
}
.curriculum_box .sample-slider .question:before {
  content: "問題";
  width: 60px;
  padding: 4px 0;
  display: block;
  background-color: #00B455;
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFF;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 9;
}
.curriculum_box .sample-slider .answer {
  margin-top: 40px;
}
.curriculum_box .sample-slider .answer:before {
  content: "解答";
  width: 60px;
  padding: 4px 0;
  display: block;
  background-color: #fb6f74;
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFF;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 9;
}
.curriculum_box .sample-slider img {
  max-height: 229px;
  margin: 0 auto;
}
.curriculum_box .title {
  font-size: 3.4rem;
  line-height: 1;
}
.curriculum_box .title.supplementary {
  color: #fd972c;
}
.curriculum_box .title + .kaitei-info {
  margin-top: -10px;
  margin-bottom: 20px;
}
.curriculum_box .sub-headline {
  margin-bottom: 10px;
  font-size: 2.4rem;
}
.curriculum_box .point {
  margin-top: 30px;
  padding: 30px 30px;
  background-color: #FFF;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.curriculum_box .page-icon {
  margin-bottom: 20px;
  color: #00B455;
  font-size: 2.4rem;
  letter-spacing: -2px;
  font-weight: 700;
  line-height: 1;
}
.curriculum_box .page-icon span {
  margin-right: 4px;
  font-size: 4rem;
}
.curriculum_box .pen {
  font-weight: 700;
}
.curriculum_box .note {
  margin-top: 1.5em;
}
.curriculum_box .note:not(.basic) {
  font-size: 1.2rem;
}

.supplementary_lead {
  margin-top: -60px;
  padding-bottom: 200px;
  overflow: hidden;
}
.supplementary_lead .inner {
  padding-top: 200px;
  background-color: #FFF;
  position: relative;
}
.supplementary_lead .mask_top span {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
  -webkit-filter: drop-shadow(0 10px 0 #00B455);
          filter: drop-shadow(0 10px 0 #00B455);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 9;
}
.supplementary_lead .mask_top .left {
  border-width: 130px 60vw 0 0;
  border-color: #f5f1ed transparent transparent transparent;
  right: calc((10vw + (100vw - 100%) / 2) * -1);
}
.supplementary_lead .mask_top .right {
  border-width: 0 60vw 130px 0;
  border-color: transparent #f5f1ed transparent transparent;
  left: calc((10vw + (100vw - 100%) / 2) * -1);
}
.supplementary_lead .mask_bottom span {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  bottom: -130px;
  -webkit-filter: drop-shadow(0 10px 0 #00B455);
          filter: drop-shadow(0 10px 0 #00B455);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 9;
}
.supplementary_lead .mask_bottom .left {
  border-width: 130px 60vw 0 0;
  border-color: #FFF transparent transparent transparent;
  right: calc((10vw + (100vw - 100%) / 2) * -1);
}
.supplementary_lead .mask_bottom .right {
  border-width: 0 60vw 130px 0;
  border-color: transparent #FFF transparent transparent;
  left: calc((10vw + (100vw - 100%) / 2) * -1);
}
.supplementary_lead .headline-type02 {
  margin-bottom: 20px;
}
.supplementary_lead .image {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.supplementary_order {
  max-width: 1000px;
  margin: 50px auto 0;
  padding: 40px 30px;
  background-color: #FFF;
  border: 5px solid #dcdcdc;
}
.supplementary_order .caution {
  margin-top: 30px;
}
.supplementary_order .caution dt {
  margin-bottom: 0.3em;
  font-size: 1.4rem;
}

.configuration_table_wrap {
  padding: 40px;
  background-color: #FFF;
  border-radius: 40px;
}
.configuration_table_wrap table {
  width: 100%;
  border: 1px solid #e2e2e2;
  border-collapse: collapse;
}
.configuration_table_wrap th, .configuration_table_wrap td {
  padding: 1em 1.2em;
  border: 1px solid #e2e2e2;
}
.configuration_table_wrap th {
  width: 80px;
}
.configuration_table_wrap td {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
.configuration_table_wrap .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.configuration_table_wrap .inner:not(:first-child) table,
.configuration_table_wrap .inner:not(:first-child) tr:first-child td {
  border-top: 0;
}
.configuration_table_wrap .inner:not(:last-child) .headline {
  margin-bottom: 1px;
}
.configuration_table_wrap .inner:first-child .headline {
  margin-top: 41px;
}
.configuration_table_wrap .headline {
  width: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #00B455;
  border-radius: 15px 0 0 30px;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.configuration_table_wrap .headline2 {
  width: 230px;
  padding: 8px;
  text-align: center;
  border-radius: 15px 15px 0 0;
  color: #00B455;
  border: 1px solid #00B455;
  border-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}
.configuration_table_wrap .table1 {
  width: 40%;
  margin-right: -1px;
}
.configuration_table_wrap .table1 .range {
  display: none;
}
.configuration_table_wrap .table2 {
  width: 50%;
}
.configuration_table_wrap .type01 {
  background-color: #ffead7;
}
.configuration_table_wrap .range {
  width: 50px;
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
}

.page-step1 .step_grade_lead {
  background-color: #E96093;
}
.page-step1 ul.dot li:before {
  color: #E96093;
}
.page-step1 .curriculum_box .image_area {
  background-color: #ffdeea;
}
.page-step1 .curriculum_box .page-icon {
  background-color: #E96093;
}
.page-step1 .sample-slider .question:before {
  background-color: #027cdc;
}
.page-step1 .slick-dots .slick-active button {
  background-color: #E96093;
}

.page-step2 .step_grade_lead {
  background-color: #EF821D;
}
.page-step2 ul.dot li:before {
  color: #EF821D;
}
.page-step2 .curriculum_box .image_area {
  background-color: #f8d9c2;
}
.page-step2 .curriculum_box .page-icon {
  background-color: #EF821D;
}
.page-step2 .sample-slider .question:before {
  background-color: #027cdc;
}
.page-step2 .slick-dots .slick-active button {
  background-color: #EF821D;
}

.page-step3 .step_grade_lead {
  background-color: #1EAA39;
}
.page-step3 ul.dot li:before {
  color: #1EAA39;
}
.page-step3 .curriculum_box .image_area {
  background-color: #ccead0;
}
.page-step3 .curriculum_box .page-icon {
  background-color: #1EAA39;
}
.page-step3 .sample-slider .question:before {
  background-color: #027cdc;
}
.page-step3 .slick-dots .slick-active button {
  background-color: #1EAA39;
}

.page-step4 .step_grade_lead {
  background-color: #45ADE2;
}
.page-step4 ul.dot li:before {
  color: #45ADE2;
}
.page-step4 .curriculum_box .image_area {
  background-color: #c9edf7;
}
.page-step4 .curriculum_box .page-icon {
  background-color: #45ADE2;
}
.page-step4 .sample-slider .question:before {
  background-color: #027cdc;
}
.page-step4 .slick-dots .slick-active button {
  background-color: #45ADE2;
}

.page-step5 .step_grade_lead {
  background-color: #005EAB;
}
.page-step5 ul.dot li:before {
  color: #005EAB;
}
.page-step5 .curriculum_box .image_area {
  background-color: #bfdcf5;
}
.page-step5 .curriculum_box .page-icon {
  background-color: #005EAB;
}
.page-step5 .sample-slider .question:before {
  background-color: #027cdc;
}
.page-step5 .slick-dots .slick-active button {
  background-color: #005EAB;
}

.page-step6 .step_grade_lead {
  background-color: #7D4697;
}
.page-step6 ul.dot li:before {
  color: #7D4697;
}
.page-step6 .curriculum_box .image_area {
  background-color: #e7d5f3;
}
.page-step6 .curriculum_box .page-icon {
  background-color: #7D4697;
}
.page-step6 .sample-slider .question:before {
  background-color: #027cdc;
}
.page-step6 .slick-dots .slick-active button {
  background-color: #7D4697;
}

.page-ace1 .curriculum_box .image_area {
  background-color: #fbe7f2;
}
.page-ace1 .curriculum_box .page-icon {
  color: #f794ca;
}
.page-ace1 .pen li:before {
  color: #f794ca;
}
.page-ace1 .sample-slider .question:before {
  background-color: #027cdc;
}
.page-ace1 .slick-dots .slick-active button {
  background-color: #f794ca;
}
.page-ace1 .tab_switch {
  border-bottom-color: #f794ca;
}
.page-ace1 .tab_switch li {
  background-color: #fbe7f2;
}
.page-ace1 .tab_switch li.is-active {
  background-color: #f794ca;
}
.page-ace1 .configuration_table_wrap .headline {
  background-color: #f794ca;
}
.page-ace1 .configuration_table_wrap .headline2 {
  color: #f794ca;
  border-color: #f794ca;
}
.page-ace1 .configuration_table_wrap .type01 {
  background-color: #fbe7f2;
}

.page-ace2 .curriculum_box .image_area {
  background-color: #efded4;
}
.page-ace2 .curriculum_box .page-icon {
  color: #ffa366;
}
.page-ace2 .pen li:before {
  color: #ffa366;
}
.page-ace2 .sample-slider .question:before {
  background-color: #027cdc;
}
.page-ace2 .slick-dots .slick-active button {
  background-color: #ffa366;
}
.page-ace2 .tab_switch {
  border-bottom-color: #ffa366;
}
.page-ace2 .tab_switch li {
  background-color: #efded4;
}
.page-ace2 .tab_switch li.is-active {
  background-color: #ffa366;
}
.page-ace2 .configuration_table_wrap .headline {
  background-color: #ffa366;
}
.page-ace2 .configuration_table_wrap .headline2 {
  color: #ffa366;
  border-color: #ffa366;
}
.page-ace2 .configuration_table_wrap .type01 {
  background-color: #efded4;
}

.page-ace3 .curriculum_box .image_area {
  background-color: #daefdc;
}
.page-ace3 .curriculum_box .page-icon {
  color: #68c171;
}
.page-ace3 .pen li:before {
  color: #68c171;
}
.page-ace3 .sample-slider .question:before {
  background-color: #027cdc;
}
.page-ace3 .slick-dots .slick-active button {
  background-color: #68c171;
}
.page-ace3 .tab_switch {
  border-bottom-color: #68c171;
}
.page-ace3 .tab_switch li {
  background-color: #daefdc;
}
.page-ace3 .tab_switch li.is-active {
  background-color: #68c171;
}
.page-ace3 .configuration_table_wrap .headline {
  background-color: #68c171;
}
.page-ace3 .configuration_table_wrap .headline2 {
  color: #68c171;
  border-color: #68c171;
}
.page-ace3 .configuration_table_wrap .type01 {
  background-color: #daefdc;
}

.page-ace4 .curriculum_box .image_area {
  background-color: #d7e1f5;
}
.page-ace4 .curriculum_box .page-icon {
  color: #6599ff;
}
.page-ace4 .pen li:before {
  color: #6599ff;
}
.page-ace4 .sample-slider .question:before {
  background-color: #027cdc;
}
.page-ace4 .slick-dots .slick-active button {
  background-color: #6599ff;
}
.page-ace4 .tab_switch {
  border-bottom-color: #6599ff;
}
.page-ace4 .tab_switch li {
  background-color: #d7e1f5;
}
.page-ace4 .tab_switch li.is-active {
  background-color: #6599ff;
}
.page-ace4 .configuration_table_wrap .headline {
  background-color: #6599ff;
}
.page-ace4 .configuration_table_wrap .headline2 {
  color: #6599ff;
  border-color: #6599ff;
}
.page-ace4 .configuration_table_wrap .type01 {
  background-color: #d7e1f5;
}

.page-ace5 .curriculum_box .image_area {
  background-color: #c9d3e6;
}
.page-ace5 .curriculum_box .page-icon {
  color: #4b79d3;
}
.page-ace5 .pen li:before {
  color: #4b79d3;
}
.page-ace5 .sample-slider .question:before {
  background-color: #027cdc;
}
.page-ace5 .slick-dots .slick-active button {
  background-color: #4b79d3;
}
.page-ace5 .tab_switch {
  border-bottom-color: #4b79d3;
}
.page-ace5 .tab_switch li {
  background-color: #c9d3e6;
}
.page-ace5 .tab_switch li.is-active {
  background-color: #4b79d3;
}
.page-ace5 .configuration_table_wrap .headline {
  background-color: #4b79d3;
}
.page-ace5 .configuration_table_wrap .headline2 {
  color: #4b79d3;
  border-color: #4b79d3;
}
.page-ace5 .configuration_table_wrap .type01 {
  background-color: #c9d3e6;
}

.page-ace6 .curriculum_box .image_area {
  background-color: #ebe1f0;
}
.page-ace6 .curriculum_box .page-icon {
  color: #b67dd5;
}
.page-ace6 .pen li:before {
  color: #b67dd5;
}
.page-ace6 .sample-slider .question:before {
  background-color: #027cdc;
}
.page-ace6 .slick-dots .slick-active button {
  background-color: #b67dd5;
}
.page-ace6 .tab_switch {
  border-bottom-color: #b67dd5;
}
.page-ace6 .tab_switch li {
  background-color: #ebe1f0;
}
.page-ace6 .tab_switch li.is-active {
  background-color: #b67dd5;
}
.page-ace6 .configuration_table_wrap .headline {
  background-color: #b67dd5;
}
.page-ace6 .configuration_table_wrap .headline2 {
  color: #b67dd5;
  border-color: #b67dd5;
}
.page-ace6 .configuration_table_wrap .type01 {
  background-color: #ebe1f0;
}

.hero_campaign .visual {
  height: auto;
  position: relative;
  border-radius: 0;
  overflow: visible;
  background-color: inherit;
}
.hero_campaign .visual .slick-list {
  border-radius: 0 0 80px 0;
  overflow: hidden;
}
.hero_campaign .visual ul li:not(:last-child) {
  margin-bottom: 0;
}
.hero_campaign .slick-dots {
  position: absolute;
  left: 50%;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.delivery_flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.delivery_flow .flow {
  width: 42%;
}
.delivery_flow dt {
  margin-bottom: 15px;
  font-size: 3rem;
  color: #00B455;
  font-weight: 700;
  text-align: center;
}
.delivery_flow .text {
  margin-top: 30px;
}
.delivery_flow .arrow {
  margin-top: 168px;
  text-align: center;
}
.delivery_flow .arrow .fa-angle-double-right {
  font-size: 4.8rem;
  color: #00B455;
}
.delivery_flow .arrow .label {
  margin-top: 15px;
  padding: 4px 14px;
  background-color: #00B455;
  border-radius: 10px;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 700;
  display: inline-block;
}

.cal_area {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cal_area dd {
  margin-left: 40px;
  font-size: 2.4rem;
}
.cal_area dd.large {
  font-size: 3rem;
}

.other_shipping .title {
  margin-bottom: 30px;
  color: #00B455;
  font-size: 3.6rem;
  line-height: 1.3;
  text-align: center;
}

.price_lead .list_wrap {
  margin-bottom: 30px;
  font-size: 2.2rem;
}
.price_lead .list_wrap li:not(:last-child) {
  margin-bottom: 0.2em;
}

.logo-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.price_anchor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.price_anchor .link {
  width: 48%;
  height: 180px;
  margin: 0 auto;
  border: 5px solid #00B455;
  background-color: #FFF;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.price_anchor .link:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 15px;
  left: 15px;
  background: url(../../images/common/bg-dot01.png) repeat right bottom/4px 4px;
  border-radius: 20px;
  z-index: -1;
}
.price_anchor .inner {
  margin: 10px auto 0;
  text-align: center;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.price_anchor .sub {
  margin-top: 10px;
  font-size: 2.4rem;
  font-weight: bold;
}
.price_anchor .price {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  color: #fb6f74;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.price_anchor .text01 {
  width: 1em;
  display: block;
  word-break: break-word;
}
.price_anchor .text02 {
  margin: 0 5px;
  font-size: 8rem;
  font-weight: 700;
  letter-spacing: -2px;
}
.price_anchor .text03 {
  margin-top: 30px;
}
.price_anchor .text04 {
  font-size: 1.2rem;
  position: absolute;
  top: 20px;
  right: -3px;
}
.price_anchor .fa-angle-down {
  margin-top: 5px;
  font-size: 3rem;
  line-height: 1;
  color: #00B455;
}
.price_anchor .logo-group {
  line-height: 1;
}
.price_anchor .logo-group img {
  width: auto;
  height: 44px;
}
.price_anchor .logo-group span {
  margin: 0 10px;
  color: #00B455;
  font-size: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

.price_list_wrap .logo-group {
  line-height: 1;
}
.price_list_wrap .logo-group img {
  width: auto;
  height: 44px;
}
.price_list_wrap .logo-group span {
  margin: 0 10px;
  color: #00B455;
  font-size: 40px;
}

.price_list .inner {
  width: 100%;
  padding: 30px 50px;
  background-color: #FFF;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.price_list .inner:not(:last-child) {
  margin-bottom: 10px;
}
.price_list dt {
  margin-right: 40px;
  font-size: 2rem;
  text-align: center;
}
.price_list dd {
  font-size: 2rem;
  letter-spacing: 0;
}
.price_list dd span {
  margin-right: 5px;
  font-size: 3rem;
  color: #fb6f74;
}
.price_list .label {
  width: 100px;
  margin: 0 auto 10px;
  padding: 6px 0;
  display: block;
  color: #FFF;
  font-size: 1.6rem;
  text-align: center;
  background-color: #00B455;
  border-radius: 10px;
  position: relative;
}
.price_list .label:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #00B455 transparent transparent transparent;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.price_list .total {
  font-size: 1.6rem;
}

.supplementary_list .price span {
  margin-right: 5px;
  font-size: 6rem;
  color: #fb6f74;
  letter-spacing: 0;
}

.payment_detail {
  padding: 25px 0;
  background-color: #FFF;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.payment_detail:not(:last-of-type) {
  margin-bottom: 30px;
}
.payment_detail dl {
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
.payment_detail dl:not(:last-child) {
  border-right: 1px solid #d9d9d9;
}
.payment_detail dl:nth-child(1) {
  width: 46%;
}
.payment_detail dl:nth-child(2), .payment_detail dl:nth-child(3) {
  width: 27%;
}
.payment_detail dd {
  margin-top: 10px;
}
.payment_detail .price_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.payment_detail .price_wrap .inner {
  margin: 0 10px;
}
.payment_detail .price span {
  font-size: 4.8rem;
  letter-spacing: 0;
}
.payment_detail .mark {
  font-size: 4.8rem;
}
.payment_detail .cross {
  display: inline-block;
  width: 42px;
  height: 42px;
  position: relative;
}
.payment_detail .cross:before, .payment_detail .cross:after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  background-color: #000;
  position: absolute;
  top: 50%;
}
.payment_detail .cross:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 0;
}
.payment_detail .cross:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 0;
}

.henkin_wrap {
  padding: 40px;
  background-color: #FFF;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
}

.order-flow_wrap {
  margin-top: 30px;
}
.order-flow_wrap .headline-type03 {
  margin-bottom: 20px;
  font-size: 2.4rem;
}

.order-flow.arrow-none .col_inner:not(:last-child):after {
  display: none;
}
.order-flow .point-box {
  background-color: #FFF;
  position: relative;
}
.order-flow .col_inner:not(:last-child):after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}
.order-flow dl:not(:last-child) {
  margin-bottom: 20px;
}
.order-flow dt {
  margin-bottom: 5px;
  font-size: 2rem;
  color: #00B455;
  font-weight: 700;
}

.voice-navi {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.voice-navi > ul {
  width: 100%;
  margin: 0 auto;
  padding: 15px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #FFF;
  border: 2px solid #00B455;
  border-radius: 10px;
}
.voice-navi > ul > li {
  width: 100%;
  font-weight: 700;
}
.voice-navi > ul > li:not(:last-child) {
  margin-right: 20px;
  margin-bottom: 0;
}
.voice-navi > ul > li > a:before {
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-size: 1.6rem;
  font-weight: bold;
  color: #00B455;
}
.voice-navi > ul h3 {
  font-size: 16px;
}
.voice-navi > ul h3::before {
  content: "●";
  color: #00B455;
  margin-right: 5px;
}
.voice-navi .navi-child {
  margin-top: 1em;
  font-size: 14px;
}
.voice-navi .navi-child ul {
  margin-bottom: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.voice-navi .navi-child li {
  margin-bottom: 10px;
  line-height: 1;
}
.voice-navi .navi-child li::after {
  content: "";
  width: 1px;
  height: 100%;
  margin: 0 10px -3px;
  display: inline-block;
  background-color: #000;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.voice-navi .navi-child li:not(:last-child) {
  margin-bottom: 10px;
}
.voice-navi .navi-child li:last-child::after {
  content: none;
}
.voice-navi .navi-child a {
  font-weight: normal;
  border-bottom: 1px solid #000;
  display: inline-block;
}
.voice-navi .navi-child a:hover {
  color: #00B455;
  border-bottom-color: #00B455;
}

.voice-wrap .col_inner {
  background-color: #FFF;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
}

.voice-box {
  padding: 0 20px 20px 20px;
}
.voice-box .col_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.voice-box .bage {
  display: block;
  width: 200px;
  margin: auto;
  padding: 5px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #FFF;
  background-color: #CCC;
  border-radius: 0 0 20px 20px;
  text-align: center;
}
.voice-box .image {
  margin: 20px 20px 20px 0;
  text-align: center;
}
.voice-box .image p {
  margin-top: 0.8em;
}
.voice-box .text {
  width: 80%;
  margin-top: 20px;
}
.voice-box .date {
  font-size: 1.4rem;
  text-align: right;
}
.voice-box.step01 .bage {
  background-color: #E96093;
}
.voice-box.step01 .title {
  color: #E96093;
}
.voice-box.step02 .bage {
  background-color: #EF821D;
}
.voice-box.step02 .title {
  color: #EF821D;
}
.voice-box.step03 .bage {
  background-color: #1EAA39;
}
.voice-box.step03 .title {
  color: #1EAA39;
}
.voice-box.step04 .bage {
  background-color: #45ADE2;
}
.voice-box.step04 .title {
  color: #45ADE2;
}
.voice-box.step05 .bage {
  background-color: #005EAB;
}
.voice-box.step05 .title {
  color: #005EAB;
}
.voice-box.step06 .bage {
  background-color: #7D4697;
}
.voice-box.step06 .title {
  color: #7D4697;
}
.voice-box.roundup .bage {
  background-color: #6b3907;
}
.voice-box.ace01 .bage {
  background-color: #f794ca;
}
.voice-box.ace01 .title {
  color: #f794ca;
}
.voice-box.ace02 .bage {
  background-color: #ffa366;
}
.voice-box.ace02 .title {
  color: #ffa366;
}
.voice-box.ace03 .bage {
  background-color: #68c171;
}
.voice-box.ace03 .title {
  color: #68c171;
}
.voice-box.ace04 .bage {
  background-color: #44AEE3;
}
.voice-box.ace04 .title {
  color: #44AEE3;
}
.voice-box.ace05 .bage {
  background-color: #4b79d3;
}
.voice-box.ace05 .title {
  color: #4b79d3;
}
.voice-box.ace06 .bage {
  background-color: #b67dd5;
}
.voice-box.ace06 .title {
  color: #b67dd5;
}

.page-voice .voice-box .text p:first-child {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.page-voice .voice-box .text p.is-open {
  display: block;
}

.voice-more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 14px;
}
.voice-more::before {
  content: "続きを読む";
}
.voice-more::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  margin-left: 5px;
}
.voice-more.is-active::before {
  content: "折りたたむ";
}
.voice-more.is-active::after {
  content: "\f0d8";
}

.shop-table {
  margin: 0 -40px;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.shop-table dl {
  width: 100%;
  font-size: 1.4rem;
}
.shop-table dt {
  padding: 12px 0;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.shop-table dd {
  height: 80px;
  padding: 18px 0;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shop-table .thead {
  background-color: #f9f7f4;
}
.shop-table .thead dt {
  height: 85px;
  background-color: #23ab38;
}
.shop-table .tbody dt {
  height: 85px;
  background-color: #23ab38;
  color: #FFF;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn_wrap {
  max-width: 1000px;
  margin: 60px auto 0 auto;
}
.btn_wrap a {
  display: block;
}

.member_point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.member_point dt {
  width: 40%;
  background-color: #00b43c;
  color: #FFF;
  font-size: 22px;
  font-size: 2.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: 600;
  position: relative;
}
.member_point dd {
  width: 60%;
  border: 2px solid #00b43c;
}
.member_point dd ul {
  margin: 0;
  padding: 20px 25px;
  border: 8px solid #d0ecd9;
  list-style-type: none;
  font-weight: 600;
  color: #000;
  font-weight: normal;
}
.member_point dd li::before {
  width: auto;
  height: auto;
  margin-right: 0;
  content: "・";
  color: #000;
  background: none;
}

.video_area {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-color: #f5f2ed;
  z-index: -1;
}
.video_area video {
  left: 50%;
  max-height: initial;
  max-width: initial;
  min-height: 100vh;
  min-width: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#page-worksheet .site-content {
  overflow: hidden;
}
#page-worksheet .top_area {
  background-color: #f5f2ed;
}
#page-worksheet .area-inner {
  margin-top: -1px;
  padding-top: 1px;
  background-color: #f5f2ed;
}
#page-worksheet .message_wrap {
  margin-bottom: 30vw;
}

.company_table {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-collapse: collapse;
  border-spacing: 0;
}
.company_table tr:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}
.company_table th {
  padding: 1.5em 1em;
  font-weight: normal;
  background-color: #00B455;
  border-right: 1px solid #d9d9d9;
  color: #FFF;
  font-weight: 700;
  vertical-align: top;
}
.company_table td {
  padding: 1.5em 1em;
  background-color: #FFF;
}

.message_wrap strong {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(252, 238, 33, 0.6)), color-stop(50%, transparent));
  background-image: -webkit-linear-gradient(left, rgba(252, 238, 33, 0.6) 50%, transparent 50%);
  background-image: linear-gradient(to right, rgba(252, 238, 33, 0.6) 50%, transparent 50%);
  font-weight: 400;
  background-position: 100% 0%;
  background-size: 200% auto;
  background-repeat: no-repeat;
  -webkit-transition: background-position 1s ease-out;
  transition: background-position 1s ease-out;
}
.message_wrap strong.active {
  background-position: 0% 0%;
}
.message_wrap .icon01 {
  margin: -2em 0;
  text-align: right;
}
.message_wrap .icon01 img {
  width: 200px;
}
.message_wrap .icon02 {
  margin-top: -7em;
  text-align: right;
}
.message_wrap .icon02 img {
  width: 180px;
}
.message_wrap .ceo {
  margin: 60px 0 30px 0;
  text-align: center;
}
.message_wrap .ceo-text {
  text-align: center;
}

.philosophy-area {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
  padding: 50px;
  background-color: #FFF;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
}
.philosophy-area dl {
  text-align: center;
}
.philosophy-area dl:not(:last-child) {
  margin-bottom: 40px;
}
.philosophy-area dt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0.8em;
  padding: 0 3px;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #eefd02));
  background: -webkit-linear-gradient(transparent 60%, #eefd02 60%);
  background: linear-gradient(transparent 60%, #eefd02 60%);
}
.philosophy-area p:not(:last-child) {
  margin-bottom: 0.2em;
}
.philosophy-area .text01 {
  font-size: 2.4rem;
}

.privacy_wrap {
  margin-bottom: 100px;
}
.privacy_wrap dl:not(:last-child) {
  margin-bottom: 60px;
}
.privacy_wrap dd:not(:last-child) {
  margin-bottom: 60px;
}
.privacy_wrap dd h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}
.privacy_wrap ol {
  margin-left: 20px;
}

.contact_info dl:not(:last-child) {
  margin-bottom: 60px;
}
.contact_info dt {
  margin-bottom: 10px;
  font-weight: bold;
}

.step-navi {
  max-width: 1200px;
  margin: 0 auto 70px;
}
.step-navi ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}
.step-navi li {
  width: 100%;
  height: 68px;
  padding-left: 20px;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  background-color: #b1dac1;
  color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.step-navi li:first-child {
  width: calc(100% - 24px);
  padding-left: 10px;
  padding-right: 10px;
}
.step-navi li:not(:last-child) {
  margin-right: 3px;
}
.step-navi li:not(:last-child):before, .step-navi li:not(:last-child):after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 100%;
  border: 34px solid transparent;
  border-right-width: 0;
  border-left-width: 20px;
}
.step-navi li:not(:last-child):before {
  border-left-color: #a7dcb8;
  z-index: 2;
}
.step-navi li:not(:last-child):after {
  border-left-color: #f5f2ed;
  z-index: 1;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.step-navi li:not(:last-child).current:before {
  border-left-color: #00B455;
}
.step-navi .current {
  background-color: #00B455;
  font-weight: 700;
}
.step-navi small {
  display: none;
}

.system-message::after {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: #50b260;
  position: absolute;
  left: calc(50% - 50vw);
  bottom: 0;
}

.form-message_area {
  max-width: 1240px;
  margin: 0 auto 60px;
  line-height: 1.6;
}

.order-wrap .order-content {
  padding: 0 115px 60px 115px;
}

.order-form .form-group:not(:last-child) {
  margin-bottom: 0;
}
.order-form .form-group + .form-group {
  margin-top: 50px;
}
.order-form .form-group dt {
  width: 25%;
}
.order-form .form-group dd {
  width: 75%;
}
.order-form select {
  font-size: 1.5rem;
}

.accordion-wrap:last-of-type {
  margin-bottom: -15px;
}
.accordion-wrap:last-of-type .accordion_content {
  border-bottom: 1px solid #50b260;
}
.accordion-wrap:last-of-type .accordion_content > dd {
  border-bottom: 1px solid #50b260;
}

.plus {
  position: relative;
}
.plus::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #50b260;
  position: absolute;
  top: 15px;
  right: 0;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.plus:after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #50b260;
  position: absolute;
  top: 15px;
  right: 0;
}
.plus.active {
  border-bottom: 2px solid #50b260;
}
.plus.active::before {
  -webkit-transform: unset;
          transform: unset;
}

.select-group .note {
  margin-top: 1em;
}

.order-step2:not(:last-child) {
  padding-bottom: 80px;
  border-bottom: 2px dotted #50b260;
}
.order-step2 hr {
  margin-left: -80px;
  margin-right: -80px;
}
.order-step2 .line {
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.order-step2 .line .under-line {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffed57));
  background: -webkit-linear-gradient(transparent 50%, #ffed57 50%);
  background: linear-gradient(transparent 50%, #ffed57 50%);
}

.school-result {
  color: #00B455;
  font-size: 2rem;
  font-weight: 700;
}
.school-result p {
  margin-bottom: 15px;
}

.select-textbook:disabled {
  background-color: #FFF !important;
  background: none;
}
.select-textbook + .note {
  margin-top: 0.5em;
  margin-left: 1em;
  text-indent: -1em;
}

.address-search {
  margin: 15px 0;
  display: inline-block;
  color: #00B455;
}

.kiyaku_area {
  max-width: 875px;
  margin: 0 auto;
  padding: 60px 111.5px;
  background-color: rgba(174, 174, 174, 0.15);
  border-radius: 30px;
}
.kiyaku_area dt {
  margin-bottom: 1em;
  font-size: 2.2rem;
  font-weight: 700;
  color: #00B455;
  text-align: center;
}
.kiyaku_area dd {
  font-size: 1.5rem;
  letter-spacing: 0.06em;
}
.kiyaku_area .line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffed57));
  background: -webkit-linear-gradient(transparent 50%, #ffed57 50%);
  background: linear-gradient(transparent 50%, #ffed57 50%);
}
.kiyaku_area .radio_wrap {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #00B455;
  text-align: center;
}
.kiyaku_area .accordion-wrap {
  border-top: 1px solid #00B455;
  padding: 1em 0 0 0;
}
.kiyaku_area .accordion-wrap .accordion_content > dt {
  padding: 0 6rem 1.6rem 2rem;
  margin: 0;
  font-size: 1.8rem;
  text-align: left;
}
.kiyaku_area .accordion-wrap .accordion_content > dt::before, .kiyaku_area .accordion-wrap .accordion_content > dt::after {
  right: 1.6rem;
}
.kiyaku_area .accordion-wrap .accordion_content > dt.active {
  border-bottom-width: 1px;
}
.kiyaku_area .accordion-wrap .accordion_content > dd {
  background-color: #FFF;
  padding: 2.5rem 2rem;
  border-bottom: none;
  font-size: 1.4rem;
  line-height: 1.4;
}
.kiyaku_area .accordion-wrap .accordion_content > dd p {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
}
.kiyaku_area .accordion-wrap .accordion_content > dd .image {
  text-indent: 0;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
.kiyaku_area .accordion-wrap .accordion_content > dd .image img {
  height: auto;
}
.kiyaku_area .accordion-wrap .accordion_content .title {
  color: #00B455;
  margin-bottom: 0.5em;
  font-size: 1.6rem;
}
.kiyaku_area .accordion-wrap .accordion_content .title-sub {
  margin-bottom: 0.5em;
}
.kiyaku_area .accordion-wrap .accordion_content * + .title {
  margin-top: 1.5em;
}
.kiyaku_area .accordion-wrap .accordion_content * + .title-sub {
  margin-top: 1.5em;
}
.kiyaku_area .accordion-wrap .accordion_content table {
  width: 100%;
  line-height: 1.4;
}
.kiyaku_area .accordion-wrap .accordion_content table th, .kiyaku_area .accordion-wrap .accordion_content table td {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  border: 1px solid #333;
  text-align: center;
}
.kiyaku_area .accordion-wrap .accordion_content table th {
  font-size: 1.3rem;
}
.kiyaku_area .accordion-wrap .accordion_content table thead th {
  background-color: #efefef;
}
.kiyaku_area .accordion-wrap .accordion_content table tbody th {
  font-weight: 400;
}
.kiyaku_area .accordion-wrap .accordion_content table .head01 {
  width: 19%;
}
.kiyaku_area .accordion-wrap .accordion_content table .head02, .kiyaku_area .accordion-wrap .accordion_content table .head03, .kiyaku_area .accordion-wrap .accordion_content table .head04 {
  width: 27%;
}
.kiyaku_area .accordion-wrap + .radio_wrap {
  margin-top: 0;
}

#school_search {
  display: none;
}

.school_search_wrap .title {
  padding: 26px 35px;
  background-color: #00B455;
  color: #FFF;
  font-size: 30px;
  text-align: center;
}
.school_search_wrap .form-area {
  padding: 60px 135px;
  color: #4d4d4d;
  display: none;
}
.school_search_wrap .form-area.is-active {
  display: block;
}
.school_search_wrap .form-area p {
  margin-bottom: 40px;
  font-size: 1.5rem;
  text-align: center;
}
.school_search_wrap .form-area.width-sm .form-inner {
  width: 562px;
  margin-left: auto;
  margin-right: auto;
}
.school_search_wrap .form-inner {
  padding: 45px 60px;
  border-radius: 22px;
  background-color: rgba(174, 174, 174, 0.15);
}
.school_search_wrap .form-inner:not(:last-child) {
  margin-bottom: 50px;
}
.school_search_wrap .radio:not(:last-child) {
  margin-bottom: 20px;
}
.school_search_wrap .school-other {
  margin-top: 1em;
  display: none;
}
.school_search_wrap .school-other .form-control {
  font-size: 1.6rem;
}
.school_search_wrap .note {
  margin-top: 1em;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
}
.school_search_wrap input[type=radio]:checked + .radio-label {
  color: #00B455;
}
.school_search_wrap .area-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.school_search_wrap .area-group:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px dotted #00B455;
}
.school_search_wrap .area-group .radio-label {
  font-size: 2rem !important;
}
.school_search_wrap .area-group .radio_wrap {
  width: 354px;
}
.school_search_wrap .area-title {
  width: 200px;
  color: #00B455;
  font-size: 2rem;
}
.school_search_wrap .serch-result {
  margin-bottom: 30px;
  background-color: rgba(174, 174, 174, 0.15);
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
  display: none;
  position: relative;
}
.school_search_wrap .serch-result::after {
  content: "";
  width: 70px;
  height: 70px;
  background: url(../../images/common/bear02.png) no-repeat center/contain;
  position: absolute;
  right: -15px;
  bottom: -20px;
}
.school_search_wrap .serch-result.bear03::after {
  background: url(../../images/common/bear03.png) no-repeat center/contain;
}
.school_search_wrap .serch-result dt {
  padding: 20px 30px;
  color: #FFF;
  background-color: #00B455;
  border-radius: 10px 10px 0 0;
}
.school_search_wrap .serch-result dd {
  padding: 30px;
  font-size: 2.2rem;
}
.school_search_wrap .button-wrap {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.school_search_wrap .button-wrap .btn {
  margin: 0;
}
.school_search_wrap .btn.small {
  max-width: 370px;
}
.school_search_wrap .btn.prev {
  width: 170px;
  margin-right: 20px;
  padding: 0 20px;
}
.school_search_wrap .btn.prev:after {
  content: none;
}

.school-step-navi {
  margin-top: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}
.school-step-navi li {
  width: 100%;
  height: 66px;
  padding-left: 20px;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  background-color: #e5e5e5;
  color: #b2b2b2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.school-step-navi li:first-child {
  width: calc(100% - 24px);
  padding-left: 10px;
  padding-right: 10px;
}
.school-step-navi li:not(:last-child) {
  margin-right: 3px;
  margin-bottom: 0;
}
.school-step-navi li:not(:last-child):before, .school-step-navi li:not(:last-child):after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 100%;
  border: 34px solid transparent;
  border-right-width: 0;
  border-left-width: 20px;
}
.school-step-navi li:not(:last-child):before {
  border-left-color: #e5e5e5;
  z-index: 2;
}
.school-step-navi li:not(:last-child):after {
  border-left-color: #fff;
  z-index: 1;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.school-step-navi li:not(:last-child).current:before {
  border-left-color: #ffed57;
}
.school-step-navi .current {
  color: #4d4d4d;
  background-color: #ffed57;
  font-weight: 700;
}

.modaal-inline .modaal-container {
  max-width: 960px;
}
.modaal-inline .modaal-content-container {
  padding: 0;
}
.modaal-inline .modaal-close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 35px;
  right: 35px;
}
.modaal-inline .modaal-close:before, .modaal-inline .modaal-close:after {
  width: 2px;
  height: 32px;
  background: #FFF;
}
.modaal-inline .modaal-close:before {
  top: 0;
}
.modaal-inline .modaal-close::after {
  top: 0;
}
.modaal-inline .modaal-close:hover {
  background: unset;
}

.member_only {
  margin-top: 20px;
  display: none;
}

.page-maintenance .lg {
  font-size: 120%;
}

.news-detail-wrap {
  padding: 50px;
  background-color: #FFF;
  border-radius: 20px;
}
.news-detail-wrap .date {
  margin-bottom: 0.5em;
  font-weight: bold;
  letter-spacing: 0;
  display: inline-block;
}
.news-detail-wrap .title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #00B455;
  border-bottom: 1px solid #d9d9d9;
}
.news-detail-wrap h3 {
  margin-bottom: 0.8em;
  font-size: 2rem;
  line-height: 1.4;
}
.news-detail-wrap * + ul {
  margin-top: 1em;
}
.news-detail-wrap .card-wrap01 {
  margin-bottom: 15px !important;
}
.news-detail-wrap p + .card-wrap01 {
  margin-top: 30px;
}

.card-wrap01 .card {
  padding: 20px 0.5em;
  background-color: #FFF;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
}
.card-wrap01 dt {
  margin-bottom: 0.5em;
  font-weight: bold;
}
.card-wrap01 dd {
  line-height: 1.75;
}

.l-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.l-column.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.l-column.col_half {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-column.col_half .col_inner {
  width: 48%;
}
.l-column.col2 {
  margin-bottom: -2%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-column.col2 .col_inner {
  width: 49%;
  margin-bottom: 2%;
}
.l-column.col3 {
  margin-bottom: -2%;
}
.l-column.col3 .col_inner {
  width: 32%;
  margin: 0 2% 2% 0;
}
.l-column.col3 .col_inner:nth-child(3n) {
  margin: 0 0 2% 0;
}
.l-column.col4 {
  margin-bottom: -2%;
}
.l-column.col4 .col_inner {
  width: 23.5%;
  margin: 0 2% 2% 0;
}
.l-column.col4 .col_inner:nth-child(4n) {
  margin: 0 0 2% 0;
}

.cv-content {
  background-color: #f5f2ed;
}
.cv-content .campaign-banner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 90px 0;
}
.cv-content .campaign-banner a {
  display: block;
}

.contact-info {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  background-color: #00B455;
  background-image: -webkit-radial-gradient(rgba(255, 255, 255, 0.1) 20%, transparent 20%), -webkit-radial-gradient(rgba(255, 255, 255, 0.1) 20%, transparent 20%);
  background-image: radial-gradient(rgba(255, 255, 255, 0.1) 20%, transparent 20%), radial-gradient(rgba(255, 255, 255, 0.1) 20%, transparent 20%);
  background-size: 32px 32px;
  background-position: 0 0, 16px 16px;
  background-repeat: repeat;
}

.contact-mail {
  text-align: center;
}
.contact-mail dl {
  margin-top: 10px;
}
.contact-mail dt {
  font-size: 2.4rem;
  font-weight: bold;
}
.contact-mail dd {
  margin-top: 4px;
  font-size: 1.6rem;
}
.contact-mail .btn {
  max-width: 540px;
  height: 80px;
  border-radius: 55px;
  padding: 0 50px;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-mail .fa-envelope {
  margin-right: 15px;
  font-size: 5.4rem;
}

.contact-phone {
  margin-top: 16px;
  margin-left: 85px;
  text-align: center;
}
.contact-phone dt {
  font-size: 1.8rem;
  font-weight: bold;
}
.contact-phone .phone-num {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0;
}
.contact-phone .phone-num a {
  color: #FFF;
}
.contact-phone .phone-num span {
  font-size: 3rem;
}
.contact-phone .fa-phone-alt {
  margin-right: 8px;
  font-size: 2.4rem;
  position: relative;
  top: -2px;
}
.contact-phone .reception-time {
  font-size: 1.6rem;
}

.fixed-menu {
  width: 100%;
  padding: 15px 20px;
  position: fixed;
  bottom: 0;
  background-color: #FFF;
  z-index: 9;
  display: none;
}
.fixed-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fixed-menu li {
  width: 49%;
}
.fixed-menu .btn {
  height: 60px;
  font-size: 1.8rem;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 30px;
}
.fixed-menu .icon {
  margin-right: 5px;
  font-size: 2.4rem;
}

.l-footer {
  width: 100%;
  background-color: rgba(167, 167, 167, 0.11);
  border-top: 1px solid #b3b3b3;
}
.l-footer .hr {
  border: 0;
  border-bottom: 1px solid #cfccc7;
}

.footer_area {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.footer_area.area02 {
  padding: 38px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-bear {
  position: absolute;
}
.footer-bear.bear01 {
  top: -90px;
  left: 100px;
}
.footer-bear.bear02 {
  top: -90px;
  right: 100px;
}

.footer_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer_info dt {
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: 700;
}
.footer_info dd {
  font-size: 1.6rem;
  font-weight: 500;
}
.footer_info .privacy_mark {
  margin-top: auto;
  margin-left: 18px;
}

.footer_link {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer_link li:not(:first-child) {
  margin-left: 40px;
}

.sns_link {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sns_link li:not(:first-child) {
  margin-left: 18px;
}
.sns_link a {
  display: block;
}

.copyright {
  width: 100%;
  padding: 40px 0;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.page-nav_wrap {
  padding: 100px 0 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-nav_wrap .no-title {
  width: 350px;
  margin-top: 80px;
}
.page-nav_wrap .title {
  margin-bottom: 32px;
  font-size: 2.8rem;
  color: #00B455;
}
.page-nav_wrap .title a {
  color: #00B455;
}
.page-nav_wrap li {
  padding-left: 38px;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
}
.page-nav_wrap li:not(:last-child) {
  margin-bottom: 14px;
}
.page-nav_wrap li:before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #00B455;
  border-radius: 12px;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
}
.page-nav_wrap li:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 3px #FFF;
  border-right: solid 3px #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 9px;
  left: 5px;
}
.page-nav_wrap .sub {
  font-size: 1.6rem;
}

.headline-type01 {
  margin-bottom: 60px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-align: center;
  color: #00B455;
}
.headline-type01.stack {
  margin-bottom: 28px;
  position: absolute;
  top: -38px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.headline-type01 + .sub {
  margin-top: -20px;
  margin-bottom: 40px;
}
.headline-type01 + .sub2 {
  margin-top: -40px;
  margin-bottom: 40px;
}
.headline-type02 {
  font-size: 3.4rem;
  font-weight: 700;
  color: #3a3a3a;
  text-align: center;
}
.headline-type03 {
  margin-bottom: 40px;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
.headline-type03 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #eefd02));
  background: -webkit-linear-gradient(transparent 60%, #eefd02 60%);
  background: linear-gradient(transparent 60%, #eefd02 60%);
}
.headline-type03 small {
  margin-top: 0.3em;
  font-size: 70%;
  display: block;
}
.headline-type04 {
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 700;
  color: #00B455;
}
.headline-type05 {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #00B455;
}
.headline-caution {
  margin-bottom: 1em;
  font-size: 2.4rem;
}
.headline-caution .fa-exclamation-triangle {
  margin-right: 18px;
  color: #ffcd03;
  font-size: 3rem;
}
.headline-order {
  margin-bottom: 45px;
  color: #50b260;
  font-size: 22px;
  text-align: center;
}

.headline-wrap.type01 {
  margin-bottom: 60px;
  text-align: center;
}
.headline-wrap.type01 .headline-type01 {
  margin-bottom: 20px;
}
.headline-wrap.type01 .sub-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  display: inline-block;
}
.headline-wrap.type01 .sub-title span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #eefd02));
  background: -webkit-linear-gradient(transparent 70%, #eefd02 70%);
  background: linear-gradient(transparent 70%, #eefd02 70%);
}
.headline-wrap.type01 .sub-title2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}
.headline-wrap.type01 + .headline-wrap {
  margin-top: -20px;
}
.headline-wrap.type02 {
  margin-bottom: 30px;
  text-align: center;
}
.headline-wrap.type02 .sub {
  margin-top: 5px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.headline-wrap.type03 {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.headline-wrap.type03 .label {
  margin-right: 30px;
  padding: 5px 10px;
  color: #FFF;
  font-size: 3rem;
  font-weight: 700;
  background-color: #01b43c;
  border-radius: 5px;
  position: relative;
}
.headline-wrap.type03 .label:after {
  content: "";
  width: 0;
  height: 0;
  margin-top: -8px;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #01b43c;
  position: absolute;
  top: 50%;
  right: -10px;
}
.headline-wrap.type03 .title {
  font-size: 3rem;
  text-align: center;
}

.icon-num {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #00B455;
  font-size: 1.6rem;
  color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn {
  position: relative;
}
.btn-round {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-round.small {
  border-radius: 30px;
}
.btn-round.mid {
  border-radius: 10px;
}
.btn.line-green {
  border: 1px solid #00B455;
  color: #00B455;
}
.btn.red {
  background-color: #fb6f74;
  color: #FFF;
}
.btn.green {
  background-color: #00B455;
  color: #FFF;
}
.btn.orage {
  background-color: #ED6C00;
  color: #FFF;
}
.btn.white {
  background-color: #FFF;
  color: #00B455;
}
.btn.gray {
  background-color: #989898;
  color: #FFF;
}
.btn.yellow {
  background-color: #ffed57;
  color: #4d4d4d;
}
.btn.type01 {
  border: 2px solid #00B455;
  -webkit-filter: drop-shadow(0 5px 0 #00b455);
          filter: drop-shadow(0 5px 0 #00b455);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.btn.type01.orage {
  border-color: #ED6C00;
  -webkit-filter: drop-shadow(0 5px 0 #BF5700);
          filter: drop-shadow(0 5px 0 #BF5700);
}
.btn.small {
  max-width: 480px;
  height: 60px;
  margin-top: 20px;
  padding: 0 0.5em;
  font-size: 2rem;
}
.btn.mid {
  min-width: 326px;
  height: 80px;
  margin-top: 30px;
  font-size: 1.8rem;
}
.btn.mid02 {
  min-width: 283px;
  height: 80px;
  font-size: 1.8rem;
}
.btn.center {
  margin-right: auto;
  margin-left: auto;
}
.btn.next:after {
  content: "＞";
  font-weight: bold;
  margin-left: 0.6em;
}
.btn.prev:before {
  content: "＜";
  font-weight: bold;
  margin-right: 0.6em;
}
.btn.plus {
  padding: 0 80px 0 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn.plus:after {
  font-family: "Font Awesome 5 Free";
  content: "\f055";
  font-size: 4.8rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.btn.shadow-b {
  border-bottom: 5px solid #CCC;
}
.btn.shadow-b.red {
  border-bottom-color: #be4437;
}
.btn.shadow-b.green {
  border-bottom-color: #1c8e2c;
}
.btn.shadow-b.gray {
  border-bottom-color: #7a7a7a;
}
.btn.onlineshop .icon {
  margin-right: 20px;
}
.btn.mg_none {
  margin: 0;
}
.btn.mg_top_none {
  margin-top: 0 !important;
}

.btn_top {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #00B455;
  border-radius: 50px;
  color: #FFF;
  position: fixed;
  right: 30px;
  bottom: 60px;
  z-index: 9;
}

.btn-label + .btn.mid {
  margin-top: 15px;
}

select {
  width: 100%;
  padding: 1.8rem 5.2rem 1.8rem 2rem;
  border: 2px solid #00B455;
  border-radius: 0.7rem;
  font-size: 1.8rem;
  background-color: #FFF;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022.885%2016.397%22%3E%20%3Cpath%20fill%3D%22%2300b355%22%20d%3D%22M9.867%2015.616.407%203.179C-.582%201.875.347%200%201.985%200h18.918c1.637%200%202.567%201.875%201.576%203.179l-9.46%2012.437a1.98%201.98%200%200%201-3.151%200Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: right 1.6rem center;
  color: #3a3a3a;
}

textarea {
  min-height: 300px;
  vertical-align: bottom;
  resize: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #e8f6eb inset;
          box-shadow: 0 0 0 1000px #e8f6eb inset;
}

.form-wrap > .title {
  margin-bottom: 15px;
}
.form-wrap.accordion-wrap:before {
  content: "";
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
  background-color: #50b260;
  display: block;
}
.form-group dt {
  font-size: 1.8rem;
  font-weight: 700;
}
.form-group dt .note {
  margin-top: 0.5em !important;
  font-weight: normal;
  font-size: 16px;
}
.form-group .col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.form-group .col2 .form-inner {
  width: 50%;
  margin-bottom: 0;
}
.form-group .col2 .form-inner:first-child {
  padding-right: 5px;
}
.form-group .col2 .form-inner:first-child:last-child {
  padding-right: 0;
}
.form-group .col2 .form-inner:last-child {
  padding-left: 5px;
}
.form-group .col2 .form-inner:last-child:first-child {
  padding-left: 0;
}
.form-group .col2 .form-inner.wide {
  width: 67%;
}
.form-group .col3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.form-group .col3 .form-inner {
  width: 33%;
  margin-bottom: 0;
  padding: 0 5px;
}
.form-group .col3 .form-inner:first-child {
  padding-left: 0;
}
.form-group .col3 .form-inner:last-child {
  padding-right: 0;
}
.form-group .col1to2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.form-group .col1to2 .form-inner {
  margin-bottom: 0;
}
.form-group .col1to2 .form-inner:first-child {
  width: 33%;
  padding-right: 5px;
}
.form-group .col1to2 .form-inner:first-child:last-child {
  padding-right: 0;
}
.form-group .col1to2 .form-inner:last-child {
  width: 67%;
  padding-left: 5px;
}
.form-group .col1to2 .form-inner:last-child:first-child {
  padding-left: 0;
}
.form-group .required {
  margin-left: 6px;
  padding: 4px 8px;
  color: #FFF;
  background-color: #fb6f74;
  border-radius: 3px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  white-space: nowrap;
}
.form-group .required:before {
  content: "必須";
}
.form-group .note {
  font-size: 1.3rem;
}
.form-group .note:last-child {
  margin-top: 0.8em;
}

.child_wrap {
  margin-bottom: 5rem;
}

.form-inner {
  width: 100%;
}
.form-inner:not(:last-child) {
  margin-bottom: 30px;
}

.form-label {
  width: 100%;
  margin-bottom: 10px;
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  color: #00B455;
}

.form-control {
  width: 100%;
  padding: 2rem 1.5rem;
  background-color: rgba(0, 180, 85, 0.12);
  border-radius: 5px;
  font-size: 1.8rem;
}

.form-text {
  font-size: 1.8rem;
}

.form-footer {
  margin-top: 60px;
}

.form-privacy {
  margin-bottom: 70px;
  padding: 70px 0;
  position: relative;
}
.form-privacy .form-message_area dl:not(:last-child) {
  margin-bottom: 60px;
}
.form-privacy .inner:not(:last-child) {
  margin-bottom: 60px;
}
.form-privacy .inner.bg-yellow {
  padding: 45px 75px;
  background-color: rgba(255, 255, 0, 0.1);
  border-radius: 10px;
}
.form-privacy dt {
  margin-bottom: 14px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #00B455;
  line-height: 1.3;
}
.form-privacy dd {
  font-size: 1.5rem;
}

span.form-error {
  width: 100%;
  margin-bottom: 0.5em;
  display: block;
  color: #fb6f74;
  font-size: 1.8rem;
  font-weight: 600;
}
span.form-error:before {
  font-family: "Font Awesome 5 Free";
  content: "\f06a";
  font-weight: bold;
}
span.form-error:not(:last-child) {
  margin-bottom: 0.3em;
}

.form-confirm .form-group {
  font-size: 2rem;
}
.form-confirm .required {
  display: none;
}

.form-complete {
  padding: 6rem;
  background-color: rgba(255, 255, 0, 0.08);
  border-radius: 2.4rem;
  outline: 1px solid #00B455;
  outline-offset: -1.5rem;
}
.form-complete .title {
  margin-bottom: 1em;
  font-size: 2.6rem;
  color: #00B455;
}
.form-complete p {
  text-align: center;
  font-size: 1.5rem;
}

.search-postcode {
  font-size: 1.5rem;
}
.search-postcode a {
  margin: auto 0 auto auto;
  height: 40px;
  color: #FFF;
  padding: 9px 26.8px;
  background-color: #00B455;
  border-radius: 20px;
  display: inline-block;
}

.radio_wrap.horizon {
  margin-bottom: -25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.radio_wrap.horizon .radio {
  margin-bottom: 25px !important;
}
.radio_wrap.horizon .radio:not(:last-child) {
  margin-right: 40px;
}
.radio_wrap.col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.radio_wrap.col2 .radio {
  width: 50%;
}

.radio:not(:last-child) {
  margin-bottom: 10px;
}
.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio input[type=radio] + .radio-label {
  font-size: 1.8rem;
  text-indent: -2em;
  margin-left: 2em;
  line-height: 1.4;
  display: inline-block;
}
.radio input[type=radio] + .radio-label:before {
  content: "";
  background: #FFF;
  border-radius: 100%;
  border: 1px solid #4D4D4D;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 0;
  margin-right: 0.5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.radio input[type=radio]:checked + .radio-label:before {
  background-color: #00B455;
  -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
          box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #4D4D4D;
}
.radio input[type=radio]:disabled + .radio-label:before {
  -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
          box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

.checkbox {
  cursor: pointer;
}
.checkbox input[type=checkbox] {
  margin: 0;
  width: 0;
  opacity: 0;
  position: absolute;
}
.checkbox input[type=checkbox]:checked + .dummy-checkbox {
  background: #00B455;
  border-color: #00B455;
}
.checkbox input[type=checkbox]:checked + .dummy-checkbox:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 3px;
  border-radius: 3px;
  -webkit-transform: translate(-6px, 5px) rotateZ(-135deg);
          transform: translate(-6px, 5px) rotateZ(-135deg);
  -webkit-transform-origin: 2px 0;
          transform-origin: 2px 0;
  background: #FFFFFF;
}
.checkbox input[type=checkbox]:checked + .dummy-checkbox:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76%;
  height: 3px;
  border-radius: 3px;
  -webkit-transform: translate(-6px, 5px) rotateZ(-45deg);
          transform: translate(-6px, 5px) rotateZ(-45deg);
  -webkit-transform-origin: 0 -2px;
          transform-origin: 0 -2px;
  background: #FFFFFF;
}
.checkbox .dummy-checkbox {
  width: 2rem;
  height: 2rem;
  background: #FFF;
  border: 1px solid #4d4d4d;
  border-radius: 2px;
  position: relative;
  top: 4px;
  display: inline-block;
}
.checkbox .label-text {
  margin-left: 0.5em;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}

_:-ms-fullscreen .lower-hero_area .visual, :root .lower-hero_area .visual {
  height: auto;
}

.win p,
.win .text,
.win .sub,
.win .btn,
.win .material-list dd,
.win .faq-list .answer,
.win .contact-mail dd,
.win .reception-time,
.win .footer_link a,
.win ul.note li,
.win .privacy_wrap dl,
.win .contact_info dl {
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}

.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0 8px;
}
.slick-dots li:not(:last-child) {
  margin-bottom: 0;
}
.slick-dots li:only-child {
  display: none;
}
.slick-dots button {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #FFF;
  border-radius: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.slick-dots .slick-active button {
  background-color: #00B455;
}

.btn_p {
  color: #FFF !important;
}

.cms_message dl {
  color: #4d4d4d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cms_message dl:not(:last-child) {
  margin-bottom: 40px;
}
.cms_message dt {
  width: 24.28%;
  padding-right: 5.7%;
  font-size: 1.8rem;
  font-weight: 700;
  color: #00b455;
}
.cms_message dd {
  width: 75.72%;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}
.cms_message small {
  font-size: 13px;
  display: block;
}
.cms_message small:not(:first-child) {
  margin-top: 1em;
}

@media screen and (max-width: 479px) {
  .cms_message dl {
    display: block;
  }
  .cms_message dl:not(:last-child) {
    margin-bottom: 3.5rem;
  }
  .cms_message dt {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
    font-size: 1.7rem;
  }
  .cms_message dd {
    width: 100%;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 834px) {
  .link-underline a {
    display: inline-block;
    position: relative;
  }
  .link-underline a:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #333;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .link-underline a:hover:after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  a.underline {
    display: inline-block;
    position: relative;
  }
  a.underline:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #333;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  a.underline:hover:after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .navi01 .btn:hover {
    -webkit-box-shadow: inset 0 5px 5px 0 rgba(0, 0, 0, 0.15);
            box-shadow: inset 0 5px 5px 0 rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    border-bottom-color: unset;
  }
  .navi02 a .text {
    display: inline-block;
    position: relative;
  }
  .navi02 a .text:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #00B455;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .navi02 a:hover .text:after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .fixed-menu {
    display: none !important;
  }
  .site-menu {
    position: relative;
  }
  .site-menu .child {
    display: none;
    width: 100%;
    padding-top: 12px;
    position: absolute;
    top: 76px;
    left: 0;
  }
  .site-menu .child:before {
    content: "";
    position: absolute;
    top: 2px;
    border: 6px solid transparent;
    border-bottom: 6px solid #FFF;
    z-index: 2;
  }
  .site-menu .child:after {
    content: "";
    position: absolute;
    top: -3px;
    border: 8px solid transparent;
    border-bottom: 8px solid #00B455;
    z-index: -1;
    margin-left: -2px;
  }
  .site-menu .child ul {
    padding: 20px 60px;
    background-color: #FFF;
    border: 2px solid #00B455;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1.4rem;
  }
  .site-menu .child li {
    width: auto;
  }
  .menu-step .child:before, .menu-step .child:after {
    left: 8%;
  }
  .menu-ace .child:before, .menu-ace .child:after {
    left: 24.5%;
  }
  .is-animation .site-menu .child {
    top: 21px;
  }
  .footer_area {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .button-group.col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .button-group.col2 .btn {
    margin-right: 20px;
    margin-left: 20px;
  }
  .btn.shadow-b:hover {
    -webkit-box-shadow: inset 0 5px 5px 0 rgba(0, 0, 0, 0.15);
            box-shadow: inset 0 5px 5px 0 rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    border-bottom-color: unset;
  }
  .btn.type01:hover {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    -webkit-filter: none;
            filter: none;
  }
  .btn.onlineshop:hover {
    -webkit-box-shadow: inset 0 5px 5px 0 rgba(0, 0, 0, 0.15);
            box-shadow: inset 0 5px 5px 0 rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    border-bottom-color: unset;
  }
  .section_wrap.wide_lg {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section_wrap.wide_lg .content {
    padding: 0;
  }
  .link-material .link:hover {
    top: 5px;
    left: 5px;
  }
  .link-material .link:hover:before {
    -webkit-transform: translate(-5px, -5px);
            transform: translate(-5px, -5px);
  }
  .link-material .link:hover img {
    opacity: 1;
  }
  .link-learning .link:hover {
    top: 3px;
    left: 3px;
  }
  .link-learning .link:hover:before {
    -webkit-transform: translate(-3px, -3px);
            transform: translate(-3px, -3px);
  }
  .link-learning .link:hover img {
    opacity: 1;
  }
  .course-point .image {
    text-align: center;
  }
  .step_course-list a:hover {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
    -webkit-filter: none;
            filter: none;
  }
  .step_grade_lead {
    margin-bottom: 20px;
  }
  .step_grade_lead dl {
    max-width: 1000px;
    margin: 0 auto;
  }
  .step_grade_lead dl dt {
    width: 47.5%;
    margin: 0 auto;
  }
  .step_grade_lead dl dd {
    width: 40%;
    margin: 30px auto 0;
  }
  .col2 .lead-icon {
    margin-bottom: 0;
  }
  .roundup_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .roundup_info .col_inner {
    width: 47.5%;
  }
  .case_naiyou .point_wrap .image {
    text-align: center;
  }
  .case_naiyou .point_wrap .image img {
    width: 60%;
  }
  .curriculum_list {
    margin-bottom: -50px;
    padding-right: 20px;
    padding-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .curriculum_tab {
    width: 100%;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .curriculum_tab .title {
    width: 100%;
    margin-bottom: 50px;
  }
  .curriculum_box {
    width: 47.5%;
    margin-bottom: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .curriculum_box .image_area {
    width: 45%;
    padding: 20px 15px;
  }
  .curriculum_box .text_area {
    width: 50%;
  }
  .curriculum_box .title {
    margin-bottom: 30px;
  }
  .curriculum_box .title.has-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .curriculum_box .title.has-icon .icon {
    margin-left: 20px;
  }
  .curriculum_box.pu-sansuu.area01 {
    margin-bottom: auto;
  }
  .curriculum_box .point {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .supplementary_lead dl {
    max-width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .supplementary_lead dl dt {
    width: 32%;
  }
  .supplementary_lead dl dd {
    width: 65%;
  }
  .ace_course-list {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
  }
  .ace_course-list a:hover {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
    -webkit-filter: none;
            filter: none;
  }
  .other_shipping {
    margin: 0 -80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .other_shipping .inner {
    width: 48%;
    padding: 30px;
    background-color: #FFF;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
  }
  .price_lead .list_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .price_lead .link:hover {
    top: 5px;
    left: 5px;
  }
  .price_lead .link:hover:before {
    -webkit-transform: translate(-5px, -5px);
            transform: translate(-5px, -5px);
  }
  .price_list_wrap .col_inner {
    margin: 0 auto;
  }
  .price_list_wrap .text01 {
    font-size: 2rem;
    line-height: 1;
  }
  .order-flow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .order-flow.col2 .col_inner {
    width: 48.25%;
  }
  .order-flow.col3 .col_inner {
    width: 31%;
  }
  .order-flow .col_inner:not(:last-child):after {
    border-width: 35px 0 35px 35px;
    border-color: transparent transparent transparent #FFF;
    right: -35px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .order-flow .col_inner.center {
    margin-right: auto;
    margin-left: auto;
  }
  .order-flow .btn {
    font-size: 1.6rem;
  }
  .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .form-group:not(:last-child) {
    margin-bottom: 50px;
  }
  .form-group dt {
    width: 35%;
    padding-right: 30px;
  }
  .form-group dt.pd_adjust {
    padding-top: 18px;
  }
  .form-group dd {
    width: 65%;
  }
  .form-group .btn-search {
    margin-top: 0;
  }
  .form-footer .btn {
    margin-top: 0;
  }
  .radio_wrap.horizon .radio {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .radio_wrap.horizon + .form-error {
    margin-top: calc(0.5em + 15px);
  }
  .radio_wrap.horizon_pc {
    margin-bottom: -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .radio_wrap.horizon_pc .radio {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .radio_wrap.horizon_pc .radio:not(:last-child) {
    margin-right: 20px;
  }
  .radio_wrap.horizon_pc + .form-error {
    margin-top: calc(0.5em + 15px);
  }
  .school_result_wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .school_result_wrap .btn-search {
    width: 455px !important;
    margin: 0;
  }
  .school_result_wrap .result_area {
    width: 100%;
  }
  .modaal-gallery-item img {
    max-width: 800px;
  }
}
@media screen and (max-width: 834px) {
  .header-inner {
    height: 100px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .site-title .site-logo {
    width: 184px;
    height: 38px;
  }
  .site-title .bear-img {
    width: 40px;
  }
  .site-navi {
    display: none;
  }
  .is-animation .header-inner {
    height: 80px;
  }
  .is-animation .hamburger_icon {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .is-animation + .mobile-menu {
    top: 80px;
  }
  .hamburger_icon {
    display: block;
    z-index: 99;
    position: absolute;
    top: 28px;
    right: 30px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  #nav-toggle {
    margin: 0;
    display: block;
    width: 40px;
    height: 42px;
    text-align: center;
    cursor: pointer;
  }
  #nav-toggle .hamburger_wrap {
    width: 100%;
    height: 100%;
    position: relative;
  }
  #nav-toggle span {
    width: 100%;
    display: block;
    position: absolute;
    height: 1px;
    background: #000;
    right: 0;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  #nav-toggle span:nth-child(3) {
    bottom: 0;
  }
  #nav-toggle.open span:nth-child(1) {
    top: 20px;
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
  #nav-toggle.open span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  #nav-toggle.open span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(-315deg);
            transform: rotate(-315deg);
  }
  .mobile-menu {
    position: fixed;
    top: 100px;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
  }
  .mobile-menu .mobile-navi {
    padding-bottom: 100px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 20%;
    background-color: #FFF;
    overflow-y: auto;
  }
  .mobile-menu .menu-area01 {
    padding: 20px;
    border-bottom: 5px solid #dcdcdc;
  }
  .mobile-menu .menu-area01 .link-btn {
    margin-bottom: 15px;
  }
  .mobile-menu .menu-area01 .btn-order {
    height: 12.5vw;
    border-radius: 6.25vw;
    font-weight: bold;
    font-size: 3rem;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mobile-menu .menu-area01 .btn-col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mobile-menu .menu-area01 .btn-col2 .btn {
    width: 49.5%;
    height: 60px;
    font-weight: bold;
    vertical-align: baseline;
    font-size: 2rem;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 30px;
  }
  .mobile-menu .menu-area01 .icon {
    margin-right: 10px;
    font-size: 3rem;
  }
  .mobile-menu .menu-area01 .fa-edit {
    position: relative;
    top: -1px;
  }
  .mobile-menu .menu-area02 {
    font-size: 2.4rem;
    font-weight: bold;
  }
  .mobile-menu .menu-area02 > li {
    border-bottom: 1px solid #dcdcdc;
  }
  .mobile-menu .menu-area02 > li:not(:last-child) {
    margin-bottom: 0;
  }
  .mobile-menu .menu-area02 > li > a {
    padding: 22px 30px;
  }
  .mobile-menu .menu-area02 a {
    display: block;
  }
  .mobile-menu .menu-area02 img {
    margin-left: 8px;
  }
  .mobile-menu .menu-area02 .logo-step {
    margin-left: 27px;
  }
  .mobile-menu .parent {
    position: relative;
  }
  .mobile-menu .parent:after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-size: 2.4rem;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    width: 72px;
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mobile-menu .parent.open:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .mobile-menu .child {
    padding: 0 20px 30px;
  }
  .mobile-menu .grade-list {
    margin-bottom: -1%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .mobile-menu .grade-list li {
    width: 49.5%;
    margin-bottom: 1%;
  }
  .mobile-menu .grade-list li.col1 {
    width: 100%;
    background-color: #f3f3f3;
  }
  .mobile-menu .grade-list li.col1 a {
    padding: 22px 20px;
    color: #565656;
    text-align: left;
  }
  .mobile-menu .grade-list a {
    padding: 22px 0;
    color: #FFF;
    text-align: center;
  }
  .step1 {
    background-color: #E96093;
  }
  .step2 {
    background-color: #EF821D;
  }
  .step3 {
    background-color: #1EAA39;
  }
  .step4 {
    background-color: #45ADE2;
  }
  .step5 {
    background-color: #005EAB;
  }
  .step6 {
    background-color: #7D4697;
  }
  .ace1 {
    background-color: #f794ca;
  }
  .ace2 {
    background-color: #ffa366;
  }
  .ace3 {
    background-color: #68c171;
  }
  .ace4 {
    background-color: #6599ff;
  }
  .ace5 {
    background-color: #4b79d3;
  }
  .ace6 {
    background-color: #b67dd5;
  }
  .headline-type01 {
    margin-bottom: 40px;
  }
  .headline-type01 + .sub {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .l-column.tab_col1 {
    display: block;
  }
  .l-column.tab_col1 .col_inner {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .l-column.tab_col1 .col_inner:not(:last-child) {
    margin-bottom: 20px;
  }
  .l-column.tab_col1 .col_inner + ul {
    margin-top: -10px;
  }
  .l-column.tab_col2 {
    margin-bottom: -5%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-column.tab_col2 .col_inner {
    width: 47.5%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 5% !important;
  }
  .button-group.col2 {
    margin-top: -30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .btn_top {
    right: 20px;
  }
  /* アコーディオンコンテンツ */
  .accordion_content > dd {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section_wrap {
    padding: 60px 0 60px;
  }
  .container-type01 {
    border-radius: 80px 0 80px 0;
  }
  .content {
    padding: 0 30px;
  }
  .content .hr-type01 {
    margin-right: 0;
    margin-left: 0;
  }
  .text-tab-left {
    text-align: left;
  }
  .hr-type01 {
    margin-right: 30px;
    margin-left: 30px;
    background-size: 10px 10px;
  }
  .modaal-gallery-control {
    bottom: -70px !important;
  }
  #main_visual {
    margin: 0 auto 70px;
  }
  #main_visual .slick-dots {
    margin-top: 70px;
  }
  .main_slider {
    margin: 0 auto;
  }
  .main_slider .slick-list li {
    margin: 0;
  }
  .main_slider .slick-track {
    padding-bottom: 0;
  }
  .main_slider .slick-slide:before {
    content: none;
  }
  .main_slider .slick-slide a {
    border-radius: 0;
  }
  .main_slider .slick-slide img {
    border-radius: 0;
  }
  .news-content {
    width: 100%;
    margin: 0 auto 100px;
    padding: 0 30px;
    display: block;
  }
  .news-content .headline {
    margin: 0 auto 40px;
    text-align: center;
  }
  .news-content .news-list {
    font-size: 1.8rem;
  }
  .news-content .news-list li:not(:last-child) {
    margin-bottom: 10px;
  }
  .news-content .date {
    margin-right: 30px;
  }
  .campaign-content {
    margin: 0 auto 100px;
  }
  .campaign-content .banner {
    width: 86%;
    margin: 0 auto;
  }
  .campaign-content .banner img {
    width: 100%;
  }
  .link-material {
    display: block;
  }
  .link-material .link {
    width: 100%;
    padding: 0 30px 0 34%;
  }
  .link-material .link:not(:last-child) {
    margin-bottom: 30px;
  }
  .link-material .icon-area {
    width: 26%;
    position: absolute;
    top: -4.7vw;
    left: 4.8vw;
  }
  .link-material dt {
    font-size: 2rem;
  }
  .link-material dd {
    font-size: 5rem;
  }
  .about-material {
    padding: 70px 30px 50px;
  }
  .material-list {
    display: block;
  }
  .material-list .material-inner {
    width: 100%;
  }
  .material-list .material-inner:not(:last-child) {
    margin-bottom: 50px;
  }
  .about-learning {
    display: block;
  }
  .about-learning .image-area {
    margin-bottom: 30px !important;
    border-radius: 0 0 40px 0;
    overflow: hidden;
  }
  .about-learning .text-area {
    padding: 0 20px;
  }
  .cv-content .campaign-banner {
    width: 100%;
    padding: 50px 30px;
  }
  .contact-info {
    padding: 30px 30px 90px;
    display: block;
  }
  .contact-mail dl {
    margin-top: 20px;
  }
  .contact-mail dt {
    font-size: 2.8rem;
  }
  .contact-mail .btn {
    width: 100%;
    height: 160px;
    padding: 0;
    border-radius: 80px;
    font-size: 3rem;
  }
  .contact-mail .fa-envelope {
    margin-right: 20px;
    font-size: 7rem;
  }
  .contact-phone {
    margin: 40px auto 0;
  }
  .contact-phone dt {
    font-size: 2.4rem;
    line-height: 1.2;
  }
  .footer_area.area02 {
    display: block;
    padding: 120px 30px 40px;
  }
  .footer-bear.bear01 {
    width: 18vw;
    top: -18vw;
    left: 18px;
  }
  .footer-bear.bear02 {
    width: 16vw;
    top: -19vw;
    right: 20px;
  }
  .footer_link {
    font-size: 2rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sns_link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sns_link li:not(:first-child) {
    margin-left: 20px;
  }
  .footer_info {
    margin-top: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer_info dt {
    margin-bottom: 10px;
    font-size: 2.8rem;
    font-weight: bold;
  }
  .copyright {
    padding: 30px 0;
  }
  .page-nav_wrap {
    padding: 80px 30px 60px;
    display: block;
  }
  .page-nav_wrap .nav-group:not(:last-child) {
    margin-bottom: 60px;
  }
  .page-nav_wrap .no-title {
    width: 100%;
    margin-top: 0;
  }
  .page-nav_wrap li {
    padding-left: 38px;
  }
  .page-nav_wrap li:not(:last-child) {
    margin-bottom: 28px;
  }
  .lower-hero_area {
    margin: 20px auto;
    display: block;
  }
  .lower-hero_area .headline {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 30px;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lower-hero_area .sub {
    margin-top: 0;
    margin-left: 1em;
    font-size: 2.4rem;
  }
  .lower-hero_area .grade {
    margin-top: 0;
  }
  .lower-hero_area .visual {
    width: 95%;
    height: 62vw;
    border-radius: 0 0 60px 0;
  }
  .lower-hero_area .price {
    margin-top: 20px;
    text-align: center;
  }
  .anchor-navi {
    width: 92%;
  }
  .anchor-navi .col4 li {
    width: 50%;
  }
  .course-point .point-box {
    padding: 25px 30px;
  }
  .course-point .col_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .course-point .text {
    width: 60%;
  }
  .course-point .image {
    width: 30%;
  }
  .step_naiyou .item {
    max-width: 380px;
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .print-hero_area h1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .print-hero_area .logo-step {
    width: 100px;
    height: 34px;
  }
  .print-hero_area .logo-ace {
    width: 100px;
    height: 34px;
  }
  .print-hero_area .sub {
    margin-left: 15px;
    font-size: 4.2rem;
  }
  .print_niyou {
    padding: 0 20px;
  }
  .print_niyou dd {
    display: block;
  }
  .print_niyou .image {
    width: 100%;
    margin-bottom: 20px;
  }
  .print_niyou .text {
    width: 100%;
  }
  .print_niyou p {
    text-align: justify;
  }
  .case_naiyou {
    margin-top: 40px;
  }
  .case_naiyou .step_naiyou {
    padding: 30px;
  }
  .case_naiyou .step_naiyou > dl {
    display: block;
  }
  .case_naiyou .step_naiyou > dl dt, .case_naiyou .step_naiyou > dl dd {
    width: 100%;
  }
  .case_naiyou .step_naiyou > dl dt {
    margin-bottom: 25px;
  }
  .case_naiyou .step_naiyou > dl dd {
    padding: 0 30px;
  }
  .case_naiyou .step_naiyou .headline-type05 {
    margin-bottom: 15px;
    text-align: center;
  }
  .case_naiyou .point_wrap .col_inner:not(:last-child) {
    margin-bottom: 40px;
  }
  .case_naiyou .point_wrap dt {
    margin-bottom: 15px;
    text-align: center;
    font-size: 2.4rem;
  }
  .case_naiyou .point_wrap dd {
    padding: 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .case_naiyou .point_wrap .image {
    width: 130px;
    margin-bottom: 0;
  }
  .case_naiyou .point_wrap ul {
    font-size: 1.4rem;
  }
  .step_grade_lead dl {
    padding: 0 60px;
  }
  .step_grade_lead dt {
    margin-bottom: 20px;
    text-align: center;
  }
  .roundup_info .image {
    margin-bottom: 30px;
  }
  .roundup_info .price_wrap {
    text-align: center;
  }
  .tokuten_wrap {
    padding: 40px 30px;
  }
  .ace_course-list a {
    padding: 10px 0 5px;
  }
  .ace_naiyou .item dl {
    margin: 0 4%;
  }
  .curriculum_box {
    padding-top: 70px;
    position: relative;
  }
  .curriculum_box:not(:last-child) {
    margin-bottom: 60px;
  }
  .curriculum_box .text_area {
    padding: 30px 30px 0;
  }
  .curriculum_box .text_area p {
    padding: 0 20px;
  }
  .curriculum_box .title {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    text-align: center;
  }
  .curriculum_box .title .icon {
    margin-top: 20px;
    display: block;
  }
  .supplementary_list .curriculum_box {
    padding-top: 185px;
    position: relative;
  }
  .supplementary_list .curriculum_box.pu-sansuu {
    padding-top: 0;
  }
  .supplementary_list .curriculum_box .kaitei-info {
    position: absolute;
    top: 145px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .supplementary_list .curriculum_tab {
    position: relative;
  }
  .curriculum_tab:not(:last-child) {
    margin-bottom: 60px;
  }
  .curriculum_tab .title {
    text-align: center;
    margin-bottom: 20px;
  }
  .curriculum_tab .title .icon {
    margin-top: 20px;
    display: block;
  }
  .curriculum_tab .title + .note {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: -5px auto 20px;
  }
  .curriculum_tab .curriculum_box:not(:last-child) {
    margin-bottom: 40px;
  }
  .tab_switch {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 10px solid #00B455;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
  }
  .tab_switch li {
    width: 50%;
    margin: 0 !important;
    padding: 25px 0 14px;
    background-color: #FFF;
    border-radius: 0 30px 0 0;
  }
  .tab_switch li.is-active {
    background-color: #00B455;
    color: #FFF;
  }
  .supplementary_lead dl {
    padding: 0 60px;
  }
  .supplementary_lead dt {
    margin-bottom: 30px;
    text-align: center;
  }
  .supplementary_order {
    margin-top: 30px;
  }
  .configuration_table_wrap th {
    width: 60px;
    font-size: 14px;
  }
  .configuration_table_wrap .headline2 {
    width: 130px;
  }
  .hero_campaign {
    margin-bottom: 40px;
  }
  .hero_campaign .visual {
    width: 100%;
    height: auto;
  }
  .hero_campaign .visual .slick-list {
    border-radius: 0;
  }
  .campaign_banner img {
    width: 100%;
  }
  .delivery_flow {
    padding: 0 30px;
    display: block;
  }
  .delivery_flow .flow {
    width: 100%;
  }
  .delivery_flow .arrow {
    margin: 30px auto 0;
    text-align: center;
  }
  .delivery_flow .arrow .fa-angle-double-right {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .delivery_flow .arrow .label {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 3rem;
    position: relative;
  }
  .delivery_flow .arrow .label:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #00B455 transparent transparent transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .other_shipping {
    padding: 40px 30px;
    background-color: #FFF;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
  }
  .other_shipping .inner:not(:last-child) {
    margin-bottom: 50px;
    padding-bottom: 60px;
    border-bottom: 1px solid #d9d9d9;
  }
  .order-flow.arrow-none .col_inner:not(:last-child) {
    margin-bottom: 30px;
  }
  .order-flow .col_inner:not(:last-child) {
    margin-bottom: 60px;
  }
  .order-flow .col_inner:not(:last-child):after {
    border-width: 35px 35px 0 35px;
    border-color: #FFF transparent transparent transparent;
    left: 50%;
    bottom: -35px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .henkin_wrap {
    padding: 25px 30px;
  }
  .voice-navi {
    padding: 0 20px;
  }
  .voice-navi > ul {
    width: 100%;
    padding: 15px 15px;
    display: block;
  }
  .voice-navi > ul > li {
    margin: 0;
  }
  .voice-navi > ul > li:not(:last-child) {
    margin-bottom: 1em;
  }
  .voice-navi > ul > li > a::before {
    margin-right: 5px;
  }
  .voice-navi .navi-child {
    margin-top: 0.6em;
  }
  .voice-box .image {
    width: 25%;
  }
  .voice-box .text {
    width: 75%;
  }
  .shop-table {
    margin: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .shop-table dl {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .shop-table dt {
    width: 40%;
    padding: 15px 0;
    font-size: 12px;
  }
  .shop-table dd {
    width: 30%;
    height: auto;
    padding: 15px 0;
  }
  .shop-table .thead dt {
    height: auto;
  }
  .shop-table .tbody dt {
    height: auto;
  }
  #page-worksheet .message_wrap {
    margin-bottom: 0;
    padding: 30px 0;
  }
  .video_area {
    width: auto;
    height: auto;
    margin: 0 -15px 28px;
    position: relative;
    z-index: 1;
  }
  .video_area video {
    width: 100%;
    min-height: auto;
    position: relative;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
  .message_wrap .icon01 {
    margin: 0 0 1em;
    text-align: center;
  }
  .message_wrap .icon01 img {
    width: 142px;
  }
  .message_wrap .icon02 {
    margin-top: 0;
    margin-right: 0;
  }
  .message_wrap .icon02 img {
    width: 106px;
  }
  .privacy_wrap {
    margin-bottom: 60px;
  }
  .privacy_wrap dd:not(:last-child) {
    margin-bottom: 30px;
  }
  .form-group:not(:last-child) {
    margin-bottom: 50px;
  }
  .form-group + .hr-type01 {
    margin: 50px 0;
  }
  .form-group dt {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  .form-group .col2.tab_col1 {
    display: block;
  }
  .form-group .col2.tab_col1 .form-inner {
    width: 100%;
    padding: 0;
  }
  .form-group .col2.tab_col1 .form-inner:not(:last-child) {
    margin-bottom: 20px;
  }
  .form-group .col3.tab_col2 .form-inner {
    width: 50%;
  }
  .form-group .col1to2.tab_col1 {
    display: block;
  }
  .form-group .col1to2.tab_col1 .form-inner {
    padding: 0;
  }
  .form-group .col1to2.tab_col1 .form-inner:first-child {
    width: 50%;
  }
  .form-group .col1to2.tab_col1 .form-inner:last-child {
    width: 100%;
  }
  .form-group .col1to2.tab_col1 .form-inner:not(:last-child) {
    margin-bottom: 20px;
  }
  .form-footer .button-group.col2 {
    margin-top: 0;
  }
  .form-footer .btn {
    margin-top: 0;
  }
  .form-footer .btn:not(:last-child) {
    margin-top: 30px;
  }
  .form-privacy {
    padding: 40px 0;
  }
  .form-privacy .inner:not(:last-child) {
    margin-bottom: 30px;
  }
  .form-privacy dt {
    font-size: 1.8rem;
  }
  .form-privacy p {
    font-size: 1.4rem;
  }
  .search-postcode a {
    width: 100%;
    height: 56px;
    margin-top: 10px;
    border-radius: 7.5px;
    font-size: 1.7rem;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .search-postcode a::after {
    content: "＞";
    margin-left: 0.6em;
  }
  .step-navi li {
    height: 100px;
    font-size: 2.4rem;
    text-align: center;
  }
  .step-navi li:not(:last-child):before, .step-navi li:not(:last-child):after {
    border-top-width: 50px;
    border-bottom-width: 50px;
  }
  .step-navi li.current {
    width: 40vw;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
  .step-navi li.current span {
    display: block;
  }
  .step-navi li span {
    display: none;
  }
  .step-navi li small {
    display: block;
    font-size: 1.3rem;
  }
  .step-navi li small::before {
    content: "（";
  }
  .step-navi li small::after {
    content: "）";
  }
  .form-message_area {
    padding: 0 30px;
  }
  .order-wrap .order-content {
    padding: 0 30px 60px 30px;
  }
  .order-form .form-group dt {
    width: 100%;
  }
  .order-form .form-group dd {
    width: 100%;
  }
  .school_search_wrap .form-area {
    padding: 60px 25px;
  }
  .school_search_wrap .form-area.width-sm .form-inner {
    width: 100%;
  }
  .page-maintenance .site-content {
    padding-top: 150px;
  }
  .maintenance-message p {
    text-align: left;
  }
}
@media screen and (max-width: 477px) {
  body {
    font-size: 1.4rem;
  }
  .header-inner {
    height: 50px;
    padding: 0 10px;
  }
  .site-title .site-logo {
    width: 100px;
    height: auto;
  }
  .site-title .bear-img {
    width: 25px;
    margin-left: 6px;
  }
  .is-animation .header-inner {
    height: 50px;
  }
  .is-animation .hamburger_icon {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .is-animation + .mobile-menu {
    top: 50px;
  }
  .hamburger_icon {
    top: 14px;
    right: 10px;
  }
  #nav-toggle {
    height: 22px;
    width: 34px;
  }
  #nav-toggle.open span:nth-child(1), #nav-toggle.open span:nth-child(3) {
    top: 12px;
  }
  .mobile-menu {
    top: 50px;
  }
  .mobile-menu .mobile-navi {
    left: 15%;
  }
  .mobile-menu .menu-area01 {
    padding: 20px 15px;
  }
  .mobile-menu .menu-area01 .btn-order {
    height: 15vw;
    border-radius: 7.5vw;
    font-size: 2rem;
  }
  .mobile-menu .menu-area01 .btn-col2 .btn {
    width: 49%;
    height: 50px;
    font-size: 1.4rem;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .mobile-menu .menu-area01 .btn-col2 img {
    width: 18px;
  }
  .mobile-menu .menu-area01 .btn-col2 .icon {
    margin-right: 5px;
    font-size: 1.8rem;
  }
  .mobile-menu .menu-area01 .icon {
    margin-right: 6px;
    font-size: 2rem;
  }
  .mobile-menu .menu-area02 {
    font-size: 1.8rem;
  }
  .mobile-menu .menu-area02 > li > a {
    padding: 22px 20px;
  }
  .mobile-menu .parent:after {
    width: 56px;
    height: 72px;
  }
  .mobile-menu .link-credit {
    padding: 22px 20px;
    text-align: center;
  }
  .mobile-menu .link-credit dt {
    font-size: 14px;
  }
  .mobile-menu .link-credit dd {
    font-size: 14px;
  }
  .mobile-menu .link-credit .btn {
    margin-top: 10px;
    padding: 15px 0;
    height: auto;
  }
  .headline-type01 {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  .headline-type01 + .sub2 {
    margin-top: -10px;
    margin-bottom: 20px;
  }
  .headline-type02 {
    font-size: 2rem;
  }
  .headline-type03 {
    margin-bottom: 30px;
    font-size: 2rem;
  }
  .headline-type04 {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .headline-type05 {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .headline-order {
    padding: 0;
    font-size: 1.7rem;
  }
  .headline-order span {
    display: block;
  }
  .headline-wrap.type01 {
    margin-bottom: 40px;
  }
  .headline-wrap.type01 .sub-title {
    font-size: 2rem;
  }
  .headline-wrap.type01 + .headline-wrap {
    margin-top: -10px;
  }
  .headline-wrap.type02 {
    margin-bottom: 20px;
  }
  .headline-wrap.type03 {
    margin-bottom: 40px;
  }
  .headline-wrap.type03 .label {
    margin-right: 15px;
    font-size: 1.8rem;
  }
  .headline-wrap.type03 .title {
    font-size: 2rem;
  }
  .headline-wrap .logo-step {
    width: 106px;
    height: 36px;
  }
  .headline-wrap .logo-ace {
    width: 130px;
    height: 36px;
  }
  .icon-num {
    width: 38px;
    height: 38px;
    border-radius: 19px;
    font-size: 2.4rem;
  }
  .l-column.sp_col1 .col_inner {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .l-column.sp_col1 .col_inner:not(:last-child) {
    margin-bottom: 20px;
  }
  .btn-round.mid {
    min-width: 0;
    border-radius: 0.8rem;
  }
  .btn.type01 {
    -webkit-filter: drop-shadow(0 3px 0 #00b455);
            filter: drop-shadow(0 3px 0 #00b455);
  }
  .btn.mid {
    min-width: 280px;
    height: 5.6rem;
    margin-top: 30px;
    font-size: 1.7rem;
  }
  .btn.next:after {
    font-size: 1.7rem;
  }
  .btn.prev:before {
    font-size: 1.7rem;
  }
  .btn.plus {
    padding: 0 50px 0 25px;
  }
  .btn.plus:after {
    font-size: 3.4rem;
    right: 18px;
  }
  .btn.onlineshop .icon {
    width: 40px;
    height: 34px;
    margin-right: 12px;
  }
  .btn.mid02 {
    min-width: 280px;
    height: 56px;
    font-size: 1.7rem;
  }
  .button-group.col2 {
    margin-top: -20px;
  }
  .button-group.col2 .btn {
    width: 86.2%;
    margin-top: 20px;
  }
  .btn_top {
    /*width: 50px;
    height: 50px;
    border-radius: 25px;
    font-size: 2.4rem;
    right: 15px;
    bottom: 30px;*/
    width: 40px;
    height: 40px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
  }
  .slick-dots li {
    width: 16px;
    height: 16px;
    margin: 0 8px;
  }
  .section_wrap {
    padding: 20px 0 20px;
  }
  .section_wrap .content:not(:last-child) {
    margin-bottom: 50px;
  }
  .section_wrap.pd_top_sm {
    padding-top: 20px;
  }
  .section_wrap.sp_pd_sm {
    padding: 40px 0;
  }
  .section_wrap.wide_sm {
    max-width: none;
  }
  .bg-type01 {
    margin-top: 20px;
  }
  .pannel-round {
    padding: 2rem 2rem;
    border-radius: 1rem;
  }
  .container-type01 {
    border-radius: 40px 0 40px 0;
  }
  .container-type01.border-on {
    max-width: calc(100vw - 40px);
  }
  .content {
    padding: 0 2.5rem;
  }
  .sp_none {
    display: none;
  }
  p {
    line-height: 1.5;
  }
  .text-sp-left {
    text-align: left;
  }
  .text-small {
    font-size: 1.2rem;
  }
  .hr-type01 {
    margin: 50px 20px;
  }
  .hr-type01.mg_none {
    margin: 20px 20px;
  }
  .accordion_content:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .accordion_content > dt {
    font-size: 1.6rem;
    padding-bottom: 15px;
  }
  .accordion_content > dd {
    padding: 25px 12px 35px 12px;
    position: relative;
  }
  .modaal-gallery-next {
    right: 0 !important;
  }
  .modaal-gallery-prev {
    left: 0 !important;
  }
  #main_visual {
    margin: 0 auto 30px;
  }
  #main_visual .slick-dots {
    margin-top: 20px;
  }
  .news-content {
    margin: 0 auto 40px;
    padding: 0 20px;
  }
  .news-content .headline {
    margin: 0 auto 15px;
    font-size: 2.4rem;
  }
  .news-content .news-list {
    font-size: 1.4rem;
  }
  .news-content .news-list li:not(:last-child) {
    margin-bottom: 10px;
  }
  .news-content .news-list a {
    min-height: 2.858em;
  }
  .news-content .date {
    margin-right: 10px;
    display: block;
    font-size: 1.3rem;
  }
  .campaign-content {
    margin: 0 auto 30px;
  }
  .home-materials .headline-type01 {
    margin-bottom: 40px;
  }
  .link-material .link {
    height: 140px;
  }
  .link-material .icon-area {
    position: absolute;
    top: -4.5vw;
    left: 4vw;
    text-align: center;
  }
  .link-material .icon-area img {
    max-width: 90px;
  }
  .link-material .fukidashi {
    font-size: 12px;
  }
  .link-material dt {
    font-size: 1.8rem;
  }
  .link-material dd {
    font-size: 2.4rem;
  }
  .link-material .arrow {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    font-size: 2rem;
    right: 10px;
  }
  .link-material .arrow .fas {
    margin-right: -3px;
  }
  .about-material {
    margin-top: 60px;
    padding: 80px 30px 40px;
  }
  .about-material .headline-type02 {
    top: 30px;
  }
  .material-list .image-area {
    margin-bottom: 15px;
  }
  .material-list .image-area img {
    width: 110px;
  }
  .about-learning .text-area {
    padding: 0 10px;
  }
  .about-learning p {
    font-size: 1.5rem;
  }
  .link-learning {
    margin-top: 40px;
  }
  .link-learning .link {
    height: 90px;
    padding: 0 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .link-learning .icon-area {
    width: 20%;
    margin-right: 6%;
  }
  .link-learning dt {
    font-size: 1.4rem;
  }
  .link-learning dd {
    font-size: 2rem;
  }
  .link-learning dd span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #eefd02));
    background: -webkit-linear-gradient(transparent 60%, #eefd02 60%);
    background: linear-gradient(transparent 60%, #eefd02 60%);
  }
  .flow-wrap .col_inner img {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  .faq-list .faq-box {
    padding: 20px;
  }
  .faq-list .tgl_btn {
    /*width: 38px;
    height: 38px;
    border-radius: 19px;*/
    width: 24px;
    height: 24px;
    border-radius: 50%;
  }
  .faq-list .tgl_btn:before {
    font-size: 1.4rem;
  }
  .faq-list .question {
    padding-left: 40px;
    padding-right: 40px;
  }
  .faq-list .question:before {
    font-size: 2.4rem;
    top: -2px;
  }
  .faq-list .answer {
    margin-top: 20px;
    padding-left: 40px;
  }
  .faq-list .answer:before {
    font-size: 2.4rem;
    top: -2px;
  }
  .cv-content .campaign-banner {
    padding: 40px 20px;
  }
  .contact-info {
    padding: 20px 20px 50px;
  }
  .contact-mail dt {
    font-size: 2rem;
  }
  .contact-mail dd {
    margin-left: 1em;
    text-indent: -1em;
    text-align: left;
    font-size: 1.4rem;
  }
  .contact-mail .btn {
    height: 60px;
    font-size: 2rem;
  }
  .contact-mail .fa-envelope {
    margin-right: 10px;
    font-size: 3rem;
  }
  .contact-phone {
    margin-top: 20px;
  }
  .contact-phone dt {
    font-size: 1.6rem;
  }
  .contact-phone .reception-time {
    font-size: 1.4rem;
  }
  .fixed-menu {
    padding: 12px 15px;
  }
  .fixed-menu li {
    width: 100%;
  }
  .fixed-menu li:nth-of-type(2) {
    display: none;
  }
  .fixed-menu .btn {
    height: 50px;
    font-size: 1.6rem;
  }
  .fixed-menu .icon {
    font-size: 2rem;
  }
  .footer_area.area02 {
    display: block;
    padding: 20px 20px 40px;
  }
  .footer-bear.bear01 {
    top: -16vw;
  }
  .footer-bear.bear02 {
    top: -17vw;
  }
  .sns_link {
    margin-top: 20px;
  }
  .footer_info {
    margin-top: 20px;
  }
  .footer_info dt {
    font-size: 2rem;
  }
  .footer_info dd {
    font-size: 1.2rem;
  }
  .footer_link {
    font-size: 1.4rem;
  }
  .footer_link li:not(:first-child) {
    margin-left: 20px;
  }
  .copyright {
    font-size: 0.9rem;
    letter-spacing: 0.02em;
  }
  .page-nav_wrap {
    padding: 50px 20px 40px;
  }
  .page-nav_wrap .nav-group:not(:last-child) {
    margin-bottom: 50px;
  }
  .page-nav_wrap .title {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
  .page-nav_wrap li {
    padding-left: 32px;
    font-size: 1.8rem;
  }
  .page-nav_wrap li:not(:last-child) {
    margin-bottom: 20px;
  }
  .page-nav_wrap .sub {
    font-size: 1.4rem;
  }
  .lower-hero_area {
    margin-top: 10px;
  }
  .lower-hero_area .headline {
    margin-bottom: 10px;
    padding-left: 20px;
  }
  .lower-hero_area .sub {
    font-size: 2rem;
  }
  .lower-hero_area .logo-step {
    width: 130px;
    height: 44px;
  }
  .lower-hero_area .logo-ace {
    width: 140px;
    height: 40px;
  }
  .lower-hero_area .type-text {
    font-size: 2.2rem;
  }
  .lower-hero_area .type-text .point {
    color: #fc534c;
  }
  .lower-hero_area .price img {
    width: 130px;
  }
  .lower-hero_area .fukidashi {
    font-size: 1.8rem;
  }
  .lower-hero_area + .sp_pd_sm {
    margin-top: -20px;
  }
  .lower-hero_area .kaitei-info {
    font-size: 14px;
  }
  .anchor-navi {
    padding: 20px 20px;
  }
  .anchor-navi .col2 li {
    width: 100%;
  }
  .headline-type01 .kaitei-info {
    font-size: 14px;
  }
  .curriculum_tab .title .kaitei-info {
    margin-left: auto;
  }
  .kaitei-info {
    font-size: 14px !important;
  }
  .top_campaign_banner {
    padding: 15px 20px;
  }
  .course-point .title {
    padding-top: 0;
    padding-left: 46px;
    font-size: 2rem;
  }
  .course-point .col_wrap {
    display: block;
  }
  .course-point .icon-num {
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .course-point .text {
    width: 100%;
  }
  .course-point .image {
    width: 100%;
    text-align: center;
  }
  .course-point .image img {
    width: 50%;
    max-width: 100px;
  }
  .step_course-list a {
    padding: 15px 30px 15px 15px;
  }
  .step_course-list .title {
    font-size: 2rem;
  }
  .step_course-list .title span {
    font-size: 1.3rem;
  }
  .step_course-list .dot {
    font-size: 1.6rem;
  }
  .step_course-list .fa-angle-right {
    font-size: 2rem;
    right: 10px;
  }
  .diagnose-chart-wrap .note {
    margin-top: 10px;
  }
  .diagnose-chart-wrap .link-more {
    font-size: 16px;
  }
  .diagnose-chart {
    padding: 20px;
  }
  .diagnose-chart .chart-select {
    margin-top: 20px;
  }
  .diagnose-chart dd {
    font-size: 16px;
  }
  .diagnose-chart .question dt {
    margin-bottom: 20px;
    padding: 5px;
    font-size: 20px;
  }
  .diagnose-chart .question .btn.small {
    height: 50px;
    font-size: 1.8rem;
  }
  .diagnose-chart .result .headline {
    margin-bottom: 20px;
  }
  .diagnose-chart .result .title {
    margin-bottom: 5px;
    font-size: 24px;
  }
  .diagnose-chart .result .btn {
    margin-top: 20px;
  }
  .price-icon img {
    width: 130px;
  }
  .step_naiyou {
    margin-bottom: 15px;
    padding: 20px;
  }
  .step_naiyou .item {
    max-width: 260px;
    font-size: 2rem;
  }
  .step_naiyou .point {
    margin-top: 20px;
  }
  .step_naiyou .point dt {
    font-size: 2rem;
  }
  .step_naiyou .point dd {
    width: 80px;
    height: 80px;
    font-size: 2.4rem;
  }
  .step_naiyou .point dd span {
    font-size: 3.4rem;
  }
  .step_naiyou .point_v2 {
    margin-top: 20px;
  }
  .step_naiyou .point_v2 .title {
    margin-bottom: 10px;
    font-size: 2rem;
  }
  .step_naiyou .point_v2 dl {
    width: 210px;
  }
  .step_naiyou .point_v2 dl:not(:last-child) {
    margin-bottom: 20px;
  }
  .step_naiyou .point_v2 dt {
    width: 60px;
    height: 60px;
    font-size: 1.6rem;
  }
  .step_naiyou .point_v2 dd {
    font-size: 2rem;
  }
  .step_naiyou .point_v2 dd span {
    font-size: 5rem;
  }
  .step_naiyou .point_v2 .subtotal dt::after {
    bottom: -28px;
  }
  .step_naiyou .point_v2 .total {
    margin-top: -10px;
    padding-top: 10px;
  }
  .step_naiyou .note {
    font-size: 1.2rem;
  }
  .print-hero_area .logo-step {
    width: 60px;
    height: 22px;
  }
  .print-hero_area .logo-ace {
    width: 60px;
    height: 22px;
  }
  .print-hero_area .sub {
    margin-left: 12px;
    font-size: 2.4rem;
  }
  .print_niyou {
    padding: 0;
  }
  .print_niyou dl:not(:last-child) {
    margin-bottom: 30px;
  }
  .print_niyou .title {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .print_niyou .icon-num {
    width: 24px;
    height: 24px;
    margin-top: 2px;
    font-size: 1.4rem;
  }
  .print_niyou dd {
    display: block;
  }
  .print_niyou .image {
    width: 100%;
    margin-bottom: 15px;
  }
  .print_niyou .text {
    width: 100%;
  }
  .case_naiyou .step_naiyou {
    padding: 20px;
  }
  .case_naiyou .step_naiyou > dl:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .case_naiyou .step_naiyou > dl dd {
    padding: 0;
  }
  .case_naiyou .point_wrap .col_inner:not(:last-child) {
    margin-bottom: 30px;
  }
  .case_naiyou .point_wrap dt {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  .case_naiyou .point_wrap dd {
    padding: 0;
  }
  .case_naiyou .point_wrap .image {
    width: 90px;
    margin-left: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
  .intro-course {
    width: calc(100% - 40px);
    margin-top: 80px;
  }
  .intro-course .material {
    max-width: 90px;
    top: -80px;
  }
  .step_grade_lead {
    padding: 60px 0 30px;
  }
  .step_grade_lead .mask_top:before {
    border-width: 60px 50vw 0 0;
  }
  .step_grade_lead .mask_top:after {
    border-width: 0 50vw 60px 0;
  }
  .step_grade_lead dl {
    padding: 0 30px;
  }
  .step_grade_lead dd {
    padding: 20px;
    font-size: 1.6rem;
  }
  .step_grade_lead + .bg-white {
    margin-top: 20px;
  }
  .lead-icon {
    margin-bottom: 20px;
  }
  .lead-icon img {
    width: 50%;
    max-width: 120px;
  }
  .supplementary_order {
    padding: 30px 20px;
  }
  .roundup_info .image {
    margin-bottom: 20px;
  }
  .roundup_info .price_wrap .sub {
    font-size: 1.8rem;
  }
  .text-price {
    font-size: 1.6rem;
  }
  .text-price span {
    font-size: 4rem;
  }
  .tokuten_wrap {
    padding: 30px 20px;
    border-width: 5px;
  }
  .tokuten_wrap .col_wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .tokuten_wrap .image {
    width: 50%;
    margin: 0 auto 20px;
  }
  .tokuten_wrap .text {
    width: 100%;
  }
  .ace_course-list a {
    border-radius: 10px;
  }
  .ace_course-list dt {
    font-size: 1.6rem;
  }
  .ace_course-list dd {
    font-size: 1.8rem;
  }
  .ace_course-list dd span {
    font-size: 3rem;
  }
  .ace_course-list .fa-angle-right {
    font-size: 1.8rem;
    right: 10px;
  }
  .ace_naiyou {
    padding: 20px 20px;
  }
  .ace_naiyou .item {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ace_naiyou .item dl {
    margin: 0;
  }
  .ace_naiyou .item dt {
    margin-bottom: 10px;
    font-size: 2rem;
  }
  .ace_naiyou .item dd {
    width: 22vw;
    height: 22vw;
    font-size: 2.4rem;
  }
  .ace_naiyou .item dd span {
    font-size: 3.4rem;
  }
  .ace_naiyou .total {
    font-size: 1.8rem;
  }
  .ace_naiyou .total span {
    margin: 0 6px;
    font-size: 3.4rem;
    top: 3px;
  }
  .curriculum_box {
    padding-top: 54px;
  }
  .curriculum_box .sample-slider img {
    max-height: calc(100vw - 100px);
  }
  .curriculum_box .text_area {
    padding: 20px 20px 0;
  }
  .curriculum_box .text_area p {
    padding: 0;
  }
  .curriculum_box .title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 3.4rem;
  }
  .curriculum_box .point {
    margin-top: 20px;
    display: block;
  }
  .curriculum_box .page-icon {
    margin-bottom: 15px;
    font-size: 2.4rem;
  }
  .curriculum_box .page-icon span {
    font-size: 4rem;
  }
  .tab_switch {
    font-size: 1.8rem;
  }
  .supplementary_lead {
    margin-top: 20px;
    padding-bottom: 32vw;
  }
  .supplementary_lead .inner {
    padding-top: 32vw;
  }
  .supplementary_lead .mask_top span {
    -webkit-filter: drop-shadow(0 5px 0 #00B455);
            filter: drop-shadow(0 5px 0 #00B455);
  }
  .supplementary_lead .mask_top .left {
    border-width: 60px 60vw 0 0;
    right: -10vw;
  }
  .supplementary_lead .mask_top .right {
    border-width: 0 60vw 60px 0;
    left: -10vw;
  }
  .supplementary_lead .mask_bottom span {
    bottom: -60px;
    -webkit-filter: drop-shadow(0 5px 0 #00B455);
            filter: drop-shadow(0 5px 0 #00B455);
  }
  .supplementary_lead .mask_bottom .left {
    border-width: 60px 60vw 0 0;
    right: -10vw;
  }
  .supplementary_lead .mask_bottom .right {
    border-width: 0 60vw 60px 0;
    left: -10vw;
  }
  .supplementary_lead dl {
    padding: 0 30px;
  }
  .supplementary_lead dt {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 9;
    text-align: center;
  }
  .supplementary_lead dt img {
    width: 60%;
    max-width: 120px;
  }
  .configuration_table_wrap {
    padding: 20px;
    border-radius: 20px;
  }
  .configuration_table_wrap th, .configuration_table_wrap td {
    display: table-cell;
    border: 1px solid #CCC;
  }
  .configuration_table_wrap th {
    width: 34px;
    padding: 6px 0;
    font-size: 10px;
  }
  .configuration_table_wrap td {
    padding: 0;
    font-size: 12px;
  }
  .configuration_table_wrap td.range {
    padding: 0 1.2em;
  }
  .configuration_table_wrap .inner {
    margin-bottom: -1px;
  }
  .configuration_table_wrap .inner:not(:first-child) table,
  .configuration_table_wrap .inner:not(:first-child) tr:first-child td {
    border-top: 1px solid #CCC;
  }
  .configuration_table_wrap .inner:first-child .headline {
    margin-top: 30px;
  }
  .configuration_table_wrap .headline {
    width: 30px;
    font-size: 16px;
  }
  .configuration_table_wrap .headline2 {
    width: 100px;
    padding: 5px;
    font-size: 13px;
  }
  .configuration_table_wrap .table1 {
    width: 45%;
  }
  .configuration_table_wrap .table1 .naiyou,
  .configuration_table_wrap .table1 table {
    border-right: 0;
  }
  .configuration_table_wrap .table2 {
    width: 55%;
  }
  .configuration_table_wrap .range {
    width: 40px;
    font-size: 11px;
    line-height: 1.2;
  }
  .curriculum_list .title .icon img {
    width: 130px;
  }
  .modaal-gallery-item img {
    width: auto !important;
    max-height: 90vw;
  }
  .delivery_flow {
    padding: 0;
  }
  .delivery_flow .arrow .label {
    margin-top: 20px;
    margin-bottom: 12px;
    font-size: 1.8rem;
    border-radius: 5px;
  }
  .cal_area {
    margin-bottom: 30px;
  }
  .cal_area dd {
    margin-left: 20px;
    font-size: 1.8rem;
  }
  .cal_area dd.large {
    font-size: 2.2rem;
  }
  .other_shipping .title {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
  .price_lead .list_wrap {
    font-size: 1.6rem;
  }
  .price_anchor {
    margin-bottom: 10px;
  }
  .price_anchor .link {
    width: 100%;
    height: 160px;
  }
  .price_anchor .link:before {
    top: 12px;
    left: 12px;
  }
  .price_anchor .inner {
    margin-top: 15px;
  }
  .price_anchor .logo-step {
    width: 100px;
    height: 34px;
  }
  .price_anchor .logo-ace {
    width: 118px;
    height: 34px;
  }
  .price_anchor .sub {
    margin-top: 5px;
    font-size: 1.8rem;
  }
  .price_anchor .price {
    font-size: 2.5rem;
  }
  .price_anchor .text02 {
    font-size: 6.2rem;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
  .price_anchor .text03 {
    margin-top: 20px;
    margin-left: 4px;
  }
  .price_anchor .text04 {
    top: 12px;
    right: -4px;
  }
  .price_anchor .logo-group img {
    height: 38px;
  }
  .price_anchor .logo-group span {
    margin: 0 6px;
    font-size: 30px;
  }
  .price_list_wrap .logo-group img {
    height: 30px;
  }
  .price_list_wrap .logo-group span {
    margin: 0 6px;
    font-size: 30px;
  }
  .price_list .inner {
    padding: 20px 20px;
  }
  .price_list dt {
    margin-right: 20px;
    font-size: 1.8rem;
  }
  .price_list dd {
    font-size: 1.6rem;
  }
  .price_list .label {
    width: 80px;
    font-size: 1.3rem;
    border-radius: 5px;
  }
  .price_list .total {
    font-size: 1.3rem;
  }
  .price_list .note {
    font-size: 1.4rem;
  }
  .supplementary_list .price {
    font-size: 1.6rem;
  }
  .supplementary_list .price span {
    font-size: 4rem;
  }
  .supplementary_list .curriculum_box .kaitei-info {
    top: 130px;
  }
  .has-label .label {
    font-size: 1.8rem;
  }
  .payment_detail .price_wrap {
    display: block;
  }
  .payment_detail .price_wrap .inner:not(:last-child) {
    margin-bottom: 15px;
  }
  .payment_detail .price_wrap .price span {
    font-size: 3rem;
  }
  .payment_detail .adjust {
    height: 107px;
    line-height: 107px;
  }
  .order-flow .point-box .btn {
    font-size: 1.4rem;
  }
  .henkin_wrap {
    padding: 20px 20px;
  }
  .voice-navi {
    padding: 0 20px;
  }
  .voice-navi > ul {
    width: 100%;
    padding: 15px 15px;
    display: block;
  }
  .voice-navi > ul > li {
    margin: 0;
  }
  .voice-navi > ul > li:not(:last-child) {
    margin-bottom: 1.5em;
  }
  .voice-navi > ul h3 {
    font-size: 14px;
  }
  .voice-navi span {
    margin-left: 0.5em;
    display: inline-block;
  }
  .voice-box {
    padding: 0 15px 15px 15px;
  }
  .voice-box .col_wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .voice-box .bage {
    width: 180px;
    font-size: 2rem;
  }
  .voice-box .image {
    width: 24%;
    margin-right: 0;
  }
  .voice-box .image img {
    width: 100px;
  }
  .voice-box .text {
    width: 72%;
    font-size: 1.5rem;
  }
  .voice-box .title {
    font-size: 1.7rem;
    line-height: 1.4;
  }
  .voice-box p {
    line-height: 1.4;
  }
  .voice-box p:last-of-type {
    font-size: 1.4rem;
  }
  .shop-table dd {
    font-size: 1.2rem;
  }
  .member_point {
    display: block;
  }
  .member_point dt {
    width: 100%;
  }
  .member_point dd {
    width: 100%;
  }
  .company_table th {
    width: 100%;
    padding: 1em;
    border-right: none;
    border-bottom: 1px solid #d9d9d9;
    display: block;
  }
  .company_table td {
    width: 100%;
    display: block;
  }
  .philosophy-area {
    width: 100%;
    padding: 40px 20px;
  }
  .philosophy-area dt {
    margin: 0 auto 0.8em;
    font-size: 1.8rem;
  }
  .philosophy-area .text01 {
    font-size: 2rem;
  }
  .privacy_wrap {
    margin-bottom: 40px;
  }
  .privacy_wrap .headline-type05 {
    font-size: 1.6rem;
  }
  .privacy_wrap dd h2 {
    font-size: 1.4rem;
  }
  .contact_wrap {
    padding: 40px 0;
  }
  .contact_info dl:not(:last-child) {
    margin-bottom: 40px;
  }
  select {
    padding: 12px 30px 12px 16px;
    font-size: 1.8rem;
    background-size: 15px auto;
    background-position: right 15px center;
    font-size: 1.6rem;
  }
  textarea {
    min-height: 200px;
  }
  .form-wrap.accordion-wrap:before {
    margin-bottom: 15px;
  }
  .form-group:not(:last-child) {
    margin-bottom: 30px;
  }
  .form-group + .hr-type01 {
    margin: 50px -25px;
    border-top: 1px solid rgba(0, 182, 71, 0.5);
  }
  .form-group dt {
    margin-bottom: 1.5rem;
    color: #00B455;
    font-size: 1.7rem;
  }
  .form-group dt .note {
    font-size: 1.4rem;
  }
  .form-group dd {
    padding-right: 0;
    padding-left: 0;
  }
  .form-group .col2 .form-inner:first-child {
    padding-right: 5px;
  }
  .form-group .col2 .form-inner:last-child {
    padding-left: 5px;
  }
  .form-group .col2.sp_col1 {
    display: block;
  }
  .form-group .col2.sp_col1 .form-inner {
    width: 100%;
    padding: 0;
  }
  .form-group .col2.sp_col1 .form-inner:not(:last-child) {
    margin-bottom: 20px;
  }
  .form-group .col3 .form-inner {
    padding: 0 5px;
  }
  .form-group .required {
    padding: 0.3rem 0.4rem;
    font-size: 1.5rem;
  }
  .form-label {
    font-size: 1.8rem;
  }
  .form-control {
    padding: 12px 16px;
    font-size: 1.6rem;
  }
  .form-text {
    font-size: 1.6rem;
  }
  .form-footer {
    padding: 0 2.5rem;
  }
  .form-footer .btn {
    margin-top: 0;
  }
  .form-footer .button-group .btn {
    margin-top: 0;
  }
  .form-footer .button-group .btn:not(:last-child) {
    margin-top: 20px;
  }
  span.form-error {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .form-confirm .form-group {
    font-size: 1.6rem;
  }
  .form-complete {
    padding: 6rem 3.5rem;
    border-radius: 1.2rem;
    outline-offset: -0.8rem;
    letter-spacing: -0.08em;
  }
  .form-complete .title {
    margin-bottom: 20px;
    padding: 0;
    font-size: 1.9rem;
  }
  .form-complete p.text-center {
    text-align: center;
  }
  .form-complete p.line-hight {
    line-height: 1.9230769231;
  }
  .form-complete p:not(:last-child) {
    margin-bottom: 0.5em;
  }
  .radio_wrap.horizon {
    margin-bottom: -1.5rem;
  }
  .radio_wrap.horizon .radio {
    margin-bottom: 1.5rem !important;
  }
  .radio input[type=radio] + .radio-label {
    font-size: 1.6rem;
  }
  .checkbox .label-text {
    font-size: 1.5rem;
  }
  .form-privacy .inner.bg-yellow {
    padding: 30px 15px;
  }
  .form-privacy dt {
    font-size: 1.7rem;
  }
  .form-privacy dd {
    font-size: 1.3rem;
  }
  .form-privacy p {
    margin-bottom: 0;
  }
  .form-privacy p:not(:last-child) {
    margin-bottom: 1em;
  }
  .page-order .fixed-menu {
    opacity: 0;
    bottom: -200px;
  }
  .page-order .btn_top {
    display: none !important;
  }
  .step-navi {
    margin-bottom: 40px;
  }
  .step-navi li {
    height: 5.6rem;
    padding-top: 0.8rem;
    padding-left: 2rem;
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
    display: block;
  }
  .step-navi li:first-child {
    width: calc(100% - 10px);
    padding-left: 0;
  }
  .step-navi li:not(:last-child):before, .step-navi li:not(:last-child):after {
    border-top-width: 2.8rem;
    border-bottom-width: 2.8rem;
    border-left-width: 2rem;
  }
  .step-navi li.current {
    width: 40vw;
  }
  .step-navi li .num {
    font-size: 1.3rem;
  }
  .form-message_area {
    margin-bottom: 40px;
    padding: 0 20px;
  }
  .order-wrap .order-content {
    padding: 0 1.2rem 50px 1.2rem;
  }
  .order-wrap .order-content .sp-arrow-area {
    display: none;
  }
  .plus::before {
    width: 25px;
    top: 12px;
  }
  .plus:after {
    width: 25px;
    top: 12px;
  }
  .order-step2:not(:last-child) {
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(0, 182, 71, 0.5);
  }
  .order-step2 .line {
    font-size: 1.2rem;
  }
  .school-result {
    font-size: 1.7rem;
  }
  .school-result p {
    margin-bottom: 0;
  }
  .kiyaku_area {
    padding: 30px 20px;
    border-radius: 10px;
  }
  .kiyaku_area dt {
    margin-bottom: 0.8em;
    font-size: 1.9rem;
  }
  .kiyaku_area dd {
    font-size: 1.3rem;
  }
  .kiyaku_area .radio_wrap {
    margin-top: 1.5em;
    padding-top: 1em;
  }
  .kiyaku_area .accordion-wrap .accordion_content > dt {
    padding-right: 5rem;
    padding-left: 1.6rem;
    font-size: 1.6rem;
  }
  .kiyaku_area .accordion-wrap .accordion_content > dd {
    font-size: 1.3rem;
  }
  .kiyaku_area .accordion-wrap .accordion_content > dd p {
    font-size: 1.3rem;
  }
  .kiyaku_area .accordion-wrap .accordion_content .title {
    font-size: 1.5rem;
  }
  .kiyaku_area .accordion-wrap .table-wrap {
    overflow-x: scroll;
  }
  .kiyaku_area .accordion-wrap .table-wrap table {
    width: 50rem;
  }
  .kiyaku_area .accordion-wrap .table-wrap table th {
    font-size: 1.2rem;
  }
  .kiyaku_area .accordion-wrap + .radio_wrap {
    padding-top: 2em;
  }
  .school_search_wrap .title {
    font-size: 2.3rem;
  }
  .school_search_wrap .form-area {
    padding: 30px 20px;
  }
  .school_search_wrap .form-area p {
    margin-bottom: 20px;
    font-size: 1.3rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    text-align: left;
  }
  .school_search_wrap .form-inner {
    padding: 30px 20px;
    border-radius: 10px;
  }
  .school_search_wrap .form-control {
    font-size: 1.6rem;
  }
  .school_search_wrap input[type=radio] + .radio-label {
    font-size: 1.6rem;
  }
  .school_search_wrap .note {
    margin-top: 30px;
    font-size: 1.2rem;
  }
  .school_search_wrap .area-group {
    display: block;
  }
  .school_search_wrap .area-group .radio-label {
    font-size: 1.7rem !important;
  }
  .school_search_wrap .area-group .radio_wrap {
    width: 100%;
  }
  .school_search_wrap .area-title {
    width: 100%;
    margin-bottom: 25px;
    font-size: 1.7rem;
  }
  .school_search_wrap .serch-result {
    margin-bottom: 40px;
    font-size: 1.7rem;
    border-radius: 7.5px;
  }
  .school_search_wrap .serch-result dt {
    padding: 16px 10px;
    border-radius: 7.5px 7.5px 0 0;
  }
  .school_search_wrap .serch-result dd {
    padding: 24px 10px;
    font-size: 2rem;
  }
  .school-step-navi li {
    height: 5.6rem;
    padding-top: 0.8rem;
    padding-left: 10px;
    font-size: 1.7rem;
    line-height: 1.4;
    display: block;
    text-align: center;
  }
  .school-step-navi li:first-child {
    width: calc(100% - 10px);
    padding-left: 0;
  }
  .school-step-navi li:not(:last-child):before, .school-step-navi li:not(:last-child):after {
    border-top-width: 2.8rem;
    border-bottom-width: 2.8rem;
    border-left-width: 2rem;
  }
  .school-step-navi li.current {
    width: 61vw;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
  .school-step-navi li.current span {
    display: block;
  }
  .school-step-navi li span {
    display: none;
  }
  .school-step-navi li .num {
    font-size: 1.3rem;
  }
  .modaal-inline .modaal-inner-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  .modaal-inline .modaal-close {
    top: 27px;
    right: 20px;
  }
  .sp-arrow {
    width: 25.75px;
    height: 16px;
    margin: 35px auto 0 auto;
    background: url(/../../images/common/arrow-up.png) no-repeat center/contain;
    display: block;
  }
  .page-contact .fixed-menu {
    opacity: 0;
    bottom: -200px;
  }
  .page-contact .btn_top {
    display: none !important;
  }
  .page-maintenance .site-content {
    padding-top: 90px;
  }
  .news-detail-wrap {
    padding: 20px;
  }
  .news-detail-wrap .title {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 2rem;
  }
  .news-detail-wrap h3 {
    font-size: 1.8rem;
  }
  .news-detail-wrap .card-wrap01 {
    margin-bottom: 20px !important;
  }
  .news-detail-wrap p + .card-wrap01 {
    margin-top: 20px;
  }
}