/*============================
	global
============================*/
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
  font-size: 16px;
		  line-height: 1.8em !important;
  color: #333;
}
html {
  scroll-behavior: smooth;
}
main {
  clear: both;
  overflow: hidden;
}
a {
  text-decoration: none;
}
a img:hover {
  opacity: 0.8;
}
.bold {
  font-weight: bold;
}

.right {
    text-align: right;
}

.p_20 p{
    margin-bottom: 20px;
}

hr {
  color: #eee;
  margin: 6% 0;
}
.inner {
  width: 94%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 3% 20px;
}
.wrapper {
  background: #fff;
}
.belt {
  background: linear-gradient(transparent 50%, #FFF 50%);
}
.red {
  color: #cc1b1b;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
#content {
  padding-bottom: 6%;
}
h1 {
  width: 250px;
  float: left;
  font-size: 1rem !important;
}
h2 {
  font-size: 4rem !important;
  line-height: 1em !important;
  color: #333;
	font-weight: bold !important;
	margin-bottom: 20px;
}
h2 span {
  letter-spacing: 0.2em;
}
h3 {
  color: #333;
	font-size: 30px;
	margin-bottom: 20px;
    border-left: 5px solid #333;
    padding-left: 10px;

}


.x3_wrap h2{
      color: #333;
	font-size: 30px;
	margin-bottom: 10px;
    border-left: 5px solid #333;
    padding-left: 10px;

}

.pd_3{
	padding: 3%;
}

.pb_0{
	padding:3% 0 0 0;
}

.pt_0{
	padding:0 0 3% 0;
}


.icon_x {
  color: #8ec31f;
	font-size: 72px;
	margin-top: 120px;
font-weight: bold;
}


.mb_3{
	margin-bottom: 3%;
}


.f_large {
	font-size: 24px;
}

.entry-title {
  padding: 3%;
  border-bottom: 2px solid #8ec31f;
  border-top: 2px solid #8ec31f;
  background: #f8f8f8;
  margin: 3% 0;
}
.entry-header, .page-header {
  border-bottom: none;
}
.f_yl {
  background: #e2e4ad;
}
.f_bl {
  background: #add6e4;
}
.bd_wrap {
  overflow: hidden;
  border: 1px solid #ddd;
  padding: 0 3% 3% 3%;
  margin-bottom: 3%;
}
.box {
  overflow: hidden;
  margin: 3% auto 6% auto;
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  justify-content: space-between;
}
.box li {
  width: 31.5%;
  border: 3px solid #add6e4;
  border-radius: 10px;
  padding: 2%;
  margin-bottom: 3%;
}
.box li img {
  margin-bottom: 10px;
  border: 1px solid #eee;
}
header {
  overflow: hidden;
  background: #111;
  width: 100%;
  border-bottom: 1px solid #eee;
}
.head_inner {
  width: 94%;
  max-width: 1000px;
  margin: 10px auto;
  overflow: hidden;
}
.fab {
  color: #8ec31f;
  font-size: 18px;
}
.bg_wh {
  background: #fff;
  overflow: hidden;
}
.nav a .fab {
  font-size: 24px !important;
}
#mv_txt {
  position: absolute;
  width: 500px;
  margin: 0 auto;
  top: 50%;
  left: 10%;
}
.logo_box {
  vertical-align: middle;
  text-align: center;
  padding-bottom: 3%;
  overflow: hidden;
}
.bg_box_01 {
  border: 1px solid #eee;
  padding: 3%;
  margin-bottom: 3%;
}
.bg_box_02 {
  border: 1px solid #eee;
  padding: 3%;
  margin-bottom: 3%;
  background: #f8f8f8;
}
.btn_gr {
  background: #8ec31f;
  border-radius: 5px;
  padding: 10px;
  color: #fff;
  display: block;
  width: 330px;
  margin: 3% auto;
  text-align: center;
}
.btn_gr::after {
  content: "▶︎";
  font-size: 10px;
  margin-left: 10px;
  vertical-align: top;
}
.center_gr {
  text-align: center;
  background: #f8f8f8;
  padding: 10px;
}
/* **************　scroll *************************** */
#scroll {
  text-align: center;
}
#scroll a {
  position: absolute;
  bottom: 50px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  padding-top: 40px;
  color: #fff;
  width: 44px;
}
#scroll a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
#scroll a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
#scroll a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, .1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb 3s infinite;
  animation: sdb 3s infinite;
  box-sizing: border-box;
}
/* 

@-webkit-keyframes sdb {
 0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}*/
