* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", sans-serif!important;
  font-weight: 500;
  font-style: normal;
}
html, body {
  font-weight: 500;
  line-height: 170%;
  font-size: 16px;
  width: 100%;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #333333;

}
h1, h2, h3, h4, h5, h6, th, p {
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif!important;
  font-weight: 500;
}
a {
  outline: none;
  text-decoration: none!important;
  color: #333333;
}
a:link, a:visited{
  outline: none;
  text-decoration: none!important;
  color: #333333;
}
a:hover, a:active {
  text-decoration: none;
  color: #00a13d;
}
a:hover img {
  opacity: 0.8;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
}
.clearfix {
  clear: both;
}
ul, ol {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
em {
  font-style: normal;
}
.txt_grn{ color: #00a13d!important;}
.txt_bold { font-weight: bold; }
.txt_center { text-align: center; }
.txt_left { text-align: left; }
.txt_right { text-align: right; }
.mgt10 { margin-top: 10px; }
.mgt20 { margin-top: 20px; }
.mgb10 { margin-bottom: 10px; }
.mgb20 { margin-bottom: 20px; }
.pdt10 { padding-top: 10px; }
.pdt20 { padding-top: 20px; }
.pdb10 { padding-bottom: 10px; }
.pdb20 { padding-bottom: 20px; }
.bg_1{ background: #e9f0e1;}
.bg_gray { background: #f3f5f7; }

.con1, .con2, .con3 {
  margin: 0 auto;
}
.con1 { width: 1200px; }
.con2 { width: 1000px; }
.con3 { width: 830px; }

.co_p { padding-top: 110px; padding-bottom: 110px;}
.co_p2 { padding-top: 60px; padding-bottom: 60px;}
.co_p3 { padding-top: 40px; padding-bottom: 40px;}
.co_t { padding-top: 110px;}
.co_t2 { padding-top: 60px;}
.co_t3 { padding-top: 40px;}
.co_b { padding-bottom: 110px;}
.co_b2 { padding-bottom: 60px;}
.co_b3 { padding-bottom: 40px;}
.re { position: relative; }
.re2 { position: relative; z-index:2; }
.re3 { position: relative; z-index:3; }

@media screen and (max-width: 1300px) {
  .con1 { width: 85%; }
}
@media screen and (max-width: 1100px) {
  .con2 { width: 85%; }
  .co_p { padding-top: 70px; padding-bottom: 70px;}
  .co_t { padding-top: 70px;}
  .co_b { padding-bottom: 70px;}
}
@media screen and (max-width: 999px) {
  .con3 { width: 85%; }
  .co_p2 { padding-top: 50px; padding-bottom: 50px;}
  .co_t2 { padding-top: 50px;}
  .co_b2 { padding-bottom: 50px;}
  .co_t3 { padding-top: 30px; }
  .co_b3 { padding-bottom: 30px;}
}
@media screen and (max-width: 500px) {
  .txt_center { text-align: left; }
  .co_p2 { padding-top: 40px; padding-bottom: 40px;}
  .co_t2 { padding-top: 40px;}
}
@media screen and (max-width: 380px) {
.con1, .con2, .con3 {
  width: 90%;
}
}
.fon1{
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.txt_s{
  font-size: 13px;
  line-height: 20px!important;
}

.txt_ns{
  font-size: 15px;
  line-height: 27px;
}

.txt_n{
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}

.txt_m{
  font-size: 22px;
  line-height: 36px;
  font-weight: 700!important;
}

.txt_b{
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 1px;
  font-weight: 700!important;
}

.mgat{
  margin: 0 auto;
}

.wid_1{
  width: 260px;
}

.wid_2{
  width: 300px;
}

.wid_3{
  max-width: 600px;
}

.t_inlin{
  display: inline-block;
}

.pc_none{
	display:none;
}


#hd {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0!important;
  z-index: 3;
  margin: 0;
  padding: 0
}

#header {
  width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#logo {
  width: 250px;
}

#logo2{
  width: 250px;
  padding-bottom: 20px;
}

#logo img,
#logo2 img{
  height: auto;
  width: 100%;
  padding: 0;
  display: block;
  vertical-align: bottom;
}

#gnav {
  background: transparent;
  flex: 1;
  box-sizing: border-box;
  padding: 20px 0 0;
  text-align: right;
  position: relative;
  z-index: 2;
}

#gnav ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px;
  margin-left: 20px;
}

#gnav ul li a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-decoration: none;
}

#gnav ul li a:hover{
  color: #00a13d;
  border-bottom: 2px solid #00a13d;
}

.hd_btn{
  position: absolute;
  top: 0;
  right: 6%;
  z-index: 3;
}

