html {
  font-size: 62.5%;
}

body {
  position: relative;
  background-image: url(../img/bg.jpg);
	font-family: "Noto Sans Japanese", sans-serif;
	 -webkit-font-smoothing: antialiased;
}


@media screen and (max-width: 1040px) {
  body {
    overflow-x: scroll;
    min-width: 1040px;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
  }
}

a {
  display: table;
  transition: 0.7s;
}
a:hover {
  transition: 0.5s;
  opacity: 0.7;
}

a:hover,
input:hover,
textarea:hover {
  cursor: pointer;
}

/*aos-transition*/
.answer .market .skill .intro .intro__wrap .support .charm .charm__wrap .detail__wrap .curriculum .media .road-map .comparison__wrap .application .faq{
	transition-duration: 0.5s;
}


@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
}

main {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding: 48px 0 0;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 44px;
  }
}

.br-l {
  display: none;
}
.br-l-hide {
  display: block;
}
.br-m {
  display: none;
}
@media screen and (max-width: 767px) {
  .br-m {
    display: block;
  }
}
.br-m-hide {
  display: block;
}
@media screen and (max-width: 767px) {
  .br-m-hide {
    display: none;
  }
}
.br-s {
  display: none;
}
@media screen and (max-width: 520px) {
  .br-s {
    display: block;
  }
}
.br-s-hide {
  display: block;
}
@media screen and (max-width: 520px) {
  .br-s-hide {
    display: none;
  }
}

.text__l{
		letter-spacing: -0.05em;
		white-space: nowrap;
	}
@media screen and (max-width: 767px) {
	.text__ls-m{
		letter-spacing: -0.05em;
		white-space: nowrap;
	}
}

.text__marker_yellow{
    background: linear-gradient(transparent 60%,#F5F50B 0%);
    width: fit-content;
    margin: auto;
}
@media screen and (max-width: 767px) {
	.text__marker_yellow{
		padding-bottom: 4px;
	}
}
* {
  font-family: "Noto Sans Japanese", sans-serif;
}



/*キャンペーンここから*/
.cp{
	width: 100%;
	z-index: 10;
	position: relative;
	background-image: url("../img/cp_bannar_bg.png");
	background-size: cover;
}

.cp-warp{
	width: 100%;
	margin: auto;
	text-align: center;
	padding-top: 20px;
}

.cp-warp>img{
	width: 600px;	
	text-align: center;	
	margin: auto;
}
@media screen and (max-width: 767px){
	.cp-warp>img{
		width: 90%;
		margin-bottom: 20px;
	}
}


.cp__header-warp>img{
	width: 100%;	
}

.cp__header-pc{
	position: inherit;
}
@media screen and (max-width: 767px){
	.cp__header-pc{
		display: none;
	}
}

.cp__header-sp{
	display: none;
}

@media screen and (max-width: 767px){
	.cp__header-sp{
		display: block;
	}
}

/*金額*/
.price{
	width: 100%;
}

.price-warp{
	max-width:1000px;
	margin: auto;
	text-align: center;
	padding-top: 20px;
	
}

.price-warp>img{
	width: 100%;
	text-align: center;	
	margin: auto;
}



.cp-price-pc{
	
}
@media screen and (max-width: 767px){
	.cp-price-pc{
	display: none;
	}
}

.cp-price-sp{
	display: none;
}
@media screen and (max-width: 767px){
	.cp-price-sp{
		display: block;
		max-width: calc(100% - 20px);
		padding-left: 4px;
		margin-top: 20px;
	}
}

.price-text{
	max-width: 1000px;
	margin: auto;
	padding-top: 20px;
}
.price-text>p{
	font-size: 11px;
	line-height: 1.5;
	color: #757575;
}

@media screen and (max-width: 767px){
	.price-text{
	max-width: calc(100% - 24px);
		font-size: 10px;
	}
}


/*お申し込み*/
.cp-application{
	width: 100%;
	text-align: center;	
	margin: auto;
}
.cp-application>.cp__header-warp>img{	
	max-width: 1000px;
	text-align: center;	
	margin: 0 auto 16px;
}
@media screen and (max-width: 767px){
	.cp-application{	
		margin-top: -38px;
		margin-bottom: 16px;
		max-width: calc(100% - 20px);
	}
}

/*キャンペーンここまで*/


.header {
  position: fixed;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: 1040px;
  height: 60px;
  padding: 0 20px;
  background-color: white;
	border: 1px solid #E5E5E5;
}
@media screen and (max-width: 767px) {
  .header {
    min-width: 100%;
    height: 44px;
    padding-right: 0;
  }
}
.header__left {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header__left {
	padding-top: 2px;
  }
}

.header__left-logo-mark {
  width: 30px;
}
@media screen and (max-width: 767px) {
  .header__left-logo-mark {
    width: 24px;
  }
}
.header__left-logo-text {
  width: 160px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .header__left-logo-text {
    display: none;
  }
}
.header__left-text {
  font-size: 1.4rem;
  font-weight: 700;
  margin-left: 20px;
	color: #131921;
}
@media screen and (max-width: 767px) {
  .header__left-text {
    font-size: 1.2rem;
    margin-left: 12px;
  }
}
.header__nav {
	font-weight: 700;
  display: flex;
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}
.header__nav-item {
  font-size: 1.4rem;
  padding: 0 5px;
  border-right: 1px solid #ccc;
	color: #02055B;
	transition: 0s;
}


.header__nav-item:last-of-type {
  padding-right: 0;
  border-right: none;
}
.header__nav-item.nav-current {
  font-weight: 700;
  color: #8A51DB;
}
.header__nav-item.nav-current::after {
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  transform: translateY(3px);
  background-color: #8A51DB;
}

.header__nav-item:hover {
  font-weight: 700;
  color: #8A51DB;
	opacity: 1;
	transition: 0s;
}
.header__nav-item:hover::after {
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  transform: translateY(3px);
  background-color: #8A51DB;
	transition: 0s;
}

@-webkit-keyframes slideIn {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  50% {
    opacity: 25%;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  50% {
    opacity: 25%;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.slideIn {
  -webkit-animation: slideIn 0.1s linear;
          animation: slideIn 0.1s linear;
  opacity: 1 !important;
}

@-webkit-keyframes fadeIn {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  50% {
    opacity: 25%;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  50% {
    opacity: 25%;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation: fadeIn 0.3s linear;
          animation: fadeIn 0.3s linear;
  opacity: 1 !important;
}

@-webkit-keyframes zoomIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  75% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  75% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation: zoomIn 0.4s linear;
          animation: zoomIn 0.4s linear;
}

.zoomMax {
  transform: scale(1) !important;
  opacity: 1 !important;
}

.worries__balloon--1,
.worries__balloon--2,
.worries__balloon--3,
.worries__balloon--4,
.worries__balloon--5,
.worries__balloon--6,
.worries__balloon--7 {
  transform: scale(0);
  opacity: 0;
}

.android .worries__balloon--1,
.android .worries__balloon--2,
.android .worries__balloon--3,
.android .worries__balloon--4,
.android .worries__balloon--5,
.android .worries__balloon--6,
.android .worries__balloon--7 {
  transform: scale(1);
  opacity: 1;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 635px;
  background-image: url(../img/hero_bg.jpg);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1040px) {
  .hero {
    zoom: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    zoom: 1;
    height: 92.8vw;
    background-image: url(../img/hero_bg_sp.jpg);
  }
}
.hero__white {
  position: relative;
  min-width: 1240px;
  height: 556px;
  background-image: url(../img/hero_white.png);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .hero__white {
    position: static;
    min-width: 100%;
    background-image: none;
  }
}
.hero__human {
	position: absolute;
    right: 80px;
    bottom: 4px;
    width: 410px;
}
@media screen and (max-width: 767px) {
  .hero__human {
    right: 10vw;
    bottom: 3.0vw;
    width: 40vw;
  }
}
@media screen and (max-width: 375px) {
  .hero__human {
    right: 6vw;
  }
}
.hero__text {
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 0;
  width: 854px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .hero__text {
    bottom: 2.9vw;
    width: 88vw;
  }
}
.hero__catch {
    position: absolute;
    top: 90px;
    left: 125px;
    width: 650px;
    opacity: 0;
}


.hero__link--text{
    position: absolute;
    top: 308px;
    left: 479px;
    width: 504px;
    height: 90px;
    font-size: 14px;
    color: #02055B;
    font-weight: 700;
}

.hero__white::before{
	content: '';
	position: absolute;
    top: 338px;
    left: 188px;
    width: 504px;
    height: 90px;
    background-image: url(../img/hero_link.jpg);
	background-size: contain;
}

@media screen and (max-width: 767px) {
	.hero__link--text:before{

	}
}
@media screen and (max-width: 767px) {
	.hero__link--text{
		display: none;
	}
}
.hero__link--text>p{
	background-image: url("../img/hero_link__price.png");
	background-size: contain;
	width: 214px;
	height: 32px;
	padding-top: 5px;
	padding-left: 9px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.hero__link--text-sp>p{
		width: 106px;
		height: 20px;
		padding: 3px 0 0 2px;
		background-image: url("../img/hero_link__price-sp.png");
		background-size: contain;
		text-align: center;
		
	}
}
.hero__link--text>p>span{
	font-size: 18px;
	color: #E36DB0;
}
@media screen and (max-width: 767px) {
	.hero__link--text-sp>p>span{
		font-size: 12px;
		color: #E36DB0;
	}
}
.hero__link--text-sp{
	display: none;
}
@media screen and (max-width: 767px) {
	.hero__link--text-sp {
	display: block;
    font-size: 1.0rem;
    top: 42.4vw;
    left: 22.3vw;
    position: absolute;
    color: #02055B;
    font-weight: 700;
    z-index: 2;
	}
}
@media screen and (max-width: 767px) {
.hero__white::before {
    content: '';
    top: 47.5vw;
    left: 7.6vw;
    width: 42vw;
    height: 27.3vw;
    background-image: url(../img/hero_link.jpg);
    background-size: cover;
}
}
@media screen and (max-width: 767px) {
  .hero__catch {
    top: 10vw;
    right: 0;
    left: 0;
    width: 84vw;
    margin: auto;
  }
}
.hero__link--yellow {
	font-size: 2rem;
    font-weight: 700;
    position: absolute;
    z-index: 1;
    top: 349px;
    left: 199px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 228px;
    height: 60px;
    color: #02055b;
}
@media screen and (max-width: 767px) {
  .hero__link--yellow {
    font-size: 12px;
    top: 49vw;
    left: 9.5vw;
    width: 37vw;
    height: 10vw;
  }
}
.hero__link--yellow:hover {
  opacity: 1;
}
.hero__link--yellow:hover::after {
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 1;
}
.hero__link--yellow::before {
  position: absolute;
  display: block;
  width: 228px;
  height: 60px;
  content: "";
  border: 2px solid #02055b;
}
@media screen and (max-width: 767px) {
  .hero__link--yellow::before {
    width: 37vw;
    height: 10vw;
	  border: 1px solid #02055b;
  }
}
.hero__link--yellow::after {
  position: absolute;
  z-index: -1;
  top: 6px;
  left: 6px;
  display: block;
  width: 228px;
  height: 60px;
  content: "";
  transition: 0.3s;
  background-color: #f5eb0b;
}
@media screen and (max-width: 767px) {
  .hero__link--yellow::after {
    width: 37vw;
    height: 10vw;
  top: 3px;
  left: 3px;
  }
}
.hero__link--green {
  font-size: 2rem;
    font-weight: 700;
    position: absolute;
    z-index: 1;
    top: 349px;
    left: 445px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 228px;
    height: 60px;
    color: white;
}
@media screen and (max-width: 767px) {
  .hero__link--green {
    font-size: 12px;
    top: 62vw;
    left: 9.5vw;
    width: 37vw;
    height: 10vw;
  }
}
.hero__link--green:hover {
  opacity: 1;
}
.hero__link--green:hover::after {
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 1;
}
.hero__link--green::before {
  position: absolute;
  display: block;
  width: 228px;
  height: 60px;
  content: "";
  border: 2px solid #02055b;
}
@media screen and (max-width: 767px) {
  .hero__link--green::before {
    width: 37vw;
    height: 10vw;
	   border: 1px solid #02055b;
  }
}
.hero__link--green::after {
  position: absolute;
  z-index: -1;
  top: 6px;
  left: 6px;
  display: block;
  width: 228px;
  height: 60px;
  content: "";
  transition: 0.3s;
  background-color: #00c100;
}
@media screen and (max-width: 767px) {
  .hero__link--green::after {
    width: 37vw;
    height: 10vw;
	top: 3px;
    left: 3px;
  }
}

.content-top {
  margin-top: 40px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .content-top {
    margin-top: 24px;
  }
}
.content-top__title {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .content-top__title svg {
    width: 28px;
    height: auto;
  }
}
.content-top__title-text {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.43;
  text-align: center;
  color: #8A51DB;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .content-top__title-text {
    font-size: 1.8rem;
	  padding-left: 10px;
	  padding-right: 10px;
  }
}
.content-top__title-text span {
  position: relative;
}
.content-top__title-text span::after {
  position: absolute;
  z-index: -1;
  bottom: 0px;
  left: 0;
  display: block;
  width: 100%;
  height: 15px;
  content: "";
  background-color: #f5eb0b;
}
@media screen and (max-width: 767px) {
  .content-top__title-text span::after {
    bottom: -2px;
    height: 8px;
  }
}

.content-top__movie {
  position: relative;
  display: table;
  margin: 30px auto 0;
  padding: 20px;
  border: 2px solid #02055b;
}


@media screen and (max-width: 767px) {
  .content-top__movie {
    width: calc(100% - 40px);
	  margin-top: 18px;
	  padding: 8px;
	  border: 1px solid #02055b;
	  
  }
}
.content-top__movie-square--top {
  position: absolute;
  z-index: -1;
  top: -8px;
  right: -8px;
  width: 120px;
  height: 120px;
  background-color: #8A51DB;
}
@media screen and (max-width: 767px) {
  .content-top__movie-square--top {
    width: 46px;
    height: 46px;
	  top: -5px;
	  right: -5px;
  }
}
.content-top__movie-square--bottom {
  position: absolute;
  z-index: -1;
  bottom: -8px;
  left: -8px;
  width: 120px;
  height: 120px;
  background-color: #f5eb0b;
}
@media screen and (max-width: 767px) {
  .content-top__movie-square--bottom {
    width: 46px;
    height: 46px;
	  bottom: -5px;
	  left: -5px;
  }
}
.content-top__movie-text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
	.content-top__movie-text {
	  margin-top: 30px;
}
}
.content-top__movie-text img {
  width: 40px;
  margin-right: 8px;
  padding-top: 4px
}
@media screen and (max-width: 767px) {
  .content-top__movie-text img {
    width: 22px;
	  padding-top: 0px
  }
}
.content-top__movie-text h3 {
	margin-top: 6px;
  font-size: 3.2rem;
  font-weight: 700;
  color: #02055b;
}
@media screen and (max-width: 767px) {
  .content-top__movie-text h3 {
    font-size: 1.6rem;
	  margin-top: 0px;
  }
}
.content-top__movie-bottom-text {
  font-size: 1.4rem;
  margin-top: 3px;
  text-align: center;
  color: #02055b;
}
@media screen and (max-width: 767px) {
  .content-top__movie-bottom-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .content-top__movie iframe {
    width: 100%;
    height: 46vw;
  }
}
.content-top__achieve {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.content-top__achieve>img {
	padding-right: 40px;
}

.content-top__achieve__sp{
	display: none;
}
@media screen and (max-width: 767px) {
	.content-top__achieve{
		display: none;
	}
	
}
img.content-top__achieve__sp{
  width: auto;
  height: 110px;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
	.content-top__achieve__sp{
	display: flex;
	justify-content: space-between;
	margin-top: 18px;
	margin-left: 4px;
	margin-right: 4px;
}
	
  .content-top__achieve__sp img {
    height: 14.2vw;
    margin: 0px;
  }
}

.worries {
  position: relative;
  z-index: 1;
  height: 540px;
  margin-top: 40px;
  text-align: center;
  background-image: url(../img/base.png);
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .worries {
    overflow: hidden;
    height: 410px;
    background-image: url(../img/base_sp_worries.png);
	  margin-top: 28px;
  }
}
.worries__human {
  width: 240px;
  margin: 180px auto 0;
	margin-left: -10px;
}
@media screen and (max-width: 767px) {
  .worries__human {
    position: relative;
    z-index: 5;
    width: 140px;
	margin: 180px auto 0;
    margin-top: 190px;
  }
}
.worries__text {
  font-size: 2.8rem;
  font-weight: 700;
  position: relative;
  display: table;
  margin: -30px auto 0;
  padding: 5px;
  color: #8A51DB;
  background-color: #f5eb0b;
}
@media screen and (max-width: 767px) {
  .worries__text {
	  margin: -33px auto 0;
	  padding:7px 5px 7px;
    font-size: 1.8rem;
    z-index: 10;
  }
}
.worries__balloon {
  font-weight: 700;
  position: absolute;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  color: #8A51DB;
  background-size: cover;
  letter-spacing: 0.2rem;
}
.worries__balloon span {
  padding-bottom: 2px;
  font-size: 1.4rem;
  color: #e36db0;
}
.worries__balloon--1 {
	padding-top: 16px;
  font-size: 2.2rem;
  line-height: 1.3;
  letter-spacing: 0.4rem;
  top: 52px;
  right: 380px;
  width: 266px;
  height: 228px;
  background-image: url(../img/balloon_left.svg);
}
@media screen and (max-width: 767px) {
  .worries__balloon--1 {
	  padding-top: 10px;
    font-size: 1.4rem;
    right: 260px;
    width: 180px;
    height: 154px;
    top: 20px;
  }
}
@media screen and (max-width: 520px) {
  .worries__balloon--1 {
    margin-left: -22px;
  }
}
.worries__balloon--1 span {
  letter-spacing: 0.2rem;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .worries__balloon--1 span {
    font-size: 1.2rem;
  }
}
.worries__balloon--2 {
  font-size: 1.6rem;
  line-height: 1.4;
  top: 155px;
  right: 860px;
  width: 180px;
  height: 153px;
  padding-top: 10px;
  background-image: url(../img/balloon_left.svg);
}
@media screen and (max-width: 767px) {
  .worries__balloon--2 {
    display: none;
  }
}
.worries__balloon--3 {
  font-size: 2rem;
  line-height: 1.4;
  top: 290px;
  right: 560px;
  width: 240px;
  height: 205px;
  background-image: url(../img/balloon_left.svg);
}
@media screen and (max-width: 767px) {
  .worries__balloon--3 {
    font-size: 1.2rem;
    top: 175px;
    right: 220px;
    width: 150px;
    height: 130px;
    background-image: url(../img/balloon_left_sp.png);
  }
}

.worries__balloon--3>span {
	letter-spacing: 0.03em;
}

.worries__balloon--4 {
	padding-top: 2px;
	padding-left: 12px;
  font-size: 2.0rem;
  line-height: 1.55;
  top: 70px;
  left: 220px;
  width: 220px;
  height: 188px;
  background-image: url(../img/balloon_right.svg);
}
@media screen and (max-width: 767px) {
  .worries__balloon--4 {
    font-size: 1.2rem;
    top: 15px;
    left: 252px;
    width: 140px;
    height: 120px;
  }
}
.worries__balloon--5 {
  padding-left: 12px;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.375;
  top: 120px;
  left: 640px;
  width: 180px;
  height: 155px;
  background-image: url(../img/balloon_right.svg);
}
@media screen and (max-width: 767px) {
  .worries__balloon--5 {
    display: none;
  }
}
.worries__balloon--6 {
	padding-left: 8px;
  font-size: 2.0rem;
  line-height: 1.35;
  top: 270px;
  left: 440px;
  width: 240px;
  height: 205px;
  background-image: url(../img/balloon_right.svg);
}
@media screen and (max-width: 767px) {
  .worries__balloon--6 {
	  padding-bottom: 4px;
    font-size: 1.4rem;
    top: 160px;
    left: 230px;
    width: 160px;
    height: 137px;
    background-image: url(../img/balloon_right_sp.png);
  }
}
.worries__balloon--6 span {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .worries__balloon--6 span {
    font-size: 1.2rem;
  }
}
.worries__balloon--7 {
  display: none;
}
@media screen and (max-width: 767px) {
  .worries__balloon--7 {
    font-size: 1.2rem;
    line-height: 1.35;
	  padding-left: 6px;
    z-index: -1;
    top: 60px;
    left: 20px;
    display: flex;
    width: 140px;
    height: 120px;
    background-image: url(../img/balloon_right_sp.png);
  }
}
@media screen and (max-width: 375px) {
  .worries__balloon--7 {
    left: 40px;
  }
}
.worries__bottom {
  width: 100%;
  transform: translateY(-1px);
}
@media screen and (max-width: 767px) {
  .worries__bottom {
    display: none;
  }
}
.worries__bottom--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  img.worries__bottom--sp {
    display: block;
	  width: 102%;
    transform: translateY(-1px);
  }
}

.answer__title {
  font-size: 3.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  color: #8A51DB;
}

.answer__title-text{
	margin: 0 8px 0;
}
@media screen and (max-width: 767px) {
	.answer__title-text{
		letter-spacing: -0.05em;
	}
}
@media screen and (max-width: 767px) {
  .answer__title {
    font-size: 2rem;
    margin-top: 24px;
  }
  .answer__title svg {
    width: 8px;
    height: 20px;
  }
}
.answer__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 15px;
  text-align: center;
  color: #424d83;
}
@media screen and (max-width: 767px) {
  .answer__text {
    font-size: 1.4rem;
    font-weight: 400;
    max-width: calc(100% - 40px);
    margin: 8px auto 0;
    text-align: left;
	line-height: 1.4;
  }
}
.answer__wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .answer__wrap {
    flex-direction: column;
    max-width: calc(100% - 40px);
	  margin-top: 24px;
  }
}
.answer__item {
  text-align: center;
  border: 1px solid #02055b;
}
@media screen and (max-width: 767px) {
  .answer__item {
    display: flex;
    width: 100%;
    margin-bottom: 12px;
	border: 1px solid #02055b;
  }
  .answer__item:last-of-type {
    margin-bottom: 0;
  }
}
.answer__item-img {
  width: 320px;
  height: 169px;
}

.answer__item-img>img {
  width: 506px;
  height: auto;
	margin-left: -93px;
}
@media screen and (max-width: 767px) {
	.answer__item-img>img {
	  width: 74vw;
	  height: auto;
		margin-left: -59.5px;
		margin-top: -10px;
	}
}

@media screen and (max-width: 767px) {
  .answer__item-img {
    width: calc(50vw - 20px);
    height: 110px;
	overflow: hidden;
  }
}
.answer__item-text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 60px 20px 20px 20px;
  color: #02055b;
}
@media screen and (max-width: 767px) {
  .answer__item-text {
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45vw;
    width: calc(50vw - 20px);
    padding: 0;
  }
}

