@charset "utf-8";
/* ---------------------------------------------------------------------------------------------------*/
#mainvisual {
    padding-top: 88px;
    width: 100%;
    min-width: 1120px;
    position: relative;
    overflow: hidden;
    background: url("../images/top/top_bg.jpg") 50% 0 no-repeat, #0b122b;
}
#mainvisual a{
    display: block;
    width: 332px;
    height: 80px;
    line-height: 76px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    background: #0377ee;
    box-shadow: 0 -4px 0 0 #006688 inset;
    position: relative;
    transition: all 0.3s ease-out;
    text-decoration: none;
}
#mainvisual a::after{
    content: "\f103";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 32px;
    top: calc(50% - 0.5em);
    font-size: 24px;
    line-height: 1em;
    transition: all 0.2s ease-out;
}
#mainvisual a:hover,
#mainvisual a.hover {
    background: #006688;
}
#mainvisual a:hover::after,
#mainvisual a.hover::after{
    top: calc(50% - 0.3em);
}
#mainvisual .section1 {
    margin: 0 auto;
    padding: 100px 80px 40px;
    width: 1120px;
    display: flex;
    flex-wrap: wrap;
}
#mainvisual .section1 h1 {
    width: 100%;
    font-size: 48px;
    color: #FFF;
    font-weight: 900;
    line-height: 80px;
}
#mainvisual .section1 h1 i {
    padding: 0 0.08em;
    color: #FFF;
    font-size: 40px;
}
#mainvisual .section1 h1 span {
    padding: 0 24px;
    font-size: 64px;
    background:
        url("../images/top/top_h1_bracket_left.png") 0 6px no-repeat,
        url("../images/top/top_h1_bracket_right.png") 100% calc(100% - 6px) no-repeat;
}
#mainvisual .section1 h1 span i {
    font-size: 56px;
}
#mainvisual .section1 p {
    padding-top: 32px;
    font-size: 18px;
    color: #FFF;
}
#mainvisual .section1 a {
    margin-left: auto;
    margin-top: auto;
}

/* ---------------------------------------------------------------------------------------------------*/
#mainvisual .section2,
#mainvisual .section3 {
    margin: 0 auto;
    width: 1120px;
    position: relative;
    display: flex;
    flex-direction: column;
    position: relative;
}
#mainvisual .section2 .subHead {
    margin-left: auto;
    margin-right: 40px;
    padding-left: 8.8%;
    display: flex;
    background: url("../images/top/top_subhead_slash_left.png") 0 100% no-repeat;
    position: relative;
    z-index: 3;
}
#mainvisual .section2 h2 {
    padding: 32px 64px 32px 40px;
    color: #FFF;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.5em;
    border-top: 2px solid #068;
    border-right: 2px solid #068;
}
#mainvisual .section2 h2 span {
    margin-bottom: 16px;
    display: block;
    padding-left: 40px;
    font-size: 24px;
    color: #03bbdd;
    background: url("../images/common/subehead_slash.png") 0 0 no-repeat;
}
#mainvisual .section2 .contentWrap {
    margin-top: -80px;
    padding: 120px 80px 40px 600px;
    position: relative;
    z-index: 1;
    border: 4px solid #0377ee;
}
#mainvisual .section2 .trainingConut span {
    padding: 0 24px;
    color: #FFF;
    font-weight: bold;
    line-height: 40px;
    background: #0377ee;
    position: relative;
    display: inline-block;
}
#mainvisual .section2 .trainingConut span::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 19px 0 0;
    border-color: #0377ee transparent transparent transparent;
    position: absolute;
    top: 0;
    right: -19px;
}
#mainvisual .section2 .trainingConut p {
    margin-top: -16px;
    padding: 32px 16px 16px;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    background: rgba(255, 255, 255, .16);
}
#mainvisual .section2 .trainingConut i {
    padding-right: 4px;
    color: #FFF;
    font-size: 52px;
    line-height: 1em;
}
#mainvisual .section2 .contentWrap h3 {
    padding-top: 24px;
    font-size: 24px;
    line-height: 1.6em;
    color: #FFF;
}
#mainvisual .section2 .contentWrap h3+p {
    color: #FFF;
    padding-top: 24px;
}
#mainvisual .section2 .bg {
    position: absolute;
    z-index: 2;
    right: 520px;
    top: 88px;
    width: calc(50vw + 40px);
    background: url("../images/top/top_bg01.png") 100% 50% no-repeat;
    background-size: cover;
}