/* **************　NAV *************************** */
#global-navi {
  width: 650px;
  float: right;
    margin-top: 16px;
}
.menu {
  margin: 0 auto;
  font-weight: bold;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  display: flex;
  justify-content: space-around;
  transition: all 0.3s ease 0s;
}
.menu a {
  color: #fff;
  text-decoration: none;
}
.nav_small {
  font-size: 9px;
  display: block;
  font-weight: 400;
}
.nav_txt {
  font-size: 12px;
  display: block;
  font-weight: 400;

  vertical-align: top;
}

h2 .nav_txt {
	line-height: 2em;

}


.menu li {
  line-height: 1em;
  text-align: center;
}
.nav a {
  display: block;
  line-height: 1;
  z-index: 1;
}
.nav {
  flex-flow: row wrap;
}
.nav a {
  padding: 0.5em 0;
  font-size: 16px;
  text-align: center;
}
.nav a:hover {
	color: #DA5019;}
.sub {
  display: none;
  position: absolute;
  left: 0;
  top: 72px;
  width: 100%;
  z-index: 3;
}
.sub > li > a {
  font-size: 16px;
  color: #fff;
  line-height: 1.75;
  background-color: #8ec31f;
  border-bottom: 1px solid #fff;
}
.sub > li > a:hover {
  background-color: #1cb004;
  color: #fff;
  opacity: 1;
}
.w50 {
  width: 50%;
}
.w80 {
  width: 74%;
  float: left;
  padding-bottom: 6%;
}
.w20 {
  width: 24%;
  float: right;
  padding-bottom: 6%;
}
.w70 {
  width: 70%;
	padding: 3%;
  float: left;
}
.w30 {
  width: 29%;
  float: right;
}

.w60 {
  width: 60%;
}
.w40 {
  width: 39%;
}


.fl_l {
  float: left;
}
.fl_r {
  float: right;
}


i {
    margin-right: 10px;
}

.tel {
    font-size: 24px;
}


.con_wrap {
    display: flex;
    justify-content: space-around;
    width: 650px;
    margin: 3% auto 0 auto;
}

.con_box{

    font-weight: bold;
    width: 300px;
}

.con_box a {
    color:#333;
    padding: 14px;
    display: block;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #ddd; 


    background: #fff;    
}

.con_box a:hover {
    color:#333;
    border: 1px solid #333;
    
}

.small_txt {
  font-size: 12px;
  display: block;
  font-weight: 400;
  vertical-align: top;
	line-height: 2em;
}

.news_box a {
  color: #999;
}
.news_box dd {
  padding: 5px;
  border-bottom: 1px dashed #ccc;
}
.news_box dt {
  padding: 5px;
  float: left;
  margin-right: 10px;
}
.bx-wrapper {
  border: 0 !important;
}


.box_01 {
    overflow: hidden;
    background: #f8f8f8;
}

.box_01 h3{
    border: none;
    padding: 0;
    font-size: 1.6em;
    margin-bottom: 6%;
}

.box_01 .w30{
    padding:6% 3% 3% 3%;
}


.sbg_01 {
    height: 400px;
    background: url("../img/service_001.jpg") center;
    background-size:cover;
}

.sbg_02 {
    height: 400px;
    background: url("../img/service_002.jpg") center;
    background-size:cover;
}
.sbg_03 {
    height: 400px;
    background: url("../img/service_003.jpg") center;
    background-size:cover;
}

.box_01_high {
    height: 500px;
}

.box_01_high .sbg_01 {
    height: 500px;
    background: url(../img/service_001.jpg) center;
    background-size: cover;
}

.box_01_high .sbg_02 {
    height: 500px;
    background: url(../img/service_002.jpg) center;
    background-size: cover;
}

.box_01_high .sbg_03 {
    height: 500px;
    background: url(../img/service_003.jpg) center;
    background-size: cover;
}

.box_01_high .w40{
    padding: 3%;
}

.box_01_high ul{
    margin-top: 3%;
    
    font-size: 0.8em;
text-indent: -1em;
  padding-left: 1em;    
}


.box_02  {
    overflow: hidden;
    background: #f8f8f8;
    margin-top: 6% 0;
}

.box_02 h3{
    border: none;
    padding: 0;
    font-size: 1.8em;
    margin-bottom: 6%;
}

.box_02 .w30{
    padding:3%;
}





.pd_lr3{
    padding: 0 3%;
}

.mod-table-3 {
    margin:3% auto 6% auto;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #dae0e0;
}


.mod-table-3 th {
    width: 25%;
    font-weight: 700;
    background-color: #f8f8f8;
}

.mod-table-3 td {
    font-weight: 400;
    padding: 20px 20px;
    font-size: 16px;
    border-top: 1px solid #dae0e0;
    line-height: 1.6;
    color: #333;
}


.mod-table-3 th, .mod-container .mod-table-3 td {
    border-bottom: 1px solid #dae0e0;
}


.btn {
	color: #333;
	border:1px solid #333;
	padding: 10px;
	width: 200px;
	border-radius: 5px;
	margin: 6% auto;
    background: #333;
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
  overflow: hidden;
    /*ボタンの形状*/
  text-decoration: none;
  display: block;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
}

/*ボタン内spanの形状*/
.btn span {
  position: relative;
  z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color:#fff;
}

.btn:hover {
	border:1px solid #DA5019;
}


.btn:hover span{
  color:#fff;
}

/*== 背景が流れる（左から右） */
.bgleft:before {
  content: '';
    /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
    /*色や形状*/
  background:#DA5019;/*背景色*/
  width: 100%;
  height: 100%;
    /*アニメーション*/
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}


.btn_wh {
	color: #fff;
	border:1px solid #fff;
	background: rgba(255,255,255,0.1);
}

.btn_wh span {
	color: #fff;
}


.back_gry {
    	background: #f8f8f8;
	overflow: hidden;

}

.box2_wrap {
  display: flex;
  justify-content: space-between;
}

.pd3{
    padding: 3%;
}

.box2 {
	background: #f8f8f8;
	overflow: hidden;
}


.about_txt {
	padding: 3%;
}

#ps_wrap {
	position: relative;
}