.ask {
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 260px;
  margin-top: 60px;
  text-align: center;
  background-image: url(../img/ask.jpg);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .ask {
    height: 120px;
  	margin-top: 40px;
  }
}
.ask__top {
  font-size: 2.2rem;
  color: #F1FE4B;
}
@media screen and (max-width: 767px) {
  .ask__top {
    font-size: 1.6rem;
  }
}
.ask__main {
  font-size: 4rem;
  margin-top: 15px;
  color: white;
}
@media screen and (max-width: 767px) {
  .ask__main {
    font-size: 2.0rem;
    line-height: 1.28;
	  margin-top: 10px;
  }
}
.ask__bottom {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 25px;
  color: white;
}
@media screen and (max-width: 767px) {
  .ask__bottom {
    display: none;
  }
}
.explanation__warp{
  background-image: url(../img/market_bg.svg);
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .explanation__warp {
    padding-bottom: 40px;
  }
}
.market {
  padding-top: 40px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .market {
    padding-top: 4px;
    padding-bottom: 42px;
  }
}
.market__title {
  font-size: 3.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8A51DB;
}

.market__title-text{
	margin: 0 8px 0;
}
@media screen and (max-width: 767px) {
  .market__title {
    font-size: 2rem;
    margin-top: 20px;
  }
  .market__title svg {
    width: 8px;
    height: 20px;
  }
}
.market__title svg:nth-of-type(1) {
  margin-right: 5px;
}
.market__title svg:nth-of-type(2) {
  margin-left: 5px;
}
.market__graph {
  position: relative;
  max-width: 1000px;
  margin: 20px auto 0;
  padding-bottom: 24px;
  border: 1px solid #02055b;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .market__graph {
    max-width: calc(100% - 20px);
	  margin-top: 16px;
	  padding-bottom: 24px;
  }
}
.market__graph-illust {
  position: absolute;
  top: -76px;
  right: 50px;
  width: 145px;
}
@media screen and (max-width: 767px) {
  .market__graph-illust {
    top: 24px;
    right: 8px;
    width: 60px;
  }
}
.market__graph-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 40px;
  display: flex;
  justify-content: center;
  height: 40px;
  background-color: #F6F1FC;
	color: #02055B;
}
@media screen and (max-width: 767px) {
  .market__graph-title {
    font-size: 1.6rem;
    line-height: 1;
    align-items: center;
    flex-direction: column;
    height: 55px;
  }
}
.market__graph-title span {
  font-size: 1.4rem;
  display: table;
  margin-left: 7px;
  transform: translateY(3px);
}
@media screen and (max-width: 767px) {
  .market__graph-title span {
    font-size: 1.2rem;
    margin-top: 3px;
  }
}
.market__graph-item {
  position: relative;
  text-align: center;
}
.market__graph-item-wrap {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
	margin-right: 16px;
	margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .market__graph-item-wrap {
    flex-direction: column;
    padding: 0 6px;
  }
}
.market__graph-item-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #8A51DB;
}
@media screen and (max-width: 767px) {
  .market__graph-item-title {
    font-size: 1.6rem;
    width: 100%;
    text-align: left;
	  margin-top: 4px;
  }
}
.market__graph-item-text {
  font-size: 1.6rem;
  line-height: 1.6;
  max-width: 260px;
  margin-top: 15px;
  text-align: justify;
  color: #02055b;
}
@media screen and (max-width: 767px) {
  .market__graph-item-text {
    font-size: 1.4rem;
    max-width: 100%;
    margin-top: 0px;
	  margin-bottom: 6px;
    padding: 0;
	  text-align: left;
  }
}
.market__graph-item-arrow {
  transform: translateY(15px);
}
@media screen and (max-width: 767px) {
  .market__graph-item-arrow {
    position: relative;
    left: 50%;
    margin: 5px 0;
    transform: translate(-50%, 0) rotate(90deg);
  }
}
.market__graph-item-icon {
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  width: 80px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .market__graph-item-icon {
    top: -30px;
    right: auto;
    width: 60px;
  }
}

