@charset "utf-8";

/* ---------------------------------------------------------------
	Reset
--------------------------------------------------------------- */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#643813;
    font-style: normal;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* add to
---------------------------------------------------------- */
html{
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}
*, *:before, *:after{
	box-sizing: inherit;
}
main{
	display: block;
}
img {
	border-style: none;
}
button, input, select, textarea {
	font-family: inherit;
	font-weight: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}



/* ---------------------------------------------------------------
	Base
--------------------------------------------------------------- */
body {
	color: #333;
	font-size: 23px;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	word-break: normal;
	overflow-wrap: break-word;
	word-wrap: break-word;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	text-align: center;
}
img{
	max-width: 100%;
	height: auto !important;
	display: block;
	margin: auto;
}
/* PCのみ */
@media all and (min-width: 751px) {
	body{
		min-width: 750px;
	}
	#all{
		min-width: 1120px;
	}
	.inner{
		width: 1120px;
		margin: auto;
	}
	.inner_in{
		width: 900px;
		margin: auto;
	}
	
	a,
	a img{
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
	}
	a:hover{
		text-decoration: none;
	}
	a:hover img{
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
	}
}
/* SPのみ */
@media all and (max-width: 750px) {
	body{
		width: 100%;
		min-width: 320px;
		font-size: calc(26vw / 750 * 100);
	}
	#all{
		width: 100%;
	}
}



/* ---------------------------------------------------------------
	Content
--------------------------------------------------------------- */
.bg_light{
	background: #dfeaff;
}
.bg_blue{
	background: #0c2780;
}
.bg_gray{
	background: #f2f2f2;
}

/* video
---------------------------------------------------------- */
video{
	display: block;
	outline: 2px solid #0c2780;
	border-radius: 12px;
	box-sizing: border-box;
	object-fit: cover;
	outline-offset: -1px;
}
.wrap_movie{
	position: relative;
}
.wrap_movie video{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 320px;
}
.wrap_movie.movie02 video{
	bottom: 7%;
}
.wrap_movie.tool video{
	bottom: 21%;
}
.wrap_movie.alert video{
	top: 24%;
}
.wrap_movie.demo video{
	bottom: 23%;
}
.wrap_movie.knockout video{
	top: 0;
}
.wrap_movie.beginner video{
	top: 30%;
}
/* SPのみ */
@media all and (max-width: 750px) {
	video{
		width: 100%;
		border-radius: calc(25vw / 750 * 100);
	}
	.wrap_movie video{
		width: calc(655vw / 750 * 100);
	}
	.wrap_movie.movie02 video{
		bottom: 4%;
	}
	.wrap_movie.tool video{
		bottom: 14%;
	}
	.wrap_movie.alert video{
		top: 16%;
	}
	.wrap_movie.demo video{
		bottom: 15%;
	}
	.wrap_movie.knockout video{
		width: 79%;
	}
	.wrap_movie.beginner video{
		width: 82%;
	}
}


/* fv
---------------------------------------------------------- */

/* PCのみ */
@media all and (min-width: 751px) {
	header{
		background: #0c2780;
		height: 64px;
	}
	header img{
		margin-left: 38px;
	}
}

.fv{
	position: relative;
}
/* PCのみ */
@media all and (min-width: 751px) {
	.fv_orange{
		background: #ff961e;
	}
	.fv_blue{
		background: #004aff;
	}
	.fv_orange img{
		margin-left: 54px;
	}
	.fv_blue img{
		margin-left: 115px;
	}
	.fv_content img{
		margin-left: 0;
	}
	.fv_reason{
		background: #425390;
	}
	.fv_reason img{
		margin-left: 0;
	}
	.fv video{
		position: absolute;
		top: 6%;
		left: 53%;
		width: 465px;
	}
}
/* SPのみ */
@media all and (max-width: 750px) {
	.fv video{
		width: 90%;
		margin: auto;
	}
}


/* tieup
---------------------------------------------------------- */
.tieup{
	position: relative;
}
.tieup a{
	position: absolute;
	display: block;
	bottom: 14%;
	left: 0;
	right: 0;
	margin: auto;
	width: 570px;
}
/* SPのみ */
@media all and (max-width: 750px) {
	.tieup a{
		width: calc(585vw / 750 * 100);
		bottom: 7.5%;
	}
}


