@charset "UTF-8";

body, html,
div, p, span, blockquote,
table, tr, th, td,
ul, ol, dl, li, dt, dd,
strong, h1, h2, h3, h4, h5,
header, footer, nav, aside, section ,figure {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-size: inherit;
  font-family:YuMincho,'Yu Mincho',serif;
  text-align: justify;
  text-justify: inter-ideograph;
  color: inherit;
}




body{
    margin:0;
    padding:0;
    box-sizing : border-box;
    word-break: break-all;

}

a{
  text-decoration: none;
}

p{
    font-size:18px;
    line-height: 1.8em;
    margin-bottom:10px;
  }

.p_center{
  text-align: center;
}

.font_bold{
    font-weight: bold;
}

.wrapper {
    max-width: 100%;
    box-sizing: border-box;

  }


  .imgtitle-summary{
    position: relative;
    display: flex;
    width:60%;
    height:450px;
    align-items: center;
    margin:0 auto;
    flex-wrap: wrap;
    text-shadow: rgb(0, 0, 0) 1px 1px 1px;
    z-index: 50;
  }
  
  @media screen and (max-width: 768px) {
    .imgtitle-summary{
      height:400px;
      width:80%;
    }
  }

  .imgtitle-summary p{
    font-size:19px;
    color:#fff;
    text-align: center;
  
  }

  .white_box{
    color:#fff;
    border:2px solid #fff;
    background-color: rgba(0,0,0,0.2);
    padding:20px;
    text-align:center;
    font-size:20px;
    margin:0 auto;
    width:60%;
  
  }

  @media screen and (max-width: 768px) {
    .white_box{
      width:80%;
    }
  }
  
  .imgtitle-summary-child{
    width:100%;
  }

  .dott_image::after {
	content: '';
  position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 100%;
  height:450px;
	background-color: rgba(0,0,0,0.4);
  /*background-image: radial-gradient(#111 10%, transparent 20%), radial-gradient(#111 10%, transparent 20%); */
	background-size: 4px 4px;
	background-position: 0 0, 4px 4px;
  /*
	background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
  */
  z-index: 1;
}

.top-headline-wte30{
  position: relative;
  font-family :
YuMincho,    /* Mac用 */
'Yu Mincho', /* Windows用 */
serif;
    position: relative;
    top:30%;
    width:80%;
    padding: 20px 10px;
    font-size:35px;
    font-weight:500;
    margin:0 auto;
    color:#fff;
    text-align:center;
    }
    
    @media screen and (max-width: 768px){
      .top-headline-wte30{
        padding: 20px 0px;
        font-size:23px;
        font-weight:bold;
      }
    }

.wrap-header{
    width:100%;
    margin:0 auto;
}

.site-header{
    display: flex;
    position: fixed;
    top:0px;
    width:100%;
    justify-content: space-between;
    z-index: 999;
    height:70px;
    background:#336097;
   
}

@media screen and (max-width: 798px){
  .site-header{
    display: none;
}
}

.head_logo{
  width:400px;
  display:flex;
  padding-top:5px;
  padding-left:10px;
}
.head_logo img{
  display:inline;
  margin-top:20px;
  margin-left:10px;
  height:30px;
  
}

.head_logo_sm{
  position:fixed;
  display: flex;
  top:0;
  width:100%;
  padding-left:10px;
  z-index:80;
  height:70px;
  background:#336097;
}

.head_logo_sm img{
  display:inline-block;
  margin-left:0px;
  width:260px;
  height:26px;
  
}

@media screen and (max-width: 798px){
  .head_logo_sm img{
    margin-top: 20px;
  }
}


@media screen and (min-width: 797px){
  .head_logo_sm{
    display: none;
  }
}


.head_logo p{
  position: relative;
  color:#fff;
  font-size:25px;
  padding: 0.7rem .5rem;
  margin-top:10px;
  margin-left:50px;
}

