@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap&subset=japanese');

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/

html,body{
	height:100%;
}

html{
	font-size:62.5%;
	overflow-y: scroll;
}

body{
	-webkit-text-size-adjust: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	position: relative;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color:#4d4d4d;
}

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, form, input, textarea, select{
	font-size: 1.6rem;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
			box-sizing: border-box; }

input, textarea, select{
	vertical-align:middle;
	background-color: #fff;
}
button{
	background-color: transparent;
		border: none;
		cursor: pointer;
		outline: none;
		padding: 0;
		appearance: none;
}
input,select,button,textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border: none;
	border-radius: 0;
	padding: 0;
}
select::-ms-expand{
	display: none;
}
textarea{
	resize: none;
}
button,input[type="submit"],select{
	cursor:pointer;
}
input[type="radio"]:checked{
	appearance: none;
}

img{
	max-width: 100%;
	vertical-align: middle;
	display: block;
}

a{
	text-decoration: none;
	color: #101010;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

@media screen and (min-width: 769px) {
	a:hover{
		opacity: 0.8;
	}

	a[href^="tel:"]{
		pointer-events: none;
		display: inline-block;
	}
}

body{
	min-width: 1040px;
}

.wrap{
	max-width: 1000px;
	width: 1000px;
	margin: 0 auto;
}
.switch{
	display: none;
}
.sp{
	display: none !important;
}


@media screen and (max-width: 768px) {
	body{
		min-width: initial;
	}

	.wrap{
		width: 100%;
		max-width: initial;
		padding: 0 5%;
	}
	.pc{
		display: none !important;
	}
	.sp{
		display: block !important;
	}
}
.center{
	text-align: center;
}
.yellow{
	color: #ffff00;
}
.white{
	color: #fff;
}
.blue{
	color: #219dfe;
}
.blue02{
	color: #145b94;
}
.mid{
	font-weight: 500;
}
.bold{
	font-weight: bold;
}

.shadow{
	box-shadow: 1px 1px 2px 2px rgba(0,0,0,.05);
}
.grad{
	background: #0bceff;
	background: -moz-linear-gradient(bottom left, #485dff 0%, #0bceff 84%, #0bceff 100%);
	background: -webkit-gradient(linear, left bottom, right top, from(#485dff), color-stop(84%, #0bceff), to(#0bceff));
	background: -webkit-linear-gradient(bottom left, #485dff 0%, #0bceff 84%, #0bceff 100%);
	background: -o-linear-gradient(bottom left, #485dff 0%, #0bceff 84%, #0bceff 100%);
	background: -ms-linear-gradient(bottom left, #485dff 0%, #0bceff 84%, #0bceff 100%);
	background: linear-gradient(to top right, #485dff 0%, #0bceff 84%, #0bceff 100%);	
}
.bg_gry{
	background-color: #f4f7fd;
}
.deco {
    position: relative;
    text-align: center;
}
.deco::before,
.deco::after{
	content: "";
	width: 2px;
	height: 30px;
	background-color: #282C3C;
	display: inline-block;
	position: relative;
	top: 4px;
}
.deco::before{
	transform: skewX(25deg);
	margin-right: 23px;
}	
.deco::after{
	transform: skewX(-25deg);
	margin-left: 20px;
}
@media screen and (max-width: 768px) {
	
	.deco::before,
	.deco::after{
		width: 1px;
		height: 22px;
		top: 4px;
	}
	.deco::before{
		margin-right: 13px;
	}	
	.deco::after{
		margin-left: 10px;
	}
	
}

.opt{
	padding: 40px 0 35px;
}

.opt_txt{
	text-align: center;
	font-size: 2rem;
	letter-spacing: 0.13em;
}
.opt_btn{
	position: relative;
	width: 412px;
	max-width: 100%;
	margin: 30px auto auto;
}
.opt_btn a{
	background: #0bceff;
	background: -moz-linear-gradient(bottom left, #485dff 0%, #0bceff 84%, #0bceff 100%);
	background: -webkit-gradient(linear, left bottom, right top, from(#485dff), color-stop(84%, #0bceff), to(#0bceff));
	background: -webkit-linear-gradient(bottom left, #485dff 0%, #0bceff 84%, #0bceff 100%);
	background: -o-linear-gradient(bottom left, #485dff 0%, #0bceff 84%, #0bceff 100%);
	background: -ms-linear-gradient(bottom left, #485dff 0%, #0bceff 84%, #0bceff 100%);
	background: linear-gradient(to top right, #485dff 0%, #0bceff 84%, #0bceff 100%);
	display: block;
	color: #fff;
	font-size: 2rem;
	text-align: center;
	letter-spacing: 0.13em;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 71px;
	border-radius: 40px;
	font-weight: bold;
}
.opt_btn a::after{
	content: "";
	width: 10px;
	height: 15px;
	background-image: url("../img/btn_arr.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 27px;
	top: 50%;
	transform: translateY(-50%);
}
.opt_btn .flag{
	position: absolute;
	top: -8px;
	left: 31px;
	width: 71px;
}

@media screen and (max-width: 768px) {
	
	.opt{
		padding: 35px 0 ;
	}
	
	.opt_txt{
		font-size: 3.2vw;
		line-height: 1.5;
	}
	.opt_btn{
		margin-top: 15px;
	}
	.opt_btn .flag{
		width: 11.4vw;
		left: 28px;
		top: -1.3vw;
	}
	.opt_btn a{
		font-size: 3.4vw;
		height: 12.3vw;
	}
	
}