@charset "UTF-8";
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  min-width: 100px;
}

body {
  width: 100%;
  margin: 0;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  line-height: 0;
}

p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: underline;
  color: inherit;
}

/* 好みで使用してください
p, dl, dt, dd, ul, li{
    line-height: 1.5;
    font-feature-settings : "palt";
    text-align:justify; 
    text-justify: inter-ideograph;
}
*/
img {
  border: none;
}

ul li,
ol li {
  line-height: 1.8;
  font-size: 16px;
  margin-left: 1.5em;
}

.sp {
  display: none !important;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  top: 0px;
  left: 0px;
  background: #f4f4f4;
  z-index: 1;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

.fulfilling-bouncing-circle-spinner,
.fulfilling-bouncing-circle-spinner * {
  box-sizing: border-box;
}

.fulfilling-bouncing-circle-spinner {
  height: 60px;
  width: 60px;
  position: relative;
  animation: fulfilling-bouncing-circle-spinner-animation infinite 4000ms ease;
}

.fulfilling-bouncing-circle-spinner .orbit {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1.8px solid #ec7b3f;
  animation: fulfilling-bouncing-circle-spinner-orbit-animation infinite 4000ms ease;
}

.fulfilling-bouncing-circle-spinner .circle {
  height: 60px;
  width: 60px;
  color: #ec7b3f;
  display: block;
  border-radius: 50%;
  position: relative;
  border: 6px solid #ec7b3f;
  animation: fulfilling-bouncing-circle-spinner-circle-animation infinite 4000ms ease;
  transform: rotate(0deg) scale(1);
}

@keyframes fulfilling-bouncing-circle-spinner-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fulfilling-bouncing-circle-spinner-orbit-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  62.5% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1);
  }
  87.5% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fulfilling-bouncing-circle-spinner-circle-animation {
  0% {
    transform: scale(1);
    border-color: transparent;
    border-top-color: inherit;
  }
  16.7% {
    border-color: transparent;
    border-top-color: initial;
    border-right-color: initial;
  }
  33.4% {
    border-color: transparent;
    border-top-color: inherit;
    border-right-color: inherit;
    border-bottom-color: inherit;
  }
  50% {
    border-color: inherit;
    transform: scale(1);
  }
  62.5% {
    border-color: inherit;
    transform: scale(1.4);
  }
  75% {
    border-color: inherit;
    transform: scale(1);
    opacity: 1;
  }
  87.5% {
    border-color: inherit;
    transform: scale(1.4);
  }
  100% {
    border-color: transparent;
    border-top-color: inherit;
    transform: scale(1);
  }
}
#wrapper {
  display: block;
  min-width: 1000px;
}

.fadein {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1s;
}

.fadein.active {
  opacity: 1;
  transform: translate(0, 0);
}

/* ページネーション */
main .wp-pagenavi {
  margin: 40px auto;
}
main .wp-pagenavi span, main .wp-pagenavi a {
  padding: 15px 19px;
  font-size: 16px;
  font-size: 1.6rem;
}
main .wp-pagenavi span.current, main .wp-pagenavi span:hover, main .wp-pagenavi a.current, main .wp-pagenavi a:hover {
  background-color: #333;
  color: #fff;
}

.next-prev {
  margin: 40px auto;
}
.next-prev .prev {
  float: left;
  width: 50%;
}
.next-prev .prev a {
  max-width: 46%;
  display: inline-block;
  background-color: #34a5d9;
  padding: 2% 2% 1.5% 2em;
  border-radius: 10px;
  text-indent: -0.8em;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}
.next-prev .prev::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.next-prev .next {
  float: right;
  width: 50%;
  text-align: right;
}
.next-prev .next a {
  display: inline-block;
  max-width: 46%;
  background-color: #34a5d9;
  padding: 2%;
  border-radius: 10px;
  text-align: right;
  padding: 2% 1.5em 2% 2%;
  border-radius: 10px;
  text-indent: 1em;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.header {
  width: 100%;
  padding: 40px 20px;
  background: #011298;
}
.header .header-logo img {
  margin: 0 auto;
}

.box-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box-wrap a {
  text-decoration: none;
}
.box-wrap a:hover .box {
  opacity: 0.7;
}
.box-wrap a .box {
  width: 382px;
  margin-bottom: 20px;
  border: 1px #69a661 solid;
  height: 120px;
  text-align: center;
}
.box-wrap a .box p.title {
  background: #69a661;
  display: block;
  padding: 2px 0;
  color: #fff;
}
.box-wrap a .box p.col1 {
  display: inline-block;
  margin-top: 20px;
  color: #69a661;
}
.box-wrap a .box p.col2 {
  margin-top: 10px;
  display: inline-block;
  text-align: left;
  color: #69a661;
}
.box-wrap a .box p.col1 {
  padding-left: 24px;
  position: relative;
}
.box-wrap a .box p.col1 img.arrow {
  position: absolute;
  left: 0;
  top: 3px;
}
.box-wrap a .box p.col2 {
  padding-left: 24px;
  position: relative;
}
.box-wrap a .box p.col2 img.arrow {
  position: absolute;
  left: 0;
  top: 34%;
}
.box-wrap .wrap-half {
  width: 580px;
  margin-bottom: 20px;
}
.box-wrap .wrap-half:nth-of-type(1) h4 {
  background: #97be5e;
  margin-bottom: 20px;
}
.box-wrap .wrap-half:nth-of-type(1) .wrap-inner {
  display: flex;
  justify-content: space-between;
}
.box-wrap .wrap-half:nth-of-type(1) .wrap-inner a:hover .box {
  opacity: 0.7;
}
.box-wrap .wrap-half:nth-of-type(1) .wrap-inner a .box {
  border: 1px solid #97be5e;
  width: 278px;
}
.box-wrap .wrap-half:nth-of-type(1) .wrap-inner a .box p.title {
  background: #97be5e;
}
.box-wrap .wrap-half:nth-of-type(1) .wrap-inner a .box p.col1 {
  color: #97be5e;
}
.box-wrap .wrap-half:nth-of-type(2) h4 {
  background: #3da875;
  margin-bottom: 20px;
}
.box-wrap .wrap-half:nth-of-type(2) .wrap-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box-wrap .wrap-half:nth-of-type(2) .wrap-inner .box {
  border: 1px solid #3da875;
  width: 278px;
}
.box-wrap .wrap-half:nth-of-type(2) .wrap-inner .box p.title {
  background: #3da875;
}
.box-wrap .wrap-half:nth-of-type(2) .wrap-inner .box p.col1 {
  color: #3da875;
}
.box-wrap .wrap-half:nth-of-type(2) .wrap-inner .box p.col2 {
  color: #3da875;
}
.box-wrap .wrap-half:nth-of-type(3) h4 {
  background: #81b37a;
  margin-bottom: 20px;
}
.box-wrap .wrap-half:nth-of-type(3) .wrap-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box-wrap .wrap-half:nth-of-type(3) .wrap-inner .box {
  border: 1px solid #81b37a;
  width: 278px;
}
.box-wrap .wrap-half:nth-of-type(3) .wrap-inner .box p.title {
  background: #81b37a;
}
.box-wrap .wrap-half:nth-of-type(3) .wrap-inner .box p.col1 {
  color: #81b37a;
}
.box-wrap .wrap-half:nth-of-type(4) h4 {
  background: #6daa4b;
  margin-bottom: 20px;
}
.box-wrap .wrap-half:nth-of-type(4) .wrap-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box-wrap .wrap-half:nth-of-type(4) .wrap-inner .box {
  border: 1px solid #6daa4b;
  width: 278px;
}
.box-wrap .wrap-half:nth-of-type(4) .wrap-inner .box p.title {
  background: #6daa4b;
}
.box-wrap .wrap-half:nth-of-type(4) .wrap-inner .box p.col1 {
  color: #6daa4b;
}
.box-wrap .wrap-half:nth-of-type(5) h4 {
  background: #69a661;
  margin-bottom: 20px;
}
.box-wrap .wrap-half:nth-of-type(5) .wrap-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box-wrap .wrap-half:nth-of-type(5) .wrap-inner .box {
  border: 1px solid #69a661;
  width: 278px;
}
.box-wrap .wrap-half:nth-of-type(5) .wrap-inner .box p.title {
  background: #69a661;
}
.box-wrap .wrap-half:nth-of-type(5) .wrap-inner .box p.col1 {
  color: #69a661;
}

footer .f-nav {
  width: 100%;
  background: #e96300;
  padding: 20px 0;
}
footer .f-nav .f-link {
  color: #FFF;
  text-align: center;
}
footer .f-nav .f-link p {
  font-size: 14px;
}
footer .f-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
footer .f-nav ul li {
  padding: 0 30px;
  list-style: none;
  margin-left: 0;
}
footer .f-nav ul li a {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: underline;
  padding-left: 15px;
}
footer .f-nav ul li a:hover {
  color: #000;
}
footer .f-nav ul li a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #FFF;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
}
footer .f-link {
  margin: 25px auto 15px;
  position: relative;
}
footer .f-link ul {
  position: absolute;
  left: 0;
  display: flex;
}
footer .f-link ul li {
  padding: 0 20px;
  list-style: none;
}
footer .f-link ul li a {
  font-size: 14px;
  font-size: 1.4rem;
}
footer .f-link ul li a:hover {
  color: #69a661;
}
footer .f-link small {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
}

