/*
Theme Name:True_light
Author: 松本譲
Description: オリジナルテーマ
Version: 1.0
*/
/* Base
   ========================================================================== */

body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  margin:0;
}
h1{
  font-size: 25px;
  margin-top: 0px;
}

.center {
  text-align: center;
}

.leftcol {
  float: left;
}

.rightcol {
  float: right;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

a {
  color: #000000;
  /*text-decoration: none;*/
  outline: none;
}

a:hover {
  color: #00A2D9;
  text-decoration: underline;
}

p {
    margin: 0 0 1.5em 0;
    padding: 0;
    line-height: 200%;
}

/* Header
   ========================================================================== */

.header_wrap{
  
}

header {
  text-align: center;
  border-bottom: 1px solid #ddd;
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  height: 112px;
  display: none;
}

/* サブメニュードロップダウンメニュー親デザイン
　========================================================================== */

nav ul {
    list-style: none;
}

.menu li {
    text-align: center;
}

.menu a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.menu {
  margin: 0 0 0 auto;
  padding: 0;
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.menu > li {
  float: left;
  height: 50px;
  line-height: 50px;
}

.menu::after {
  content: "";
  display: table;
  clear: both;
}

/* サブメニュードロップダウン
  ========================================================================== */

li.menu-item-has-children {
  position: relative;
}

li.menu-item-has-children ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  width: 100%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 100;
}

li.menu-item-has-children:hover ul {
  visibility: visible;
  opacity: 1;
  top: 50px;
}

/* サブメニュー下矢印
  ========================================================================== */
li.menu-item-has-children > a::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 15px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}

/* サブメニューリンク色
　========================================================================== */

.menu li a {
  padding: 0 20px;
  font-size: 14px;
  color: #000;
}

.menu li a:hover {
  color: #000;
}

.menu li ul li a {
  background: #ffffff;
}

.menu li ul li a:hover {
  color: #000000;
  background: #eeeeee;
}

.menu li:hover > a {
    /*background: rgb(242, 105, 100);*/
}
li.menu-item-has-children ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  padding: 0;
}

li.menu-item-has-children:hover ul {
  visibility: visible;
  opacity: 1;
  top: 50px;
}
.sub-menu li a{
  font-size: 12px;
  position: relative;
  padding: 10px 20px 8px;
  width: 150px;
  height: auto;
  line-height: 180%;
  margin: 0 0 -1px 0;
  text-align: left;
  border: 1px solid #ccc;
  background: #fff;
  color: #000;
}
.menu li:hover > a {
    border-bottom: 4px solid #aaaaaa;
}

img{
	border-radius: 4px;
	}

#logo {
  position: absolute;
  left: 0px;
}
#logo a img{
  display: block;
}

nav {
  width: 800px;
  margin: auto;
  bottom: 0px;
}


/* Cover
   ========================================================================== */

#cover {
  height: auto;
  background-image: url("images/bg-cover.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display:none;
}

#cover #slide {
  width: 100%;
  height: auto;
  margin: auto;
  padding-bottom: 30px;
}

/* Footer
   ========================================================================== */
footer{
  clear: both;
  width: 100%;
  background: #f4f4f4;
  font-size: 14px;
}
footer h2{
  font-size: 18px;
  margin-top: 0;
}
.footer_inner{
  width: 90%;
  padding: 0 5% 0;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 50px;
}
.footer_content{
  margin: 0 40px 40px 0;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.f_con_right{
  margin-right: 0;
}
#contact {
  padding: 30px 0;
  text-align: center;
  background-image: url("images/bg-footer.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.btn {
  width: 200px;
  margin: 10px;
  padding: 15px;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  letter-spacing: 0.05em;
}

.btn:hover {
  text-decoration: none;
}

.btn-primary {
  background-color: #ffbe00;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

#copyright {
  padding: 15px 0;
  text-align: center;
  color: #ccc;
  background-color: #333;
  font-size: 12px;
  letter-spacing: 0.05em;
}

/* Content
   ========================================================================== */

#content {
  width: 90%;
margin: 0 auto;
}
.page article img{
	width:100%;
	height:auto;
	}
.post article img{
	width:100%;
	height:auto;
	}
aside {
  width: 90%;
  padding: 0 5% 0;
  margin: 0 auto;
  display: block;
}

aside section {
  margin-bottom: 20px;
}

.single_article {
  float: none;
  width: 100%;
}

article section {
  margin-bottom: 40px;
  width: 100%;
  padding: 0 0% 0;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
}

article h2 {
  color: #000000;
}

article h3 {
  color: #888;
}

.headline1{
  border-bottom: 1px solid #ddd;
  padding: 0;
  margin: 0 0 25px 0;
  font-size: 18px;
}
.headline1 span {
  border-bottom: 4px solid #ccc;
  padding: 0 0 0px 0;
  margin: 0;
  display: inline-block;
}
.news-list_wrap{
  position:relative;
  margin-bottom: 25px;
}
.index_archive_link a {
  position: absolute;
  right: 5%;
  top: 5px;
  font-size: 13px;
  text-decoration: none;
}


.top-bottom_contents article{
  width: 100%;
  float: none !important;
}

.center{
  text-align: center;
}

article img{
	max-width: 100%;
	height: auto;
}

/*サイドバーなし会社概要固定ページ
　========================================================================== */	
.company tbody{}
.company tbody tr{

}
.company tbody th{
padding: 5px 10px 5px 5px;
display: block;
background-color: #f2f2f2;
text-align: left;
font-size: 12px;
	}
.company tbody td{
	padding: 12px 10px 10px 0px;
	display:block;
	}
.company iframe{
	width:100%;
	height: 300px;
	}

/*Top-News
　========================================================================== */

.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-list li {
  list-style-type: none;
  margin: 0 0 2px 0;
  padding: 6px;
  background: #f2f2f2;
  font-size: 13px;
  border-radius: 4px;
  overflow: hidden;
}

.news-list li .date {
  font-size: 12px;
  margin: 0 10px 0 0;
  line-height: 100%;
  background: none;
  color: #999;
  padding: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: none;
  width: 70px;
  text-align: center;
}
/*
.news-list li .label-info {
  width: 65px;
  display: inline-block;
  margin-right: 10px;
  margin-top: -3px;
  background: #009d8e;
  font-size: 12px;
  text-align: center;
  padding: 3px 8px;
  color: #fff;
  vertical-align: top;
}
*/
.news-list li a {
  width: 500px;
  display: inline-block;
  padding: 7px 0;
}

/*Top-Button
  ========================================================================== */

.btn-default {
  background-color: #fff;
  color: #009d8e;
  border: 1px solid #009d8e;
}

/*Blog
  ========================================================================== */

.blog-title-index {
  margin-bottom: 0px;
  margin-left: 5px;
  font-size: 2em;
  color: #333;
}

.blog-title-article {
  margin-bottom: 0px;
  margin-left: 5px;
}

.blog-wrap {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}

.blog-header {
  padding: 5px;
  border-bottom: 1px dotted #ccc;
  color: #888;
  font-size: 13px;
}

.blog-body {
  padding: 10px 5px;
}

.blog-title-category {
  font-size: 1.17em;
  font-weight: normal;
  color: #888;
}

.blog-footer {
  padding: 5px;
}


.post-list{
  list-style: none;
padding: 0;}

.post-list li{
  display: inline-block;
  margin: 0 0px 10px 0;
  vertical-align: top;
  width: 95%;
  border: 1px solid #ccc;
  padding: 2%;
  float: left;
}
.post-list li .single_catch{
  float: left;
  width: 25%;
  margin-right: 2%;
  height: auto;
}