.head_logo h1{
  position: relative;
  font-size:23px;
  font-weight:bold;
  color:#fff;
  padding: 17px 0 0 15px;
  text-shadow: rgb(0, 0, 0) 1px 1px 1px;
}

.head_logo_sm h1{
  position: relative;
  color:#fff;
  font-size:20px;
  font-weight:bold;
  padding: 0.7rem .5rem;
  line-height:50px;
  text-shadow: rgb(0, 0, 0) 1px 1px 1px;
}

.gnav-menu{
    padding-top:25px;
    padding-right:50px;
    text-align: center;
    font-size:20px;
}

.gnav-menu li{
    display:inline-block;
    margin-right:25px;
    color:#fff;
    text-shadow:rgb(92 41 41) 1px 1px 5px;
}


.gnav-menu a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color:#000;
  }
.gnav-menu a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 90%;
    height: 2px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
  }
.gnav-menu a:hover::after {
    transform: scale(1, 1);
  }

.btn-area{
    width:30%;
    padding-top:20px;
    text-align: right;
    margin-right:30px;
}

.btn-area li{
    display:inline-block;
}


.btn{
    display: inline-block;
    padding:5px;
    margin:5px;
    color:#fff;
    font-weight:bold;
    font-size:17px;
    background-color: #82b81d;
}

.btn_after{
 color:#000;
  background-color: #fff;
}

.btn_detail{
    display:block;
    width:250px;
    max-width:auto;
    padding:12px;
    color:#004C96;
    text-align: center;
    font-size:18px;
    font-weight:bold;
    border:2px solid#004C96;
    background-color: #fff;
    margin:15px auto;
    text-decoration: none;
}

@media screen and (max-width: 768px){
  .btn_detail{
    width:auto;
  }
}

.btn_detail:hover{
    color:#fff;
    background-color: #004C96;
    text-decoration: none;
}

.btn_detail2{
  display:block;
  width:400px;
  max-width:auto;
  padding:12px;
  color:#004C96;
  text-align: center;
  font-size:18px;
  font-weight:bold;
  border:2px solid#004C96;
  background-color: #fff;
  margin:15px auto;
  text-decoration: none;
}

@media screen and (max-width: 768px){
.btn_detail2{
  width:auto;
}
}

.btn_detail2:hover{
  color:#fff;
  background-color: #004C96;
  text-decoration: none;
}



.top_img{
  
}

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

  .inner-content {
    width: 70%;
    margin: 10px auto;
    text-align:center;
    padding: 20px 20px 50px 20px;
  }

  @media screen and (max-width: 768px) {
    .inner-content {
      width:90%;
      margin:0 auto;
      padding:10px 10px 30px 10px;
    }
  }

  .inner-content2 {
    width: 100%;
    max-width:100%;
    margin: 10px auto;
    text-align:center;
    padding: 20px 20px 50px 20px;
  }

  @media screen and (max-width: 768px) {
    .inner-content2 {
      width:90%;
      margin:0 auto;
      padding:10px 10px 30px 10px;
    }
  }

  .inner-content2 p{
    width:80%;
    margin:0 auto;
  }

.cover_cts_01{
    width:100%;
    padding:50px 0;
    background-color: #edf0f5;
}

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

.cover_cts_02{
  width:100%;
  padding:50px 0;
  background:url(img/background_01.jpg);
}

.cover_img{
    width:100%;
    background-size: cover;
    background-image:url(img/thumb_2.jpg);
    background-attachment:fixed;
    max-width:100%;
    height:400px;
}

@media screen and (max-width: 768px) {
  .cover_img{
    max-width: 100%; 
    height:200px;
}
}


.headline_01{
    position: relative;
    font-family :
	YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
    font-size:30px;
    padding: 0.7rem .5rem;
    color:#004C96;
}

@media screen and (max-width: 768px) {
  .headline_01{
    font-size:21px;
    font-weight:bold;
  }
}