#page_top {
  position: fixed;
  bottom: -200px;
  right: 24px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background: rgba(191, 127, 63, 0.8);
}

#page_top a {
  display: flex;
  width: 100px;
  height: 100px;
  font-size: 16px;
  color: #fff;
  align-items: center;
  justify-content: center;
}

.top a:hover {
  opacity: 0.7;
}
.top h2 {
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
}
.top h2 img {
  margin: 0 auto;
}
.top h3 {
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}
.top h4 {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}
.top .color-yellow {
  color: #fff600;
}
.top .color-orange {
  color: #e96300;
}
.top .color-red {
  color: #f70000;
}
.top .inner {
  width: 1000px;
  margin: 0 auto;
}

.top .top-price-wrap .price-ttl {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 10px;
}
.top .couse-short-faq .top-price-wrap .price-ttl h4 {
  display: none;
}
.top .top-price-wrap .price-ttl h4 {
  position: relative;
  background: #ffd401;
  padding: 20px 0;
}
.top .top-price-wrap .price-ttl h4:before {
  content: "";
  position: absolute;
  bottom: -55px;
  left: calc(50% - 15px);
  border: 30px solid transparent;
  border-top: 25px solid #ffd401;
}
.top .top-price-wrap .price-ttl p {
  position: absolute;
  right: 0;
  bottom: 0;
}
.top .notes li {
  position: relative;
  font-size: 14px;
  list-style: none;
  margin-left: 20px;
}
.top .notes li:before {
  display: block;
  content: "※";
  position: absolute;
  width: 20px;
  height: 2px;
  top: 0;
  left: -20px;
}
.top .main-intro {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
}
.top .main-intro .main-image {
  background: url(../img/top/main-bg.png) bottom;
  background-size: cover;
  padding-bottom: 40px;
  overflow: hidden;
}
.top .main-intro .main-image img {
  margin: 0 auto;
}
.top .main-intro .main-image .main-text .main-text-inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.top .main-intro .main-image .main-text .main-text-inner img {
  margin: 0;
}
.top .main-intro .main-image .main-text .main-text-inner .main-student {
  position: absolute;
  top: -30px;
  right: -290px;
}
.top .main-intro .main-image .main-cv {
  position: relative;
  width: 900px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}
