@charset 'UTF-8';
/*----------------------------------------------------
  basic
----------------------------------------------------*/

p{
  line-height:  2.1;
}

.alert {
    position: absolute !important;
    padding: .75rem 1.25rem;
    z-index: 3;
    width: 75%;
    min-height: 164px;
    bottom: -10% !important;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
     margin-bottom: 0;
     border-radius: 0;
    border: 1px solid transparent;
}

/*@media (min-width: 960px) {
}*/

/*@media only screen and (max-width: 768px) {
}*/

/*----------------------------------------------------
  sec-opn
----------------------------------------------------*/

.logo-link{
  width: 9.92857rem;
  height: 8.92857rem;
  padding: 1.28571rem 0;
  background: #FEFEFE;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 5vw;
}
.logo-image {
    width: 7rem;
    line-height: 0;
    display: block;
    margin: 0 auto;
}
.image img{
    width: 100%;
    max-width: 100%;
    height: auto;
}

.sec-opn{
  width: 100%;
  height: 100vh;
  background: #444;
  position: relative;
}

.swiper-container{
  height: 100%;
}

.slide-bgimg01{
  background: url(../img/top/kv_img01.jpg) center center;
  background-size: cover;
}
.slide-bgimg02{
  background: url(../img/top/kv_img02.jpg) center center;
  background-size: cover;
}
.slide-bgimg03{
  background: url(../img/top/kv_img03.jpg) center center;
  background-size: cover;
}
.slide-bgimg04{
  background: url(../img/top/kv_img04.jpg) center center;
  background-size: cover;
}

.overlay{
  position: absolute !important;
  top: 0 !important;
  left: 0% !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0.5 !important;
  background: #1b1b1b !important;
  display: block !important;
  z-index: 5 !important;
}

.opn-area-sns{
  text-align: center;
  position: absolute;
  z-index: 1;
  bottom: 12%;
  right: 2%;
}

.opn-area-sns a{
  width: 100%;
  color: #FFF;
  display: block;
  background: #e67e22;
  border-radius: 50%;
  transition: .4s;
}

.opn-area-sns a:hover{
  color: #FFF;
  background: #595757;
}