.hd_btn ul{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 0!important;
}

.hd_btn li{
  display: inline-block;
  margin-left: 20px;
}

.hd_btn li a{
  display: block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 8px 20px 8px 40px;
  -webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.hd_btn li.i_online a{
  background:#333333 url(https://u.jimcdn.com/cms/o/se34965e5e5cc3b97/userlayout/img/i2.png) no-repeat 10px center;
  background-size: 20px;
}

.hd_btn li.i_recruit a{
  background:#333333 url(https://u.jimcdn.com/cms/o/se34965e5e5cc3b97/userlayout/img/i1.png) no-repeat 10px center;
  background-size: 16px;
}

.hd_btn li.i_online a:hover{
  background:#000000 url(https://u.jimcdn.com/cms/o/se34965e5e5cc3b97/userlayout/img/i2.png) no-repeat 10px center;
  background-size: 20px;
}

.hd_btn li.i_recruit a:hover{
  background:#000000 url(https://u.jimcdn.com/cms/o/se34965e5e5cc3b97/userlayout/img/i1.png) no-repeat 10px center;
  background-size: 16px;
}

/*メインビジュアル*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.fadeIn { animation-name: fadeIn; }

@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}

.fadeInUp { animation-name: fadeInUp; }
.main,
.subvl{
  width: 100%;
  padding: 30px 0;
  position: relative;
}

.main .con1,
.subvl .con1{
  width: 95%;
  max-width: 1300px;
}

.inr_box,
.inr_box2,
.inr_box3{
  background: #ffffff;
  border-radius: 20px;
  position: relative;
}

.inr_box{
  padding: 150px 50px 80px 50px;
}

.inr_box2{
  padding: 50px 50px;
}

.inr_box3{
  padding: 150px 50px 50px 50px;
}

.maintxt{
  width: 430px;
  padding-top: 80px;
  position: relative;
}

.maintxt h2,
.m_txt{
  position: relative;
  z-index: 3;
}

.m_txt{
  line-height: 36px;
  padding-top: 30px;
  padding-left: 40px;
}

.mainimg{
  position: absolute;
  width: 900px;
  left: 450px;
  bottom: -120px;
  z-index: 1;
}

.m_ad1,
.m_ad2,
.m_ad3,
.s_ad1{
  position: absolute;
  z-index: 1;
}

.m_ad1{
  top: -10px;
  right: -140px;
  width: 270px;
}

.m_ad2{
  top: 160px;
  right: 50px;
  width: 280px;
}

.m_ad3{
  top: -20px;
  left: 320px;
  width: 250px;
}

.s_ad1{
  bottom: -70px;
  right: 30px;
  width: 350px;
}

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

.flex_2{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.flex_3{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.img3{
  width: 300px;
  text-align: center;
  padding-right: 30px;
}

.ttl{
  padding-bottom: 30px;
  padding-right: 30px;
  white-space: nowrap;
}

.subtxt .ttl{
  padding-bottom: 0px;
  padding-right: 0px;
}

.en,
.en span{
  font-family: "Fjalla One", sans-serif!important;
  font-weight: 400;
  font-style: normal;
}

.ttl .en,
.ttl2 .en{
  font-size: 55px;
  line-height: 60px;
}

.ttl3 .en{
  font-size: 36px;
  line-height: 40px;
}

.ttl h2,
.ttl h2 span,
.ttl3 h3{
  font-size: 18px;
  line-height: 36px;
  font-weight: bold;
}

.ttl .en span,
.ttl3 .en span,
.ttl h2 span{
  color: #00a13d;
}

#news .ttl{
  width: 140px;
}

.btn1 a,
.btn2 a{
  display: block;
  border-radius: 5px;
  background: #00a13d url(https://u.jimcdn.com/cms/o/se34965e5e5cc3b97/userlayout/img/ar1.png) no-repeat 96% center;
  background-size: 10px;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff!important;
  font-weight: 700;
  -webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.btn1 a{
 padding: 5px 10px;
}

.btn2 a{
  padding: 15px;
}

.btn1{
  width: 150px;
}

.btn2{
  width: 300px;
}

.btn1 a:hover,
.btn2 a:hover{
  background: #008332 url(https://u.jimcdn.com/cms/o/se34965e5e5cc3b97/userlayout/img/ar1.png) no-repeat 96% center;
  background-size: 10px;
}

#topbusiness .btn2,
#toppartner .btn2{
  position: absolute;
  right: 0;
  top: 0;
}

.box_1,
.box_b1,
.box_b2{
  background: #f3f5f7;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  position: relative;
}

.box_1{
  width: 30%;
}

.box_b1{
  width: 25%;
}

.box_b1 img{
  width: 220px;
}

.box_b2{
  flex: .8;
}

.box_2{
  background: #ffffff;
  border-radius: 15px;
  width: 32%;
  overflow: hidden;
  margin-top: 20px;
}

.box_2 img{
  border-bottom: 1px solid #dddddd;
}

.txt_2{
  background: #ffffff;
  padding: 0px 20px 20px;
}

.box_1 h3,
.box_b1 h3,
.box_2 h3{
  padding: 10px 0;
}

.line{
  width: 100%;
  height: 80px;
  background: url(https://u.jimcdn.com/cms/o/se34965e5e5cc3b97/userlayout/img/line.png) no-repeat center center;
}

.line2{
  border-top: 2px solid #f3f5f7;
  padding-top: 60px;
  margin-top: 60px;
}

.box_4{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.img4{
  width: 260px;
}

.txt4{
  flex: .9;
}


/*フッタ*/

.flex_bn{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}

.bn{
  width: 48%;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  display: flex;
}

.bn_2{
  flex-direction : row-reverse;
}

.bn a{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.bn_1::before,
.bn_2::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.bn_1::before{
  background: url(https://u.jimcdn.com/cms/o/se34965e5e5cc3b97/userlayout/img/bn1.jpg) no-repeat center center;
  background-size: cover;
}

.bn_2::before{
  background: url(https://u.jimcdn.com/cms/o/se34965e5e5cc3b97/userlayout/img/bn2.jpg) no-repeat center center;
  background-size: cover;
}

.bn .en{
  font-size: 55px;
  line-height: 60px;
  color: #ffffff;
}

.bn h3{
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}

.bn .bn_txt{
  padding: 50px 30px;
  width: 55%;
  box-sizing: border-box;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}

.bn_1 .bn_txt{
  background: rgba(0,161,61,.85);
}

.bn_2 .bn_txt{
  background: rgba(0,0,0,.7);
  text-align: right;
}

.bn_2 .bn_txt::after{
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: url(https://u.jimcdn.com/cms/o/se34965e5e5cc3b97/userlayout/img/i1.png) no-repeat center center;
  background-size: 30px;
}

.contact_bn .ttl{
  width: 300px;
  float: left;
}

.contact_txt{
  padding-left: 300px;
}

.tel{
  width: 340px;
}

.tel a{
  font-size: 40px;
  line-height: 50px;
  display: block;
}

.tel a span{
  color: #00a13d;
}

#footer {
  position: relative;
}

.ft_flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.ft_clm1{
  width: 400px;
}

.ft_clm2{
  flex: .9;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.ft_clm2 ul{
  display: inline-block;
  padding-left: 40px;
}

.ft_clm2 li a{
  display: block;
  padding: 5px 0;
}


/*下層ページ*/

.ttl2,
.ttl3{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  position: relative;
}

.ttl2 h2{
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  padding-left: 15px;
}

.ttl3 .en{
  padding-right: 15px;
}

.t_bl{
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #333333!important;
}

.kakeru{
  color: #ebcd0b;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  width: 50px;
  text-align: center;
  position: absolute;
  right: -55px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.number1{
  font-size: 40px;
  line-height: 50px;
  color: #00a13d;
  position: absolute;
  top: -20px;
  width: 100%;
  left: 0;
  text-align: center;
}

.box_list1 li{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #dddddd;
}

.box_list1 li:first-child{
  padding-top: 0px;
  margin-top: 0px;
  border-top: none;
}

.bus_img1{
  width: 380px;
}

.bus_txt1{
  flex: .9;
}

.bus_txt1 .txt_n{
  font-weight: 700;
}

.box_list2 ul{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.box_list2 li{
  width: 48%;
}

.bus_img2{
  width: 100%;
  text-align: center;
}

.bus_ad1{
  position: absolute;
  right: 0px;
  top: -10px;
  z-index: 1;
}

.bus_ad1 img{
  height: 120px;
  width: auto;
  max-width: inherit;
}

.slider {
  width: 100vw;
  overflow: hidden;
}

.slider-track {
  display: flex;
   white-space: nowrap;
}

.slider-track li {
  width: 220px;
  padding: 0 10px;
  flex-shrink: 0;
  list-style: none;
  text-align: center;
}

.cateimg{
  padding: 30px 0 10px;
}

.cateimg img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.clm_list1 ul,
.clm_list2 ul,
.clm_list3 ul{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.clm_list1 li{
  width: 31%;
  margin: 15px 1% 20px;
}

.clm_list2 li{
  width: 46%;
  margin: 15px 2%;
}

.clm_list3 li{
  width: 23%;
  margin: 10px 1%;
}

.clmimg1 img,
.clmimg2 img,
.clmimg3 img{
  display: block;
  border-radius: 8px;
  border: 1px solid #dddddd;
}

.tag_box{
  position: relative;
  border: 4px solid #e9f0e1;
  border-radius: 10px;
  padding: 30px;
  margin-top: 20px;
}

.tag{
  color: #00a13d;
  font-weight: 700;
  background: #e9f0e1;
  border-radius: 50px;
  padding: 2px 15px;
  min-width: 140px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 10px;
}

.tag_box .tag{
  position: absolute;
  top: -17px;
  left: 15px;
  z-index: 2;
}

.flex_part1{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.parttxt1{
  flex: .9;
}

.partimg1{
  width: 550px;
}

.merit ul{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  align-items: stretch;
}

.merit li{
  width: 25%;
  box-sizing: border-box;
  padding: 10px 20px;
  border-right: 1px solid #dddddd;
}

.merit li:last-child{
  border-right: none;
}

.merit li:nth-child(odd){
  padding-top: 15px;
}

.mer_img{
  width: 130px;
  margin: 0 auto;
  padding-bottom: 5px;
}

.list_dot li{
  padding: 6px 0 3px 15px;
  position: relative;
  line-height: 24px;
  font-size: .9rem;
  font-weight: 700;
}

.list_dot li::before{
  content: '';
  width: 10px;
  height: 10px;
  background: #eace0d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 13px;
}

.tag_box .list_dot ul{
  display: inline-block;
  padding-right: 40px;
}

.box_com1{
  padding: 30px;
  border-radius: 20px;
}

.flex_com{
  display: flex;
  justify-content: space-between;
  flex-direction : row-reverse;
  align-items: center;
}

.com_img{
  width: 410px;
}

.com_txt{
  flex: .9;
}

.com_list li{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 10px;
}

.com_list li h4{
  color: #00a13d;
  font-weight: 700;
  font-size: 18px;
  padding: 5px 10px;
  width: 220px;
  box-sizing: border-box;
  border-radius: 5px;
  background: #f3f5f7;
  text-align: center;
}

.com_list li p{
  flex: .95;
  padding: 5px 0;
}

.table_dl dt,
.table_dl dd{
  border-top: 2px solid #f3f5f7;
  padding: 20px;
  box-sizing: border-box;
}

.table_dl dt{
  width: 200px;
  clear: left;
  float: left;
  color: #00a13d;
  font-weight: 700;
}

.table_dl dd{
  margin-left: 200px;
}

.table_dl dl{
  border-bottom: 2px solid #f3f5f7;
}

.map{
  width: 60%;
}

.map iframe{
  width: 100%;
  height: 320px;
}

.acc_txt{
  flex: .9;
}

#chart .ttl{
  position: absolute;
  left: 0;
  top: 0;
}

.histry{
  padding-left: 40px;
  position: relative;
}

.histry ul{
  border-left: 2px solid #f3f5f7;
  position: relative;
  z-index: 3;
}

.histry li{
  padding-left: 50px;
  padding-bottom: 30px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.histry li::before{
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 5px solid #e9f0e1;
  background: #00a13d;
  position: absolute;
  left: -15px;
  top: 0px;
  z-index: 2;
}

.his_date{
  color: #00a13d;
  width: 130px;
  font-size: 18px;
  font-weight: bold;
}

.his_txt{
  flex: 1;
  font-size: 18px;
  font-weight: 500;
}

.ad_his1,
.ad_his2{
  position: absolute;
  z-index: 1;
}

.ad_his1{
  right: 0;
  top: 0;
  width: 370px;
}

.ad_his2{
  right: 0;
  bottom: 0;
  width: 350px;
}
  #spnav {
    display: none;
  }

.menu-trigger span {
  display: none;
}
@media screen and (max-width: 1380px) {
  #header {
    width: 87%;
  }
  
  #logo {
    width: 200px;
  }

  #logo2{
    width: 200px;
  }

  #gnav ul li {
    padding: 5px 5px;
    margin-left: 15px;
  }

.main .con1,
.subvl .con1{
  width: 90%;
}
  
.inr_box{
  padding: 130px 40px 60px 40px;
}

.inr_box2{
  padding: 40px;
}

.inr_box3{
  padding: 130px 40px 40px 40px;
}

.maintxt{
  width: 400px;
  padding-top: 80px;
  position: relative;
}

.m_txt{
  line-height: 36px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.mainimg{
  position: absolute;
  width: 600px;
  left: 400px;
  bottom: -100px;
}

.m_ad1{
  top: 0px;
  right: -120px;
  /*width: 270px;*/
  width: 200px;
}

.m_ad2{
  top: 120px;
  right: 50px;
  /*width: 280px;*/
  width: 200px;
}

.m_ad3{
  top: -20px;
  left: inherit;
  right: 10px;
  /*width: 250px;*/
  width: 200px;
}

.s_ad1{
  bottom: -40px;
  right: 20px;
  /*width: 350px;*/
  width: 280px;
}

.ttl{
  padding-bottom: 20px;
  white-space: normal;
}
  
#topbusiness .btn2,
#toppartner .btn2{
  position: relative;
  padding-top: 30px;
}
  
.box_1{
  width: 32%;
}

.partimg1{
  width: 48%;
}
}

@media screen and (max-width: 1000px) {
#header {
  width: 88%;
  padding-top: 35px;
}
  
.main,
.subvl{
  padding: 15px 0;
}
  
.main .con1,
.subvl .con1{
  width: 96%;
}
  
  #gnav { display: none; }
  .hd_btn { display: none; }
  .menu-trigger {
    cursor: pointer;
    display: block;
    position: fixed;
    right: 4%;
    top: 25px;
    padding: 10px 8px 4px;
    border-radius: 10px;
    background: linear-gradient(to right,  rgba(0,137,52,.8) 0%,rgba(0,137,52,.8) 100%);
    z-index: 1000;
  }
  .menu-trigger span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 6px;
    transition: transform 0.3s ease-in-out;
    width: 24px;
  }
  .menu-trigger.active {
    background: rgba(255,255,255,0);
  }
  .menu-trigger.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .menu-trigger.active span:nth-child(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .menu-trigger.active span { background-color: #fff; }

  #spnav {
    background-color: rgba(0,0,0,0.9);
    display: block;
    height: 100%;
    padding-top: 60px;
    position: fixed;
    right: -80%;
    top: 0;
    transition: right 0.3s ease-in-out;
    width: 80%;
    z-index: 999;
  }
  #spnav.open { right: 0; }
  #spnav ul {
    list-style-type: none;
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }
  #spnav li a {
    color: #ffffff;
    display: block;
    padding: 18px 25px;
    position: relative;
    text-decoration: none;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 1px;
  }
  #spnav .sub-menu {
    display: none;
  }
  #spnav .menu-item-has-children {
    position: relative;
    margin-bottom: 30px;
  }
  #spnav .menu-item-has-children a {
    background: none;
    position: relative;
    z-index: 1;
  }
  .toggle-icon{
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    position: absolute;
    bottom: -12px;
    left: 5px;
    cursor: pointer;
    z-index: 2;
  }
  
  #spnav .sub-menu {
    padding-left: 20px;
  }
  
  #spnav .sub-menu li a {
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    border-top: 1px solid #dddddd;
    font-size: 15px;
    white-space: nowrap;
  }
  #spnav .sub-menu li:last-child a {
    border-bottom: 1px solid #dddddd;
  }
  #spnav li.i_online,
  #spnav li.i_recruit{
    margin-right: 1%;
    width: 48%;
    display: inline-block;
    margin-top: 15px;
  }
  
  #spnav li.i_online a,
  #spnav li.i_recruit a{
    padding: 12px 10px 12px 50px;
    border-radius: 5px;
    border: 2px solid #ffffff;
  }
  
  #spnav li.i_online a{
    background: url(https://u.jimcdn.com/cms/o/se34965e5e5cc3b97/userlayout/img/i2.png) no-repeat 15px center;
    background-size: 20px;
  }
  #spnav li.i_recruit a{
    background: url(https://u.jimcdn.com/cms/o/se34965e5e5cc3b97/userlayout/img/i1.png) no-repeat 15px center;
    background-size: 16px;
  }
  
  .overlay {
    background-color: rgba(0, 0, 0, .2);
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 998;
  }
  .overlay.open { display: block; }
  