.bx-viewport {
	height: 600px !important;
}

#slide_txt {
	z-index: 100;
	position:absolute;
	top:40%;
	left:5%;
/*	background:rgba(255,255,255,0.8);*/
	padding: 40px;
	color: #fff;
	text-shadow: 0 0 10px #333;
		font-weight: bold;	
}

.font_big {
	color: #fff;
  font-size: 36px;

	margin-bottom: 10px;

}

.bd_it {
	border: 2px solid #333;
	padding: 5px 20px;
	margin-right: 10px;
}


.flowing {
	width: 0;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	animation: flowing-anim 2s forwards linear;
}


.box_2 {
  display: flex;
  justify-content: space-between;
	overflow: hidden;
}

.news_box {
	 height: 190px; 
	border: 1px solid #eee;
	 overflow: scroll; 
	 padding: 20px; 
  text-align: left;
    background: #fff;
    width: 90%;
    border-radius: 10px;
    margin: 0 auto;
}

.news_box2 {
  text-align: left;
    background: #fff;
    width: 75%;
    margin: 0 auto;
}

.news_box2 a{
    color: #999;
}


.news_box2 dd{
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.post_wrap h2{
    font-size: 24px !important;
}

.post_wrap h3{
    font-size: 18px;
    margin: 10px 0;
}

.post_wrap img{
    margin-bottom: 10px;
}

.post_wrap h3:first-child{
    margin:0 0 10px 0;
}

@keyframes flowing-anim {
 0%{
	 width: 0%;
   }
100%{
	 width: 900px;
   }
}

/* **************************************** */ 
.box_2 .box{
	margin:0;
}


.box {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 100%;
	text-align: center;
}
.box-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  transition: transform .6s ease;
  width: 100%;

}
.box:hover .box-bg {
  transform: scale(1.1);
	color: #FFF;
}