.opn-area-sns_bg{
  font-size:  1.8rem;
  min-width: 70px;
  min-height: 70px;
  color: #FFF;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10% !important;
}
.swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px !important;
}
.swiper-pagination-bullet-active {
    background: #96d85a !important;
}
.swiper-pagination-bullet {
    background: #96d85a !important;
    opacity: .2;
}
.slide-bg01{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6fb92c+0,6fb92c+47,009849+100 */
background: rgb(111,185,44); /* Old browsers */
background: -moz-linear-gradient(top, rgba(111,185,44,1) 0%, rgba(111,185,44,1) 47%, rgba(0,152,73,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(111,185,44,1) 0%,rgba(111,185,44,1) 47%,rgba(0,152,73,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(111,185,44,1) 0%,rgba(111,185,44,1) 47%,rgba(0,152,73,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fb92c', endColorstr='#009849',GradientType=0 ); /* IE6-9 */
}
.slide-bg01 img{
  max-width: 900px !important;
}
/*.swiper-slide {
  transition: opacity 0.3s ease-in-out 0.2s;
  opacity: 0;
}
.swiper-slide-active{
  opacity: 1
}*/


@media (min-width: 960px) {

  .swiper-container img{
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .swiper-slide span{
    position: absolute;
      top: 0;
      left: 0% !important;
      width: 100%;
      height: 100%;
      display: block;
      z-index: 4;
  }
  .logo-image {
      width: 7.22857rem;
  }

}

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

  .slide-bg01 img{
    max-width: 650px !important;
  }

}

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


  .slide-bgimg01_sp{
    background: url(../img/top/kv_img01_sp.jpg) center center;
    background-size: cover;
  }

  .slide-bgimg02_sp{
    background: url(../img/top/kv_img02_sp.jpg) center center;
    background-size: cover;
  }
  .slide-bgimg03_sp{
    background: url(../img/top/kv_img03_sp.jpg) center center;
    background-size: cover;
  }
  .slide-bgimg04_sp{
    background: url(../img/top/kv_img04_sp.jpg) center center;
    background-size: cover;
  }
  .swiper-container{
    height: 100%;
  }
  .swiper-slide span{
    position: absolute;
      top: 0;
      left: 0% !important;
      width: 100%;
      height: 100%;
      display: block;
      z-index: 4;
  }
  .opening-area{
    top: 50%;
    width: 100%;
  }
  .logo-link{
    width: 7.92857rem;
    height: 7.92857rem;
    padding: 1.28571rem 0;
    background: #FEFEFE;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
  }
  .slide-bg01 img{
    max-width: 350px !important;
  }

}

/*----------------------------------------------------
  sec01
----------------------------------------------------*/

.sec01{
  position: relative;
}
.sec01:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  margin: 0% -10% 0;
  background: #FFF;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: 1;
}
.sec01_bg{
  position: relative;
  z-index: 2;
	padding: 60px 20px;
}
.sec-ttl01{
  text-align: center;
  font-family: 'Abel', sans-serif;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 3rem;
  color: #6fba2c;
}
.sec-ttl01 span{
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: block;
  color: #231815;
}
.sec-ttl0a{
  text-align: center;
  font-family: 'Abel', sans-serif;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 3rem;
  color: #6fba2c;
}
.sec-ttl0a span{
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 4.2rem;
  font-weight: 600;
  display: block;
  color: #231815;
}
.txt-width{
  width: 60%;
  margin: 0 auto;
  line-height: 2.1;
}

@media (min-width: 960px) {

	.sec01_bg{
		padding: 120px 0 180px 0;
	}

}

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

  .sec-ttl01{
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .sec-ttl01 span{
    font-size: 14px;
  }
  .txt-width{
    width: 100%;
  }
  .sec-ttl0a{
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
  .sec-ttl0a span{
    font-size: 2.1rem;
  }

}

/*----------------------------------------------------
  sec02
----------------------------------------------------*/

.sec02{
  position: relative;
}
.sec02:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  margin: 0% -10% 0;
  background: #595757;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -1;
}
.sec02_bg{
  position: relative;
  padding: 60px 30px 15px 30px;
  background: #595757;
}
.left-container{
  width: 90%;
  background: #6fba2c;
  margin-right: auto;
}
.inner-ttl{
  font-family: 'Abel', sans-serif;
  color: #FFF;
  padding-top: 5vw;
  margin-right: 5vw;
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #FFF;
  line-height: 1.0;
  text-align: right;
}
.inner-subttl{
  text-align: right;
  color: #FFF;
  font-weight: 600;
  font-size: 16px;
  margin-right: 5vw;
  letter-spacing: .1rem;
  padding-bottom: 80px;
}
.card-area{
  width: 33.3333%;
  padding: 0 10px;
}
.card-list{
  padding: 0 5vw 5vw 5vw;
}
.card-imgbox{
  min-height: 240px;
}
.card-img_01{
  background: url(../img/top/card-img_01.jpg) no-repeat center;
  background-size: cover;
}
.card-img_02{
  background: url(../img/top/card-img_02.jpg) no-repeat center;
  background-size: cover;
}
.card-img_03{
  background: url(../img/top/card-img_03.jpg) no-repeat center;
  background-size: cover;
}
.card-img_04{
  background: url(../img/top/card-img_04.jpg) no-repeat center;
  background-size: cover;
}
.card-img_05{
  background: url(../img/top/card-img_05.jpg) no-repeat center;
  background-size: cover;
}
.card-img_06{
  background: url(../img/top/card-img_06.jpg) no-repeat center;
  background-size: cover;
}
.card-txt-area{
  padding: 30px;
  background: #231815;
}
.card-ttl{
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 10px;
}
.card-ttl span{
  color: #6fba2c;
  font-weight: 600;
}

@media (min-width: 960px) {

  .sec02_bg{
    padding: 120px 0;
  }

}

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

  .left-container{
    width: 100%;
  }
  .inner-ttl{
    font-size: 1.8rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .inner-subttl{
    font-size: 14px;
    padding-bottom: 50px;
  }
  .card-area{
    width: 50%;
    margin: 0;
    padding: 0 5px;
  }
  .card-txt-area{
    padding: 15px;
    height: 50%;
  }
  .card-ttl{
    font-size: 14px;
  }
  .card-ttl span{
    display: block;
  }
  .card-imgbox{
    min-height: 120px;
  }
  .card-list{
    padding: 0 3vw 4vw 3vw;
  }

}

/*----------------------------------------------------
  modal
----------------------------------------------------*/

.modal-open {
  overflow: auto !important;
}
.btn-custom{
  width: 100%;
  border-radius: 0;
  color: #FFF;
  border: none;
  padding: 10px 20px;
  letter-spacing: .1rem;
  font-weight: 600;
  transition: .5s;
  border: 1px solid #FFF;
  background: transparent;
}
.btn-custom:hover{
  background: #FFF;
  color: #231815;
  border-color: #FFF;
}
.modal-body{
  padding: 0 30px 30px 30px;
}
.modal-title{
  font-family: 'Noto Sans Japanese', sans-serif !important;
  font-weight: 600;
  color: #004567;
  text-align: left;
}
.modal-txt{
  font-family: 'Noto Sans Japanese', sans-serif !important;
  line-height: 2.1;
}
.modal-header{
  border-bottom: none !important;
}
.modal-footer{
  border-top: none !important;
}
.modal-ttl{
  font-size: 1.1rem;
  font-weight: 600;
  color: #6fba2c;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.modal-img{
  text-align: center;
}
.modal-img img{
  display: inline-block;
  margin: 0 auto;
}

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

  .modal-title{
    font-size: 1.0rem !important;
  }
  .btn-custom{
    font-size: 12px;
    padding: 5px;
  }
  .modal-img img{
    width: 100%;
    height: auto;
  }

}


/*----------------------------------------------------
  sec03
----------------------------------------------------*/

.sec03_bg{
  position: relative;
  padding: 0 30px 60px 30px;
  background: #595757;
}
.sec03-imgbg{
  position: absolute;
  top: -6%;
  right: 4%;
  min-width: 400px;
  z-index: 2;
  min-height: 300px;
  background: url(../img/top/sec03-bgimg.png) no-repeat center center;
  background-size: contain;
}
.right-container{
  width: 90%;
  background: #FFF;
  margin-left: auto;
}
.inner-ttl02{
  font-family: 'Abel', sans-serif;
  color: #6fba2c;
  padding-top: 5vw;
  margin-left: 5vw;
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #6fba2c;
  line-height: 1.0;
}
.inner-subttl02{
  color: #6fba2c;
  font-weight: 600;
  font-size: 16px;
  margin-left: 5vw;
  letter-spacing: .1rem;
  padding-bottom: 80px;
}
.inner-cap{
  font-weight: 600;
  padding: 0 5vw 5vw 5vw;
  text-align: center;
  font-size: 1.2rem;
}
.personal{
  padding: 0 5vw 5vw 5vw;
}
.corporate{
  padding: 0 5vw 5vw 5vw;
}
.p-ttl{
  font-size: 1.2rem;
  padding: 1.5rem;
  margin-bottom: 10px;
  background: #6fba2c;
  text-align: center;
  color: #FFF;
  letter-spacing: .1rem;
}
.p-ttl02{
  font-size: 1.2rem;
  padding: 1.5rem;
  margin-bottom: 10px;
  background: #00a73c;
  text-align: center;
  color: #FFF;
  letter-spacing: .1rem;
}
.txt-bg-area{
  width: 65%;
  padding: 5vw;
  min-height: 240px;
  background: #efefef;
}
.img-bg-area{
  width: 35%;
  min-height: 240px;
  background: #ddd;
}
.sec03-img_01{
  background:url(../img/top/sec03-img_01.jpg) no-repeat center;
  background-size: cover;
}
.sec03-img_02{
  background:url(../img/top/sec03-img_02.jpg) no-repeat center;
  background-size: cover;
}
.sec03-img_03{
  background:url(../img/top/sec03-img_03.jpg) no-repeat center;
  background-size: cover;
}
.sec03-img_04{
  background:url(../img/top/sec03-img_04.jpg) no-repeat center;
  background-size: cover;
}
.sec03-img_05{
  background:url(../img/top/sec03-img_05.jpg) no-repeat center;
  background-size: cover;
}
.sec03-img_06{
  background:url(../img/top/sec03-img_06.jpg) no-repeat center;
  background-size: cover;
}
.ti-col{
  margin-bottom: 10px;
}
.txt-ttl{
  font-size: 1.1rem;
  font-weight: 600;
  color: #6fba2c;
  margin-bottom: 15px;
}
.txt-ttl02{
  font-size: 1.1rem;
  font-weight: 600;
  color: #00a73c;
  margin-bottom: 15px;
}
.btn-area{
  padding: 0 5vw 5vw 5vw;
}
.management{
  width: 100%;
  display: block;
  background: #6fba2c;
  padding: 3vw 2vw;
  color: #FFF !important;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
  transition: .5s;
}
.management span{
  display: block;
  font-size: .9rem;
}
.management:hover{
  background: #595757;
}
.example{
  width: 100%;
  display: block;
  background: #00a73c;
  padding: 3vw 2vw;
  color: #FFF !important;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
  transition: .5s;
}
.example span{
  display: block;
  font-size: .75rem;
}
.example:hover{
  background: #595757;
}

.order-img_01{
  width: 100%;
  height: 0;
  padding-top: 54.02%;
  background: url(../img/top/order-img_01.jpg) 0 0 no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 1189px) {
  .img-bg-area{
    width: 100%;
    min-height: 280px;
  }
}

@media (min-width: 960px) {

  .sec03_bg{
    padding: 0 0 120px 0;
  }

}

@media (min-width:  769px) {

  .order-img_01{
    padding-top: 19.02%;
  }

}

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

  .right-container{
    width: 100%;
  }
  .inner-ttl02{
    font-size: 1.8rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .inner-subttl02{
    font-size: 14px;
    padding-bottom: 50px;
  }
  .inner-cap{
    text-align: left;
    font-size: 1rem;
  }
  .p-ttl{
    padding: 1rem;
    font-size: .9rem;
  }
  .p-ttl02{
    padding: 1rem;
    font-size: .9rem;
  }
  .txt-bg-area{
    width: 100%;
    padding: 5vw;
    min-height:  0;
  }
  .img-bg-area{
    width: 100%;
    min-height: 210px;
  }
  .management{
    font-size: 1rem;
  }
  .management span{
    font-size: .85rem;
  }
  .example{
    font-size: 1rem;
  }
  .sec03-imgbg{
    top: -1%;
    right: 7%;
    min-width: 150px;
    min-height: 100px;
  }

}

/*----------------------------------------------------
  button
----------------------------------------------------*/

.btn-custom02{
  width: 100%;
  color: #231815;
  padding: 10px 20px;
  font-size:  .9rem;
  letter-spacing: .1rem;
  font-weight: 600;
  transition: .5s;
  border: 1px solid #231815;
  background: transparent;
}
.btn-custom02:hover{
  background: #231815;
  color: #FFF;
}

/*----------------------------------------------------
  sec04
----------------------------------------------------*/

.sec04_bg{
  padding: 60px 20px;
  background: #eaeaea;
}
.sec-img{
  text-align: center;
}
.sec-img02{
  text-align: center;
}
.mr-80{
  margin-right: 80px;
}
.sec-img img{
  display: inline-block;
}
.sec-img02 img{
  display: inline-block;
}
.sec-p{
  width: 33%;
  font-size: 1.2rem;
  padding: 0 15px;
  line-height: 2.1;
}
.sec-p span{
  display: block;
  width: 100%;
  font-weight: 600;
}
.sec-p-atn{
  width: 100%;
  color: #d2000f;
  text-align: right;
}
.sec-box{
  width: 100%;
}

@media (min-width: 960px) {

  .sec04_bg{
    padding: 120px 0;
  }

}

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

  .sec-img{
    padding-bottom: 50px;
    margin: 0 auto;
  }
  .sec-img img{
    max-width: 200px;
  }
  .sec-img02{
    padding-bottom: 50px;
    margin: 0 auto;
  }
  .sec-img02 img{
    width: 100%;
    height: auto;
  }
  .sec-p{
    width: 100%;
    font-size: 1.0rem;
    padding: 0px;
  }
  .sec-p span{
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .sec-p-atn{
    text-align: left;
  }

}

/*----------------------------------------------------
  sec05
----------------------------------------------------*/

.sec05_bg{
  padding: 60px 20px;
  background: #6fb52c;
}
.p-wh-bold{
  font-size: 1rem;
  font-weight: 600;
  color: #FFF;
}
.bg-ttl{
  font-size: 1.2rem;
  text-align: center;
  width: 100%;
  display: block;
  font-weight: 600;
  background: #FFF;
  padding: 1.2rem;
  line-height: 1.2;
}
.bg-ttl span{
  font-size: 2.4rem;
  font-weight: 600;
}
.tel{
  padding-left: 120px;
  position: relative;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.3;
}
.tel:before{
  position: absolute;
  display: block;
  content: "";
  background: url(../img/top/tel.svg) no-repeat center center;
  background-size: cover;
  min-width: 100px;
  min-height: 64px;
  margin-right: 20px;
  left: 0;
}
.tel-box{
  padding-top: 1.5rem;
}
.tel-mail{
  font-size: 2.4rem;
  vertical-align: -2px;
  margin-right: 10px;
  margin-bottom: 0 !important;
}

@media (min-width: 960px) {

  .sec05_bg{
    padding: 120px 0;
  }

}

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

  .p-wh-bold{
    font-size: .85rem;
    line-height: 1.6;
  }
  .bg-ttl {
      font-size: .9rem;
      line-height: 1.2;
  }
  .bg-ttl span {
      font-size: 1rem;
      font-weight: 600;
  }
  .tel-mail {
      font-size: 1.2rem;
      margin-right: 5px;
  }
  .tel{
    padding-left: 60px;
    font-size: 1.8rem;
  }
  .tel:before{
    min-width: 50px;
    min-height: 32px;
    margin-right: 10px;
  }

}