.top .main-intro .main-image .main-cv h2 {
  border-radius: 10px 10px 0 0;
  background: #e96300;
  padding: 10px;
  margin-bottom: 0;
}
.top .main-intro .main-image .main-cv .main-cv-btn {
  text-align: center;
  background: #FFF;
  border-radius: 0 0 10px 10px;
  padding: 10px;
}
.top .main-intro .main-image .main-cv .main-cv-gift {
  position: absolute;
  top: 0;
  left: -20px;
}
.top .main-intro .main-message {
  width: 1000px;
  padding: 70px 50px;
  margin: 0 auto;
}
.top .main-intro .main-message p {
  margin-bottom: 10px;
}
.top .main-intro .main-message p:last-child {
  margin-bottom: 0;
}
.top .main-intro .main-message p span {
  color: #f70000;
  font-weight: bold;
}
.top .problem {
  background: #f5f3f1;
  padding-bottom: 40px;
}
.top .problem .problem-box {
  position: relative;
  width: 900px;
  margin: 0 auto;
}
.top .problem .problem-box:first-child {
  margin: 0 auto 60px;
}
.top .problem .problem-box h2 {
  position: absolute;
  top: -25px;
}
.top .problem .problem-box ul {
  width: 900px;
}
.top .problem .problem-box ul li {
  position: relative;
  list-style: none;
  background: #FFF;
  border-radius: 25px;
  padding: 10px 10px 10px 65px;
  margin: 0 0 10px 0;
}
.top .problem .problem-box ul li:after {
  content: "";
  position: absolute;
  background: url(../../assets/img/top/check-circle01.png) no-repeat;
  width: 35px;
  height: 35px;
  left: 10px;
  top: calc(50% - 18px);
}
.top .problem .problem-box ul li span {
  color: #5a319b;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #edecea 60%);
  padding-bottom: 4px;
}
.top .top-cv {
  position: relative;
  font-weight: bold;
  text-align: center;
  background: #ffd401;
  padding: 70px 0 30px;
}
.top .top-cv.top-cv-compact {
  padding: 25px 0;
}
.top .top-cv.top-cv-compact p {
  font-size: 22px;
}
.top .top-cv:before {
  position: absolute;
  top: 0;
  left: calc(50% - 500px);
}
/* .top .top-cv.top-cv-gray:before {
  content: url(../img/top/tri-gray.png);
} */
.top .top-cv.top-cv-white:before {
  content: url(../img/top/tri-white.png);
}
.top .top-cv.top-cv-yellow:before {
  content: url(../img/top/tri-yellow.png);
}
.top .top-cv .top-cv-inner {
  width: 800px;
  border-radius: 10px;
  margin: 0 auto;
}
.top .top-cv .top-cv-inner .top-cv-text {
  color: #FFF;
  border-radius: 10px 10px 0 0;
  background: #e96300;
  padding: 10px 10px 5px;
}
.top .top-cv .top-cv-inner .top-cv-text p {
  font-size: 24px;
  font-size: 2.4rem;
}
.top .top-cv .top-cv-inner .top-cv-text p span.small {
  font-size: 20px;
  font-size: 2rem;
}
.top .top-cv .top-cv-inner .top-cv-text h2 {
  font-weight: 900;
  margin-bottom: 0;
}
.top .top-cv .top-cv-inner .top-cv-text h2 span.small {
  font-size: 26px;
  font-size: 2.6rem;
}
.top .top-cv .top-cv-inner .main-cv-btn {
  position: relative;
  border: 4px solid #e96300;
  border-radius: 0 0 10px 10px;
  background: #FFF;
  padding: 40px 10px 20px;
}
.top .top-cv .top-cv-inner .main-cv-btn:before {
  content: url(../img/top/tri-orange.png);
  position: absolute;
  top: 0;
  left: calc(50% - 104px);
}
.top .top-cv .top-cv-inner .main-cv-btn img {
  margin: 0 auto;
}
.top .top-cv .top-cv-inner .cv-compact-btn img {
  margin: 0 auto;
}
.top .animation {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  padding-bottom: 50px;
}
.top .animation .inner {
  border-right: 4px solid #ffd401;
  border-left: 4px solid #ffd401;
  border-bottom: 4px solid #ffd401;
  background: #FFF;
  padding: 40px 0 0;
}
.top .animation .inner .animation-img {
  padding: 0 50px;
}
.top .animation .inner .animation-balloon .box-wrap {
  justify-content: center;
  align-items: center;
}
.top .animation .inner .animation-cause {
  margin-top: -2px;
}
.top .animation .inner .animation-cause h2 {
  position: relative;
  background: #ffd401;
  padding: 40px 10px;
}
.top .animation .inner .animation-cause h2:before {
  content: url(../img/top/animation-ttl-arrow.png);
  position: absolute;
  top: -25px;
  left: calc(50% - 27px);
}
.top .animation .inner .animation-cause h2 span {
  color: #FFF;
  background: #e96300;
  padding: 10px 20px;
  margin: 0 10px;
}
.top .animation .inner .animation-cause h3 {
  margin-bottom: 40px;
}
.top .animation .inner .animation-cause h3 span.border {
  border-bottom: 6px solid #ffd401;
  padding-bottom: 10px;
}
.top .animation .inner .animation-cause .box-wrap {
  display: flex;
  align-items: center;
  padding: 0 50px;
  margin-bottom: 40px;
}
.top .animation .inner .animation-cause .box-wrap .animation-box-text {
  width: calc(100% - 340px);
}
.top .animation .inner .animation-cause .box-wrap .animation-box-text p {
  margin-bottom: 10px;
}
.top .animation .inner .animation-cause .box-wrap .animation-box-img {
  width: 300px;
}
.top .animation .inner .animation-cause .box-wrap li {
  width: calc(25% - 10px);
  text-align: center;
  list-style: none;
  border: 6px solid #fffa8c;
  border-radius: 26px;
  margin-left: 0;
}
.top .animation .inner .animation-cause .box-wrap li:nth-child(1) .li-inner, .top .animation .inner .animation-cause .box-wrap li:nth-child(2) .li-inner {
  padding: 46px 10px 36px;
}
.top .animation .inner .animation-cause .box-wrap li .li-inner {
  position: relative;
  background: #fffdd9;
  border: 4px solid #ffd401;
  border-radius: 20px;
  padding: 30px 10px 20px;
}
.top .animation .inner .animation-cause .box-wrap li .li-inner img {
  position: absolute;
  top: -35px;
  left: calc(50% - 25px);
}
.top .animation .inner .weak-point {
  position: relative;
  display: flex;
  background: url(../img/top/weak-point-bg.png) no-repeat top;
  padding: 50px 50px 16px;
}
.top .animation .inner .weak-point:before {
  content: url(../img/top/weak-point-but.png);
  position: absolute;
  top: -14px;
  left: calc(50% - 56px);
}
.top .animation .inner .weak-point .weak-point-text {
  width: calc(100% - 273px);
}
.top .animation .inner .weak-point .weak-point-text h2 {
  margin-bottom: 10px;
}
.top .animation .inner .weak-point .weak-point-text h2 img {
  margin: 0;
}
.top .animation .inner .weak-point .weak-point-text p {
  line-height: 1.5;
  margin: 0 auto 10px;
}
.top .animation .inner .weak-point .weak-point-text .balloon {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  background: #ced9ec;
  padding: 15px 10px;
  margin-left: 40px;
}
.top .animation .inner .weak-point .weak-point-text .balloon:before {
  content: "";
  position: absolute;
  top: calc(50% - 20px);
  left: -45px;
  border: 20px solid transparent;
  border-right: 25px solid #ced9ec;
}
.top .animation .inner .weak-point .weak-point-text .balloon p {
  font-size: 22px;
}
.top .animation .inner .hogosya-voice {
  position: relative;
  background: rgb(255,250,140);
  background: linear-gradient(0deg, rgba(255,250,140,1) 30%, rgba(255,253,217,1) 60%, rgba(255,255,255,1) 80%);
  padding: 0 50px 10px;
  margin-bottom: 20px;
}
.top .animation .inner .hogosya-voice .hogosya-voice-lead img {
  margin: 6px auto 20px;
}
.top .animation .inner .hogosya-voice h2 {
  margin: 0 auto 12px;
}
.top .animation .inner .hogosya-voice .hogosya-voice-wrap .hogosya-voice-text .balloon {
  width: calc(100% - 233px);
  border-radius: 10px;
  background: #ffffff;
  padding: 20px 24px;
  margin: 10px 0;
}
.top .animation .inner .hogosya-voice .hogosya-voice-wrap .hogosya-voice-text .balloon p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}
.top .animation .inner .hogosya-voice .hogosya-voice-wrap .hogosya-voice-text .balloon p .color-orange {
  font-weight: bold;
}
.top .animation .inner .hogosya-voice .hogosya-voice-img {
  position: absolute;
  width: 266px;
  right: 50px;
  bottom: 20px;
}
.top .about {
  background: #011298;
}
.top .about .inner {
  padding: 70px 0 40px;
}
.top .about .inner .section-ttl {
  color: #FFF;
  text-align: center;
  margin-bottom: 50px;
}
.top .about .inner .section-ttl p {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}
.top .about .inner .section-ttl p span {
  font-size: 32px;
}
.top .about .inner .about-service-box {
  border: 10px solid #7a84d9;
  border-radius: 20px;
  background-color: #FFF;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  padding: 30px 10px;
  margin-bottom: 30px;
}
.top .about .inner .about-service-box h3 {
  position: relative;
  color: #FFF;
  background: url(../img/top/about-service-ttl-bg.png) no-repeat center;
  padding: 10px 20px;
}
.top .about .inner .about-service-box img {
  margin: 0 auto;
}
.top .about .inner .about-media-box {
  background: #FFF;
  padding: 40px 50px;
}
.top .about .inner .about-media-box h3 {
  font-size: 26px;
}
.top .about .inner .about-media-box h3 span {
  position: relative;
}
.top .about .inner .about-media-box h3 span::before {
  content: "＼";
  color: #e96300;
  position: absolute;
  left: -40px;
  bottom: -5px;
}
.top .about .inner .about-media-box h3 span::after {
  content: "／";
  color: #e96300;
  position: absolute;
  right: -30px;
  bottom: -5px;
}
.top .about .inner .about-media-box .about-box-img {
  text-align: center;
}
.top .about .inner .about-media-box .about-box-img p span {
  font-size: 20px;
}
.top .about .inner .about-media-box .about-box-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 430px);
}
.top .about .inner .about-media-box .about-box-text dl {
  width: calc(50% - 10px);
}
.top .about .inner .about-media-box .about-box-text dl dt {
  color: #FFF;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  background: #e96300;
  padding: 10px;
}
.top .about .inner .about-media-box .about-box-text dl dd {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border: 1px solid #e96300;
  padding: 20px 10px;
}
.about-yb-box {
  max-width: 620px;
  margin: 40px auto 0;
}
.about-yb-box h4 {
  margin-bottom: 10px;
}
.about-yb-box .about-yb-box-inner {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 24px;
}
.about-yb-box .about-yb-box-inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.top .app {
  position: relative;
  padding: 205px 0 0;
  background: url(../img/top/app-bg.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.top .app:before {
  position: absolute;
  content: url(../img/top/tri-blue.png);
  top: 0;
  left: calc(50% - 960px);
}
.top .app h2 {
  position: relative;
  line-height: 1.8;
  margin-bottom: 100px;
}
.top .app h2:before {
  position: absolute;
  content: url(../img/top/app-circle.png);
  top: -80px;
  left: calc(50% - 6px);
}
.top .app h2:after {
  position: absolute;
  content: url(../img/top/app-circle.png);
  bottom: -80px;
  left: calc(50% - 6px);
}
.top .app h2 span.bg {
  color: #FFF;
  font-size: 40px;
  background: #5568ff;
  padding: 10px 15px;
}
.top .app h2 span.small {
  font-size: 32px;
}
.top .app h3 {
  color: #FFF;
  text-align: left;
  border-radius: 40px;
  background: linear-gradient(90deg, rgb(94, 175, 254), rgb(108, 107, 254));
  padding: 15px 10px;
  margin-bottom: 20px;
}
.top .app h3 span.num {
  color: #3d4bb8;
  font-size: 22px;
  border-radius: 30px;
  background: #FFF;
  padding: 19px 25px 15px;
  margin-right: 10px;
}
.top .app .box-wrap {
  padding: 0 50px;
  margin-bottom: 40px;
}
.top .app .box-wrap p {
  margin-bottom: 10px;
}
.top .app .box-wrap.box-wrap01 .app-box-text,
.top .app .box-wrap.box-wrap01 .app-box-list {
  width: calc(50% - 20px);
}
.top .app .box-wrap.box-wrap02 .app-box-text {
  width: calc(100% - 466px);
}
.top .app .box-wrap.box-wrap02 .app-box-img {
  border-radius: 20px;
}
.top .app .app-more p {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  background: #fffa8c;
  padding: 20px 10px 20px 180px;
  margin-bottom: 40px;
}
.top .app .app-more p span.color-orange {
  font-size: 18px;
  z-index: 1;
  position: relative;
}
.top .app .app-more p:before {
  position: absolute;
  content: url(../img/top/app-more-balloon.png);
  top: calc(50% - 50px);
  left: 30px;
}
.top .app .app-more p:after {
  position: absolute;
  content: url(../img/top/app-more-mail.png);
  top: calc(50% - 30px);
  right: 30px;
}
.top .app .app-more h4 {
  margin-bottom: 20px;
}
.top .learning {
  background: linear-gradient(90deg, rgb(94, 175, 254), rgb(108, 107, 254));
}
.top .learning .inner {
  padding: 60px 0 0;
}
.top .learning .inner .learning-introduction {
  position: relative;
  background-color: #FFF;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  padding: 160px 50px 30px;
}
.top .learning .inner .learning-introduction .learning-ttl {
  position: absolute;
  top: -60px;
  left: calc(50% - 410px);
  width: 820px;
  border-right: 12px solid #1f6fcd;
  border-bottom: 12px solid #1f6fcd;
  border-left: 12px solid #1f6fcd;
  border-radius: 0 0 20px 20px;
  background: #1f6fcd;
}
.top .learning .inner .learning-introduction .learning-ttl h2 {
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  border-left: 2px solid #FFF;
  border-radius: 0 0 20px 20px;
  padding: 30px 0 20px;
  margin-bottom: 0;
}
.top .learning .inner .learning-introduction .learning-ttl h2 img {
  margin-bottom: 10px;
}
.top .learning .inner .learning-introduction .learning-introduction-lead {
  padding: 0 50px;
}
.top .learning .inner .learning-introduction h3 {
  position: relative;
  margin: 40px 0;
}
.top .learning .inner .learning-introduction h3 span.learning-h3-bg {
  color: #FFF;
  background: #1f6fcd;
  padding: 8px;
  margin-right: 8px;
}
.top .learning .inner .learning-introduction h3 span.learning-h3-bg:last-child {
  margin-right: 0;
}
.top .learning .inner .learning-introduction h3 span.learning-h3-line-l {
  position: relative;
}
.top .learning .inner .learning-introduction h3 span.learning-h3-line-l:before {
  position: absolute;
  content: url(../img/top/learning-h3-line.jpg);
  top: -4px;
  left: -290px;
}
.top .learning .inner .learning-introduction h3 span.learning-h3-line-r {
  position: relative;
}
.top .learning .inner .learning-introduction h3 span.learning-h3-line-r:after {
  position: absolute;
  content: url(../img/top/learning-h3-line.jpg);
  top: -4px;
  right: -290px;
}
.top .learning .inner .learning-method {
  background: #FFF;
  padding: 40px 50px;
}
.top .learning .inner .learning-method .learning-method-ttl {
  padding: 0 100px;
}
.top .learning .inner .learning-method .learning-method-ttl h3 {
  color: #1f6fcd;
  margin-bottom: 30px;
}
.top .learning .inner .learning-method .learning-method-ttl h3 span {
  border-bottom: 4px solid #fff600;
}
.top .learning .inner .learning-method .learning-method-ttl .notes {
  margin-bottom: 40px;
}
.top .learning .inner .learning-method .box-wrap {
  position: relative;
  margin-bottom: 100px;
}
.top .learning .inner .learning-method .box-wrap:last-child {
  margin-bottom: 20px;
}
.top .learning .inner .learning-method .box-wrap:after {
  position: absolute;
  content: url(../img/top/learning-method-line.png);
  bottom: -50px;
  right: calc(50% - 335px);
}
.top .learning .inner .learning-method .box-wrap:last-child:after {
  display: none;
}
.top .learning .inner .learning-method .box-wrap .learning-box-text h4 {
  color: #FFF;
  text-align: left;
  margin-bottom: 20px;
}
.top .learning .inner .learning-method .box-wrap .learning-box-text h4 span {
  background: #4d4d4d;
  padding: 10px 20px;
}
.top .learning .inner .learning-method .box-wrap .learning-box-text p {
  margin-bottom: 10px;
}
.top .learning .inner .learning-method .box-wrap .learning-box-text ol {
  counter-reset: number;
  list-style-type: none !important;
  margin-bottom: 20px;
}
.top .learning .inner .learning-method .box-wrap .learning-box-text ol li {
  position: relative;
  line-height: 1.5em;
  padding-left: 25px;
  margin: 0 0 10px;
}
.top .learning .inner .learning-method .box-wrap .learning-box-text ol li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #1f6fcd;
  color: white;
  font-weight: bold;
  font-size: 12px;
  border-radius: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.top .learning .inner .learning-method .box-wrap .learning-box-text ol li:last-child {
  margin: 0;
}
.top .learning .inner .learning-method .box-wrap .learning-box-text .learning-tips {
  border-left: 4px solid #1f6fcd;
  background: #fffdd9;
  padding: 20px 25px 10px;
}
.top .learning .inner .learning-method .box-wrap .learning-box-text .learning-tips h5 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.top .learning .inner .learning-method .box-wrap .learning-box-text .learning-tips p:last-child {
  margin-bottom: 0;
}
.top .learning .inner .box-wrap .learning-box-img {
  width: calc(100% - 490px);
}
.top .learning .inner .box-wrap .learning-box-img img {
  margin: 0 auto;
}
.top .learning .inner .box-wrap .learning-box-text {
  width: 450px;
}
.top .learning .inner .box-wrap .learning-box-text p {
  margin-bottom: 20px;
}
.top .learning .inner .box-wrap .learning-box-text img {
  margin-bottom: 20px;
}
.top .learning .inner .top-cv .top-cv-text h2 {
  line-height: 1.1;
}
.top .learning .inner .top-cv .top-cv-text p {
  line-height: 1.2;
}
.top .other-functions {
  background: url(../img/top/other-functions-bg.jpg) no-repeat;
  background-size: cover;
}
.top .other-functions .inner {
  background: #FFF;
  padding: 60px 50px;
}
.top .other-functions .inner .functions-box {
  margin-bottom: 70px;
}
.top .other-functions .inner .functions-box:last-child {
  margin-bottom: 0;
}
.top .other-functions .inner .functions-box h3 {
  font-size: 24px;
  text-align: left;
  margin-bottom: 20px;
}
.top .other-functions .inner .functions-box h3 span {
  font-size: 30px;
  background: #6689fe;
  padding: 10px;
  margin-right: 10px;
}
.top .other-functions .inner .functions-box .functions-box-lead {
  margin-bottom: 20px;
}
.top .other-functions .inner .functions-box .ac-wrap button.ac-btn {
  position: relative;
  display: block;
  width: 100%;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  border: none;
  border-radius: 20px;
  background: #6689fe;
  padding: 15px 20px;
}
.top .other-functions .inner .functions-box .ac-wrap button.ac-btn.ac-btn-active {
  border-radius: 20px 20px 0 0;
}
.top .other-functions .inner .functions-box .ac-wrap button.ac-btn:before {
  content: "";
  position: absolute;
  top: 15px;
  right: 30px;
  width: 2px;
  height: 24px;
  background: #FFF;
  transition: all 0.3s;
}
.top .other-functions .inner .functions-box .ac-wrap button.ac-btn::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 30px;
  width: 2px;
  height: 24px;
  background: #FFF;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.top .other-functions .inner .functions-box .ac-wrap button.ac-btn.ac-btn-active::before {
  transform: rotate(90deg) !important;
}
.top .other-functions .inner .functions-box .ac-wrap .ac-inner {
  display: none;
  border: 4px solid #6689fe;
  border-radius: 0 0 20px 20px;
  padding: 20px;
}
.top .other-functions .inner .functions-box .ac-wrap .ac-inner h4 {
  color: #5568ff;
  margin-bottom: 10px;
}
.top .other-functions .inner .functions-box .ac-wrap .ac-inner p {
  line-height: 1.5;
  margin-bottom: 20px;
}
.top .other-functions .inner .functions-box .ac-wrap .ac-inner p:last-child {
  margin-bottom: 0;
}
.top .other-functions .inner .functions-box .ac-wrap .ac-inner ul {
  margin-bottom: 20px;
}
.top .other-functions .inner .functions-box .ac-wrap .ac-inner ul.box-wrap li {
  width: 284px;
  list-style: none;
  text-align: center;
  background: #f1f8ff;
  padding: 20px;
  margin-left: 0;
}
.top .other-functions .inner .functions-box .ac-wrap .ac-inner ul.box-wrap li:nth-child(2) {
  background: #fffdd9;
}
.top .other-functions .inner .functions-box .ac-wrap .ac-inner ul li img {
  margin: 0 auto 20px;
}
.top .other-functions .inner .functions-box .ac-wrap .ac-inner .ac-box-text {
  width: calc(100% - 326px);
}
.top .other-functions .inner .functions-box .ac-wrap .ac-inner .functions-box03-100 {
  background: #fffdd9;
  padding: 20px;
  margin-bottom: 20px;
}
.top .other-functions .inner .functions-box .ac-wrap .ac-inner .functions-box03-100 img {
  margin-bottom: 20px;
}
.top .other-functions .inner .functions-box .ac-wrap .ac-inner .functions-box03-50 .box-left, .top .other-functions .inner .functions-box .ac-wrap .ac-inner .functions-box03-50 .box-right {
  width: calc(50% - 10px);
  background: #fffdd9;
  padding: 20px;
}
.top .other-functions .inner .functions-box .ac-wrap .ac-inner .functions-box03-50 img {
  margin-bottom: 20px;
}
.top .other-functions .top-cv .top-cv-text p {
  line-height: 1.5;
}
.top .other-functions .top-cv .top-cv-text h2 {
  line-height: 1.2;
}
.top .point {
  background: #fff600;
  padding: 40px 0;
}
.top .point .inner .point-box {
  border-radius: 20px;
  -webkit-box-shadow: 7px 7px rgba(233, 99, 0, 0.4);
  box-shadow: 7px 7px rgba(233, 99, 0, 0.4);
  background: #FFF;
  margin-bottom: 60px;
}
.top .point .inner .point-box .point-box-ttl {
  position: relative;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  padding: 70px 50px 70px 50px;
}
.top .point .inner .point-box .point-box-ttl img {
  position: absolute;
  left: 50px;
  top: calc(50% - 83px);
}
.top .point .inner .point-box .point-box-ttl h3 {
  color: #FFF;
  border-radius: 40px;
  background: #e96300;
  padding: 10px 10px 10px 160px;
}
.top .point .inner .point-box .point-box-ttl h3 .small {
  font-size: 24px;
  letter-spacing: -0.05em;
}
.top .point .inner .point-box .point-box-inner {
  padding: 20px 50px;
}
.top .point .inner .point-box .point-box-inner .point-last {
  margin-bottom: 40px;
}
.top .point .inner .point-box .point-box-inner .point-last p {
  font-size: 18px;
}
.top .point .inner .point-box .point-box-inner .point-last p:last-child {
  margin-top: 20px;
}
.top .point .inner .point-box .point-box-inner .point-last p:last-child .color-orange {
  font-size: 24px;
}
.top .point .inner .point-box .point-box-inner .box-wrap {
  margin-bottom: 40px;
}
.top .point .inner .point-box .point-box-inner .box-wrap .point-box-text {
  width: calc(100% - 340px);
}
.top .point .inner .point-box .point-box-inner .box-wrap .point-box-text p {
  margin-bottom: 10px;
}
.top .point .inner .point-box .point-box-inner .box-wrap .point-box-text .point-check {
  background: #fffcd7;
  padding: 20px;
}
.top .point .inner .point-box .point-box-inner .box-wrap .point-box-text .point-check h4 {
  margin-bottom: 20px;
}
.top .point .inner .point-box .point-box-inner .box-wrap .point-box-text .point-check li {
  position: relative;
  font-weight: bold;
  list-style: none;
  padding-left: 30px;
  margin: 0 0 10px 0;
}
.top .point .inner .point-box .point-box-inner .box-wrap .point-box-text .point-check li:last-child {
  margin: 0;
}
.top .point .inner .point-box .point-box-inner .box-wrap .point-box-text .point-check li:after {
  content: "";
  position: absolute;
  background: url(../../assets/img/top/check-circle02.png) no-repeat;
  width: 23px;
  height: 23px;
  left: 0;
  top: calc(50% - 11px);
}
.top .point .inner .point-box .point-box-inner p .color-orange {
  font-weight: bold;
}
.top .point .inner .point-box .point-box-inner p .color-orange .large {
  font-size: 24px;
}
.top .point .inner .point-box .point-box-inner .top-cv-compact02 a img {
  margin: 0 auto 60px;
}
.top .point .inner .point-box .point-box-inner .top-cv {
  border-radius: 0 0 20px 20px;
}
.top .voice {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  padding: 70px 0 40px;
}
.top .voice .voice-ttl h2 {
  position: relative;
}
.top .voice .voice-ttl h2:before {
  content: "";
  position: absolute;
  background: url(../../assets/img/top/voice-ttl-tri.png) no-repeat;
  width: 200px;
  height: 40px;
  left: calc(50% - 100px);
  bottom: -40px;
}
.top .voice .inner {
  border: 4px solid #ffd401;
  background: #FFF;
  margin-top: -30px;
}
.top .voice.animation02 .inner {
  margin-top: 0;
}
.top .voice .inner .inner-bg {
  background-image: url(../../assets/img/top/voice-student02.png), linear-gradient(#FFF, #f8f3e6);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom right, left;
  padding: 0 50px 40px;
  margin-bottom: 40px;
}
.top .voice .inner .voice-sub-ttl {
  background: #FFF url(../../assets/img/top/voice-student01.png) no-repeat right top;
}
.top .voice .inner .voice-sub-ttl h3 {
  font-size: 24px;
  text-align: left;
  padding: 108px 0 90px 50px;
}
.top .voice .inner .voice-sub-ttl h3 .color-orange {
  background: linear-gradient(transparent 60%, #fff600 60%);
  padding-bottom: 4px;
}
.top .voice .inner .voice-graph {
  padding: 0 50px;
  margin: -50px 0 40px;
}
.top .voice .inner .voice-impression h4 {
  margin-bottom: 40px;
}
.top .voice .inner .voice-impression h4 span {
  position: relative;
}
.top .voice .inner .voice-impression h4 span:before {
  content: "＼";
  color: #e96300;
  position: absolute;
  left: -30px;
  bottom: -5px;
}
.top .voice .inner .voice-impression h4 span:after {
  content: "／";
  color: #e96300;
  position: absolute;
  right: -30px;
  bottom: -5px;
}
.top .voice .inner .voice-impression .voice-impression-box::after {
  content: "";
  display: block;
  clear: both;
}
.top .voice .inner .voice-impression .voice-impression-box ul {
  float: left;
  width: calc(50% - 40px);
}
.top .voice .inner .voice-impression .voice-impression-box ul:first-child {
  margin-right: 40px;
}
.top .voice .inner .voice-impression .voice-impression-box ul:first-child li:nth-child(1):before {
  background: url(../../assets/img/top/voice-impression01.png) no-repeat;
}
.top .voice .inner .voice-impression .voice-impression-box ul:first-child li:nth-child(2):before {
  background: url(../../assets/img/top/voice-impression02.png) no-repeat;
}
.top .voice .inner .voice-impression .voice-impression-box ul:first-child li:nth-child(3):before {
  background: url(../../assets/img/top/voice-impression03.png) no-repeat;
}
.top .voice .inner .voice-impression .voice-impression-box ul:first-child li:nth-child(4):before {
  background: url(../../assets/img/top/voice-impression04.png) no-repeat;
}
.top .voice .inner .voice-impression .voice-impression-box ul:last-child li:nth-child(1):before {
  background: url(../../assets/img/top/voice-impression05.png) no-repeat;
}
.top .voice .inner .voice-impression .voice-impression-box ul:last-child li:nth-child(2):before {
  background: url(../../assets/img/top/voice-impression06.png) no-repeat;
}
.top .voice .inner .voice-impression .voice-impression-box ul:last-child li:nth-child(3):before {
  background: url(../../assets/img/top/voice-impression07.png) no-repeat;
}
.top .voice .inner .voice-impression .voice-impression-box ul li {
  position: relative;
  line-height: 1.5;
  list-style: none;
  border-radius: 10px;
  background: #FFF;
  padding: 15px 10px 15px 70px;
  margin: 0 0 20px 20px;
}
.top .voice .inner .voice-impression .voice-impression-box ul li:before {
  content: "";
  position: absolute;
  width: 76px;
  height: 76px;
  left: -20px;
  top: -10px;
}
.top .voice .inner .voice-impression .voice-impression-box ul li:last-child {
  margin-bottom: 0;
}
.top .voice .inner .voice-impression .voice-impression-box ul li .color-orange {
  font-weight: bold;
}
.top .voice .inner .voice-recommend {
  padding: 0 50px;
  background: #FFF url(../../assets/img/top/voice-student03.png) no-repeat left bottom;
  margin-bottom: 40px;
}
.top .voice .inner .voice-recommend h4 {
  font-size: 24px;
  text-align: left;
}
.top .voice .inner .voice-recommend h4 .color-orange {
  background: linear-gradient(transparent 60%, #fff600 60%);
  padding-bottom: 4px;
}
.top .voice .inner .animation-img {
  padding: 0 50px;
}
.top .voice .inner .top-cv {
  position: relative;
}
.top .voice .inner .top-cv .top-cv-inner:before {
  content: url(../img/top/top-cv-illust.png);
  position: absolute;
  top: 20px;
  left: 60px;
  z-index: 1;
}
.top .voice .inner .top-cv .top-cv-inner .top-cv-text p {
  line-height: 1.5;
}
.top .voice .inner .top-cv .top-cv-inner .top-cv-text h2 {
  line-height: 1.5;
}
.top .faq {
  background: #fffdd9;
}
.top .faq .inner {
  background: #FFF;
  padding: 60px 100px;
}
.top .faq .inner .faq-ttl {
  margin-bottom: 40px;
}
.top .faq .inner ul.faq-box li.ac-wrap {
  list-style: none;
  margin: 0 0 40px 0;
}
.top .faq .inner ul.faq-box li.ac-wrap:last-child {
  margin: 0;
}
.top .faq .inner ul.faq-box li.ac-wrap button.ac-btn {
  position: relative;
  display: block;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  border: 4px solid #fcb900;
  border-radius: 40px;
  background: #FFF;
  padding: 25px 20px 25px 75px;
}
.top .faq .inner ul.faq-box li.ac-wrap button.ac-btn span {
  position: relative;
  display: block;
}
.top .faq .inner ul.faq-box li.ac-wrap button.ac-btn span:before {
  content: url(../img/top/faq-icon.png);
  position: absolute;
  top: calc(50% - 25px);
  left: -60px;
  z-index: 1;
}
.top .faq .inner ul.faq-box li.ac-wrap button.ac-btn:before {
  content: "";
  position: absolute;
  top: 25px;
  right: 30px;
  width: 2px;
  height: 24px;
  background: #595959;
  transition: all 0.3s;
}
.top .faq .inner ul.faq-box li.ac-wrap button.ac-btn::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 30px;
  width: 2px;
  height: 24px;
  background: #595959;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.top .faq .inner ul.faq-box li.ac-wrap button.ac-btn.ac-btn-active::before {
  transform: rotate(90deg) !important;
}
.top .faq .inner ul.faq-box li.ac-wrap .ac-inner {
  display: none;
  border-radius: 0 0 20px 20px;
}
.top .faq .inner ul.faq-box li.ac-wrap .ac-inner .ac-box {
  padding: 20px;
}
.top .faq .inner ul.faq-box li.ac-wrap .ac-inner .ac-box p {
  margin-bottom: 20px;
}
.top .faq .inner ul.faq-box li.ac-wrap .ac-inner .ac-box p:last-child {
  margin-bottom: 0;
}
.top .faq .inner ul.faq-box li.ac-wrap .ac-inner .ac-box ul.faq-textbook {
  margin-bottom: 20px;
}
.top .faq .inner ul.faq-box li.ac-wrap .ac-inner .ac-box ul.faq-textbook li {
  list-style: disc;
  font-weight: bold;
}
.top .faq .inner ul.faq-box li.ac-wrap .ac-inner .ac-box ul.faq-textbook li:last-child {
  margin-bottom: 0;
}
.top .faq .inner ul.faq-box li.ac-wrap .ac-inner .ac-box ul.faq-textbook li img {
  margin: 0 auto 20px;
}
.top .faq .inner ul.faq-box li.ac-wrap .ac-inner .ac-box ul.faq-textbook li::marker {
  color: #fcb900;
}
.top .faq .inner ul.faq-box li.ac-wrap .ac-inner .ac-box ol {
  margin-bottom: 20px;
}
.top .faq .inner ul.faq-box li.ac-wrap .ac-inner .ac-box ol li::marker {
  color: #fcb900;
  font-weight: bold;
}
.top .faq .inner .top-price-wrap {
  margin: 20px 0 50px;
}
.top .faq .inner .top-price-wrap .price-ttl {
  margin-bottom: 0px;
}
.top .faq .inner .top-price-wrap .box-wrap {
  margin-bottom: 40px;
}
.top .faq .inner .cv-gift {
  margin-bottom: 0;
}
.top .last-message {
  background: #fff600;
  overflow: hidden;
  padding-bottom: 240px;
}
.top .last-message00 {
  text-align: center;
  position: relative;
  padding-bottom: 310px;
}
.top .last-message00 h3 {
  margin-bottom: 20px;
}
.top .last-message00 h3 span {
  border-bottom: 1px solid #717171;
  padding-bottom: 10px;
}
.top .last-message .last-message-ttl {
  width: 1000px;
  background: #FFF;
  margin: 0 auto;
}
.top .last-message .last-message-ttl h2 {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  padding: 20px 0;
  margin-bottom: 0;
}
.top .last-message .inner {
  position: relative;
  background: #FFF;
  padding: 50px;
}
.top .last-message .inner .last-message-box {
  width: 700px;
  margin: 0 auto;
}
.top .last-message00 .last-message-box {
  margin-bottom: 50px;
}
.top .last-message .inner .last-message-box .last-message-box-ttl {
  margin-bottom: 40px;
}
.top .last-message .inner .last-message-box01 .last-message-box-ttl h3 span,
.top .last-message .inner .last-message-box02 .last-message-box-ttl h3 span {
  position: relative;
}
.top .last-message .inner .last-message-box01 .last-message-box-ttl h3 span:before,
.top .last-message .inner .last-message-box02 .last-message-box-ttl h3 span:before {
  content: url(../img/top/last-message-ttl-left.png);
  position: absolute;
  top: -20px;
  left: -30px;
}
.top .last-message .inner .last-message-box01 .last-message-box-ttl h3 span:after,
.top .last-message .inner .last-message-box02 .last-message-box-ttl h3 span:after {
  content: url(../img/top/last-message-ttl-right.png);
  position: absolute;
  bottom: -30px;
  right: -30px;
}
.top .last-message .inner .last-message-box01,
.top .last-message .inner .last-message-box02 {
  position: relative;
  margin-bottom: 70px;
}
.top .last-message .inner .last-message-box.last-message-box01:before {
  content: url(../img/top/last-message-img01.png);
  position: absolute;
  top: 15px;
  left: -475px;
}
.top .last-message .inner .last-message-box.last-message-box01:after {
  content: url(../img/top/last-message-img02.png);
  position: absolute;
  bottom: 15px;
  right: -475px;
}

.top .last-message .inner .last-message-box.last-message-box02:before {
  content: url(../img/top/last-message-img03.png);
  position: absolute;
  bottom: 0;
  left: -475px;
}
.top .last-message .inner .last-message-box.last-message-box02 .last-message-box-ttl {
  position: relative;
  margin-right: 250px;
}
.top .last-message .inner .last-message-box.last-message-box02 .last-message-box-ttl:after {
  content: url(../img/top/last-message-staff.png);
  position: absolute;
  bottom: 0;
  right: -250px;
}
.top .last-message .inner .last-message-box.last-message-box02 .last-message-box-ttl h3 {
  text-align: left;
  margin: 0 0 80px 30px;
}
.top .last-message .inner .last-message-box.last-message-box02 .last-message-box-ttl p {
  font-weight: bold;
  text-align: right;
  line-height: 1.5;
}
.top .last-message .inner .last-message-box p {
  margin-bottom: 50px;
}
.top .last-message .inner .last-message-box p:last-child {
  margin-bottom: 0;
}

.top .last-message .inner .last-message-box03 .last-message-box-ttl {
  margin-bottom: 60px;
}

.top .last-message .inner .last-message-box03 .last-message-box-ttl h3 {
  margin-bottom: 40px;
}

.top .last-message .inner .last-message-box03 .last-message-box-ttl span {
  color: #fff;
  line-height: 2;
  background: #e96300;
  padding: 13px;
}

.last-message-before-after {
  position: relative;
  margin-bottom: 40px;
}

.last-message-arrow {
  position: absolute;
  left: calc(50% - 124px);
  top: -45px;
}

.top .last-message .inner .last-message-box03 .last-message-before {
  width: calc(50% - 10px);
  background: #f5f3f1;
  padding: 55px 15px 15px;
}

.top .last-message .inner .last-message-box03 .last-message-after {
  width: calc(50% - 10px);
  background: #fffdd9;
  padding: 55px 15px 15px;
}

.last-message-before-after-ttl {
  position: relative;
  padding-bottom: 60px;
}

.last-message-before-after-ttl img {
  position: absolute;
  top: -97px;
  left: calc(50% - 52px);
}

.last-message-before .last-message-before-after-ttl img {
  left: calc(50% - 52px);
}

.last-message-after .last-message-before-after-ttl img {
  left: calc(50% - 76px);
}

.top .last-message .inner .last-message-box03 .last-message-before-after h4 {
  z-index: 2;
  position: absolute;
  top: 11px;
  width: 100%;
  border-radius: 27px;
  margin-bottom: 20px;
}

.top .last-message .inner .last-message-box03 .last-message-before h4 {
  color: #5a319b;
  border: 2px solid #5a319b;
  background: #FFF;
}

.top .last-message .inner .last-message-box03 .last-message-after h4 {
  color: #FFF;
  border: 2px solid #e96300;
  background: #e96300;
}

.top .last-message .inner .last-message-box03 .last-message-before-after ul li {
  list-style: none;
  text-align: center;
  padding-bottom: 10px;
  margin: 0 0 10px;
}

.top .last-message .inner .last-message-box03 .last-message-before ul li {
  border-bottom: 3px dotted #737373;
}

.top .last-message .inner .last-message-box03 .last-message-after ul li {
  border-bottom: 3px dotted #e96300;
}

.top .last-message .inner .last-message-box03 .last-message-before-after ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.last-message-before-after-last {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.last-message-before-after-last span {
  background: linear-gradient(transparent 60%, #fff600 60%);
  padding-bottom: 4px;
}

.top .last-message .inner .last-message-box.last-message-box04,
.top .last-message00 .last-message-box.last-message-box04 {
  position: absolute;
  left: 0;
  width: 100%;
  color: #FFF;
  background: #e96300;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.top .last-message .inner .last-message-box.last-message-box04 {
  bottom: -215px;
}

.last-message-box.last-message-box04 h3 {
  position: relative;
  padding: 20px 20px 60px;
}

.top .last-message .inner .last-message-box.last-message-box04 {
  position: absolute;
  bottom: -215px;
  left: 0;
  width: 100%;
  color: #FFF;
  background: #e96300;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}


#form-wrap {
  width: 850px;
  margin: 0 auto;
}
#form-wrap .zcwf_lblLeft {
  width: 850px;
  max-width: 850px !important;
  height: auto;
  border: none;
  margin: 0 auto;
}
#form-wrap .zcwf_lblLeft form .form-privacy-policy {
  height: 200px;
  overflow-y: scroll;
  border: 1px solid #7d7d7d;
  padding: 15px 10px;
  margin-bottom: 20px;
}
#form-wrap .zcwf_lblLeft form .form-privacy-policy::-webkit-scrollbar {
  width: 10px;
}
#form-wrap .zcwf_lblLeft form .form-privacy-policy::-webkit-scrollbar-track {
  background-color: #c0c0c0;
}
#form-wrap .zcwf_lblLeft form .form-privacy-policy::-webkit-scrollbar-thumb {
  background-color: #7d7d7d;
}
#form-wrap .zcwf_lblLeft form .form-privacy-policy p {
  margin-bottom: 24px;
}
#form-wrap .zcwf_lblLeft form .form-privacy-policy p.num-ttl {
  line-height: 1;
  margin-bottom: 10px;
}
#form-wrap .zcwf_lblLeft form .form-privacy-policy ol {
  margin-bottom: 40px;
}
#form-wrap .zcwf_lblLeft form .form-privacy-policy ol li.num ul {
  margin-bottom: 20px;
}
#form-wrap .zcwf_lblLeft form .form-privacy-policy ol li.num ul li.iroha {
  list-style: katakana-iroha;
  margin-left: 32px;
}
#form-wrap .zcwf_lblLeft form .form-privacy-policy ul {
  margin-bottom: 40px;
}
#form-wrap .zcwf_lblLeft form .form-privacy-policy ul li.iroha {
  list-style: katakana-iroha;
  margin-left: 32px;
}
#form-wrap .zcwf_lblLeft form .form-privacy-policy ul li.list-style-none {
  list-style: none;
  margin-left: 0;
}
#form-wrap .zcwf_lblLeft form .zcwf_title {
  display: none;
}
#form-wrap .zcwf_lblLeft form .zcwf_row {
  margin: 0 0px 20px;
}
#form-wrap .zcwf_lblLeft form .zcwf_row .required {
  position: absolute;
  display: block;
  color: #FFF;
  line-height: 1;
  border-radius: 4px;
  background: #ee0202;
  padding: 4px;
  margin-right: 10px;
}
#form-wrap .zcwf_lblLeft form .zcwf_row .any {
  position: absolute;
  display: block;
  color: #FFF;
  line-height: 1;
  border-radius: 4px;
  background: #898989;
  padding: 4px;
  margin-right: 10px;
}
#form-wrap .zcwf_lblLeft form .zcwf_row .zcwf_col_lab {
  position: relative;
  display: flex;
  align-items: flex-start;
  font-size: 14px !important;
}
#form-wrap .zcwf_lblLeft form .zcwf_row .zcwf_col_lab label {
  display: block;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 45px;
}
#form-wrap .zcwf_lblLeft form .zcwf_row .zcwf_privacy {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#form-wrap .zcwf_lblLeft form .zcwf_row .zcwf_privacy .vat {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  width: 34%;
}
#form-wrap .zcwf_lblLeft form .zcwf_row .zcwf_privacy .vat .required {
  font-size: 14px;
  right: 20px;
}
#form-wrap .zcwf_lblLeft form .zcwf_row .zcwf_privacy .vat input[type=checkbox] {
  transform: scale(1.5);
  margin: 4px 6px 0 0;
}
#form-wrap .zcwf_lblLeft form .zcwf_row .zcwf_privacy .zcwf_privacy_txt {
  width: 64%;
  font-size: 14px !important;
  line-height: 1;
}
#form-wrap .zcwf_lblLeft form .zcwf_row .zcwf_privacy .zcwf_privacy_txt .zcwf_privacy_txt-notes {
  font-size: 14px;
  margin-top: 4px;
}
#form-wrap .zcwf_lblLeft form .zcwf_row .zcwf_col_fld {
  margin: 0;
}
#form-wrap .zcwf_lblLeft form .zcwf_row .zcwf_col_fld input {
  width: 100%;
  font-size: 14px !important;
  padding: 10px;
  user-select: auto;
  -webkit-user-select: auto;
}
#form-wrap .zcwf_lblLeft form .zcwf_row .zcwf_col_fld select {
  width: 100%;
  font-size: 14px !important;
  padding: 10px;
}
#form-wrap .zcwf_lblLeft form .zcwf_row .zcwf_col_fld textarea {
  width: 100%;
  height: 200px;
  font-size: 14px !important;
  line-height: 1.5;
  padding: 10px;
  user-select: auto;
  -webkit-user-select: auto;
}
#form-wrap .zcwf_lblLeft form .zcwf_row .zcwf_col_fld .form-placeholder {
  color: #666666;
  margin-bottom: 0;
}
#form-wrap .zcwf_lblLeft form .zcwf_row .zcwf_col_fld .formsubmit {
  cursor: pointer;
  width: 380px;
  max-width: 380px;
  appearance: none;
  color: #FFF;
  font-size: 20px !important;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  background: #1e33ce;
  border-radius: 35px;
  padding: 20px 40px;
}