.headline_01:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    border-radius: 1px;
    background-image: -webkit-gradient(linear, left top, right top, from(#004C96), to(#acdcf6));
    background-image: -webkit-linear-gradient(left, #004C96 0%, #acdcf6 100%);
    background-image: linear-gradient(to right, #004C96 0%, #004C96 100%);
  }

  .headline_text::before {
    content: var(--headline-text);
    display: block;
    margin-top: 10px;
    font-size: 20px;
    color: #004C96;
    text-align: center;
}

@media screen and (max-width: 768px) {
  .headline_text::before {
    font-size:16px;
  }
}

  .headline_02{
    position: relative;
    font-family :
	YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
    font-size:30px;
    padding: 0.7rem .5rem;
}

@media screen and (max-width: 768px) {
  .headline_02{
    font-size:20px;
  }
}

.headline_02:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    border-radius: 1px;
    background-image: -webkit-gradient(linear, left top, right top, from(#0c0077), to(#dfdcff));
    background-image: -webkit-linear-gradient(left, #0c0077 0%, #dfdcff 100%);
    background-image: linear-gradient(to right, #0c0077 0%, #dfdcff 100%);
  }

  .headline_wrap{
    width:100%;
    margin:0 auto;
  }

  .headline_box{
      height:80px;
      margin-top:10px;
      text-align: center;
  }

  @media screen and (max-width: 768px) {
    .headline_box{
      height:50px;
    }
  }


  .top_img_box{
    position:relative;
    background-attachment: fixed;
    width:100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-blend-mode:darken;
    }

.pc_hide{
  display: none;
}

@media screen and (max-width: 768px) {
  .pc_hide{
    display: inline-block;
    margin:10px;
  }
}

.sm_hide{
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .sm_hide{
    display: none;
  }
}  

.column_01{
    width:100%;
    display: flex;
    flex-wrap:wrap;
    margin-top:50px;
}

.column_child{
    width:50%;
    text-align: center;
    order:1;
}

@media screen and (max-width: 768px) {
  .column_child{
width:100%;
  }
}

.column_child2{
  width:50%;
  text-align: center;
}

@media screen and (max-width: 768px) {
.column_child2{
width:100%;
order:2;
}
}


.column_child p{
    padding:20px;
}

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

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

.column_textarea{
    padding-top:30px;
}

.column_02{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    background-color:#e4e9f0;
}



@media screen and (max-width: 768px) {
.cts_01{
  width:100%;
  order:1;
}
}

@media screen and (max-width: 768px) {
.cts_02{
  width:100%;
  order:2;
}
}

@media screen and (max-width: 768px) {
.cts_03{
  width:100%;
  order:3;
}
}

/*ここからフッター*/

/*背景*/
.wrap-footer {
    max-width: 100vw;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-color: #000;
    color:#fff;
  }

  .wrap-footer a{
    color:#fff;
  }

  .copyright{
    width:100vw;
    text-align:center;
    padding:20px 0;
 }
 
 .copyright p{
    display:inline;
    font-size:13px;
    vertical-align: middle;
    color:#fff;
 }

 .footer-content-container{
  display: flex;
  justify-content: center;
  margin:0px auto;
  width:600px;
  padding-top:30px;
}

@media screen and (max-width: 768px) {
.footer-content-container{
  width:90%;

}
}

.footer-flex-box{
  margin:10px 15px;
}


.footer-flex-box img{
  max-width:30px;
  height:30px;
}


@media screen and (max-width: 768px) {
.footer-flex-box{
  margin:10px;
  font-size:13px;
}
}


.footer-flex-box-headline{
  font-weight:bold;
}

.footer-flex-box-child{
  font-size:14px;
  margin: 10px 20px;
}

.footer-flex-box-child{
  font-size:14px;
  margin: 10px 20px;
}

.footer-sns-container{
  display: flex;
  justify-content: center;
  margin:0 auto;
  width:200px;
}

@media screen and (max-width: 768px) {
  .footer-sns-container{
    margin:0 auto;
  }
}

.footer-sns-container img{
  width:30px;
}


 /*お問い合わせ*/

 .font13_orange{
    font-size:13px;
    color:#ee7800;
  }

 .inquiry_title{
    width: 90%;
    color:#fff;
    text-align: center;
    font-size:25px;
    font-weight: bold;
    margin:10px auto;
    padding:10px;
  }

  .inquiry_box{
    width:50%;
    margin:0 auto;
    color:#fff;
    padding:20px 20px 40px 20px;
    border: #fff 1px solid;
    margin-bottom:30px;
  }

  .inquiry_box p{
    font-size:25px;
    padding-top:15px;
    font-weight:bold;
    text-align: center;
    line-height: 1;
  }

  @media screen and (max-width: 768px) {
    .inquiry_box p{
    font-size:20px;
  }
}

  @media screen and (max-width: 768px) {
    .inquiry_title{
      font-size:20px;
    }
  }

 .button_must{
    position:absolute;
    display: inline-block;
    background-color:#f55;
    color:#fff;
    font-weight:bold;
    font-size:12px;
    padding:1px 5px 1px 5px;
    margin:4px 0 0 5px;
    border-radius:5px;
    vertical-align: top;
    right:0;
  }
  
  @media screen and (max-width: 768px) {
    .button_must{
      right:auto;
      margin-top:0px;
    }
  }
  
  
  .button_any{
    position:absolute;
    display: inline-block;
    background-color:rgb(148, 148, 148);
    color:#fff;
    font-weight:bold;
    font-size:12px;
    padding:1px 5px 1px 5px;
    margin:4px 0 0 5px;
    border-radius:5px;
    vertical-align: top;
    right:0;
  }
  
  @media screen and (max-width: 768px) {
    .button_any{
      right:auto;
      margin-top:0px;
    }
  }
  
  .formWrap{
    width:85%;
  }
  
  .formTable{
    width:80%;
    padding:10px;
  }
  
  .formTable th{
    width:30%;
  }
  
  .formTable td{
    width:70%;
  }
  
  /*料金シュミレーション*/

  .form_wrap{
    background-color: #fff;
    padding:20px;
    width:80%;
    margin:0 auto;
  }
  
  .formbox{
      display: flex;
      width:90%;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      margin:25px auto;
  }
  
  .formbox p{
    width:100%;
    padding:0px;
    margin:0px;
  }
  
  .formbox-child1{
      width:20%;
      margin:10px;
  }
  
  .formbox-child1_2{
    position:relative;
    width:35%;
    margin:10px;
  }
  
  @media screen and (max-width: 768px) {
  .formbox-child1_2{
    width:100%;
  }
  }
  
  .formbox-child2{
      width:60%;
      margin:10px;
  }
  
  .formbox-child2_2{
    width:60%;
    margin:10px;
  }
  
  @media screen and (max-width: 768px) {
  .formbox-child2_2{
    width:100%;
  }
  }
  
  .m-form-text {
      height: 2.4em;
      width: 100%;
      padding: 0 16px;
      border-radius: 4px;
      border: none;
      box-shadow: 0 0 0 1px #ccc inset;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
  }
  
  .m-form-text:focus {
      outline: 0;
      box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
  }
  
  .m-form-select {
      position: relative;
  }
  
  .m-form-select:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 12px;
      width: 8px;
      height: 8px;
      border-top: 2px solid #333;
      border-right: 2px solid #333;
      transform: rotate(135deg);
      pointer-events: none;
  }
  
  .m-form-select select {
      height: 2.4em;
      width: 100%;
      padding: 0 8px;
      border-radius: 4px;
      border: none;
      box-shadow: 0 0 0 1px #ccc inset;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      cursor: pointer;
  }
  
  .m-form-select select::-ms-expand {
      display: none;
  }
  
  .m-form-select select:focus {
      outline: 0;
      box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
  }
  
  .m-form-item-textarea textarea {
    height: 300px;
  }
  
  .m-form-textarea {
    display: block;
    width: 100%;
    height:150px;
    padding: 4px 16px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    resize: vertical;
  }
  
  .m-form-textarea:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
  }
  
  .m-form-submit-button {
    display: inline-block;
    width: 200px;
    margin:20px auto;
    padding: 8px;
    border: none;
    border-radius: 4px;
    background-color: #333;
    color: #fff;
    font-weight: bold;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 2px solid transparent;
  }
  
  .m-form-submit-button:hover {
    background-color: #000;
  }
  
  .m-form-submit-button:focus {
    outline: 0;
    background-color: #000;
    border: 2px solid rgb(33, 150, 243);
  }

  /*ハンバーガーメニュー*/

  @media screen and (max-width: 768px){
  .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #000;
}
  }


.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

#menu-btn-check {
  display: none;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: rgba(0,0,0,0.8);
}
.menu-content ul {
  padding: 70px 10px 0;
}
.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color:#ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}
.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: rgba(0,0,0,0.8);
  transition: all 0.5s;/*アニメーション設定*/
}
  

#menu-btn-check:checked ~ .menu-content {
  left: 0;/*メニューを画面内へ*/
}

