@charset "utf-8";

#FUT_IMG1:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#FUT_IMG1 {
zoom: 1;
}

/* CONTAINER */

/* TITLE */
#TITLE {}
#TITLE .cont {
position: relative;
background: url("../../img/title_bg.png") no-repeat center center;
background-size: cover;
background-position: center bottom;
height: 180px;
text-align: center;
margin-bottom: 10px;
margin-top: 0px;
}
#TITLE h1 {
padding-top: 50px;
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",メイリオ,Meiryo,sans-serif;
font-size: 26px;
font-weight: bold;
font-style: italic;
text-align: center;
color: #fff;

}
#TITLE p {
font-size: 16px;
font-weight: bold;
font-style: italic;
text-align: center;
color: #fff;
}
@media (min-width: 1020px) {
	#TITLE {}
	#TITLE .cont {
	padding-top: 109px;
	position: relative;
	height: 205px;
	}
	#TITLE h1 {
	font-size: 28px;
	padding-top: 20px;
	background-size: 83px auto;
	}
	#TITLE p {
	font-size: 16px;
	color: #fff;
	}

}

.section h2 {
padding-top: 50px;
font-size: 20px;
font-weight: bold;
text-align: center;
}


#CONT h2 {
position: relative;
background: url("../../img/flag_black.svg")no-repeat center top;
background-size: auto 41px;
}

#CONT .contact h2 {
position: relative;
background: url("../../img/flag_black.svg")no-repeat center top;
background-size: auto 41px;
}

#CONT .about h2 {
position: relative;
background: url("../../img/flag_black.svg")no-repeat center top;
background-size: auto 41px;
}

#CONT .process h2 {
position: relative;
background: url("../../img/flag_black.svg")no-repeat center top;
background-size: auto 41px;
}

#CONT .entry h2 {
position: relative;
background: url("../../img/flag_black.svg")no-repeat center top;
background-size: auto 41px;
}

.section h2 span {
position: relative;
display: inline-block;
background-color: #fff;
padding: 0 16px;
z-index: 2;
}
.section h2::before {
content: '';
display: block;
position: absolute;
left: 0;
bottom: 15px;
background: url("../../img/tit_lin.png")repeat left top;
background-size: auto 6px;
width: 100%;
height: 6px;
z-index: 1;
}
@media (min-width: 1020px) {
	.section h2 {
	padding-top: 47px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	}
	.section h2 span {
	position: relative;
	display: inline-block;
	background-color: #fff;
	padding: 0;
	width: 280px;
	z-index: 2;
	}
	.section h2::before {
	background-size: auto 6px;
	bottom: 23px;
	}
}

/* MESSAGE */
#CONT {
padding: 20px 10px;
}
#CONT .cont {
background-color: #fff;
padding: 45px 20px 30px 20px;
border-radius: 10px;
}
#CONT .list {
padding-top: 15px;
}
#CONT .block {
border-bottom: solid 1px #d9dde4;
padding: 10px 0;
}
#CONT a {
color: #e41f26;
text-decoration: underline;
}
#CONT .top {
font-size: 16px;
}
#CONT .top strong {
color: #e41f26;
}
#CONT .list h3,
#CONT .note h3 {
background-color: #506e80;
padding: 10px 0;
text-align: center;
color: #fff;
margin-bottom: 30px;
margin-top: 30px;
}
#CONT .note h4 {
margin-top: 25px;
margin-bottom: 5px;
font-size: 16px;
}
#CONT .note p {
font-size: 16px;
text-align: left;
}
#CONT .note {
margin-bottom: 50px;
}

#CONT .noteCenter p {
font-size: 16px;
text-align: center;
}
#CONT .list .graf img {
	width: 100%;
	height: auto;
	}
@media (min-width: 1020px) {
	#CONT {
	padding: 25px 0;
	}
	#CONT .cont {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 45px 70px 70px 70px;
	width: 1000px;
	}
	#CONT .list {
	display: table;
	width: 100%;
	}
	#CONT .list .block {
	border-bottom: none;
	padding: 0;
	}
	#CONT .list h4 {
	display: table-cell;
	border-bottom: solid 1px #d9dde4;
	margin: 0;
	padding: 10px 0 10px 0;
	width: 200px;
	vertical-align: middle;
	}
	#CONT .list p {
	display: table-cell;
	border-bottom: solid 1px #d9dde4;
	margin: 0;
	padding: 10px 0 10px 0;
	width: 660px;
	}
	#CONT .list .graf img {
	width: 100%;
	height: auto;
	}
}