/*intro-display:none;*/
.intro{
	display: none;
}

.intro__title {
  font-size: 3.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -20px;
  color: #8A51DB;
}

.intro__title-text{
	margin: 0 8px 0;
}
@media screen and (max-width: 767px) {
  .intro__title {
    font-size: 2rem;
    margin-top: -10px;
  }
  .intro__title svg {
    width: 8px;
    height: 20px;
  }
}
.intro__title svg:nth-of-type(1) {
  margin-right: 5px;
}
.intro__title svg:nth-of-type(2) {
  margin-left: 5px;
}
.intro__wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 35px auto 0;
}
@media screen and (max-width: 767px) {
  .intro__wrap {
    flex-direction: column;
    max-width: calc(100% - 20px);
	  margin-top: 20px;
  }
}
.intro__item {
  position: relative;
  width: 32%;
  border: 1px solid #02055b;
}
@media screen and (max-width: 767px) {
  .intro__item {
    display: none;
  }
}
.intro__item-beginner {
  position: absolute;
  top: -15px;
  left: -13px;
  width: 50px;
	z-index: 10;
}
@media screen and (max-width: 767px) {
  .intro__item-beginner {
    top: -8px;
    left: 8px;
    width: 36px;
  }
}
.intro__item-img {
  width: 205px;
  height: auto;
	margin: auto;
	padding-top: 8px;
}

img.intro__item-img2{
	position: absolute;
	bottom: 0;
	right: 50%;
	transform: translate(50%,0);
  width: 265px;
  height: auto;
	padding-top: 0px;
}

@media screen and (max-width: 767px) {
	.intro__item-img>img.intro__sp-img2{
		width: 180px;
		text-align: center;
		margin-left: -10px;
		margin-top: 10px;
	}
}

img.intro__item-img3{
	position: absolute;
	bottom: 0;
	right: 50%;
	transform: translate(50%,0);
	  width: 250px;
	  height: auto;
	padding-top: 0px;
}

@media screen and (max-width: 767px) {
	.intro__item-img>img.intro__sp-img3{
		width: 168px;
		text-align: center;
		margin-left: -10px;
	}
}

.intro__item-warp{
	position: relative;
	width: auto;
  height: 220px;
	  border-bottom: 1px solid #02055b;
	text-align: center;
}

.intro__item-warp__1{
	background-color: #74D0FE;
}

.intro__item-warp__2{
	background-color: #FDD1DD;
}

.intro__item-warp__3{
	background-color: #FFD63E;
}

@media screen and (max-width: 767px) {
  .intro__item-img {
    width: 140px;
    height: 140px;
    border-right: 1px solid #02055b;
	  border-bottom: 1px solid #02055b;
	  padding-top: 0px;
	  margin: 0;
	  overflow: hidden;
	}
}
@media screen and (max-width: 767px) {
  .intro__item-img>img {
	width: 140px;
  }
}
@media screen and (max-width: 767px) {
  .intro__item-warp__1.intro__item-img>img {
	width: 136px;
	  padding-top: 5px;
	    }
}
.intro__item-type {
  font-size: 1.6rem;
  font-weight: 700;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  margin-top: -42px;
  margin-bottom: 20px;
  margin-left: 12px;
  padding: 0 8px;
  color: #02055b;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .intro__item-type {
    font-size: 1.4rem;
    position: relative;
    height: 24px;
    margin: 0;
  }
}
.intro__item-type-wrap {
  display: table;
}
@media screen and (max-width: 767px) {
  .intro__item-type-wrap {
    border: 1px solid #02055b;
  }
}
.intro__item-age {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #ccc;
}
.intro__item-textarea {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 250px;
}
@media screen and (max-width: 767px) {
  .intro__item-textarea {
    height: auto;
  }
}
.intro__item-text-top {
  padding: 20px 20px 12px;
}
@media screen and (max-width: 767px) {
	.intro__item-text-top {
	  padding: 10px;
	}
}

.intro__item-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #02055b;
}
@media screen and (max-width: 767px) {
  .intro__item-title {
    font-size: 1.6rem;
    margin-bottom: 18px;
  }
}
.intro__item-text {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 8px;
  color: #02055b;
}
@media screen and (max-width: 767px) {
  .intro__item-text {
    font-size: 1.4rem;
    margin-top: 0;
  }
}
.intro__item-text-bottom {
  padding: 8px 0px 12px 18px;
  border-top: 1px dashed rgba(81, 89, 219, 0.4);
}

@media screen and (max-width: 767px) {
	.intro__item-text-bottom {
	  padding: 6px 14px 12px;
	}
}

.intro__item-ave {
  display: flex;
  align-items: flex-end;
}
.intro__item-ave-left {
  font-size: 1.4rem;
  font-weight: 700;
  color: #e36db0;
}
.intro__item-ave-right {
  font-size: 2rem;
  font-weight: 700;
  margin-left: 8px;
  color: #02055b;
}
@media screen and (max-width: 767px) {
  .intro__item-ave-right {
    font-size: 1.8rem;
  }
}
.intro__item-ave-right span {
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .intro__item-ave-right span {
    font-size: 1.4rem;
  }
}
.intro__item-income {
  display: flex;
  align-items: flex-end;
  margin-top: 5px;
}
.intro__item-pink{
  font-size: 1.4rem;
  font-weight: 700;
  color: #e36db0;
	margin-right: 4px;
}
.intro__item-income-left {
  font-size: 1.4rem;
  font-weight: 700;
  color: #e36db0;
}
@media screen and (max-width: 767px) {
  .intro__item-income-left {
    font-size: 1.4rem;
  }
}
.intro__item-income-right {
  font-size: 1.4rem;
  font-weight: 700;
  color: #02055b;
}
.intro__item-income-big {
  font-size: 2rem;
	margin-right: 4px;
}
@media screen and (max-width: 767px) {
  .intro__item-income-big {
    font-size: 2rem;
  }
}
.intro__item-income-light {
  font-weight: 400;
}
.intro__item-income-plus {
  color: #8b91f4;
}
.intro__item-income-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .intro__item-income-br {
    display: none;
  }
}
.intro__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .intro__sp {
    position: relative;
    display: block;
    margin-bottom: 20px;
    border: 1px solid #02055b;
  }
  .intro__sp:last-of-type {
    margin-bottom: 0;
  }
}
.intro__sp-top {
  display: flex;
}
.intro__sp-top-right {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
	width: 64%;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
.intro__sp-top-right {
  padding: 0 10px 0 16px;
	  }
}
.intro__annotation {
  font-size: 1.4rem;
  max-width: 1000px;
  margin: 8px auto 0;
  text-align: right;
  color: #02055b;
}
@media screen and (max-width: 767px) {
  .intro__annotation {
    font-size: 1.2rem;
    max-width: calc(100% - 20px);
	  padding-right: 4px;
  }
}
.skill{
  max-width: 1000px;
  margin: auto;
}
.skill__title {
  font-size: 3.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -20px;
  color: #8A51DB;
}

.skill__title-text{
	margin: 0 8px 10px;
}
@media screen and (max-width: 767px) {
  .skill__title {
	display: none;
  }
  .skill__title svg {
	display: none;
  }
}
.skill__title svg:nth-of-type(1) {
  margin-right: 5px;
}
.skill__title svg:nth-of-type(2) {
  margin-left: 5px;
}

.skill__item-warp{
	display: flex;
	justify-content: space-between;
	position: relative;
    margin-top: 20px;
    padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
	.skill__item-warp{
		display: block;
		max-width: calc(100% - 20px);
		margin: auto;
	}
}
.skill__item-left{
	border: 1px solid #02055b;
    background-color: white;
}
@media screen and (max-width: 767px) {
	.skill__item-left{
		margin-bottom: 16px;
		margin-top: 24px;
	}
}
.skill__item-left>.skill__item-title{
	font-size: 2.2rem;
	font-weight: 700;
	padding: 12px 0;
	text-align: center;
	color: #ffffff;
	background-color: #5159DB;
}
@media screen and (max-width: 767px) {
	.skill__item-left>.skill__item-title{
		font-size: 1.8rem;
	}
}
.skill__item-subtitle{
	position: relative;
	display: flex;
	justify-content: center;
	padding: 16px 0;
	align-items: center;
}

.skill__item-subtitle.skill__blue::after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	transform: translate(-50%,11px) rotate(45deg);
	width: 25px;
	height: 25px;
	background-color: #F7F5FF;
}

.skill__item-subtitle.skill__purple::after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	transform: translate(-50%,11px) rotate(45deg);
	width: 25px;
	height: 25px;
	background-color: #F6F1FC;
}

.skill__blue{
	background-color: #F7F5FF;
	color: #5159DB;
}
.skill__purple{
	background-color: #F6F1FC;
	color: #8B51DB;
}

img.skill__item__icon{
	width: 48px;
	margin-right: 20px;
}
@media screen and (max-width: 767px) {
	img.skill__item__icon{
		width: 36px;
	}
}
.skill__item-subtext{
	font-size: 1.8rem;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.skill__item-subtext{
		font-size: 1.4rem;
	}
}
.skill__item-right{
	border: 1px solid #02055b;
    background-color: white;
	margin-left: 22px;
}
@media screen and (max-width: 767px) {
	.skill__item-right{
		margin-left: 0;
	}
}
.skill__item-right>.skill__item-title{
	font-size: 2.2rem;
	font-weight: 700;
	padding: 12px 0;
	text-align: center;
	color: #ffffff;
	background-color: #8B51DB;
}
@media screen and (max-width: 767px) {
	.skill__item-right>.skill__item-title{
		font-size: 1.8rem;
	}
}
.skill__item-movie{
	padding: 42px 38px 0px;
	margin: auto;
}
@media screen and (max-width: 767px) {
	.skill__item-movie{
	 margin-top: 16px;
	padding: 12px 0% 0px;
	}
}
.skill__item-movie>a>img{
	width: 410px;
}
@media screen and (max-width: 767px) {
		.skill__item-movie>a>img{
			width: 100%;
			padding: 0 10px;
		}
}
@media screen and (max-width: 767px) {
		.skill__item-movie>iframe{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			padding: 10px;
		}
}

.skill__bottom-text{
	position: relative;
	font-size: 1.6rem;
	color: #02055B;
	text-align: center;
	padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
		.skill__bottom-text{
			margin-top: -28px;
			font-size: 1.4rem;
		}
}

.skill__bottom-text>span{
	display: block;
	line-height: 6;
}