.box h3 {
  align-items: center; /* テキストの中央揃え */
  bottom: 0;
  color: #fff; /* テキストの色 */
  display: flex; /* テキストの中央揃え */
  justify-content: center; /* テキストの中央揃え */
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 80%; /* テキストを横幅いっぱいにならないようにする */
  z-index: 2;
	text-align: center;
	font-size: 24px;
}


.box p {
  align-items: center; /* テキストの中央揃え */
  bottom: 20px;
  color: #fff; /* テキストの色 */
  display: flex; /* テキストの中央揃え */
  justify-content: center; /* テキストの中央揃え */
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 20%;
  width: 80%; /* テキストを横幅いっぱいにならないようにする */
  z-index: 2;
	text-align: center;
}


/* マスク */
.box::before {
  background: rgba(0, 140, 214, .5); /* マスクの色(黒の50%) */
  bottom: 0;
  content: '';
  height: auto;
  left: 0;
  opacity: 0; /* 最初は透明（非表示） */
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .6s ease; /* ゆっくりopacityのみへ変化させる */
  width: 100%;
  z-index: 1;
}
.box:hover::before {
  opacity: 1;
}

.box span {

	display: block;
	font-weight: bold;
	line-height: 24px;
}


.spe_01 {
	background:url("../img/service_001.jpg");
}
.spe_02 {
	background:url("../img/service_002.jpg");
}
.spe_03 {
	background:url("../img/service_003.jpg");
}
.spe_04 {
	background:url("../img/service_004.jpg");
}


.bg_g {
	background: #111;
	color: #fff;
}

.small_txt_box {
	font-size: 80%;
}


.foot_btn {
	display: flex;
	justify-content: space-around;
}

.foot_btn h3{
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
}

.foot_bn {
	width: 48%;
}
.foot_bn a{
	padding: 20px;
	background: #038CD6;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	width: 100%;

	display: block;
}

.foot_bn a:hover{
	background: #8EC322;
	transition: 0.2s;
}


.foot_r ul {
	display: flex;
	justify-content: space-around;
}

footer {
	font-size: 12px;}

footer .inner{
	padding:0;
	margin-bottom: 10px;
	
}

footer .inner a{
	color: #fff;
	font-size: 12px;

}