/*----------------------------------------------------
  sec06
----------------------------------------------------*/

.sec06_bg{
  padding: 60px 20px;
  background: #7d7d7d;
}
.sec-ttl02{
  text-align: center;
  font-family: 'Abel', sans-serif;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 3rem;
  color: #6fba2c;
}
.sec-ttl02 span{
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
  display: block;
}
.txt-width02{
  color: #FFF;
  width: 64%;
  margin: 0 auto;
  line-height: 2.1;
}
.company-name{
  color: #FFF;
}
.name{
  color: #FFF;
}
.mw160{
  max-width: 160px;
}

@media (min-width: 960px) {

  .sec06_bg{
    padding: 120px 0;
  }

}

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

  .sec-ttl02{
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  .sec-ttl02 span{
    font-size: 14px;
  }
  .txt-width02{
    width: 100%;
  }

}

/*----------------------------------------------------
  sec07
----------------------------------------------------*/

.sec07_bg{
  padding: 60px 20px;
}
table {
  width: 100%;
}
.timeline th {
  font-weight: 600;
  font-size: .9rem;
  color: #FFF;
  padding: 20px 0;
  width: 30%;
  line-height: 1.4;
  vertical-align: middle;
  letter-spacing: 0.1em;
  background-color: #6fb52c;
  text-align: center;
  border: 3px solid #FFF;
}