/* popup
---------------------------------------------------------- */
.js-popup-open {
	cursor: pointer;
}
.js-popup {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3;
}
.popup_bg {
	background: rgba(0,0,0,0.7);
	height: 100vh;
	position: fixed;
	width: 100%;
}
.popup_content {
	background: #fff;
	left: 50%;
	/*padding: 30px;*/
	position: fixed;
	top: calc(50% - 10px);
	transform: translate(-50%,-50%);
	width: 750px;
	/*border-radius: 10px;*/
	font-size: 1.2rem;
	max-width: 700px;
	text-align: center;
	max-height: 90vh;
	overflow-y: scroll;
}
.popup_content .js-popup-close {
	cursor: pointer;
	display: block;
	width: 240px;
	height: 2.5em;
	margin: 1em auto 0;
}
.popup_content_in{
	position: relative;
}
.popup_content_in button{
	display: block;
	position: absolute;
	top: 35.5%;
	left: 0;
	right: 0;
	margin: auto;
}
/* PCのみ */
@media all and (min-width: 1120px) {
	.popup_content{
		width: 1020px;
		max-width: 1020px;
	}
	.popup_content_in button{
		top: 43.5%;
		width: 570px;
	}
}
@media all and (min-width: 751px) {
	.popup_content{
		width: 95%;
		max-width: 1000px;
	}
	.popup_content_in button{
		top: 43.5%;
		width: 56%;
	}
}
@media (max-width: 750px) {
	.popup_content {
		padding: 20px;
		width: 94%;
		font-size: max(calc(12vw / 750 * 100), 11px);
	}
	.popup_content .js-popup-close {
		width: min(240px,85%);
	}
}


