@charset "UTF-8";
/* CSS Document */

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#29abe2+36,ffffff+100 */
/* Loading背景画面設定　*/
#splash {
	/*fixedで全面に固定*/
	  position: fixed;
	  width: 100%;
	  height: 100%;
	  z-index: 999;
	  background:#fff;
	  text-align:center;
	  color:#fff;
	}
	
	/* Loading画像中央配置　*/
	#splash_logo {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	}
	
	/* Loading アイコンの大きさ設定　*/
	#splash_logo img {
	  width:300px;
	}
	
	/* fadeUpをするアイコンの動き */
	.fadeUp{
	animation-name: fadeUpAnime;
	animation-duration:1.0s;
	animation-fill-mode:forwards;
	opacity: 0;
	}
	
	@keyframes fadeUpAnime{
	  from {
		opacity: 0;
	  transform: translateY(100px);
	  }
	
	  to {
		opacity: 1;
	  transform: translateY(0);
	  }
	}
html,body{
	height:100%;
}

.background-top{
	height:100%;
	background-color:#29abe2;
	max-height:200px;
}

.background_sougyo{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b3e6f9+0,f2f9fc+100,ffffff+100 */

background: #b3e6f9; /* Old browsers */

background: -moz-linear-gradient(top,  #b3e6f9 0%, #f2f9fc 100%, #ffffff 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  #b3e6f9 0%,#f2f9fc 100%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  #b3e6f9 0%,#f2f9fc 100%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3e6f9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
max-height:200px;
height:100%;
}

.setsu_sp,.unei_sp,.hiyo_sp{
	display:none;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #fff;
	color:#fff;
}

#cloud img{
	width:100%;
	min-height:200px;
	position:fixed;
	z-index:1000;
}

#header{
	position:fixed;
	background:#FFFFFF;
	-moz-display: flex;
	-ms-display: flex;
	display: -webkit-flex;
	-o-display: flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	width:100%;
	justify-content: center;
	z-index:99;
}

#header img{
	width:90%;
	max-width:300px;
	float:left;
}

.Toplogo{
	margin-top: 20px;
}

.menu_sp{
	display:none;
}

#menusp{
	display:none;
}

#header ul{
	margin-top:20px;	
}

#header li{
	float:left;
	margin:0 15px;
	line-height:45px;
}

#header a{
	text-decoration:none;
	color:#666;
}

#header a:hover{
	color:#29abe2;
}	

#cloud {
	position:fixed;
	z-index:1;
	width:100%;
}

#wrapper{
	width:100%;
	max-width:960px;
	margin:0 auto;
}

#top_sp{
	display:none;	
}

#top_pc{
	clear:both;
	width:100%;
	height:500px;
	padding-top: 200px;
	background: #29abe2; /* Old browsers */
	background: -moz-linear-gradient(top, #29abe2 36%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(36%,#29abe2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #29abe2 36%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #29abe2 36%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #29abe2 36%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #29abe2 36%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29abe2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#top_in{
	width:100%;
	max-width:960px;
	margin:0 auto;
}

#cloud_left{
	width:100%;
	max-width:138px;
	height:78px;
}

#cloud_left img{
	position:relative;
	left:20%;
	top:80%;
	animation: moving 16s linear infinite;
}

#top_men{
	width:100%;
	max-width:513px;
	height:455px;
}

#top_men img{
	position:relative;
	right:10%;
	bottom:10%;
	animation: wobbling_x 0.8s ease-in-out infinite alternate,
		wobbling_y 1.1s ease-in-out infinite alternate,
	fadeIn 3s ease-in-out;
}

#cloud_right_1{
	width:100%;
	max-width:189px;
	height:105px;
}

#cloud_right_1 img{
	position:relative;
	left:420px;
	bottom:380px;
	animation: moving2 16s linear infinite;
}

#cloud_right_2{
	width:100%;
	max-width:138px;
	height:80px;
}

#cloud_right_2 img{
	position:relative;
	left:680px;
	bottom:500px;
	animation: moving2 14s linear infinite;
}

@keyframes fadeIn{
	0% {
		margin-top: 500px;
	}
	100% {
		margin-top: 0;
	}
}

@keyframes wobbling_x {
	0% {
		margin-left: 8px;
	}

	100% {
		margin-left: 0px;
	}
}