.timeline td{
  font-size: .85rem;
  padding: 20px;
  line-height: 1.8;
  letter-spacing: .075rem;
  background-color: #eaeaea;
  border: 3px solid #FFF;
}
.table-cap{
  color: #d2000f;
}

@media (min-width: 960px) {

  .sec07_bg{
    padding: 120px 0;
  }

}

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

    .timeline th,
    .timeline td{
      width: 100%;
      display: block;
      border: none;
    }

}

/*----------------------------------------------------
  sec08
----------------------------------------------------*/

.sec08_bg{
  padding: 0 20px 60px 20px;
}
.article-ttl{
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
}
.pdf-box{
  width: 12.5%;
  height: 100%;
  padding: 5px;
}
.lb01{
  display: block;
  width: 100%;
  height: 100%;
  padding: 3rem 1rem;
  background: #6fb52c;
  color: #FFF;
  text-align: center;
  transition: .5s;
}
.lb01 span{
  width: 100%;
  display: block;
  font-size: .785rem;
}
.lb01:hover{
  background: #595757;
  color: #FFF;
}
.lb01:visited{
  color: #FFF;
}
.lb02{
  display: block;
  width: 100%;
  height: 100%;
  padding: 3rem 1rem;
  background: #00a73c;
  color: #FFF;
  text-align: center;
  transition: .5s;
}
.lb02 span{
  width: 100%;
  display: block;
  font-size: .785rem;
}
.lb02:hover{
  background: #595757;
  color: #FFF;
}
.lb02:visited{
  color: #FFF;
}
.fs-m{
  font-size: .69rem !important;
}

