
/*　home
------------------------------------------------------------------------------------------------*/

.swiper-slide{
  max-width: 139.4rem;
  height: 63.3rem;
  width: 84%;
  margin: 0 1.3rem;
  border-radius: 1rem;
  position: relative;
}
.slide-1{
  background: url(../images/home/slide-1.jpg) center center no-repeat;
  background-size: cover;
}
.slide-2{
  background: url(../images/home/slide-2.jpg) center center no-repeat;
  background-size: cover;
}
.slide-3{
  background: url(../images/home/slide-3.jpg) center center no-repeat;
  background-size: cover;
}
.swiper-slide .inner{
  color: #fff;
  position: absolute;
  left: 9%;
  bottom: 16rem;
  font-weight: bold;
}
.swiper-slide h2{
  font-size: 9.3rem;
  line-height: 1.2;
  text-shadow: 0 0 0.2em rgba(0,0,0,0.1);
}
.swiper-slide p{
  font-size: 2rem;
  line-height: 2;
  text-shadow: 0 0 0.2em rgba(0,0,0,0.1);
}
.swiper-slide .btn{
  margin: 4rem 0 0;
}

.swiper-button-prev{
  background: url(../images/home/arrow-left.png) center center no-repeat;
  background-size: contain;
}
.swiper-button-next{
  background: url(../images/home/arrow-right.png) center center no-repeat;
  background-size: contain;
}
.swiper-button-prev, .swiper-button-next {
  width: 2rem;
  height: 4rem;
  margin-top: -2rem;
}


.home-service{
  padding: 7.6rem 0 9rem;
}
.home-service .box-1{
  position: relative;
}
.home-service .box-1 img.service-bg{
  width: 83rem;
  height: 56.5rem;
  object-fit: cover;
  border-radius: 1rem;
  float: right;
}
.home-service .box-1 .box-shadow{
  width: 54rem;
  padding: 6rem;
  border-radius: 1rem;
  position: absolute;
  top: 6rem;
  left: 0;
}
.home-service .box-1 .num{
  color: #086634;
  font-weight: bold;
  font-size: 2rem;
}
#home .home-service h2{
  text-align: left;
}
.home-service .box-1 a.btn{
  margin: 3rem 0 0;
}


.home-message{
  padding: 0 0 9rem;
  text-align: center;
}
.home-message img.sign{
  width: 19.4rem;
  margin: 4rem auto 0;
}


.home-promiss{
  background: url(../images/home/bg_promiss.jpg) center center no-repeat;
  background-size: cover;
  padding: 9rem 0;
  color: #fff;
  line-height: 1.8;
}
#home .home-promiss h2{
  color: #fff;
  margin-bottom: 1em;
}
.home-promiss .content{
  width: 108rem;
  font-family: "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
}
#home .home-promiss .content > ol > li{
  margin-left: 1.2em;
}
#home .home-promiss ol li ol li{
  list-style: none;
}
#home .home-promiss ol li ol li:nth-child(1)::before{ content: "（1）"; }
#home .home-promiss ol li ol li:nth-child(2)::before{ content: "（2）"; }
#home .home-promiss ol li ol li:nth-child(3)::before{ content: "（3）"; }
#home .home-promiss ol li ol li:nth-child(4)::before{ content: "（4）"; }