/* ---------------------------------------------------------------------------------------------------*/
#mainvisual .section3 .subHead {
    margin-left: 40px;
    padding-right: 8.8%;
    width: 616px;
    background: url("../images/top/top_subhead_slash_right.png") 100% 0 no-repeat;
    position: relative;
    z-index: 3;
}
#mainvisual .section3 h2 {
    padding: 32px 40px 32px 64px;
    color: #FFF;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.5em;
    border-bottom: 2px solid #068;
    border-left: 2px solid #068;
}
#mainvisual .section3 h2 span {
    margin-bottom: 16px;
    display: block;
    padding-left: 40px;
    font-size: 24px;
    color: #03bbdd;
    background: url("../images/common/subehead_slash.png") 0 0 no-repeat;
}
#mainvisual .section3 .contentWrap {
    margin-top: -80px;
    padding: 120px 600px 40px 80px;
    position: relative;
    z-index: 1;
    border: 4px solid #0377ee;
}
#mainvisual .section3 .contentWrap p {
    color: #FFF;
}
#mainvisual .section3 .contentWrap p.caution {
    padding-top: 16px;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 14px;
    color: #03afcf;
}
#mainvisual .section3 .bg {
    position: absolute;
    z-index: 2;
    left: 500px;
    top: 88px;
    width: calc(50vw + 60px);
    background: url("../images/top/top_bg02.png") 0 50% no-repeat;
    background-size: cover;
}

/* ---------------------------------------------------------------------------------------------------*/
#mainvisual .section4 {
    padding: 0 80px;
    margin: 0 auto;
    width: 1120px;
    display: flex;
    flex-direction: column;
}
#mainvisual .section4 p {
    padding-bottom: 24px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
}
#mainvisual .section4 div {
    padding: 40px;
    background: #112266;
    display: flex;
    justify-content: center;
}

/* ---------------------------------------------------------------------------------------------------*/
#gameTitle{
	background: #0b122b;
}
#gameTitle .inner {
    padding: 0 80px;
}
#gameTitle h2 {
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
#gameTitle h2 span {
    display: block;
    font-size: 48px;
    color: #03bbdd;
    line-height: 1em;
}
#gameTitle ul.gameList {
    margin: -24px 0 0 -24px;
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#gameTitle ul.gameList li {
    margin: 24px 0 0 24px;
    width: calc(33.3% - 24px);
    background: #FFF;
    display: flex;
    align-items: center;
}
#gameTitle ul.gameList li a{
    padding: 40px;
	overflow: hidden;
}
#gameTitle ul.gameList li img {
	transition: all 0.4s ease-out;
    width: 100%;
}
#gameTitle ul.gameList li a:hover img,
#gameTitle ul.gameList li a.hover img{
	opacity: 0.6;
	transform: scale(1.3, 1.3);
}
#gameTitle .annotation{
	margin-top: 24px;
	padding: 16px;
	border: 1px solid #068;
	background: #020924;
}
#gameTitle .annotation p{
	color: #FFF;
	text-align: center;
}
#gameTitle .annotation a{
	color: #03bbdd;
}
#gameTitle .annotation a:hover,
#gameTitle .annotation a.hover{
	color: #0377ee;
}
/* ---------------------------------------------------------------------------------------------------*/
#gameTrainer{
	background: #0B122B;
}
#gameTrainer .inner {
    padding: 0 80px;
}
#gameTrainer h2 {
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
#gameTrainer h2 span {
    display: block;
    font-size: 48px;
    color: #03bbdd;
    line-height: 1em;
}
#gameTrainer .trainerCard{
	margin: 40px 0;
	padding: 0;
	justify-content: space-between;
	border: none;
}
#gameTrainer .trainerCard > li{
	padding: 24px;
	width: calc(50% - 20px);
	border: 1px solid #068;
    background: #020924;
}
#gameTrainer .trainerCard .trainerHead{
	display: flex;
	flex-wrap: wrap;
}
#gameTrainer .trainerCard .trainerThumb{
	width: 120px;
	height: 120px;
}
#gameTrainer .titleList {
	margin-top: 8px;
}
#gameTrainer .trainerArchive dt{
	display: none;
}
#gameTrainer .trainerArchive dd{
	color: #FFF;
}
/* ---------------------------------------------------------------------------------------------------*/
#voice h2 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
#voice h2 span {
    display: block;
    font-size: 48px;
    color: #03bbdd;
    line-height: 1em;
}
#voice .voiceWrap {
    margin-bottom: -40px;
    padding: 40px 40px 0;
    display: flex;
    flex-wrap: wrap;
}
#voice .voiceCard {
    padding: 40px;
    width: 50%;
    background: url("../images/common/bg_border.png") 0 0 repeat-x;
    background-size: 1px 1px;
}
#voice .voiceHead {
    padding-bottom: 16px;
    display: flex;
    align-items: center;
}
#voice .voiceHead .thumbImage {
    margin-right: 16px;
    padding: 8px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 4px solid #03bbdd;
}
#voice .voiceHead p {
    flex: 1;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3em;
}
#voice .voiceHead p span {
    padding-top: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #888;
    display: block;
}
#voice .marker {
    font-weight: bold;
    background: linear-gradient(transparent 50%, #ff6 50%);
}