/*1.フェードインアニメーションの指定*/
/*===========
inview
===========*/

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 15%);
  transition: 0.8s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
  text-align: center;
}

/*ページトップに戻るボタンhttps://recooord.org/scroll-to-top/*/

.fixed_button{
  position: fixed;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #498ee0;
  padding:10px 10px 0 10px;
  cursor: pointer;
  text-align: center;
  transition: .3s;
  
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}


@media screen and (max-width:768px) {
  .fixed_button{
    display: none;
  }
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}
/*ここまで*/

.fa-chevron-up:before{
  font-size:35px;
  line-height: 1.1em;
}

#slider {
  width: 100%;
  height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

.slide_wrapper{
  position: relative;
}

.main-img{
  width:100%;
  max-width: 100%;
  height:90vh;
}

@media screen and (max-width:768px) {
  .main-img{
    display: none;
  }
}  

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

@media screen and (min-width:769px) {
  .sm-img{
    display: none;
  }
}  


.effect-fade {
  opacity : 0;
  transform : translate(0, 100px);
  transition : all 1000ms;
  }
  
  .effect-fade.effect-scroll {
  opacity : 1;
  transform : translate(0, 0);
  }

/*実績スライダー https://crestadesign.org/horizontal-slideshow/*/
.slide_wrap {
display: flex;
align-items: center;
height: 340px;
overflow: hidden;
}