.common-page h1 {
  color: #333333;
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
  background: url(../img/common/h1-underline.png) no-repeat center bottom;
  padding-bottom: 20px;
  margin-bottom: 100px;
}
.common-page h2 {
  color: #E96300;
  font-size: 30px;
  line-height: 1.5;
  background: #FFFDD9;
  padding: 10px;
  margin-bottom: 40px;
}
.common-page h2 span {
  display: block;
  border-left: 2px dotted #FFD401;
  padding-left: 20px;
  margin-left: 10px;
}
.common-page h3 {
  font-size: 24px;
  line-height: 1.5;
  border-bottom: 2px solid #FFD401;
  margin: 120px 0 20px;
}
.common-page h4 {
  font-size: 20px;
  line-height: 1.5;
  border-left: 4px solid #E96300;
  padding-left: 10px;
  margin: 60px 0 10px;
}
.common-page p {
  margin-bottom: 20px;
}
.common-page .color-yellow {
  color: #fff600;
}
.common-page .color-orange {
  color: #e96300;
}
.common-page .color-red {
  color: #f70000;
}
.small-font-size {
  font-size: 1.2rem;
}
.common-page .inner {
  width: 1000px;
  min-height: calc(100vh - 330px);
  padding: 80px 0 120px;
  margin: 0 auto;
}
.common-page .inner .breadcrumbs {
  display: flex;
  margin-bottom: 60px;
}
.common-page .inner .breadcrumbs li {
  font-size: 12px;
  list-style: none;
  margin-left: 0;
}
.common-page .inner .breadcrumbs li a {
  color: #011298;
  background: url(../img/common/breadcrumbs-arrow.png) no-repeat right;
  padding-right: 30px;
  margin-right: 20px;
}
.common-page .inner .box {
  margin-bottom: 104px;
}
.common-page .inner .box:last-child {
  margin-bottom: 0;
}
.common-page .inner .box ul {
  margin: 40px 0;
}
.common-page .inner .box ul li.iroha {
  list-style: katakana-iroha;
  margin-left: 32px;
}
.common-page .inner .box ul li a {
  overflow-wrap: break-word;
  text-decoration: underline;
}
.common-page .inner .box ul.notes li {
  position: relative;
  font-size: 14px;
  list-style: none;
  margin-left: 20px;
}
.common-page .inner .box ul.notes li:before {
  display: block;
  content: "※";
  position: absolute;
  width: 20px;
  height: 2px;
  top: 0;
  left: -20px;
}
.common-page .inner .box ol {
  margin: 40px 0;
}
.common-page .read {
  margin-bottom: 0.5em;
  line-height: 1.4;
  text-align: center;
  font-size: 2.6rem;
}
.break-text {
  display: inline-block;
}
.top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  padding: 15px 18px;
  min-width: 1000px;
  width: 100%;
  background-color: #FBF6F6;
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.6);
  z-index: 10;
}
.top-header-logo {
  flex-shrink: 0;
}
.top-header-util {
  display: flex;
  list-style: none;
  margin: 0 0 0 20px;
  padding: 0;
}
.top-header-util > li {
  margin: 0;
  padding: 0;
}
.top-header-util > li + li {
  margin-left: 10px;
}
.top-header-util > li > a:hover {
  opacity: 0.7;
}
.main-contents.top {
  padding-top: 100px;
}
#form-wrap .zcwf_lblLeft form .zcwf_row .zcwf_col_fld input#CASECF101 {
  width: 30px;
  height: 30px;
}
.last-message-box .now-box .now-title {
  color: #fff;
  background: #e96300;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  width: 230px;
  margin: 0 auto 40px;
  border-radius: 40px;
  position: relative;
}
.last-message-box .now-box .now-title::before {
  content: "";
  width: 30px;
  height: 20px;
  background: #e96300;
  position: absolute;
  display: block;
  bottom: -20px;
  left: calc(50% - 15px);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.last-message-box .now-box .now-desc {
  text-align: center;
  font-size: 20px;
}
.last-message-box .now-box .now-desc span {
  color: #e96300;
  background: linear-gradient(transparent 60%, #fff600 60%);
  font-weight: bold;
}

.top #gift {
  background-color: #FFF;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  padding: 120px 0 0;
  margin-top: -120px;
}

.money-back {
  text-align: center;
  padding: 50px 100px;
}
.money-back h3 {
  margin-bottom: 40px;
}
.money-back h3 .money-back-line {
  border-bottom: 1px solid #717171;
  padding-bottom: 10px;
}
.money-back .money-back-text {
  width: calc(100% - 377px);
  text-align: left;
}
.money-back .money-back-text p {
  margin-bottom: 20px;
}
.money-back .money-back-text a {
  font-size: 1.6rem;
  line-height: 2;
  color: #f70000;
  text-decoration: underline;
}
.money-back00 {
  border: 4px solid #ffd401;
  background: #FFF;
  padding: 20px;
  margin: 0 auto 40px;
}
.money-back00.last {
  width: 1000px;
}
.money-back00 h3 {
  margin-bottom: 20px;
}
.money-back00 a {
  text-decoration: underline;
  color: #f70000;
}
.top .section05.course-last {
  padding: 50px 0;
}
.top-cv-materials-img img {
  margin: 20px auto;
}
.top .top-cv.top-cv-compact .top-cv-materials p {
  font-size: 14px;
}
.top-cv-materials-text {
  text-align: left;
  border-radius: 10px;
  background: #ffe488;
  padding: 20px 40px;
  margin-bottom: 40px;
}
.new-section {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  padding: 50px;
}
.new-section .information {
  display: none;
}
.new-section .money-back {
  border: 4px solid #ffd401;
  background: #FFF;
}
.new-section .section05 {
  background-image: none;
}