


* {
  margin: 0;
  padding: 0;
}
html{
	margin:0px;
	padding:0px;
}
body{
	background:#ffffff;
	text-align:center;
	color:#000;
     font-size: 16px;
	line-height:2;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
img{
	border-style:none;
	display:block;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

a {
cursor:pointer;
	color:#333;
	text-decoration:none;
}
a:hover, a:focus {
	text-decoration: none;
	color:#ddd;
}

li{list-style:none;}


.bg_f6cad9{
	width: 100%;
	background-color:#f6cad9;
}
.bg_abdfea{
	width: 100%;
	background-color:#abdfea;
}

.box_in{
	width:90%;
	 max-width:1200px;
	padding: 50px 0 50px 0;
	margin: 0px auto;
	text-align: left;
}

/* ---Header----*/

#header {
position:  relative; 
height:80px;
width:100%;
background-color:#fff;

}
.header_in{
	width:98%;
	margin: 0px auto;
	padding:0px 0px 0px 0px;
}

.header_top{
	width:100%;
	min-width:1100px;
	margin: 0px auto 0px auto;

}

/* サイトロゴ */
.h_logo{
text-align:left;
height:80px;
margin:0px;
display:flex;
align-items:center;
}
.h_logo a{
margin: 0px;
}
.h_logo img{
height:80px;
margin: 0px;
}
.h_logo h1{
font-size:14px;
line-height:24px;
font-weight:400;
letter-spacing:1px;
}

.h_links02{
position:absolute;
top:15px;
right:15px;
height:65px;

}
.h_links02 button{
display:block;
font-weight:bold;
color:#fff;
background-image: linear-gradient(90deg, rgba(239, 101, 147, 1), rgba(238, 140, 172, 1));
border:2px solid #fff;
box-sizing: border-box;
border-radius:10px;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.h_links02 button:hover{
opacity: 0.8;
}

.h_nav02_btn01{
	letter-spacing:1px;
	font-size:14px;
	line-height:18px;
	font-weight:700;
	padding:15px 40px;
}
.h_nav02_btn01 span{
	display:block;
	font-weight:700;
}


.s-fade-wrap{
margin:0px 0 0 0;
padding:0px 0 0 0;
width:100%;
height:575px;
background-image:url("../images/mv_bg.jpg");
background-repeat:no-repeat;
background-size:cover;
background-position:center center;
}

.mv_view{
width:1200px;
margin:0 auto;
}
.mv_view-01{
	width: 60%;
	margin:0 ;
}
.mv_view-01 img{width: 100%;padding:5% 0 0 0 ;}

.mv_none{
background-color:#abdfea;
height:1px;
}

/* ---title---*/

.title_text_01 {
position: relative;
width: 90%;
max-width: 1200px;
margin:0px auto;
text-align: center;
}
.title_text_01 h2{
color:#f05a8a;
font-size:38px;
font-weight:600;
}
.title_text_01:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px; /*下線の上下位置調整*/
  display: inline-block;
  width: 80px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #f05a8a; /*下線の色*/
}

.title_text_02 {
position: relative;
width: 90%;
max-width: 1200px;
margin:0px auto;
text-align: center;
}
.title_text_02 h2{
color:#e0651f;
font-size:38px;
font-weight:600;
}
.title_text_02:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px; /*下線の上下位置調整*/
  display: inline-block;
  width: 80px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #e0651f; /*下線の色*/
}

.title_text_03 {
position: relative;
width: 90%;
max-width: 1200px;
margin:0px auto;
text-align: center;
}
.title_text_03 h2{
color:#0681a9;
font-size:38px;
font-weight:600;
}
.title_text_03:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px; /*下線の上下位置調整*/
  display: inline-block;
  width: 80px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #0681a9; /*下線の色*/
}


/* ---t_cv---*/