@media (min-width: 960px) {

  .sec08_bg{
    padding: 0 0 120px 0;
  }

}
@media (min-width: 769px) {
  .mh-144{
    min-height: 144px;
  }
}
@media only screen and (max-width: 768px) {

  .pdf-box{
    width: 50%;
  }

}

/*----------------------------------------------------
  sec09
----------------------------------------------------*/

.sec09_bg{
  padding: 0 20px 60px 20px;
}
.col-2-width{
  width: 100%;
  margin: 0 auto;
  background: #ddd;
}
.col-2-txt01{
  text-align: center;
  width: 100%;
  padding: 5vw;
  background: #004093;
  color: #FFF;
}
.col-2-txt02{
  width: 50%;
  padding: 5vw;
  background: #6fb52c;
  color: #FFF;
}
.col-2-txt03{
  width: 100%;
  padding: 5vw;
  background: #00943c;
  color: #FFF;
}
.col-2-img01{
  width: 50%;
  min-height: 100%;
  background: url(../img/top/sec09-img01.jpg) no-repeat center center;
  background-size: cover;
}
.col-2-img02{
  width: 50%;
  min-height: 100%;
  background: url(../img/top/sec09-img02.jpg) no-repeat center center;
  background-size: cover;
}
.col-2-sub{
  font-size: 1rem;
  font-weight: 600;
}
.col-2-ttl{
  font-size: 1.5rem;
  font-weight: 600;
}
.col-2-ttl span{
  display: block;
  font-size: 1rem;
  font-weight: 600;
}
.timeline03{
  width: 100%;
}
.timeline03 table{
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.timeline03 th,
.timeline03 td{
  padding: 15px;
  vertical-align: top;
  letter-spacing: .1rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  line-height: 1.8;
}
.timeline03 th{
  width: 20%;
}


@media (min-width: 960px) {

  .sec09_bg{
    padding: 0 0 120px 0;
  }

}
@media only screen and (max-width: 768px) {

  .timeline03 th,
  .timeline03 td{
    width: 100%;
    display: block;
  }
  .col-2-width{
    width: 100%;
  }
  .col-2-txt01{
    width: 100%;
    padding: 7vw;_
  }
  .col-2-img01{
    width: 100%;
    min-height: 210px;
  }
  .col-2-txt02{
    width: 100%;
    padding: 7vw;_
  }
  .col-2-txt03{
    width: 100%;
    padding: 7vw;_
  }
  .col-2-img02{
    width: 100%;
    min-height: 210px;
  }

}

/*----------------------------------------------------
  sec10
----------------------------------------------------*/

iframe{
  vertical-align: bottom;
}

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

  iframe{
    max-height: 360px;
  }

}

/*----------------------------------------------------
  sec11
----------------------------------------------------*/

.sec11_bg{
  padding: 60px 20px;
  background: #6fb52c;
}

@media (min-width: 960px) {

  .sec11_bg{
    padding: 120px 0;
  }

}