footer {
  padding: 2%;
  background: #111;
  text-align: center;
  color: #fff;
}
.pc_no {
  display: none;
}
.ta_01 {
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  overflow: hidden;
  margin-bottom: 3%;
}
.ta_01 td {
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.ta_01 td:nth-child(odd) {
  background: #f8f8f8;
  overflow: hidden;
}

.lr_wrap {
	clear: both;
	overflow: hidden;
}

.bread_wrap {
	width: 1060px;
	padding: 10px 10px 10px 20px;
	margin: 0 auto;
	font-size: 10px;
	

}

.bread_wrap p{
		  line-height: 1.8em !important;
}


h3 {
    font-size: 18px;
    margin-bottom: 10px;
}



.bg_sub {

	padding: 6%;
}


.bg_s01 {
/*background: url(../img/top-slider-2.jpg) ;	*/
  background:url("../img/top_001.jpg") center;

	background-attachment: fixed;	
}
.bg_sub h2 {
	color: #fff;
	margin-bottom: 0;
}


.bg_s02 {
/*background: url(../img/top-slider-2.jpg) ;*/	
  background:url("../img/top_001.jpg") center;
	
	background-attachment: fixed;
	overflow: hidden;
}

.message_box {
	background-color: rgba(255,255,255,0.9);
	padding: 3%;
	overflow: hidden;
}

.ta_r {
	text-align: right;
}

.x3_wrap {
	overflow: hidden;
	max-height: 400px;
}

.x3_wraper h2{
	font-size:2rem !important;
}


	
/*スライドの高さを指定　overflow: hidden;を入れる*/
.slider {
  width: 100%;
  height: 750px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
 
/*スライドは背景画像にする*/
.slider-img {
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 100%;
  height: 750px;
  /*スライド画像の高さ*/
}
 
/*スライド画像を指定*/
.slider-img-01 {
  background:url("../img/top_001.jpg") center;
    background-size: cover;

    
}
 
.slider-img-02 {
  background:url("../img/top_002.jpg") center;
    background-size: cover;

	
}
.slider-img-03 {
  background:url("../img/top_003.jpg") center;
    background-size: cover;

}
 
.slick-list {
  width: 100%;
}
 
/* アニメーションを指定 */
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
 
  100% {
    transform: scale(1.1);
    /* 拡大率 */
  }
}
 
.add-zoom {
  animation: fadezoom 10s 0s forwards;
}	
	


.form_ta {
	width: 700px;
	margin: 0 auto 30px auto;
	border: 1px dashed #ccc;	
}

.form_ta tr{
	padding: 10px 0 ;
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
	    display: block;
}

.form_ta td:nth-child(odd){
	width: 200px;
	text-align: center;
}
.form_ta td{
      vertical-align: middle;
}

.wpcf7-submit {
	display: block;
	background: #fff;
	width: 200px;
	margin: 30px auto;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #333;
	color: #333;
	padding: 10px;
  cursor: pointer;
	
}
.br-sp {
    display: none;
}


.form_ta tr:last-child {
	border-bottom: none;
}	
	
.box2_wrap .pd3{
    padding: 3% 0 0 0;
}

.boss {
    border-radius: 400px;
}


.p_mb3 p{
    margin-bottom: 3%;
}



/* **************************************** */ 

@media screen and (max-width: 1000px) {
  .sp_fixed {
    position: fixed;
    z-index: 120;
  }
    
    
    
/*スライドの高さを指定　overflow: hidden;を入れる*/
.slider {
  width: 100%;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  margin: 0;
    text-align: center;
}
 
/*スライドは背景画像にする*/
.slider-img {
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 100%;
  /*  max-width: 700px;*/
  height: 350px;
  /*スライド画像の高さ*/
}
 
/*スライド画像を指定*/
.slider-img-01 {
  background:url("../img/top_001.jpg") center;
	background-size:cover;
    
}
 
.slider-img-02 {
  background:url("../img/top_002.jpg") center;
	background-size:cover;

	
}
.slider-img-03 {
  background:url("../img/top_003.jpg") center;
	background-size:cover;

}
     
    
 .bg_sub h2 {
     font-size: 1.7em !important;

}   
    
    .p_mb3 h3{
        margin-top: 6%;
        
    }    
    
    
    .br-sp {
        display: block;
    }	
	
  .fl_l, .fl_r {
    float: none;
  }
  .inner {
    padding: 6% ;
	  width: 100%;
  }
	
	.bread_wrap {
	width: 100%;
	}

input[type="checkbox"] {font-size:x-large;height:30px;width:30px;}  
    
.post_wrap h2{
    font-size: 18px !important;
}

.post_wrap h3{
    font-size: 16px !important;
}    
    
.news_box {
    width: 100%;
}    
    
.con_wrap {
    display: block;
    width: 100%;
    margin: 3% auto 0 auto;
}    
    
.con_box {
    font-weight: bold;
    width: 300px;
    margin:0 auto 3% auto;
    
}    
    
.news_box2 {
    width: 100%;
    margin: 0 auto;
}    
    
    
.bg_sub {
    padding: 6% 3%;
}	
	
.bx-viewport {
    height: 600px !important;
		width: auto;
}	

.bx-viewport img{
	object-fit: cover;
    height: 600px !important;
	width: auto !important;
object-position: 50% 50%;
}	
	
  	.sv_wrap {
width: 100%;
    margin-bottom: 3%;
    }
	
.mod-table-3 th {
    width: 100%;
	padding: 10px;
	display: block;
		border-bottom: none;
		border-top:1px solid #dae0e0;
}

.mod-table-3 td {
    width: 100%;
	display: block;
	border-top: none;
padding: 10px 10px;    
}
	
	

.sp_pt_60 {
	padding-top: 60px;
}	
	
	.mes_wrap {
		text-align: left !important;
		font-size: 16px !important;
	}
	
.x3_wraper h2{
	font-size:24px !important;
}
	
.x3_wrap {
    overflow: hidden;
    max-height: 100%;
}	

	
	
	.message_box {
		margin:6% auto;
	}	
	
.mod-table-3 th, .mod-container .mod-table-3 td {
    border-bottom: 1px solid #dae0e0;
    text-align: left;
}
	
	
	
.form_ta {
    width: 94%;
}
	
.form_ta tr {
    padding: 0;
}	
	

	
.form_ta td {
	text-align: left;
    padding: 10px;
    display: block;
}	
.form_ta td:nth-child(odd) {
    width: 100%;
    text-align: left;
	background: #f1f1f1;
}
	
	
#ps_wrap {
    overflow: hidden;
	padding-top: 60px;
    
}	
	
	
#slide_txt {
    z-index: 100;
    top: 45%;
    left: 5%;
    padding: 50px;
}	
	
	
#slide_txt {
    padding: 10px;
}	
	
	
	
	
	
	.font_big {
		font-size: 30px !important;
	line-height: 1em;
		margin-bottom: 0;
	}	
	
	#slide_txt p {
		font-size: 12px;
			line-height: 1.6em;

	}	
	

	
