@charset "UTF-8";
/* CSS Document */
/*メニューを一段下に設置*/
#header:not(.mb) {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -ms-filter: none !important;
}
#header {
  -ms-filter: none !important;
  -ms-filter: none !important;
}

/**/
#header-menu a {
  display: block;
  padding: 0 0 5px;
  text-decoration: none;
}
#header-menu a::after {
  border-bottom: solid 2px #132854;
  bottom: 0;
  content: "";
  display: block;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}
#header-menu a:hover::after {
  width: 100%;
}

nav{
	clear: both !important;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, .dp-widget-content .textwidget h1, .dp-widget-content .textwidget h2, .dp-widget-content .textwidget h3, .dp-widget-content .textwidget h4, .dp-widget-content .textwidget h5, .dp-widget-content .textwidget h6, .dp-widget-content .dp_text_widget h1, .dp-widget-content .dp_text_widget h2, .dp-widget-content .dp_text_widget h3, .dp-widget-content .dp_text_widget h4, .dp-widget-content .dp_text_widget h5, .dp-widget-content .dp_text_widget h6, .comment div h1, .comment div h2, .comment div h3, .comment div h4, .comment div h5, .comment div h6 {
  border-color: transparent !important;
}

#main ul{
  list-style: none !important;
}

/*追加*/
.main_subcon{
	margin: 0 auto;
}

/*20171026 yuma 固定ページでアイキャッチをつけた場合す画像下に隙間ができないようにmargin: 0 autoを追加*/
.single-eyecatch-container{
	margin: 0 auto;
}

/*固定ページのろリストでdcmalをなくす*/
.content_nw ul li:before {
    content:none;	
}

/*u固定ページのulの隙間をなくす*/
.content_nw ul {
	margin: 0;
}


/*代表挨拶*/
.txt_center{
	text-align: center;
}

.ci_img{
	padding: 1em 0 3em;
}

.pro_img{
	padding: 0;
	margin: 0;
	clear: both;
}

/*代表挨拶*/
.gree_left p{
	padding: 0;
	margin: 0;
}

.sign_img{
	position: relative;
	top:-1em;
}

/*必須の赤*/
.c_red{
	color:#FF0004;
	font-weight: bold;
	padding-left: 5px;
	font-size: 0.8em;
}

/*私たちの活動*/
.h2_bule{
	color:#000272;
	font-weight: bold;
}

.bsns_li img{
	margin: 0;
	padding: 0;
	clear: both;
}

.bsns_li a:hover{
	text-decoration: none;
}


/*固定ページ内*/
.circle{
	border:2px solid #000272; 
	padding: 20px 30px;
	margin-bottom:10px;
	/*
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	*/
}

.circle ul{
	list-style: none;
	font-size: 18px;
	line-height: 0.8;
	padding: 10px 0 0 20px;
}

.circle li {
	position: relative;
	padding: 20px 5px 15px;
	font-weight: bold;

}
.circle li:first-child {
	margin-top: 0;
}