.home-news{
  padding: 8rem 0 10rem;
  background: #F7F7F7;
}
#home .home-news h2{
  margin-bottom: 3rem;
}
.home-news .box-shadow{
  padding: 5rem 8rem;
  margin-bottom: 5rem;
}
ul.home-news-li li{
  display: block;
  margin-bottom: 2.4rem;
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 2.5rem;
  font-weight: bold;
}
ul.home-news-li li:last-child{
  margin-bottom: 0;
}
ul.home-news-li li .tag{
  float: left;
  width: 12.5rem;
  background: #F25B3B;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
.tag.tag-news{ background: #5C5C5C !important; }
.tag.tag-event{ background: #1FABB7 !important; }
.tag.tag-topic{ background: #F25B3B !important; }

ul.home-news-li li .day{
  float: left;
  width: 15rem;
  text-align: center;
}
ul.home-news-li li h3{
  display: block;
  float: left;
  width: calc( 100% - 27.5rem );
  line-height: 2.5rem;
}




/*　business
------------------------------------------------------------------------------------------------*/

#business .sec-1{
  padding: 6rem 0 9rem;
}




/*　news
------------------------------------------------------------------------------------------------*/

#news .sec-1{
  padding: 0 0 10rem;
}
ul.news-li li{
  display: block;
  list-style: none;
  border-bottom: 2px solid #EDEDED;
}
ul.news-li li a{
  display: block;
  padding: 3rem 0 4rem;
  position: relative;
}
ul.news-li li a:hover{
  color: inherit;
  opacity: 0.7;
}
ul.news-li li a:before{
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;

  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 4rem 4rem;
  border-color: transparent transparent #f2593b transparent;
}
ul.news-li li a:after{
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  background: url(../images/common/pagetop.png) center center no-repeat;
  background-size: contain;
  transform: rotate(90deg);
  position: absolute;
  right: 0.7rem;
  bottom: 0.7rem;
}
ul.news-li li .day,
ul.news-li li .tag{
  display: inline-block;
  line-height: 2.5rem;
}
ul.news-li li .day{
  font-size: 1.4rem;
}
ul.news-li li .tag{
  display: inline-block;
  padding: 0 1em;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-right: 1.4rem;
}
ul.news-li li h3{
  margin-top: 0.9em;
}


/* ページネーション */
#news .pagination{
  text-align: center;
  margin-top: 8rem;
}
#news .pagination ul li{
  display: inline-block;
  font-size: 120%;
  font-weight: bold;
  margin: 0 0.6em;
}
#news .pagination ul li a:hover,
#news .pagination ul li.current a{
  color: #f2593b;
}


#single-news .sec-1{
  padding: 3rem 0 10rem;
}
#single-news a.back{
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1em;
  padding-left: 1.3em;
  position: relative;
}
#single-news a.back::before{
  content: "＜";
  font-size: 70%;
  position: absolute;
  left: 0;
  top: 0.4em;
}
#single-news .box-shadow{
  padding: 9rem;
  border-radius: 1rem;
}
#single-news .box-shadow a{ color: #086634; }
#single-news .box-shadow a:hover{ opacity: 0.7; }
#single-news .sec-1 h2{
  font-size: 3rem;
  margin: 0.5em 0 0.4rem;
}
#single-news .day{
  font-size: 1.8rem;
  margin-bottom: 4rem;
}
#single-news .txt img{ margin: 5rem auto; }
#single-news .txt img:first-child{ margin-top: 0; }
#single-news .txt img:last-child{ margin-bottom: 0; }




/*　company
------------------------------------------------------------------------------------------------*/

#company .sec-1{
  padding: 6rem 0 9rem;
}
#company p.txt-1{
  display: block;
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 7rem;
  letter-spacing: 0.2em;
}
#company p.txt-1 b{
  display: block;
  font-size: 2.7rem;
  color: #259F4A;
}
#company dl{
  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;

  margin: 2rem 0 8.5rem;
  font-size: 1.4rem;
}
#company dt,
#company dd{
  padding: 1.8em 0;
  border-bottom: 1px solid #EDEDED;
}
#company dt{
  width: 18%;
  font-weight: bold;
}
#company dd{
  width: 82%;
}
#company iframe.map{
  width: 100%;
  height: 30rem;
  margin-top: 2.5rem;
}




/*　contact
------------------------------------------------------------------------------------------------*/

#contact .sec-1 .box-shadow{
  padding: 5rem 17rem 9rem;
  border-radius: 1rem;
  transform: translateY(-12rem);
}
#contact .sec-1 form dl{
  margin-top: 5.5rem;
}
#contact .sec-1 form dl dt{
  font-weight: 700;
  margin-bottom: 0.4em;
}
#contact .sec-1 form dl dt span{
  color: #E80F62;
  margin-left: 0.2em;
}
#contact .sec-1 form dl dd{
  margin-bottom: 3rem;
}

.select-wrap{
  display: inline-block;
  position: relative;
}
.select-wrap::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/contact/arrow-down.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.8em;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.checkbox{
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.checkbox input{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.checkbox label{
  display: block;
  font-weight: bold;
  padding-left: 34px;
  line-height: 2.4;
  cursor: pointer;
  position: relative;
}
.checkbox label a{
  color: #259F4A;
}
.checkbox label a:hover{
  opacity: 0.7;
}
.checkbox label::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10.5px;
  left: 0;
  width: 21px;
  height: 21px;
  border: 1px solid #D8D8D8;
  background: #fff;
  border-radius: 4px;
}
.checkbox input:checked + label::before{
  border: 1px solid #259F4A;
  background: #259F4A;
}
.checkbox input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 7px;
  width: 6px;
  height: 12px;
  transform: rotate(40deg);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}