.flowing {

    white-space:normal;
}	

	
	
	.sv_wraper {
		display: block;
	}	
	
	
.head_inner {
    /*margin: 15px auto;*/
}    
    
    
h1 {
    width: 150px;
}	
	
  h2 {
    font-size: 24px;
      margin-bottom:3%;
  }
  .nav_txt {
    font-size: 9px;
	  display: inline-block;
    margin-left: 10px;
    font-weight: 400;
  }
	
	
  h2 .nav_txt {
    font-size: 10px;
	  display: block;
	  line-height: 1em;
  }	
    
.box_01 h3 {
    font-size: 1.6em;
    margin-bottom: 3%;
}    
    
    
	
  #global-navi {
    width: auto;
    float: left;
    z-index: 2;
    margin-top: 0;
  }
  .menu {
    display: block;
  }
  header nav {
    position: fixed;
    width: 300px;
    top: 0;
    right: -300px;
	  background: #111;
    height: 100%;
    padding-top: 61px;
    z-index: 9999;
  }
  header nav ul li {
    width: 250px;
  }
  header nav ul li a {
    color: #ffffff;
    text-align: left;
	  padding: 10px;
	  display: block;
  }
  header .btn-gnavi {
    position: fixed;
    top: 17px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 3;
    cursor: pointer;
    transition: all 400ms;
    -webkit-transition: all 400ms;
  }
  header .btn-gnavi span {
    position: absolute;
    width: 30px;
    height: 4px;
    background: #666;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms
  }
  header .btn-gnavi span:nth-child(1) {
    top: 0;
  }
  header .btn-gnavi span:nth-child(2) {
    top: 10px;
  }
  header .btn-gnavi span:nth-child(3) {
    top: 20px;
  }
  header .btn-gnavi.hb-open {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  header .btn-gnavi.hb-open span {
    background: #fff;
  }
  header .btn-gnavi.hb-open span:nth-child(1) {
    width: 24px;
    transform: translate(-7px, 17px) rotate(45deg);
    -webkit-transform: translate(-7px, 17px) rotate(45deg);
  }
  header .btn-gnavi.hb-open span:nth-child(3) {
    width: 24px;
    transform: translate(-7px, -17px) rotate(-45deg);
    -webkit-transform: translate(-7px, -17px) rotate(-45deg);
  }
	
	.header-nav  {
		border-top: 1px solid #fff !important;
	}

	
	.header-nav li {
		border-bottom: 1px solid #fff !important;
	}
	
	.box2_wrap {
		display: block;
	}	 
	
.box2 {
    /* padding: 20px; */
    width: 100%;
	height: auto;
}
/*.box2 img{
height: 70vh;
}*/
	
    .back_btn {
        color: #0544AC;
        margin-bottom: 30px;
        
    }    
    
	
	.about_txt {
		/* margin-top: -3%; */
	}	
	
.icon_x {
    color: #8ec31f;
    font-size: 72px;
    margin:10px 0 25px 0;
	
    font-weight: bold;
	text-align: center;
}
	
	.sv_box {
		display: block;
	}	
	
.sv_box div {
    width: 100%;
    display: block;
    background: #f8f8f8;
    padding: 20px;
    text-align: center;
	margin-bottom: 3%;
}
	
	
	
.box p {
    top: 34%;
	width: 94%;
}	
	
	footer .inner{
		display: none;
	}	
	
	
	
	.news_box {
		/* font-size: 12px; */
		/* padding: 10px; */
	}
	

.news_box dt {
    padding: 0;
    float:none;
	display: block;
    margin-right: 10px;
}

.news_box dd {
    padding: 0 0 20px 0;
    margin-bottom: 20px;
	line-height: 1.4em;
	

}	
	
.box_2 , .foot_btn{
		display: block;
}	
	
.foot_bn {
    width: 100%;
	margin-bottom: 3%;
}	
	
  .pc_no {
    display: block;
  }
  .sp_no {
    display: none;
  }
  .sp_left {
    text-align: left;
  }
  video {
    transform: translateX(-35%);
  }
  #scroll a {
    left: 45%;
  }
  .f_large {
    font-size: 18px;
  }
  .f_small {
    font-size: 10px;
  }
  h2 {
    font-size: 2em;
  }
  .svs_box h3 {
    font-size: 18px;
  }
  .txt_center p + p {
    margin-bottom: 0;
  }
	

	
	
	
	
  .box_3 {
    display: block;
  }
  .box_3 li {
    width: 100%;
  }
  .ta_01 td {
    display: block;
  }
    
    
  .w80, .w20, .w30, .w40, .w50,.w60,.w70 {
    width: 100%;
    float: none;
  }
    
    