.maintxt{
  padding-top: 20px;
  width: 100%;
}
  
.mainimg{
  position: relative;
  width: 100%;
  left: 0;
  bottom: 0;
  padding-top: 50px;
}

.m_ad1{
  top: -50px;
  right: 0px;
}

.m_ad2{
  top: 450px;
  right: 30%;
}

.ttl{
  padding-right: 0;
}
.flex_1{
  display: block;
}

.flex_2{
  display: block;
}

.flex_3{
  display: block;
}

.img3{
  width: 220px;
  padding-right: 30px;
  float: left;
}

.ttl .en,
.ttl2 .en{
  font-size: 40px;
  line-height: 50px;
}
  
.bn .en{
  font-size: 40px;
  line-height: 50px;
}

.ttl3 .en{
  font-size: 26px;
  line-height: 38px;
}

.ttl h2,
.ttl h2 span,
.ttl3 h3{
  font-size: 16px;
  line-height: 30px;
}
  
.ttl2,
.ttl3{
  padding-bottom: 15px;
}
  
.sp_none{
  display: none;
}

.box_1{
  width: 100%;
  max-width: 380px;
  margin: 20px auto 0px;
}

.box_b1{
  width: 100%;
  max-width: 380px;
  margin: 10px auto;
}

.box_b2{
  flex: 1;
  max-width: 380px;
  margin: 50px auto;
}