/* ページアクセス時モーダル
---------------------------------------------------------- */
.modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0,0,0,0.7);
  transition: opacity 0.5s, visibility 0.5s;
}
.modal.is-visible {
  visibility: visible;
  opacity: 1;
}
.modal-content{
	background-color: #fff;
	margin: 0 auto;
	width: 750px;
	max-width: 650px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.modal-content_in{
	position: relative;
}
.close-button{
	position: absolute;
	bottom: 6%;
	left: 0;
	right: 0;
	margin: auto;
	width: 85%;
	cursor: pointer;
	transition: .2s;
}
.close-button:hover{
	opacity: 0.7;
}
/* PCのみ */
@media all and (min-width: 1120px) {
	.modal-content{
		width: 80%;
		max-width: 1200px;
		padding: 40px;
		background: #004aff;
	}
	.modal-content_in{
		background: #fff;
		border-radius: 10px;
		max-width: 1120px;
	}
	.close-button{
		width: 452px;
		bottom: 8%;
	}
}
@media all and (max-width: 1119px) and (min-width: 751px) {
	.modal-content{
		width: 90%;
		max-width: 1200px;
		padding: 40px;
		background: #004aff;
	}
	.modal-content_in{
		background: #fff;
		border-radius: 10px;
		max-width: 1120px;
	}
	.modal-content_in img{
		width: 90%;
		max-width: 740px;
	}
	.close-button{
		width: 66%;
		max-width: 452px;
		bottom: 8%;
	}
}
@media (max-width: 750px) {
	.modal-content{
		width: 94%;
	}
}


/* cv
---------------------------------------------------------- */
.cv .inner_in{
	position: relative;
}
.cv_btn{
	position: absolute;
	top: 35%;
	left: 51%;
}
button{
	padding: 0;
	border: none;
	outline: none;
	font: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	transition: .2s;
}
.cv button,
.cv a{
	display: block;
	margin: 3% 0;
}
/* PCのみ */
@media all and (min-width: 751px) {
	button:hover{
		opacity: 0.7;
	}
}
/* SPのみ */
@media all and (max-width: 750px) {
	.cv_btn{
		top: 52%;
		left: 0;
		right: 0;
		margin: auto;
		width: calc(550vw / 750 * 100);
	}
}


/* why / feature
---------------------------------------------------------- */
/* PCのみ */
@media all and (min-width: 751px) {
	.wrap_h2{
		background: url("img/bg_tit_arrow.png") no-repeat center bottom;
		background-size: cover;
	}
	.why .wrap_h2,
	.why .wrap_h2 .inner{
		height: 300px;
	}
	.feature .wrap_h2,
	.feature .wrap_h2 .inner{
		height: 265px;
	}
	.wrap_h2 .inner{
		display: flex;
		align-items: center;
		justify-content: center;
	}
}


/* about
---------------------------------------------------------- */
.about{
	background: #f2f2f2;
	border-radius: 20px;
	padding-bottom: 5%;
}
.about h3{
	background: #0c2780;
	height: 80px;
	display: flex;
	align-items: center;
	border-radius: 20px 20px 0 0;
}
.about > dl{
	width: 835px;
	margin: auto;
}
.about > dl > dt{
	position: relative;
	cursor: pointer;
	background: #004aff;
	border-radius: 10px;
	height: 60px;
	display: flex;
	align-items: center;
}
.about > dl.on > dt{
	border-radius: 10px 10px 0 0;
}
.about > dl > dt::after{
	content: "";
	display: inline-block;
	background: url("img/icon_arrow.png") no-repeat;
	background-size: contain;
	width: 22px;
	height: 14px;
	position: absolute;
	top: 35%;
	right: 5.5%;
	transform: rotate(180deg);
	transition: .2s;
}
.about > dl.on > dt::after{
	transform: rotate(0);
}
.about > dl > dd{
	display: none;
	background: #fff;
	border-radius: 0 0 20px 20px;
	padding: 4% 0;
}
/* SPのみ */
@media all and (max-width: 750px) {
	.about{
		width: calc(660vw / 750 * 100);
		margin: auto;
		border-radius: calc(20vw / 750 * 100);
	}
	.about h3{
		height: calc(104vw / 750 * 100);
		border-radius: calc(20vw / 750 * 100) calc(20vw / 750 * 100) 0 0;
	}
	.about h3 + img{
		width: calc(544vw / 750 * 100);
	}
	.about h3 img{
		width: calc(450vw / 750 * 100);
	}
	.about > dl{
		width: calc(617vw / 750 * 100);
	}
	.about > dl > dt{
		height: calc(75vw / 750 * 100);
	}
	.about > dl > dt::after{
		width: calc(28vw / 750 * 100);
		height: calc(17vw / 750 * 100);
	}
	.about > dl > dt img{
		width: calc(158vw / 750 * 100);
	}
	.about > dl > dd{
		padding: 6% 0;
	}
	.about > dl > dd img{
		width: calc(539vw / 750 * 100);
	}
}


/* support_btn
---------------------------------------------------------- */
.support_btn{
	position: relative;
}
.support_btn ul{
	list-style: none;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
/* PCのみ */
@media all and (min-width: 751px) {
	.support_btn ul{
		bottom: 24%;
		display: flex;
		justify-content: space-between;
		width: 82%;
	}
}
/* SPのみ */
@media all and (max-width: 750px) {
	.support_btn ul{
		width: 90%;
		bottom: 13%;
	}
	.support_btn ul li{
		margin: 3% 0;
	}
}


/* fixed
---------------------------------------------------------- */
@keyframes shiny {
	0% {
		transform: scale(0) rotate(25deg);
		opacity: 0;
	}
	30% {
		transform: scale(0) rotate(25deg);
		opacity: 0;
	}
	50% {
		transform: scale(1) rotate(25deg);
		opacity: 1;
	}
	70% {
		transform: scale(50) rotate(25deg);
		opacity: 0;
	}
	100% {
		transform: scale(50) rotate(25deg);
		opacity: 0;
	}
}
@keyframes anime1 {
	0% {
		transform: scale(0.9,0.9);
	}
	43% {
		transform: scale(0.9,0.9);
	}
	50% {
		transform: scale(1,1);
	}
	57% {
		transform: scale(0.9,0.9);
	}
	100% {
		transform: scale(0.9,0.9);
	}
}

.fixed{
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 20px 0 15px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease, visibility 0.5s ease;
}
.btn_fixed{
	display: block;
	width: 45%;
	margin: auto;
	position: relative;
	overflow: hidden;
	animation: anime1 5s ease 1s infinite alternate;
}
.btn_fixed::after {
	content: '';
	position: absolute;
	top: -100px;
	left: -100px;
	width: 50px;
	height: 50px;
	background-image: linear-gradient(100deg,  rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
	animation-name: shiny;
	animation-duration: 5s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
.txt_fixed{
	display: block;
	margin: 1% auto 0;
	width: 18%;
}
/* SPのみ */
@media all and (max-width: 750px) {
	.fixed{
		padding: 4% 0 2%;
	}
	.btn_fixed{
		width: calc(680vw / 750 * 100);
	}
	.txt_fixed{
		width: calc(306vw / 750 * 100);
		margin: 2% auto 0;
	}
}



/* ---------------------------------------------------------------
	Footer
--------------------------------------------------------------- */
footer{
	background: #09193a;
	margin-bottom: 170px;
	color: #fff;
	font-size: 16px;
	padding: 50px 0;
}
footer > div{
	max-width: 1400px;
	margin: auto;
}
.ul_foot_link{
	list-style: none;
	font-size: 16px;
	text-align: left;
}
.ul_foot_link li{
	margin-bottom: 0.5em;
}
.ul_foot_link li a{
	color: #fff;
	text-decoration: none;
}
.ul_foot_link li a:hover{
	text-decoration: underline;
}
.foot_txt{
	width: 50%;
	text-align: left;
	font-size: 13px;
}
.foot_txt_ssl{
	margin-top: 1.5em;
	display: flex;
	align-items: center;
}
.foot_txt_ssl img{
	margin: 0 1em 0 0;
}
.wrap_ul_sns{
	text-align: left;
}
.ul_sns{
	margin-top: 1em;
	list-style: none;
	display: flex;
}
.ul_sns li{
	margin: 0 0.4em;
}
.ul_sns li a img{
	display: block;
	width: 28px;
}
/* PCのみ */
@media all and (min-width: 751px) {
	footer > div{
		display: flex;
		justify-content: space-around;
	}
}
/* SPのみ */
@media all and (max-width: 750px) {
	footer{
		margin-bottom: 32%;
		padding: 10% 4%;
	}
	.ul_foot_link{
		margin: 0 0 5%;
	}
	.foot_txt{
		width: 100%;
		font-size: 12px;
	}
	.wrap_ul_sns{
		text-align: center;
		margin-top: 7%;
	}
	.ul_sns{
		width: 60%;
		margin: 3% auto 0;
		justify-content: center;
	}
}

