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

body {
  width: 100%;
  margin: 0;
  color: #000;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ 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;
}

.pc {
  display: none !important;
}

*,
*: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: none;
  color: inherit;
}

img {
  max-width: 100%;
}

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

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  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: #ff1d5e;
  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);
  }
}
.fadein {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1s;
}

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

#wrapper {
  background: #fff;
}

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

.box-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box-wrap a {
  width: 49%;
  line-height: 1.2;
  border: 1px #69a661 solid;
  display: block;
}
.box-wrap a:hover .box {
  opacity: 0.7;
}
.box-wrap a .box {
  width: 100%;
  text-align: center;
}
.box-wrap a .box p.title {
  background: #69a661;
  display: block;
  padding: 2px 0;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
}
.box-wrap a .box p.col1 {
  display: inline-block;
  padding: 8% 2% 8% 8%;
  position: relative;
  color: #69a661;
}
.box-wrap a .box p.col1 img.arrow {
  position: absolute;
  left: 1%;
  top: 40%;
  width: 8px;
  height: auto;
  font-size: 10px;
  font-size: 1rem;
}
.box-wrap a .box p.col2 {
  display: inline-block;
  text-align: left;
  padding: 8% 2% 8% 8%;
  position: relative;
  color: #69a661;
}
.box-wrap a .box p.col2 img.arrow {
  position: absolute;
  left: 1%;
  top: 42%;
  width: 8px;
  height: auto;
  font-size: 10px;
  font-size: 1rem;
}
.box-wrap .wrap-half {
  width: 100%;
  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 {
  border: 1px solid #97be5e;
}
.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 {
  width: 100%;
}
.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 a {
  border: 1px solid #3da875;
  margin-bottom: 10px;
}
.box-wrap .wrap-half:nth-of-type(2) .wrap-inner a .box {
  width: 100%;
}
.box-wrap .wrap-half:nth-of-type(2) .wrap-inner a .box p.title {
  background: #3da875;
}
.box-wrap .wrap-half:nth-of-type(2) .wrap-inner a .box p.col1 {
  color: #3da875;
}
.box-wrap .wrap-half:nth-of-type(2) .wrap-inner a .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 a {
  border: 1px solid #81b37a;
}
.box-wrap .wrap-half:nth-of-type(3) .wrap-inner a .box {
  width: 100%;
}
.box-wrap .wrap-half:nth-of-type(3) .wrap-inner a .box p.title {
  background: #81b37a;
}
.box-wrap .wrap-half:nth-of-type(3) .wrap-inner a .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 a {
  border: 1px solid #6daa4b;
}
.box-wrap .wrap-half:nth-of-type(4) .wrap-inner a .box {
  width: 100%;
}
.box-wrap .wrap-half:nth-of-type(4) .wrap-inner a .box p.title {
  background: #6daa4b;
}
.box-wrap .wrap-half:nth-of-type(4) .wrap-inner a .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 a {
  border: 1px solid #69a661;
}
.box-wrap .wrap-half:nth-of-type(5) .wrap-inner .box {
  width: 100%;
}
.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 ul.box-wrap {
  display: block;
}
footer .f-nav ul.box-wrap li {
  list-style: none;
  margin-bottom: 20px;
}
footer .f-nav ul.box-wrap li a {
  width: 100%;
  color: #FFF;
  border: none;
  text-align: center;
  text-decoration: underline;
}
footer .f-nav ul.box-wrap li a span {
  position: relative;
}
footer .f-nav ul.box-wrap li a span: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: -13px;
  margin-top: -6px;
}
footer .f-nav .f-link {
  width: 100%;
  padding-top: 17px;
  color: #fff;
}
footer .f-nav .f-link p {
  text-align: center;
}
footer .f-nav .f-link small {
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  display: block;
}

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

#page_top a {
	display: flex;
	width: 48px;
	height: 48px;
	font-size: 16px;
	color: #fff;
	align-items: center;
	justify-content: center;
}*/
/* ページネーション */
main .wp-pagenavi {
  margin: 40px auto;
}
main .wp-pagenavi span, main .wp-pagenavi a {
  padding: 15px 19px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}
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;
}
main .wp-pagenavi span.extend, main .wp-pagenavi a.extend {
  display: none;
}
main .wp-pagenavi span.pages, main .wp-pagenavi span.first, main .wp-pagenavi span.last, main .wp-pagenavi a.pages, main .wp-pagenavi a.first, main .wp-pagenavi a.last {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 15px 10px;
}

.next-prev {
  margin: 0 auto 40px;
}
.next-prev .prev {
  float: left;
  max-width: 44%;
}
.next-prev .prev a {
  display: inline-block;
  background-color: #34a5d9;
  padding: 2% 2% 1.5% 2em;
  border-radius: 10px;
  text-indent: -0.8em;
  color: #fff;
  font-size: 13px;
}
.next-prev .prev::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.next-prev .next {
  float: right;
  max-width: 44%;
}
.next-prev .next a {
  display: inline-block;
  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;
}