.skill-arrow{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,0) rotate(90deg);
}
@media screen and (max-width: 767px) {
	.skill-arrow{
		width: 24px;
	}
}
.skill__bottom{	
	margin-bottom: 24px;
}
.skill__bottom-answer{
	font-size: 2.2rem;
    font-weight: 700;
    color: #02055B;
    text-align: center;
}

@media screen and (max-width: 767px) {
		.skill__bottom-answer{
			line-height: 1.5;
			font-size: 1.8rem;
		}
}
.skill__divide{
	display: flex;
	justify-content: center;
	align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    border: 1px solid #02055b;
    background-image: url("../img/skill_bg.png");
	background-size: cover;
}
@media screen and (max-width: 767px) {
		.skill__divide{
			display: block;
			position: relative;
			max-width: calc(100% - 20px);
			background-image: url(../img/skill_bg_sp.png);
		}
}

.skill__divide-center{
	text-align: center;
	padding: 0 22px;
	margin-top: 24px;
}
@media screen and (max-width: 767px) {
	.skill__divide-center{
		text-align: center;
		padding: 0 10px;
		margin-top: 12px;
	}
}
.skill__divide-title{
	position: relative;
	font-size: 1.6rem;
	font-weight: 700;
	color: #ffffff;
	background-color: #8B51DB;
	padding: 6px 4px;
}
@media screen and (max-width: 767px) {
	.skill__divide-title{
		font-size: 1.4rem;
		padding: 12px 0px;
	}	
}
.skill__divide-title::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translate(-50%,6px) rotate(45deg);
    width: 14px;
    height: 14px;
    background-color: #8B51DB;
}
.skill__divide-text{
	font-size: 2.0rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #8B51DB;
	padding: 24px 0;
}
@media screen and (max-width: 767px) {
	.skill__divide-text{
		text-align: left;
		font-size: 1.2rem;
		letter-spacing: 0;
		padding-left: 4px;
		padding-bottom: 16px;
	}
}
.skill__divide-text>span{
	display: block;
	font-size: 2.4rem;
	letter-spacing: -0.02em;
	padding-top: 6px;
}
@media screen and (max-width: 767px) {
	.skill__divide-text>span{
		font-size: 4.4vw;
		padding-top: 12px;
	}
}
@media screen and (max-width: 767px) {
		.skill__divide-left{
			display: none;
		}
}
@media screen and (max-width: 767px) {
		.skill__divide-right{
			position: absolute;
			right: 8px;
			bottom: 8px;
			width: 88px;
		}
}

.skill__divide-bottom{
	font-size: 1.6rem;
    margin-top: 14px;
	margin-bottom: 100px;
    text-align: center;
    color: #02055b;
}
@media screen and (max-width: 767px) {
	.skill__divide-bottom{
		font-size: 1.2rem;
		line-height: 1.3;
		margin-bottom: 46px;
	}
	
}

.skill__divide-bottom>a{
	display: inline;
    margin-top: 3px;
    text-align: center;
    color: #8B51DB;
}

.skill__divide-bottom>a:hover{
    border-bottom: solid 1px #8B51DB;
}

.howto__warp{
    max-width: 1000px;
    margin: 0 auto;
    border: 1px solid #02055b;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
	.howto__warp{
		margin-top: 24px;
		max-width: calc(100% - 20px);
	}
}
.howto__text{
	font-size: 2.2rem;
    font-weight: 700;
    color: #02055B;
    text-align: center;
	padding: 28px 0;
}
@media screen and (max-width: 767px) {
	.howto__text{
		line-height: 1.5;
		font-size: 1.8rem;
	}
}
.howto__list{
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px dashed rgba(81, 89, 219, 0.4);
}
@media screen and (max-width: 767px) {
	.howto__list{
		display: block;
		text-align: center;
	}
}
.howto__list-icon>img{
	width: 460px;
	padding-right: 26px;
	margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
	.howto__list-icon>img{
		
		width: 312px;
		padding: 0;
		margin: 0 auto 22px;
	}
}
.howto__list-equal>p{
	font-size: 2.0rem;
    font-weight: 700;
    color: #02055B;
	letter-spacing: 0.05em;
	padding-left: 26px;
}
@media screen and (max-width: 767px) {
	.howto__list-equal>p{
		padding-left: 0px;
		font-size: 1.8rem;
		padding-bottom: 20px;
	}
}
.howto__list-equal>p>span{
	padding-top: 12px;
	display: block;
	font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
	.howto__list-equal>p>span{
		padding-left: 0px;
		font-size: 2.2rem;
	}
}
.howto__list-equal>p>span>img{
	width: 24px;
	padding-bottom: 6px;
	padding-right: 6px;
}
.howto__movie-warp{
	padding: 0 20px 20px;
}
@media screen and (max-width: 767px) {
		.howto__movie-warp{
			padding: 0;
		}
}
.howto__movie{
	display: flex;
	justify-content: space-between;
	
}
.howto__movie-warp>.curriculum__sub-title{
	margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
		.howto__movie{
			display: block;
		}
	.howto__movie-item{
		width: 334px;
		margin: auto;
	}
	.howto__movie-item>.curriculum__list-text{
		 margin-bottom: 30px;
   		 margin-top: -6px;
	}
	.howto__movie-warp>.curriculum__sub-title{
		margin-left: 18px;
		margin-bottom: 14px;
	}
}

.howto__movie-item>a>img{
	width: 294px;
	padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
		.howto__movie-item>a>img{
			width: 100%;
			object-fit: cover;
		}
}
.howto__text-bottom{
	font-size: 2.2rem;
    font-weight: 700;
    color: #02055B;
    text-align: center;
	padding: 28px 0;
	background-color: #F6F1FC;
}
@media screen and (max-width: 767px) {
		.howto__text-bottom{
			font-size: 1.4rem;
		}
}
.support {
  position: relative;
  max-width: 1000px;
  margin: 75px auto 0;
  padding: 40px 50px;
  border: 1px solid #02055b;
}
@media screen and (max-width: 767px) {
  .support {
    overflow: hidden;
    padding: 28px 20px 180px 20px;
    max-width: calc(100% - 20px);
    margin-top: 24px;
  }
}
.support__circle {
  position: absolute;
  width: 10px;
}
.support__circle:nth-of-type(1) {
  top: 8px;
  left: 8px;
}
.support__circle:nth-of-type(2) {
  top: 9px;
  right: 8px;
}
.support__circle:nth-of-type(3) {
  bottom: 8px;
  left: 8px;
}
.support__circle:nth-of-type(4) {
  right: 8px;
  bottom: 8px;
}
.support__title {
	font-weight: 400;
  font-size: 3.6rem;
  display: flex;
  color: #8A51DB;
}
@media screen and (max-width: 767px) {
  .support__title {
    font-size: 2rem;
    font-weight: 700;
    white-space: nowrap;
  }
}
.support__title span {
  position: relative;
}
.support__title span::after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  display: block;
  width: 100%;
  height: 16px;
  content: "";
  background-color: #f5eb0b;
}
@media screen and (max-width: 767px) {
  .support__title span::after {
    height: 8px;
  }
}
.support__text {
  font-size: 1.6rem;
  line-height: 1.6;
  max-width: 575px;
  margin-top: 15px;
  color: #02055b;
}
@media screen and (max-width: 767px) {
  .support__text {
    font-size: 1.4rem;
    width: 100%;
    padding-right: 5px;
  }
}
.support__human {
  position: absolute;
  right: 40px;
  bottom: 0;
  width: 330px;
}
@media screen and (max-width: 767px) {
  .support__human {
    right: 20px;
    bottom: -20px;
    width: 183px;
  }
}
.support__item {
  position: absolute;
  right: 30px;
  bottom: 35px;
  width: 186px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .support__item {
    right: auto;
    bottom: 20px;
    left: 20px;
    width: 160px;
  }
}
.support__item-top {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 25px;
  color: white;
  background-color: #8A51DB;
}
@media screen and (max-width: 767px) {
  .support__item-top {
    font-size: 1.2rem;
  }
}
.support__item-bottom {
  display: flex;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 25px;
  color: #8A51DB;
  border: 1px solid #8A51DB;
  background-color: white;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .support__item-bottom {
    font-size: 1.4rem;
	 padding: 4px 2px 4px 0;
  }
}
.support__item-label {
  	font-size: 1.4rem;
	color: #ffffff;
	line-height: 1;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.support__item-label {
		letter-spacing: -0.05em;
		font-size: 1.0rem;
	}
}
.support__item-label>p {
	background-color: #E36DB0;
	border-radius: 10px;
	padding: 4px 8px;
	margin: 8px 6px 0;
}

.support__item-label>span{
  display: block;
  font-size: 1.2rem;
  color: #E36DB0;
  padding: 4px 8px 8px;
}
.support__text-img {
  position: absolute;
  top: -47px;
  right: 170px;
  width: 217px;
}
@media screen and (max-width: 767px) {
  .support__text-img {
    top: auto;
    right: auto;
    bottom: 114px;
    left: 73px;
    width: 160px;
  }
}
@media screen and (max-width: 375px) {
  .support__text-img {
    top: auto;
    right: auto;
    bottom: 114px;
    left: 52px;
    width: 160px;
  }
}

.support__help{
	position: absolute;
    bottom: 116px;
    right: 220px;
    width: 80px;
}

@media screen and (max-width: 767px) {
	.support__help{
		position: absolute;
		bottom: 72px;
		right: 100px;
		width: 66px;
	}
}

.charm {
  padding-top: 25px;
  padding-bottom: 40px;
  background-image: url(../img/charm_bg.png);
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .charm {
    padding-top: 20px;
    padding-bottom: 32px;
    background-image: url(../img/charm_bg_sp.png);
  }
}
.charm__title {
  font-size: 3.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
@media screen and (max-width: 767px) {
  .charm__title {
    font-size: 2rem;
  }
  .charm__title svg {
    width: 8px;
    height: 20px;
  }
}
.charm__title svg:nth-of-type(1) {
  margin-right: 10px;
}
.charm__title svg:nth-of-type(2) {
  margin-left: 10px;
}
.charm__wrap {
  display: flex;
  justify-content: space-between;
  max-width: 920px;
  margin: 35px auto 0;
}
@media screen and (max-width: 767px) {
  .charm__wrap {
    flex-direction: column;
    max-width: calc(100% - 20px);
	  margin: 28px auto 0;
  }
}
.charm__item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .charm__item {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .charm__item--1 {
    width: 100%;
    max-width: 250px;
    margin: 0 auto 24px;
  }
}
@media screen and (max-width: 767px) {
  .charm__item--2 {
    width: 100%;
    max-width: 250px;
    margin: 0 auto 24px;
	  padding-left: 2px;
  }
}
@media screen and (max-width: 767px) {
  .charm__item--3 {
    width: 100%;
    max-width: 250px;
    margin: 0 auto 24px;
	  padding-left: 4px;
  }
}
@media screen and (max-width: 767px) {
  .charm__item--4 {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
	  padding-left: 6px;
  }
}
.charm__item-img--1 {
  width: 123px;
	margin-top: 6px;
  margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .charm__item-img--1 {
    width: 62px;
    margin-bottom: 6px;
  }
}
.charm__item-img--2 {
  width: 98px;
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .charm__item-img--2 {
    width: 52px;
    margin-bottom: 0;
  }
}
.charm__item-img--3 {
  width: 98px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .charm__item-img--3 {
    width: 54px;
    margin-bottom: 0;
  }
}
.charm__item-img--4 {
  width: 98px;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .charm__item-img--4 {
    width: 54px;
    margin-bottom: 0;
  }
}
.charm__item-text {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  color: #F1FE4B;
}
@media screen and (max-width: 767px) {
  .charm__item-text {
    font-size: 1.8rem;
  }
}
.charm__item-text span {
  font-size: 1.6rem;
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
	.charm__item-text span {
	  font-size: 1.4rem;
	}
}
.detail {
  padding-top: 70px;
  padding-bottom: 60px;
  background-color: #7B48C2;
}
@media screen and (max-width: 767px) {
	.detail {
	  padding-top: 48px;
	  padding-bottom: 12px;
}
}
.detail__wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px;
  border: 3px solid white;
}
@media screen and (max-width: 767px) {
  .detail__wrap {
    max-width: calc(100% - 20px);
    padding: 10px;
	   border: 2px solid white;
  }
}
.detail__title {
  font-size: 3.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 440px;
  margin: -60px auto 0;
  color: white;
  background-color: #7B48C2;
}
@media screen and (max-width: 767px) {
  .detail__title {
    font-size: 2rem;
    width: 290px;
    margin-top: -30px;
  }
  .detail__title svg {
    width: 8px;
    height: 20px;
  }
}
.detail__title svg:nth-of-type(1) {
  margin-right: 10px;
}
.detail__title svg:nth-of-type(2) {
  margin-left: 10px;
}
.detail__item {
  position: relative;
  margin-top: 20px;
  padding: 20px;
  background-image: url(../img/detail_bg.png);
  background-size: contain;
}
.detail__item-subtext{
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 0px 20px 10px;
  color: white;
}

