@charset "utf-8";
/*.form関係のリセットここから*/
input,
button,
select,
textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea{
/*	resize: vertical;*/
	resize: none;
}

input[type='checkbox'],
input[type='radio']{
	display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select{
	cursor: pointer;
}

select::-ms-expand{
	display: none;
}

::placeholder{
	color: #ACB6BA;
	font-weight: 500;
}
/*.form関係のリセットここから*/

main{
	min-height: initial;
	padding-top: 0;
}

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-image: url(../img/typingchallenge/eye01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		background-image: url(../img/typingchallenge/eye01_sp.jpg);
	}
}
.contents01 .contents01_01 .contents01_01_01{
	box-sizing: border-box;
	width: 980px;
	height: 100vh;
	min-height: 780px;
	padding: 60px 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01{
		width: 90%;
		min-height: 650px;
		padding: 45px 0;
	}
}
.contents01 .contents01_01 .contents01_01_01 .item02{
	width: 528px;
	height: auto;
	margin: 0 auto 1px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .item02{
		width: 100%;
		max-width: 338px;
		margin: 0 auto;
	}
}
.contents01 .contents01_01 .contents01_01_01 .item02 img{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 h1{
	width: 566px;
	height: auto;
	margin: -2px auto 5px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 h1{
		width: 100%;
		max-width: 375px;
		margin: 1px auto 14px;
	}
}
.contents01 .contents01_01 .contents01_01_01 h1 img{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01 .contents01_01_01 .text01{
	width: 100%;
	height: auto;
	margin: 0 auto 25px;
	font-size: 17px;
	line-height: 32px;
	color: #ffffff;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .text01{
		margin: 0 auto 27px;
		font-size: 14px;
		line-height: 24px;
		text-align: left;
	}
}
.contents01 .contents01_01 .contents01_01_01 .text01 span{
	font-size: 17px;
	line-height: 32px;
	color: #ffffff;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .text01 span{
		font-size: 14px;
		line-height: 24px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01{
	width: 500px;
	height: auto;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01{
		width: 100%;
		max-width: 320px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 form{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 35px 50px 30px;
	margin: 0 auto;
	border-radius: 24px;
	background-color: rgba(255, 255, 255, .7);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 form{
		width: 100%;
		padding: 20px 30px 17px;
		border-radius: 12px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 form label{
	width: 100%;
	height: auto;
	margin: 13px auto 0;
	font-size: 16px;
	line-height: 26px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 form label{
		margin: 7px auto 0;
		font-size: 14px;
		line-height: 24px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 form label:nth-of-type(1){
	margin-top: 0;
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 form input{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 10px 10px;
	margin: 5px auto 0;
	font-size: 16px;
	line-height: 26px;
	border-radius: 8px;
	background-color: #ffffff;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 form input{
		padding: 8px 8px;
		margin: 2px auto 0;
		font-size: 14px;
		line-height: 24px;
		border-radius: 6px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 form select{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 10px 45px 10px 10px;
	margin: 5px auto 0;
	font-size: 16px;
	line-height: 26px;
	border-radius: 8px;
	background-color: #ffffff;
	background-image: url(../img/typingchallenge/item09.png);
	background-repeat: no-repeat;
	background-size: 9px auto;
	background-position: center right 24px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 form select{
		padding: 8px 30px 8px 8px;
		margin: 2px auto 0;
		font-size: 14px;
		line-height: 24px;
		border-radius: 6px;
		background-position: center right 15px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 form button{
	width: 302px;
	height: 58px;
	margin: 26px auto 0;
	border-radius: calc(58px / 2);
	background-color: #D01010;
	font-size: 18px;
	line-height: 22px;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
	transition: all .5s;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 form button{
		width: 100%;
		max-width: 236px;
		height: 44px;
		margin: 19px auto 0;
		border-radius: calc(44px / 2);
		font-size: 14px;
		line-height: 18px;
	}
}
.contents01 .contents01_01 .contents01_01_01 .contents01_01_01_01 form button:hover{
	opacity: .5;
	transition: all .5s;
}
.contents01 .contents01_01 .contents01_01_01 .item010{
	width: 227px;
	height: auto;
	display: block;
	position: absolute;
	top: auto;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 .item010{
		width: 190px;
		bottom: 8px;
	}
}
.contents01 .contents01_01 .contents01_01_02{
	box-sizing: border-box;
	width: 980px;
	height: auto;
	padding: 15px 0 40px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02{
		width: 90%;
		padding: 10px 0 15px;
	}
}
.contents01 .contents01_01 .contents01_01_02 h2{
	width: auto;
	height: auto;
	margin: 0 0 10px;
	font-size: 22px;
	line-height: 37px;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 h2{
		margin: 0 0 9px;
		font-size: 19px;
		line-height: 32px;
		text-align: left;
	}
}
@media only screen and (max-width: 374px) {
	.contents01 .contents01_01 .contents01_01_02 h2{
		font-size: 17px;
		line-height: 30px;
	}
}
.contents01 .contents01_01 .contents01_01_02 a{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 a{
		font-size: 15px;
		line-height: 25px;
	}
}
.contents01 .contents01_01 .contents01_01_02 a::before{
	content: '';
	width: 13px;
	height: 9px;
	margin: 0 10px 0 0;
	background-color: #ffffff;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	display: block;
	flex-shrink: 0;
}
.contents01 .contents01_01 .contents01_01_02 a::after{
	content: '';
	width: 13px;
	height: 9px;
	margin: 0 0 0 10px;
	background-color: #ffffff;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	display: block;
	flex-shrink: 0;
}
/*.contents01ここまで*/

/*.contents03ここから*/
.contents03{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents03 .contents03_01{
	width: 980px;
	height: auto;
	padding: 40px 0 0;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01{
		width: 90%;
		padding: 20px 0 0;
	}
}
.contents03 .contents03_01 .movie_bg{
	width: 596px;
	height: 348px;
	margin: 0 auto;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents03 .contents03_01 .movie_bg{
		width: 100%;
		height: auto;
		padding-top: 59%;
	}
}
.contents03 .contents03_01 .movie_bg .movie{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.contents03 .contents03_01 .movie_bg .movie img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.contents03 .contents03_01 .movie_bg .movie iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/*.contents03ここまで*/

/*.contents02ここから*/
.contents02{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents02 .contents02_01{
	width: 800px;
	height: auto;
	padding: 70px 0 82px;
	margin: 0 auto;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01{
		width: 90%;
		padding: 50px 0 63px;
	}
}
.contents02 .contents02_01 .contents02_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto 102px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01{
		margin: 0 auto 61px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .item01{
	width: 370px;
	height: auto;
	margin: 0 auto 45px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 .item01{
		width: 100%;
		max-width: 264px;
		margin: 0 auto 34px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .text01{
	width: 100%;
	height: auto;
	margin: 0 auto 25px;
	font-size: 27px;
	line-height: 37px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 .text01{
		margin: 0 auto 22px;
		font-size: 22px;
		line-height: 32px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 p{
	box-sizing: border-box;
	width: 80px;
	height: auto;
	padding: 60px 14px 0 0;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 p{
		width: 54px;
		padding: 60px 6px 0 0;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 p span{
	width: 100%;
	height: auto;
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	color: #002960;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 p span{
		font-size: 12px;
		line-height: 16px;
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 p span span{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 20px;
	line-height: 24px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 p span span{
		font-size: 14px;
		line-height: 16px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 p .img{
	width: 100%;
	height: auto;
	margin: 0;
	background-image: url(../img/typingchallenge/item05.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	display: block;
	flex-grow: 1;
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .table{
	width: auto;
	height: auto;
	margin: 0;
	display: block;
	flex-grow: 1;
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .table table{
	width: 100%;
	height: auto;
	margin: 0;
	text-align: center;
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .table table thead{
	background-color: #002960;
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .table table thead tr th{
	height: 60px;
	color: #ffffff;
	border: 1px solid #707070;
	vertical-align: middle;
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .table table thead tr th:nth-of-type(1){
	width: auto;
	border-right: 1px solid #B7B7B7;
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .table table thead tr th:nth-of-type(2){
	width: 256px;
	border-right: 1px solid #B7B7B7;
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .table table thead tr th:nth-of-type(3){
	width: 256px;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .table table thead tr th:nth-of-type(1){
		width: auto;
		min-width: 85px;
	}
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .table table thead tr th:nth-of-type(2){
		width: auto;
	}
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .table table thead tr th:nth-of-type(3){
		width: auto;
		min-width: 85px;
	}
}
@media only screen and (max-width: 374px) {
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .table table thead tr th:nth-of-type(3){
		min-width: 50px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .table table thead tr th h3{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 20px;
	line-height: 24px;
	color: #ffffff;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .table table thead tr th h3{
		font-size: 15px;
		line-height: 19px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .table table tbody tr td{
	width: auto;
	height: 55px;
	font-size: 20px;
	line-height: 24px;
	border: 1px solid #707070;
	border-right: 1px solid #B7B7B7;
	vertical-align: middle;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .table table tbody tr td{
		font-size: 15px;
		line-height: 19px;
	}
}
@media only screen and (max-width: 374px) {
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .table table tbody tr td{
		font-size: 13px;
		line-height: 17px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .table table tbody tr td:nth-of-type(1){
	font-size: 16px;
	line-height: 20px;
	background-color: #E6ECF4;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .table table tbody tr td:nth-of-type(1){
		font-size: 14px;
		line-height: 18px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .table table tbody tr td:nth-of-type(1) span{
	font-size: 25px;
	line-height: 29px;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .table table tbody tr td:nth-of-type(1) span{
		font-size: 18px;
		line-height: 22px;
	}
}
.contents02 .contents02_01 .contents02_01_01 .contents02_01_01_01 .table table tbody tr td:last-of-type{
	border-right: 1px solid #707070;
}
.contents02 .contents02_01 .contents02_01_02{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 0 0 43px;
	margin: 0 auto 75px;
	border: 1px solid #254A9D;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_02{
		padding: 0 0 24px;
		margin: 0 auto 45px;
	}
}
.contents02 .contents02_01 .contents02_01_02 .text02{
	width: 100%;
	height: 60px;
	margin: 0 auto 35px;
	font-size: 20px;
	line-height: 24px;
	color: #022B79;
	background-color: #F1F3F7;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_02 .text02{
		height: 55px;
		margin: 0 auto 19px;
		font-size: 18px;
		line-height: 22px;
	}
}
.contents02 .contents02_01 .contents02_01_02 h2{
	width: 100%;
	height: auto;
	margin: 0 auto 25px;
	font-size: 27px;
	line-height: 37px;
	display: block;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_02 h2{
		box-sizing: border-box;
		padding: 0 5px 0;
		margin: 0 auto 14px;
		font-size: 22px;
		line-height: 32px;
	}
}
@media only screen and (max-width: 374px) {
	.contents02 .contents02_01 .contents02_01_02 h2{
		font-size: 19px;
		line-height: 29px;
	}
}
.contents02 .contents02_01 .contents02_01_02 h2 span{
	color: #D01110;
}
.contents02 .contents02_01 .contents02_01_02 h2 span span{
	font-size: 17px;
	line-height: 27px;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_02 h2 span span{
		font-size: 15px;
		line-height: 25px;
	}
}
@media only screen and (max-width: 374px) {
	.contents02 .contents02_01 .contents02_01_02 h2 span span{
		font-size: 12px;
		line-height: 22px;
	}
}
.contents02 .contents02_01 .contents02_01_02 img{
	width: 547px;
	height: auto;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_02 img{
		width: 90%;
		max-width: 295px;
	}
}
.contents02 .contents02_01 .contents02_01_03{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	text-align: center;
}
.contents02 .contents02_01 .contents02_01_03 .text02{
	width: auto;
	height: auto;
	margin: 0 auto 25px;
	font-size: 22px;
	line-height: 32px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_03 .text02{
		margin: 0 auto 20px;
		font-size: 18px;
		line-height: 28px;
	}
}
.contents02 .contents02_01 .contents02_01_03 .text02::before{
	content: '';
	width: 32px;
	height: 2px;
	margin: 0 14px 0 0;
	background-color: #101010;
	display: block;
	transform: rotate(65deg);
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_03 .text02::before{
		width: 28px;
		margin: 0 12px 0 0;
	}
}
.contents02 .contents02_01 .contents02_01_03 .text02::after{
	content: '';
	width: 32px;
	height: 2px;
	margin: 0 0 0 14px;
	background-color: #101010;
	display: block;
	transform: rotate(-65deg);
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_03 .text02::after{
		width: 28px;
		margin: 0 0 0 12px;
	}
}
.contents02 .contents02_01 .contents02_01_03 .contents02_01_03_01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contents02 .contents02_01 .contents02_01_03 .contents02_01_03_01 a{
	width: 57px;
	height: auto;
	margin: 0 0 0 50px;
	display: block;
}
.contents02 .contents02_01 .contents02_01_03 .contents02_01_03_01 a:nth-of-type(1){
	margin-left: 0;
}
.contents02 .contents02_01 .contents02_01_03 .contents02_01_03_01 a img{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
/*.contents02ここまで*/

/*.contents04ここから*/
.contents04{
	width: 230px;
	height: auto;
	display: block;
	position: fixed;
	top: auto;
	bottom: 40px;
	left: auto;
	right: 25px;
	margin: auto;
	z-index: 1;
}
@media only screen and (max-width: 767px) {
	.contents04{
		width: 135px;
		bottom: -156px;
		right: 12px;
		transition: bottom .5s;
	}
}
.contents04 > a{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
	position: relative;
}
.contents04 > a > .item01{
	width: 39px;
	height: auto;
	margin: 0;
	display: block;
	position: absolute;
	top: -14px;
	bottom: auto;
	left: 0;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contents04 > a > .item01{
		width: 26px;
		top: -11px;
	}
}
.contents04 > a > .item01 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
.contents04 > a > .item02{
	width: 100%;
	height: auto;
	margin: 0;
	border-radius: 50%;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .5);
	display: block;
}
.contents04 > a > .item02 > img{
	width: 100%;
	height: auto;
	margin: 0;
	display: block;
}
/*.contents04ここまで*/