.ftr-fix {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: sticky;
  bottom: 0;
}
.ftr-fix a {
  display: flex;
  width: 50%;
  height: 50px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.ftr-fix a img {
  margin-right: 10px;
  transform: scale(0.5);
  transform-origin: 100% 50%;
}
.ftr-fix a:nth-of-type(1) {
  background-color: green;
}
.ftr-fix a:nth-of-type(2) {
  background-color: red;
}

.top a:hover {
  opacity: 0.7;
}
.top h2 {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
}
.top h2 img {
  margin: 0 auto;
}
.top h3 {
  font-size: 21px;
  line-height: 1.5;
  text-align: center;
}
.top h4 {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
.top p {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 20px;
}
.top .color-yellow {
  color: #fff600;
}
.top .color-orange {
  color: #e96300;
}
.top .color-red {
  color: #f70000;
}
.top img {
  max-width: 100%;
}
.top .inner {
  margin: 0 auto;
}
.top .top-price-wrap {
  position: relative;
}
.top .top-price-wrap .price-ttl {
  position: relative;
  padding-bottom: 50px;
}
.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;
  margin-bottom: 30px;
}
.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 ul.box-wrap {
  display: block;
  list-style: none;
  margin-left: 0;
}
.top .top-price-wrap ul.box-wrap li {
  margin: 0 0 40px;
}
.top .top-price-wrap ul.box-wrap li:first-child {
  position: relative;
}
.top .top-price-wrap ul.box-wrap li:first-child img:first-child {
  position: absolute;
  top: -55px;
  left: calc(50% - 113px);
}
.top .top-price-wrap ul.box-wrap li img {
  margin: 0 auto;
}
.top .top-price-wrap .price-last {
  font-weight: bold;
  text-align: center;
  padding: 20px;
  border-radius: 35px;
  background: #fffdd9;
}
.top .top-price-wrap .price-last a {
  text-decoration: underline;
}
.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 img {
  margin: 0 auto;
}
.top .main-intro .main-image .main-lead {
  padding: 16px;
}
.top .main-intro .main-image .main-lead img {
  z-index: 1;
  position: relative;
}
.top .main-intro .main-image .main-text {
  margin-top: -50px;
}
.top .main-intro .main-image .main-text h1 {
  margin-bottom: -5px;
}
.top .main-intro .main-image .main-text h1 img {
  z-index: 0;
  position: relative;
}
.top .main-intro .main-image .main-cv {
  padding: 0 16px;
}
.top .main-intro .main-image .main-cv .main-cv-gift {
  border-radius: 10px 10px 0 0;
  background: #e96300;
}
.top .main-intro .main-image .main-cv .main-cv-gift img {
  padding-right: 20px;
}
.top .main-intro .main-image .main-cv .main-cv-gift h2 {
  padding: 20px;
  margin-bottom: 0;
}
.top .main-intro .main-image .main-cv .main-cv-gift h2 img {
  padding: 0;
}
.top .main-intro .main-image .main-cv .main-cv-btn {
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  background: #FFF;
  padding: 16px;
}
.top .main-intro .main-image .main-cv .main-cv-btn img {
  margin-bottom: 10px;
}
.top .main-intro .main-image .main-cv .main-cv-btn p {
  text-align: center;
  margin-bottom: 0;
}
.top .main-intro .main-message {
  padding: 50px 16px;
  margin: 0 auto;
}
.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;
  padding: 0 16px;
  margin: 0 auto;
}
.top .problem .problem-box:first-child {
  margin: 0 auto 60px;
}
.top .problem .problem-box h2 {
  margin: 0 -16px 20px;
}
.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 {
  margin-bottom: 10px;
}
.top .top-cv:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
/* .top .top-cv.top-cv-gray:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 42px;
  background: url(../img/top/tri-gray.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
} */
.top .top-cv.top-cv-white:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 42px;
  background: url(../img/top/tri-white.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.top .top-cv.top-cv-yellow:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 42px;
  background: url(../img/top/tri-yellow.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.top .top-cv .top-cv-inner {
  border-radius: 10px;
  padding: 0 16px;
  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: 18px;
  line-height: 1.5;
  margin-bottom: 0px;
}
.top .top-cv .top-cv-inner .top-cv-text p span.small {
  font-size: 12px;
}
.top .top-cv .top-cv-inner .top-cv-text h2 {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 0;
}
.top .top-cv .top-cv-inner .top-cv-text h2 span.small {
  font-size: 18px;
}
.top .top-cv .top-cv-inner .main-cv-btn {
  position: relative;
  border: 4px solid #e96300;
  border-radius: 0 0 10px 10px;
  background: #FFF;
  padding: 30px 10px 20px;
}
.top .top-cv .top-cv-inner .main-cv-btn:before {
  position: absolute;
  top: 0;
  left: calc(50% - 75px);
  content: "";
  display: inline-block;
  width: 150px;
  height: 22px;
  background: url(../img/top/tri-orange.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.top .top-cv .top-cv-inner .main-cv-btn p {
  margin-bottom: 0;
}
.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;
}
.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-balloon {
  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: 4px 10px;
  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 {
  align-items: flex-start;
  padding: 0 16px;
  margin-bottom: 40px;
}
.top .animation .inner .animation-cause .box-wrap .animation-box-img {
  margin: 0 auto;
}
.top .animation .inner .animation-cause .box-wrap li {
  width: calc(50% - 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), .top .animation .inner .animation-cause .box-wrap li:nth-child(2) {
  margin-bottom: 40px;
}
.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 .animation-cause .box-wrap li .li-inner p {
  margin-bottom: 0;
}
.top .animation .inner .animation-cause .animation-box-img {
  margin: 0 50px 70px;
}
.top .animation .inner .weak-point {
  position: relative;
  background: url(../img/top/weak-point-bg.png) no-repeat top;
  padding: 50px 16px 20px;
}
.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 h2 {
  margin-bottom: 10px;
}
.top .animation .inner .weak-point .weak-point-text h2 img {
  margin: 0 auto;
}
.top .animation .inner .weak-point .weak-point-text p {
  line-height: 1.5;
  margin-bottom: 10px;
}
.top .animation .inner .weak-point .weak-point-text .balloon {
  align-items: flex-start;
}
.top .animation .inner .weak-point .weak-point-text .balloon img {
  width: 34%;
}
.top .animation .inner .weak-point .weak-point-text .balloon p {
  width: calc(66% - 10px);
  position: relative;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  background: #ced9ec;
  padding: 25px 10px;
  margin-left: 10px;
}
.top .animation .inner .weak-point .weak-point-text .balloon p:before {
  content: "";
  position: absolute;
  top: calc(50% - 20px);
  left: -35px;
  border: 15px solid transparent;
  border-right: 20px solid #ced9ec;
}
.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 16px 10px;
  margin-bottom: 20px;
}
.top .animation .inner .hogosya-voice .hogosya-voice-lead img {
  margin: -4% auto 4%;
}
.top .animation .inner .hogosya-voice h2 {
  width: 77%;
  margin-bottom: 12px;
}
.top .animation .inner .hogosya-voice .hogosya-voice-wrap {
  position: relative;
  z-index: 1;
}
.top .animation .inner .hogosya-voice .hogosya-voice-wrap .hogosya-voice-text .balloon {
  width: 100%;
  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: 30%;
  right: 0;
  top: 0;
  z-index: 0;
}




.top .about {
  background: #011298;
}
.top .about .inner {
  padding: 70px 16px 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;
  margin-bottom: 0;
}
.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 16px;
  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;
  margin-bottom: 20px;
}
.top .about .inner .about-service-box img {
  margin-bottom: 20px;
}
.top .about .inner .about-service-box p {
  margin-bottom: 0;
}
.top .about .inner .about-media-box {
  background: #FFF;
  padding: 40px 16px;
}
.top .about .inner .about-media-box h3 {
  margin-bottom: 20px;
}
.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: 0;
  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 .box-wrap {
  display: block;
}
.top .about .inner .about-media-box .box-wrap .about-box-img {
  text-align: center;
}
.top .about .inner .about-media-box .box-wrap .about-box-img img {
  margin: 0 auto;
}
.top .about .inner .about-media-box .about-box-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.top .about .inner .about-media-box .about-box-text dl {
  width: calc(50% - 10px);
}
.top .about .inner .about-media-box .about-box-text dl:nth-child(n+3) {
  margin-top: 20px;
}
.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.5;
  text-align: center;
  border: 1px solid #e96300;
  padding: 15px 10px;
}
/* .about-yb-box {
  max-width: 100%;
}
.about-yb-box h4 {
  margin-bottom: 10px;
}
.about-yb-box iframe {
  width: 100%;
} */
.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: 155px 0 0;
  background: url(../img/top/app-bg.jpg) no-repeat;
  background-size: cover;
}
.top .app:before {
  position: absolute;
  top: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 42px;
  background: url(../img/top/tri-blue.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.top .app .inner {
  padding: 0 16px;
}
.top .app .inner h2 {
  position: relative;
  font-size: 16px;
  line-height: 2.4;
  margin-bottom: 100px;
}
.top .app .inner h2:before {
  position: absolute;
  content: url(../img/top/app-circle.png);
  top: -80px;
  left: calc(50% - 6px);
}
.top .app .inner h2:after {
  position: absolute;
  content: url(../img/top/app-circle.png);
  bottom: -80px;
  left: calc(50% - 6px);
}
.top .app .inner h2 span.bg {
  color: #FFF;
  font-size: 24px;
  background: #5568ff;
  padding: 10px 15px;
}
.top .app .inner h2 span.small {
  font-size: 16px;
}
.top .app .inner h3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #FFF;
  font-size: 22px;
  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 .inner h3 span.num {
  display: block;
  width: 120px;
  color: #3d4bb8;
  font-size: 14px;
  text-align: center;
  border-radius: 30px;
  background: #FFF;
  padding: 19px 10px 15px;
  margin-right: 10px;
}
.top .app .inner h3 span.ttl {
  display: block;
  width: calc(100% - 140px);
}
.top .app .inner .box-wrap {
  display: block;
  margin-bottom: 40px;
}
.top .app .inner .box-wrap p {
  margin-bottom: 10px;
}
.top .app .inner .box-wrap img {
  margin: 0 auto;
}
.top .app .inner .app-more .app-more-ttl img {
  margin-bottom: 40px;
}
.top .app .inner .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 0 10px;
}
.top .learning .inner .learning-introduction .learning-ttl {
  position: absolute;
  top: -60px;
  left: 10px;
  right: 10px;
  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 {
  padding: 0 40px;
  margin-bottom: 10px;
}
.top .learning .inner .learning-introduction .learning-introduction-lead {
  padding: 0 16px;
}
.top .learning .inner .learning-introduction h3 {
  display: flex;
  justify-content: center;
  margin: 40px 0 20px;
  overflow: hidden;
}
.top .learning .inner .learning-introduction h3 span.learning-h3-bg {
  display: block;
  color: #FFF;
  background: #1f6fcd;
  padding: 8px;
  width: 48px;
  height: 48px;
  margin-right: 5px;
}
.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 {
  content: "";
  position: absolute;
  background: url(../img/top/learning-h3-line.jpg) no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 4px;
  top: 50%;
  left: -110%;
}
.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 {
  content: "";
  position: absolute;
  background: url(../img/top/learning-h3-line.jpg) no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 4px;
  top: 50%;
  right: -110%;
}
.top .learning .inner .learning-introduction .box-wrap {
  padding: 0 16px;
}
.top .learning .inner .learning-introduction .box-wrap .learning-box-text {
  margin: 0 auto 0;
}
.top .learning .inner .learning-method {
  background: #FFF;
  padding: 40px 16px;
}
.top .learning .inner .learning-method .learning-method-ttl {
  padding: 0 16px;
}
.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: 20px;
}
.top .learning .inner .learning-method .box-wrap {
  position: relative;
  margin-bottom: 80px;
}
.top .learning .inner .learning-method .box-wrap:last-child {
  margin-bottom: 20px;
}
.top .learning .inner .learning-method .box-wrap:after {
  content: "";
  position: absolute;
  background: url(../img/top/learning-method-line.png) no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 4px;
  left: 0;
  right: 0;
  bottom: -30px;
}
.top .learning .inner .learning-method .box-wrap:last-child:after {
  display: none;
}
.top .learning .inner .learning-method .box-wrap h4 {
  color: #FFF;
  text-align: left;
  margin-bottom: 20px;
}
.top .learning .inner .learning-method .box-wrap 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 .learning-method .box-wrap .learning-box-text02 {
  order: 2;
}
.top .learning .inner .learning-method .box-wrap .learning-box-img02 {
  order: 1;
}
.top .learning .inner .box-wrap .learning-box-img {
  margin: 0 auto 30px;
}
.top .learning .inner .box-wrap .learning-box-img img {
  margin: 0 auto;
}
.top .learning .inner .box-wrap .learning-box-text {
  margin: 0 auto 40px;
}
.top .learning .inner .box-wrap .learning-box-text p {
  margin-bottom: 20px;
}
.top .learning .inner .box-wrap .learning-box-text img {
  margin: 0 auto 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 16px;
}
.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 {
  display: block;
  text-align: center;
  background: #6689fe;
  padding: 10px;
  margin-bottom: 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.5;
  text-align: left;
  border: none;
  border-radius: 20px;
  background: #6689fe;
  padding: 15px 40px 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: calc(50% - 12px);
  right: 22px;
  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: calc(50% - 12px);
  right: 22px;
  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: 10px;
}
.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 ul {
  margin-bottom: 20px;
}
.top .other-functions .inner .functions-box .ac-wrap .ac-inner ul.box-wrap li {
  width: 100%;
  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 .box-wrap .ac-box-img {
  margin: 0 auto 20px;
}
.top .other-functions .inner .functions-box .ac-wrap .ac-inner .box-wrap p {
  line-height: 1.5;
  margin-bottom: 20px;
}
.top .other-functions .inner .functions-box .ac-wrap .ac-inner .box-wrap p:last-child {
  margin-bottom: 0;
}
.top .other-functions .inner .functions-box .ac-wrap .ac-inner .functions-box03-100 {
  background: #fffdd9;
  padding: 10px;
}
.top .other-functions .inner .functions-box .ac-wrap .ac-inner .functions-box03-100 .box-wrap {
  text-align: center;
}
.top .other-functions .inner .functions-box .ac-wrap .ac-inner .functions-box03-100 .box-wrap .box-left, .top .other-functions .inner .functions-box .ac-wrap .ac-inner .functions-box03-100 .box-wrap .box-right {
  margin: 0 auto 20px;
}
.top .other-functions .inner .functions-box .ac-wrap .ac-inner .functions-box03-100 img {
  margin: 0 auto 20px;
}
.top .other-functions .inner .functions-box .ac-wrap .ac-inner .functions-box03-50 {
  background: #fffdd9;
  padding: 10px 10px 20px 10px;
}
.top .other-functions .inner .functions-box .ac-wrap .ac-inner .functions-box03-50 .box-wrap {
  display: block;
  text-align: center;
}
.top .other-functions .inner .functions-box .ac-wrap .ac-inner .functions-box03-50 .box-wrap .box-left {
  margin: 0 auto 40px;
}
.top .other-functions .inner .functions-box .ac-wrap .ac-inner .functions-box03-50 .box-wrap .box-left img {
  margin: 0 auto 20px;
}
.top .other-functions .inner .functions-box .ac-wrap .ac-inner .functions-box03-50 .box-wrap .box-right {
  margin: 0 auto;
}
.top .other-functions .inner .functions-box .ac-wrap .ac-inner .functions-box03-50 .box-wrap .box-right img {
  margin: 0 auto 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 {
  padding: 0 16px;
}
.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: 30px 5px 30px 5px;
}
.top .point .inner .point-box .point-box-ttl img {
  position: absolute;
  left: 5px;
  top: calc(50% - 50px);
  width: 90px;
  height: auto;
}
.top .point .inner .point-box .point-box-ttl h3 {
  color: #FFF;
  font-size: 16px;
  text-align: left;
  border-radius: 40px;
  background: #e96300;
  padding: 10px 10px 10px 90px;
}
.top .point .inner .point-box .point-box-ttl h3 .small {
  font-size: 12px;
  letter-spacing: -0.05em;
}
.top .point .inner .point-box .point-box-inner {
  padding: 20px 16px;
}
.top .point .inner .point-box .point-box-inner .point-last {
  margin-bottom: 40px;
}
.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: 18px;
}
.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-img {
  margin: 0 auto 20px;
}
.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 10px;
}
.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: 4px;
}
.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: 40px 0 0;
}
.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;
  background-size: 100% auto;
  width: 100px;
  height: 20px;
  left: calc(50% - 50px);
  bottom: -20px;
}
.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: linear-gradient(to bottom, #FFF, #f9f7f2 50px, #f8f3e6);
  background-repeat: no-repeat;
  background-position: left;
  margin-bottom: 40px;
}
.top .voice .inner .voice-sub-ttl {
  background: #FFF;
}
.top .voice .inner .voice-sub-ttl img {
  margin: 0 auto 20px;
}
.top .voice .inner .voice-sub-ttl h3 {
  font-size: 21px;
  padding: 0 16px;
  margin-bottom: 40px;
}
.top .voice .inner .voice-sub-ttl h3 .color-orange {
  background: linear-gradient(transparent 60%, #fff600 60%);
  padding-bottom: 4px;
}
.top .voice .inner .voice-graph.box-wrap {
  display: block;
  padding: 0 16px;
}
.top .voice .inner .voice-graph.box-wrap img {
  margin: 0 auto 40px;
}
.top .voice .inner .voice-impression h4 {
  padding: 0 16px;
  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: -70px;
  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 {
  padding: 0 16px;
}
.top .voice .inner .voice-impression .voice-impression-box::after {
  content: "";
  display: block;
  clear: both;
}
.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) {
  margin-bottom: 0;
}
.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 .color-orange {
  font-weight: bold;
}
.top .voice .inner .voice-impression img {
  margin-left: auto;
}
.top .voice .inner .voice-recommend {
  padding: 0 16px;
  background: #FFF;
  margin-bottom: 40px;
}
.top .voice .inner .voice-recommend .box-wrap {
  display: block;
}
.top .voice .inner .voice-recommend .box-wrap h4 {
  font-size: 21px;
  margin-bottom: 40px;
}
.top .voice .inner .voice-recommend .box-wrap h4 .color-orange {
  background: linear-gradient(transparent 60%, #fff600 60%);
  padding-bottom: 4px;
}
.top .voice .inner .voice-recommend .box-wrap .voice-box-img img {
  margin: 0 auto 40px;
}
.top .voice .inner .animation-img {
  padding: 0 16px;
  margin: 0 auto;
}
.top .voice .inner .top-cv {
  position: relative;
}
.top .voice .inner .top-cv .top-cv-inner:before {
  content: "";
  background: url(../img/top/top-cv-illust.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 20px;
  left: 0px;
  width: 56px;
  height: 128px;
  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;
  padding: 0 16px;
}
.top .faq .inner {
  background: #FFF;
  padding: 60px 16px;
}
.top .faq .inner .faq-ttl {
  margin-bottom: 40px;
}
.top .faq .inner ul.faq-box li.ac-wrap {
  list-style: none;
  margin: 0 0 20px 0;
}
.top .faq .inner ul.faq-box li.ac-wrap button.ac-btn {
  position: relative;
  display: block;
  width: 100%;
  color: #000;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  border: 4px solid #fcb900;
  border-radius: 40px;
  background: #FFF;
  padding: 20px 42px 20px 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: calc(50% - 12px);
  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: calc(50% - 12px);
  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;
  padding: 20px 0;
}
.top .faq .inner ul.faq-box li.ac-wrap .ac-inner p {
  margin-bottom: 20px;
}
.top .faq .inner ul.faq-box li.ac-wrap .ac-inner p:last-child {
  margin-bottom: 0;
}
.top .faq .inner ul.faq-box li.ac-wrap .ac-inner ul.faq-textbook {
  margin-bottom: 20px;
}
.top .faq .inner ul.faq-box li.ac-wrap .ac-inner ul.faq-textbook li {
  list-style: disc;
  font-weight: bold;
}
.top .faq .inner ul.faq-box li.ac-wrap .ac-inner ul.faq-textbook li:last-child {
  margin-bottom: 0;
}
.top .faq .inner ul.faq-box li.ac-wrap .ac-inner ul.faq-textbook li img {
  margin: 0 auto 20px;
}
.top .faq .inner ul.faq-box li.ac-wrap .ac-inner ul.faq-textbook li::marker {
  color: #fcb900;
}
.top .faq .inner ul.faq-box li.ac-wrap .ac-inner 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 .price-wrap {
  margin: 0 0 50px;
}
.top .faq .inner .price-wrap .price-ttl {
  margin-bottom: 20px;
}
.top .faq .inner .price-wrap .box-wrap {
  margin-bottom: 40px;
}
.top .faq .inner .cv-gift {
  margin-bottom: 0;
}
.top .last-message {
  background: #fff600;
  padding: 0 16px 200px;
  overflow: hidden;
}
.last-message00 {
  text-align: center;
  position: relative;
  padding-bottom: 200px;
}
.top .last-message .last-message-ttl {
  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 16px 10px;
}
.top .last-message .inner .last-message-box {
  margin: 0 auto;
}
.top .last-message .inner .last-message-box .last-message-box-ttl {
  margin-bottom: 40px;
}
.top .last-message .inner .last-message-box .last-message-box-ttl h3 {
  margin-bottom: 30px;
}
.top .last-message .inner .last-message-box .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-box.last-message-box01 {
  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 {
  position: relative;
}
.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;
}
.top .last-message .inner .last-message-box.last-message-box02 .last-message-box-ttl h3 {
  margin-bottom: 20px;
}
.top .last-message .inner .last-message-box.last-message-box02 .last-message-box-ttl img {
  margin-left: auto;
}
.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: 40px;
}



.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 span {
  color: #fff;
  line-height: 2;
  background: #e96300;
  padding: 13px;
}

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

.top .last-message .inner .last-message-box03 .last-message-before {
  width: 100%;
  background: #f5f3f1;
  padding: 55px 15px 15px;
  margin-bottom: 40px;
}

.top .last-message .inner .last-message-box03 .last-message-after {
  position: relative;
  width: 100%;
  background: #fffdd9;
  padding: 55px 15px 15px;
}

.last-message-arrow {
  position: absolute;
  left: 20px;
  top: -45px;
}

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

.last-message-before-after-ttl img {
  position: absolute;
  top: -82px;
}

.last-message-before .last-message-before-after-ttl img {
  left: -15px;
}

.last-message-after .last-message-before-after-ttl img {
  right: -15px;
}

.top .last-message .inner .last-message-box03 .last-message-before-after h4 {
  z-index: 2;
  position: absolute;
  top: -22px;
  left: calc(50% - 90px);
  width: 180px;
  border-radius: 27px;
  padding: 10px;
  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-box p.last-message-before-after-last {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 20px;
}

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

.last-message .last-message-box.last-message-box04,
.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%);
}
.last-message .last-message-box.last-message-box04 {
  bottom: -152px;
}

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




.top #top-form {
  background: #fcb900;
  padding: 150px 16px 70px;
}
.top #top-form .inner {
  background: #FFF;
  border: 4px solid #1e33ce;
}
.top #top-form .inner .inner-bg {
  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: 0 16px 40px;
}
.top #top-form .inner .inner-bg .top-form-ttl {
  position: relative;
  color: #fff;
  background: #1e33ce;
  margin-bottom: 30px;
}
.top #top-form .inner .inner-bg .top-form-ttl::before {
  content: url(../img/top/top-form-ttl-left.png);
  position: absolute;
  top: -146px;
  left: -34px;
}
.top #top-form .inner .inner-bg .top-form-ttl::after {
  content: url(../img/top/top-form-ttl-right.png);
  position: absolute;
  top: -146px;
  right: -34px;
}
.top #top-form .inner .inner-bg .top-form-ttl h2 {
  padding: 40px 40px 20px 40px;
}
.top #top-form .inner .inner-bg .top-form-ttl p {
  position: absolute;
  top: -20px;
  left: calc(50% - 150px);
  width: 300px;
  color: #333333;
  font-size: 20px;
  text-align: center;
  border: 4px solid #1e33ce;
  border-radius: 25px;
  background: #FFF;
  z-index: 2;
}
.top #top-form .inner .inner-bg .top-form-lead {
  text-align: center;
  margin-bottom: 40px;
}
.top #top-form .inner .inner-bg .top-form-step h3 {
  margin-bottom: 20px;
}
.top #top-form .inner .inner-bg .top-form-step h3 span {
  background: linear-gradient(transparent 60%, #fff600 60%);
  padding-bottom: 4px;
}
.top #top-form .inner .inner-bg .top-form-step ul li.box-wrap {
  display: block;
  margin: 0 0 20px 0;
}
.top #top-form .inner .inner-bg .top-form-step ul li.box-wrap:last-child {
  margin: 0;
}
.top #top-form .inner .inner-bg .top-form-step ul li.box-wrap .step-box-img img {
  margin: 0 auto 20px;
}

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