/* Slider */
.slick-slider{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus{
outline: none;
}
.slick-list.dragging{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after{
display: table;
content: '';
}
.slick-track:after{
clear: both;
}
.slick-loading .slick-track{
visibility: hidden;
}
.slick-slide{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide{
float: right;
}
.slick-slide img{
display: block;
}
.slick-slide.slick-loading img{
display: none;
}
.slick-slide.dragging img{
pointer-events: none;
}
.slick-initialized .slick-slide{
display: block;
}
.slick-loading .slick-slide{
visibility: hidden;
}
.slick-vertical .slick-slide{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}

/* Arrows */
.slick-prev,
.slick-next{
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
display: block;
box-sizing: border-box;
position: absolute;
top: 50%;
background: #ea3a3d;
border: none;
border-radius: 50%;
width: 25px;
height: 25px;
padding: 0;
cursor: pointer;
outline: none;
font-size: 0;
line-height: 0;
color: transparent;
z-index: 1;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
opacity: 0.7;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{
opacity: .25;
}
.slick-prev:before{
position: absolute;
top: 9px;
left: 10px;
content: '';
display: block;
width: 5px;
height: 5px;
border-bottom: 2px solid #fff;
border-left: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.slick-next:before{
position: absolute;
top: 9px;
left: 8px;
content: '';
display: block;
width: 5px;
height: 5px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.slick-prev{
left: 10px;
}
.slick-next{
right: 10px;
}


/* Dots */
.slick-dots {
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
position: absolute;
bottom: 15px;
left: 50%;
display: block;
margin: 0 !important;
padding: 0 !important;
height: 10px !important;
list-style: none;
text-align: center;
}
.slick-dots li {
display: inline-block;
width: 10px;
height: 10px;
margin: 0 6px;
padding: 0;
cursor: pointer;
float: left;
}
.slick-dots li button{
font-size: 0;
line-height: 0;
display: block;
border-radius: 50%;
width: 10px;
height: 10px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background-color: #faf3f0;
margin: 0;
padding: 0;
}
.slick-dots li.slick-active button {
background-color: #ea3a3d;
}
@media (min-width: 1020px) {
	/* Arrows */
	.slick-prev,
	.slick-next{
	width: 50px;
	height: 50px;
	}
	.slick-prev:before{
	top: 19px;
	left: 20px;
	width: 10px;
	height: 10px;
	}
	.slick-next:before{
	top: 19px;
	left: 16px;
	width: 10px;
	height: 10px;
	}
	.slick-prev{
	left: -105px;
	}
	.slick-next{
	right: -105px;
	}


	/* Dots */
	.slick-dots {
	bottom: -33px;
	height: 14px !important;
	}
	.slick-dots li {
	width: 14px;
	height: 14px;
	margin: 0 9px;
	}
	.slick-dots li button {
	width: 14px;
	height: 14px;
	}
}


/*以下追加*/


.processBox h4{

background-color: #eee;
font-size: 14px;
padding: 5px;

}

@media (min-width: 1020px) {
	.processBox h4{
	font-size: 20px;
	
	}
}


#CONT .btn_entry {
	text-align: center;
	margin-top: 45px;
	}
	#CONT .btn_entry img{
	width: 80%;
	height: auto;
}

@media (min-width: 1020px) {
	#CONT .btn_entry {
	text-align: center;
	margin-top: 45px;
	}
	#CONT .btn_entry img{
	width: 400px;
	height: auto;
	}
	
	

	
}



#CONT .box {
margin-bottom: 60px;
padding-top: 15px;
text-align: center;
}
#CONT .box h5{
font-size: 18px;
}


#CONT .box2 {
margin-bottom: 20px;
padding-top: 50px;
text-align: center;
}
#CONT .box2 h5{
font-size: 18px;
}

/* 青いボタン */
.btn-square-blue {
	margin-top: 20px;
  display: inline-block;
  padding: 2em 0;
  text-decoration: none;
  background: #eab12c;/*ボタン色*/
  color: #FFF!important;
	width: 100%;
	text-align: center;
	font-size: 13px;
	font-weight: 800;
	
}
.btn-square-blue:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

#CONT .list table {
	border: 1px;
}

#CONT .note2 p {
font-size: 16px;
text-align: center;
}

#CONT .list th,td {
border: solid 1px #dddddd;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
font-size: 16px;
}

#CONT .list th {
background-color: #ececec;
}
@media (min-width: 1020px) {
	#CONT {
	padding: 25px 0;
	}
	#CONT .cont {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 45px 70px 10px 70px;
	width: 1000px;
	}
	#CONT .list {
		margin-top: 0px;
	margin-bottom: 55px;
	padding-top: 30px;
	display: table;
	width: 100%;
	}
	#CONT .list .block {
	border-bottom: none;
	padding: 0;
	}
	#CONT .list h4 {
	display: table-cell;
	border-bottom: solid 1px #d9dde4;
	margin: 0;
	padding: 10px 0 10px 0;
	width: 200px;
	vertical-align: middle;
	}
	#CONT .list p {
	display: table-cell;
	border-bottom: solid 1px #d9dde4;
	margin: 0;
	padding: 10px 0 10px 0;
	width: 660px;
	}
}


.note .btn_box {
	display: block;
	text-align: center;
}



.note li{
	margin: 50px 20px;;
	position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: gold;
	font-size: 16px;
	display: inline-block;
	font-weight: bold;
}

.note .btn_maru a:link{
	text-decoration: underline;
}

.note .btn_maru a:hover span{
	text-decoration: underline;
	
}

.note .btn_maru span{
	position: absolute;
	display: inline-block;
left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :200px;
  text-align:center;
}