.slideshow {
  display: flex;
  animation: loop-slide 60s infinite linear 1s both;
  list-style: none;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}



.content {
  position:relative;
  width: 300px;
  height: 200px;
  margin:10px;

}

.content img{
  width:100%;
  max-width: 100%;
  height:100%;
  max-height:100%;
}

.content span{
  display:block;
  position:absolute;
  bottom:0;
  width:100%;
  color:#fff;
  font-size:16px;
  background-color: rgba(0,0,0,0.4);
  line-height:40px;
  text-align: center;
  z-index: 10;

}

.slide-paused:hover .slideshow {
  animation-play-state: paused;
}

.fixed{
  background: #336097;
  color:#000;
  height:85px;
}

@media screen and (max-width:768px) {
  .fixed{
height:70px;
  }
}

.slide {
  position: relative;
  width: 100%;
  height: 650px;
  overflow: hidden;
}

@media screen and (max-width:768px) {
  .slide {
    height:500px;
  }
}
 
@keyframes slideshow{
  0%{
    opacity: 0;
  }
  10%{
    opacity: 1;
  }
  28%{
    opacity: 1
  }
  38%{
    opacity: 0;
  }
  100%{
    opacity: 0;
  }
}
 
.slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  opacity: 0;
  animation :slideshow 24s linear infinite;
}