@keyframes wobbling_y {
	0% {
		margin-top: 0px;
	}

	100% {
		margin-top: 8px;
	}
}
@keyframes moving {
	0% {
		top: 10vh;
	  }
	  25% {
        top: 16vh;
	  }
	  75%{
		top: 11vh;
	  }
	  100% {
		top: 10vh;
	  }
  }
  
@keyframes moving2 {
	0% {
		bottom: 53vh;
	  }
	  25% {
        bottom: 57vh;
	  }
	  75%{
		bottom: 50vh;
	  }
	  100% {
		bottom: 53vh;
	  }
  }

#top_title{
	width:100%;
	max-width:500px;
	height:160px;
}

.ttl_top{
	width:100%;
	position:relative;
	left:430px;
	bottom: 400px;
	color: #fff;
	animation:fadetop 3s linear;
}

@keyframes fadetop{
	0% {opacity: 0} 
	100% {opacity: 1} 
}

.ttl_top dt{
	font-size: 1.5em;
    letter-spacing: 0.1em;
}

.ttl_top dd{
	margin-top: 20px;
    font-size: 1.2em;
    letter-spacing: 0.2em;
}

#top_title img{
	width:100%;
	position:relative;
	left:430px;
	bottom:600px;
}

h1,h2{
	color:#666;
	font-size:18px;
	text-align:center;
	letter-spacing:3px;
}

.icon{
	text-align:center;
}

#tsuyomi{
	width:100%;
	margin:0 auto;
}
.tsuyomi_ttl{
	margin:0 auto;
	font-size:22px;
	text-align:center;
	letter-spacing:0.3rem;
}

#tsuyomi ul{
	width:850px;
	margin:0 auto;
	padding-top:30px;
}

#tsuyomi li{
	float:left;
	width:33%;
}

#tsuyomi li p{
	font-size:14px;
}

#tsuyomi li p span{
	display:block;
	font-size:18px;
	margin-bottom:5px;
}
#tsuyomi li img{
	width:70%;
}

#newstopics{
	width:100%;
	max-width:960px;
	margin:0 auto;
	padding-top:30px;
}

#newstopics li{
	float:left;
	width:100%;
	max-width:220px;
	height:280px;
	margin:30px 10px 0;
	border-radius:2px;
}

#newstopics a{
	text-decoration:none;
}

#newstopics ul img{
	padding:5px;
}

.date_logo{
	width:100%;
	max-width:50px;
	height:50px;
	background-color:#29abe2;
	border-radius:80%;
	-webkit-border-radius:80%;
	-moz-border-radius:80%;
	font-size:10px;
	color:#fff;
	margin:0 10px;
}

.month{
	width:100%;
	max-width:10px;
	font-size:16px;
	position:relative;
	top:2px;
	left:10px;
}

.border{
	font-size:22px;
	position:relative;
	top:-22px;
}

.date{
	font-size:14px;
	position:relative;
	top:-44px;
	left:13px;
}

.year{
	text-align:center;
	position:relative;
	top:-48px;
	left:1px;
}

.dow{
	font-size:13px;
	color:#29abe2;
	text-align:center;
	position:relative;
	bottom:40px;
}

.topic{
	width:145px;
	height:100px;
	position:relative;
	left:68px;
	bottom:50px;
}

.topic .title{
	font-size:12px;
	color:#666;
}

.topic .dis{
	font-size:12px;
	position:relative;
	top:35px;
	color:#666;
}

#aboutoffice{
	clear:both;
	height:690px;
	padding-top:70px;
}

.about_gyouseisyoshi_btn{
	margin: 40px auto;
    width: 200px;
}

.about_gyouseisyoshi_btn a{
	padding: 10px;
    font-size: 16px;
    text-decoration: none;
    color: #29abe2;
    border: 2px solid #29abe2;
    border-radius: 12px;
    margin: 20px auto;
    text-align: center;
	display: block;
	transition: 1.0s;
}

.about_gyouseisyoshi_btn a:hover{
	color: #fff;
	background-color: #29abe2;
	transition: 1.0s;
}

#image{
	float:left;
	width:100%;
	max-width:340px;
	height:270px;
	padding:30px;
}