.kakeru{
  color: #ebcd0b;
  font-size: 40px;
  line-height: 40px;
  right: 0;
  top: inherit;
  bottom: -40px;
  transform: none;
  width: 100%;
}
  
.number1{
  font-size: 40px;
  line-height: 40px;
  top: -20px;
  left: 20px;
  text-align: left;
}

.box_2{
  width: 100%;
  max-width: 380px;
  margin: 0px auto 20px;
}

.txt_2{
  background: #ffffff;
  padding: 0px 15px 20px;
}

.line{
  height: 40px;
  background: none;
  position: relative;
}
  
.line::after{
  content: '';
  width: 4px;
  height: 30px;
  background: #f3f5f7;
  top: 0;
  left: 50%;
  margin-left: -2px;
  position: absolute;
}

.line2{
  padding-top: 40px;
  margin-top: 40px;
}

.img4{
  width: 200px;
}

.contact_bn .ttl{
  width: 100%;
  float: none;
}

.contact_txt{
  padding-left: 0px;
}

.ft_flex{
  display: block;
}

.ft_clm1{
  width: 100%;
}

.ft_clm2{
  flex: 1;
  display: block;
  padding-top: 30px;
}
  
.ft_clm2 ul{
  display: inline-block;
  padding-left: 0px;
  padding-right: 30px;
}