.top-course {
  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: 170px 0 50px;
}
.top-course .section-cont {
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
}
.top-course .section-cont h2 {
  background: #ffd401;
  color: #333333;
  padding: 17px 0;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  position: relative;
}
.top-course .section-cont h2::before {
  content: "";
  width: 52px;
  height: 20px;
  background: #ffd401;
  position: absolute;
  display: block;
  bottom: -20px;
  left: calc(50% - 26px);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.top-course .section-cont .right {
  text-align: center;
  margin: 26px 0 54px;
  font-size: 1.5rem;
}
.top-course .section-cont .price-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.top-course .section-cont .price-wrap .price-cont {
  border-radius: 20px;
  width: 100%;
}
.top-course .section-cont .price-wrap .price-cont:not(:last-of-type) {
  margin-bottom: 40px;
}
.top-course .section-cont .price-wrap .price-cont h3 {
  color: #fff;
  font-size: 3rem;
  text-align: center;
  line-height: 1;
  border-radius: 18px 18px 0 0;
  padding: 20px 0;
}
.top-course .section-cont .price-wrap .price-cont h3 span {
  font-size: 2.5rem;
}
.top-course .section-cont .price-wrap .price-cont .price-info {
  background: #fff;
  padding: 14px 0 20px;
  border-radius: 0 0 20px 20px;
}
.top-course .section-cont .price-wrap .price-cont .price-info .list-check a {
  font-size: 1.5rem;
  color: #f70000;
  font-weight: bold;
}
.top-course .section-cont .price-wrap .price-cont .pricedata {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 14px 0;
}
.top-course .section-cont .price-wrap .price-cont .pricedata img:nth-of-type(2) {
  margin: 10px 0;
}
.top-course .section-cont .price-wrap .price-cont .pricedata .ppd {
  margin: 10px auto;
  width: 90%;
}
.top-course .section-cont .price-wrap .price-cont .pricedata .extra {
  width: 95%;
}
.top-course .section-cont .price-wrap .price-cont p {
  padding: 0 30px 0 35px;
  text-indent: -16px;
  font-size: 1.5rem;
}
.top-course .section-cont .price-wrap .price-cont p a {
  color: #f70000;
  font-weight: bold;
  text-decoration: underline;
  /* transition: .2s; */
}
.top-course .section-cont .price-wrap .price-cont p a:hover {
  opacity: 0.7;
}
.top-course .section-cont .price-wrap .price-cont .cv-btn {
  width: 300px;
  margin: 0 auto;
  display: block;
  /* transition: .2s; */
  pointer-events: none;
}
.top-course .section-cont .price-wrap .price-cont .cv-btn.active {
  pointer-events: all;
}
.top-course .section-cont .price-wrap .price-cont .cv-btn:hover {
  opacity: 0.7;
}
.top-course .section-cont .price-wrap .price-cont p.checkbox {
  padding: 0 0 0 18px;
}
.top-course .section-cont .price-wrap .price-cont p.checkbox input[type=checkbox] {
  display: none;
}
.top-course .section-cont .price-wrap .price-cont p.checkbox input[type=checkbox] + span {
  display: block;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
  text-indent: 0px;
}
.top-course .section-cont .price-wrap .price-cont p.checkbox input[type=checkbox] + span::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.top-course .section-cont .price-wrap .price-cont p.checkbox input[type=checkbox] + span::after {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  border-bottom: 3px solid #1f6fcd;
  border-left: 3px solid #1f6fcd;
  position: absolute;
  left: 2px;
  top: 43%;
  /* 1行なら top: 30%;*/
  /* 2行なら top: 43%;*/
  transform: translateY(-50%) rotate(-45deg);
  opacity: 0;
  transition: opacity 0.3s;
}
.top-course .section-cont .price-wrap .price-cont p.checkbox input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.top-course .section-cont .price-wrap .cont01 {
  border: 1px solid #e96300;
}
.top-course .section-cont .price-wrap .cont01 h3 {
  background: #e96300;
  position: relative;
  padding: 36px 0 12px;
}
.top-course .section-cont .price-wrap .cont01 h3 img {
  position: absolute;
  left: calc(50% - 113px);
  top: -53px;
}
.top-course .section-cont .price-wrap .cont01 input[type=checkbox] + span::after {
  border-bottom: 3px solid #e96300;
  border-left: 3px solid #e96300;
}
.top-course .section-cont .price-wrap .cont02 {
  border: 1px solid #099802;
}
.top-course .section-cont .price-wrap .cont02 h3 {
  background: #099802;
}
.top-course .section-cont .price-wrap .cont03 {
  border: 1px solid #1f6fcd;
}
.top-course .section-cont .price-wrap .cont03 h3 {
  background: #1f6fcd;
}
.top-course .section-cont .information {
  background: #fffdd9;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 17px;
  padding: 20px 0;
  margin: 20px 0 0;
}
.top-course .section-cont .information a {
  color: #f70000;
  font-weight: bold;
  text-decoration: underline;
  /* transition: .2s; */
}
.top-course .section-cont .information a:hover {
  opacity: 0.7;
}


.common-page h1 {
  color: #333333;
  font-size: 25px;
  line-height: 1.5;
  text-align: center;
  background: url(../img/common/h1-underline.png) no-repeat center bottom;
  padding-bottom: 20px;
  margin-bottom: 60px;
}
.common-page h2 {
  color: #E96300;
  font-size: 22px;
  line-height: 1.5;
  background: #FFFDD9;
  padding: 10px;
  margin: 80px 0 28px;
}
.common-page h2 span {
  display: block;
  border-left: 2px dotted #FFD401;
  padding-left: 20px;
  margin-left: 10px;
}
.common-page h3 {
  font-size: 20px;
  line-height: 1.5;
  border-bottom: 2px solid #FFD401;
  margin: 56px 0 20px;
}
.common-page h4 {
  font-size: 18px;
  line-height: 1.5;
  border-left: 4px solid #E96300;
  padding-left: 10px;
  margin: 44px 0 20px;
}
.common-page p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 20px;
}
.common-page a {
  text-decoration: underline;
}
.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 {
  padding: 40px 16px;
  margin: 0 auto;
}
.common-page .inner .breadcrumbs {
  display: flex;
  margin-bottom: 40px;
}
.common-page .inner .breadcrumbs li {
  display: block;
  font-size: 12px;
  list-style: none;
  margin-left: 0;
}
.common-page .inner .breadcrumbs li a {
  display: block;
  min-width: 120px;
  color: #011298;
  text-decoration: underline;
  background: url(../img/common/breadcrumbs-arrow.png) no-repeat right;
  padding-right: 30px;
  margin-right: 20px;
}
.common-page .inner .box ul {
  margin-bottom: 20px;
}
.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;
}

