@charset "UTF-8";


/*-----------------------------------

	base

-----------------------------------*/
html {
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
	overflow-x: hidden;
}
body {
	font-family: 'NotoSansCJKjp', "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
    font-size: 1.6em;
	color: #000000;
    line-height: 1.8em;
	letter-spacing:0.05em;
	font-weight: 500;
	margin:0 !important;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	background:#00b8d3;
}
body.is_fixed .nav_fix {
    background: #fff;
    position: fixed;
    top: 0;
    margin-top: 0;
    width: 100%;
    z-index: 99;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.contents_inner{
	width: 1000px;
	margin: 0 auto;
}
img {
    max-width: 100%;
    height: auto;
}
a, a:link, a:visited {
    color: #000000;
	text-decoration:none;
    cursor: pointer;
    transition: all 0.5s;
}
a:hover {
    opacity: 0.6;
	text-decoration:none;
}
.sp{
	display:none;
}
.pc{
	display:block;
}
.left{
	float: left;
}
.right{
	float: right;
}
@font-face {
	font-family: 'NotoSansCJKjp';
	font-style: normal;
	font-weight: 500;
	src: url(../font/notosanscjkjp_medium.woff) format('woff'),
		url(../font/notosanscjkjp_medium.eot)  format('eot');
	font-display: swap;
}

.round {
	font-family: 'M PLUS Rounded 1c', sans-serif;	
}


@media screen and (max-width: 1200px) {
	.contents_inner{
		width: 90%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 640px) {
	body {
		font-size: 14px;
		font-size: 1.4em;
		line-height: 1.8em;
		font-weight: normal;
		letter-spacing: 0.05rem;
	}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	
	#menuBtn.invert .btn {
		position: fixed;
		left: 0;
		right:0;
		bottom: 0;
		z-index: 999;
	}
	
}


/*-----------------------------------

	clearfix

-----------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

/*-----------------------------------

	mainvisual

-----------------------------------*/
.mainvisual {
	background: url(../img/mainvisual_img.png) no-repeat;
	background-position:right;
	background-size: contain;
	padding-top: 47%;
	position:relative;	
	margin-left:3%;
}
.mainvisual .mainvisual_txt {
	position: absolute;
	left: 80px;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto !important;
}
@media screen and (max-width: 1200px) {
	
	.mainvisual .mainvisual_txt {
		left: 30px;
		width: 239px;
	}
	
}
@media screen and (max-width: 640px) {
	
	.mainvisual {
		background:none;
		padding-top:0;
		margin-left:0;
	}
	.mainvisual .mainvisual_txt {
		position:static;
		width:auto;
		transform:none;
		padding: 30px 30px 0 30px;
		text-align: center;
	}
}

/*-----------------------------------

	block

-----------------------------------*/
section {
	padding:90px 0 0 0;	
}
.figure {
	text-align:center;
	margin:60px auto 0;
	display:block;	
}
.btn {
	text-align:center;
	margin:60px auto 0;
	display:block;
}
.btn a{
	display:inline-block;	
}
h2 {
	font-family: 'M PLUS Rounded 1c', sans-serif;	
	font-size:34px;
	line-height:1.8;
	text-align:center;
	letter-spacing:0.1em;
	color:#fff;	
	margin-bottom:30px;
}



@media screen and (max-width: 640px) {
	
	section {
		padding:40px 0 0 0;	
	}
	.figure {
    	margin: 30px auto 0;
	}
	h2 {
		font-size:21px;
		margin-bottom:15px;
	}
	
}

/*block01*/
#block01 {
	padding:0;	
}
#block01 p{
	font-size:17px;
	line-height:1.8;
	color:#fff;
	text-align:center;
}
#block01 .btn {
	margin:30px auto 0;
}
#block01 .figure {
	margin:30px auto 0;
}
#block01 .figure_width {
	margin:90px auto 0;
}


@media screen and (max-width: 640px) {
	
	#block01 p {
		font-size: 14px;
		margin-top: 30px;
	}
	#block01 .figure_width {
		margin: 40px auto 0;
	}
	
}

/*block02*/
#block02 ul li {
	float:left;
	width:49%;
	margin-right:2%;
	margin-bottom:30px;	
}
#block02 ul li:nth-child(even) {
	margin-right:0;
}
#block02 .figure_inner {
	width:1000px;
	margin:0 auto;	
}
@media screen and (max-width: 1200px) {
	#block02 .figure_inner {
		width: 100%;
		margin: 0 auto;	
	}
}
@media screen and (max-width: 640px) {
	
	#block02 ul li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		text-align:center;
	}
	
}

/*block03*/
#block03 ul {
	overflow:hidden;	
}
#block03 ul li {
	float:left;
	width:32%;
	margin-right:2%;
	margin-bottom:30px;	
}
#block03 ul li:nth-child(3) {
	margin-right:0;
	margin-bottom:0;	
}

@media screen and (max-width: 640px) {
	
	#block03 ul li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom:10px;	
		text-align: center;
	}
	
}

/*block04*/
#block04 p {
	font-size:14px;
	font-weight:100;
	line-height:1.5;
	letter-spacing:0.1em;
	color:#fff;		
}

@media screen and (max-width: 640px) {
	
}

/*block05*/
#block05 ul {
	overflow:hidden;
	padding-bottom:90px;	
}
#block05 ul li {
	float:left;
	width:49%;
	margin-right:2%;	
}
#block05 ul li:nth-child(even) {
	margin-right:0;
}
#block05 .border_bg {
	position:relative;
}
#block05 .border_bg::before {
    content: "";
    width: 100%;
    height: 70%;
    position: absolute;
    bottom: 0;
    background-color: #00b8d3;
    background-image: linear-gradient(-90deg, rgba(255,255,255,0.5) 50%, transparent 50%);
    background-size: 4px 6px;
    z-index: -1;
}