.circle li::after,
.circle li::before {
	display: block;
	content: '';
	position: absolute;
}
.circle li::after {
	top: .35em;
	left: -1.2em;
	width: 14px;
	height: 14px;
	background-color:#BE0003;
	border-radius: 100%;
}
.circle li::before {
	z-index: 2;
	top: .625em;
	left: -.975em;
	width: 4px;
	height: 4px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.circle2{
	border:2px solid #000272;
	background-color: #FFF4EB;
	padding: 20px 30px;
	margin-bottom:10px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.circle2 ul li:before {
    content:none;	
}

.circle2 ul{
	list-style: none;
	font-size: 18px;
	line-height: 0.8;
	padding: 10px 0 0 20px;
}

.circle2 li {
	line-height:1.2em;
	position: relative;
	padding: 22px 5px 15px;
	font-weight: bold;

}
.circle2 li:first-child {
	margin-top: 0;
}

.circle2 li::after,
.circle2 li::before {
	display: block;
	content: '';
	position: absolute;
}
.circle2 li::after {
	top: .40em;
	left: -1.2em;
	width: 14px;
	height: 14px;
	background-color:#BE0003;
	border-radius: 100%;
}
.circle2 li::before {
	z-index: 2;
	top: .625em;
	left: -.975em;
	width: 4px;
	height: 4px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.circle3{
	border:2px solid #FF0004;
	padding: 20px 30px;
	margin-bottom:10px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.circle3 ul li:before {
    content:none;	
}

.circle3 ul{
	list-style: none;
	font-size: 18px;
	padding: 10px 0 0 20px;
}

.circle3 li {
	line-height:1.4em;
	position: relative;
	padding: 20px 5px 15px;
	font-weight: bold;

}
.circle3 li:first-child {
	margin-top: 0;
}

.circle3 li::after,
.circle3 li::before {
	display: block;
	content: '';
	position: absolute;
}
.circle3 li::after {
	top: .40em;
	left: -1.2em;
	width: 14px;
	height: 14px;
	background-color:#161968;
	border-radius: 100%;
}
.circle3 li::before {
	z-index: 2;
	top: .625em;
	left: -.975em;
	width: 4px;
	height: 4px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.circle4{
	border:2px solid #000272;
	padding: 20px 30px;
	margin-bottom:10px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.circle4 ul li:before {
    content:none;	
}

.circle4 ul{
	list-style: none;
	font-size: 18px;
	line-height: 0.8;
	padding: 10px 0 0 20px;
}

.circle4 li {
	line-height:1.2em;
	position: relative;
	padding: 22px 5px 15px;
	font-weight: bold;

}
.circle4 li:first-child {
	margin-top: 0;
}

.circle4 li::after,
.circle4 li::before {
	display: block;
	content: '';
	position: absolute;
}
.circle4 li::after {
	top: .40em;
	left: -1.2em;
	width: 14px;
	height: 14px;
	background-color:#BE0003;
	border-radius: 100%;
}
.circle4 li::before {
	z-index: 2;
	top: .625em;
	left: -.975em;
	width: 4px;
	height: 4px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*手順背景*/
.bkc_tjn1{
	background-color: #d0e7ed;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 5px;
	padding-bottom: 0px;
	margin: 0;
}
.bkc_tjn1_img{
	background-color: #d0e7ed;
	margin: 0;
	padding: 0;
	text-align: center;
}

.bkc_tjn2{
	background-color:#f6f6f6;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 5px;
	padding-bottom: 0px;
}

.tjn_img{
	text-align: center;
}
/*FAQ*/
.faq{
	clear: both;
}

.faq dt{
	font-size: 1.1em !important;
	background-color: #d0e7ed !important;
}

.faq dd{
	font-size: 1em !important;
}

.k_btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
	font-weight: bold;
  color: #424042 !important;
  text-decoration: none !important;
  font-size: 20px;
  background: #ffffff;
  padding: 20px 40px 20px 40px;
  border: solid #172851 4px;
  text-decoration: none;
}

.k_btn:hover {
  /*background: #98d4e2;*/
  font-weight: bold;
	text-decoration-line: underline !important;
}

/*サービス背景色*/
.service_bk1{
	background-color: #fdf5ed;
}

.service_bk1 h3{
	padding-top: 1em;
	font-weight: bold;
	border-color: #fdf5ed !important;
}

.service_bk1 figure{
	padding: 0 10px 0;
	margin-bottom: 0!important;
}

.service_bk1 p{
	margin-top: 0!important;
	padding: 0 2em 2em;
}

/*TOPページスライダー　中央FULL　yuma */
.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  
}
.sliderArea.w300 {
  max-width: 300px;
}

.sliderArea a{
	display: block;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-viewport { 
    overflow-x: hidden !important; 
} 

.slick-prev, .slick-next {
  z-index: 1;
}

.slick-prev:before, .slick-next:before {
  color: #000;
}
/*
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
*/
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}

/*====================================================================
.full-screen
====================================================================*/

.full-screen .slick-list {
  overflow: visible;
}
.full-screen.slider {
  max-width: 400px;
  margin: 0 auto;
}

/*TOPページスライダー　中央FULL　yuma */



.t_wh{
	color: #F8F8F8;
}

/*PC専用表示*/
@media screen and (min-width: 481px) {

#top-header {
	position: relative !important;
	top:100px !important;
}

#global_menu_ul li{
	font-size: 1.2em !important
}

.h1_logo{
	float: left;
}
.h_tel{
	float: right;
	padding-top: 1em;
}
.h_line{
	 width:100vw; 
     position: relative;
     left: 50%;
     right: 50%;
     margin-left: -50vw;
     margin-right: -50vw;
	color:#132854; 
	clear: both;
}

.top_msg{
	background-position: center;
	background-image: url("/img/bk1.png");
	background-repeat: no-repeat;
	background-size: 50%;
	padding: 0;
	margin: 30px 0;
}

.top_msg h2{
	text-align: center;
	padding: 40px 0;
	color:#132854;
	font-weight: bold;
	font-size: 18px;
}

.top_txt{
	margin: 0 auto;
	width: 700px;
}
	
.top_txt p{
	font-size: 18px;
	padding-bottom: 15px;
}

.manage{
	/*background-color: #f1f1f1;*/
	background-color: #b6c6da;
	clear: both;
	/*padding-top: 70px; タイトルがある場合*/
	padding-top: 20px;
	padding-bottom: 30px
}

.manage h3{
	padding-bottom: 1	0px;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	line-height: 0.9em;
	color:#132854;
}
.manage h4{
	text-align: center;
	font-size: 0.8em;
	color:#132854;
}

.manage2{
	padding-top: 60px;
	background-color:#ffffff;
	clear: both;
	
}

.manage2 h3{
	padding-top: 1.5em;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	line-height: 0.9em;
	color:#132854;
}
.manage2 h4{
	text-align: center;
	font-size: 0.8em;
	color:#132854;
}

.manage3{
	background-image: url("/img/topbkimg1.jpg") ;
	margin: 0 calc(50% - 50vw);
	min-height: 550px;
	clear: both;
}

.manage3 h3{
	padding-top: 1.5em;
	padding-bottom: 1em;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	line-height: 0.9em;
	color:#132854;
}
.manage3 h4{
	text-align: center;
	font-size: 0.8em;
	color:#132854;
}

.manage_btn_area{
	text-align: center;
	margin: 0em auto;
	padding: 1.5em 0;
}

.manage_btn_area2{
	/*text-align: center;*/
	/*margin: 1em auto;*/
	padding: 1.5em 0;
}
.manage_btn{
	text-align: center;
	display: inline;
	flex-wrap:wrap;
 
}

.manage_btn li {
	width: calc(99%/3);/*←画像を横に4つ並べる場合*/
	padding:0 13px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
	display: inline;
}
.manage_btn li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
}


.manage4{
	margin: 0;
	padding: 0;
	background-color:#fdf5ed;
	clear: both;
	
}

.manage4 h3{
	padding-top: 1.5em;
	padding-bottom: 0.5em;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	line-height: 0.9em;
	color:#132854;
}
.manage4 h4{
	text-align: center;
	font-size: 0.8em;
	color:#132854;
}

.aboutus_area{
	text-align: center;
	margin: 1em auto;
}
	
.twotype_btn{
	text-align: center;
	display: inline;
	flex-wrap:wrap;
	margin-bottom: 1em;
}

.twotype_btn li {
	width: calc(100%/2);/*←画像を横に4つ並べる場合*/
	padding:0 15px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
	display: inline;
}
.twotype_btn li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
}

.about_bottom{
	padding-bottom: 30px;
}
	
.plan_frame{
	width: 100%;
	margin: 0 auto;
	height: 230px;
}

.plan_frame figure{
	width: 50%; 
	float: left;
}

.img_r{
	width: 80%;
	padding-right: 10px;
	float: right;
}

.img_l{
	width: 80%;
	padding-left: 10px;
	float: left;
}
.plan_frame figcaption{
	background-position: center;
	background-image: url("/img/bk2.png");
	background-repeat: no-repeat;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 1em;
	padding: 1.5em 0 1em 0;
	line-height: 0.8em;
}
.ftxt{
	font-size: 0.5em;
	font-weight: 100;
	color: #FFFFFF;
}
/*
.news_area{
	width: 826px;
	height: 262px;
	margin: 20px auto;
	background-image: url('/img/newsbk.png');
	background-repeat: no-repeat;
	
}

.news_area dl{
	padding: 35px 50px 0;
}
	
.news_area dt{
	color: #304269;
	float: left;
	width: 15%
}

.news_area dd{
  float: left;
	 width: 85%
}

.news_more {
	float: right;
	position: relative;
	top:-20px;
	padding-right: 20px;
}
*/
	
.news_area{
	width: 990px;
	margin: 20px auto;
	
}

.news_area dl{
	float: left;
	margin-left: 30px;
	background-color: #FFFFFF;
}
	
.news_area dt{
	padding: 0;
	margin: 0;
}
	
.news_area dd{
  padding: 10px;
}

.news_more {
	float: right;
	padding: 20px 0px;
}

.news_more a{
	font-size: 18px;
}
	
.map_area{
	width: 800px;
	height: 350px;
	margin: 30px auto;
}

.map_btn{
	width: 50%;
	float: left;
}
.map_btn ul{
	padding-left: 30px;
}
.map_btn li{
	color: #132854;
} 
.map_btn_r{
	padding-top: 25px;
}

/*TOPページスライダー用ＣＳＳ yuma*/
.map_btn li button
{
    position: relative !important;
	left: -50px !important;
}
.slick-prev
{
	left: 38px !important;
}

.slick-next
{
    /*left: -25px;*/
	left: 350px;
}
/*固定ページ幅を指定*/
.content_nw{
	/*width: 850px;*/
	margin: 0 auto;
}

/*会社お情報*/
.c_ul{
	padding: 1em 0 1em 1em;
	width: 100%;
	border-bottom: #C0C0C0 solid 1px;
	display: table;
	clear: both;
}

.c_ll1{
	display: block;
	width: 15%;
	font-weight: bold;
	float: left;
}

.c_ll2{
	display: block;
	width: 85%;
	float: left;
}

.c_ll2 img{
	margin: 0;
	padding: 0;
}

/*アクセス*/
.ac_ul{
	width: 100%;
	clear: both;
}

.ac_ll1{
	display: block;
	width: 50%;
	float: left;
}

.ac_ll2{
	display: block;
	padding: 0 1em;
	width: 40%;
	float: left;
}


/*代表挨拶*/
.gree_left{
	float: left;
	text-align: center;
	width: 35%
}
.gree_right{
	float:left;
	padding: 0 0 0 3em;
	width: 55%
}


/*お問合せフォーム*/
.c_cul{
	padding: 1em 0 1em 1em;
	width: 100%;
	font-size: 14px;
	display: table;
	clear: both;
}

.c_cl1{
	display: block;
	width: 20%;
	float: left;
}

.c_cl2{
	display: block;
	width: 70%;
	float: left;
}
	
/*telのリンク*/
.tel_link{
	pointer-events : none;
}


/*私たちの活動*/
.h2_bule{
	color:#000272;
	font-weight: bold;
}
	
.bsns_ul{
	width: 100%;
	display: table;
	padding-bottom: 5em;
	clear: both;
}

.bsns_li{
	text-align: center;
	display: table;
	width: 20.7%;
	padding-right: 1em;
	float: left;
}

.bsns_li_txt{
	width:175px;
	background: #009ddb; /* Old browsers */
	background: -moz-linear-gradient(left, #009ddb 0%, #007fdb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #009ddb 0%,#007fdb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #009ddb 0%,#007fdb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ddb', endColorstr='#007fdb',GradientType=1 ); /* IE6-9 */
	padding: 1em 0;
	margin-top: 1em;
	display: table;
	color: aliceblue;
}

/*手順*/
.procedure{
	padding:30px 0;
}
	
.procedure1{
	display: table;
	width: 10%;
	float: left;
}
	
.procedure2{
	display: table;
	width: 57%;
	padding-right: 25px;
	float: left;
}

.procedure3{
	display: table;
	width: 30%;
	float: left;
}

.lihtxt{
	font-size:20px;
	font-weight: bold;
	color:#000272;
}

.fsize20{
	font-size: 20px;
}

/*LP用*/
.lpclass{
	margin: 0 auto; 
	width:80%
}

.lpclass p{
	font-size: 1.1em;
}

.lpclass li{
	font-size: 1.1em;
}

.f_cnt{
	margin: 0 auto;
	width: 800px;
}

.f_cntl {
	width: 50%; 
	float: left;
	font-size: 1.1em ;
	line-height: 200% ;
}

	
.f_cntl a{
	font-size: 2.5em !important;
	color: #132854 !important;
	font-weight: bold !important;
	text-decoration: none !important;
	line-height: 100% ;
}

.f_cntl a:hover{
	color: #132854 !important;
	font-weight: bold !important;
	text-decoration-line: underline !important;
}
	
.f_cntr {
	padding-top: 50px;
	width: 50%; 
	float: left;
}

.work_ctg{
	width: 960px;
	margin: 0 auto;
	clear: both;
	margin-bottom: 30px;
}
.work_ctg li{
	padding: 0;
	margin: 0;
}

.work_ctg_rp{
	border-right: solid 2px #172850;
}

.work_ctg_bt{
	border-bottom: solid 2px #172850;
}
	
.work_btn {
	text-align: center;
	/*width: 134.5px;*/
	width: 236px;
	float: left;
	line-height: 350%;
	border-top: solid 2px #172850;
	border-left: solid 2px #172850;
	color: #172850 !important;
}

.work_btn:hover {
  background-color:#172850;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

/*下層ページタイトル部分の背景画像*/
.backimg{
	background-image: url("/img/bkimg1.jpg") ;
	margin: 0 calc(50% - 50vw);
	min-height: 300px;
}

/*オンライン申し込み用ボタンのCSS*/
.online_mtg{
    width:450px;
    height:75px;
    line-height:75px;
	margin: 0 auto;
	text-align:center !important;
}
.online_mtg a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#172850;
    text-align:center !important;
    color:#FFFFFF;
    font-size:25px;
    font-weight:bold;
}
.online_mtg a:hover{
	text-decoration: none;
    background:#172850;
    color:#FFFFFF;
    margin-left:2px;
    margin-top:2px !important;
    box-shadow:none;
}

/*バナーPC*/
.bnr1{
	padding-top: 50px;
	text-align: center;
}
.bnr1 a:hover{
	position: relative;
	top:2px;
	left: 2px;
}

.bnr1 p{
	padding-top: 30px;
	font-size: 18px;
	color: #172850;
	font-weight: bold;
}
/*選ばれる理由*/
.reason_bk1{
	background-color: #eff5fd;
	margin: 0 calc(50% - 50vw);
	height: 330px;
	margin-bottom: 80px;
	clear: both;
}
.reason_bktxt_r{
	width: 1000px;
	margin: 0 auto;
	clear: both;
}

.reason_bktxt_r img{
	padding-top: 15px;
	float: left;
	width: 45%;
}

.reason_txt1{
	width: 50%;
	padding-top: 30px;
	padding-left: 5%;
	float: left;
}

.reason_txt1 h2{
	font-weight: bold;
	color: #fe871e;
	clear: both;
	margin: 0;
	padding: 0;
}
.reason_txt1 p{
	padding-top: 20px;
	margin: 0;
}

.reason_bk2{
	background-color: #eff5fd;
	margin: 0 calc(50% - 50vw);
	height: 360px;
	clear: both;
}
	
.reason_bktxt_l{
	width: 1000px;
	margin: 0 auto;
	clear: both;
}

	
.reason_bktxt_l img{
	padding-left:5%;
	padding-top: 15px;
	float: right;
	width: 45%;
}

.reason_txt2{
	width: 50%;
	padding-top: 30px;
	float: left;
}

.reason_txt2 h2{
	font-weight: bold;
	color: #fe871e;
	clear: both;
	margin: 0;
	padding: 0;
}
.reason_txt2 p{
	padding-top: 20px;
	margin: 0;
}

.br-sp{
	display: none;
}
}

/*サイズが1400px未満*/
@media screen and (max-width: 1400px) {
.main_subcon{
	margin: 0 auto;
	width: 100%;
}


}

/*サイズが1200px未満*/
@media screen and (max-width: 1200px) {

.top_msg h2{
	text-align: center;
	padding: 10px 0;
	color:#132854;
	font-weight: bold;
	font-size: 20px;
}
	
.manage h3{
	padding-top: 1em;
	text-align: center;
	font-size: 2em;
	color:#132854;
}

}

/*横幅が1000px以上*/
@media screen and (max-width: 1000px) {


.manage h3{
	padding-top: 1em;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	color:#132854;
}

}

/*横幅が800px未満*/
@media screen and (max-width: 800px) {

.top_msg h2{
	text-align: center;
	padding: 10px 0;
	color:#132854;
	font-weight: bold;
	font-size: 15px;
}
	
.manage h3{
	padding-top: 1em;
	padding-bottom: 0;
	margin-bottom: 0;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	color:#132854;
}


.manage_btn{
	text-align: center;
	display: inline;
	flex-wrap:wrap;
 
}

.manage_btn li {
	width: calc(99%/3);/*←画像を横に4つ並べる場合*/
	padding:0 15px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
	display: inline;
}
.manage_btn li img {
	max-width:30%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
}
.aboutus_area{
	text-align: center;
	margin: 1em auto;
}
	
.twotype_btn{
	text-align: center;
	display: inline;
	flex-wrap:wrap;
	margin-bottom: 1em;
}

.twotype_btn li {
	width: calc(90%/2);/*←画像を横に4つ並べる場合*/
	padding:0 10px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
	display: inline;
}
.twotype_btn li img {
	max-width:50%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
}

.about_bottom{
	padding-bottom: 30px;
}

.plan_frame{
	width: 100%;
	margin: 0 auto;
	height: 100px;
}

.plan_frame figure{
	width: 50%; 
	float: left;
}
.plan_frame img{
	width: 100%;
}
.plan_frame figcaption{
	background-position: center;
	background-image: url("/img/bk2.png");
	background-repeat: no-repeat;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 1em;
	padding: 1.5em 0 1em 0;
	line-height: 0.8em;
}
.ftxt{
	font-size: 0.5em;
	font-weight: 100;
	color: #FFFFFF;
}

}

/*スマホ用*/
@media only screen and (max-width: 480px) {

/*ロゴ*/
.h1_logo{
	float: left;
	width: 50%;
}
.h1_logo img{
	width: 90%;
}
.h_tel{
	float: right;
	text-align: right;
	padding-top: 0.5em;
	width: 50%;
}
.h_tel img{
	width: 60%;
}
.h_line{
	 width:100vw; 
     position: relative;
     left: 50%;
     right: 50%;
     margin-left: -50vw;
     margin-right: -50vw;
	color:#132854; 
	clear: both;
}

.top_msg {
	background-position: center;
	background-image: url("/img/bk1.png");
	background-repeat: no-repeat;
	background-size: 90%;
	padding: 20px 0;
}

.top_msg h2{
	text-align: center;
	padding: 20px 0;
	color:#132854;
	font-weight: bold;
	font-size: 10px;
}

.top_txt p{
	padding: 10px;
}

.manage{
	/*background-color: #f1f1f1;*/
	background-color: #b6c6da;
	padding: 1em 0 2em;
	clear: both;
}

.manage h3{
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 0.9em;
	color:#132854;
}

.manage h4{
	text-align: center;
	font-size: 0.4em;
	color:#132854;
	padding-bottom: 0.7em;
}

.manage2{
	padding-top: 20px;
	padding-bottom: 20px;
	background-color:#ffffff;
	
}

.manage2 h3{
	padding-top: 1em;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 0.9em;
	color:#132854;
}
.manage2 h4{
	text-align: center;
	font-size: 0.4em;
	color:#132854;
	padding-bottom: 0.7em;
}

.manage3{
	padding-top: 20px;
	background-image: url("/img/topbkimg_sp1.jpg") ;
	margin: 0 calc(50% - 50vw);
	min-height: 300px;
	clear: both;
}

.manage3 h3{
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 0.9em;
	color:#132854;
}
.manage3 h4{
	text-align: center;
	font-size: 0.4em;
	color:#132854;
	padding-bottom: 0.7em;
}
.manage_btn{
	padding-left: 10px;
	display: inline;
	flex-wrap:wrap;
 
}

.manage_btn li {
	width: calc(99%/3);/*←画像を横に4つ並べる場合*/
	padding:0 2px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
	display: inline;
}
.manage_btn li img {
	max-width:30%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
}

.manage4{
	margin: 0;
	padding: 0;
	background-color:#fdf5ed;
	
}

.manage4 h3{
	padding-top: 1em;
	padding-bottom:1em;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 0.9em;
	color:#132854;
}
.manage4 h4{
	text-align: center;
	font-size: 0.4em;
	color:#132854;
	padding-bottom: 0.7em;
}
	
.aboutus_area{
	text-align: center;
	margin: 1em auto;
}
	
.twotype_btn{
	text-align: center;
	display: inline;
	flex-wrap:wrap;
	margin: 0;
	padding: 0;
}

.twotype_btn li {
	width: calc(100%/2);/*←画像を横に4つ並べる場合*/
	padding:0 6px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
	display: inline;
}
.twotype_btn li img {
	max-width:45%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
}

.about_bottom{
	padding-bottom: 30px;
}
	
.plan_frame{
	width: 100%;
	height: 300px;
	margin: 0 auto;
}

.plan_frame figure{
	width: 100%; 
	clear: both;
	padding-top: 10px
}
.plan_frame img{
	width: 100%;
	/*padding-left: 5px;*/
}
.plan_frame figcaption{
	text-align: center;
	background-position: center;
	background-image: url("/img/bk2_2.png");
	background-repeat: no-repeat;
	font-size: 0.5em;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 1em;
	padding: 1em 0 0.3em 0;
	line-height: 0.8em;
}
.ftxt{
	font-size: 0.3em;
	font-weight: 100;
	color: #FFFFFF;
}

/*
.news_area{
	background-position: center;
	background-image: url("/img/newsbk.png");
	background-repeat: no-repeat;
	background-size: 95%;
	padding: 60px 0;
}

.news_area dl{
	position: relative;
	top:-45px;
	margin: 0;
	padding: 0 45px 0;
}
	
.news_area dt{
	color: #304269;
	float: left;
	width: 25%;
	font-size: 0.5em
}

.news_area dd{
	float: left;
	width: 75%;
	font-size: 0.5em;
}

.news_more {
	float: right;
	position: relative;
	top:-50px;
	padding-right: 20px;
	font-size: 0.5em;
}
*/
.news_area{
	background-position: center;
	padding: 10px 0;
}

.news_area dl{
	background-color:#FFFFFF;
	margin: 0 30px 20px 30px;
	padding:0px;
}
	
.news_area dt{
	text-align: center;
	margin: 0;
	padding: 0;
}

.news_area dt img{
	width: 100%;
	height: 100%;
}

.news_area dd{
	width: 80%;
	height: 80%;
	padding: 10px;
}

.news_more {
	padding-left: 10px;
	padding-bottom: 20px;
	font-size: 16px;
}
.map_area{
	text-align: center;
	margin: 30px auto;
}

.map_btn{
	/*padding-left: 10px;*/
	width: 100%;
}
.map_btn ul{
	padding-top:20px;
}
.map_btn li{
	color: #132854;
} 
.map_btn_r{
	padding-top: 25px;
}

.topsp{
	padding-top: 120px;
}

.full-screen .slick-list {
	overflow: visible;
	overflow-x: hidden;
	
}

.slick-prev
{
	left: 20px;
}

.slick-next
{
    /*left: -25px;*/
	left: 320px;
}

/*会社情報*/
.c_ul{
	clear: both;
	border-bottom: #C0C0C0 solid 1px;
	display: table;
	padding: 0 0 1em 0;
}

.c_ll1{
	font-weight: bold;
	clear: both;
}

.c_ll2{
	clear: both;
}

/*アクセス*/
.ac_ul{
	width: 100%;
	clear: both;
}

.ac_ll1{
	margin: 0;
	padding: 0;
	clear: both;
}

.ac_ll1 img{
	margin: 0;
	padding: 0;
}
	
.ac_ll2{
	padding-bottom: 1em;
	clear: both;
}

/*代表挨拶*/
.gree_left{
	text-align: center;
}

/*私たちの活動*/
	
.bsns_ul{
	width: 100%;
	text-align: center;
	display: table;
	padding-bottom: 1em;
	clear: both;
}

.bsns_li{
	text-align: center;
	display: table;
	clear: both;
}

.bsns_li_txt{
	width: 158px;
	background: #009ddb; /* Old browsers */
	background: -moz-linear-gradient(left, #009ddb 0%, #007fdb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #009ddb 0%,#007fdb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #009ddb 0%,#007fdb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ddb', endColorstr='#007fdb',GradientType=1 ); /* IE6-9 */
	padding: 1em;
	margin: 1em auto;
	display: table;
	color: aliceblue;
}

.circle ul{
	line-height: 1;
}

/*手順*/
.procedure{
	padding:30px 0;
}
	
.procedure1{
	display: table;
	padding-left: 5px;
	width: 10%;
	float: left;
}
	
.procedure2{
	display: table;
	width: 80%;
	padding-left: 10px;
	float: left;
}

.procedure3{
	clear: both;
	display: table;
	width: 100%;
	float: left;
}
	
.procedure3 img{
	width: 100%;
}

.lihtxt{
	font-size:20px;
	font-weight: bold;
	color:#000272;
}

/*実績のカテゴリー*/
/*固定ページ幅を指定*/
.content_nw{
	/*width: 850px;*/
	margin: 0 auto;
}

.work_ctg{
	width: 100%;
	margin: 0 auto;
	clear: both;
	margin-bottom: 30px;
}
.work_ctg li{
	padding: 0;
	margin: 0;
}

.work_ctg_r{
	border-right: solid 1px #172850;
}

.work_ctg_r2{
	border-right: solid 1px #172850;
}
.work_ctg_bm{
	border-bottom: solid 1px #172850;
}
.work_btn {
	text-align: center;
	width: 32.5%;
	float: left;
	line-height: 350%;
	border-top: solid 1px #172850;
	border-left: solid 1px #172850;
	color: #172850 !important;
}

.work_btn:hover {
  background-color:#172850;
	color: #FFFFFF !important;
}

/*フッターの問合せ*/
.f_cnt{
	margin: 0 auto;
}

.f_cntl {
	width: 90%;
	margin: 0 auto;
	font-size: 1.1em ;
	line-height: 200% ;
	clear: both;
	
}

.f_cntl a{
	font-size: 1.5em !important;
	color: #132854 !important;
	font-weight: bold !important;
	text-decoration: none !important;
	line-height: 100% ;
}

.f_cntl a:hover{
	color: #132854 !important;
	font-weight: bold !important;
	text-decoration-line: underline !important;
}
	
.f_cntr {
	clear: both;
	text-align: center !important;
	margin: 0 auto !important;
	padding-top: 10px;
	padding-bottom: 20px;
	width: 90%;
	float: none;
}

.k_btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
	font-weight: bold;
  color: #424042 !important;
  text-decoration: none !important;
  font-size: 15px;
  background: #ffffff;
  padding: 15px 20px 15px 20px;
  border: solid #172851 2px;
  text-decoration: none;
}

.k_btn:hover {
  /*background: #98d4e2;*/
  font-weight: bold;
	text-decoration-line: underline !important;
}

.sngl_pc{
	visibility:hidden;
}
/*下層ページの背景画像追加 yuma*/
.backimg{
	background-image: url("/img/bkimg_sp1.jpg") ;
	margin: 0 calc(50% - 50vw);
	min-height: 100px;
}
/*オンライン申し込み用ボタンのCSS*/
.online_mtg{
    width:300px;
    height:55px;
    line-height:55px;
	margin: 0 auto;
	text-align:center !important;
}
.online_mtg a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#172850;
    text-align:center !important;
    color:#FFFFFF;
    font-size:20px;
    font-weight:bold;
}
.online_mtg a:hover{
	text-decoration: none;
    background:#172850;
    color:#FFFFFF;
    margin-left:2px;
    margin-top:2px !important;
    box-shadow:none;
}

/*バナーPC*/
.bnr1{
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: center;
}
.bnr1 img{
	width: 90%
}

.bnr1 p{
	padding: 10px;
	font-size: 14px;
	color: #172850;
	font-weight: bold;
}
/*選ばれる理由*/
.reason_bk1{
	background-color: #eff5fd;
	width: 100%;
	/*
	height: 300px;
	display: block;
	clear: both;
	*/
}
.reason_bktxt_r{
	margin: 0 auto;
	clear: both;
	text-align: center;
}

.reason_bktxt_r img{
	padding-top: 15px;
	width: 80%;
	clear: both;
}

.reason_txt1{
	padding: 0 15px;
	clear: both;
}

.reason_txt1 h2{
	font-weight: bold;
	color: #fe871e;
	font-size: 1.2em;
	margin-top: -15px;
	padding: 0;
}
.reason_txt1 p{
	text-align: left !important;
}

.reason_bk2{
	background-color: #eff5fd;
	width: 100%;
}
	
.reason_bktxt_l{
	margin: 0 auto;
	clear: both;
	text-align: center;
}

	
.reason_bktxt_l img{
	padding-top: 15px;
	width: 80%;
}

.reason_txt2{
	padding: 0 15px;
	clear: both;
}

.reason_txt2 h2{
	font-weight: bold;
	color: #fe871e;
	font-size: 1.2em;
	clear: both;
	margin-top: -15px;
	padding: 0;
}
.reason_txt2 p{
	text-align: left !important;
}

}