#image img{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#aboutoffice_sp{
	display:none;
}

#aboutoffice_pc{
	margin-top:20px;
}

#aboutoffice_pc ul{
	width:100%;
	max-width:620px;
	height:300px;
	margin-left:auto;
	padding:30px;
}

#aboutoffice_pc li{
	padding:5px 0;
	line-height:1.8em;
	text-align:left;
}

#about_gyouseisyoshi{
	clear:both;
}

#about_gyouseisyoshi_icon{
	width:100%;
	max-width:228px;
	height:226px;
	float:left;
}

#about_gyouseisyoshi_icon img{
	display:block;
	margin-left:133px;
	margin-right:0;
}

#about_gyouseisyoshi_des{
	float:left;
	width:100%;
	max-width:600px;
	height:125px;
	border-radius:35px;
	background-color:#29abe2;
	color:#fff;
	position:relative;
	left:16px;
	padding:10px 15px;
}

#about_gyouseisyoshi_des h4{
	padding:5px 5px;
}

#about_gyouseisyoshi_des p{
	padding:8px 5px;
}

#about_gyouseisyoshi_chyon{
	position:relative;
	top:40px;
}

#service{
	padding-top:70px;
}

.hide {
	display:none;
	width:100%;
	max-width:960px;
	height:250px;
	text-align:center;
	padding-top:130px;
}

.list_in{
	max-width: 200px;
	height: 170px;
}

.list_in_sub{
	text-align: center;
}
/*
.list_in dt:hover{
	color:#fff;
	background-color: #29abe2;
	cursor:pointer;
	transition: 0.5s;
}
*/
.list_in dt{
	width: 200px;
}

.list_in dt a{
	text-decoration:none;
	margin:30px 0 10px;
	padding:10px;
	font-size:16px;
	text-decoration:none;
	color:#29abe2;
	border:2px solid #29abe2;
	border-radius:12px;
	cursor:pointer;
	transition: 0.5s;
	display: block;
	text-align: center;
}

.list_in dt a:hover{
	color:#fff;
	background-color: #29abe2;
	cursor:pointer;
	transition: 0.5s;
}

.list_in dd img{
    display: block;
    margin: 30px auto 0;
}
/*
#service_menu li{
	margin:30px 30px 10px;
	padding:10px;
	font-size:16px;
	text-decoration:none;
	color:#29abe2;
	border:2px solid #29abe2;
	border-radius:12px;
	cursor:pointer;
	transition: 0.5s;
}

#service_menu li:hover{
	color:#fff;
	background-color: #29abe2;
	cursor:pointer;
	transition: 0.5s;
}

#service_menu li a{
	text-decoration:none;
	color:#29abe2;
}

#service_menu li a:hover{
	color:#fff;
	cursor:pointer;
}
*/
.flow_sec{
	color: #666;
    font-size: 18px;
    text-align: center;
    letter-spacing: 3px;
}
#service .content li.select{
	color:#29abe2;
	border:2px solid #29abe2;
	border-radius:12px;
	display: inline-block;
    padding: 10px;
}

#service_menu{
	display: flex;
	justify-content: space-around;
    margin-bottom: 70px;
}

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

.step{
	margin:30px 10px 0;
	text-align:center;
	font-size:12px;
}

h3{
	color:#29abe2;
	font-size:15px;
}

.content img{
	display:block;
	margin:0 auto;
}

#img1{
	padding:15px 10px 23px 10px;
}

#img2{
	padding:20px 10px 37px 10px;
}

#img3{
	padding:21px 10px;
}

#img4{
	padding:10px 10px;
}

#service_in{
	clear:both;
}

#price{
	margin-top:50px;
}

#price h3{
	text-align:center;
	margin-bottom:20px;
}

#price tr,td{
	border:1px solid #D8D6D6;
	padding:10px;
	font-size:13px;
}

#price h2{
	margin-bottom:40px;
}

#sougyoushien,#igonsyo{
	margin-bottom:40px;
}

#sougyoushien dl{
	width:285px;
	float:left;
}

#igonsyo dl{
	/*width:455px;*/
	/*float:left;*/
	width:0 auto;
	margin:0;
}

#price dt{
	text-align:center;
	margin-bottom:10px;
}

