@charset "utf-8";
/* CSS Document */
html{
  overflow-x:hidden;
  font-family: 'Lato', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
}
body {
  background-image: url("/img/back.jpg") !important;
  overflow-x:hidden;
}

.flexbox{
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
  margin:0 auto;
}

ul{
  list-style:none;
}

img{
  max-width:100%;
}

iframe{
  max-width:100%;
}


.space-delete{
  overflow:hidden;
}

.underline{
  margin-top:16px;
  margin-bottom:16px;
  border-bottom: 2px solid #ccc;
  position:relative;
}
.underline::after{
  content:"";
  width:40px;
  height:2px;
  display:inline-block;
  background-color:#1D823B;
  position:absolute;
  top:0px;
  left:0px;
}

.green{
  color:#1D823B;
}
.bold{
  font-weight:bold;
}


/*---------------------------------------------ヘッダー----------------------------------*/


.pc_nav{

  border-bottom: 4px solid #1D823B;
  background-color: #fff;

}

.pc_nav2 {
  position: fixed;
  background-color: #fff;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 150px;
  z-index: 99999;
}


.nav_headline{
  border-bottom: 4px solid #1D823B;
}

.pc_nav_child{
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*max-width: 980px;*/
  padding-right:64px;
  padding-left:64px;
  height: 85px;
  margin:0 auto;
}

.pc_nav_child p,
.pc_nav_child2 p{
  font-weight:normal;
  font-size: 14px;
  margin-left: 16px;
}

.pc_nav_child p span.green,
.pc_nav_child2 p span.green{
  color:#1D823B;
  font-weight:normal;
}


.pc_nav_child2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*max-width: 980px;*/
  height: 85px;
  margin: 0 auto;
  padding-left:64px;
  padding-right:64px;
}