.ttl2 h2{
  font-size: 28px;
  line-height: 40px;
}

.bus_img1{
  width: 40%;
}

.bus_img2{
  width: 100%;
  text-align: center;
}

.bus_ad1{
  top: -20px;
}

.bus_ad1 img{
  height: 80px;
}

.flex_part1{
  display: block;
}

.parttxt1{
  flex: 1;
}

.partimg1{
  width: 100%;
  padding-top: 20px;
  text-align: center;
}
  
.partimg1 img{
  width: 90%;
}
  
.merit ul{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  align-items: stretch;
}

.merit li{
  width: 50%;
  box-sizing: border-box;
  padding: 10px 30px;
  margin-top: 20px;
  border-right: 1px solid #dddddd;
}

.merit li:nth-child(even){
  border-right: none;
}

.merit li:nth-child(odd){
  padding-top: 15px;
}

.tag_box .list_dot ul{
  display: block;
  padding-right: 0px;
}
  
.tag_box{
  padding: 30px 15px;
}

.box_com1{
  padding: 15px;
  margin: 0 -10px;
  border-radius: 20px;
}

.flex_com{
  display: block;
}

.com_img{
  width: 100%;
  text-align: center;
  margin: 0 auto 20px;
  
}

.com_txt{
  flex: 1;
  padding-bottom: 30px;
}