@media screen and (max-width: 767px) {
  .detail__item {
    margin-top: 10px;
    padding: 14px 10px 10px;
	  background-size: 1155px;
  }
}
.detail__item-title {
  font-size: 2.8rem;
  font-weight: 700;
  position: relative;
  text-align: center;
  color: white;
}
@media screen and (max-width: 767px) {
  .detail__item-title {
    font-size: 1.8rem;
  }
}
.detail__item-title-span {
  font-size: 1.6rem;
  margin-left: -8px;
}


@media screen and (max-width: 767px) {
  .detail__item-title-span {
	 　display: block;
	  font-size: 1.4rem;
  }
}
.detail__item-title-span--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .detail__item-title-span--sp {
    font-size: 1.4rem;
    display: block;
    margin-top: 5px;
  }
}
.detail__item-title-icon {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  width: 120px;
  margin: auto;
  transform: translateX(10px);
}
@media screen and (max-width: 767px) {
  .detail__item-title-icon {
    display: none;
  }
}
.detail__item-title-icon--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .detail__item-title-icon--sp {
    position: absolute;
    right: 0;
    bottom: -5px;
    left: 0;
    display: block;
    width: 68px;
    margin: auto;
    transform: translateX(3px);
  }
}
.detail__item-sub-title {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
  color: #B67AFF;
}
@media screen and (max-width: 767px) {
  .detail__item-sub-title {
    font-size: 1.4rem;
    line-height: 1.42;
    margin-bottom: 12px;
  }
}
.detail__item-sub-title--second {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
  color: #fdd1dd;
}
@media screen and (max-width: 767px) {
  .detail__item-sub-title--second {
    font-size: 1.4rem;
    line-height: 1.42;
    margin-bottom: 12px;
  }
}
.detail__item-sub-title--third {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
  color: #fac503;
}
@media screen and (max-width: 767px) {
  .detail__item-sub-title--third {
    font-size: 1.4rem;
    line-height: 1.42;
    margin-bottom: 12px;
  }
}
.detail__item-illust {
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  width: 100px;
  margin: auto;
  transform: translateX(-300px);
}
@media screen and (max-width: 767px) {
  .detail__item-illust {
    top: -7px;
    width: 66px;
    transform: translateX(-138px);
  }
}
.detail__top {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  padding: 10px 20px;
  cursor: pointer;
  transition: 0.3s;
  background-color: #723EAB;
}
@media screen and (max-width: 767px) {
  .detail__top {
    padding: 10px;
  }
}
.detail__top:hover {
  transition: 0.3s;
  background-color: #613491;
}
.detail__top-text {
  font-size: 2rem;
  font-weight: 700;
  color: white;
}
@media screen and (max-width: 767px) {
  .detail__top-text {
    font-size: 1.4rem;
  }
}
.detail__top-icon {
  width: 16px;
  transition: 0.2s;
  transform: rotate(180deg);
}
.detail__top-icon.open {
  transition: 0.2s;
  transform: rotate(0);
}
.detail__bottom {
  font-size: 1.6rem;
  line-height: 1.5;
  display: none;
  padding: 15px 20px;
  color: white;
  border-top: 1px solid #9492cf;
  background-color: #723EAB;
}
@media screen and (max-width: 767px) {
  .detail__bottom {
    font-size: 1.4rem;
    padding: 10px;
  }
}
.detail__benefits {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .detail__benefits {
    flex-direction: column;
  }
}
.detail__benefits-text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 48px;
  position: relative;
  width: 49.5%;
  text-align: center;
  color: white;
  background-color: #344692;
}
@media screen and (max-width: 767px) {
  .detail__benefits-text {
    font-size: 1.4rem;
    line-height: 36px;
    width: 100%;
    margin: 4px 0;
  }
}
.detail__benefits-text svg:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 48px;
}
@media screen and (max-width: 767px) {
  .detail__benefits-text svg:nth-of-type(1) {
    height: 36px;
  }
}
.detail__benefits-text svg:nth-of-type(2) {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 48px;
}
@media screen and (max-width: 767px) {
  .detail__benefits-text svg:nth-of-type(2) {
    height: 36px;
  }
}

.curriculum__bg {
  padding: 60px 0;
  background-image: url(../img/market_bg.svg);
  background-position: center;
}
@media screen and (max-width: 767px) {
  .curriculum__bg {
    padding: 40px 0;
  }
}
.curriculum__title {
  font-size: 3.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8B51DB;
}
.curriculum__title-sp {
	display: none;
  font-size: 3.2rem;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  color: #8B51DB;
}

.curriculum__title-text{
	font-size: 2.8rem;
	margin: 0 8px 0;
}

@media screen and (max-width: 767px) {
	.curriculum__title-text {
	  font-size: 5vw;
		line-height: 1.4;
		margin: 0 -5px 0;
		}
}

@media screen and (max-width: 767px) {
  .curriculum__title-sp {
    font-size: 2rem;
    margin-top: 0px;
    text-align: center;
	 
  }
  .curriculum__title{
	display: none;
  }
	.curriculum__title-sp{
		display: flex;
	}
	.curriculum__title-sp svg{
		display: inline;
	}
}
.curriculum__title svg{
  margin-right: 5px;
	margin-left: 5px;
}
.curriculum__wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 40px 0px;
  border: 1px solid #02055b;
  border-top: transparent;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .curriculum__wrap {
    max-width: calc(100% - 20px);
    padding: 0 10px 10px;
  }
}
.curriculum__top {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 48px;
  position: relative;
  max-width: 1000px;
  margin: 40px auto 0;
  text-align: center;
  color: white;
  background-color: #8A51DB;
}
@media screen and (max-width: 767px) {
  .curriculum__top {
    font-size: 1.8rem;
    line-height: 35px;
    max-width: calc(100% - 20px);
	  margin-top: 24px;
  }
}
.curriculum__top-illust {
  position: absolute;
  top: -93px;
  left: 50px;
  width: 90px;
}
@media screen and (max-width: 767px) {
  .curriculum__top-illust {
    top: -27px;
	left: 20px;
    width: 60px;
  }
}
.curriculum__sub-title {
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #02055b;
}
@media screen and (max-width: 767px) {
  .curriculum__sub-title {
    font-size: 1.6rem;
    width: 126px;
  }
}
.curriculum__sub-title img {
  width: 12px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .curriculum__sub-title img {
    width: 13px;
  }
}
.curriculum__img {
  margin-top: 15px;
}
.curriculum__item {
  padding: 26px 0 16px;
  border-bottom: 1px dashed #ccc;
}
@media screen and (max-width: 767px) {
  .curriculum__item {
    display: flex;
    padding: 4px 0 0px;
  }
}
.curriculum__item:nth-of-type(1) {
  padding-top: 0;
}
.curriculum__item:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .curriculum__item--pc {
    display: none;
  }
}
.curriculum__item--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .curriculum__item--sp {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .curriculum__item--movie {
	  margin-top: 12px;
    display: block;
  }
  .curriculum__item--movie .curriculum__sub-title {
    width: 100%;
  }
}
.curriculum__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .curriculum__list {
    flex-direction: column;
	  margin-top: 8px;
	  margin-bottom: 4px;
  }
}
.curriculum__list-text {
  font-size: 1.6rem;
  font-weight: 700;
  margin-right: 16px;
  margin-bottom: 12px;
  color: #02055b;
}
@media screen and (max-width: 767px) {
  .curriculum__list-text {
    font-size: 1.4rem;
    display: flex;
    margin-right: 0;
 	 margin-bottom: 8px;	
  }
}
.curriculum__list-text span {
  color: #e36db0;
}
@media screen and (max-width: 767px) {
	.curriculum__list-text-sp{
	  padding-right: 16px;
	}
}
.curriculum__span--top {
  display: table;
  width: 55px;
  color: #e36db0 !important;
}
.curriculum__span--bottom {
  display: table;
  width: 55px;
  color: #8A51DB !important;
}
@media screen and (max-width: 767px) {
	.curriculum__span--bottom.curriculum__list-text-sp{
		padding-right: 16px;
	}
	.curriculum__span--bottom {
		padding-right: 8px;
	}
}
.curriculum__movie {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .curriculum__movie {
    flex-direction: column;
	  margin-bottom: 24px;
  }
}
.curriculum__movie-left {
  width: 30%;
  color: #02055b;
}
@media screen and (max-width: 767px) {
  .curriculum__movie-left {
    width: 100%;
  }
}
.curriculum__movie-title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 8px;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
  border: 1px solid #02055b;
}
@media screen and (max-width: 767px) {
	.curriculum__movie-title {
		padding: 4px 0;
	}
}
.curriculum__movie-title:hover {
  transition: 0.2s;
  background-color: #e9e9fb;
}
.curriculum__movie-title.movie-current {
  color: white;
  background-color: #02055b;
}
.curriculum__movie-right {
  width: 68%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .curriculum__movie-right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .curriculum__movie-right iframe {
    height: 50vw;
    margin-top: 20px;
  }
}
.curriculum__movie-right .curriculum-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 630px;
  cursor: pointer;
}

.curriculum__movie-right .curriculum-button>.curriculum__iframe{
	width: 630px;
}
@media screen and (max-width: 767px) {
  .curriculum__movie-right .curriculum-button {
    min-width: 100%;
  }
}
.curriculum__movie-btn {
  display: flex;
  justify-content: space-around;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .curriculum__movie-btn {
    justify-content: space-between;
    max-width: 180px;
    margin: 16px auto 0;
  }
}
.curriculum__movie-btn--prev {
  font-size: 2rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #02055b;
}
@media screen and (max-width: 767px) {
  .curriculum__movie-btn--prev {
    margin-right: 10px;
    white-space: nowrap;
	    font-size: 1.6rem;
  }
}
.curriculum__movie-btn--prev svg {
  margin-right: 12px;
}
.curriculum__movie-btn--next {
  font-size: 2rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #02055b;
}
@media screen and (max-width: 767px) {
  .curriculum__movie-btn--next {
	  font-size: 1.6rem;
    margin-left: 10px;
    white-space: nowrap;
  }
}
.curriculum__movie-btn--next svg {
  margin-left: 12px;
}
.curriculum__movie-btn--prev:hover, .curriculum__movie-btn--next:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .curriculum__iframe {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
	.curriculum__item.curriculum__item-teacher{
			display: block;
			padding-top: 16px;
	}
}
@media screen and (max-width: 767px) {
	.curriculum__item-teacher>.curriculum__sub-title{
		width: auto;
		display: block;
	}
}

.curriculum__teacher-warp{
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.curriculum__teacher-warp{
		display: block;
	}
}
.curriculum__teacher-text{
	width: 575px;
	font-size: 1.6rem;
	color: #02055B;
	padding-top: 14px;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	.curriculum__teacher-text{
		font-size: 1.4rem;
		width: auto;
	}
}
.curriculum__teacher-img{
	position: relative;
}
@media screen and (max-width: 767px) {
	.curriculum__teacher-img{
		text-align: center;
	}
}
.curriculum__teacher-img img{
	width: 332px;
	margin-right: -32px;
}
@media screen and (max-width: 767px) {
	.curriculum__teacher-img img{
		width: 240px;
		margin: 16px auto 10px;
	}
}
.curriculum__item-bottom {
    display: flex;
	position: absolute;
	right: 0;
	bottom: 13px;
	width: 186px;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 25px;
    color: #8A51DB;
    border: 1px solid #8A51DB;
    background-color: white;
    align-items: center;
}
@media screen and (max-width: 767px) {
	.curriculum__item-bottom {
		font-size: 1.4rem;
		padding: 0px 6px 0px 0;
		width: auto;
		right: 10px;
    	bottom: 19px;
	}
}
.curriculum__item-label {
  	font-size: 1.4rem;
	color: #ffffff;
	line-height: 1;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.curriculum__item-label {
		letter-spacing: -0.05em;
		font-size: 1.0rem;
	}
}
.curriculum__item-label>p {
	background-color: #E36DB0;
	border-radius: 10px;
	padding: 4px 8px;
	margin: 8px 6px 0;
}