.single_catch a img{
  width: 100%;
  display: block;
  height: auto;
} 
.post-list li .date{
  color: #999;
  font-size: 12px;
  display: block;
}
.post-list_text{
  float: left;
  overflow: hidden;
  width: 73%;
}
.post-list li .post-title{
  display: block;
}
.post-list li .post-title a{
  display: block;
  font-weight: bold;
  text-decoration: none;
}
.post_eyecatche img{
  width: 100%;
  height: auto;
}
.post img {
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
/* Widget
   ========================================================================== */

.widget {
  padding-right:0px;
}

.widget .widget-title {
  border-left:5px #cccccc solid;
  border-bottom:1px #cccccc solid;
  padding-left:10px;
}

.widget ul {
  padding:0;
  list-style:none;
}

.widget ul li {
  margin-bottom:20px;
}

.widget ul li a {
  color:#333333;
  text-decoration: none;
}

.widget ul li a:hover{
  text-decoration: underline;
}

.widget table {
  border-collapse:collapse;
}

.widget table caption {
  font-weight:800;
}

.widget table thead th ,
.widget table tbody td {
  border:1px #cccccc solid;
  text-align:center;
}
.breadcrumbs {
  width:100%;
  margin:10px auto;
}

/*不採用recent postプラグイン*/
.rpwwt-post-title{
font-size: 14px;
font-weight: bold;
line-height: 160%;}
.rpwwt-post-date{
font-weight: normal;
font-size: 11px;
display: block;
color: #999;
}
.rpwwt-widget ul li {
border-bottom: 1px dotted #aaa;
}


/*recent postプラグイン*/

.widget .rpwe-title{
	font-size: 14px !important;
	font-weight: bold;
	line-height: 160%;
}
.rpwe-block li{
	border-bottom: 1px dotted #aaa !important;}



/* サイドバープラグイン
　========================================================================== */

#npcatch li {
  margin: 0;
  overflow: hidden;
  clear: both;
  vertical-align: top;
  border-bottom: 1px dotted #aaa;
}

#npcatch .title {
  overflow: hidden;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 160%;
}

#npcatch .title .date{
  font-weight: normal;
  font-size: 11px;
  display: block;
  color: #999;
}

/*パンくずプラグイン
　========================================================================== */
.breadcrumbs {
  color: #aaa;
  font-size: 12px;
  width: 95%;
  padding: 0 2.5% 0;
  margin: 0 auto;
  display: block;
}
.breadcrumbs a{
  color: #888;
  text-decoration: underline;
}
.breadcrumbs a:hover{
  color: #00A2D9;
}
.breadcrumbs span{
  margin-right: 5px;
}

/*スマホメニュープラグイン
　========================================================================== */
#mg-wprm-wrap ul li {
    margin: 0;
    border-bottom: 1px solid #ddd;
}
div.wprm-overlay {
    background: rgba(255,255,255,0.5)!important;
}
/*スマホメニューバーの背景色*/
#wprmenu_bar {
    background: rgba(255,255,255,0.5)!important;
	
}

.wprmenu_icon span, #wprmenu_menu.wprmenu_levels ul li, html body div.wprm-wrapper, #wprmenu_bar, .wpr_search .wpr-search-field {
  width:100% !important;
}