/* ---------------------------------------------------------------------------------------------------*/
#price {
    background: #F1F1F1;
    position: relative;
}
#price .inner {
	padding: 0 80px;
}
#price h2 {
	margin-bottom: 40px;
    font-size: 18px;
    font-weight: bold;
	text-align: center;
}
#price h2 span {
    display: block;
    font-size: 48px;
    color: #03bbdd;
    line-height: 1em;
}
#price .priceWrap {
	display: flex;
	justify-content: center;
	position: relative;
}
#price .priceWrap span {
    padding: 0 16px 0 32px;
    color: #FFF;
	font-size: 18px;
    font-weight: bold;
	line-height: 72px;
    background: #0377ee;
    position: relative;
    display: inline-block;
}
#price .priceWrap span::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 72px 32px 0 0;
    border-color: #0377ee transparent transparent transparent;
    position: absolute;
    top: 0;
    right: -32px;
}
#price .priceWrap p {
    padding: 20px 24px 12px 48px;
    text-align: center;
    font-size: 18px;
	color: #888;
    background: #FFF;
}
#price .priceWrap i {
    padding-right: 4px;
    font-size: 40px;
    line-height: 1em;
	color: #888;
	text-decoration: line-through;
}
#price .campaignCatch{
	margin-top: 16px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #d9534f;
}
#price .courseList{
	display: flex;
	justify-content: space-between;
}
#price .courseWrap{
	margin-top: 32px;
	padding: 100px 0 16px;
	width: 296px;
	border: 4px solid #0377EE;
	background: #FFF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
#price .courseWrap h3{
	padding: 12px;
	width: 100%;
	color: #FFF;
	background: #0377EE;
	font-size: 24px;
	line-height: 1.2em;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
#price .courseWrap h3 span{
	display: block;
	font-size: 16px;
	font-weight: normal;
}
#price .coursePrice{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
#price .coursePrice i{
	font-size: 40px;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 1.2em;
}
#price .coursePrice span{
	margin-top: -8px;
	display: block;
	font-size: 16px;
	font-weight: normal;
}
#price .discount{
	margin-top: 8px;
	text-align: center;
}
#price .discount span{
	font-size: 24px;
	font-weight: bold;
	color: #d9534f;
	background: linear-gradient(transparent 50%, #ff6 50%);
}
#price .discount span i{
	font-size: 30px;
	font-family: 'Josefin Sans', sans-serif;
	color: #d9534f;
}
#price .annotation{
	margin-top: -12px;
	text-align: center;
	color: #888;
	font-size: 14px;
}
.cautionWrap {
	margin-top: 24px;
	display: flex;
	justify-content: center;
}
/* ---------------------------------------------------------------------------------------------------*/
#freeTrial {
    position: relative;
}
#freeTrial .bg {
    height: 100%;
    width: 50vw;
    position: absolute;
    left: -10px;
    top: 41px;
    background: url("../images/top/price_bg.png") 100% 0 no-repeat;
    background-size: cover;
}
#freeTrial .inner {
    padding-left: 600px;
    padding-right: 80px;
}
#freeTrial h2 {
    margin-bottom: 32px;
    font-size: 18px;
    font-weight: bold;
}
#freeTrial h2 span {
    display: block;
    font-size: 48px;
    color: #03bbdd;
    line-height: 1em;
}
#freeTrial p {
	margin-top: 1em;
}
#freeTrial p span {
	font-weight: bold;
	background: linear-gradient(transparent 50%, #ff6 50%);
}

/* ---------------------------------------------------------------------------------------------------*/
#faq .inner {
    padding: 0 40px;
}
#faq h2 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
#faq h2 span {
    display: block;
    font-size: 48px;
    color: #03bbdd;
    line-height: 1em;
}
#faq dl {
    padding-top: 40px;
    border-bottom: 1px dotted #AAA;
}
#faq dt {
    padding: 16px 96px 16px 80px;
    font-size: 24px;
    font-weight: bold;
    background: url("../images/common/subehead_slash.png") 40px 16px no-repeat;
    border-top: 1px dotted #AAA;
    cursor: pointer;
    position: relative;
}
#faq dt i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #CCC;
    position: relative;
    position: absolute;
    right: 40px;
    top: 16px;
}
#faq dt i::after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    position: absolute;
    font-size: 24px;
    color: #888;
    line-height: 38px;
    width: 100%;
    text-align: center;
}
#faq dt i.open::after {
    content: "\f00d";
}
#faq dd {
    padding: 0 96px 24px 80px;
    display: none;
}
#faq dd.open {
    display: block;
}

/* ---------------------------------------------------------------------------------------------------*/
#application {
    background: #F1F1F1;
}
#application .inner {
    padding: 0 80px;
}
#application h2 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
#application h2 span {
    display: block;
    font-size: 48px;
    color: #03bbdd;
    line-height: 1em;
}
#application h2+p {
    padding: 40px 0;
    text-align: center;
}
#application .whiteWrap {
    padding: 40px;
    background: #FFF;
}