.curriculum__item-label>span{
  display: block;
  font-size: 1.2rem;
  color: #E36DB0;
  padding: 4px 8px 8px;
}
.road-map {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .road-map {
    max-width: calc(100% - 20px);
    padding-top: 32px;
  }
}
.road-map__left-line {
  position: absolute;
  z-index: -1;
  top: 210px;
  left: 40px;
}
@media screen and (max-width: 767px) {
  .road-map__left-line {
    top: 126px;
    left: 23px;
  }
}
.road-map__img {
  position: absolute;
  top: 22px;
  right: 80px;
  width: 170px;
}
@media screen and (max-width: 767px) {
  .road-map__img {
    display: none;
  }
}
.road-map__title {
  font-size: 3.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8B51DB;
}
.road-map__title-text{
	margin: 0 8px 0;
}
@media screen and (max-width: 767px) {
  .road-map__title {
    font-size: 2rem;
    margin-top: 12px;
  }
  .road-map__title svg {
    width: 8px;
    height: 20px;
  }
}
.road-map__title svg:nth-of-type(1) {
  margin-right: 5px;
}
.road-map__title svg:nth-of-type(2) {
  margin-left: 5px;
}
.road-map__item {
  display: flex;
  align-items: center;
  padding-top: 10px;
}
.road-map__item-wrap {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
	.road-map__item-wrap {
	  margin-top: 20px;
	}
}

.road-map__left {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .road-map__left {
    width: 48px;
  }
}

.road-map__left.road-map__left__goal{
  width: 80px;
  margin-top: -16px;
  
}
@media screen and (max-width: 767px) {
  .road-map__left.road-map__left__goal {
    width: 48px;
  }
}
.road-map__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -17px;
  width: 18px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .road-map__arrow {
	left: -14px;
    width: 15px;
 transform: translate(0px, 0px);
  }
}
.road-map__right {
  position: relative;
  width: 890px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .road-map__right {
    margin-left: 20px;
  }
}
.road-map__right-wrap {
  display: flex;
  align-items: center;
  border: 1px solid #18216c;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .road-map__right-wrap {
    flex-direction: column;
    padding: 14px 4px 10px 15px;
  }
}
.road-map__right-title {
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  width: 440px;
  height: 100%;
  padding: 25px 40px;
}
@media screen and (max-width: 767px) {
  .road-map__right-title {
    font-size: 1.6rem;
    width: 100%;
    padding: 0;
  }
}
.road-map__right-title-text {
	color: #02055B;
  position: relative;
  z-index: 1;
}
.road-map__right-title-text::after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  display: block;
  width: 100%;
  height: 8px;
  content: "";
  background-color: #F5F50B;
}
@media screen and (max-width: 767px) {
  .road-map__right-title-text::after {
    height: 6px;
  }
}

.road-map__right-title-text>span{
	display: block;
	line-height: 1.5;
}

.road-map__right-title-text>span::after{
    position: absolute;
    z-index: -1;
    bottom: 30px;
    display: block;
    width: 100%;
    height: 8px;
    content: "";
    background-color: #F5F50B;
}
@media screen and (max-width: 767px) {
	.road-map__right-title-text>span::after{
		bottom: 20px;
	}
}

.road-map__right-title-text>span.road-map__step2::after{
    position: absolute;
    z-index: -1;
    bottom: 28px;
    display: block;
    width: 56%;
    height: 8px;
    content: "";
    background-color: #F5F50B;
}
@media screen and (max-width: 767px) {
	.road-map__right-title-text>span.road-map__step2::after{
		bottom: 20px;
	}
}


.road-map__right-title-text.road-map__goal::after{
  position: absolute;
  z-index: -1;
  bottom: 0;
  display: block;
  width: 80%;
  height: 8px;
  content: "";
  background-color: #F5F50B;
}


.road-map__right-text {
	color: #02055B;
    font-size: 1.6rem;
    line-height: 1.75;
    align-items: center;
    width: 500px;
    height: 100%;
    padding: 25px 0px 25px 26px;
    border-left: 1px dashed #02055b;
    letter-spacing: -0.02em;
}
.road-map__right-text>span{
	display: block;
	position: relative;
	padding-left: 18px;
}
.road-map__right-text>span::before{
	position: absolute;
	content: '　';
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	background-color: #67CDAC;
}
@media screen and (max-width: 767px) {
  .road-map__right-text {
    display: none;
  }
}
.road-map__right-text--sp {
	color: #02055B;
  font-size: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.55;
  display: none;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 5px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .road-map__right-text--sp {
    display: flex;
  }
}

span.road-map__right-caution{
	padding-left: 14px;
}
span.road-map__right-caution::before{
	content:none;
}
.comparison {
  width: 100%;
  min-width: 488px;
  border: 1px solid #18216c;
  border-top: none;
}
.comparison th {
  font-size: 1.8rem;
  font-weight: 700;
  width: 20%;
  height: 80px;
  text-align: center;
  vertical-align: middle;
}
.comparison th>.table-logo {
	padding-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .comparison th {
    font-size: 1.4rem;
    height: 60px;
  }
}
.comparison th:nth-of-type(1) {
  border-right: 1px solid #ececf7;
  border-bottom: 1px solid #ececf7;
}
.comparison th:nth-of-type(2) {
  color: #4346ab;
  border-right: 1px solid #ececf7;
  border-bottom: 2px solid #4346ab;
  background-color: #f0f0f9;
}
.comparison th:nth-of-type(3) {
  color: #37ada9;
  border-right: 1px solid #ececf7;
  border-bottom: 2px solid #37ada9;
  background-color: #eff9f8;
}
.comparison th:nth-of-type(4) {
  color: #fa983a;
  border-right: 1px solid #ececf7;
  border-bottom: 2px solid #fa983a;
  background-color: #fff7ef;
}
.comparison th:nth-of-type(5) {
  color: #4793f4;
  border-bottom: 2px solid #4793f4;
  background-color: #f0f7ff;
}
.comparison td {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.375;
  height: 80px;
  text-align: center;
  vertical-align: middle;
  color: #02055b;
  border: 1px solid #ececf7;
}
@media screen and (max-width: 767px) {
  .comparison td {
    font-size: 1.4rem;
    height: 60px;
	  border: none;
  }
}
.comparison td:nth-of-type(1) {
  font-size: 1.8rem;
  border-left: none;
}
@media screen and (max-width: 767px) {
  .comparison td:nth-of-type(1) {
    font-size: 1.4rem;
	  padding-left: 6px;
  }
}
.comparison td:nth-of-type(5) {
  border-right: none;
}
.comparison tr:nth-of-type(2) td:nth-of-type(2), .comparison tr:nth-of-type(3) td:nth-of-type(2), .comparison tr:nth-of-type(4) td:nth-of-type(2), .comparison tr:nth-of-type(5) td:nth-of-type(2) {
  background-color: #fdffe2;
}
.comparison tr:nth-of-type(2) td:nth-of-type(2), .comparison tr:nth-of-type(2) td:nth-of-type(3), .comparison tr:nth-of-type(2) td:nth-of-type(4), .comparison tr:nth-of-type(2) td:nth-of-type(5) {
  border-top: none;
}
.comparison tr:nth-of-type(5) td {
  border-bottom: none;
}
.comparison tr:nth-of-type(5) td:nth-of-type(2), .comparison tr:nth-of-type(5) td:nth-of-type(3), .comparison tr:nth-of-type(5) td:nth-of-type(4), .comparison tr:nth-of-type(5) td:nth-of-type(5) {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .comparison tr:nth-of-type(5) td:nth-of-type(2), .comparison tr:nth-of-type(5) td:nth-of-type(3), .comparison tr:nth-of-type(5) td:nth-of-type(4), .comparison tr:nth-of-type(5) td:nth-of-type(5) {
    font-size: 1.6rem;
  }
}
.comparison__wrap {
  overflow-x: scroll;
  overflow-y: hidden;
  max-width: 1000px;
  margin: 40px auto 0;
  width: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 767px) {
  .comparison__wrap {
    max-width: calc(100% - 20px);
	  margin-top: 24px;
  }
}
.comparison__wrap::-webkit-scrollbar {
  display: none;
}
.comparison__title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  color: white;
  background-color: #8A51DB;
}
@media screen and (max-width: 767px) {
  .comparison__title {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    font-size: 1.8rem;
    width: 100%;
  }
}
.media{
	margin: 80px auto 90px;
}
@media screen and (max-width: 767px) {
	.media{
		margin: 80px auto 40px;
	}
}
.media__title {
  font-size: 3.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8B51DB;
}
.media__title-text{
	margin: 0 8px 0;
}
@media screen and (max-width: 767px) {
  .media__title {
    font-size: 2rem;
    margin-top: 12px;
  }
  .media__title svg {
    width: 8px;
    height: 20px;
  }
}
.media__title svg:nth-of-type(1) {
  margin-right: 5px;
}
.media__title svg:nth-of-type(2) {
  margin-left: 5px;
}
.media__title-subtext{
	font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
    margin-top: 15px;
    text-align: center;
    color: #424d83;
}
.media__text{
	font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
    margin-top: 15px;
	margin-bottom: 28px;
    text-align: center;
    color: #424d83;
}
.media__img-warp{
	text-align: center;
	align-items: center;
	margin-left: -25px;
	    margin-top: 50px;
}

@media screen and (max-width: 767px) {
	.media__img-warp{
		margin-left: 10px;
	}
}
.media__img-warp>img {
	height: 40px;
	width: auto;
	padding-right: 40px;
}
#logo_anan{
	height: 56px;
	position: relative;
    top: 8px;
	padding-right: 12px;
}
@media screen and (max-width: 767px) {
	#logo_anan{
		height: 34px;    
		padding-right: 0px;
	}
}

@media screen and (max-width: 767px) {
	.media__img-warp>img{
		    height: 18px;
			width: auto;
			padding-right: 20px;
	}
}
.thoughts {
  margin-top: 75px;
  padding-bottom: 40px;
  background-image: url(../img/thoughts_bg.svg);
  background-size: cover;
}


/*.thoughts-display:none;*/
.thoughts{
	display: none;
}

@media screen and (max-width: 767px) {

	.thoughts {
	  margin-top: 56px;
	}	
}

.thoughts__title {
  font-size: 3.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-20px);
  color: #8B51DB;
}
.thoughts__title-text{
	margin: 0 8px 0;
}
@media screen and (max-width: 767px) {
  .thoughts__title {
    font-size: 2rem;
    margin-top: 0px;
    transform: translateY(-12px);
  }
  .thoughts__title svg {
    width: 8px;
    height: 20px;
  }
}
.thoughts__title svg:nth-of-type(1) {
  margin-right: 5px;
}
.thoughts__title svg:nth-of-type(2) {
  margin-left: 5px;
}
.thoughts__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  width: 200px;
  margin: 0 40px;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .thoughts__item {
    margin: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .thoughts__item {
    flex-basis: 0;
    width: 50vw;
    margin: 0 24px;
  }
}
.thoughts__item-wrap {
  display: flex;
  justify-content: space-around;
  width: 158vw;
  -webkit-animation: loop-slide 30s infinite linear 1s both;
          animation: loop-slide 30s infinite linear 1s both;
}
.thoughts__item-wrap2 {
  display: flex;
  justify-content: space-around;
  width: 158vw;
  -webkit-animation: loop-slide 30s infinite linear 1s both;
          animation: loop-slide 30s infinite linear 1s both;
}
@media screen and (max-width: 767px) {
  .thoughts__item-wrap {
    width: 380vw;
  }
	.thoughts__item-wrap2 {
    width: 300vw;
  }
}
.thoughts__item-img {
  max-width: 130px;
  transform: translateX(-10px);
}
@media screen and (max-width: 767px) {
  .thoughts__item-img {
    width: 105px;
  }
}
.thoughts__item-textarea {
  width: 100%;
  max-width: 260px;
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .thoughts__item-textarea {
    width: 50vw;
  }
}
.thoughts__item-text {
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
	line-height: 1.4;
	padding-bottom: 4px;
  justify-content: center;
  height: 88px;
  color: #02055b;
  border-bottom: 1px dashed #02055b;
}


.thoughts__item-bottom {
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  margin-top: 12px;
  color: #02055b;
}
.thoughts__item-bottom--left {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #02055b;
}
.thoughts__loop {
  display: flex;
  overflow: hidden;
  align-items: center;
}
@media screen and (max-width: 767px) {
	.thoughts__loop {
		margin-top: 28px;
	}
}