#wprmenu_menu_ul {
    padding: 0 0 0px;
    margin: 0;
    overflow: visible !important;
}
/*スマホメニュー3本線の色*/
.wprmenu_bar .hamburger-inner, .wprmenu_bar .hamburger-inner::before, .wprmenu_bar .hamburger-inner::after {
	background: #000 !important;;
}
/*  Contactform - お問い合わせフォーム
　========================================================================== */
.wpcf7 { width:100%; border:1px solid #ddd; background:#fafafa; padding:0; margin:0 0 2.5em !important; font-size:14px;}
.wpcf7 form{ margin:1.5em 1.5em 0;}
.wpcf7 p { margin-bottom:1em; font-size:12px; }
.wpcf7 input, .wpcf7 textarea { width:auto; -moz-box-sizing: border-box; box-sizing: border-box; width:100%; border:1px solid #ccc; line-height:1.2; padding:8px;  }
.wpcf7 select, .wpcf7 input[type=checkbox], .wpcf7 input[type=radio] { width:auto; max-width:97%; border:1px solid #ccc; padding:8px; }
.wpcf7 select, .wpcf7 .wpcf7-list-item-label { line-height:1.2; font-size:14px; }
.wpcf7-list-item { display:block; }
.wpcf7 textarea { height:300px; }
.wpcf7 input:focus, .wpcf7 textarea:focus { outline:none; border:1px solid #bbb; -webkit-box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.2); box-shadow:inner 0 0 5px rgba(0, 0, 0, 0.5); }
.wpcf7 input.wpcf7-submit { position:relative; display:block; width:225px; height:48px; margin:30px auto 0; background-color:#333333; cursor:pointer; border:none !important; color:#fff; text-align:center; text-decoration:none; font-size:14px; line-height:1.5; outline:none; -webkit-transition: all .3s; transition: all .3s; }
.wpcf7 input.wpcf7-submit, .wpcf7 input.wpcf7-submit::before, .wpcf7 input.wpcf7-submit::after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.wpcf7 input.wpcf7-submit:hover { background-color:#666666; }
.wpcf7 .wpcf7-not-valid { background:pink; }
.wpcf7 .wpcf7-response-output { margin:10px 0 0; padding:8px 35px 8px 14px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
.wpcf7 .wpcf7-validation-errors { color:#B94A48; background-color:#F2DEDE; border:1px solid #EED3D7; }
.wpcf7 .wpcf7-mail-sent-ok { color:#3A87AD; background-color:#D9EDF7; border:1px solid #BCE8F1; }

/*  ページナビプラグイン
　========================================================================== */
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 5px 12px !important;
	margin: 2px;
	border-radius: 3px ;
	background-color: #bbb;
	color: #fff;
}
.wp-pagenavi span.current {
    font-weight: bold;
    background-color: #333;
    color: #fff;
}
.wp-pagenavi .pages{
  background-color: #fff;
  color: #000;
  border: none;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
	float: left;
}
/*ここから2.0*/
.page_haeder{
	height: 100px;
	background: linear-gradient(135deg, #115fc5 0%, #00337b 70%);
	margin-bottom: 30px;
}
.page_haeder h1{
	color: #fff;
padding-top: 19px;
margin: 0;
font-family: 游明朝;
text-align: center;
font-size: 16px;
border-bottom: 1px solid;
}
.page_haeder h4{
	font-size: 10px;
text-align: center;
color: #fff;
margin: 0;
	}
.contact_page article{
	margin: 0 auto;
	display: block;
	width: 100%;
	float: none;
}
.contact_page h2{
  border-bottom: 1px solid #ccc;
  border-left: 10px solid #274a78;
  padding-left: 14px;
	}
.contact_tel{
	font-size: 32px;
margin-bottom: 0;
font-weight: bold;
}
.contact_time{}
.footer_content ul{
	  padding-left: 13px;
	  }
.footer_content ul li{
	line-height: 170%;
border-bottom: 1px solid #ccc;
padding-top: 10px;
	}
.footer_content ul li a{
	text-decoration: none;
	}
.header_tel_wrap {
	width: 300px;
	color: #000;
	position: absolute;
	right: 1px;
	top: 11px;
}
.header_tel_wrap h2 {
	margin: 0;
	text-align: right;
	font-weight: normal;
	font-size: 33px;
	line-height: 25px;
}
.header_tel_wrap h2 span {
	font-size: 16px;
}
.header_tel_wrap p {
	text-align: right;
	margin: 0;
	line-height: 10px;
	font-size: 12px;
	color: #555;
}
.company_page article{
	margin: 0 auto;
	display: block;
	width: 100%;
	float: none;
}
.company_page h2 {
	border-bottom: 1px solid #ccc;
	border-left: 10px solid #274a78;
	padding-left: 14px;
}
.company_page table{
	width: 100%;
	}
.company_page table tr{}
.company_page table tr th{
background: #274a78;
color: #fff;
height: 60px;
width: 29%;
border-bottom: 1px solid;
font-size: 14px;
}
.company_page table tr td{
	padding-left: 6%;
border-bottom: 1px solid #ccc;
line-height: 117%;
}
.contact_btn {
	position: fixed;
	right: 10px;
	top: 70%;
	transition: 0.3s ease-in-out;
	z-index: 9999;
	display: none;
}
.contact_btn_a img:hover {
  transform: scale(1.15);
}
.pc_only{
	display:none !important;
	}
#menu-item-36{
background: #274a78;
}
#menu-item-36 a{
	color: #fff;
	}
.toppage_header_wrap .header_tel_wrap h2{
	color: #fff;
	text-shadow: 1px 2px 3px #808080
	}
.toppage_header_wrap .header_tel_wrap p{
	color: #fff;
	text-shadow: 1px 2px 3px #808080
	}
.toppage_header_wrap nav a{
	color: #fff;
	text-shadow: 1px 2px 3px #808080
	}
.toppage_header_wrap nav a:hover{
	color: #fff;
	text-shadow: 1px 2px 3px #808080
	}
	

.triple_wrap{
clear: both;
width: 90%;
padding: 0 5% 0;
margin: 0 auto;
  margin-top: 0px;
margin-top: 0px;
display: block;
padding-top: 20px;
	}
.triple_con{
	width: 100%;
margin: 0 auto;
display: block;
}
.triple_con h2{
	text-align: center;
margin-top: 0px;}
.triple_con h4{
}
.triple_con h4 span{
}
.triple_con h2 span{}
.triple_div{
	width: 100%;
border: #ddd 1px solid;
box-shadow: 4px 6px 30px rgba(0,0,0,0.2);
margin-bottom: 30px;
}
.triple_div_last{

}
.triple_div img{
	width: 100%;
height: auto;
margin: 0 auto;
display: block;
}
.triple_div_txt{
	padding-left: 5%;
padding-right: 3%;
padding-bottom: 1px;
background: #fff;
}
.triple_div_txt h3{
	color: #000080;
font-size: 22px;
font-family: 游明朝;
margin-bottom: 15px;
}
.triple_div_txt p{}
.triple_div_txt .point {
	font-family: 游明朝;
	font-size: 99px;
	margin-top: -46px;
	margin-left: 12px;
	margin-bottom: 0;
	line-height: 70px;
}
.triple_div_txt .point span {
	background: linear-gradient(to right, #000080 0%, #937b50 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.process_wrap{
clear: both;
background-image: url("images/bg-cover.png");
overflow: hidden;
width: 90%;
padding: 0 5% 0;
margin: 0 auto;
  margin-top: 0px;
display: block;
padding-top: 20px;
}
.process_con{
	width: 100%;
margin: 0 auto;
overflow: hidden;
display: block;
}
.process_con h4{
}
.process_con h4 span{
}
.process_con h2{
	text-align: center;
margin-top: 0px;
}
.process_con h2 span{}
.process_div_wrap{
width: 100%;
	}
.process_div{
	background: url(images/dot_img.png) repeat-y 19px top;

	}
.process_div h3{
	color: #fff;
padding: 13px;
  padding-left: 20px;
padding-left: 10px;
border-radius: 5px;
padding-left: 25px;
margin-top: 0;
background: linear-gradient(135deg, #00f 0%, #00008b 70%);
background: #000080;
margin-bottom: 10px;
}
.process_div p{
	color: #000;
padding-left: 36px;
padding-bottom: 20px;
margin-bottom: 0;
}
.process_div a{
	display: block;
	}
.process_div_last{
	background: none;
	}
.process_con img{
	float: right;
height: 600px;
width: 450px;
	}
.faq_wrap{
	clear:both;
	width: 90%;
padding: 0 5% 0;
margin: 0 auto;
  margin-top: 0px;
display: block;
padding-top: 20px;
}
.faq_con{
	width: 100%;
margin: 0 auto;
overflow: hidden;
display: block;
}
.faq_con h4{

}
.faq_con h4 span{
}
.faq_con h2{
	text-align: center;
margin-top: 0px;
}
.faq_con h2 span{}
.faq_div{
	width: 100%;
margin: 0 auto;
display: block;
}
.faq_div h3{
padding: 12px 25px 13px;
border-radius: 8px;
background-color: #efefef;
margin: 0;
  margin-bottom: 0px;
margin-bottom: 0px;
font-size: 17px;
color: #000;
margin-bottom: 10px;

}
.faq_div p{
	padding-left: 7px;
	margin-bottom: 30px;
	}
.faq_div h3 span{
	font-size: 24px;
color: #ec6d74;
background: none;
margin-right: 10px;
}
.faq_div p span{
color: #008fd0;
margin-right: 1%;
font-size: 24px;
font-weight: bold;
}
.faq_div_last{}
.h2_title {
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-size: 23px;
  font-weight: bold;
}
.contact_div_wrap {
	padding-bottom: 80px;
	padding-top: 50px;
	background-image: url("images/bg-cover.png");
	background-position: top center;
	background-size: cover;
}
.contact_div h2 {
  margin: 0;
  color: #fff;
  font-family: 游明朝;
font-size: 45px;
text-align: center;
line-height: 69px;
}
.contact_div h2 span {
}
.contact_div p {
	text-align: center;
	color: #fff;
}
.eng_title{
	text-align: center;
margin-top: 0px;
margin-bottom: 15px;
}
/*グラデーション文字
.eng_title span{
background: linear-gradient(to right, #000080 0%, #937b50 100%);
  background-clip: border-box;
background-clip: border-box;
background-clip: border-box;
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 35px;
font-weight: nomal;
letter-spacing: 1px;
font-family: 'Cinzel', serif;
	}*/
.eng_title span{
color: #1b75de;
  font-size: 12px;
}

.contact_div .eng_title{}
.contact_div .eng_title span{}
.process_div h3 span{}
/*ここから問い合わせボタン*/
.button19 a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: 0 auto;
	padding: 25px 20px 24px 40px;
	width: 270px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	/* background-color: #cccccc; */
	transition: 0.3s;
	border: 1px solid;
	text-decoration: none;
}

.button19 a::before {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	right: 22px;
	transform: translateY(calc(-50% - 2px)) rotate(30deg);
	width: 12px;
	height: 1px;
	background-color: #fff;
	transition: 0.3s;
}

.button19 a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 22px;
	transform: translateY(-50%);
	width: 41px;
	height: 1px;
	background-color: #fff;
	transition: 0.3s;
}

.button19 a:hover {
  text-decoration: none;
  background: rgba(223,241,255,0.6);
}

.button19 a:hover::before,
.button19 a:hover::after {
  right: -20px;
}
/*ここまで問い合わせボタン*/

.footer_btn{
	position:fixed;
	bottom:0;
	left:0;
	width: 100%;
	}
.line_ari .sp_tel_btn{
background:rgba(39,74,120,0.8);
display: block;
width: 33.3%;
float: left;
text-decoration: none;
}
.line_ari .sp_mail_btn{
background:rgba(103,157,228,0.8);
display: block;
width: 33.3%;
float: left;
text-decoration: none;
}
.line_ari .sp_line_btn{
background:rgba(0,185,0,0.8);
display: block;
width: 33.3%;
float: left;
text-decoration: none;
	}
.line_ari .sp_btn_icon{
width: 25%;
float: left;
padding-left: 5%;
padding-top: 13px;
padding-bottom: 13px;
	}
.line_ari .sp_btn_p{
color: #fff;
font-size: 3vw;
margin-top: 14px;
float: left;
margin-left: 6%;
line-height: 123%;
	}
	
.line_nashi .sp_tel_btn{
background:rgba(39,74,120,0.8);
display: block;
width: 50%;
float: left;
text-decoration: none;
}
.line_nashi .sp_mail_btn{
background:rgba(103,157,228,0.8);
display: block;
width: 50%;
float: left;
text-decoration: none;
}

.line_nashi .sp_btn_icon{
width: 19%;
float: left;
padding-left: 5%;
padding-top: 13px;
padding-bottom: 13px;
	}
.line_nashi .sp_btn_p{
	color: #fff;
font-size: 3vw;
margin-top: 20px;
float: left;
margin-left: 4%;
	}
.contact_line_btn{
background-color: #00b900;
display: inline-block;
width: 92%;
text-decoration: none;
padding: 4%;
border-radius: 23px;
	}
.contact_line_btn img{
	width: 15% !important;
float: left;
padding-left: 5%;
}
.contact_line_btn p{
	color: #fff;
margin-top: 7px;
margin-bottom: 0px;
padding-left: 5%;
float: left;
font-size: 5vw;
	}
.contact_tel a{
	text-decoration:none;
	}
.f_con_right a{
	text-decoration:none;
	}
.contact_tel span{
	font-size: 20px;
	}

.footer_access{
	width:90%;
	margin:0 auto;
	}
.footer_access iframe{
		width: 100%;
margin-bottom: 20px;
height: 340px;
}
.footer_access h2 {
	border-bottom: 1px solid #ccc;
	border-left: 10px solid #274a78;
	padding-left: 14px;
}


.movie_wrap{
	clear:both;
	padding-top:20px;
	padding-bottom:0px;
	}
.movie_con{
	width: 90%;
padding: 0 5% 0;
margin: 0 auto;
  margin-top: 0px;
display: block;
	}
.movie_con h2 {
  text-align: center;
  margin-top: 0px;
}

.youtube_img{
width: 100%;
height: auto;
box-shadow: 0 12px 25px -12px #444;
object-fit: cover;
margin: 0 auto;
display: block;
}
.youtube_play{
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
width: 75px;
}
.fancybox-youtube{
	position:relative;
	display: block;
	text-decoration: none !important;
	}
.fancybox-youtube:hover{
	text-decoration: none !important;
}
.sp_main{
	width: 100%;
height: auto;
}


.contact_comfirm_page{}
.contact_comfirm_page article{
	margin: 0 auto;
  display: block;
  float: none;
  }
.contact_comfirm_page p{
	 margin-bottom:0;
	 }
.contact_comfirm_page h4{
	margin-top:0;
	}
.contact_comfirm_page .return_btn{
	width: 47%;
  height: 48px;
  float: left;
  display: block;
  margin-bottom: 25px;
  margin-right: 3%;
  }
.contact_comfirm_page .wpcf7-submit{
	margin: 0 !important;
	float:left;
	margin-bottom: 25px;
	width: 47% !important;
  float: right;
	}
.contact_submin_wrap{
	width: 100%;
  overflow: hidden;
  margin: 0 auto;
  }
/* reCAPTCHA非表示*/
.grecaptcha-badge{
	display:none;
	}
	
.custom_post01_wrap{
	padding-top: 0px;
  padding-bottom: 30px;
  background:#fff;
  }
.custom_post01{
	width:90%;
	margin:0 auto;
	overflow:hidden;
	}
.custom_post01 .h2_title{
	text-align: center;
	margin-bottom: 30px;
	}
.customs_div{
	width: 48%;
  float: left;
  list-style: none;
  margin-bottom: 20px;
  margin-right: 2%;
	}
.custom_post01 .customs_wrap .customs_div img{
	margin: 0 auto;
  display: block;
  width:100%;
  height:auto;
  }
.custom_post01 .customs_wrap .customs_div .txt{

  }
.custom_post01 .customs_wrap .customs_div .txt h2{
	text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 11px;
  width: 90%;
  }
.custom_post01 .customs_wrap .customs_div .txt p{
	    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	display: none;
	}
.custom_other_link {
	color: #fff;
	background: #d70c18;
	padding: 17px;
	border-radius: 10px;
	display: block;
	text-decoration: none;
	clear: both;
	width: 36%;
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
	font-size: 1.5vh;
}
/*ここまで2.0*/


.contents_01wrap{
	clear:both;
	padding-top:40px;
	padding-bottom: 20px;
	background:#fff;
	}
.contents_01{
	width: 90%;
  margin: 0 auto;
  display: block;
  overflow: hidden;
	}
.contents_02wrap{
	clear: both;
  padding-top: 60px;
  padding-bottom: 10px;
  padding-bottom: 110px;
  margin-bottom: -80px;
  
	}
.contents_02wrap::before {
content:"";
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
width:100%;
height:100vh;
background-repeat:no-repeat;
background-position:50% 100%;
background-image:url("images/jigyou_back.jpg");
background-size:cover;
}
.contents_02{
	width: 90%;
  margin: 0 auto;
  display: block;
	}
.contents_03wrap{
	clear:both;
	padding-top:110px;
	padding-bottom:70px;
	background: linear-gradient(135deg, #006eb0 0%, #00337b 70%);
	clip-path: polygon(0 77px, 100% 40px, 100% calc(94% - 2px), -2px 97%);
	z-index: 1;
	position: relative;
	}
.contents_03{
	width: 90%;
  margin: 0 auto;
  display: block;
	overflow:hidden;
	}
.contents_04wrap{
	clear:both;
	padding-top:60px;
	padding-bottom:30px;}
.contents_04{
	width: 90%;
  margin: 0 auto;
  display: block;
	overflow:hidden;
	}
.contents_05wrap{
	position: relative;
  width: 100%;
  background-image: url("images/con5_back.jpg");
  background-repeat: repeat-x;
  background-size: cover;
  background-position: 0 0;
  animation-name: slide_img;
  animation-duration: 200s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  padding: 60px 0;
  margin-top: -140px;
}
@keyframes slide_img {
    100% {
        background-position: -10000px 0;
        }
}
.contents_05{
	width: 90%;
  margin: 0 auto;
  display: block;
	overflow:hidden;
	}
.contents_06wrap{
	clear:both;
	padding-top:50px;
	padding-bottom:30px;
	background:#fff;
	}
.contents_06{
	width: 90%;
  margin: 0 auto;
  display: block;
	}
.contents_01 img{
	width: 100%;
	}
.contents_01 .txt{
	width: 100%;
	margin-top: 20px;
  }
.contents_01 .txt h1{
	font-size: 23px;
	line-height: 170%;
	}
.contents_01 .txt h4{
	text-align: left;
	}
.contents_01 .txt p{}
.contents_03 img{
	width: 100%;
  height: auto;
  margin-bottom: 30px;
	}
.contents_03 .txt{
	width:100%;
	margin-bottom: 40px;
	}
.contents_03 .txt h2{
	color:#fff;
	font-size: 14px;
	margin-bottom: 0;
	}
.contents_03 .txt h4{
	color:#fff;
	}
.contents_03 .txt h4 span{
	color: #fff;
  font-size: 13vw;
	}
.contents_03 .txt p{
	color:#fff;
	}
.contents_03 .txt a{}
.contents_05 .txt{
	background: rgba(237, 245, 252, 0.8);
	width: 80%;
  border-radius: 9px;
	padding: 30px 10%;
	}
.contents_05 .txt h2{
	font-size: 14px;
	}
.contents_05 .txt h4{
	text-align: left;
	}
.contents_05 .txt h4 span{
	color: #3a75bb;
  font-size: 13vw;
	}
.contents_05 .txt p{}
.contents_05 .txt a{}
.contents_03 .ceo_blog_wrap{
	clear:both;
	}
.contents_02 .txt{
	}
.nk_01{
	width: 50%;
  height: auto;
  margin: 0 auto;
    margin-top: 0px;
  margin-top: 0px;
  display: block;
  margin-top: -59px;
  margin-left: 47%;
	}
.con2_txt_wrap{
	width: 90%;
  clear: both;
  background: #289af0;
  border-radius: 8px;
  margin-bottom: 60px;
  padding: 20px 5%;
	}
.contents_02 .txt h2{
	font-size: 2vw;
	margin-bottom: 0;
	margin-top: -18px;
	}
.contents_02 .txt h4{
	text-align: left;
	}
.contents_02 .txt h4 span{
	font-size: 13vw;
  color: #3a75bb;
	}
.contents_02 .txt p{
	margin-bottom: 0px;
  line-height: 145%;
  font-size: 14px;
  margin-top: -17px;
  color: #fff;
	}

.contents_06 .news_content{}
.contents_06 .news_content .news-list_wrap{}
.contents_06 .news_content .news-list_wrap h2{}
.contents_06 .news_content .news-list_wrap h2 span{
	color: #3a75bb;
  font-size: 13vw;
  }
.contents_06 .news_content .news-list{
	width: 100%;
  border-top: 1px solid;
  }
.contents_06 .news_content .news-list li{
	background: #fff;
  border-bottom: 1px solid;
  border-radius: 0px;
  padding: 20px 0rem;
  }
.contents_06 .news_content .news-list li .date{
	background: no-repeat;
  color: #3a75bb;
  font-size: 15px;
  margin-right: 3rem;
  font-weight: bold;
  }
.contents_06 .news_content .news-list li .cate{
	font-size: 10px;
  margin: 0 20px 0 0;
  line-height: 100%;
  background: #3a75bb;
  color: #fff;
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: left;
  width: 61px;
  text-align: center;
	}
.contents_06 .news_content .news-list li a{}
.contents_06 .news_content .news-list li a span{}
.contents_06 .news_left{
	width: 100%;
	margin-bottom: 30px;
	position: relative;
  }
.contents_06 .index_archive_link{}
.contents_06 .index_archive_link a{
	position: unset;
  font-size: 2rem;
  }
  
  
.contents_03 .blog_content{
	clear:both;
	}
.contents_03 .blog_content .news-list_wrap{}
.contents_03 .blog_content .news-list_wrap h2{
	border: none;
  margin: 0;
	}
.contents_03 .blog_content .news-list_wrap h2 span{
	color: #3a75bb;
  font-size: 13vw;
  border: none;
  }
.contents_03 .blog_content .news-list{
  border-top: 1px solid #fff;
  }
.contents_03 .blog_content .news-list li{
	background: none;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
  padding: 20px 0rem;
  }
.contents_03 .blog_content .news-list li .date{
	background: no-repeat;
  color: #fff;
  font-size: 15px;
  margin-right: 3rem;
  font-weight: bold;
  }
.contents_03 .blog_content .news-list li .cate {
	font-size: 10px;
	margin: 0 20px 0 0;
	line-height: 100%;
	background: #3a75bb;
	color: #fff;
	padding: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: left;
	width: 61px;
	text-align: center;
}
.contents_03 .blog_content .news-list li a{
	color: #fff;
	}
.contents_03 .news_left{
  width: 100%;
  margin-bottom: 30px;
  }
.contents_03 .index_archive_link{}
.contents_03 .index_archive_link a{
	position: unset;
  font-size: 2rem;
  } 
 
.custom_post02_wrap{
	width: 100%;
  padding-top: 0px;
  padding-bottom: 100px;
  display: none;
	}
.custom_post02{}
.custom_post02 .customs_wrap{
	
	}
.custom_post02 .customs_wrap .customs_div{
	width: 300px !important;
  margin-right: 20px;
	}
.custom_post02 .customs_wrap .customs_div {
	box-shadow: 4px 7px 9px rgba(0,0,0,0.1);
  padding-bottom: 3rem;
  border-radius: 5px;
  position:relative;
	}
.custom_post02 .customs_wrap .customs_div img{
	width: 300px;
  height: 231px;
  }
.custom_post02 .customs_wrap .customs_div .txt{
	
	}
.custom_post02 .customs_wrap .customs_div .txt h2{
	white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
  text-overflow: ellipsis;
  font-size: 1.9rem;
  text-align:center;
  }
.custom_post02 .customs_wrap .customs_div .txt p{
	font-size:1.2rem;
	line-height:150%;
	display: -webkit-box;
  -webkit-line-clamp: 3; /* 最大3行まで表示 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; /* 省略記号「...」を表示 */
  width: 250px;
  margin: 0 auto;
	}
.custom_post02 .customs_wrap .customs_div .txt h4{
	margin-top: 5px;
  color: #3a75bb;
  font-weight: normal;
  font-size: 1.1rem;
  position: absolute;
  right: 18px;
  top: 217px;
  background: #fff;
  }
.custom_post02 .customs_wrap .customs_div .txt h4 span{
	padding: 7px 19px;
  border-radius: 10px;
  background: #fff;
  }
.custom_post02 .title_wrap{
	width: 1250px;
  margin: 0 auto;
  }
.custom_post02 .title_wrap .h2_title{
	font-size: 2rem;
	}
.custom_post02 .title_wrap .eng_title{
	text-align:left;
	}
.custom_post02 .title_wrap .eng_title span{
	font-size: 3rem;
  color: #3a75bb;
  border-top: 1px solid;
  position: relative;
  }
.custom_post02 .title_wrap .eng_title span::before {
	content: "";
	position: absolute;
	top: -6.5px;
	left: -4px;
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #3a75bb;
	box-sizing: content-box;
	border: 4px solid #f5f4f2;
}

.arrow_r_b {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  float: right;
}
.arrow_r_b:before {
  content: '';
  width: 30px;
  height: 30px;
  background: #3a75bb;
  border-radius: 50%;
  position: absolute;
  top: 18px;
  left: -21px;
  bottom: 0;
  margin: auto;
}
.arrow_r_b::after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 17px;
	left: -10px;
	bottom: 0;
	margin: auto;
}
.con2_div{
	margin-bottom: 70px;
  clear: both;
  }
.con2_div .img_wrap{
	width: 100%;

  position:relative;

  }
.con2_div .img_wrap .top_img{
	width: 80%;
  height: auto;
  margin:0 auto;
  display:block;
  }
.con2_div .img_wrap .bottom_img{
	width: 96%;
  height: auto;
  position: absolute;
  top: 40px;
  left: 8%;
  z-index: 0;
  opacity: 0.4;
  display:none;
  }
.con2_div .txt{
	float: none;
  width: 100%;
  }
.con2_div .txt h2{
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 25px;
	margin-bottom: 0px;
	line-height: 120%;
	margin-top:20px;
	}
.con2_div .txt h4{
	float: right;
  font-size: 10px;
  border-bottom: 1px dotted;
  color: #00337b;
  }
.con2_div .txt ul{
	border-top: 3px solid #289af0;
  position: relative;
  clear: both;
  padding-left: 6%;
  }
.con2_div .txt ul::before {
	content: "";
	position: absolute;
	top: -6.5px;
	left: -4px;
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #3a75bb;
	box-sizing: content-box;
	border: 4px solid #f5f4f2;
}
.con2_div .txt ul li{
	font-size: 3vw;
  color: #3a75bb;
  padding: 5%;
  border-bottom: 1px solid;
	}
.con2_div .txt ul a {
	text-decoration:none;
	}
.con2_div .txt ul li:hover{
	transition: all 0.3s ease;
	}
.con2_div .txt ul li:hover{
	opacity:0.5;
	}
.con2_div .txt ul a li span{
	color:#000;
	}
.con2_div .txt p{
	margin: 0;
  color: #999;
  }
.slide-top {
  pointer-events: auto;  /* マウス操作を有効にする */
  overflow: visible;     /* 隠れている部分を見えるようにする */
  cursor: grab;          /* マウスカーソルを「つかむ」形に */
}

.slick-slide {
  width: auto;           /* スライドの幅を適切に */
  cursor: grab;          /* ドラッグ可能なカーソル */
}

.slick-slide:active {
  cursor: grabbing;      /* ドラッグ中のカーソル */
}


/*白ボタン*/

.white_btn {
  display: inline-block;
  width: 250px;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  outline: none;
  color: #fff;
  background-color: #1B85FB;
  position: relative;
  border: 1px solid #1B85FB;
  transition: color 0.5s ease;
}
.white_btn:hover {
  color: #1B85FB;
  text-decoration:none;
}
.white_btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.white_btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.text {
  position: relative;
}
/*白ボタンここまで*/

/*青ボタン*/
.blue_btn {
  display: inline-block;
  width: 140px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
  color: #1B85FB;
  background-color: #fff;
  position: relative;
  border: 1px solid #1B85FB;
  transition: color 0.5s ease;
}
.blue_btn:hover {
  color: #fff;
  text-decoration:none;
}
.blue_btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.blue_btn::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #1B85FB;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.text {
  position: relative;
}

/*青ボタンここまで*/


.custom_post02_wrap .img_wrap{
	width: 1250px;
  margin: 0 auto;
  position: relative;
  height: 1px;
  }
.custom_post02_wrap .img_wrap img{
	position: absolute;
  right: -50px;
  width: 800px;
  bottom: 0px;
  display: none;
  }
.news_left .img_wrap{
	position: absolute;
  width: 30%;
  right: 1px;
  top: 1px;
  }
.news_left .img_wrap img{
	width:100%;
  }
.contact_div_wrap .contact_div{
	width: 1100px;
  margin: 0 auto;
  position: relative;
	}
.contact_div_wrap .contact_div .txt{
	width: 700px;
	}
.contact_div_wrap .contact_div img{
	position: absolute;
  right: 91px;
  bottom: -79px;
  width: 340px;
  }

  
.header_con .title_wrap {
	width: 1250px;
  margin: 0 auto;
  position: absolute;
  bottom: -75px;
}
.header_con .title_wrap .h2_title {
	font-size: 2rem;
}
.header_con .title_wrap .eng_title {
	text-align: left;
}

.header_con .title_wrap .eng_title span {
	font-size: 3rem;
	color: #3a75bb;
	border-top: 1px solid;
	position: relative;
}
/*
.header_con .title_wrap .eng_title span {
	font-size: 1rem;
	color: #fff;
	border-top: 1px solid;
	position: relative;
	background: #00337b;
	padding: 5px 30px;
}*/
.header_con .title_wrap .eng_title span::before {
	content: "";
	position: absolute;
	top: -6.5px;
	left: -4px;
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #3a75bb;
	box-sizing: content-box;
	border: 4px solid #f5f4f2;
}
.header_con{
	position: relative;
  height: 108px;
  width: 1250px;
  margin: 0 auto;
  }
.nagashima_400{
	width:100%;}
.header_con02{
	width: 1250px;
  margin: 0 auto;
  padding-top: 20px;
  }
.header_con02 h2{
	color: #00337b;
  font-size: 8rem;
  margin-bottom: 30px;
  
  }
.header_con02 h2 .under{
	background: linear-gradient(to bottom, transparent 70%, #ffff00 30%);
	}
.header_con02 p{
	color: #000;
  width: 480px;
  line-height: 210%;
	}
.u-dotted {
  padding-top: 0.55em;
  background-position: top left 0.05em;
  background-repeat: repeat-x;
  background-size: 1.02em 1.1em;
  background-image: radial-gradient(#289af0 8%, transparent 8%);
  color: #289af0;
}
.s_txt{
	font-size: 5.5rem;
	}
.con1_2{
	width: 80% !important;
	}
.sub_page{
	width:90% !important;}
	
.sub_img_top{
	width: 100%;
  height: auto;
	}
.rakkucon01{
	margin-top: 20px;
	overflow: hidden;
  margin-bottom: 30px;
  clear: both;
  }
.rakkucon01 .txt{
	width: 100%;
  margin-top: 20px;
	}
.rakkucon01 .txt h2{}
.rakkucon01 .txt h4{
	text-align:left;
	}
.rakkucon01 .txt p{}
.rakkucon02{
	clear:both;
	margin-bottom: 0;
	}
.rakkucon02 h2{
	text-align:center;
	}
.rakkucon2_div{
	width: 100%;
	margin-bottom: 40px;
  }
.rakkucon2_div_r{

	}
.rakkucon2_div h3{
	font-size: 19px;
	border-bottom: 1px dotted;
	}
.rakkucon2_div p{}
.rakkucon2_div img{
	width: 75%;
  height: auto;
  margin: 0 auto;
  display: block;
  }
.rakkucon03{
	clear: both;
  overflow: hidden;
  margin-bottom: 0px;
  
	}
.rakkucon03 h2{
	text-align:center;
	}
.rakkucon03 h4{}
.rakkucon3_div .txt{
	width: 100%;
  }
.rakkucon3_div .txt h3{
	font-size: 19px;
  border-bottom: 1px dotted;
  }
.rakkucon3_div .txt p{}
.rakkucon3_div {
	overflow:hidden;
	margin-bottom: 40px;
	background: #f9f8f4;
  padding: 5%;
  border-radius: 10px;
	}
.rakkucon3_div .txt ul{
	background: #fff;
  padding: 20px 11%;
  border-radius: 20px;
  margin-bottom: 0;
  }
.rakkucon3_div .txt ul li{
	line-height: 120%;
  font-size: 15px;
  color: #289af0;
  margin-bottom: 18px;
  }
.rakkucon3_div .txt ul li span{
	color:#000;}
.rakkucon3_div img{
	width: 100%;
	}
.rakkucon3_div_2{}
.rakkucon3_div_2 .img_wrap{
	background: #f9f8f4;
	border-radius: 4px;
	}
.rakkucon3_div_2 .img_wrap img{
	width: 100%;
	}
.rakkucon3_div_2 h3{
	font-size: 19px;
  border-bottom: 1px dotted;
  }
.rakkucon3_div_2 p{}
.rakkucon3_div_2 ul{
	padding: 15px 6%;
	list-style: none;
	background: #f9f8f4;
	border-radius: 10px;
	}
.rakkucon3_div_2 ul li{
	font-size: 13px;
  margin-bottom: 10px;
  }
.rakkucon3_div_2 ul span{}

.rakkucon04_div{
	margin-bottom: 40px;
  background: #f9f8f4;
  border-radius: 10px;
  padding: 5%;}
.rakkucon04{
	margin-bottom: 40px;
  overflow: hidden;
  }
.rakkucon04 h2{
	text-align:center;
	}
.rakkucon04 h4{}
.rakkucon04 .txt{
	width: 100%;
  }
.rakkucon04 .txt h3{
	font-size: 19px;
  border-bottom: 1px dotted;
  }
.rakkucon04 .txt p{}
.rakkucon04 table{
	width: 100%;
  margin-bottom: 23px;
	}
.rakkucon04 table tr{
	
  }
.rakkucon04 table tr th{
	background: #274a78;
  color: #fff;
  height: 65px;
  width: 30%;
  border-bottom: 1px solid;
  font-size: 3vw;
  }
.rakkucon04 table tr td{
	padding-left: 8%;
  border-bottom: 1px solid #ccc;
  }
.rakkucon04 ul{
	clear: both;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 15px 6%;
  list-style: none;
	}
.rakkucon04 ul li{
	font-size: 13px;
  margin-bottom: 10px;
  }
.rakkucon04 ul li span{}
.border_under{
	border-bottom:1px dotted #000;
	}
.jigyou_annai_sub{
	overflow: hidden;
  margin-bottom: 40px;
  clear: both;
  }
.jigyou_annai_sub h2{
	text-align: center;
	}
.jigyou_annai_sub h4{}
.jigyou_annai_sub h3{
	font-size: 19px;
  border-bottom: 1px dotted;
  }
.jigyou_annai_sub table{
	width: 100%;
	}
.jigyou_annai_sub table th{
	background: #274a78;
  color: #fff;
  height: 80px;
  width: 30%;
  border-bottom: 1px solid;
  }
.jigyou_annai_sub table td{
	padding-left: 31px;
  border-bottom: 1px solid #ccc;
  }
.jigyou_annai_sub iframe{
	height: 340px;
	}
.jigyou_conact_sub{
	overflow: hidden;
  margin-bottom: 40px;
  }
.jigyou_conact_sub h4{}
.jigyou_conact_sub h2{
	text-align:center;
	}
.jigyou_conact_sub h3{
	font-size: 19px;
  border-bottom: 1px dotted;
  }
.jigyou_conact_sub p{
	text-align: center;
  font-size: 7rem;
  font-weight: bold;
  margin-bottom: 0;
  color: #274a78;
  }
.jigyou_conact_sub p span{
	font-size: 4rem;
	}
.soudancon02{
	overflow:hidden;
	margin-bottom:40px;
	}
.soudancon02 h2{
	text-align:center;
	}
.soudancon02 h3{
	font-size: 19px;
	}
.soudancon02 p{}
.soudancon02 ul{
	overflow: hidden;
  margin-bottom: 0px;
  background: #f9f8f4;
  padding: 5%;
  border-radius: 10px;
  }
  
.soudancon02 ul li{
	font-size: 14px;
  margin-bottom: 20px;
  }
.soudancon02 ul li span{}
.soudancon03 h5 span{
	background: #274a78;
  color: #fff;
  padding: 10px 20px;
  font-size: 13px;
  }
.soudancon04{
	overflow:hidden;
	margin-bottom:40px;
	background: #f9f8f4;
	padding: 5%;
	}
.soudancon04 .img_wrap{
	width: 100%;
	}
.soudancon04 .img_wrap img{
	border-radius: 50%;
  width: 60%;
  margin:0 auto;
  display:block;
  
  }
.soudancon04 .img_wrap h3{
	text-align: center;
  font-size: 18px;
  margin-bottom: 0;
	}
.soudancon04 .img_wrap h3 span{
	display: block;
  font-size: 13px;
  }
.soudancon04 .txt{
  width: 100%;
	}
.soudancon04 .txt h2{
	border-bottom: 1px dotted;
  font-size: 19px;
  }
.soudancon04 .txt p{
	margin: 0;
	}
.soudancon05{
	overflow:hidden;
	margin-bottom:40px;
	}
.soudancon05 h2{
	text-align:center;
	}
.soudancon05 h3{}
.soudancon05 ul{
	background: #f9f8f4;
  padding: 3% 7%;
  margin-bottom: 40px;
  }
.soudancon05 ul li{}
.soudancon05 ul li span{}
.soudancon05_div{
	background: #f9f8f4;
  border-radius: 5px;
  padding: 5%;
  }
.soudancon05_div h3{
	text-align: center;
  font-size: 19px;
  }
.soudancon05_div p{
	text-align: center;
	}
.soudancon05_div table{
	border-bottom: 1px dotted;
	width:100%;
	margin-bottom: 15px;
	}
.soudancon05_div table tr{}
.soudancon05_div table th{
	padding: 10px;
  text-align: left;
  width: 23%;
  font-size: 12px;
  }
.soudancon05_div table td{
	font-size: 14px;
	}
.soudancon06{
	overflow:hidden;
	margin-bottom: 50px;
	}
.soudancon06 h2{
	text-align: center;
	}
.soudancon06 ul{
	list-style: conic-gradient;
	padding-left: 6%;
	}
.soudancon06 ul li{
	font-size: 16px;
  line-height: 140%;
  margin-bottom: 30px;
  }
.seisincon03{
	overflow:hidden;
	}
.seisincon03 h2{
	text-align: center;
	}
.seisincon03 p{}
.seisincon03 ul{
	background: #274a78;
  color: #fff;
  padding: 5% 10%;
  border-radius: 10px;
  margin: 0;
  }
.seisincon03 ul li{
	font-size: 15px;
  line-height: 140%;
  margin-bottom: 15px;
  }
.seisincon03 ul li span{}
.seisincon04{
	overflow:hidden;
	margin-bottom: 30px;

	}
.seisincon04 h2{
	text-align: center;
  color: #289af0;
  }
.seisincon04 p{
	background: #289af0;
  color: #fff;
  padding: 4% 7%;
  border-radius: 10px;
  font-weight: bold;
  }
.seisincon04 img{
	margin: 0 auto;
  display: block;
  width: 100%;
  }
.seisincon01{
	overflow:hidden;
	margin-bottom:80px;
	}
.seisincon01{}
.seisincon01 h4{}
.seisincon01 h2{
	text-align: center;
	}
.seisincon01_div{
	clear: both;
  overflow: hidden;
  margin-bottom: 30px;
	}
.seisincon01_div img{
	width: 65%;
  margin: 0 auto;
  display: block;
  }
.seisincon01_div .txt{
	width: 100%;
	}
.seisincon01_div .txt h3{
	font-size: 19px;
  border-bottom: 1px dotted;
  margin-bottom: 10px;
  }
.seisincon01_div .txt p{}

.seisincon01{
	overflow:hidden;
	margin-bottom: 20px;
	}
.seisincon05{
	margin-bottom: 40px;
	}
.seisincon05 h4{}
.seisincon05 h2{
	text-align:center;
	}
.seisincon05_div{
	overflow:hidden;
	margin-bottom:30px;
	background: #f9f8f4;
	border-radius: 10px;
	padding: 20px 5%;
	}
.seisincon05_div img{
	width: 65%;
  margin: 0 auto;
  display: block;
  }
.seisincon05_div .txt{
	width: 100%;
  }
.seisincon05_div .txt h3{
	font-size: 19px;
  border-bottom: 1px dotted;
  }
.seisincon05_div .txt p{
	padding-right: 6%;
	margin: 0;
	}
.seisincon02{
	overflow:hidden;
	margin-bottom:80px;
	}
.seisincon02 h2{
	text-align:center;
	}
.seisincon02 .setsumei{}
.seisincon02 img{
	width: 100%;
	}
.seisincon02_div{}
.seisincon02_div h3{
	font-size: 19px;
  border-bottom: 1px dotted;
  }
.seisincon02_div p{}

.taiyoucon01{
	overflow:hidden;
	margin-bottom:40px;
	clear:both;
	}
.taiyoucon01 h2{
	text-align: center;
	}
.taiyoucon01 p{}
.taiyoucon01 img{
	width: 100%;
	}
.taiyoucon02{
	overflow:hidden;
	margin-bottom:40px;
	clear:both;
	}
.taiyoucon02 h2{
	text-align: center;
	}
.taiyoucon02 p{}
.taiyoucon02 ul{
	border: 2px dotted #ccc;
  padding: 4% 10%;
  }
.taiyoucon02 ul li{
	font-size: 14px;
  line-height: 150%;
  margin-bottom: 15px;
  }
.taiyoucon02 ul li span{}
.taiyoucon02 .blue{
	background: #289af0;
  color: #fff;
  text-align: center;
  border-radius: 7px;
  font-size: 16px;
  padding: 1.0rem;
  }
.taiyoucon03{
	overflow:hidden;
	margin-bottom:40px;
	clear:both;
	}
.taiyoucon03 h2{
	text-align: center;
	}
.taiyoucon03 table{
	width: 100%;
	}
.taiyoucon03 table tr{}
.taiyoucon03 table tr th{
	background: #274a78;
  color: #fff;
  padding: 15px 5%;
  border: 1px solid;
  width: 33%;
  font-size: 13px;
  }
.taiyoucon03 table tr td{
	background: #fff;
  color: #000;
  padding: 10px 5%;
  border: 1px solid #ccc;
  width: 33%;
  font-size: 13px;
  }
.taiyoucon03 h3{
	font-size: 19px;
	}
.taiyoucon04{
	overflow:hidden;
	margin-bottom:40px;
	clear:both;
	}
.taiyoucon04 h2{
	text-align: center;
	}
.taiyoucon04 img{
	width: 75%;
  margin: 0 auto;
  display: block;
  }
.taiyoucon04 p{
	margin: 0;
  }
.taiyoucon04 h3{
	font-size:19px;
	}
.taiyoucon04 .txt{
	width: 100%;
 }
.tcon4_wrap{
	background: #f9f8f4;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px 5%;
	}
.taiyoucon05{
	overflow:hidden;
	margin-bottom:50px;
	clear:both;
	}
.taiyoucon05 h2{
	padding-bottom: 0px;
	text-align: center;
	}
.taiyoucon05_div{
	background-image: url("images/dot_img.png");
  background-repeat: repeat-y;
  background-position: 20px;
  padding-bottom: 15px;
  }
.taiyoucon05_div_last{
	background:none;
	}
.taiyoucon05_div h3{
	background: #274a78;
  color: #fff;
  padding: 16px 5%;
  border-radius: 10px;
  margin-top: 0;
  }
.taiyoucon05_div p{
	margin:0;
	padding-left: 10%;
	}
.greetings_title{
	text-align:center;
	}
.nk_sub_contact{
	width: 90%;
  clear: both;
  background: #289af0;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 20px 5%;
	}
.nk_sub_contact img{
	width: 50%;
  height: auto;
  margin: 0 auto;
    margin-top: 0px;
  display: block;
  margin-top: -59px;
	}
.nk_sub_contact .txt{
	}
.nk_sub_contact .txt h2{
	color: #274a78;
  font-size: 23px;
  text-align: center;
  margin-top: 0;
	}
.nk_sub_contact .txt p{
	color: #fff;
  line-height: 170%;
  font-size: 14px;
	}
.page_haeder img{
	width: 37%;
  position: absolute;
  bottom: 0px;
  }
.page_haeder .txt{
	float: left;
  padding-top: 10px;
  width: 50%;
	}
.page_haeder_innner{
	width: 75%;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.company_con2{}
.company_con2 .img_wrap{
	overflow: hidden;
  margin-bottom: 0px;
  }
.company_con2 .img_wrap .ceo{
	width: 75%;
  height: auto;
  margin: 0 auto;
    margin-top: 0px;
  display: block;
  margin-top: 30px;

	}
.company_con2 .img_wrap .aoyama_sign{
	float: right;
  width: 38%;
  margin-top: 20px;
  margin-right: 12%;
  }
.company_con2 .txt{
	clear: both;
	}
.company_con2 .txt h2{
	border: none;
  font-size: 5vw;
  padding: 0;
  }
.company_con2 .txt h4{
	color: #289af0;
	font-size: 12px;
	}
.company_con3{
	overflow: hidden;
;
  }
.company_con3 img{
	display: block;
  width: 60%;
  margin-bottom: 30px;
  float:right;
	}
.company_con3 .txt{
	
  }
.company_con3 .txt h3{
	color: #289af0;
  font-size: 23px;
  text-align: right;
  margin-bottom:0;
  }
.company_con3 .txt h4{
	margin-top: 0;
	text-align: right;
	}
.company_con1{
	clear:both;
}
.houmon_con04{
	overflow:hidden;
	margin-bottom: 40px;
	}
.houmon_con02{
	overflow:hidden;
	margin-bottom:40px;
	}
.houmon_con02 h2{
	text-align:center;
	}
.houmon_con02 h3{
	font-size: 19px;
	}
.houmon_con03{
	overflow:hidden;
	margin-bottom: 40px;
	}
.houmon_con03 h2{
	text-align:center;
	}
.houmon_con03 ul{
	padding-left: 5%;
	}
.houmon_con03 ul li{
	margin-bottom: 20px;
	}
.houmon_con03 ul li span{
	color: #289af0;
  display: block;
  font-size: 19px;
  margin-bottom: 5px;
  }
.houmon_con05{
	overflow:hidden;
	margin-bottom:40px;
	}
.houmon_con05 h2{
	text-align:center;
	}
.houmon_con05 img{
	width: 100%;
	}

.clearfix::after{
	   content: "";
	   clear: both;
	   display: block;
	}
.sub_page .footer_access{
	display:none;
	}
.jigyou_conact_sub a{
	background: #289af0;
  width: 95%;
  display: block;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 7vw;
  padding: 20px 0;
  box-shadow: 3px 3px 8px #999;
  margin: 0 auto;
    margin-bottom: 0px;
  margin-bottom: 15px;
  text-decoration:none;
	}
.jigyou_conact_sub a .tap{
	display: block;
  text-align: center;
  font-size: 13px;
  }
.jigyou_conact_sub a .tel{
	font-size: 4vw;
	}
.houmon_con02_div img{
	width:75%;
	margin:0 auto;
	display:block;
	}
.soudancon02 img{
	width:100%;
	}
.wp-caption{
	width: 100% !important;
	}
.company_con4 h4,.company_con5 h4{
	color: #289af0;
	}
.company_con4 h3{
	color: #274a78;
	}
.company_con4 ul{
	margin-bottom: 30px;
  padding-left: 8%;
	}
.company_con4 ul li{
	font-size: 17px;
  border-bottom:
1px solid #ccc;
  margin-bottom: 11px;
  width: 100%;
  }