@media screen and (max-width:768px) {
  .slide img {
    width:auto;
    height:500px;
  }
}
 
.slide img:nth-child(2){
  animation-delay: 8s;
}
 
.slide img:last-child{
  animation-delay: 16s;
}

/*slick*/

.slick-slide{

}

.slick01{
  margin-top:30px;
  font-family:"Helvetica Neue","游ゴシック体", "YuGothic","游ゴシック", "Yu Gothic",sans-serif !important;
}

.slick-slide img{
  position:relative;
  width: 100%;
  height:200px;
}

.relative{
  position: relative;
}

.caption{
  display:block;
  position:absolute;
  top:160px;
  width:100%;
  color:#fff;
  font-size:16px;
  background-color: rgba(0,0,0,0.4);
  line-height:40px;
  text-align: center;
  z-index: 9999;

}


.slick-slide li{
  list-style-type:none;	
}

.slick_box{
  position: relative;
  width:100%;
  height:auto;
  box-shadow: 0px 1px 22px -5px #828282;
  margin-left:15px;
  margin-right:5px;
  height:400px !important;
  margin-bottom:20px;
  background-color:#fff;
}

.slick_box p{
  padding:15px;
}

.underline{
  border-bottom: dotted 3px #000;
}

.slick_list li{
  padding:0 10px;
}

.icn_slider{
  display: inline-block;
  vertical-align: middle;
  width:50px;
  text-align:center;
  line-height:1.45;
  border-radius:100px;
  background:#82b81d;
  font-family:"FOT-筑紫ゴシック Pro B",TsukuGoPro-B,sans-serif;
  color:#fff;
  padding:0 8px ;
  padding-top:1px;
  margin:0 10px;
  border:2px solid;
  font-size:11px;
  }

  /* ここからがニュース記事のCSS */
  
 .news_list {
  margin: 0 5%;
}

.news_list li{
  list-style-type:none;	
}

.news_list_item {
  padding: 25px 0;
  border-bottom: 1px solid #E6E6E6;
}

.news_list_item{
  font-weight:bold;
}

.news_list_item:first-child {
  border-top: 1px solid #E6E6E6;
}
.news_list_item a {
 position: relative;
 display: flex;
 padding-right: 30px;
 color:#333;
}

@media screen and (max-width: 768px) {
  .news_list_item a {
    flex-wrap: wrap;
  }
}

.news_list_date {
  font-size: 15px;
  display: flex;
  margin-right: 15px;
  align-items: center;
  width:240px;
}

.news_item {
  background: #82b81d;
  border-radius: 1px;
  padding:3px;
  /* 親要素の文字サイズを基準 */
  text-align: center;
  margin-left: 20px;
  color:#fff;
  font-size:12px;
  width:100px;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
.news_item{
  font-size:12px;
  padding:2px;
}
}

.time-num{
  width:85px;
}

.current {
  line-height: 1;
  line-height: 40px;
  display: block;
  width: 40px;
  margin: 50px auto;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 1px solid #e5e7ed;
  color: #fff;
  border-color: #82b81d;
  background: #82b81d;
}

@media screen and (max-width: 768px) {
  .current {
    line-height: 30px;
    width: 30px;
    margin: 20px auto;
  }
}

.voice_wrap{
  display: flex;
  flex-wrap: wrap;
  width:100%;
  margin-top:30px;
}

.voice_header{
  display: flex;
  flex-wrap:wrap;
  width:100%;
}

.voice_cts{
  display: flex;
  flex-wrap: wrap;
  width:100%;
}


.voice_child1{
  width:60%;
  padding:0 20px;
}

@media screen and (max-width: 768px) {
  .voice_child1{
    width:100%;
  }
}

.voice_child2{
  width:33.3%;
  margin:10px;
}

@media screen and (max-width: 768px) {
  .voice_child2{
    width:100%;
  }
}