.box_01_high {
    height: auto;
    padding-bottom: 6%;
}    
    
.box_01_high .sbg_01 {
    height: 240px;
    background: auto 100%;
}    
    
.box_01_high .sbg_02 {
    height: 240px;
    background: auto 100%;
}    
.box_01_high .sbg_03 {
    height: 240px;
    background: auto 100%;
}        
    
    
    
}
/* **************************** */
/*▼▼ ここから追加する ▼▼*/
.loader-wrap {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #333;
}
/*▲▲ ここまで追加する ▲▲*/
.loader, .loader:before, .loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #ffffff;
  /*  text-indent: -9999em;*/
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before, .loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
.load {
  text-align: center;
  position: absolute;
  top: 55%;
  font-size: 10px;
  color: #fff;
}
@-webkit-keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}


/* ************************************** */
.wp-site-blocks {
     padding-top: 0 !important; 
    padding-bottom: 0 !important; 
}

input{
	width: 100%;
}

textarea{
	width: 100%;
}

.wp-pagenavi {
  margin: 40px auto;
  font-size: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
}

.wp-pagenavi a {
  color: #111;
}

.wp-pagenavi span.current,
.wp-pagenavi a.page,
.wp-pagenavi .extend,
.wp-pagenavi .first,
.wp-pagenavi .last {
  margin: 0 10px 0 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
  justify-content: center;
  display: flex;
  align-items: center;
}

.wp-pagenavi span.current {
  border: solid 1px #333;
}

.wp-pagenavi a.page:hover,
.wp-pagenavi .first,
.wp-pagenavi .last {
  background: #333;
  color: #fff;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  display: none;
}

.grecaptcha-badge { visibility: hidden; }