#price .pri_des{
	text-align:left;
	font-size:10.5px;
	margin-top:15px;
}

.sml{
	font-size:10px;
	display:block;
}

#minpaku{
	text-align:center;
}

#minpaku p{
	margin-bottom:25px;
	font-size:14px;
}
#minpaku a{
	padding:10px;
	font-size:16px;
	text-decoration:none;
	color:#29abe2;
	border:2px solid #29abe2;
	border-radius:12px;
}

.mrl50{
	margin:0 50px;
}

#qanda{
	clear:both;
	height:930px;
	padding-top:70px;
}

.q{
	width:100%;
	height:80px;
	margin:20px 0;
}

.q_p{
	width:100%;
	max-width:570px;
	height:50px;
	border-radius:35px;
	background-color:#e6e6e6;
	position:relative;
	left:110px;
	bottom:100px;
	padding:10px 20px;
	vertical-align:middle;
	display:table-cell;
}

.q_chyon{
	position:relative;
	bottom:65px;
	left:97px;
}

.a img{
	display:block;
	margin-left:auto;
	margin-right:0;
}

#a1_p{
	width:100%;
	max-width:570px;
	height:120px;
	border-radius:35px;
	background-color:#29abe2;
	color:#fff;
	position:relative;
	left:230px;
	bottom:110px;
	padding:10px 20px;
	vertical-align:middle;
	display:table-cell;
}

.a_chyon{
	width:93px;
	position:relative;
	bottom:75px;
	left:833px;
}

#a1{
	width:100%;
	height:150px;
	margin:10px 0 30px 0;
}

#a2_p{
	width:100%;
	max-width:570px;
	height:80px;
	border-radius:35px;
	background-color:#29abe2;
	color:#fff;
	position:relative;
	left:230px;
	bottom:110px;
	padding:10px 20px;
	vertical-align:middle;
	display:table-cell;
}

#a2{
	width:100%;
	height:120px;
	margin:10px 0 30px 0;
}

#a3_p{
	width:100%;
	max-width:570px;
	height:100px;
	border-radius:35px;
	background-color:#29abe2;
	color:#fff;
	position:relative;
	left:230px;
	bottom:110px;
	padding:10px 20px;
	vertical-align:middle;
	display:table-cell;
}

#a3{
	width:100%;
	height:140px;
	margin:10px 0 50px 0;
}

#map_contact{
	height:670px;
	padding-top:70px;
}

#map{
	float:left;
	width:100%;
	max-width:480px;
	margin-top:30px;
}

#map_sp{
	display:none;
}


#map_pc{
	text-align:left;
}

#contact{
	margin:30px 20px 0 20px;
}

#contact li{
	text-align:left;
}

.form_1{
	color:#29abe2;
	border:1px solid #29abe2;
	border-radius:3px;
	padding:5px;
	width:334px;
	margin:5px;
	letter-spacing:2px;
}

.form_2{
	color:#29abe2;
	border:1px solid #29abe2;
	border-radius:3px;
	padding:5px;
	width:420px;
	height:180px;
	margin:5px;
	letter-spacing:2px;
}

.button{
	color:#29abe2;
	background:none;
	border:1px solid #29abe2;
	border-radius:3px;
	padding:5px;
	width:100px;
	height:40px;
	margin:0 auto;
	letter-spacing:2px;
	display:block;
}


#footer{
	clear:both;
	height:310px;
	text-align:center;
	background-color:#29abe2;
	vertical-align:bottom;
	color:#fff;
}
#footer img{
	width: 100%;
}

.bg{
	width:100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f9fc+0,ffffff+100 */

background: #f2f9fc; /* Old browsers */

background: -moz-linear-gradient(top,  #f2f9fc 0%, #ffffff 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  #f2f9fc 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  #f2f9fc 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f9fc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#menu_left{
	width:100%;
	margin:0 auto;
	padding-top: 200px;
}

.sougyoshien_des{
	font-size:14px;
	margin-top:30px;
}

.orange{
	color:#E9A320;
}

.mt20{
	margin-top:20px;
}

table th{
	border:1px solid #D8D6D6;
	text-align:center;
	font-size:14px;
	padding:5px 0;
	color:#29abe2;
}

.memo{
	font-size: 16px;
    margin-top: 20px;
    text-align: justify;
    line-height: 2;
}

.mt40{
	margin-top:40px;
}

.mb40{
	margin-bottom:40px;
}

.service_detail_ttl{
	font-size:24px;
}

.service_h2{
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
	text-align:left;
	font-size:20px;
}
.service_h2::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	content: '';
	width: 37%;
	height: 4px;
	background-color: #29abe2;
}