.com_list li{
  display: block;
  padding-bottom: 20px;
}

.com_list li h4{
  font-size: 16px;
  width: 100%;
}

.com_list li p{
  flex: 1;
  padding: 10px 0;
}
  
.map{
  width: 100%;
  margin-top: 30px;
}

.map iframe{
  height: 280px;
}

.acc_txt{
  flex: 1;
}

#chart .ttl{
  position: relative;
  padding-bottom: 0;
}

.histry{
  padding-left: 0px;
}

.histry ul{
  border-left: 2px solid #f3f5f7;
  position: relative;
  z-index: 3;
  margin-bottom: 20px;
}

.histry li{
  padding-left: 30px;
  padding-bottom: 20px;
  display: block;
}

.histry li::before{
  content: '';
  width: 16px;
  height: 16px;
  border: 4px solid #e9f0e1;
  left: -12px;
  top: 4px;
}

.his_date{
  font-size: 16px;
}

.his_txt{
  font-size: 16px;
}

.ad_his1,
.ad_his2{
  position: relative;
  z-index: 1;
}

.ad_his1{
  width: 185px;
  float: left;
}

.ad_his2{
  width: 150px;
  float: right;
}
  
  .histry::after{
    content: '';
    clear: both;
    display: block;
  }
}

@media screen and (max-width: 700px) {

.txt_ns{
  font-size: 15px;
  line-height: 27px;
}

.txt_n{
  font-size: 17px;
  line-height: 30px;
}

.txt_m{
  font-size: 19px;
  line-height: 32px;
}

.txt_b{
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 1px;
}

.ttl2 h2{
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 1px;
}
  
#logo {
  width: 125px;
}