.head_leftarea{
  width: 590px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.head_left_child h1{
  font-size: 10px;
  margin-bottom: 12px;
  color: #1D823B;
}

.head_left_child{
  /*  margin-left: 20px;*/
  display:flex;
  align-items:center;
}


.head_rightarea{
  text-align: right;
}

.teltext{
  font-size: 15px;
  font-weight: bold;
  color: #1D823B;
  margin-bottom: 7px;
}

.contact_button a{
  transition:0.5s;
}

.contact_button a img{
  width:200px;
}


.contact_button a:hover{
  transition:0.5s;
  opacity: 0.5;
}

.logo{
  width: 70px;
}

.kaisyamei{
  max-width:233px;

}

.top_slide{
  margin-top:150px;
}

/*---------------------------------------------スライダーー----------------------------------*/



* {
  margin: 0;
  padding: 0;
}
.slider_sin {
  width: 90%;
  margin: 0px auto 0!important;
}
.slide_pickup .slick-slide{
  margin-right:8px;
  margin-left:8px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.mypattern{
  width: 100%;
}
.mypattern .slick-slide{
  margin:0 5px;
}

ul.slick-dots {
  position: absolute;
  bottom: 14px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}




.mypattern .slick-slide:not(.slick-center) {
  -webkit-filter: opacity(70%);
  -moz-filter: opacity(70%);
  -o-filter: opacity(70%);
  -ms-filter: opacity(70%);
  filter: opacity(70%);
  transition: 0.2s linear!important;
}



.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #1D823B;
}







.bxslider {
  position: relative;

}
.bxslider ul {
  opacity: 0;
}

.bxslider a {
  transition: 0.4s;
}
.bxslider .bx-pager {
  position: absolute;
  bottom: 26px;
  left: 0;
  width: 100%;
  height: 0px;
  text-align: center;
  display: inline;
}
.bxslider .bx-pager-item {
  display: inline;
  padding: 0 5px;
}
.bxslider .bx-pager-item a {
  background: rgba(0,0,0,1);
  display: inline-block;
  width: 16px;
  height: 16px;
  text-indent: -200%;
  overflow: hidden;
  border-radius: 50%;
}
.bxslider .bx-pager-item a:hover {
  background: rgba(0,0,0,0.6);
}
.bxslider .bx-pager-item a.active {
  background: rgba(160,160,160,1);
}

.bxslider .bx-controls-direction {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1em;
  width: 100%;
  height: 0px;
}
.bxslider .bx-controls-direction a {
  width: 40px;
  height: 40px;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  text-indent: -100%;
  overflow: hidden;
}

.bxslider .bx-controls-direction a:before,
.bxslider .bx-controls-direction a:after {
  content: '';
  position: absolute;
  top: 12px;
  left: 3px;
}
.bxslider .bx-controls-direction a:after {
  width: 16px;
  height: 16px;
  border-top: 3px solid #1D823B;
  border-right: 3px solid #1D823B;
  transform: rotate(45deg);
}
.bxslider .bx-controls-direction a.bx-prev:after {
  transform: rotate(-135deg);
  left: 13px;
}
.bxslider .bx-prev {
  float: left;
}
.bxslider .bx-next {
  float: right;
}

.bx-loading:before,
.bx-loading:after,
.bx-loading {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.bx-loading {
  color: #000;
  font-size: 10px;
  position: absolute;
  top: 40%;
  left: 50%;
  text-indent: -100%;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.bx-loading:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.bx-loading:after {
  left: 3.5em;
}
.bx-loading:before,
.bx-loading:after {
  content: '';
  position: absolute;
  top: 0;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

/* Example3 */
.bxslider3 {
  overflow: hidden;
  background-color: #fff;
}
.bxslider3 .bxslider {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;

}
.bxslider3 ul li img {
  width: 100%;
  height: auto;
}
.bxslider3 ul li {
  opacity: 0.5;
}
.bxslider3 ul li.active {
  opacity: 1;
}
.bxslider3 .bx-viewport {
  overflow: visible !important;
}



div.bx-wrapper div.bx-pager, div.bx-wrapper div.bx-controls-auto {
  position: absolute;
  bottom: 25px;
  width: 100%;
}


.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #1D823B !important;
}

div.bx-wrapper {
  -moz-box-shadow: 0 0 0px #fff;
  -webkit-box-shadow: 0 0 0px #fff;
  box-shadow: 0 0 0px #fff;
  border: none;
  background: none;
  margin-bottom: 0;
}


.bxslider .bx-wrapper .bx-controls-direction a {

  height: 50px;

}

body .bx-wrapper .bx-prev {
  left: -48px;

}

body .bx-wrapper .bx-next {
  right: -48px;

}


.bxslider .bx-controls-direction a:before, .bxslider .bx-controls-direction a:after {

  top: 16px!important;

}




/*---------------------------------------------ナビ----------------------------------*/


.navbar{
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.34);
  padding-top: 10px;
}


.list-nav{
  max-width: 980px;
  margin: 0px auto 0;
  /*    display: table;*/
  display:flex;
  align-items:center;
  justify-content:center;
}
.list-nav li{
  /*display:table-cell;
  vertical-align:middle;*/
  display:flex;
  align-items:center;
  justify-content:center;
  height:40px;
  width:400px;
  overflow:hidden;
}

.list-nav li a{
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
  font-weight:bold;
  color:#464646;
  border-right:1px solid #E6E6E6;
  letter-spacing: 0.8px;
  transition:0.5s;
  width:100%;
  height:100%;
  flex-wrap:wrap;
  text-align:center;
}

.list-nav li a p{
  width:100%;
  line-height:1.2rem;
  position:relative;
  color:#1D5682;
  font-family:"Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  font-weight:900;
}

.list-nav li a p::before{
  position: absolute;
  top: 0;
  /*left: -75%;*/
  /*left:0%;*/
  left:-110px;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.list-nav li p:hover::before{
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(31,41,118,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(31,41,118,.3) 100%);
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

.list-nav li:first-child{
  border-left:1px solid #E6E6E6;
}

.sub_navtitle{
  color:#bbb;
}

/*---------------------------------------------コンセプト----------------------------------*/



.concept_title{
  margin: 80px auto 35px;
  /*max-width: 480px;*/
  max-width:980px;
}


.top_concept_text{
  max-width: 731px;
  margin: 0 auto;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  margin-bottom: 90px;
  font-weight:normal;
}


.top_concept_text h4{
  font-size: 24px;
  letter-spacing: 0;
  font-weight: bold;
  margin-bottom: 24px;
  color:#1D823B;
}


/*---------------------------------------------コンテンツ----------------------------------*/

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



.left_jigyouarea{
  max-width: 960px;
  width: 50%;
  height: 360px;
  background-image: url("/img/business_back.jpg");
  background-repeat:no-repeat;
  background-position:center;
  background-size: cover;
  display: table;
}


.right_tuyomiarea {
  max-width: 960px;
  width: 50%;
  height: 360px;
  background-image: url("../img/advantage_back.jpg");
  background-repeat:no-repeat;
  background-position:center;
  background-size: cover;
  display: table;
}


.jigyou_child , .tuyomi_child {
  color: #fff;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.jigyou_title, .tuyomi_title {
  font-size: 35px;
  letter-spacing: 7px;
  color: #FFF;
}

h3.jigyou_title,
h3.tuyomi_title{
  line-height:44px;
}

.jigyou_submidashi , .tuyomi_submidashi {
  margin-bottom: 24px;
  font-size: 18px;
  font-family: 'Century Gothic' , 'sans-serif';
  color: #FFF;
  opacity:.4;
}


.more_button_short{
  position: relative;
  width: 235px;
  border: 2px solid #fff;
  border-radius: 5px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: normal;
  padding: 20px 0 18px;
  display: block;
  transition: 0.5s;
  color: #fff;
  letter-spacing: 5px;
}




.more_button_short:hover{

  color: #1D823B;
  background-color:#FFF;
  transition:0.5s;
}

.yajirusi{
  position: absolute;
  right: 19px;
  color: #fff;
  transition:0.5s;
}

.more_button_short:hover span {
  color: #1D823B;
  transition:0.5s;
}


/*--------------------------------------------ニュース----------------------------------*/



.news_title{
  margin: 80px auto 35px;
  max-width: 480px;
}


.box_srcollbar {
  /*  overflow: scroll;*/
  max-width: 980px;
  /*height: 253px;*/
  padding: 20px;
  box-sizing: border-box;
  background-color: #FFF;
  color: #3C3C3C;
  font-size: 12px;
  margin: 0 auto 85px;
  border:solid 1px #ccc;
  max-height: 240px;
    overflow-y: scroll;
}

.box_title{
  box-sizing: border-box;
  padding:6px;
  max-width: 790px;
  margin: 0 auto;
  background-color:#1D823B;

}


.box_srcollbar dt {
  font-size: 13px;
  float: left;
  clear: both;
}

.category_kyuujinn{
  border:solid 1px #1D5682;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 12px;
  width: 80px;
  color: #1D5682;
  margin-left: 15px;
  letter-spacing: 3px;
  display:inline-block;
  text-align:center;
}




.category_jigyou{
  border:solid 1px #1D5682;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 12px;
  width: 80px;
  color: #1D5682;
  margin-left: 15px;
  letter-spacing: 3px;
  display:inline-block;
  text-align:center;
}


.category_news{
  border:solid 1px #1D5682;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 12px;
  width: 80px;
  color: #1D5682;
  margin-left: 15px;
  letter-spacing: 3px;
  display:inline-block;
  text-align:center;
}


.news_title_text{
  font-size: 14px;
  line-height: 18px;
  /*    margin-left: 165px;*/
  padding-top:16px;
  padding-bottom:16px;
  border-bottom:solid 1px #ccc;
}

.news_title_text:last-child{
  border-bottom:0px;
}

.news_title_text a{
  margin-left:16px;
  color:#1D5682;
}

.news_text{
  margin-top:10px;
  font-size: 12px;
  font-weight: 500;
  /*    padding: 0 0 25px 165px;*/
  /* padding: 0 0 25px 0px;*/
  padding:0px 0px 25px 72px;
}

.news_title_text a{
  text-decoration: underline;
}

.news_title_text a:hover{
  opacity:0.5;
}

/*--------------------------------------------求人情報----------------------------------*/


.top_kyujinarea{
  max-width: 1920px;
  width: 100%;
  height: 300px;
  background-image: url("/img/recruit_back.jpg");
  background-repeat:no-repeat;
  background-position:center;
  background-size: cover;
  display:flex;
  align-items:center;
  justify-content:center;
  padding-top:64px;
  padding-bottom:64px;
}


.kyoujin_child {
  color: #fff;
  text-align: center;
  display:block;
  vertical-align: middle;
  max-width:980px;
  margin:0 auto;
  width:100%;
  text-align:left;
}


.kyoujin_text{
  font-size:20px;
  letter-spacing: 4px;
  margin-bottom:15px;
  color: #FFF;
}


.kyoujin_title{
  font-size: 35px;
  letter-spacing: 7px;
  color: #FFF;
}


.kyoujin_submidashi{
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-family: 'Century Gothic' , 'sans-serif';
  color: #FFF;
}


.more_button_long{
  position: relative;
  width: 305px;

  border: 2px solid #fff;
  border-radius: 5px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: normal;
  padding: 19px 0 19px;
  display: block;
  transition: 0.5s;
  color: #fff;
  letter-spacing: 5px;
}



.more_button_long:hover{

  color: #1D823B;
  background-color:#FFF;
  transition:0.5s;
}


.more_button_long:hover span {
  color: #1D823B;
  transition:0.5s;
}


/*--------------------------------------------PICKUP----------------------------------*/


.backborder{
  position:relative;
  z-index:2;
  text-align:center;
}

.backborder img{
  max-width:100%;
}

.backborder::before{
  content:"";
  z-index:-1;
  height:2px;
  width:980px;
  background-color:#ccc;
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.pickup_title{
  margin: 80px auto 35px;
  /*max-width: 480px;*/
  max-width:980px;
  text-align:center;
}


.pickup_child {
  max-width:282px;
  /*width:100%;*/
  height: 42%;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #323232;
  overflow: hidden;
  position:relative;
}

.pickup_child a{
  z-index:2;
}

.pickup_child::before{
  content:"+";
  color:#fff;
  width:56px;
  height:56px;
  position:absolute;
  bottom:0;
  right:0;
  display:block;
  background-image:url("/img/pluslink.svg");
  background-size:contain;
  background-repeat:no-repeat;
}


.pickup_child_null{
  width: 327px;
  height: auto;
  margin: 5px 5px;
}

.pickup_child img {
  width:100%;
  height: auto;
}



.pickup_capsion{
  bottom: 0px;
  width: 100%;
}

.pickup_capsion dl{
  margin-top: 4px;
  display: flex;
  align-items: baseline;
}


.pickup_capsion h4{
  font-size: 18px;
  font-weight: bold;
  padding: 8px;
  background-color: rgba(31, 41, 118, 0.7);
  color: #FFF;
}


.pickup_capsion dt {
  float: left;
  font-size: 15px;
}




.pickup_capsion dd {
  font-size: 14px;
}

.serch_button{
  width:240px;
  margin:40px auto 80px;
  transition:0.5s;
}


.serch_button:hover{
  opacity: 0.5;
  transition:0.5s;
}

.pickup_group_sf {
  display:none;
}



.wrapper{
  position: relative;
  height:235px;
  overflow:hidden;
}


.wrapper::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}


.wrapper:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}


@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/*--------------------------------------------フッター----------------------------------*/



.navbar_footer{
  padding-bottom: 10px;
  padding-top:10px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;

}


.list-nav_footer{
  max-width: 980px;
  margin:0px auto 0;
  display:table;
}
.list-nav_footer p{
  color:#1D5682;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
font-weight: 900;
}
.list-nav_footer li{
  display:table-cell;
  vertical-align:middle;
}
.list-nav_footer a{
  height:20px;
  width:400px;
  display:table-cell;
  text-align:center;
  vertical-align:middle;
  font-size:14px;
  font-weight:bold;
  color:#464646;
  border-right:1px solid #E6E6E6;
  letter-spacing: 0.8px;
  transition:0.5s;
}
.list-nav_footer li:first-child a{
  border-left:1px solid #E6E6E6;
}
.list-nav_footer li a:hover{
  opacity: 0.5;
  transition:0.5s;
}


footer{
  background-color: #fff!important;
}

.fotter_text_group{
  background-color: #fff;
  padding: 20px 0;
  max-width: 980px;
  margin: 0px auto 0;
  display: -webkit-box;/* Android4.3以前ブラウザ用 */
  display: -webkit-flex;/* iOS8以前Safari用 */
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.fotter_text_group ul{
  list-style:none;
}

.fotter_text_group ul li{
  margin-top:8px;
}

.fotter_text_group ul li a{
  font-size:14px;
}

.fotter_text_group ul li:first-child{
  margin-top:0px;
}

.fotter_text{
  margin-left: 10px;
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
  color:#828282;
}

.copy_right{
  font-size: 11px;
  padding: 7px;
  color: #FFF;
  background-color: #1D823B;
  text-align: center;
  letter-spacing: 1px;
}

.logo_img{
  width: 70px;
}

.button_clear{
  display:block;
}

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

.button_clear a span{
  font-size:18px;
  color:#fff;
  font-weight:bold;
  display:block;
  margin-left:16px;
}

.button_clear a::before{
  display:inline-block;
  content:"";
  width:24px;
  height:24px;
  border-radius:24px;
  background-image:url("/img/cw_arrow.svg");
  background-size:contain;
  background-repeat:no-repeat;
}

.button_white{
  background-color:#fff;
  position:relative;
  width:240px;
  height:56px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:4px;
  overflow:hidden;
}

.button_white::after{
  content:"";
  background-color:#eee;
  width:240px;
  height:28px;
  border-radius:4px;
  position:absolute;
  bottom:0;
  left:0;

}

.button_white a{
  width:100%;
  height:100%;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:center;
}

.button_white a span{
  font-size:18px;
  color:#1D823B;
  font-weight:bold;
  display:block;
  margin-left:16px;
}
.button_white a::before{
  display:inline-block;
  content:"";
  width:24px;
  height:24px;
  /*  background-color:#1D823B;*/
  border-radius:24px;
  background-image:url("/img/cg_arrow.svg");
  background-size:contain;
  background-repeat:no-repeat;
}




.button_blue{
  margin:0 auto;
  background-color:#417196;
  position:relative;
  width:240px;
  height:56px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:4px;
  overflow:hidden;
  margin-top:32px;
}

.button_blue::after{
  content:"";
  background-color:#1D5682;
  width:240px;
  height:28px;
  border-radius:4px;
  position:absolute;
  bottom:0;
  left:0;

}

.button_blue a{
  width:100%;
  height:100%;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:center;
}

.button_blue a span{
  font-size:18px;
  color:#fff;
  font-weight:bold;
  display:block;
  margin-left:16px;
}
.button_blue a::before{
  display:inline-block;
  content:"";
  width:24px;
  height:24px;
  /*  background-color:#1D823B;*/
  border-radius:24px;
  background-image:url("/img/cb_arrow.svg");
  background-size:contain;
  background-repeat:no-repeat;
}


.kyujin_explain{
  margin-top:16px;
  color:#fff;
  font-weight:normal;
}

.top_kyujin .button_white,
.top_contents .button_clear{
  margin-top:64px;
}

.button_area{
  margin-top:32px;
}

.button_area_center span{
  color:#bbb;
}

.button_area_center h3{
  font-size:24px;
  color:#fff;
  margin-top:8px;
}

.button_area_center .button_white{
  margin-top:16px;
}


.button_area_group{
  display: -webkit-box;/* Android4.3č˝ĄŚééşĺĽöĺăĽĽĺâĽňĺâĽŤíôĽŁ */
  display: -webkit-flex;/* iOS8č˝ĄŚééš´afariíôĽŁ */
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 980px;
  width: 100%;
  margin: 0 auto 100px;
}

.button_area_child01{
  width: 49%;
  height: 170px;


}


.button_area_child02{
  width: 49%;
  height: 170px;

}

.button_img{
  position: relative;
}

.button_img img{
  width:100%;
}


.button_area_center {
  color: #fff;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


.contactsection{
  background-color:#1D5682;
  background-image:url("/img/telback.png");
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
  height:300px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.contactsection .flex{
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
}

.contactsection span.eng{
  font-size:12px;
  color:#bbb;
}

.contactsection .contactsection_right{
  width:474px;
  max-width:48%;
}

.contactsection .contactsection_right span{
  color:#fff;
  font-weight:normal;
}

.contactsection .contactsection_right .telbutton{
  margin:0 auto;
  margin-top:32px;
  display:flex;
  align-items:center;
  border-radius:4px;
  border:solid 1px #fff;
  height:65px;
  max-width:474px;
  width:100%;
  margin-bottom:8px;
}

.contactsection .contactsection_right .telbutton a{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
}

.contactsection .inner{
  width:980px;
  max-width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.contactsection .inner h3{
  color:#fff;
  font-weight:bold;
  font-size:26px;
  margin-top:8px;
}

.contactsection .inner .button_clear{
  margin-top:120px;
}
.jigyou_concept{
  max-width: 770px;
  font-weight:normal;
}

.jigyou_concept_text{
  max-width: 770px;
  margin: 40px auto 0;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
}
.jigyou_concept h4,
.jigyou_concept_text h4 {
  font-size: 19px;
  letter-spacing: 0;
  font-weight: bold;
  margin-bottom: 40px;
  color: #1D823B;
}

.jigyou_contents_group{
  display: -webkit-box;/* Android4.3č˝ĄŚééşĺĽöĺăĽĽĺâĽňĺâĽŤíôĽŁ */
  display: -webkit-flex;/* iOS8č˝ĄŚééš´afariíôĽŁ */
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 980px;
  width: 100%;
  margin: 0 auto 100px;
}

.jigyou_contents_group02{
  display: -webkit-box;/* Android4.3č˝ĄŚééşĺĽöĺăĽĽĺâĽňĺâĽŤíôĽŁ */
  display: -webkit-flex;/* iOS8č˝ĄŚééš´afariíôĽŁ */
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 980px;
  width: 100%;
  margin: 0 auto 100px;
}


.jigyou_contents_child_01{
  width: 47%;
  line-height: 25px;
}

.jigyou_contents_child_01 h3{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top:32px;
  display:flex;
  align-items:center;
}

/*===FAQ===*/
.faq__section{
  max-width:100%;
  width:980px;
  margin:0 auto;
  padding-bottom:80px;
}
.faq__section ul{
  list-style:none;
}
.faq__section li{
  border:solid 2px #bbb;
  border-radius:12px;
  background-color:#fff;
  padding:32px;
}
.faq__list-box {
  border: solid 1px #CCCCCC;
  margin-top: 24px;
  position:relative;
}

.faq__list-box::after{
  content:"+";
  position:absolute;
  top:24px;
  right:24px;
  width:32px;
  height:32px;
  display:flex;
  align-items:center;
  justify-content:center;
  background-color:#1D823B;
  color:#fff;
  font-weight:bold;
  border-radius:32px;
}

@media screen and (max-width: 910px){
.faq__list-box::after{
top:4px;
right:4px;
}
}

.faq__list-box.open::after{
    content:"-";
}

.faq__list-box.open{

}
.faq__list-question{
}
.faq__list-question p {
  color:#1D823B;
  /*padding-bottom:16px;*/
  display: flex;
}
.faq__list-answer {
  overflow: hidden;
  transition: .3s;
  display: flex;
  height:auto;
  height:0px;
  overflow:hidden;
}
.open .faq__list-answer{
  height:auto;
}
.open .faq__list-answer span{
  padding-top:16px;
  margin-top:16px;
}
.faq__list-answer span{
  display:block;
  border-top:solid 2px #ccc;
  width:100%;
  font-weight: normal;
}
.faq__list-answer p {
  padding:0px;
  width:100%;
}
.faq__list-question {}
.faq__list-answer {
  overflow: hidden;
  transition: .3s;
  display: flex;
}
.faq__list-answer-img {min-width: 56px;}
.faq__list-answer-text {}

ul.blocks{
  display:flex;
  margin-top:16px;
  align-items:center;
  flex-wrap:wrap;
}

ul.blocks li{
  width:30%;
  margin:1px;
  padding:1px;
  background-color:#ccc;
  display:flex;
  justify-content: center;
  align-items:center;
}

.button_purewhite{
  width:100%;
  background-color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top:16px;
  border:solid 1px #1D823B;
  padding-top:16px;
  padding-bottom:16px;
  border-radius:4px;
}