.service_h2_2{
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
	text-align:left;
	font-size:20px;
}
.service_h2_2::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 80%;
	height: 4px;
	background-color: #29abe2;
}

.service_h2_3{
	position: relative;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
	text-align:left;
	font-size:20px;
}
.service_h2_3::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 55%;
	height: 4px;
	background-color: #29abe2;
}


.des dt{
	font-size:14px;
	text-align:left;
	margin-bottom:10px;
}

.des dd li{
	font-size:12px;
	text-align:left;
}

.setsu_pc th{
	border:1px solid #D8D6D6;
	text-align:center;
	font-size:14px;
	padding:5px 0;
	color:#29abe2;
}

.blue{
	color: #29abe2;
}

.unei_pc th,.green{
	color:#6fc173;
}

.hiyo_pc th,.red{
	color:#ec431c;
}

.pdf{
	margin-top:30px;
	text-align:center;
}

.pdf a{
	padding:10px;
	font-size:16px;
	text-decoration:none;
	color:#29abe2;
	border:2px solid #29abe2;
	border-radius:12px;
}

.service_h3 {
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #29abe2;
}
.service_h3::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}

.ml15{
	margin-left:20px;
}

.list_box{
	text-align:center;
}

.list{
	display:inline-block;
	text-align:left;
	background-color:#ECEAEA;
	padding:10px;
}

.list_2{
	text-align:left;
}
/*sogyo*/
.sogyo_ttl{
	margin-bottom: 70px;
}
.onayami_ttl{
	text-align: center;
}
#onayami{
	color: #29abe2;
	display: block;	
	margin-top: 6px;
	margin-right: 5px;
}
.onayami_list{
	margin: 30px auto 30px;
	text-align: left;
}
.onayami_list li{
	margin-bottom: 20px;
	font-size: 1.2em;
	display: flex;
    align-items: flex-start;
}
.case_wrap{
	width: 90%;
	margin: 40px auto;
}
.case_wrap_in{
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 50px;
	border-bottom: solid 1px #6b8293;
}
.case_img{
	width: 200px;
}
.case_img img{
	width: 100%;
	vertical-align: bottom;
}
.case_wrap_in_ttl{
    font-size: 1.2em;
	font-weight: bold;
    margin-bottom: 10px;
	color: #E9A320;
}
.case_wrap_in_ttl span{
	display: block;
	font-size: 0.85em;
	font-weight: normal;
}
.feature_wrap{
	display: flex;
	justify-content: space-around;
	margin-top: 50px;
}
.feature_wrap dl{
	width: 40%;
}
.feature_wrap dl dt{
	font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
    color: #E9A320;
	display: flex;
    align-items: center;
}
.feature_wrap dl dd{
	text-align: justify;
    line-height: 1.8;
    letter-spacing: 0.1em;
}
.feature_wrap dl dt span{
	max-width: 30px;
    display: inline-block;
    margin-right: 10px;
}
.feature_wrap dl dt span img{
	width: 100%;
}
.feature_com_wrap{
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 30px;
}
.feature_com_img{
	width: 160px;
}
.feature_com_wrap dd img{
	width: 100%;
}
.feature_com{
	width: 80%;
	font-size: 1.2em;
	margin: 50px auto;
    line-height: 1.8;
}
.ideal_wrap{
	display: flex;
	justify-content: space-around;
	margin-top: 50px;
}
.ideal_wrap dl{
	width: 25%;
}
.ideal_wrap dl dt{
	width: 100%;
	margin-bottom: 15px;
}
.ideal_wrap dl dt img{
	width: 100%;
}
.sonota{
	display: flex;
	justify-content: space-around;
	border: solid 1px #29abe2;
    padding: 28px 0 20px 0;
}
.sonota_ttl{
	text-align: center;
	margin: 30px auto 10px;
    font-size: 1.2em;
}
.sonota dl dd{
	margin-bottom: 8px;
}