@media screen and (max-width: 500px) {
  .top .main-intro .main-image .main-text h1 {
    padding-top: 10px;
  }
  .top .main-intro .main-image .main-lead {
    margin-bottom: 25px;
  }
}
.common-page .read {
  margin-bottom: 0.5em;
  line-height: 1.4;
  text-align: center;
  font-size: 2.1rem;
}
.break-text {
  display: inline-block;
}
.top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 8px;
  width: 100%;
  background-color: #FBF6F6;
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.6);
  z-index: 10;
}
.top-header-logo {
  display: none;
}
.top-header-util {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-header-util > li {
  margin: 0;
  padding: 0;
  width: calc(50% - 5px);
}
.top-header-util > li + li {
  margin-left: 10px;
}
.top-header-util > li > a {
  display: block;
}
.top-header-util > li img {
  width: 100%;
}
.main-contents.top {
  padding-top: 60px;
}
#form-wrap .zcwf_lblLeft form .zcwf_row .zcwf_col_fld input#CASECF101 {
  width: 20px;
  height: 20px;
}
.last-message-box .now-box .now-title {
  color: #fff;
  background: #e96300;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  width: 180px;
  margin: 0 auto 25px;
  border-radius: 40px;
  position: relative;
}
.last-message-box .now-box .now-title::before {
  content: "";
  width: 20px;
  height: 15px;
  background: #e96300;
  position: absolute;
  display: block;
  bottom: -15px;
  left: calc(50% - 10px);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.last-message-box .now-box .now-desc {
  text-align: center;
  font-size: 16px;
}
.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: 60px 0 0;
  margin-top: -120px;
}