@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.application {
  padding: 120px 0 40px;
  background-image: url(../img/base.png);
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .application {
    background-image: url(../img/application_bg_sp.png);
	  padding: 60px 0 64px;
  }
}
.application__wrap {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .application__wrap {
    max-width: calc(100% - 20px);
  }
}
.application__title {
	color: #02055B;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  background-color: #f5eb0b;
}
@media screen and (max-width: 767px) {
  .application__title {
    font-size: 1.8rem;
  }
}
.application__head{
	position: relative;
	font-size: 2.2rem;
	font-weight: 700;
	padding: 10px 0;
	color: #ffffff;
	text-align: center;
	background-color: #B8860B;
}
@media screen and (max-width: 767px) {
  .application__head {
    font-size: 1.5rem;
  }
}
.application__head::before{
	position: absolute;
    content: ' ';
    left: 0;
    bottom: 0;
    transform: translate(-2px, 2px);
    background-image: url(../img/application_head.svg);
    background-size: contain;
    width: 18px;
    height: 48px;
}
@media screen and (max-width: 767px) {
  .application__head::before {
    transform: translate(-3px, 6px);
  }
}
.application__head::after{
	position: absolute;
    content: ' ';
    right: 0;
    bottom: 0;
    transform: translate(2px, 2px) rotate(180deg);
    background-image: url(../img/application_head.svg);
    background-size: contain;
    width: 18px;
    height: 48px;
}
@media screen and (max-width: 767px) {
  .application__head::after {
    transform: translate(1px, 6px) rotate(180deg);
  }
}
.application__head__warp{
   display: flex;
}
.application__form {
  padding: 20px 40px 40px 40px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .application__form {
    padding: 20px 10px;
  }
}
.application__radio {
  align-items: center;
  width: 100%;
  margin: 20px 0;
  background-color: #F4F1FB;
  border: solid 1px #8B51DB;
}
.application__radio-button {
  width: 24px;
  height: 24px;
  border: 2px solid #8B51DB;
  border-radius: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.application__radio-button:checked {
  width: 20px;
  height: 20px;
  margin: 2px;
  border: 4px solid white;
  background-color: #8B51DB;
  box-shadow: 0 0 0 2px #8B51DB;
}
.application__radio-text {
	position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 18px 0 16px 24px;
  padding-left: 28px;
  color: #02055b;
}
.application__radio-text-s{
	position: absolute;
    top: 3px;
    font-size: 1.4rem;
    font-weight: 700;
    padding-left: 8px;
    color: #4d4f9e;
}

@media screen and (max-width: 767px) {
	.application__radio-text-s{
		position: inherit;
		display: block;
		font-size: 1.0rem;
		text-align: right;
		padding-right: 10%;
	}
}
.application__radio-text-s>span{
	text-decoration: line-through;
}

@media screen and (max-width: 767px) {
  .application__radio-text {
    font-size: 1.6rem;
    margin-left: 16px;
  }
}
.application__radio-text::before{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	transform: translate(0,-2px);
    width: 20px;
    height: 20px;
    margin: 2px;
    border: 4px solid white;
	border-radius: 100%;
    background-color: #8B51DB;
    box-shadow: 0 0 0 2px #8b51db;
}


.application__radio-subtext {
	display: block;
    font-size: 1.4rem;
	color: #02055B;
    line-height: 1.6;
    font-weight: 400;
	margin-left: 24px;
	margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .application__radio-subtext {
    font-size: 1.2rem;
  	margin-left: 14px; 
  }
}
.application__terms {
  padding: 20px;
  border: 1px solid #ccc;
  height: 120px;
	overflow: scroll;
	
}
@media screen and (max-width: 767px) {
  .application__terms {
    overflow: scroll;
    height: 200px;
    padding: 15px 17px;
  }
}
.application__terms h3 {
  font-size: 1.4rem;
  margin-bottom: 8px;
  color: #8B51DB;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
  .application__terms h3 {
    font-size: 1.4rem;
  }
}
.application__terms p {
  font-size: 1.4rem;
	color: #02055b;
  line-height: 1.5;
  margin-bottom: 16px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .application__terms p {
    font-size: 1.2rem;
  }
}
.application__terms p:last-of-type {
  margin-bottom: 0;
}
.application__check {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
	.application__check {
	  align-items: flex-start;
		justify-content: left;
		padding-left: 6px;
	}
}
.application__check-button {
  width: 24px;
  height: 24px;
  border: 2px solid #8B51DB;
  border-radius: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.application__check-button:checked {
  width: 20px;
  height: 20px;
  margin: 2px;
  border: 4px solid white;
  background-color: #8B51DB;
  box-shadow: 0 0 0 2px #8B51DB;
}
.application__check-text {
  font-size: 1.8rem;
  font-weight: 700;
  margin-left: 12px;
  color: #02055b;
}
@media screen and (max-width: 767px) {
  .application__check-text {
    font-size: 1.4rem;
    line-height: 1.6;
    max-width: 75%;
  }
}
.application__submit {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 60px;
  margin: 20px auto 0;
  cursor: pointer;
  color: #02055b;
}
.application__submit.no-submit {
  pointer-events: none !important;
  color: #7778ad;
}
.application__submit.no-submit::before {
  position: absolute;
  display: block;
  width: 230px;
  height: 60px;
  content: "";
  border: 2px solid #02055b;
}
@media screen and (max-width: 767px) {
  .application__submit.no-submit::before {
    width: calc(100vw - 45px);
  }
}
.application__submit.no-submit::after {
  position: absolute;
  z-index: -1;
  top: 6px;
  left: 6px;
  display: block;
  width: 230px;
  height: 60px;
  content: "";
  transition: 0.3s;
  background-color: #ececf8;
}
@media screen and (max-width: 767px) {
  .application__submit.no-submit::after {
    width: calc(100vw - 45px);
  }
}
@media screen and (max-width: 767px) {
  .application__submit {
    width: calc(100vw - 45px);
  }
}
.application__submit:hover {
  opacity: 1;
}
.application__submit:hover::after {
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 1;
}
.application__submit::before {
  position: absolute;
  display: block;
  width: 230px;
  height: 60px;
  content: "";
  border: 2px solid #02055b;
}
@media screen and (max-width: 767px) {
  .application__submit::before {
    width: calc(100vw - 45px);
  }
}
.application__submit::after {
  position: absolute;
  z-index: -1;
  top: 6px;
  left: 6px;
  display: block;
  width: 230px;
  height: 60px;
  content: "";
  transition: 0.3s;
  background-color: #f5eb0b;
}
@media screen and (max-width: 767px) {
  .application__submit::after {
    width: calc(100vw - 45px);
  }
}

.faq{
	margin-top: -4px;
}
.faq__title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 72px;
  margin-bottom: 40px;
  text-align: center;
  color: #8B51DB;
  background-color: #F6F1FC;
	border-top: 4px solid #CC8CF5;
}
@media screen and (max-width: 767px) {
  .faq__title {
    font-size: 2rem;
    line-height: 40px;
	  margin-bottom: 20px;
  }
}
.faq__wrap {
  max-width: 1000px;
  margin: 0 auto 10px;
  box-shadow: 0 3px 6px rgba(139, 145, 244, 0.16);
}
@media screen and (max-width: 767px) {
  .faq__wrap {
    max-width: calc(100% - 20px);
  }
}
.faq__item {
  border-top: 2px solid #CC8CF5;
}
.faq__item-top {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px dashed #ccc;
}
@media screen and (max-width: 767px) {
  .faq__item-top {
	  align-items: flex-start;
  }
}
.faq__item-top-left {
  width: 16px;
}
.faq__item-top-text {
  font-size: 1.8rem;
  font-weight: 700;
  margin-left: 20px;
  color: #02055b;
}
@media screen and (max-width: 767px) {
  .faq__item-top-text {
    font-size: 1.6rem;
    margin-left: 10px;
	  line-height: 1.4;
  }
}
.faq__item-bottom {
  display: flex;
  align-items: flex-start;
  padding: 15px 20px;
}
@media screen and (max-width: 767px) {
  .faq__item-bottom {
    padding: 10px 20px;
  }
}
.faq__item-bottom-left {
  width: 17px;
  transform: translateY(5px);
}
.faq__item-bottom-text {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-left: 20px;
  color: #02055b;
}
.faq__item-bottom-text>span {
	display:block;
	margin-top: 8px;
}
.faq__item-bottom-text>span:first-of-type{
	display:block;
	margin-top: 16px;
}
.faq__item-bottom-text>span:last-of-type{
	display:block;
	margin-top: 8px;
	margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .faq__item-bottom-text {
    font-size: 1.4rem;
    margin-left: 10px;
  }
}

.footer {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
	.footer{
		 margin-top: 20px;
	}
	p.footer__bottom{
		margin-top: 16px;
	}
}
.footer__top {
  font-size: 1.4rem;
  display: flex;
  color: #8A51DB;
}

.footer__top>a:hover {
  text-decoration: underline;
}

.footer__top-left {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #ccc;
}
.footer__bottom {
  color: #02055B;
  font-size: 1.2rem;
  margin-top: 10px;
  margin-bottom: 20px;
}


.hamburger {
  position: relative;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #F6F1FC;
}
@media screen and (max-width: 767px) {
  .hamburger {
    display: flex;
    width: 40px;
    height: 40px;
  }
}
.hamburger-btn {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: none;
  outline: none;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (min-width: 1025px) {
  .hamburger-btn {
    display: none;
  }
}
.hamburger-btn__bar--top, .hamburger-btn__bar--middle, .hamburger-btn__bar--bottom {
  display: block;
  width: 35px;
  height: 3px;
  border-radius: 11px;
  background-color: #02055b;
}
@media screen and (max-width: 767px) {
  .hamburger-btn__bar--top, .hamburger-btn__bar--middle, .hamburger-btn__bar--bottom {
    width: 17px;
  }
}
.hamburger-btn__bar--top {
  transition: transform 0.3s;
  transform: translateY(-8px);
}
@media screen and (max-width: 767px) {
  .hamburger-btn__bar--top {
    transform: translateY(-4px);
  }
}
.hamburger-btn__bar--bottom {
  transition: transform 0.3s;
  transform: translateY(8px);
}
@media screen and (max-width: 767px) {
  .hamburger-btn__bar--bottom {
    transform: translateY(4px);
  }
}

.cross.bar.hamburger-btn__bar--top {
  transform: translateY(3px) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .cross.bar.hamburger-btn__bar--top {
    transform: translateY(3px) rotate(45deg);
  }
}
.cross.bar.hamburger-btn__bar--middle {
  opacity: 0;
}
.cross.bar.hamburger-btn__bar--bottom {
  transform: translateY(-3px) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .cross.bar.hamburger-btn__bar--bottom {
    transform: translateY(-3px) rotate(-45deg);
  }
}

.slide-nav {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 30px;
  transition: transform 0.3s;
  transform: translateY(-100%);
  background-image: url(../img/header_bg.png);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .slide-nav {
    padding-top: 40px;
  }
}
.slide-nav.slide {
  transition: transform 0.3s;
  transform: translateX(0);
}
.slide-nav__mask {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: transform 0.3s;
  transform: translateY(-100%);
  background-color: rgba(32, 5, 91, 0.8);
}
.slide-nav__mask.slide {
  transition: transform 0.3s;
  transform: translateX(0);
}
.slide-nav__logo {
  width: 100px;
  margin-bottom: 40px;
}
.slide-nav__list {
  padding: 0 20px;
}
li.slide-nav__list--item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
li.slide-nav__list--item a {
  display: flex;
  align-items: center;
}
.slide-nav__list-text {
  font-size: 1.6rem;
  font-weight: 700;
  width: 100%;
  padding-left: 15px;
  color: white;
}
.slide-nav__list-arrow {
  width: 12px;
  height: auto;
}
.slide-nav__btn {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 0;
}
.slide-nav__btn--left, .slide-nav__btn--right {
  font-size: 1.6rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48%;
  height: 40px;
}
.slide-nav__btn--left {
  color: #02055b;
  background-color: #f5eb0b;
}
.slide-nav__btn--right {
  color: white;
  background-color: #00c100;
}

#submit-button-1,
#submit-button-2,
#submit-button-3 {
  display: none;
}

#curriculum-movie-2,
#curriculum-movie-3,
#curriculum-movie-4,
#curriculum-movie-5 {
  display: none;
}

