@charset "UTF-8";
html {
  font-size: calc(100vw / 32);
}

body{
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  overflow: hidden;
}

.sp-br{
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-br{
    display: block;
  }
}

.inner{
  max-width: 1800px;
  margin: 0 auto;
}

@media screen and (max-width: 1799px) {
  .inner{
    max-width: 1200px;
  }
}

a:hover {
  opacity: 0.8;
}

.header{
  font-size: 16px;
  z-index: 20;
  position: relative;
}

.header .drawer{
  display: none;
}

.header .drawer .drawer-hamburger{
  position: absolute;
}

@media screen and (max-width: 767px) {
  .header .drawer{
    display: block;
  }
}

.header .inner{
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 0 0 12px 12px;
  height: 80px;
  background: #FFFFFF;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .header .inner{
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .header .inner{
    height: 60px;
  }
}

.header .inner .flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1199px) {
  .header .inner .flexbox {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .header .inner .flexbox {
    flex-direction: row;
  }
}

.header .inner .flexbox .header-left{
  line-height: 80px;
  height: 80px;
}

@media screen and (max-width: 767px) {
  .header .inner .flexbox .header-left{
    height: 60px;
    line-height: 60px;
  }
}

.header .inner .flexbox .header-left a{
  text-decoration: none;
}

.header .inner .flexbox .header-left a .logo{
  display: inline-block;
}

.header .inner .flexbox .header-left a .logo img{
  width: 86px;
  vertical-align: middle;
  margin-left: 40px;
  margin-right: 28px;
}

@media screen and (max-width: 767px) {
  .header .inner .flexbox .header-left a .logo img{
    width: 50px;
  }
}

.header .inner .flexbox .header-left a h1{
  font-family: "Hiragino Maru Gothic Pro";
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #606060;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .header .inner .flexbox .header-left a h1{
    line-height: 12px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .header .inner .flexbox .header-right nav{
    display: none;
  }
}

.header .inner .flexbox .header-right nav ul li{
  margin-right: 70px;
  font-family: Montserrat;
  font-weight: bold;
  font-size: 15px;
  line-height: 28px;
  display: inline-block;
}

@media screen and (max-width: 1799px) {
  .header .inner .flexbox .header-right nav ul li{
    margin-right: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .header .inner .flexbox .header-right nav ul li{
    margin-right: 10px;
  }
}

.header .inner .flexbox .header-right nav ul li a{
  text-decoration: none;
  color: #333;
}

.header .inner .flexbox .header-right nav ul .nav_menu{
  border-bottom: 3px solid transparent;
}

.header .inner .flexbox .header-right nav ul .nav_menu:hover{
  border-bottom: 3px solid #82CC4C;
}

.header .inner .flexbox .header-right nav ul .header-tel{
  font-family: Montserrat;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  margin-right: 20px;
}

.header .inner .flexbox .header-right nav ul .header-tel a{
  color: #82cc4c;
}

.header .inner .flexbox .header-right nav ul .header-contact{
  width: 140px;
  height: 37px;
  line-height: 37px;
  border-radius: 18.5px;
  background: #82cc4c;
  margin-right: 30px;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 1199px) {
  .header .inner .flexbox .header-right nav ul .header-contact{
    margin-right: 0;
  }
}

.header .inner .flexbox .header-right nav ul .header-contact:hover{
  background: #fff;
  border: 2px solid #82cc4c;
}

.header .inner .flexbox .header-right nav ul .header-contact:hover a{
  color: #82cc4c;
}

.header .inner .flexbox .header-right nav ul .header-contact a{
  font-family: "Noto Sans UI";
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}

.main .mv{
  background : url(../otm_110.jpg) center center / contain no-repeat scroll padding-box border-box, 0px 0px no-repeat scroll padding-box border-box transparent;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .main .mv{
    background: url(../img/top/mv-sptitle.svg) no-repeat 50% 25%/80%, url(../img/top/mv-spanimal.svg) no-repeat 50% 100%/80%, url(../img/top/mv-spm.svg) no-repeat center, url(../img/top/mv.png) no-repeat center/cover;
    height: 100vh;
  }
}

.main .mv .text-content{
  width: 30%;
  border-radius: 15px;
  background: #82cc4c;
  padding: 0.78rem;
  position: absolute;
  left: 1rem;
  bottom: -0.3333rem;
}

@media screen and (max-width: 767px) {
  .main .mv .text-content{
    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%);
    width: 80%;
    height: auto;
    bottom: 12%;
    padding: 20px;
    background: rgba(130, 204, 76, 0.7);
  }
}

.main .mv .text-content p{
  font-family: "Noto Sans UI";
  font-weight: bold;
  font-size: 0.2666666rem;
  line-height: 0.466666rem;
  text-align: left;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .main .mv .text-content p{
    font-size: 12px;
    line-height: 1.5;
  }
}

.main .mv .text-content .name{
  text-align: right;
}

.main .availability{
  padding-top: 190px;
}

@media screen and (max-width: 1199px) {
  .main .availability{
    padding-top: 100px;
  }
}

.main .availability h2{
  font-family: "Noto Sans UI";
  font-weight: bold;
  font-size: 31px;
  letter-spacing: 0.15em;
  line-height: 28px;
  color: #333;
}

@media screen and (max-width: 1199px) {
  .main .availability h2{
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .main .availability h2{
    text-align: center;
  }
}

.main .availability h2 img{
  width: 37.63px;
  height: 31.61px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.main .availability h2 span{
  font-size: 15px;
  line-height: 22px;
  color: #82cc4c;
  margin-left: 20px;
}

.main .availability ul{
  list-style: none;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .main .availability ul div{
    margin-left: auto;
    width: 200px;
  }
}

.main .availability ul div li{
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  line-height: 28px;
  color: #333;
  margin-left: 25px;
}

@media screen and (max-width: 767px) {
  .main .availability ul div li{
    display: block;
    text-align: left;
  }
}

.main .availability ul div li img{
  width: 15px;
}

.main .availability .availability-content{
  display: flex;
  justify-content: space-between;
  border-radius: 7px;
  border: 3px solid #82cc4c;
  padding: 70px 120px;
}

@media screen and (max-width: 1799px) {
  .main .availability .availability-content{
    padding: 50px 40px;
  }
}

@media screen and (max-width: 1199px) {
  .main .availability .availability-content{
    flex-direction: column;
    align-items: center;
    padding: 70px 0 0;
    margin: 20px;
  }
}

@media screen and (max-width: 767px) {
  .main .availability .availability-content{
    padding: 50px 0px;
  }
}

.main .availability .availability-content .item {
  width: calc(33.3333% - 150px * 3/4);
}

@media screen and (max-width: 1199px) {
  .main .availability .availability-content .item:last-of-type{
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1799px) {
  .main .availability .availability-content .item {
    width: calc(33.3333% - 50px * 3/4);
  }
}

@media screen and (max-width: 1199px) {
  .main .availability .availability-content .item{
    width: 70%;
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .main .availability .availability-content .item{
    width: 90%;
  }
}

.main .availability .availability-content .item p{
  font-family: "Noto Sans UI";
  font-weight: bold;
  font-size: 17px;
  line-height: 22px;
  color: #82cc4c;
  margin-bottom: 40px;
}

@media screen and (max-width: 1799px) {
  .main .availability .availability-content .item p{
    font-size: 14px;
  }
}

.main .availability .availability-content .item p::before{
  content: url(../img/top/icon_av02.svg);
  position: relative;
  top: -3px;
  margin-right: 5px;
}

.main .availability .availability-content .item table{
  border-collapse: collapse;
  width: 100%;
}

.main .availability .availability-content .item table tr{
  border-bottom: 1px solid #E0E0E0;
}

.main .availability .availability-content .item table tr th{
  font-family: "Noto Sans UI";
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #333;
  padding-bottom: 20px;
}

.main .availability .availability-content .item table tr td{
  font-family: "Noto Sans UI";
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  color: #333;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.main .availability .availability-content .item table tr td:nth-child(1){
  text-align: left;
}

@media screen and (max-width: 767px) {
  .main .availability .availability-content .item table tr td:nth-child(1){
    font-size: 12px;
  }
}

.main .availability .availability-content .item table tr td .v-align-middle{
  display: inline-block;
  vertical-align: middle;
}

.main .availability .availability-content .item table tr td .v-align-middle img{
  vertical-align: middle;
}

.main .availability .contact .contact-btn{
  position: relative;
  margin-top: 54px;
}

.main .availability .contact .contact-btn::before{
  content: url(../img/top/animal01.svg);
  position: absolute;
  top: 0;
  left: 30%;
}

@media screen and (max-width: 1799px) {
  .main .availability .contact .contact-btn::before{
    left: 20%;
  }
}

@media screen and (max-width: 1199px) {
  .main .availability .contact .contact-btn::before{
    left: 10%;
  }
}

@media screen and (max-width: 767px) {
  .main .availability .contact .contact-btn::before{
    display: none;
  }
}

.main .availability .contact .contact-btn::after{
  content: url(../img/top/animal02.svg);
  position: absolute;
  top: 0;
  right: 30%;
}

@media screen and (max-width: 1799px) {
  .main .availability .contact .contact-btn::after{
    right: 20%;
  }
}

@media screen and (max-width: 1199px) {
  .main .availability .contact .contact-btn::after{
    right: 10%;
  }
}

@media screen and (max-width: 767px) {
  .main .availability .contact .contact-btn::after{
    display: none;
  }
}

.main .availability .contact .contact-btn a{
  width: 370px;
  height: 60px;
  border-radius: 30px;
  background: #82cc4c;
  text-decoration: none;
  line-height: 60px;
  font-family: "Noto Sans UI";
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  display: block;
  color: #fff;
  margin: 0 auto;
  position: relative;
}

.main .availability .contact .contact-btn a:hover{
  background: #fff;
  border: 2px solid #82cc4c;
  color: #82cc4c;
}

.main .availability .contact .contact-btn a:hover::after{
  content: url(../img/top/mail_icon_hover.svg);
  position: absolute;
  top: 0;
  right: 8%;
}

@media screen and (max-width: 767px) {
  .main .availability .contact .contact-btn a{
    width: 90%;
  }
}

.main .availability .contact .contact-btn a::after{
  content: url(../img/top/mail_icon.svg);
  position: absolute;
  top: 0;
  right: 8%;
}

.main .availability .contact .contact-btn p{
  font-family: "Noto Sans UI";
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  margin-top: 20px;
  text-align: center;
  color: #9a9a9a;
}

.main .movie{
  padding-top: 63px;
}

@media screen and (max-width: 1199px) {
  .main .movie{
    padding-top: 80px;
  }
}

.main .movie h2{
  font-family: "Noto Sans UI";
  font-weight: bold;
  font-size: 31px;
  letter-spacing: 0.15em;
  line-height: 28px;
  color: #333;
  margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
  .main .movie h2{
    margin-bottom: 30px;
    text-align: center;
  }
}

.main .movie h2 img{
  width: 37.63px;
  height: 31.61px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.main .movie h2 span{
  font-size: 15px;
  line-height: 22px;
  margin-left: 20px;
}

.main .movie .movie_bg{
  background: rgba(130, 204, 74, 0.06);
}

.main .movie .movie_bg .inner{
  padding: 80px 0;
  width: 1800px;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 1799px) {
  .main .movie .movie_bg .inner{
    width: 1200px;
  }
}

@media screen and (max-width: 1199px) {
  .main .movie .movie_bg .inner{
    width: 320px;
    padding: 40px 0 0;
  }
}

.main .movie .movie_bg .inner .swiper-container{
  width: 1520px;
  margin: 0 auto;
}

@media screen and (max-width: 1799px) {
  .main .movie .movie_bg .inner .swiper-container{
    width: 1020px;
  }
}

@media screen and (max-width: 1199px) {
  .main .movie .movie_bg .inner .swiper-container{
    width: 300px;
  }
}

.main .movie .movie_bg .inner .swiper-container .swiper-wrapper .swiper-slide .item{
  padding: 0 20px;
}

@media screen and (max-width: 1199px) {
  .main .movie .movie_bg .inner .swiper-container .swiper-wrapper .swiper-slide .item{
    padding: 0 40px;
  }
}

.main .movie .movie_bg .inner .swiper-container .swiper-wrapper .swiper-slide .item .title{
  font-family: "Noto Sans UI";
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  text-align: left;
  color: #82cc4c;
  padding-left: 28px;
  margin-bottom: 20px;
}

.main .movie .movie_bg .inner .swiper-container .swiper-wrapper .swiper-slide .item .title::before{
  content: url(../img/top/icon_mv02.svg);
  position: absolute;
  top: 0;
  left: 20px;
}

@media screen and (max-width: 1199px) {
  .main .movie .movie_bg .inner .swiper-container .swiper-wrapper .swiper-slide .item .title::before{
    left: 40px;
  }
}

@media screen and (max-width: 1799px) {
  .main .movie .movie_bg .inner .swiper-container .swiper-wrapper .swiper-slide .item .title{
    font-size: 16px;
  }
}

.main .movie .movie_bg .inner .swiper-container .swiper-wrapper .swiper-slide .item .global_wrapper{
  width: 460px;
  margin: 0 auto;
}

.main .movie .movie_bg .inner .swiper-container .swiper-wrapper .swiper-slide .item .global_wrapper .youtube{
  position: relative;
  width: 442px;
  height: 282px;
}

@media screen and (max-width: 1799px) {
  .main .movie .movie_bg .inner .swiper-container .swiper-wrapper .swiper-slide .item .global_wrapper .youtube{
    width: 290px;
    height: 190px;
  }
}

@media screen and (max-width: 1199px) {
  .main .movie .movie_bg .inner .swiper-container .swiper-wrapper .swiper-slide .item .global_wrapper .youtube{
    width: 200px;
    height: 150px;
  }
}

.main .movie .movie_bg .inner .swiper-container .swiper-wrapper .swiper-slide .item .global_wrapper .youtube .thumb{
  position: absolute;
  top: 43%;
  left: 40%;
  z-index: 2;
}

@media screen and (max-width: 1799px) {
  .main .movie .movie_bg .inner .swiper-container .swiper-wrapper .swiper-slide .item .global_wrapper .youtube .thumb{
    top: 42%;
    left: 34%;
  }
}

@media screen and (max-width: 1199px) {
  .main .movie .movie_bg .inner .swiper-container .swiper-wrapper .swiper-slide .item .global_wrapper .youtube .thumb{
    top: 37%;
    left: 28%;
  }
}

.main .movie .movie_bg .inner .swiper-container .swiper-wrapper .swiper-slide .item .global_wrapper .youtube .youtube{
  border-radius: 10px;
  border: 5px solid #82cc4c;
  box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.1);
  width: 442px;
  height: 282px;
}

@media screen and (max-width: 1799px) {
  .main .movie .movie_bg .inner .swiper-container .swiper-wrapper .swiper-slide .item .global_wrapper .youtube .youtube{
    width: 290px;
    height: 200px;
  }
}

@media screen and (max-width: 1199px) {
  .main .movie .movie_bg .inner .swiper-container .swiper-wrapper .swiper-slide .item .global_wrapper .youtube .youtube{
    width: 200px;
    height: 150px;
  }
}

.main .movie .movie_bg .inner .swiper-container .swiper-wrapper .swiper-slide .item .description{
  font-family: "Noto Sans UI";
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  color: #333;
  width: 450px;
  margin-top: 25px;
}

@media screen and (max-width: 1799px) {
  .main .movie .movie_bg .inner .swiper-container .swiper-wrapper .swiper-slide .item .description{
    width: 290px;
  }
}

@media screen and (max-width: 1199px) {
  .main .movie .movie_bg .inner .swiper-container .swiper-wrapper .swiper-slide .item .description{
    width: 200px;
    text-align: center;
  }
}

.main .contents_bg{
  background: url(../img/top/middle_bg.png) no-repeat center;
  height: 0;
  padding-top: 34.16%;
  background-size: cover;
  position: relative;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .main .contents_bg{
    background: none;
    padding: 0;
    height: 200px;
  }
}

.main .contents_bg h2{
  font-family: Montserrat;
  font-weight: bold;
  font-size: 35px;
  letter-spacing: 0.15em;
  line-height: 28px;
  text-align: center;
  color: #82cc4c;
  position: absolute;
  top: 2.5rem;
  left: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .main .contents_bg h2{
    top: 100px;
    font-size: 25px;
  }
}

.main .contents_bg p{
  font-family: "Noto Sans UI";
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.15em;
  line-height: 28px;
  text-align: center;
  color: #333;
  position: absolute;
  top: 3.2rem;
  left: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .main .contents_bg p{
    top: 130px;
  }
}

.main .contents{
  display: flex;
  justify-content: space-between;
  width: 26rem;
  margin: 0 auto;
  border-radius: 15px;
  background: #82cc4c;
  padding: 0.6666rem 1rem;
  margin-top: -5.3333rem;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .main .contents{
    flex-direction: column;
    margin-top: -20px;
    padding: 20px;
    width: 90%;
  }
}

.main .contents .item{
  width: calc(33.3333% - 1rem * 3/4);
  text-align: center;
  text-decoration: none;
  padding: 0.6666rem;
  border-radius: 14px;
  background: transparent;
}

@media screen and (max-width: 767px) {
  .main .contents .item{
    width: 90%;
    margin: 20px auto;
  }
}

.main .contents .item:hover{
  background: #fff;
  opacity: 1;
}

.main .contents .item:hover p{
  color: #82cc4c;
}

.main .contents .item:hover .img{
  display: none;
}

.main .contents .item:hover .hover{
  display: inline-block;
}

.main .contents .item img{
  margin-bottom: 20px;
  width: 1.4rem;
}

@media screen and (max-width: 767px) {
  .main .contents .item img{
    width: 50px;
  }
}

.main .contents .item .hover{
  display: none;
}

.main .contents .item p{
  font-family: "Noto Sans UI";
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  color: #fff;
}

.main .contents .item p span{
  font-family: Montserrat;
  font-weight: 500;
  font-size: 12px;
  margin: 5px 0;
}

.main .contents .item .description{
  text-align: left;
  font-family: "Noto Sans UI";
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .main .contents .item .description{
    text-align: center;
  }
}

.main .info{
  font-size: 16px;
  padding-bottom: 80px;
  position: relative;
}

.main .info .inner{
  display: flex;
  max-width: 1560px;
}

@media screen and (max-width: 767px) {
  .main .info .inner {
    flex-direction: column;
  }
}

.main .info .inner .item{
  width: calc(33.33333% - 60px * 2/3);
  margin-right: 60px;
}

.main .info .inner .item:last-of-type{
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .main .info .inner .item:last-of-type{
    margin-right: auto;
  }
}

@media screen and (max-width: 1199px) {
  .main .info .inner .item{
    width: calc(33.33333% - 30px * 2/3);
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .main .info .inner .item{
    width: 90%;
    margin: 0 auto 60px;
  }
}

.main .info .inner .item .title{
  width: 100%;
  height: 60px;
  border-radius: 8px;
  background: #fff;
  border: 3px solid #82cc4c;
  font-family: "Noto Sans UI";
  font-weight: bold;
  font-size: 22px;
  line-height: 60px;
  text-align: left;
  color: #82cc4c;
  padding-left: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
  .main .info .inner .item .title{
    padding-left: 10px;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .main .info .inner .item .title{
    text-align: center;
  }
}

.main .info .inner .item .description{
  font-family: "Noto Sans UI";
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  color: #333;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .main .info .inner .item .description{
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .main .info .inner .item dl{
    width: 250px;
    margin: 0 auto;
  }
}

.main .info .inner .item dl .cb{
  clear: both;
}

.main .info .inner .item dl dt{
  float: left;
  font-family: "Noto Sans UI";
  font-size: 14px;
  line-height: 35px;
  color: #333;
}

.main .info .inner .item dl .new::before{
  content: "NEW";
  display: inline-block;
  width: 40px;
  height: 20px;
  background: #82cc4c;
  text-align: center;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 11px;
  line-height: 20px;
  color: #fff;
  margin-right: 10px;
}

@media screen and (max-width: 1199px) {
  .main .info .inner .item dl .new::before{
    width: 30px;
    margin-right: 5px;
    font-size: 8px;
  }
}

.main .info .inner .item dl .old{
  margin-left: 50px;
}

@media screen and (max-width: 1199px) {
  .main .info .inner .item dl .old{
    margin-left: 35px;
  }
}

.main .info .inner .item dl dd{
  float: left;
  padding-top: 8px;
  padding-left: 10px;
}

@media screen and (max-width: 1199px) {
  .main .info .inner .item dl dd{
    padding-left: 3px;
    padding-top: 4px;
  }
}

.main .info .inner .item .short_v{
  width: 245px;
  height: 46px;
  line-height: 46px;
  border-radius: 23px;
  background: #82cc4c;
  display: block;
  font-family: "Noto Sans UI";
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  margin: 0 auto;
}

.main .info .inner .item .short_v:hover{
  background: #fff;
  border: 2px solid #82cc4c;
  color: #82cc4c;
}

@media screen and (max-width: 1199px) {
  .main .info .inner .item .short_v{
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .main .info .inner .item .short_v{
    width: 80%;
  }
}

.main .info .inner .item .skill{
  width: 100%;
  height: 60px;
  background: rgba(130, 204, 74, 0.06);
  font-family: "Noto Sans UI";
  font-size: 14px;
  text-align: center;
  color: #333;
  margin-bottom: 40px;
  padding: 24px 0;
}

@media screen and (max-width: 1199px) {
  .main .info .inner .item .skill{
    height: 84px;
  }
}

.main .info .inner .item .skill span{
  font-weight: bold;
}

@media screen and (max-width: 1799px) {
  .main .info .inner .item .contact{
    text-align: center;
  }
}

.main .info .inner .item .contact .tel{
  display: inline-block;
}

.main .info .inner .item .contact .tel p{
  font-family: "Noto Sans UI";
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #333;
}

.main .info .inner .item .contact .tel .tel-number{
  font-family: Montserrat;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
}

.main .info .inner .item .contact .tel .tel-number a{
  color: #82cc4c;
  text-decoration: none;
}

.main .info .inner .item .contact .mail{
  width: 245px;
  height: 46px;
  border-radius: 23px;
  background: #82cc4c;
  font-family: "Noto Sans UI";
  font-weight: bold;
  font-size: 14px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-left: auto;
  vertical-align: top;
  float: right;
}

.main .info .inner .item .contact .mail:hover{
  background: #fff;
  border: 2px solid #82cc4c;
  color: #82cc4c;
}

@media screen and (max-width: 1799px) {
  .main .info .inner .item .contact .mail{
    float: none;
    width: 80%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 1799px) {
  .main .info .animals img{
    width: 100px;
  }
}

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

.main .info .animals .animal1{
  position: absolute;
  left: 80px;
  bottom: -60px;
}

.main .info .animals .animal2{
  position: absolute;
  left: 230px;
  bottom: -40px;
}

.main .info .animals .animal3{
  position: absolute;
  right: 250px;
  bottom: -60px;
}

.main .info .animals .animal4{
  position: absolute;
  right: 53px;
  bottom: -40px;
}

.main .map{
  padding: 100px 20px;
  background: rgba(130, 204, 74, 0.06);
}

.main .map .inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1560px;
}

@media screen and (max-width: 1199px) {
  .main .map .inner{
    flex-direction: column;
    text-align: center;
  }
}

.main .map .inner .about{
  width: 493px;
  margin-right: 50px;
}

@media screen and (max-width: 1199px) {
  .main .map .inner .about{
    width: 80%;
    margin-right: 0;
  }
}

.main .map .inner .about .p1{
  font-family: "Noto Sans UI";
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #82cc4c;
  margin-bottom: 20px;
}

.main .map .inner .about .p2{
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  color: #333;
  margin-bottom: 50px;
}

.main .map .inner .about .p2 span{
  color: #82cc4c;
}

.main .map .inner .about .p2 a{
  text-decoration: none;
}

.main .map .inner .about .p3{
  font-family: "Noto Sans UI";
  font-weight: bold;
  font-size: 12px;
  line-height: 22px;
  color: #333;
  margin-bottom: 20px;
}

.main .map .inner .about .p4{
  font-family: "Noto Sans UI";
  font-size: 12px;
  line-height: 22px;
  color: #333;
  margin-bottom: 20px;
}

.main .map .inner .about .p5{
  font-family: "Noto Sans UI";
  font-size: 12px;
  line-height: 22px;
  color: #333;
  margin-bottom: 20px;
}

.main .map .inner .about .p5 span{
  font-weight: bold;
}

.main .map .inner .map_info{
  width: 994px;
}

@media screen and (max-width: 1199px) {
  .main .map .inner .map_info{
    width: 80%;
  }
}

.main .map .inner .map_info .ggmap{
  border-radius: 11px;
  box-shadow: 6px 6px 0px #31b374;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.main .map .inner .map_info .ggmap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main .map .inner .map_info .ggmap object{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main .map .inner .map_info .ggmap embed{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main .branch .inner{
  padding: 50px 0 40px;
}

.main .branch .inner .heading{
  font-family: "Noto Sans UI";
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.15em;
  line-height: 28px;
  color: #333;
  margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
  .main .branch .inner .heading{
    text-align: center;
  }
}

.main .branch .inner .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main .branch .inner .items .item{
  font-family: "Noto Sans UI";
  font-size: 12px;
  line-height: 22px;
  color: #333;
}

@media screen and (max-width: 1799px) {
  .main .branch .inner .items .item{
    width: calc(16.6666% - 10px * 5/6);
    margin-right: 10px;
  }
  .main .branch .inner .items .item:last-child{
    margin-right: 0;
  }
}

@media screen and (max-width: 1199px) {
  .main .branch .inner .items .item{
    width: calc(50% - 30px * 1/2);
    margin-right: 30px;
    text-align: center;
    margin-bottom: 40px;
  }
  .main .branch .inner .items .item:nth-of-type(2n){
    margin-right: 0;
  }
}

.main .branch .inner .items .item .title{
  font-weight: bold;
}

.main .branch .inner .items .item .title a{
  text-decoration: none;
  color: #333;
}

.main .branch .inner .items .item .title img{
  margin-left: 5px;
}

.main .branch .inner .items .item .description .tel{
  text-decoration: none;
  color: #333;
}

.main .branch .inner .items .item .description span{
  text-decoration: underline;
  color: #333;
}

.service_main .mv{
  height: 300px;
  background: #82CC4C url(../img/service/mv-bg.png) no-repeat top right/contain;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .service_main .mv{
    height: 300px;
    background: #82CC4C url(../img/service/mv-bg.png) no-repeat center/cover;
    background-color: transparent;
  }
}

.service_main .mv .background-green{
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30%;
  z-index: -1;
  background: #82CC4C;
}

@media screen and (max-width: 1199px) {
  .service_main .mv .background-green{
    background: transparent;
  }
}

.service_main .mv .mv-icons{
  position: absolute;
  bottom: -60px;
}

@media screen and (max-width: 1199px) {
  .service_main .mv .mv-icons{
    left: -120px;
    bottom: -50px;
  }
}

.service_main .mv .mv-icons img{
  width: 100%;
}

@media screen and (max-width: 1799px) {
  .service_main .mv .mv-icons img{
    width: 120%;
  }
}

@media screen and (max-width: 1199px) {
  .service_main .mv .mv-icons img{
    width: 150%;
  }
}

@media screen and (max-width: 767px) {
  .service_main .mv .mv-icons img{
    display: none;
  }
}

.service_main .mv .text{
  position: absolute;
  top: 50%;
  left: 2%;
}

@media screen and (max-width: 1199px) {
  .service_main .mv .text{
    top: 65%;
    left: 50%;
    -webkit-transform: translate(-50%, -65%);
    -moz-transform: translate(-50%, -65%);
    -ms-transform: translate(-50%, -65%);
    -o-transform: translate(-50%, -65%);
    transform: translate(-50%, -65%);
    text-align: center;
    text-shadow: 5px 5px 2px #606060;
  }
}

.service_main .mv .text h2{
  font-family: "Noto Sans UI";
  font-weight: bold;
  font-size: 35px;
  line-height: 28px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .service_main .mv .text h2{
    font-size: 26px;
  }
}

.service_main .mv .text p{
  font-family: Montserrat;
  font-weight: bold;
  font-size: 15px;
  line-height: 28px;
  color: #fff;
}

.service_main .inner{
  padding: 130px 15px;
  max-width: 1390px;
  position: relative;
}

.service_main .inner .con1{
  margin-bottom: 80px;
}

.service_main .inner .con1 h3{
  font-family: "Noto Sans UI";
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  padding-bottom: 20px;
  color: #333;
  border-bottom: 5px solid #E5E5E5;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .service_main .inner .con1 h3{
    text-align: center;
  }
}

.service_main .inner .con1 h3::before{
  content: "";
  display: block;
  width: 120px;
  border-bottom: 5px solid #82CC4C;
  position: absolute;
  bottom: -5px;
}

@media screen and (max-width: 1199px) {
  .service_main .inner .con1 h3::before{
    left: 50%;
    transform: translateX(-50%);
  }
}

.service_main .inner .con1 .description{
  font-family: "Noto Sans UI";
  font-size: 15px;
  line-height: 2;
  color: #333;
  padding-top: 50px;
}

.service_main .inner .con2{
  margin-bottom: 80px;
}

.service_main .inner .con2 h4{
  font-family: "Noto Sans UI";
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
  padding-bottom: 20px;
  color: #333;
  border-bottom: 2px solid #E5E5E5;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .service_main .inner .con2 h4{
    text-align: center;
  }
}

.service_main .inner .con2 h4::before{
  content: "";
  display: block;
  width: 100px;
  border-bottom: 2px solid #82CC4C;
  position: absolute;
  bottom: -2px;
}

@media screen and (max-width: 1199px) {
  .service_main .inner .con2 h4::before{
    left: 50%;
    transform: translateX(-50%);
  }
}

.service_main .inner .con2 .description{
  font-family: "Noto Sans UI";
  font-size: 15px;
  line-height: 2;
  color: #333;
  padding-top: 50px;
}

.service_main .inner .con3{
  margin-bottom: 80px;
}

.service_main .inner .con3 .con3_title{
  font-family: "Noto Sans UI";
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  padding-bottom: 20px;
  color: #333;
  position: relative;
  padding-left: 30px;
}

@media screen and (max-width: 1199px) {
  .service_main .inner .con3 .con3_title{
    text-align: center;
    padding-left: 0;
  }
}

.service_main .inner .con3 .con3_title::before{
  content: "";
  width: 20px;
  height: 3px;
  background: #82CC4C;
  position: absolute;
  left: 0;
  top: 10px;
}

@media screen and (max-width: 1199px) {
  .service_main .inner .con3 .con3_title::before{
    display: none;
  }
}

.service_main .inner .con3 .description{
  font-family: "Noto Sans UI";
  font-size: 15px;
  line-height: 2;
  color: #333;
  padding-top: 50px;
}

.service_main .inner .con4{
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
}

@media screen and (max-width: 1199px) {
  .service_main .inner .con4 {
    flex-direction: column;
  }
}

.service_main .inner .con4 img{
  width: 26%;
}

@media screen and (max-width: 1199px) {
  .service_main .inner .con4 img{
    width: 80%;
    margin: 0 auto;
  }
}

.service_main .inner .con4 .text{
  width: 68%;
}

@media screen and (max-width: 1199px) {
  .service_main .inner .con4 .text{
    width: 80%;
    margin: 30px auto 0;
  }
}

.service_main .inner .con4 .text h3{
  font-family: "Noto Sans UI";
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
  color: #2d9107;
  margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
  .service_main .inner .con4 .text h3{
    text-align: center;
  }
}

.service_main .inner .con4 .text .description{
  font-family: "Noto Sans UI";
  font-size: 15px;
  line-height: 2;
  color: #333;
}

.service_main .inner .con5 dl{
  border-bottom: 1px solid #E5E5E5;
  padding: 20px 0;
  overflow: hidden;
}

.service_main .inner .con5 dl:first-child{
  border-top: 1px solid #E5E5E5;
}

.service_main .inner .con5 dl dt{
  float: left;
  font-family: "Noto Sans UI";
  font-weight: bold;
  font-size: 15px;
}

.service_main .inner .con5 dl dd{
  font-family: "Noto Sans UI";
  font-weight: normal;
  font-size: 15px;
  color: #333;
  padding-left: 220px;
}

@media screen and (max-width: 1799px) {
  .service_main .inner .con5 dl dd{
    padding-left: 180px;
  }
}

@media screen and (max-width: 1199px) {
  .service_main .inner .con5 dl dd{
    padding-left: 140px;
  }
}

@media screen and (max-width: 767px) {
  .service_main .inner .con5 dl dd{
    padding-left: 100px;
  }
}

.service_main .inner .con6{
  width: 100%;
  border-radius: 7px;
  border: 3px solid rgba(130, 204, 76, 0.69);
  padding: 31px;
  margin: 80px 0 40px;
}

.service_main .inner .con6 ul{
  list-style: none;
}

.service_main .inner .con6 ul li{
  font-family: "Noto Sans UI";
  font-weight: bold;
  font-size: 15px;
  color: #333;
  margin-bottom: 24px;
}

.service_main .inner .con6 ul li:last-child{
  margin-bottom: 0;
}

.service_main .inner .con6 ul li img{
  height: 1em;
  padding-right: 5px;
}

.service_main .inner .con7 ol{
  list-style: none;
  width: 100%;
  border-radius: 7px;
  border: 3px solid rgba(45, 145, 7, 0.69);
  padding: 31px;
  counter-reset: item;
}

.service_main .inner .con7 ol li{
  font-family: "Noto Sans UI";
  font-weight: bold;
  font-size: 15px;
  color: #333;
  margin-bottom: 24px;
}

.service_main .inner .con7 ol li:last-child{
  margin-bottom: 0;
}

.service_main .inner .con7 ol li::before{
  counter-increment: item;
  content: counter(item) ".";
  /* 以下は自由に装飾... */
  padding-right: .5em;
  font-weight: bold;
  color: #2D9107;
}

@media screen and (max-width: 1799px) {
  .service_main .inner .con7 .animals img{
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .service_main .inner .con7 .animals img{
    display: none;
  }
}

.service_main .inner .con7 .animals .animal1{
  position: absolute;
  left: 80px;
  bottom: -60px;
}

.service_main .inner .con7 .animals .animal2{
  position: absolute;
  left: 230px;
  bottom: -40px;
}

.service_main .inner .con7 .animals .animal3{
  position: absolute;
  right: 250px;
  bottom: -60px;
}

.service_main .inner .con7 .animals .animal4{
  position: absolute;
  right: 53px;
  bottom: -40px;
}

.service_main .map{
  padding: 100px 20px;
  background: rgba(130, 204, 74, 0.06);
}

.service_main .map .inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1560px;
}

@media screen and (max-width: 1199px) {
  .service_main .map .inner{
    flex-direction: column;
    text-align: center;
  }
}

.service_main .map .inner .about{
  width: 493px;
  margin-right: 50px;
}

@media screen and (max-width: 1199px) {
  .service_main .map .inner .about{
    width: 80%;
    margin-right: 0;
  }
}

.service_main .map .inner .about .p1{
  font-family: "Noto Sans UI";
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #82cc4c;
  margin-bottom: 20px;
}

.service_main .map .inner .about .p2{
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  color: #333;
  margin-bottom: 50px;
}

.service_main .map .inner .about .p2 span{
  color: #82cc4c;
}

.service_main .map .inner .about .p2 a{
  text-decoration: none;
}

.service_main .map .inner .about .p3{
  font-family: "Noto Sans UI";
  font-weight: bold;
  font-size: 12px;
  line-height: 22px;
  color: #333;
  margin-bottom: 20px;
}

.service_main .map .inner .about .p4{
  font-family: "Noto Sans UI";
  font-size: 12px;
  line-height: 22px;
  color: #333;
  margin-bottom: 20px;
}

.service_main .map .inner .about .p5{
  font-family: "Noto Sans UI";
  font-size: 12px;
  line-height: 22px;
  color: #333;
  margin-bottom: 20px;
}

.service_main .map .inner .about .p5 span{
  font-weight: bold;
}

.service_main .map .inner .map_info{
  width: 994px;
}

@media screen and (max-width: 1199px) {
  .service_main .map .inner .map_info{
    width: 80%;
  }
}

.service_main .map .inner .map_info .ggmap{
  border-radius: 11px;
  box-shadow: 6px 6px 0px #31b374;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.service_main .map .inner .map_info .ggmap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.service_main .map .inner .map_info .ggmap object{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.service_main .map .inner .map_info .ggmap embed{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.service_main .branch .inner{
  padding: 50px 0 40px;
}

.service_main .branch .inner .heading{
  font-family: "Noto Sans UI";
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.15em;
  line-height: 28px;
  color: #333;
  margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
  .service_main .branch .inner .heading{
    text-align: center;
  }
}

.service_main .branch .inner .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.service_main .branch .inner .items .item{
  font-family: "Noto Sans UI";
  font-size: 12px;
  line-height: 22px;
  color: #333;
}

@media screen and (max-width: 1799px) {
  .service_main .branch .inner .items .item{
    width: calc(16.6666% - 10px * 5/6);
    margin-right: 10px;
  }
  .service_main .branch .inner .items .item:last-child{
    margin-right: 0;
  }
}

@media screen and (max-width: 1199px) {
  .service_main .branch .inner .items .item{
    width: calc(50% - 30px * 1/2);
    margin-right: 30px;
    text-align: center;
    margin-bottom: 40px;
  }
  .service_main .branch .inner .items .item:nth-of-type(2n){
    margin-right: 0;
  }
}

.service_main .branch .inner .items .item .title{
  font-weight: bold;
}

.service_main .branch .inner .items .item .title a{
  text-decoration: none;
  color: #333;
}

.service_main .branch .inner .items .item .title img{
  margin-left: 5px;
}

.service_main .branch .inner .items .item .description .tel{
  text-decoration: none;
  color: #333;
}

.service_main .branch .inner .items .item .description span{
  text-decoration: underline;
  color: #333;
}

.footer{
  height: 80px;
  background: #82cc4c;
  padding: 20px 0 20px 60px;
  position: relative;
  font-size: 16px;
}

@media screen and (max-width: 1199px) {
  .footer{
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .footer{
    font-size: 12px;
    padding: 10px 0;
  }
}

.footer nav{
  line-height: 1;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .footer nav{
    margin-bottom: 0;
  }
}

.footer nav ul{
  list-style: none;
}

.footer nav ul .sp-br{
  display: none;
}

@media screen and (max-width: 767px) {
  .footer nav ul .sp-br{
    display: block;
  }
}

.footer nav ul li{
  display: inline-block;
  font-family: Montserrat;
  font-weight: bold;
  font-size: 14px;
  margin-right: 35px;
}

@media screen and (max-width: 1199px) {
  .footer nav ul li{
    margin-right: 28px;
  }
}

@media screen and (max-width: 767px) {
  .footer nav ul li{
    margin-bottom: 10px;
    font-size: 10px;
    margin-right: 10px;
  }
}

.footer nav ul li a{
  text-decoration: none;
  color: #fff;
}

.footer p{
  font-family: Montserrat;
  font-weight: 600;
  font-size: 11px;
  color: #fff;
}

.footer .pagetop{
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .footer .pagetop{
    right: 5px;
    bottom: 30px;
  }
}

.footer .pagetop a{
  width: 80px;
  height: 80px;
  background: #299b64;
  line-height: 80px;
  display: block;
  text-align: center;
  font-size: 22px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer .pagetop a{
    font-size: 12px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    opacity: 0.8;
  }
}

.footer .animal{
  position: absolute;
  bottom: 0;
  right: 150px;
}

@media screen and (max-width: 1799px) {
  .footer .animal{
    right: 90px;
    text-align: right;
    bottom: 10px;
  }
}

@media screen and (max-width: 1199px) {
  .footer .animal{
    text-align: center;
    bottom: 80px;
    right: 0;
    left: 0;
  }
}

@media screen and (max-width: 1799px) {
  .footer .animal img{
    width: 55%;
  }
}

@media screen and (max-width: 767px) {
  .footer .animal img{
    width: 80%;
  }
}