@media screen and (max-width: 640px) {
	
	#block05 ul {
		padding-bottom: 30px;
	}
	#block05 ul li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	#block05 ul li:nth-child(even) {
		margin-bottom:0;
	}
	#block05 .border_bg::before {
		bottom: 100px;
	}
	
}

/*block06*/
#block06 {
	background:#c8ecf3;
	margin-top:50px;
	position:relative;
}
#block06 h2 {
	color:#00bacf;
}
#block06 h2 span{
	display:block;
}

#block06 span{
    color: #ff0000;
}
#block06 table {
    width: 100%;
    margin-bottom: 50px;
}
#block06 table th, table td {
    padding: 15px;
    font-size: 16px;
}
#block06 table th {
    width: 250px;
    text-align: left;
    font-weight: 400;
    vertical-align: top;
}
#block06 table td {
    width: calc(100% - 250px);
}
#block06 table td .intro {
	margin-top: 1em;
	color: #b7b7b7;
}
#block06 table td li{
	float:left;
	width: 50%;
	padding-right:30px;
}
#block06 table td li:last-child{
	padding-right:0;
}
input, button {
    padding: 0;
    border: none;
    border-radius: 8px;
    outline: none;
    background: #fff;
}
.button_submit input {
	background:#7ac4b1;	
}
select::-ms-expand {
	display: none;
}
select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	padding: 0;
    border: none;
    border-radius: 8px;
    outline: none;
    background: #fff;
	position: relative;
	cursor: pointer;
}
#block06 .selectbox label {
	position: relative;
}
#block06 .selectbox label::after {
	display: inline-block;
	content: " ";
	position: absolute;
	top: 35%;	
	right: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 10px 0 10px;
	border-color: #b7b7b7 transparent transparent transparent;
	pointer-events: none;
}
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    outline: none;
    background: #fff;
	border-radius: 8px;
    height: 200px;
}
.w330, .wFull {
    padding: 15px;
}
.w330 {
    max-width: 330px;
    width: 100%;
}
.wFull {
    width: 100%;
}
#block06 .button_area {
    text-align: center;
}
#block06 .button_submit,
#block06 .button_back {
    background: #00b8d3;
    width: 280px;
    display: inline-block;
	transition : 0.2s ;
	-webkit-transition : 0.2s ;
	-moz-transition    : 0.2s ;
	-o-transition      : 0.2s ;
	-ms-transition     : 0.2s ;
	position: relative;
}
#block06 .button_submit::after {
    content: "";
	width: 10px;
	height: 10px;
	border-top: 1.5px solid #fff;
	border-right: 1.5px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto 0;
}
#block06 .button_back::after {
    content: "";
	width: 10px;
	height: 10px;
	border-top: 1.5px solid #fff;
	border-left: 1.5px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30px;
	margin: auto 0;
}
#block06 .button_submit:hover,
#block06 .button_back:hover {
	opacity:0.7;
}
#block06 input[type=submit],
#block06 button[type=button] {
    color: #fff;
    font-size: 24px;
	font-weight:900;
	letter-spacing: 0.1em;
    padding: 20px;
    width: 100%;
    display: block;
	background: transparent;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}
#block06 .button_back {
    background: #999;
    margin-right: 5%;
}
#block06 .thanks h4 {
	font-size: 1.3em;
	margin-bottom: 1em;
}
#block06 .thanks .button_area {
	margin-top: 40px;
}
#block06 .thanks .top_button {
    background: #00b8d3;
    width: 280px;
    display: inline-block;
	transition : 0.2s ;
	-webkit-transition : 0.2s ;
	-moz-transition    : 0.2s ;
	-o-transition      : 0.2s ;
	-ms-transition     : 0.2s ;	
}
#block06 .thanks .top_button a {
	color: #fff;
    font-size: 24px;
	font-weight:900;
	letter-spacing: 0.1em;
    padding: 20px;
    width: 100%;
    display: block;
	background: transparent;
	cursor: pointer;
	text-align: center;
}
@media screen and (max-width: 640px) {
   	#block06 {
    	padding: 40px 0 0 0;
    }
	#block06 h2 {
		font-size: 19px;
	}
   	#block06 table {
        margin-bottom: 30px;
    }
    #block06 table th, table td {
        border-bottom: none;
        font-size: 14px;
        padding: 10px;
    }
    #block06 table th {
        width: 30%;
    }
    #block06 table td {
        width: auto;
    }
    #block06 .button_reset,
	#block06 .button_back {
        margin-right: 0;
        margin-bottom: 20px;
    }
    #block06 input[type=submit],
    #block06 button[type=button],
	#block06 .thanks .top_button a {
        font-size: 16px;
    }


}
.alert {
	display: block;
	text-align: center;
	margin-bottom: 20px;
	padding: 0.5em 0.3em;
	color: crimson;
	border: 1px solid crimson;
	background: rgba(255,0,0,0.1);
}

.error {
	color: crimson;
	margin-bottom: 0.3em !important;
}

/*-----------------------------------

	footer

-----------------------------------*/
footer {
    padding: 40px 0;
	background:#c8ecf3;
}
footer small {
	text-align: center;
	display: block;	
	font-weight: 300;
}
@media screen and (max-width: 840px) {
	
	
}

@media screen and (max-width: 640px) {
	
	
}