.bottom {
  position: fixed;
  z-index: 50;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 380px;
  height: 65px;
  background-image: url(../img/bottom-bg.svg);
}
@media screen and (max-width: 767px) {
  .bottom {
    display: none;
  }
}
.bottom__left {
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 40px;
  margin: 0 6px;
  color: #02055b;
}
.bottom__left:hover {
  opacity: 1;
}
.bottom__left:hover::after {
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 1;
}
.bottom__left::before {
  position: absolute;
  display: block;
  width: 160px;
  height: 40px;
  content: "";
  border: 2px solid #02055b;
}
.bottom__left::after {
  position: absolute;
  z-index: -1;
  top: 4px;
  left: 4px;
  display: block;
  width: 160px;
  height: 40px;
  content: "";
  transition: 0.3s;
  background-color: #f5eb0b;
}
.bottom__right {
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 40px;
  margin: 0 6px;
  color: white;
}
.bottom__right:hover {
  opacity: 1;
}
.bottom__right:hover::after {
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 1;
}
.bottom__right::before {
  position: absolute;
  display: block;
  width: 180px;
  height: 40px;
  content: "";
  border: 2px solid #02055b;
}
.bottom__right::after {
  position: absolute;
  z-index: -1;
  top: 4px;
  left: 4px;
  display: block;
  width: 180px;
  height: 40px;
  content: "";
  transition: 0.3s;
  background-color: #00c100;
}

@-webkit-keyframes bar-animation {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 100vh;
  }
}

@keyframes bar-animation {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 100vh;
  }
}
.graph {
  position: relative;
  width: 100%;
  height: 532px;
  margin-top: 8px;
  background-image: url(../img/graph.svg);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .graph {
    width: 355px;
    height: 321px;
    margin: 16px auto 0;
    background-image: url(../img/graph_sp.svg);
  }
}
.graph-bar {
  position: absolute;
  bottom: 54px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 64px;
}
@media screen and (max-width: 767px) {
  .graph-bar {
    bottom: 52px;
    width: 38px;
  }
}
@media screen and (max-width: 767px) {
  .graph-bar-pickup {
    padding: 3px;
    transform: translateY(3px);
    border: 2px solid #e36db0;
  }
}
.graph-bar__text-top {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: #02055b;
}
@media screen and (max-width: 767px) {
  .graph-bar__text-top {
    font-size: 1.0rem;
    margin-bottom: 8px;
    white-space: nowrap;
  }
}
.graph-bar__text-bottom {
  font-size: 1.4rem;
  margin-top: 5px;
  color: #02055b;
}
@media screen and (max-width: 767px) {
  .graph-bar__text-bottom {
    font-size: 1.0rem;
	  padding-top: 3px;
    white-space: nowrap;
  }
}
.graph-bar__top {
  width: 40px;
  max-height: 0;
  background-color: #67cdac;
}
@media screen and (max-width: 767px) {
  .graph-bar__top {
    width: 20px;
  }
}
.graph-bar__top.anime {
  -webkit-animation: bar-animation 1 5s;
          animation: bar-animation 1 5s;
}
.graph-bar__top.max {
  max-height: 100vh;
}
.graph-bar__bottom {
  width: 40px;
  max-height: 0;
  background-color: #f5eb0b;
}
@media screen and (max-width: 767px) {
  .graph-bar__bottom {
    width: 20px;
  }
}
.graph-bar__bottom.anime {
  -webkit-animation: bar-animation 1 4s;
          animation: bar-animation 1 4s;
}
.graph-bar__bottom.max {
  max-height: 100vh;
}
.graph-bar--1 {
  left: 140px;
  padding: 5px 0;
  transform: translateY(7px);
  border: 2px solid #e36db0;
}
@media screen and (max-width: 767px) {
  .graph-bar--1 {
    right: 0;
    left: 0;
    margin: auto;
    transform: translate(-107px, 5px);
    border: none;
  }
}
.graph-bar--1 .graph-bar__top {
  height: 92px;
}
@media screen and (max-width: 767px) {
  .graph-bar--1 .graph-bar__top {
    height: 46px;
  }
}
.graph-bar--1 .graph-bar__bottom {
  height: 11px;
}
@media screen and (max-width: 767px) {
  .graph-bar--1 .graph-bar__bottom {
    height: 5px;
  }
}
@media screen and (max-width: 767px) {
  .graph-bar--1 .graph-bar__text-top {
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 767px) {
  .graph-bar--1 .graph-bar__text-bottom {
    margin-top: 3px;
  }
}
.graph-bar--2 {
  left: 280px;
}
@media screen and (max-width: 767px) {
  .graph-bar--2 {
    right: 0;
    left: 0;
    margin: auto;
    transform: translateX(-60px);
  }
}
.graph-bar--2 .graph-bar__top {
  height: 106px;
}
@media screen and (max-width: 767px) {
  .graph-bar--2 .graph-bar__top {
    height: 53px;
  }
}
.graph-bar--2 .graph-bar__bottom {
  height: 12px;
}
@media screen and (max-width: 767px) {
  .graph-bar--2 .graph-bar__bottom {
    height: 6px;
  }
}
.graph-bar--3 {
  left: 420px;
}
@media screen and (max-width: 767px) {
  .graph-bar--3 {
    right: 0;
    left: 0;
    margin: auto;
    transform: translateX(-13px);
  }
}
.graph-bar--3 .graph-bar__top {
  height: 141px;
}
@media screen and (max-width: 767px) {
  .graph-bar--3 .graph-bar__top {
    height: 71px;
  }
}
.graph-bar--3 .graph-bar__bottom {
  height: 14px;
}
@media screen and (max-width: 767px) {
  .graph-bar--3 .graph-bar__bottom {
    height: 7px;
  }
}
.graph-bar--4 {
  left: 560px;
}
@media screen and (max-width: 767px) {
  .graph-bar--4 {
    right: 0;
    left: 0;
    margin: auto;
    transform: translateX(35px);
  }
}
.graph-bar--4 .graph-bar__top {
  height: 179px;
}
@media screen and (max-width: 767px) {
  .graph-bar--4 .graph-bar__top {
    height: 90px;
  }
}
.graph-bar--4 .graph-bar__bottom {
  height: 15px;
}
@media screen and (max-width: 767px) {
  .graph-bar--4 .graph-bar__bottom {
    height: 8px;
  }
}
.graph-bar--5 {
  left: 700px;
}
@media screen and (max-width: 767px) {
  .graph-bar--5 {
    right: 0;
    left: 0;
    margin: auto;
    transform: translateX(82px);
  }
}
.graph-bar--5 .graph-bar__top {
  height: 217px;
}
@media screen and (max-width: 767px) {
  .graph-bar--5 .graph-bar__top {
    height: 109px;
  }
}
.graph-bar--5 .graph-bar__bottom {
  height: 17px;
}
@media screen and (max-width: 767px) {
  .graph-bar--5 .graph-bar__bottom {
    height: 9px;
  }
}
.graph-bar--6 {
  left: 840px;
  padding: 5px 0;
  transform: translateY(7px);
  border: 2px solid #e36db0;
}
@media screen and (max-width: 767px) {
  .graph-bar--6 {
    right: 0;
    left: 0;
    margin: auto;
    transform: translate(130px, 5px);
    border: none;
  }
}
.graph-bar--6 .graph-bar__top {
  height: 255px;
}
@media screen and (max-width: 767px) {
  .graph-bar--6 .graph-bar__top {
    height: 127px;
  }
}
.graph-bar--6 .graph-bar__bottom {
  height: 18px;
}
@media screen and (max-width: 767px) {
  .graph-bar--6 .graph-bar__bottom {
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .graph-bar--6 .graph-bar__text-top {
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 767px) {
  .graph-bar--6 .graph-bar__text-bottom {
    margin-top: 3px;
  }
}

@media screen and (max-width: 520px) {
  .table-fixed{
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    height: 60px;
    border: none;
    background-color: white;
  }
  .table-fixed:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 60px;
    content: "";
    border-bottom: 1px solid #ececf7;
    border-right: 2px solid #ececf7;
    border-left: 1px solid #18216c;
  }
  .table-fixed--first {
    border-bottom: 1px solid #ececf7;
  }
  .table-fixed--first:before {
    position: absolute;
    top: 1px;
    left: 0;
    width: 100px;
    height: 60px;
    content: "";
    border-bottom: 2px solid #ececf7;
  }
  .table-fixed--last:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 60px;
    content: "";
	  background-color: #fff;
    border-bottom: 1px solid #18216c;
	  z-index: -1;
  }
  .table-fixed--border:before {
    position: absolute;
    top: 1px;
    left: 0;
    width: 120px;
    height: 60px;
    content: "";
    border-bottom: 3px solid #4346ab;
    border-right: 4px solid #ececf7;
  }
  .table-fixed--2 {
    position: -webkit-sticky;
    position: sticky;
    left: 100px;
  }
  .table-fixed--2:before {
    position: absolute;
    top: 1px;
    left: -1px;
    width: 120px;
    height: 60px;
    content: "";
    border-right: 4px solid #ececf7;
  }
	img.table-logo{
		width: 98px;
	}
	.comparison th>.table-logo{
		padding-bottom: 0px;
		margin-bottom: 3px;
		margin-right: 3px;
	}
  .comparison {
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
    border-left: none;
  }
  .comparison tr,
.comparison th,
.comparison td {
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
  }
  .comparison th:nth-of-type(1) {
	  border-right: none;
  }
  .comparison th:nth-of-type(2) {
	  
    width: 120px;
  }
  .comparison td:nth-of-type(1) {
    width: 100px;
  }
  .comparison td:nth-of-type(2) {
    width: 120px;
  }
  .comparison th:nth-of-type(3),
.comparison th:nth-of-type(4),
.comparison th:nth-of-type(5) {
    width: 90px;
  }
  .comparison td:nth-of-type(3),
.comparison td:nth-of-type(4),
.comparison td:nth-of-type(5) {
    width: 90px;
	border: 2px solid #ececf7;
  }
	.comparison td:nth-of-type(5){
		border-right:  1px solid #18216c;
	}
}
#load {
  position: fixed;
  z-index: 300;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  width: 100%;
  height: 100%;
}

  .load__svg{
    width: 40vw;
    height: auto;
  }

@media screen and (max-width: 767px) {
  #load svg {
    width: 80%;
    height: auto;
  }
}

#svg-logo {
  display: none;
}

/***************************************************
 * Generated by SVG Artista on 12/20/2021, 5:30:04 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
.svg-elem-4 {
  -webkit-animation: animate-svg-fill-4 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
  animation: animate-svg-fill-4 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both;
}

@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
.svg-elem-5 {
  -webkit-animation: animate-svg-fill-5 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s both;
  animation: animate-svg-fill-5 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s both;
}

@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
.svg-elem-6 {
  -webkit-animation: animate-svg-fill-6 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both;
  animation: animate-svg-fill-6 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both;
}

@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
.svg-elem-7 {
  -webkit-animation: animate-svg-fill-7 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s both;
  animation: animate-svg-fill-7 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s both;
}

@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
.svg-elem-8 {
  -webkit-animation: animate-svg-fill-8 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
  animation: animate-svg-fill-8 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
.svg-elem-9 {
  -webkit-animation: animate-svg-fill-9 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
  animation: animate-svg-fill-9 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

@-webkit-keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
.svg-elem-10 {
  -webkit-animation: animate-svg-fill-10 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
  animation: animate-svg-fill-10 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
.svg-elem-11 {
  -webkit-animation: animate-svg-fill-11 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
  animation: animate-svg-fill-11 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}

@-webkit-keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
@keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
.svg-elem-12 {
  -webkit-animation: animate-svg-fill-12 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
  animation: animate-svg-fill-12 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
}

@-webkit-keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
@keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
.svg-elem-13 {
  -webkit-animation: animate-svg-fill-13 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
  animation: animate-svg-fill-13 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}

@-webkit-keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
@keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
.svg-elem-14 {
  -webkit-animation: animate-svg-fill-14 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both;
  animation: animate-svg-fill-14 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both;
}

@-webkit-keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
@keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
.svg-elem-15 {
  -webkit-animation: animate-svg-fill-15 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
  animation: animate-svg-fill-15 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
}

@-webkit-keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
@keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: black;
  }
}
.svg-elem-16 {
  -webkit-animation: animate-svg-fill-16 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
  animation: animate-svg-fill-16 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
}

@media screen and (max-width: 767px) {
  .table-fixed--2-other {
    transform: translateY(-1px);
  }
  .table-fixed--2-other::before {
    border-top: 1px solid #ececf7;
  }
}/*# sourceMappingURL=style.css.map */