.top #gift .cv-gift .section-cont .title {
  padding: 0 5%;
}
.top #gift .cv-gift .section-cont .img01 {
  padding: 60px 7% 20px;
}


.money-back {
  padding: 30px 5%;
}
.money-back h3 {
  margin-bottom: 20px;
}
.money-back h3 .money-back-line {
  line-height: 2;
  border-bottom: 1px solid #717171;
  padding-bottom: 10px;
}
.money-back .money-back-img {
  margin: 0 auto;
  margin-bottom: 20px;
}
.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;
  border: none;
}
.top .last-message00 h3 {
  margin-bottom: 20px;
}
.top .last-message00 h3 span {
  border-bottom: 1px solid #717171;
  padding-bottom: 10px;
}

.money-back00 {
  border: 4px solid #ffd401;
  background: #FFF;
  padding: 10px 5%;
  margin: 0 5% 20px;
}
.money-back00 h3 {
  margin-bottom: 20px;
}
.money-back00 p {
  margin-bottom: 0;
}
.money-back00 a {
  text-decoration: underline;
  color: #f70000;
}
.top .section05.course-last {
  padding: 30px 0 50px;
}
.top-cv-materials-img img {
  margin-bottom: 20px;
}
.top-cv-materials-text {
  text-align: left;
  border-radius: 10px;
  background: #ffe488;
  padding: 20px;
  margin-bottom: 40px;
}
.top .top-cv.top-cv-compact .top-cv-materials-text p {
  margin-bottom: 0;
}
.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: 20px 16px;
}
.new-section .information {
  display: none;
}
.new-section .money-back {
  border: 4px solid #ffd401;
  background: #FFF;
}
.new-section .section05 {
  background-image: none;
}
.course-last .section-cont {
  padding: 20px 16px;
}