@charset "utf-8";

/***** 共通 *****/
body{
  margin: 0;
  font-family: 'Noto Sans JP',sans-serif;
  color: #343434;
}

.h2__ttl {
    font-size: 60px;
    font-weight: 900;
    line-height: 1.2;
}
@media screen and (max-width: 768px) {
	.h2__ttl {
		font-size: 8.6vw;
	}
}
.h2__ttl--small{
	font-size: 40px;
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	.h2__ttl--small {
		display: block;
        font-size: 7vw;
        line-height: 1.4;
        margin-bottom: -15vw;
	}
}
.h3__ttl {
    font-size: 1.6vw;
    font-weight: 700;
}
.h4__ttl{}

.main__section {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.txt--blue {color: #101CF7;}
.txt--pink {color: #FA008E;}
.txt--yellow {color: #FCFE04;}
.txt--gradation {
  background: linear-gradient(
  	45deg,
  	#101CF7 0%,
  	#101CF7 40%,
  	#C63EAB 50%,
  	#FA008E 60%,
  	#FA008E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.sp { display: none!important;}

@media screen and (max-width: 768px) {
  .sp { display: block!important;}
  .pc { display: none!important;}
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
  position: relative;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}
/***** kv *****/
.sec__kv {
	background-image: url(../img/kv-bg_pc.webp);
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 768px) {
	.sec__kv {
		background-image: url(../img/kv-bg_sp.webp);
	}
}
.kv__container {
	max-width: 1200px;
	height: clamp(450px, 52vw, 620px);
	position: relative;
	margin: 0 auto;
	padding: 50px 0 0;
}
@media (min-width: 1200px) {
  .kv__container {
  	height: 650px;
  }
}
@media screen and (max-width: 768px) {
	.kv__container {
	    height: 180.7vw;
	    padding-top: 7vw;
	}
}
.kv__container::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 638px;
    height: 520px;
	background-image: url(../img/kv-main-img-pc.webp);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 0;
}
@media (min-width: 1200px) {
  .kv__container::before {
    width: 708px;
    height: 580px;
  }
}
@media (max-width: 950px) {
  .kv__container::before {
    width: 488px;
    height: 430px;
  }
}
@media screen and (max-width: 768px) {
	.kv__container::before {
		content: none;
	}
}

.kv__contents {
	width: 47%;
    max-width: 600px;
    padding-left: 5%;
    position: relative;
	text-align: center;
	z-index: 70;
}
@media screen and (max-width: 768px) {
	.kv__contents {
		width: 95%;
		margin: 0 auto;
		padding-left: 0;
	}
}
.kv__subcopy {
	display: inline-block;
	padding: 0 25px;
	font-size: 1.6vw;
	font-weight: bold;
	color: #fff;
	position: relative;
}
@media (min-width: 1200px) {
	.kv__subcopy {
		font-size: 22px;
	}
}
@media screen and (max-width: 768px) {
	.kv__subcopy {
		font-size: 5.2vw;
		padding: 1vw 6vw;
	}
}
.kv__subcopy::before,.kv__subcopy::after {
	content: "";
	position: absolute;
	width: 22px;
    height: 28px;
	background-size: contain;
	background-repeat: no-repeat;
}
.kv__subcopy::before {
	bottom: 2px;
	left: 0;
	background-image: url(../img/kv-txtdeco_left.webp);
}
.kv__subcopy::after {
	bottom: 2px;
	right: 0;
	background-image: url(../img/kv-txtdeco_right.webp);
}
.kv__ttl {
    color: #fff;
    margin-top: -10px;
    margin-bottom: 12px;
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 2.4em;
}
@media (min-width: 1200px) {
	.kv__ttl {
		font-size: 45px;
	}
}
@media screen and (max-width: 768px) {
	.kv__ttl {
		margin-top: -3vw;
		margin-bottom: 3vw;
		font-size: 10.2vw;
		line-height: 1.8em;
	}
}
.kv__txt--bgblk {
    background: #000;
    margin-right: 7px;
    padding: 0 7px;
}
@media screen and (max-width: 768px) {
	.kv__txt--bgblk {
		display: inline-block;
		line-height: 1;
    	padding-bottom: 10px;
	}
}
.kv__txt--big {
    font-size: 6.8vw;
}
@media (min-width: 1200px) {
	.kv__txt--big {
		font-size: 92px;
	}
}
@media screen and (max-width: 768px) {
	.kv__txt--big {
		font-size: 15.8vw;
	}
}
.kv__txt--lastline {
    display: block;
    font-size: 4vw;
    margin-top: 3px;
    line-height: 1;
}
@media (min-width: 1200px) {
	.kv__txt--lastline {
		font-size: 50px;
	}
}
@media screen and (max-width: 768px) {
	.kv__txt--lastline {
		font-size: 10vw;
	}
}
.kv__departmentimg {
    width: 100%;
    margin-top: -15px;
    margin-left: -9%;
}
@media screen and (max-width: 768px) {
	.kv__departmentimg {
	    width: 95%;
	    margin: -10px 0 0 0;
	}
}
.kv__img-box {
    display: flex;
    justify-content: space-around;
    margin-left: -9%;
}
@media screen and (max-width: 768px) {
	.kv__img-box {
		margin-left: 0;
	}
}
.kv__img-box > img {
	width: 50%;
}
.kv__sixmonthimg{
	padding-left: -5%;
}
.kv__mainimg {
    z-index: 0;
}
.kv__mainimg > img {
    height: 100%;
}
@media screen and (max-width: 768px) {
	.kv-main-img-sp {
		width: 88%;
        margin: -5.7vw 0 0 2vw;
	}
}


/***** introduction *****/
.introduction__contents {
	padding: 90px 0 140px;
	text-align: center;
	background-image: url(../img/introduction-bg_pc.webp);
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 768px) {
	.introduction__contents {
		padding: 20vw 0 10vw;
		background-image: url(../img/introduction-bg_sp.webp);
	}
}
.introduction__container > img{
	width: 100%;
}
.introduction__h2ttl {
	display: inline-block;
	width: 95%;
    margin: 0 auto 50px;
    position: relative;
}
.introduction__h2ttl::after {
	content: "";
	position: absolute;
	top: 60px;
    right: 80px;
	display: block;
	width: 385px;
    height: 178px;
    background-image: url(../img/introduction-ttl.webp);
	background-size: contain;
	background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
	.introduction__h2ttl::after {
		top: 12vw;
    	right: 18vw;
    	width: 240px;
    	height: 128px;
	}
}
.introduction__txt {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 60px;
    color: #353535;
}
@media screen and (max-width: 768px) {
	.introduction__txt {
		font-size: 4.6vw;
    	margin-bottom: 8vw;
	}
}
/***** backup *****/
.sec__backup {
	text-align: center;
	background-image: url(../img/backup-bg.webp);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
    padding-bottom: 70px;
}
.backup__container {
    padding-top: 120px;
}
@media screen and (max-width: 768px) {
	.backup__container {
		padding-top: 15vw;
	}
}
.backup__h2ttl {
	display: inline-block;
	padding: 28px 35px;
    position: relative;
    font-size: 40px;
    font-weight: 600;
	background-image: url(../img/backup-ttl.webp);
	background-size: contain;
	background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
	.backup__h2ttl {
		padding: 0 12vw;
		font-size: 6vw;
    	background-position: center;
	}
}
.backup__block {
	width: 90%;
    max-width: 1200px;
    margin: 50px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
@media screen and (max-width: 768px) {
	.backup__block {
		display: block;
		margin: 8vw auto 0;
	}
}
.backup__contents--left,
.backup__contents--right {
	flex: 1 1 clamp(250px, 41.5vw, 580px);
    min-height: 147px;
    max-height: 380px;
    height: 25vw;
    position: relative;
}
.backup__contents--right{
	margin-top: 3vw;
}
@media screen and (max-width: 768px) {
	.backup__contents--left,
	.backup__contents--right {
		width: 100%;
	    height: 53vw;
	    min-height: inherit;
	    max-height: inherit;
	    margin-top: -4vw;
	}
}
.backup__sidejob,
.backup__challenge,
.backup__portfolio,
.backup__gamebusiness,
.backup__hobby,
.backup__exchange{
	background-size: contain;
	background-repeat: no-repeat;
}
.backup__sidejob{background-image: url(../img/backup-sidejob.webp);}
.backup__challenge{background-image: url(../img/backup-challenge.webp);}
.backup__portfolio{background-image: url(../img/backup-portfolio.webp);}
.backup__gamebusiness{background-image: url(../img/backup-gamebusiness.webp);}
.backup__hobby{background-image: url(../img/backup-hobby.webp);}
.backup__exchange{background-image: url(../img/backup-exchange.webp);}
.backup__txt {
	position: absolute;
    top: 7vw;
    right: 5vw;
    font-size: 2vw;
    font-weight: 700;
}
@media screen and (max-width: 768px) {
	.backup__txt {
		top: 13vw;
	    right: 10vw;
	    font-size: 4vw;
	}
}
.backup__hobby .backup__txt{
	right: 10vw;
}
@media (min-width: 1300px) {
	.backup__txt {
		font-size: 24.5px;
		top: 98px;
    	right: 88px;
	}
	.backup__hobby .backup__txt{
		right: 138px;
	}
}
@media screen and (max-width: 768px) {
	.backup__sidejob .backup__txt {
	    font-size: 4.7vw;
	}
	.backup__hobby .backup__txt {
	    font-size: 6vw;
	}
	.backup__exchange .backup__txt {
	    font-size: 4.5vw;
	}
}

/***** cta *****/
.mt-150minus {margin-top: -150px;}
.mt-180minus {margin-top: -180px}
.sec__cta1, .sec__cta2, .sec__cta3 {
    width: 100%;
    max-height: 767px;
    height: 45vw;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.sec__cta1 {
	background-image: url(../img/cta-bg-pc1.webp);
}
.sec__cta2 {
	background-image: url(../img/cta-bg-pc2.webp);
}
@media screen and (max-width: 768px) {
	.sec__cta1, .sec__cta2 {
		height: 122vw;
		background-image: url(../img/cta-bg-sp.webp);
	}
}
.cta__container {
    max-width: 1500px;
    width: 90%;
    position: absolute;
    bottom: 30px;
    left: 50%;
  	transform: translateX(-50%);
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.cta__container {
		width: 100%;
		bottom: 2vw;
		left: 0;
		transform: initial;
	}
}
.cta__img {
	width: 95%;
}
@media screen and (max-width: 768px) {
	.cta__img {
		width: 100%;
	}
}

/***** curriculum *****/
.sec__curriculum {
	text-align: center;
	background-image: url(../img/curriculum-bg.webp);
	background-repeat: repeat-x;
    background-size: contain;
	background-position: bottom;
    padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
	.sec__curriculum {
		padding-bottom: 0;
	}
}
.curriculum__container {
    padding-top: 120px;
}
@media screen and (max-width: 768px) {
	.curriculum__container {
		width: 95%;
        margin: 0 auto;
	    padding-top: 20vw;
	}
}
.curriculum__h2ttl {
	display: inline-block;
	padding: 17px 145px;
    position: relative;
    font-size: 40px;
    font-weight: 600;
	background-image: url(../img/curriculum-ttl.webp);
	background-size: contain;
	background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
	.curriculum__h2ttl {
		padding: 0 5vw;
	    font-size: 6vw;
	    background-position: center;
	}
}
.curriculum__block {
    display: flex;
    width: 84%;
    max-width: 1200px;
    justify-content: space-between;
    margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
	.curriculum__block {
		display: block;
    	width: 100%;
	}
}
.curriculum__box {
    flex: 1 1 0;
    min-width: 0;
    max-width: 318px;
    position: relative;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.curriculum__box {
		max-width: 95%;
		margin: 0 auto 20vw;
    	padding: 0;
	}
}
.curriculum__box::after {
	content: "";
	position: absolute;
	top: 120px;
    right: -25px;
	display: block;
	width: 57px;
    height: 57px;
	background-image: url(../img/curriculum-arrow-pc.webp);
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 100;
}
@media screen and (max-width: 768px) {
	.curriculum__box::after {
		top: initial;
	    bottom: -18vw;
        right: 38vw;
		background-image: url(../img/curriculum-arrow-sp.webp);
	}
}
.curriculum__box:last-of-type::after{
	content: none;
}
.curriculum__contents > img {
	width: 110%;
    transform: translateX(-5%);
}
.curriculum__h3ttl {
	display: flex;
	align-items: center;
	justify-content: center;
    height: 4em;
    margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
	.curriculum__h3ttl {
		height: auto;
		font-size: 6vw;
	}
}
.curriculum__txt {
    text-align: left;
}

/***** release *****/
.sec__release {
	text-align: center;
	background-image: url(../img/release-bg-pc.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
    padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
	.sec__release {
		background-image: url(../img/release-bg-sp.webp);
	}
}
.release__container {
    padding-top: 120px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
@media screen and (max-width: 768px) {
	.release__container {
		width: 100%;
	}
}
.release__h2ttl {
	display: inline-block;
	padding: 17px 45px;
    position: relative;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
	background-image: url(../img/release-ttl.webp);
	background-size: contain;
	background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
	.release__h2ttl {
		font-size: 7vw;
        padding: 17px 9vw;
		background-position: center;
	}
}
.release__txt {
    margin-top: 20px;
    color: #fff;
}
@media screen and (max-width: 768px) {
	.release__txt {
		margin-top: 5px;
	}
}
.release__img {
	width: 100%;
}

/***** strong *****/
.sec__strong {
	text-align: center;
	background-image: url(../img/section-bg-top.webp);
	background-repeat: repeat-x;
	background-size: contain;
    background-position: top;
}
.strong__container {
    padding-top: 100px;
	background-image: url(../img/section-bg-bottom.webp);
	background-repeat: repeat-x;
	background-size: contain;
    background-position: bottom;
    padding-bottom: 130px;
}
.strong__h2ttl {
	display: inline-block;
	padding: 5px 36px;
	margin-bottom: 100px;
    position: relative;
	background-image: url(../img/strong-ttl.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
@media screen and (max-width: 768px) {
	.strong__h2ttl {
		margin-bottom: 7vw;
	    padding: 5px 8vw;
	    font-size: 14vw;
	    line-height: 1;
	}
}
.strong__block {
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.strong__block {
		width: 95%;
	}
}
.strong__box {
    display: flex;
    justify-content: space-between;
    padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
	.strong__box {
		display: block;
		width: 100%;
		margin: 0 auto;
		padding-bottom: 15vw;
	}
}
.strong__box:nth-of-type(even) {
  flex-direction: row-reverse;
}
.strong__img {
    width: 40%;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.strong__img {
		width: 70%;
	}
}
.strong__img > img {
    width: 100%;
}
.strong__contents {
    width: 55%;
    text-align: left;
}
@media screen and (max-width: 768px) {
	.strong__contents {
		width: 98%;
	}
}
.strong__h3ttl {
	margin-bottom: 40px;
	padding-left: 120px;
	position: relative;
    font-size: 30px;
}
@media screen and (max-width: 768px) {
	.strong__h3ttl {
        margin-top: 3vw;
        margin-bottom: 5vw;
        padding-left: 18vw;
        font-size: 5.3vw;
	}
}
.strong__h3ttl::before {
	content: "";
	position: absolute;
	top: 0;
    left: 0;
	display: block;
	width: 92px;
    height: 92px;
	background-size: contain;
	background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
	.strong__h3ttl::before {
		width: 70px;
    	height: 70px;
	}
}
.strong__box:nth-of-type(1) .strong__h3ttl::before{
	background-image: url(../img/strong-point01.webp);
}
.strong__box:nth-of-type(2) .strong__h3ttl::before{
	background-image: url(../img/strong-point02.webp);
}
.strong__box:nth-of-type(3) .strong__h3ttl::before{
	background-image: url(../img/strong-point03.webp);
}
.strong__box:nth-of-type(4) .strong__h3ttl::before{
	background-image: url(../img/strong-point04.webp);
}
@media screen and (max-width: 768px) {
	.strong__box:nth-of-type(4) .strong__h3ttl::before{
		top: 4vw;
	}
}
.strong__txt {
	font-weight: 500;
    line-height: 2;
}
@media screen and (max-width: 768px) {
	.strong__txt {
		line-height: 1.5;
		margin-left: 2vw;
	}
}

/***** instructor *****/
.sec__instructor {
	text-align: center;
	background-color: #f8f8f8;
	background-image: url(../img/instructor-bg-pc.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
    padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
	.sec__instructor {
		padding-bottom: 20vw;
	}
}
.instructor__container {
    padding-top: 120px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
@media screen and (max-width: 768px) {
	.instructor__container {
		width: 95%;
	}
}
.instructor__h2ttl {
	display: inline-block;
	margin-bottom: 40px;
	padding: 20px 235px;
    position: relative;
	background-image: url(../img/instructor-ttl.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
@media screen and (max-width: 768px) {
	.instructor__h2ttl {
		padding: 20px 28vw;
	}
}
.instructor__block {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}
@media screen and (max-width: 768px) {
	.instructor__block {
		width: 100%;
	}
}
.instructor__box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
	.instructor__box {
		display: block;
	}
}
.instructor__img {
    width: 38%;
}
@media screen and (max-width: 768px) {
	.instructor__img {
		width: 70%;
    	margin: 0 auto;
	}
}
.instructor__img > img {
    width: 100%;
}
.instructor__contents {
    width: 56%;
    margin-top: 20px;
}
@media screen and (max-width: 768px) {
	.instructor__contents {
		width: 100%;
		margin-top: 2vw;
	}
	.instructor__name {
	    text-align: center;
	}
}
.instructor__h3ttl {
    font-size: 32px;
    margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	.instructor__h3ttl {
		font-size: 7vw;
		margin-bottom: 1vw;
	}
}
.instructor__position {
    margin-bottom: 20px;
    padding-bottom: 25px;
    font-size: 12px;
    font-weight: 300;
    border-bottom: 1px solid #CBCBCB;
}
@media screen and (max-width: 768px) {
	.instructor__position {
		margin-bottom: 4vw;
    	padding-bottom: 4vw;
    	font-size: 3vw;
	}
}
.instructor__txt {
    font-weight: 500;
    line-height: 2;
}
.instructor__h4ttl {
    padding: 10px;
    font-size: 26px;
    text-align: center;
    color: #fff;
    background-color: #0c00f7;
}
@media screen and (max-width: 768px) {
	.instructor__h4ttl {
		padding: 1vw;
    	font-size: 4vw;
	}
}
.instructor__workslist {
    padding: 40px 55px;
    list-style: none;
    background-color: #fff;
}
@media screen and (max-width: 768px) {
	.instructor__workslist {
		padding: 4vw;
	}
}
.instructor__worksitem {
    padding-left: 35px;
    position: relative;
    font-size: 14px;
    line-height: 2.6;
}
@media screen and (max-width: 768px) {
	.instructor__worksitem {
		margin-bottom: 6vw;
		padding-left: 6vw;
		line-height: 1.5;
	}
}
.instructor__worksitem::before {
	content: "";
	position: absolute;
	top: 7.5px;
    left: 0;
	display: block;
	width: 21px;
    height: 21px;
    background-image: url(../img/ico-check.webp);
	background-size: contain;
	background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
	.instructor__worksitem::before {
		width: 15px;
    	height: 15px;
	}
}

/***** message *****/
.sec__message {
	text-align: center;
	background-image: url(../img/message-bg.webp);
	background-repeat: repeat-x;
	background-size: contain;
	background-position: bottom;
	padding-top: 130px;
    padding-bottom: 170px;
}
@media screen and (max-width: 768px) {
	.sec__message {
		padding-top: 15vw;
    	padding-bottom: 20vw;
    	background-image: url(../img/message-bg-sp.webp);
	}
}
.message__container {
    padding-top: 120px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.message__h2ttl {
	display: inline-block;
	width: 95%;
    margin: 0 auto 70px;
    position: relative;
}
.message__h2ttl::after {
	content: "";
	position: absolute;
	top: 25px;
    right: 100px;
	display: block;
	width: 385px;
    height: 178px;
    background-image: url(../img/message-ttl.webp);
	background-size: contain;
	background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
	.message__h2ttl::after {
		top: 17vw;
    	right: 20vw;
    	width: 270px;
    	height: 128px;
	}
	.message__h2ttl .h2__ttl--small {
		display: inline;
		font-size: 5vw;
	}
	.message__h2ttl .txt--gradation {
		font-size: 10vw;
	}
}
.message__txtblock {
    margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
	.message__txtblock {
		width: 95%;
    	margin: 0 auto;
	}
}
.message__txt {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 50px;
    line-height: 2;
}
@media screen and (max-width: 768px) {
	.message__txt {
		font-size: 4.8vw;
    	line-height: 1.8;
	}
}
.message__promoter {
    display: flex;
    justify-content: space-between;
    width: 60%;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.message__promoter {
		display: block;
		width: 95%;
		margin: 0 auto;
	}
}
.message__img {
    width: 45%;
}
@media screen and (max-width: 768px) {
	.message__img {
		width: 65%;
    	margin: 0 auto;
	}
}
.message__img > img {
    width: 100%;
}
.message__contents {
    width: 52%;
    text-align: left;
    margin-top: 20px;
}
@media screen and (max-width: 768px) {
	.message__contents {
		width: 95%;
		margin: 4vw auto 0;
	}
}
@media screen and (max-width: 768px) {
	.message__name {
		width: 80%;
	    margin: 0 auto;
	    text-align: center;
	}
}
.message__h3ttl {
    font-size: 32px;
    margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
	.message__h3ttl {
	    font-size: 7vw;
	    margin-bottom: 0;
	}
}
.message__position {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 12px;
    font-weight: 300;
    border-bottom: 1px solid #CBCBCB;
}
.message__nametxt {
    line-height: 1.8;
}

/***** requirements *****/
.sec__requirements {
	text-align: center;
    padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
	.sec__requirements {
		padding-bottom: 15vw;
	}
}
.requirements__container {
    width: 90%;
    margin: 0 auto;
    padding-top: 100px;
    text-align: center;
}
@media screen and (max-width: 768px) {
	.requirements__container {
		width: 95%;
		padding-top: 15vw;
	}
}
.requirements__h2ttl {
	display: inline-block;
	margin-bottom: 65px;
	padding: 5px 295px 20px;
    position: relative;
	background-image: url(../img/requirements-ttl.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
@media screen and (max-width: 768px) {
	.requirements__h2ttl {
		margin-bottom: 10vw;
        padding: 1vw 21vw;
        font-size: 13vw;
	}
}
.requirements__block {
    width: 90%;
    max-width: 1500px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.requirements__block {
		width: 95%;
    	display: block;
	}
}
.requirements__table {
    width: 48%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
}
@media screen and (max-width: 768px) {
	.requirements__table {
		width: 100%;
	}
}
.requirements__th {
    max-width: 200px;
    width: 35%;
    border-bottom: 3px solid transparent;
    border-image: linear-gradient(
    	90deg, 
    	#101CF7 0%,
	  	#101CF7 49%,
	  	#FA008E 50%,
	  	#FA008E 100%
	 );
  	border-image-slice: 1;
  	word-wrap: break-word;
}
@media screen and (max-width: 768px) {
	.requirements__th {
		border-bottom: 4px solid transparent;
	}
}
.requirements__tablerow:first-of-type .requirements__th{
	border-top: 3px solid transparent;
}
@media screen and (max-width: 768px) {
	.requirements__tablerow:first-of-type .requirements__th{
		border-top: 4px solid transparent;
	}
}
.requirements__td {
	font-size: 1.2vw;
	border-top: 1px solid #000;
	word-wrap: break-word;
	line-height: 1.2;
}
@media screen and (max-width: 768px) {
	.requirements__td {
		font-size: 3.5vw;
	}
}
.requirements__td.requirements__where {
	padding: 20px 0;
	/*text-align: left;*/
}
@media screen and (max-width: 768px) {
	.requirements__td.requirements__where {
		padding: 5vw 0;
		/*font-size: 2.8vw;*/
	}
}
.requirements__tablerow:last-of-type .requirements__td {
	padding: 40px 0;
	text-align: left;
	border-bottom: 1px solid #000;
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
	.requirements__tablerow:last-of-type .requirements__td {
		padding: 10vw 0;
	    font-size: 3vw;
	    line-height: 2;
	}
}
.requirements__tablerow .requirements__td.requirements__howtoentry{
	padding-bottom: 165px;
	position: relative;
}
@media screen and (max-width: 768px) {
	.requirements__tablerow.requirements__entry .requirements__th {
		position: relative;
	}
	.requirements__tablerow .requirements__td.requirements__howtoentry {
	    padding-top: 8vw;
	    padding-bottom: 30vw;
	    font-size: 3vw;
	    text-align: left;
	    line-height: 2;
	}
	.requirements__tablerow.requirements__entry .requirements__th .requirements__qrblock {
		position: absolute;
		bottom: 7.5vw;
		right: -12vw;
	}
	.requirements__tablerow .requirements__td.requirements__howtoentry .requirements__qrblock {
		position: absolute;
		bottom: 7.5vw;
		right: 0;
	}
	.requirements__qrimg {
	    width: 44vw;
	}
}
.requirements__tablerow .requirements__td.requirements__howtoentry::after {
	content: "";
	position: absolute;
	bottom: 50px;
    right: 0;
	display: block;
	width: 434px;
    height: 75px;
    background-image: url(../img/qr-app.webp);
	background-size: contain;
	background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
	.requirements__tablerow .requirements__td.requirements__howtoentry::after {
		content: none;
	}
}
.requirements__th--inner {
	min-height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.requirements__td--attention {
    font-size: 12px;
}
/***** qanda *****/
.sec__qanda {
	text-align: center;
	background-color: #f9f9f9;
    padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
	.sec__qanda {
		padding-bottom: 40vw;
	}
}
.qanda__container {
    padding-top: 100px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
@media screen and (max-width: 768px) {
	.qanda__container {
		padding-top: 20vw;
    	width: 95%;
	}
}
.qanda__h2ttl {
	display: inline-block;
	margin-bottom: 65px;
	padding: 5px 100px 20px;
    position: relative;
	background-image: url(../img/qanda-ttl.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
@media screen and (max-width: 768px) {
	.qanda__h2ttl {
		margin-bottom: 15vw;
    	padding: 5vw 21vw;
	}
}
.qanda__contents {
    width: 52%;
    margin: 0 auto;
    text-align: left;
}
@media screen and (max-width: 768px) {
	.qanda__contents {
		width: 95%;
	}
}
.qanda__block {
    margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
	.qanda__block {
		margin-bottom: 15vw;
	}
}
.qanda__q {
    padding-bottom: 25px;
    padding-left: 50px;
    position: relative;
    font-size: 1.4vw;
    font-weight: 600;
    border-bottom: 1px solid #E7E7E7;
}
@media screen and (max-width: 768px) {
	.qanda__q {
		padding-bottom: 4vw;
	    padding-left: 12vw;
	    font-size: 4.7vw;
	}
}
.qanda__q::before {
	content: "";
	position: absolute;
	top: -2px;
    left: 0;
	display: block;
	width: 37px;
    height: 41px;
    background-image: url(../img/qanda-ico-q.webp);
	background-size: contain;
	background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
	.qanda__q::before {
		top: 40%;
		transform: translateY(-50%);
	}
}
.qanda__a {
    padding-top: 25px;
    padding-left: 50px;
    position: relative;
    font-weight: 500;
    line-height: 2;
}
@media screen and (max-width: 768px) {
	.qanda__a {
		padding-top: 4vw;
    	padding-left: 12vw;
	}
}
.qanda__a::before {
	content: "";
	position: absolute;
	top: 24px;
    left: 0;
	display: block;
	width: 37px;
    height: 41px;
    background-image: url(../img/qanda-ico-a.webp);
	background-size: contain;
	background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
	.qanda__a::before {
		top: 4vw;
	}
}

/***** footer *****/
.copyright__txt {
    padding: 35px;
    font-size: 10px;
    font-weight: 300;
    text-align: center;
}
@media screen and (max-width: 768px) {
	.copyright__txt {
	    padding: 4vw;
	    font-size: 2.5vw;
	    font-weight: 400;
	}
}