.voice_child2 img{
  width:99%;
  max-width: 100%;
}


.voice_child3{
  width:31%;
  margin:10px;
}

@media screen and (max-width: 768px) {
  .voice_child3{
    width:100%;
  }
}

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


/*お客様の声見出し*/
.heading08 {
	font-size: 30px;
}

@media screen and (max-width: 768px) {
  .heading08 {
    font-size: 25px;
  }
}

.heading08 span {
	display: flex;
	align-items: center;
	color: #82b81d;
	font-size: 25px;
	text-transform: uppercase;
}

.heading08 span::before {
	content: '';
	display: inline-block;
	margin-right: 20px;
	width: 40px;
	height: 1px;
	background-color: #82b81d;
}

.before_img {/*親div*/
  position: relative;/*相対配置*/
  }

.before_img p {
  position: absolute;/*絶対配置*/
  color: white;/*文字は白に*/
  padding:20px;
  top: 0;
  left: 0;
  background-color:rgba(0, 0, 0, 0.7);
  }

  .after_img {/*親div*/
    position: relative;/*相対配置*/
    }
  
  .after_img p {
    position: absolute;/*絶対配置*/
    color: white;/*文字は白に*/
    padding:20px;
    top: 0;
    left: 0;
    background-color:rgba(130,184,29,0.8);
    }

  /*トップ動画*/
  .top_movie {
    position: relative;
  }
  
  /* video */
  
  .video-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
  }


  .video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

  }

  
  
  /* overlay */
  
  .overlay::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0,0,0,0);
    background-image: radial-gradient(rgb(66, 66, 66) 25%, transparent 26%), radial-gradient(rgb(66, 66, 66) 25%, transparent 26%);
    background-size: 4px 4px;
    background-position: 0 0, 4px 4px;
  }
  
  /* text */
  
  .text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width:60%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: #fff 2px solid;
  }

  @media screen and (max-width: 768px) {
    .text-box {
      width:300px;
      top:70%;
      left:45%;
      border:none;

    }
  }

  .catch{
    font-size: 25px;
    line-height: 2;
    padding: 0 50px;
    text-align: center;
    color: #fff;
  }
  
  @media screen and (max-width: 768px) {
    .catch{
      font-size: 20px;
      line-height: 2;
      padding:0px;
      text-align: left;
      color: #fff;
    }
  }

  /*フッター固定メニュー*/

/*footer固定メニュー*/

#sp-fixed-menu{
  position: fixed;
  width: 100%;
  bottom: 0px;
  left:0px;
  font-size: 0;
  opacity: 1;
  z-index: 99;
}

@media screen and (max-width:768px) {
#sp-fixed-menu{
 width: 100%;
 }
}


/*メニューを横並びにする*/
#sp-fixed-menu ul{
  display: flex;
  list-style: none;
  padding:0;
  margin:0;
  width:100%;
}

#sp-fixed-menu li{
  flex-shrink: 0 !important;/*display:flexでwidthを有効にするために必要*/
  align-items: center;
  width: 25% !important;
  padding:0;
  margin:0;
  font-size: 14px;
  border-right: 1px solid #fff;
 background: #f0f0f0;
}

@media screen and (max-width:768px) {
#sp-fixed-menu li{
 font-size: 12px;
 padding: 7px 0px 10px 0px;
 width: 25%;
 text-align:center;
 }
}

@media screen and (max-width:768px) {
  #sp-fixed-menu li img{
    display: block;
    margin:0 auto;
  }
}


/*ボタンを調整*/
#sp-fixed-menu li a{
  color: #333333;
  text-align: center;
  display:block;
  line-height: 1.5em;
  width: 100%;
  padding:10px;
}

@media screen and (max-width:768px) {
#sp-fixed-menu li a{
 padding:0px;
 }
}

@media (min-width: 768px) {
  .for-sp{
     display:none;
   }
}

/*フッターアイコン*/

.fa-line:before{
  font-size:35px;
  line-height: 1.2em;
}