.btn_cv{
width:50%;
margin:50px auto 0px auto;
}
.btn_cv img{
width:100%;
margin:0 auto;
}
.btn_cv a{
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
.btn_cv a:hover {
opacity:0.8;
}
.t_cv p{
color:#333333;
letter-spacing:0.5px;
font-size:26px;
font-weight:600;
text-align:center;
}

/* ---t_one---*/
.t_one{
	max-width:1100px;
	padding:50px 0px 0px 0px;
	margin:0 auto;
}
.t_one img{width:90%;margin:0px auto;}
.t_one p{
color:#333333;
letter-spacing:1px;
font-size:22px;
font-weight:600;
text-align:center;
margin:30px auto 0px auto;
}
.t_one p span{color:#ed5587;}

/* ---t_two---*/
.t_two{
	max-width:1100px;
	padding:50px 0px 0px 0px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}
.t_two_in01{width:50%;}
.t_two h3{
letter-spacing:3px;
font-size:32px;
line-height:1.5;
color:#000;
text-align:left;
font-weight:600;
margin:30px 0 30px 0 ;
}
.t_two h3 span{font-size:36px;}
.t_two p{
letter-spacing:1px;
font-size:22px;
line-height:1.5;
color:#000;
text-align:left;
font-weight:400;
margin:0 0 30px 0 ;
}

.t_two_in02{width:47%;}
.t_two img{width:90%;margin:30px auto;}

.t_two_in01_color{color:#e06723;font-weight:600;}
.t_two_in01_size{display:block;font-size:17px;line-height:1.5;}

/* ---t_three---*/
.t_three{
	max-width:1200px;
	padding:50px 0px 0px 0px;
	margin:0 auto;
}
.t_three img{width:90%;margin:10px auto;}
.t_three_text{
letter-spacing:1px;
font-size:20px;
line-height:1.5;
color:#000;
text-align:center;
padding:50px 0px 0px 0px;
}

/* ---t_four---*/
.t_four{
	max-width:1200px;
	padding:50px 0px 0px 0px;
	margin:0 auto;
}
.t_four img{width:75%;margin:10px auto 30px auto;}


/* ---t_five---*/
.t_five{
	max-width:1000px;
	padding:0px 0px 0px 0px;
	margin:50px auto 0px auto;
	list-style:none;
}
.t_five li{
	border-bottom:1px solid #e0651f;
	padding:30px 0px 30px 0px;
}
.t_five li:last-child{border:none;}

.t_five li div{
	padding:10px 0;
	display:flex;
	justify-content:space-between;
}
.t_five li div img{
width:50px;
height:50px;
}
.t_five li div h3{
width:90%;
letter-spacing:2px;
font-size:24px;
padding:5px 0px 0px 0px ;
margin:0 auto;
line-height:1.5;
color:#e0651f;
text-align:left;
font-weight:600;
}
.t_five li div p{
width:90%;
letter-spacing:1px;
text-align:left;
margin:0 auto;
font-size:20px;
padding:5px 0px 0px 0px ;
}


/* ---pp---*/
.pp{
	width:80%;
	padding:0px;
	margin:80px auto;
	list-style:none;
}
.pp h3{
font-size:24px;
color:#0781aa;
font-weight:600;
border-bottom:2px solid #0781aa;
padding:0px 0px 5px 0px ;
margin:40px 0 20px 0;
}
.pp p{
padding:0px 0px 10px 0px ;
}


/* ---footer---*/


.footer{
background-color:#ee8dad;
width:100%;
margin:0 auto;
text-align:center;
padding:40px 0 40px 0;
}
.footer_in{
width:1100px;
margin:0 auto;
padding:0;
}

.f_navi{
text-align:center;
color:#fff;
font-size:15px;
font-weight:400;
margin:0px;
}

.f_navi a:hover{color:#ddd;}
.f_navi a {color:#fff;}


.f_copy{text-align:center;margin:0 auto;}

.copy{
text-align:center;
font-size:14px;
color:#000;
margin:0 auto;
padding:20px 0 20px 0;
}

    #pageTop {
	position:fixed;
	bottom:65px;
	left:0;
	right:0;
	width:20px;	
	margin:0px auto 0px auto;
    }
    #pageTop a img {
	width:100%;
	margin:0px auto 0px auto;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
    }
    #pageTop a img:hover {
      opacity: 0.7;
    }


.fuwatAnime {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}



.pc-none{
display:none !important;
}
.sp-br{
display:none !important;
}
.link_sp{
display:none !important;
}
.contact_btn_sp{
display:none !important;
}
#navToggle{
display:none !important;
}

.mt80{margin-top:80px;}



/* ---login---*/
.login_box{
width: 60%;
margin:30px auto;
padding:5% 5% 0% 5%;
border:3px solid #4b9536;
background-color:#f1fff4;
border-radius:10px;
}
.login_box table {
width: 100%;
border-collapse:collapse;
border-spacing:0;
}
.login_box th {
font-weight:400;
padding:10px 10px;
}
.login_box th span{color:red;font-size:12px;}
.login_box td  {padding:10px  10px;}
 
.login_box th  { width: 40%; text-align: left; vertical-align:top;}
.login_box td  {text-align: left; vertical-align:top; }
.login_box p{display:inline;padding:0px 20px 0px 5px;}

.login_forget_pass{}


/* ---contact---*/

.contact_box{
width: 70%;
margin:0 auto;
padding:45px 0px 0px 0px;
}
.contact_box table {
width: 100%;
border-collapse:collapse;
border-spacing:0;
}
.contact_box th {
font-weight:400;
padding:45px 10px; border-bottom: 1px solid #ccc;
}
.contact_box th span{color:red;font-size:12px;}
.contact_box td  {padding:45px  10px; border-bottom: 1px solid #ccc; }
 
.contact_box th  { width: 40%; text-align: left; vertical-align:top;}
.contact_box td  {text-align: left; vertical-align:top; }
.contact_box p{display:inline;padding:0px 20px 0px 5px;}

.form_01{
border:0;
padding:10px;
font-size:16px;
border:solid 1px #4b9536;
margin:0 0 0px;
width: calc(100% - 20px);
}
.form_02{
border:0;
padding:10px;
font-size:16px;
border:solid 1px #4b9536;
margin:0 0 0px;
width: calc(50% - 20px);
}
.form_03{
border:0;
padding:10px;
font-size:16px;
border:solid 1px #4b9536;
margin:0 0 0px;
width: calc(100% - 20px);
height:200px;
resize: vertical;
}
.form_01:focus {
	box-shadow: 0 0 7px #ccc;
	border: 1px solid #4b9536;
}
.form_02:focus {
	box-shadow: 0 0 7px #ccc;
	border: 1px solid #4b9536;
}
.form_03:focus {
	box-shadow: 0 0 7px #ccc;
	border: 1px solid #4b9536;
}
input.btn_f1{
	letter-spacing:5px;
	font-size:18px;
	color:#fff;
	width: 250px;
	text-align: center;
	display: block;
	padding:20px;
	margin: 50px 20px;
	border-radius:5px;
	background-color:#4b9536;
	border: 3px solid #4b9536;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	 -o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	cursor:pointer ; 
	}
input.btn_f1:hover {
	cursor:pointer ; 
	color:#fff;
	background-color:#5fba4c;
	border: 3px solid #5fba4c;
}
input.btn_f2{
	letter-spacing:5px;
	font-size:18px;
	color:#555;
	width: 250px;
	text-align: center;
	display: block;
	padding:20px;
	margin: 50px 20px;
	border-radius:5px;
	background-color:#dddddd;
	border: 3px solid #dddddd;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	 -o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	cursor:pointer ; 
	}
input.btn_f2:hover {
	cursor:pointer ; 
	color:#555;
	background-color:#eeeeee;
	border: 3px solid #eeeeee;
}

.form_btn_area{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}


/*アニメーション*/
.animation{
  animation: buruburu 1s linear infinite;
  scale: 1;
}

@keyframes buruburu{
 0%{transform:translateX(0)}
 7%{transform:translateX(-10px)}
 14%{transform:translateX(10px)}
 20%{transform:translateX(-10px)}
 32%{transform:translateX(10px)}
 40%{transform:translateX(0px)}
}

/* モーダルウィンドウ */
.modal-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 600px;
  background-color: #fff;
  z-index: 1002;
  padding: 50px 80px;
overflow-y: scroll;
}
/* 閉じるボタン */
.button-close {
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        appearance: none;
  width: 200px;
  padding: 1em;
  background-color: #4ba7c4;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  margin:20px auto 0px auto;
}
/* オーバーレイ */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 1001;
}

.modal-window h3{
position:relative;
text-align:center;
color:#ed5587;
font-size:26px;
margin:0px 0 40px 0;
}
.modal-window h3:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 80px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #ed5587; /*下線の色*/
}
.modal-window h4{
text-align:center;
color:#4b9536;
font-size:16px;
margin:0 0 20px 0;
}
.modal-window p{
text-align:left;
line-height:1.5;
margin:0 0 30px 0;
}

.modal_in_box img{
  margin:0px auto;
}
.modal_in_box a{
display:inline-block
}