#logo2{
  width: 125px;
}
  
#spnav li.i_online,
#spnav li.i_recruit{
  margin-right: 0;
  width: 100%;
  display: block;
}
 
.inr_box,
.inr_box2,
.inr_box3{
  border-radius: 15px;
}
  
.inr_box{
  padding: 90px 20px 20px 20px;
}

.inr_box2{
  padding: 25px 20px;
}

.inr_box3{
  padding: 90px 20px 20px 20px;
}

.maintxt{
  width: 100%;
  padding-top: 10px;
}
  
.maintxt h2{
}
  
.maintxt img{
  width: 210px;
}

.m_txt{
  line-height: 33px;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.m_ad1{
  top: -50px;
  right: 0px;
  width: 135px;
}

.m_ad2{
  top: 350px;
  right: 60px;
  width: 140px;
}

.m_ad3{
  top: -80px;
  left: inherit;
  right: 0px;
  width: 125px;
}

.s_ad1{
  bottom: -40px;
  right: 5px;
  width: 140px;
}
  
.img3{
  margin: 0 auto;
  padding-bottom: 20px;
  float: none;
}

.btn1{
  width: 100%;
}

.btn2{
  width: 100%;
}
  
.box_4{
  display: block;
}

.img4{
  width: 200px;
  margin: 0 auto;
}

.txt4{
  flex: 1;
  padding-top: 20px;
}
  
.flex_bn{
  display: block;
}

.bn{
  width: 100%;
}

.bn h3{
  font-size: 15px;
}

.bn .bn_txt{
  padding: 40px 20px;
  width: 55%;
}

.bn_1{
  margin-bottom: 30px;
}

.bn_2 .bn_txt::after{
  width: 20px;
  height: 20px;
  background: url(https://u.jimcdn.com/cms/o/se34965e5e5cc3b97/userlayout/img/i1.png) no-repeat center center;
  background-size: 20px;
}

.tel{
  width: 100%;
  padding-bottom: 20px;
}

.tel a{
  font-size: 30px;
  line-height: 40px;
}

.ft_clm2 li a{
  display: block;
  padding: 3px 0;
  font-size: 14px;
}

.box_list1 li{
  display: block;
}

.bus_img1{
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.bus_txt1{
  flex: 1;
}
  
.box_list2 ul{
  display: block;
}

.box_list2 li{
  width: 100%;
  margin-bottom: 30px;
}

.box_list2 li:last-child{
  margin-bottom: 0px;
}

.clm_list1 li{
  width: 48%;
  margin: 15px 1% 20px;
}

.clm_list2 li{
  width: 48%;
  margin: 15px 1%;
}

.clm_list3 li{
  width: 31%;
  margin: 10px 1%;
}

.table_dl dt{
  width: 100%;
  clear: both;
  float: none;
  padding: 20px 10px 5px;
}

.table_dl dd{
  margin-left: 0px;
  padding: 0px 10px 20px;
  border-top: none;
}

}

@media screen and (max-width: 500px) {
.ft_clm2 ul{
  display: block;
  padding-left: 0px;
}
  
.ft_clm2 li a{
  padding: 7px;
  border-top: 1px solid #dddddd;
  line-height: 28px;
}
  
.clm_list1 ul,
.clm_list2 ul{
  display: block;
}
  
.clm_list1 li{
  width: 100%;
  margin: 15px 0% 0;
}

.clm_list2 li{
  width: 100%;
  margin: 15px 0% 0;
}

.clm_list3 li{
  width: 48%;
  margin: 10px 1%;
}
 
.merit ul{
  display: block;
}

.merit li{
  width: 100%;
  box-sizing: border-box;
  padding: 20px 10px;
  margin-top: 0px;
  border-right: none;
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #dddddd;
  align-items: center;
}
.merit li:first-child{
  border-top: none;
}
  .mer_img{
    width: 80px;
    margin: 0;
    padding-right: 15px;
  }

  .merit h4{
    flex: 1;
  }

  .merit h4 .txt_s{
    line-height: 20px!important;
  }
}

.cc-m-form input[type="text"],
.cc-m-form input[type="tel"],
.cc-m-form input[type="email"],
.cc-m-form textarea {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  background-color: #f4f4f4;
  border: 1px solid #cccccc;
  border-radius: 5px;
  box-sizing: border-box;
  width: 100%;
  padding: 1px 0 1px 10px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.cc-m-form textarea {
  height: 150px;
}

.cc-m-form input[type="submit"] {
	background: rgba(0,161,61,1); 
	background: -moz-linear-gradient(left,  rgba(0,161,61,1) 0%, rgba(0,161,61,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,161,61,1) 0%,rgba(0,161,61,1) 100%);
	background: linear-gradient(to right,  rgba(0,161,61,1) 0%,rgba(0,161,61,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a13d', endColorstr='#00a13d',GradientType=1 );
	position: relative;
	margin: 30px 0 0;
	border: none;
  color: #ffffff;
  border-radius: 5px;
	display: block;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  padding: 15px;
	width: 300px;
  text-align: center;
}

.cc-m-form input[type="submit"]:hover{
	background: rgba(0,131,50,1); 
	background: -moz-linear-gradient(left,  rgba(0,131,50,1) 0%, rgba(0,131,50,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(0,131,50,1) 0%,rgba(0,131,50,1) 100%);
	background: linear-gradient(to right,  rgba(0,131,50,1) 0%,rgba(0,131,50,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008332', endColorstr='#008332',GradientType=1 );
  border: none;
  color: #ffffff;
}

.none{
  display: none!important;
}

.n,
.cc-m-hgrid-column .n{
  padding: 0px!important;
}

.cc-page-blog #header,
.cc-blog-top #header,
.cc-pagemode-overlay #header{
  padding-top: 30px;
}

.cc-page-blog #content_area,
.cc-blog-top #content_area,
.cc-pagemode-overlay #content_area{
  width: 1000px;
  margin: 0 auto;
  padding-top: 160px;
  padding-bottom: 80px;
}

.cc-page-index .blogselection{
  width: 100%;
  box-sizing: border-box;
  padding: 40px 0;
  background: #e9f0e1;
}

.cc-page-index .blogselection .j-blogarticle{
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 15px;
  padding: 15px 20px!important;
}

.cc-page-index .blogselection h2,
.cc-blog-top .blogselection h2{
  font-size: 20px;
  line-height: 40px;
}

.cc-blog-top .blogselection h2{
  font-size: 18px;
  line-height: 40px;
  font-weight: 700;
}

.cc-blog-top .j-blogarticle{
  padding-bottom: 15px!important;
  margin-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}

.cc-page-index div.datetime.dt-alignment-right, div.datetime.dt-style5.dt-alignment-right .datetime-inner,
.cc-blog-top div.datetime.dt-alignment-right, div.datetime.dt-style5.dt-alignment-right .datetime-inner{
  float: left;
}

.cc-page-index div.datetime.dt-style0,
.cc-blog-top div.datetime.dt-style0{
    margin: 0 15px 0px 0;
    background-color: #00a13d;
    border-radius: 5px;
    box-shadow: #323232 0 0 0px;
}

.cc-blog-top div.datetime.dt-style0{
    margin: 0 15px 15px 0;
}

.blogreadmore{
  display: block;
  border-radius: 5px;
  background: #00a13d;
  background-size: 10px;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff!important;
  font-weight: 700;
  padding: 10px 10px;
  -webkit-transition: all .5s ease;
	transition: all .5s ease;
  width: 150px;
  margin-right: 15px;
}

.cc-m-form{
  width: 760px;
  margin: 0 auto;
  padding: 80px 0;
}

.j-blog-post--tags-wrapper{
  margin-top: 20px;
}

#flexsocialbuttons{
  margin-top: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1300px) {
  
.cc-page-index .blogselection .j-blogarticle,
.cc-page-blog #content_area,
.cc-blog-top #content_area,
.cc-pagemode-overlay #content_area{
  width: 90%;
}

}
@media screen and (max-width: 1000px) {
.cc-page-blog #content_area,
.cc-blog-top #content_area,
.cc-pagemode-overlay #content_area{
  padding-top: 130px;
  padding-bottom: 80px;
}
  
.cc-m-form{
  width: 90%;
  padding: 50px 0;
}
}
@media screen and (max-width: 700px) {
.cc-page-blog #content_area,
.cc-blog-top #content_area,
.cc-pagemode-overlay #content_area{
  padding-top: 100px;
  padding-bottom: 80px;
}
  
.cc-page-index .blogselection{
  padding: 20px 0;
}
.cc-page-index .blogselection .j-blogarticle{
  width: 90%;
}
.cc-page-index .blogselection h2{
  font-size: 18px;
}
  
.cc-blog-top .j-blogarticle{
  padding-bottom: 5px!important;
  margin-bottom: 20px;
}
  
.cc-m-textwithimage .cc-m-image-align-1, .cc-m-textwithimage .imgleft, .j-textWithImage .cc-m-image-align-1, .j-textWithImage .imgleft {
    float: none!important;
    margin: 4px 0px 30px 0;
    display: block;
}
}