.fa-arrow-alt-circle-up:before{
  font-size:35px;
  line-height: 1.3em;
}

.fa-chevron-up:before{
  font-size:35px;
  line-height: 1.1em;
}

.fa-clipboard-list:before{
  font-size:30px;
  line-height: 1.3em;
}

.fa-envelope-open-text:before{
  font-size:30px;
  line-height: 1.3em;
}

.fa-rocket:before{
  font-size:30px;
  line-height: 1.3em;
}


.company th,
.company td {
  font-size: 18px;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #b5b1b1 !important; /* ボーダーをここで指定 */
}

.company th {
  width: 30%;
}
/* sp */
@media only screen and (max-width: 480px) {
  .company th,
  .company td {
    width: 100%;
    display: block;
  }

  .company th {
    width: 100%;
  }

  .company td {
    padding-top: 0;
  }
}





img{
  max-width:100%;
}

.img700{
  width:700px;
  height:auto;
  margin:30px auto;
  text-align: center;
}

@media screen and (max-width:768px) {
  .img700{
    width:90%;
  }
}



/* slick
.slick-box {
  width: 95%;
  margin: 30px auto 70px;
  display: flex; 
  justify-content: center; 
}


.slick01 {
  width: 100%;
}


.slick-slide {
  display: flex !important; 
  justify-content: center !important; 
  align-items: center !important; 
  text-align: center; 
}


.slick-slide img {
  width: 700px !important; 
  height: 525px !important;
  object-fit: cover; 
  margin: 0 auto; 
}


@media screen and (max-width: 768px) {
  .slick-slide img {
    width: 100% !important; 
    height: auto !important; 
    object-fit: contain; 
  }
}
 */


/* ▼swiper トップページ：全画面表示 */
.top-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: white;
  opacity: 0;
  transition: opacity 1.5s ease; /* 白フェードの速さ */
  z-index: 5;
}

/* アクティブになったスライドには白を一瞬出す */
.top-swiper .swiper-slide-active::after {
  opacity: 0.6;   /* 最初は白っぽく */
  animation: fadeClear 2.5s forwards;
}

@keyframes fadeClear {
  0%   { opacity: 0.6; }   /* 白かぶり */
  100% { opacity: 0; }     /* 透明でクリアに */
}

.top-swiper .swiper-slide img {
  width: 100%;
  height: 90vh;
  object-fit: cover;
  display: block;
}

/* タイトル（スライド上に重ねる） */
.slider_title {
  position: absolute;
  z-index: 2;
  bottom: 10%;   /* 下からの位置 */
  left: 35%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 30px;
  padding: 20px;
  text-align: center;
  max-width: 80%;
}

@media screen and (max-width:768px) {
  .slider_title{
    font-size:23px;
    width:300px;
    top:70%;
    left:45%;
  }
}

/* 下層ページ：横幅700pxを上限にレスポンシブ化 */
.sub-swiper {
  max-width: 700px;       /* PC時は700pxを上限 */
  width: 100%;            /* スマホでは画面幅いっぱい */
  margin: 30px auto 0;    /* 上に30px余白を入れて中央寄せ */
  overflow: hidden;
}

/* スライド内の画像 */
.sub-swiper .swiper-slide img {
  width: 100%;            /* 横幅いっぱいに広げる */
  height: auto;           /* 縦横比を保持 */
  object-fit: contain;    /* 切り抜かずに全体を表示 */
  display: block;
}

/* ページネーション（ドット） */
.sub-swiper .swiper-pagination {
  position: static;       /* デフォルトのabsoluteを解除 */
  margin-top: 15px;       /* 画像の下に余白 */
  text-align: center;     /* ドットを中央寄せ */
}

/* スマホ（768px以下）の調整 */
@media (max-width: 768px) {
  .sub-swiper .swiper-slide {
    width: 100% !important;  /* スマホでは1枚ぴったり */
  }
  .sub-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