.checkbox span.validation{
  width: 100%;
  text-align: center;
  margin-top: 0;
}

form input[type="text"],
form input[type="email"],
form textarea,
.select-wrap select{
  display: block;
  width: 100%;
  padding: 1em 1em;
  border: 1px solid #D8D8D8;
  border-radius: 0.8rem;
}
.select-wrap select{
  width: 30rem;
  background: #fff;
}
form textarea{
  height: 34rem;
}
form input.form-btn-bk,
form input.form-btn-gr{
  display: block;
  width: 25.2rem;
  line-height: 5.6rem;
  border-radius: 2.8rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin: 5rem auto 0;
  border: 0;
  transition: 0.3s;
}
form input.form-btn-bk:hover,
form input.form-btn-gr:hover{
  opacity: 0.7;
  cursor: pointer;
}
form input.form-btn-bk{
  background: #232C38;
}
form input.form-btn-gr{
  background: linear-gradient(to right,#259F4A,#5FB95B);
}


#contact-2 .sec-1,
#contact-3 .sec-1{
  padding: 7rem 0 10rem;
}
#contact-2 .sec-1 .box-shadow,
#contact-3 .sec-1 .box-shadow{
  padding: 8rem 12rem 10rem;
  text-align: center;
}


#contact-2 h2{
  font-size: 2.4rem;
  margin-bottom: 6.5rem;
}
#contact-2 table{
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
#contact-2 table th{
  width: 30%;
  padding: 1.5rem 0;
}
#contact-2 table td{
  width: 70%;
  padding: 1.5rem 0;
}
#contact-2 .btn-wrap{
  display: flex;
  justify-content: space-between;
  width: 65rem;
  margin: 0 auto;
}
#contact-2 .btn-wrap input{
  width: 31rem;
  margin: 7rem 0 0;
}


#contact-3 .sec-1 h2{
  font-size: 2.4rem;
  color: #086634;
  font-weight: 700;
  margin-bottom: 1.2em;
}
#contact-3 .sec-1 a.btn{
  margin-top: 7rem;
}


#contact .footer-contact,
#contact-2 .footer-contact,
#contact-3 .footer-contact{
  display: none;
}




/*　スマホ
------------------------------------------------------------------------------------------------*/
@media (max-width: 768px){


/*　home SP
------------------------------------------------------------------------------------------------*/

.swiper-slide {
  width: 100%;
  height: 63.3rem;
  margin: 0;
  text-align: center;
  border-radius: 0;
}
.slide-1{
  background: url(../images/home/sp/slide-1.jpg) center center no-repeat;
  background-size: cover;
}
.slide-2{
  background: url(../images/home/sp/slide-2.jpg) center center no-repeat;
  background-size: cover;
}
.slide-3{
  background: url(../images/home/sp/slide-3.jpg) center center no-repeat;
  background-size: cover;
}
.swiper-slide .inner {
  width: 88%;
  left: 6%;
  bottom: 50%;
  transform: translateY(50%);
}
.swiper-slide h2 {
  font-size: 4.5rem;
  margin-bottom: 1rem;
}
.swiper-slide p {
  font-size: 1.8rem;
}
.swiper-slide a.btn {
  width: 100%;
  margin: 3rem auto 0;
}


.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets{
  bottom: 2rem;
}
.swiper-pagination-bullet {
  width: 1.4rem;
  height: 1.4rem;
  background: #F0F0F0;
  opacity: 1;
  margin: 0 1.5rem !important;
}
.swiper-pagination-bullet-active{
  background: #2EA34D;
}


.home-service {
  padding: 3rem 0 6rem;
}
.home-service .content{
  padding: 0;
}
.home-service .box-1{
  padding-top: 20.8rem;
}
.home-service .box-1 img.service-bg{
  width: 30.6rem;
  height: 27.5rem;
  border-radius: 1rem 0 0 1rem;
  float: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.home-service .box-1 .box-shadow {
  width: 88%;
  padding: 2rem 2rem 3rem;
  margin-left: 5%;
  z-index: 1;
  position: relative;
  top: 0;
}
#home .home-service h2 {
  font-size: 2.4rem;
}


.home-message p{
  text-align: left;
}
.home-message img.sign {
    margin: 3rem auto 0;
}


.home-promiss {
    background: url(../images/home/sp/bg_promiss.jpg) center center no-repeat;
    background-size: cover;
    padding: 6rem 0;
}
.home-promiss .content {
    width: 100%;
}


.home-news {
  padding: 6rem 0 10rem;
}
ul.home-news-li li {
  font-size: inherit;
  line-height: 4.3rem;
  padding-bottom: 1em;
  margin-bottom: 1.2em;
  border-bottom: 1px solid #EDEDED;
}
ul.home-news-li li .tag {
  width: auto;
display: inline-block;
padding: 0 1em;
font-size: 1.2rem;
font-weight: bold;
text-align: center;
color: #fff;
margin-right: 1.4rem;
line-height: 2.5rem;
}
ul.home-news-li li .day {
  width: auto;
line-height: 2.5rem;
  font-weight: normal;
}
ul.home-news-li li h3 {
  width: 100%;
  line-height: 1.8;
  margin-top: 0.4em;
}
.home-news .box-shadow {
  padding: 5rem 6%;
  margin-bottom: 6rem;
}




/*　business SP
------------------------------------------------------------------------------------------------*/

#business .sec-1 {
    padding: 4rem 0 9rem;
}
ul.business-li li{
  padding-bottom: 4.5rem;
  margin-bottom: 6rem;
}
ul.business-li li img {
  width: 100%;
  height: 23.7rem;
  margin-bottom: 2.6rem;
}
ul.business-li li .num {
  font-size: 2.4rem;
  line-height: 4rem;
}
ul.business-li li .txt {
  width: 100%;
}
ul.business-li li h3 {
  font-size: 3.2rem;
}




/*　news SP
------------------------------------------------------------------------------------------------*/

ul.news-li li a {
    padding: 1.5rem 0;
}
ul.news-li li .tag,
ul.news-li li .day {
    line-height: 2.2rem;
}
ul.news-li li h3 {
    margin-top: 0.5em;
}


#single-news .sec-1 {
  padding: 4rem 0 9rem;
}
#single-news a.back {
  font-size: 1.3rem;
}
#single-news .box-shadow {
  padding: 3rem 6% 6rem;
  font-size: inherit;
}
#single-news .sec-1 h2 {
  font-size: 1.8rem;
}
#single-news .day{
  font-size: 1.5rem;
  margin-bottom: 2rem;
}




/*　company SP
------------------------------------------------------------------------------------------------*/

#company .sec-1 {
  padding: 4rem 0 9rem;
}
#company p.txt-1 {
    font-size: 1.5rem;
    margin-bottom: 4rem;
}
#company p.txt-1 b {
    font-size: 1.8rem;
}
#company dl {
  margin: 0 0 6rem;
  font-size: 1.4rem;
}
#company dt, #company dd {
  padding: 1em 0;
}
#company dt {
  width: 30%;
  padding-right: 1em;
}
#company dd {
  width: 70%;
}
#company iframe.map {
    height: 15rem;
    margin-top: 2rem;
}




/*　contact SP
------------------------------------------------------------------------------------------------*/

#contact .sec-1 .box-shadow {
    padding: 4rem 5% 8rem;
    transform: translateY(-5rem);
}
#contact .sec-1 form dl {
    margin-top: 4rem;
}
.select-wrap select{
  width: 20rem;
}
form input.form-btn-bk,
form input.form-btn-gr {
  width: 28rem;
}

#contact-2 .sec-1 .box-shadow,
#contact-3 .sec-1 .box-shadow {
    padding: 5rem 5% 6rem;
}

#contact-2 h2 {
    font-size: 2.2rem;
    margin-bottom: 3rem;
}
#contact-2 table th,
#contact-2 table td {
  display: block;
  width: 100%;
  padding: 0;
}
#contact-2 table td{
  padding-bottom: 1em;
}
#contact-2 .btn-wrap {
    display: block;
    width: 100%;
    margin: 0 auto;
}
#contact-2 .btn-wrap input {
    width: 100%;
    margin: 2.5rem 0 0;
}

#contact-3 .sec-1 h2 {
    font-size: 2.2rem;
    margin-bottom: 1em;
}
#contact-3 .sec-1 a.btn {
    margin-top: 3rem;
}




}/*　スマホここまで */



