html{
  scroll-behavior: smooth;
}
body{
  margin: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #222222;
}
h1 ,h2 ,h3,h4,p{
  margin: 0;
}
p{
  line-height: 2rem;
  font-size: 15px;
}
/* 共通設定 */
a{
  text-decoration: none;
  color: #000;
}
.pc{
  display: block !important;
}
.sp{
  display: none !important;
}
.font-b{
  font-weight: bold;
}
.font-l{
  font-size: 130%;
}
.color-g{
  color: #2BA822;
}
.color-r{
  color:#F74B18;
}
.w-1200{
  max-width: 1200px;
  margin: 0 auto;
}
.w-1000{
  max-width: 1000px;
  margin: 0 auto;
}
.w-800{
  max-width: 800px;
  margin: 0 auto;
}
.w-600{
  max-width: 600px;
  margin: 0 auto;
}
.mb-30{
  margin-bottom: 30px ;
}
.mb-60{
  margin-bottom: 60px ;
}
.mb-90{
  margin-bottom: 90px ;
}
.mb-120{
  margin-bottom: 120px;
}
.flex{
  display: flex;
}
.btn{
  margin-top: 30px;
}
.btn a {
  padding: 20px 80px;
  border-radius: 30px;
  position: relative;
  color: #fff;
  box-shadow: #bbb 0px 3px 10px 0px;
  background: transparent;
  display: inline-block;
}
.btn a::before{
  background: linear-gradient(90deg , #CBDE39,#16AF0B);
  z-index: -1;
  transition: all 0.6s; /* アニメーション実行時間 */
}
.btn a::after{
  z-index: -2;
  background: #00AD1B;
}
.btn a::before , .btn a::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.btn a:hover::before{
  opacity: 0;
}
.btn a span{
  position: relative;
}
.btn a span::after{
  content: "";
  background-image: url(../img/common/sankaku-2.png);
  width: 8px;
  height: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 35%;
}
.title-border{
  border-bottom: solid 5px #2BA822;
  width: 66px;
  margin: 5px auto 30px;
}
.block01{
  position: relative;
  box-shadow:#aec6a9 1px 1px 10px;
  margin: 0 auto;
  background-color: #fff;
  padding: 3em;
}
.block01 ul li{
  list-style: none;
}
.block01 ul li h3{
  text-align: left;
}
.block01 ul li h3 span{
  font-family: "Montserrat","sans-serif";
  color: #2BA822;
  font-size: 30px;
  font-weight: lighter;
  font-style: italic;
  margin-right: 10px;
}
.block01::after{
  position: absolute;
  border: #9FE17E 1px solid;
  top: -10px;
  left: -10px;
  height: 100%;
  width: 100%;
  content: "";
}
.block02{
  position: relative;
  margin: 0 auto;
}
.block02::before{
  position: absolute;
  background: linear-gradient(-90deg , #CBDE39, #5FB117);
  top: 40px;
  left: -40px;
  height: 100%;
  width: 90%;
  content: "";
}
.bnr-bottom{
  padding-bottom: 90px;
}
.bnr-bottom .flex{
  justify-content: space-between;
}
.bnr-bottom .flex a{
  width: 50%;
  overflow: hidden;
  position: relative;
  height: 120px;
}
.bnr-bottom .flex a img{
  width: 100%;
  transition-duration: 0.3s;
}
.bnr-bottom .flex a img:hover{
  transform: scale(1.1);
  font-size: 12.5px;
  transition-duration: 0.3s;
}
.bnr-bottom .flex p{
  position: absolute;
  font-size: 18px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}


.kv .kv-img{
  color: #fff;
  height: 400px;
  background-size: cover;
  text-align: center;
  position: relative;
}
.kv .kv-img h1{
  font-size: 74px;
  font-family: "Montserrat","sans-serif";
  font-weight: lighter;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.kv .kv-img p{
  font-size: 24px;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.middle{
  margin: 0 auto;
  position: relative;
}
/* .middle img{
  width: 100%;
} */
.bg-green{
  background-color: #F9FBF8;
}
.bg-white{
  background-color: #ffffff;
}
h3.before-line{
  color: #2BA822;
}
h3.before-line span{
  border-top: #2BA822 1px solid;
  width: 30px;
  display: inline-block;
  margin: 0.5rem 0.5rem .5rem 0;
}



/*ヘッダー*/
header{
  position: relative;
  z-index: 1000;
}

#nav-menu-sp{
  display: none;
}
#nav-menu{
  position: fixed;
  z-index: 100;
  background-color: rgba(255,255,255,0.8);
  border-radius: 5em;
  left: 50%;
  width: 100%;
  transform: translate(-50%,10px);
}
header #nav-menu .nav-header{
  display: flex;
  justify-content: space-between;
  padding: .2em 1em .2em 3em;
}
header #nav-menu .nav-header a{
  align-self: center;
}
header #nav-menu .nav-header a img{
  width: 60px;
  padding: 0.6em 0;
}
header #nav-menu .nav-header ul{
  display: flex;
  flex-wrap: wrap;
  padding: 0.5em;
  margin: 0.5em;
  font-size: 1.2em;
  align-items: center;
}
header #nav-menu .nav-header ul li{
  margin-left: 2.3em;
  list-style: none;
}
header #nav-menu .nav-header ul li a{
  color: #000;
  font-weight: bold;
  text-decoration: none;
  font-size: 15px;
}

header ul li.selected::after{
  position: absolute;
  content: "";
  width: 60px;
  height: 6px;
  background-color: #2BA822;
  display: block;
  bottom: 0;
}
header ul li.select03.selected::after{
  width: 45px;
}
header ul li a.header-recruit{
  position: relative;
  padding: 10px;
}
header ul li a.header-recruit::after{
  content: "";
  position: absolute;
  background: url("../img/common/copy.png") no-repeat;
  background-size: cover;
  width: 15px;
  height: 17px;
  right: -10px;
  top: 12px;
}
header #nav-menu .nav-header ul li:last-child{
  padding: 0;
}
header #nav-menu .nav-header ul li:last-child a{
  position: relative;
  font-size: 14px;
  justify-content: unset;
  color: #fff;
  padding: 12px 40px 12px 56px;
}
header #nav-menu .nav-header ul li:last-child a::before{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #000;
  transform-origin: right top;
  transform: scale(1, 1);
  transition: transform .3s;
  border-radius: 1.5px;
}
.contact-btn{
  position: relative;
  display: inline-block;
  color: #333;
  text-align: center;
  text-decoration: none;
  transition: .3s;
}
.contact-btn::after{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #2BA822;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
  border-radius: 1.5px;
}
.contact-btn:hover::after{
  transform-origin: left top;
  transform: scale(1, 1);
}
header #nav-menu .nav-header .contact-btn img{
  width: 17px;
  position: absolute;
  top: 8px;
  left: 30px;
}

.dropdown-menu{
  display: none;
  position: absolute;
  background-color: rgba(255,255,255,0.8);
  top: 100%;
  left: 3%;
  width: 94%;
  border-radius: 0 0 10px 10px;
}
.dropdown-menu ul{
  display: none;
}
.dropdown-menu.active{
  display: block;
}
header #nav-menu .nav-header ul li .dropdown-menu ul li:last-child{
  background-color: inherit;
  padding: 0;
}
header #nav-menu .nav-header .nav-child li{
  width: 20%;
  text-align: center;
  margin-left: 1%;
}
header #nav-menu .nav-header .nav-child li:first-child{
  width: 15%;
  font-size: 20px;
  font-weight: bold;
}
header #nav-menu .nav-header .nav-child li a{
  display: table-cell;
  width: 20vw;
  height: 8.25vw;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
}
header #nav-menu .nav-header .nav-child li{
  overflow: hidden;
}
header #nav-menu .nav-header .nav-child li a{
  transition-duration: 0.3s;
}
header #nav-menu .nav-header .nav-child li a:hover{
  transform: scale(1.1);
  font-size: 11.666667px;
  transition-duration: 0.3s;
}
header #nav-menu .nav-header .nav-child .head-about a span{
  display: block;
  max-width: 200px;
  margin: auto;
}
header #nav-menu .nav-header ul li ul li:last-child a{
  padding: 0;
}
header #nav-menu .nav-header ul li ul li:last-child a::before{
  background-color: unset;
}
header #nav-menu .nav-header .nav-child li a{
  position: relative;
}
header #nav-menu .nav-header .nav-child li a img{
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
  height: 130px;
  width: auto;
}
header #nav-menu .nav-header .nav-child li a span{
  position: absolute;
  top: 65px;
  transform: translate(-50%,-50%);
  width: max-content;
  left: 50%;
}
header #nav-menu .nav-header .nav-child li a{
  transition-duration: unset;
}
header #nav-menu .nav-header .nav-child li a:hover{
  transform: unset;
  font-size: 14px;
}
header #nav-menu .nav-header .nav-child li a img{
  transition-duration: 0.3s;
}
header #nav-menu .nav-header .nav-child li a:hover img{
  transform: scale(1.1);
  transition-duration: 0.3s;
}
header #nav-menu .nav-header .nav-child li a:hover span{
  max-width: 200px;
}

.breadcrumb {
  background-color: #fff;
  padding: 0 !important;
}
.breadcrumb .bread p{
  margin: 0;
  max-width: 1000px;
}
.breadcrumb .bread{
  padding: 0.407em 0;
  letter-spacing: 1.2px;
}
.breadcrumb .bread a{
  line-height: 2;
  color: #2BA822;
}

/*TOP*/
#vegas{
  width: 100vw;
  height: 110vh;
}
#vegas .vegas-overlay{
  background: unset;
  /* background-color: #000;
  opacity: 0.4; */
}
#top .mv-assist{
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
}
#top .mv-assist img{
  max-width: 470px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

#top .mv img{
  width: 100%;
}
#top .mv .pc{
  display: block;
}
#top .mv .sp{
  display: none;
}
#top .content01 ,#top .content02,#top .content04{
  position: relative;
}
#top .content01 .bg-gradation,#top .content02 .bg-gradation{
  position: relative;
  height: 82px;
  background: linear-gradient(90deg , #CBDE39, #5FB117);
}
#top .content02 .bg-gradation{
  height: 120px;
}
#top .content01 h2,#top .content02 h2,#top .content04 h2{
  position: absolute;
  font-family: "Montserrat","sans-serif";
  font-size: 106px;
  color: #F0F0F0;
  top: 11%;
  font-weight: lighter;
  width: 93%;
  text-align: center;
  line-height: 1;
  left: 0;
}
#top .content02 h2{
  text-align: left;
  top: 7%;
  left: 5%;
}
#top .content04 h2{
  top: 3%;
  left: 7%;
}
#top .content02 h2{
  left: 50%;
  transform: translateX(-50%);
  color: #E6E6E6;
}
#top .content01 .flex {
  max-width: 1096px;
  margin: 70px auto;
}
#top .content01 .left {
  width: 42.335%;
}
#top .content01 .left p{
  font-family: 游明朝;
  font-size: 24px;
  margin-bottom: 45px;
}
#top .content01 .left .btn a{
  padding: 20px 100px;
}
#top .content01 .left .btn a span::after{
  right: -86px;
  top: 3px;
}
#top .content01 .right {
  width: 57.665%;
}
#top .content01 .right p {
  line-height: 1.8;
}
#top .content02 h3{
  text-align: center;
  margin-top: 37px;
  font-size: 28px;
}
#top .content02 p{
  margin-bottom: 30px;
}

#top .content02 .panel ,#top .content03 .panel{
  display: flex;
  flex-wrap: wrap;
}
#top .content02 .panel .panel-child{
  width: 50%;
}
#top .content02 .panel a{
  display: flex;
  position: relative;
  overflow: hidden;
}
#top .content02 .panel a p{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 45%;
  color: #fff;
  font-family: 'Yu-Gothic';
  z-index: 2;
  font-weight: bold;
  font-size: 24px;
}
#top .content02 .panel a img{
  width: 100%;
  transition-duration: 0.3s;
}
#top .content02 .panel a img:hover{
  transform: scale(1.1);
  font-size: 12.5px;
  transition-duration: 0.3s;
}

#top .content02 .panel .panel-child.single {
  width: 100%;
  height: 21vw;
  overflow: hidden;
}
#top .content02 .panel .panel-child.single a {
  height: 100%;
}
#top .content02 .panel .panel-child.single a img {
  height: 100%;
  object-fit: cover;
}


#top .content03{
  padding: 40px 0;
  background-color: #F9FBF8;
}
#top .content03 h2{
  font-family: "Montserrat","sans-serif";
  line-height: 1;
  font-size: 106px;
  max-width: 1100px;
  color: #F0F0F0;
  font-weight: lighter;
}
#top .content03 div.w-1000{
  margin-top: -19px;
  max-width: 1011px;
}
#top .content03 h3{
  text-align: center;
  font-size: 28px;
}
#top .content03 .title-border{
  margin-bottom: 26px;
}
#top .content03 .panel{
  margin: 0 auto;
}
#top .content03 .panel .panel-child{
  width: 20.95%;
  border: #2BA822 1px solid;
  margin: 0 10px;
  height: 188px;
  text-align: center;
  color: #000;
}
#top .content03 .panel .panel-child:first-child{
  margin: 0 10px 0 15px;
}
#top .content03 .panel .panel-child:last-child{
  margin: 0 0 0 10px;
}
#top .content03 .panel .panel-child a{
  display: block;
  padding: 40px 20px 60px;
}
#top .content03 .panel .panel-child:first-child img{
  width: 65.31px;
  height: 60.95px;
}
#top .content03 .panel .panel-child:nth-child(2) img{
  width: 65.31px;
  height: 56.58px;
}
#top .content03 .panel .panel-child:nth-child(3) img{
  width: 70.75px;
  height: 51.59px;
}
#top .content03 .panel .panel-child:last-child img{
  width: 40.82px;
  height: 55.45px;
}
#top .content03 .panel .panel-child span{
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
}
#top .content03 .panel .panel-child span::after{
  content: "";
  background-image: url(../img/common/sankaku.png);
  width: 8px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  margin-left: 10px;
  top: 23%;
}
#top .content04 .bg-gradation{
  position: relative;
  height: 60px;
  background-color: #F9FBF8;
}
#top .content04 .flex{
  margin-top: 70px;
}
#top .content04 .flex .left{
  width: 60%;
}
#top .content04 .flex .right h3{
  font-size: 28px;
}
#top .content04 .flex .right p{
  line-height: 1.8;
}
#top .content04 .flex .right .btn{
  margin-top: 50px;
}
#top .content04 .flex .right{
  width: 40%;
  margin: 20px 0;
}
#top .content04 .flex .left img{
  width: 90%;
  position: relative;
}
#top .content04 .title-border{
  margin: 12px 0 40px;
}
#top .content04 .right .btn{
  text-align: center;
}
#top .content04 .right .btn a{
  padding: 20px 55px;
}
#top .content04 .right .btn span{
  font-weight: bold;
}
#top .content04 .right span::after{
  background: url("../img/common/ico-link-tab.png") no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
  top: 0px;
  right: -27px;
}
#top .content05{
  position: relative;
  padding: 120px 20px 78px;
}
#top .content05 h2{
  position: absolute;
  font-family: "Montserrat","sans-serif";
  font-size: 106px;
  color: #F0F0F0;
  top: 70px;
  font-weight: lighter;
  left: 0%;
  margin: 0;
}
#top .content05 .news .title-border{
  margin-bottom: 41px;
}
#top .content05 .news{
  position: relative;
}
#top .content05 .news h3{
  text-align: center;
}
.news-content-list{
  margin-bottom: 60px;
}
.news-content-link .btn{
  text-align: center;
  margin-top: 90px;
}
.news-content-link .btn a{
  z-index: 1;
}
.news-content-link .btn a{
  padding: 20px 84px 19px;
}
.news-content-link .btn a span::after{
  right: -75px;
  top: 3px;
}
.news-content .article:first-child{
  border-top: #C0CCC0 solid 1px;
}
.news-content .article{
  padding: 20px 0 20px;
  border-bottom: #C0CCC0 solid 1px;
}
.news-content .article ul{
  margin: 0;
  padding-left: 0;
}
.news-content .article li{
  list-style: none;
  position: relative;
}
.news-content .article li::after{
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #7a0;
  border-right: 2px solid #7a0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 40%;
  right: 0;
}
.news-content .article li{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.news-content .article .list-day{
  padding-right: 13px;
  font-weight: bold;
}
.news-content .article .list-cat{
  padding-right: 30px;
}
.news-content .article .list-title{
  display: inline-block;
  width: 722px;
}
.article.article-pdf .list-title::after{
  background-image: url(../img/common/copy.png);
  margin-left: 10px;
  width: 13px;
  height: 15px;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  margin-top: 5px;
}
.news-content .article li span{
  align-self: center;
}
.news-content .article .list-cat a.news{
  padding: 6px 0 4px;
  width: 116px;
  display: inline-block;
  text-align: center;
  border: #2ba822 1px solid;
  color: #2BA822;
  font-weight: bold;
  font-size: 12px;
}
.news-content .article .list-cat a.ir{
  padding: 6px 0 4px;
  width: 116px;
  display: inline-block;
  text-align: center;
  border: #22B3C4 1px solid;
  color: #22B3C4;
  font-weight: bold;
  font-size: 12px;
}
.pagenation .wp-pagenavi{
  text-align: center;
}
.pagenation .wp-pagenavi a{
  padding: 13px 20px;
  font-size: 15px;
  color: #57A53B;
}
.pagenation .wp-pagenavi a.first,.pagenation .wp-pagenavi a.last{
  padding: 13px 15px;
}
.pagenation .wp-pagenavi .current{
  background-color: #57A53B;
  padding: 13px 20px;
  font-size: 15px;
  color: #fff;
  border: #57A53B solid 0.5px;
  border-color: #57A53B;
}

/*会社案内*/

#company .kv .kv-img{
  background-image: url(../img/company/kv-company.png);
  background-position-x: center;
}
#company .middle{
  margin: 0 auto;
  position: relative;
}
#company .middle .bg-green{
  background-color: #F9FBF8;
}
#company .middle .bg-white{
  background-color: #ffffff;
}
#company .content01{
  padding: 80px 0 50px;
  max-width: 1221px;
}
#company .middle .title{
  text-align: center;
  margin-bottom: 60px;
}
#company .middle .title h3{
  font-size: 28px;
}
#company .content01 h3{
  font-size: 28px;
}
#company .content01 .left{
  max-width: 665px;
}
#company .content01 .right{
  margin-left: 127px;
  max-width: 556px;
  min-width: 429px;
}
#company .content01 .right img{
  max-width: 429px;
}
@media(max-width:1200px){
  #company .content01 .right{
    margin-left: 30px;
  }
}
@media(max-width:1000px){
  #company .content01 .left{
    max-width: unset;
    width: 50%;
  }
  #company .content01 .right{
    max-width: unset;
    min-width: unset;
    width: 50%;
  }
}

#company .content02 {
  background: url("../img/company/rinen.png") no-repeat;
  background-size: cover;
  padding: 60px 0 50px;
}
#company .content02 .title {
  margin-bottom: 30px;
}
#company .content02 .title h3{
  color: #000;
  margin-bottom: 0;
}
#company .content02 .block01{
  padding: 50px 69px 50px 74px;
}
#company .content02 h3{
  text-align: center;
  color: #2BA822;
  font-size: 24px;
  margin: 10px auto 30px;
}
#company .content02 p{
  font-size: 15px;
}
#company .content02 .block01 p{
  margin-bottom: 50px;
}
#company .content02 .block01 p.mb-0{
  margin-bottom: 0px;
}
#company .content03{
  margin: 0 auto;
  padding: 80px 0 60px;
}
#company .content03 {
  margin: 0 auto;
}
#company .content03 table{
  width: 100%;
  margin-bottom: 30px;
}
#company .content03 table tr{
  border-top: 1px #57A53B solid;
  display: block;
  font-size: 15px;
}
#company .content03 table tr:last-child{
  border-bottom: 1px #57A53B solid;
}
#company .content03 table tr th{
  min-width: 168px;
  text-align: left;
  padding-left: 16px;
  color: #2BA822;
}
#company .content03 table tr td{
  padding: 30px 30px 30px 0;
  line-height: 2;
}
#company .content04{
  padding: 80px 0 90px;
}
#company .content04 table{
  width: 100%;
  position: relative;
}
#company .content04 table tr:first-child {
  background-color: #2BA822;
}
#company .content04 table tr:first-child th:first-child{
  color: #fff;
  width: 67px;
  border-right: 1px solid #fff;
}
#company .content04 table tr{
  position: relative;
  display: block;
}
#company .content04 table tr:first-child th{
  font-size: 16px;
  font-family: 'Yu-Gothic';
  text-align: center;
  padding: 23px;
}
#company .content04 table tr th{
  color: #2BA822;
  font-family: "Montserrat","sans-serif";
  text-align: left;
  font-size: 20px;
  vertical-align: top;
}
#company .content04 table tr th span{
  font-size: 14px;
  font-family: 'Yu-Gothic';
  font-weight: normal;
}
#company .content04 table tr:first-child::before,#company .content04 table tr:first-child::after{
  content: "";
  background: none;
}
#company .content04 table tr::before{
  content: "";
  position: absolute;
  left: -7.5px;
  left: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #2BA822;
  border-radius: 999px;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  z-index: 2;
}
#company .content04 table tr::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0.46875rem;
  height: 105%;
  width: 1px;
  width: 0.0625rem;
  background-color: #d3d3d3;
  z-index: 1;
}
#company .content04 table tr:nth-child(2)::after{
  height: 57%;
  top: 46%
}
#company .content04 table tr:nth-child(6)::before,
#company .content04 table tr:nth-child(7)::before,
#company .content04 table tr:nth-child(8)::before,
#company .content04 table tr:nth-child(10)::before,
#company .content04 table tr:nth-child(11)::before,
#company .content04 table tr:nth-child(14)::before,
#company .content04 table tr:last-child::before{
  top: 32%;
}
#company .content04 table tr:nth-child(9)::before{
  top: 23%;
}
#company .content04 table tr:last-child::after{
  height: 100%;
}
#company .content04 table tr td{
  border-bottom: dotted 0.5px #aaa;
}
#company .content04 table tr td span{
  color: #2BA822;
  font-weight: bold;
  font-size: 15px;
  margin-right: 20px;
  margin-bottom: 30px;
  display: inline-block;
}
#company .content04 table tr td span:last-child{
  margin-bottom: 0;
}
#company .content04 table tr td span strong{
  font-size: large;
  font-family: "Montserrat","sans-serif";
}
#company .content04 table tr th{
  width: 67px;
  padding: 29.5px 20px 17.5px 27px;
}
#company .content04 table tr td{
  font-size: 15px;
  padding: 29.5px 0px 30px 27px;
  vertical-align: top;
  width: 1100px;
}



/*運輸事業*/

#transportation .kv .kv-img{
  background-image: url(../img/service/kv-trans.png);
  background-position-x: -450px;
}
#transportation .content01 h2{
  color: #2BA822;
  text-align: center;
  font-size: 34px;
  padding-top: 80px;
  padding-bottom: 10px;
}
#transportation .content01 p{
  text-align: left;
  max-width: 1000px;
  margin: 0 auto 50px;
}
#transportation .content02{
  text-align: center;
  padding-bottom: 60px;
}
#transportation .content02 img{
  width: 100%;
}
#transportation .content02 .block01{
  margin-top: -60px;
}
#transportation .content02 .block01 h3{
  font-size: 28px;
}
#transportation .content02 .w-600{
  margin-top: -60px;
}
/* #transportation .content02 .w-600 h3{
  color: #2BA822;
} */
#transportation .content02 .w-600 ul{
  text-align: left;
  width: 100%;
  margin: 0;
  padding-left: 0;
}
#transportation .content02 .w-600 ul li{
  list-style: none;
}
#transportation .content02 .w-600 ul li span{
  color: #2BA822;
  font-family: "Montserrat","sans-serif";
  font-size: 36px;
  font-style: italic;
  margin-right: 10px;
}
#transportation .content02 .block01 ul li{
  width: 67.2%;
  margin: auto;
  margin-bottom: 34px;
}
#transportation .content02 .block01 ul li:first-child{
  padding-left: 15px;
}
#transportation .content02 .block01 ul li h3{
  font-size: 20px;
  display: flex;
  font-weight: unset;
}
#transportation .content02 .block01 ul li h3 .text{
  font-size: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #222222;
  font-style: normal;
  padding-top: 3px;
}

#transportation .content03{
  margin: 90px auto 50px;
}
#transportation .content03 h2{
  color: #2BA822;
  font-size: 34px;
  text-align: center;
}
#transportation .content03 p{
  text-align: center;
}
#transportation .content04 .left{
  width: 64%;
  margin: 0 3px 0 26px;
}
#transportation .content04 .right{
  width: 36%;
  margin: 50px 60px 50px 36px;
}
#transportation .content04 .left h3{
  color: #2BA822;
  padding: 1rem;
  border: #2BA822 1px solid;
  text-align: center;
  font-size: 24px;
  margin: 50px 30px 50px 0;
  max-width: 627px;
  background-color: #fff;
}
#transportation .content04 .left img{
  width: 100%;
  margin-top: 45px;
}
#transportation .content04 .right table{
  width: 100%;
  border-top: #57A53B 1px solid;
}
#transportation .content04 .right table tr{
  border-bottom: #57A53B 1px solid;
  display: flex;
}
#transportation .content04 .right table tr th{
  color: #2BA822;
  text-align: left;
  padding: 18px 0 18px 16px;
  font-size: 15px;
  width: 55%;
}
#transportation .content04 .right table tr td{
  font-size: 14px;
  font-weight: bold;
  padding: 18px 0 18px 16px;
  width: 45%;
}
#transportation .content04-2{
  margin: 60px auto;
  padding: 60px;
}
#transportation .content04-2 h3{
  color: #2BA822;
  margin-bottom: 20px;
  margin-left: 30px;
  font-size: 22px;
}
#transportation .content04-2 .flex .left{
  width: 20%;
}
#transportation .content04-2 .flex .right{
  width: 80%;
  align-self: center;
}
#transportation .content04-2 .flex .right p{
  font-size: 15px;
  margin-left: 30px;
}
#transportation .content04-2 .flex .right p span{
  display: block;
  text-indent: -5.9rem;
  padding-left: 5.9rem;
}
#transportation .content04-2 .bg-white{
  padding: 20px 20px 5px;
  margin-top: 20px;
}
#transportation .content04-2 .bg-white h4{
  margin-bottom: 10px;
}
#transportation .content04-2 .bg-white p{
  font-size: 14px;
}
#transportation .content05{
  margin: 60px auto;
}
#transportation .content05 .flex{
  justify-content: space-between;
  margin-bottom: 20px;
}
#transportation .content05 .left{
  width: 47%;
}
#transportation .content05 .right{
  width: 48%;
}
#transportation .content05 h3{
  margin: 30px 0;
  font-size: 22px;
}
#transportation .content05 img{
  width: 100%;
}
#transportation .content06{
  padding: 60px 0 23px;
}
#transportation .content06 h2{
  font-size: 34px;
}
#transportation .content06 h2,#transportation .content06 h3{
  color: #2BA822;
  padding: 20px 0;
  text-align: center;
}
#transportation .content06 h3{
  font-size: 22px;
}
#transportation .content06 p{
  line-height: 1.8;
}
#transportation .content06 .flex{
  flex-wrap: wrap;
}
#transportation .content06 .flex div{
  width: 48%;
  margin: 0 1% 77px;
}
#transportation .content06 .flex div img{
  width: 100%;
}

/*旅客事業*/
#trip .kv .kv-img{
  background-image: url(../img/service/kv-trip.png);
}
#trip .content01{
  padding: 100px 0 60px;
}
#trip .content01 h2,#trip .content02 h2{
  text-align: center;
  font-size: 34px;
}
#trip .content01 p{
  max-width: 945px;
  margin: 60px auto;
}
#trip .content01 img{
  width: 100%;
}

#trip .content02 .flex .left{
  width: 50%;
  margin: 0;
  display: grid;
}
#trip .content02 .flex .right{
  width: 46%;
  margin: 0 0 0 4%;
  display: grid;
}
#trip .content02 .flex:nth-child(2) .right{
  width: 50%;
  margin: 0;
}
#trip .content02 .flex:nth-child(2) .left{
  width: 46%;
  margin: 0 4% 0 0 ;
}
#trip .content02 h3{
  margin: 30px 0 24px;
  font-size: 22px;
  margin-block-start: auto;
}
#trip .content02 p{
  margin: 0;
}
#trip .content03 h2{
  padding-top: 90px;
  text-align: center;
  font-size: 34px;
}
#trip .content03 table{
  border-collapse: collapse;
}
#trip .content03 table tbody tr:first-child td{
  background-color: #2BA822;
  color: #fff;
  font-weight: bold;
  border: 1px solid #fff;
}
/* #trip .content03 table tbody tr:first-child{
  border-top: #2BA822 6px solid;
  border-left: #2BA822 6px solid;
  border-right: #2BA822 6px solid;
} */
#trip .content03 table tr td{
  border: 0.5px solid #2ba822;
  padding: 23px 0;
  text-align: center;
}
#trip .content03 table tr td:first-child,#trip .content03 table tr td:nth-child(2){
  width: 18%;
  background-color: #EEFFE5;
}
#trip .content03 table tr td:nth-child(3){
  width: 33%;
}
#trip .content03 table tr td:nth-child(4){
  width: 31%;
}
#trip .content03 table tr td:nth-child(3){
  background-color: #FFFCBC;
}
#trip .content03 table tbody tr:first-child td:nth-child(3){
  border: #F74B18 6px solid;
  border-bottom: none;
}
#trip .content03 table tbody tr td:nth-child(3){
  border-left: #F74B18 6px solid;
  border-right: #F74B18 6px solid;
}
#trip .content03 table tbody tr:nth-child(3) td:nth-child(2){
  border-left: #F74B18 6px solid;
  border-right: #F74B18 6px solid;
}
#trip .content03 table tbody tr:nth-child(3) td:nth-child(3),#trip .content03 table tbody tr:nth-child(8) td:nth-child(3){
  border-right: 0.5px solid #2ba822;
}
#trip .content03 table tbody tr:nth-child(8) td:nth-child(2){
  border-left: #F74B18 6px solid;
}
#trip .content03 table tbody tr:last-child td:nth-child(3){
  border-bottom: #F74B18 6px solid;
}
#trip .content04 h2{
  text-align: center;
  font-size: 34px;
}
#trip .content04 h2 span{
  font-size: small;
}
#trip .content04{
  max-width: 945px;
  padding-bottom: 60px;
}
#trip .content04 .block01{
  padding: 54px 62px 60px 64px;
}
#trip .content04 .block01 h3{
  text-align: center;
  font-size: 20px;
}
#trip .content04 .block01 h3 img{
  width: 60px;
  vertical-align: middle;
}
#trip .content04 .block01 ul {
  padding-left: 0;
}
#trip .content04 .block01 ul li{
  margin-bottom: 40px;
}
#trip .content04 .block01 ul li h3{
  font-size: 18px;
  text-align: left;
  margin-bottom: 18px;
}
#trip .content04 .block01 ul li h3 span{
  width: 20px;
  display: inline-block;
}
#trip .content04 .block01 ul li p{
  margin-left: 1.8rem;
}
#trip .content04 .block01 .border{
  padding-bottom: 10px;
  margin-bottom: 45px;
  border-bottom: #2BA822 1px solid;
}
#trip .content04 .block01 img{
  width: auto;
  margin-right: 1em;
}
#trip .content04 .block01 .tel{
  border-radius: 3px;
  color: #fff;
  box-shadow: #ddd 0px 3px 5px;
  width: 46.9%;
  height: 75px;
  margin: 0 3.1% 0 0;
  text-align: center;
  z-index: 10;
}
#trip .content04 .block01 .tel a{
  color: #fff;
  font-size: 34px;
  height: 75px;
  font-family: "Montserrat","sans-serif";
  font-weight: bold;
  vertical-align: middle;
  width: auto;
  display: block;
}


#trip .content04 .block01 .tel a::before{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: '';
  background: #2BA822;
  transform-origin: right top;
  transform: scale(1, 1);
  transition: transform .3s;
  border-radius: 1.5px;
}
#trip .content04 .block01 .tel a{
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s;
}
#trip .content04 .block01 .tel a::after{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: '';
  background: #000;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
  border-radius: 1.5px;
}
#trip .content04 .block01 .tel a:hover::after{
  transform-origin: left top;
  transform: scale(1, 1);
}

#trip .content04 .block01 .mail a::before{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: '';
  background: #fff;
  transform-origin: right top;
  transform: scale(1, 1);
  transition: transform .3s;
  border-radius: 1.5px;
}
#trip .content04 .block01 .mail a{
  position: relative;
  display: inline-block;
  color: #333;
  text-align: center;
  text-decoration: none;
  transition: .3s;
}
#trip .content04 .block01 .mail a::after{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: '';
  background:#D7FF4A;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
  border-radius: 1.5px;
}
#trip .content04 .block01 .mail a:hover::after{
  transform-origin: left top;
  transform: scale(1, 1);
}

#trip .content04 .block01 .tel a span{
  display: block;
  padding-top: 16px;
  z-index: 3;
  position: relative;
}
#trip .content04 .block01 .tel a img{
  margin-right: 12px;
  vertical-align: middle;
}
#trip .content04 .block01 .mail{
  color: #2BA822;
  border-radius: 3px;
  box-shadow:#ddd 0px 3px 5px;
  width: 46.9%;
  height: 75px;
  text-align: center;
  line-height: 3em;
  margin: 0 0 0 3.1%;
  z-index: 10;
}
#trip .content04 .block01 .mail a{
  color: #2ba822;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  vertical-align: middle;
  display: block;
  height: 75px;
  padding-right: 84px;
}
#trip .content04 .block01 .mail a img{
  margin-left: 58px;
  margin-right: 20px;
}
#trip .content04 .block01 .mail a span{
  display: block;
  padding-top: 16px;
  position: relative;
  z-index: 3;
}
#trip .content04 .block01 .mail a span::after{
  content: "";
  background: url(../img/common/sankaku.png) no-repeat;
  position: absolute;
  width: 9px;
  height: 15px;
  background-size: cover;
  right: -62px;
  top: 50%;
}
#trip .content02 img,#trip .content05 img,#trip .content06 img,#trip .content07 img{
  width: 100%;
}
#trip .content05 {
  margin-bottom: 75px;
}
#trip .content05 h2{
  text-align: center;
  font-size: 34px;
}
#trip .content05 .box01,#trip .content05 .box02,#trip .content05 .box03{
  width: 33.333%;
}
#trip .content05 .flex h3{
  text-align: center;
  font-size: 24px;
  padding: 20px;
}
#trip .content05 .flex p{
  padding: 0 30px;
  line-height: 1.8;
}
#trip .content06{
  margin-bottom: 70px;
}
#trip .content06 .w-1000{
  max-width: 996px;
}
#trip .content06 .flex{
  background-color: #1F9517;
}
#trip .content06 .left{
  padding: 30px 20px;
}
#trip .content06 .left h3{
  margin-bottom: 13px;
}
#trip .content06 .left h3,#trip .content06 .left p{
  color: #fff;
}
#trip .content06 .left h3.before-line span{
  border-top: #fff 1px solid;
}
#trip .content06 .right img{
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}
#trip .content07{
  padding: 56px 0 46px;
}
#trip .content07 .w-1000{
  max-width: 945px;
  margin-bottom: 40px;
}
#trip .content07 h2{
  text-align: center;
  padding: 30px;
}
#trip .content07 h3{
  text-align: center;
  padding: 27px 0 28px;
}
#trip .content07 .w-1000.flex{
  max-width: 996px;
}
#trip .content07 .flex .left {
  margin-right: 12px;
  width: 50%;
}
#trip .content07 .flex .right {
  margin-left: 12px;
  width: 50%;
}
#trip .content07 .flex .left span::after{
  background: url("../img/common/ico-link-tab.png") no-repeat;
  width: 16px;
  height: 18px;
  background-size: contain;
  top: 0px;
  right: -26px;
}

#trip .content07 .flex .btn{
  text-align: center;
  width: 264px;
  margin: 46px auto 0;
}
#trip .content07 .flex .btn a {
  padding: 20px 59px;
  z-index: 1;
}
#trip .content08{
  padding: 30px;
}
#trip .content08 .dispatch{
  background-color: #fff;
  position: relative;
  padding: 30px;
	box-shadow: 23px 23px 0px -18px rgba(43,168,34);
}
#trip .content08 .dispatch h2{
  position: absolute;
  font-size: 68px;
  color: #2BA822;
  font-family: "Montserrat","sans-serif";
  font-weight: lighter;
  text-align: center;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
}
#trip .content08 .dispatch p{
  text-align: center;
  padding: 27px 0 23px;
  font-weight: bold;
  line-height: 1.6;
}
#trip .content08 .dispatch .tel img{
  width: 32px;
  margin: -5px 11px 0 0px;
  vertical-align: middle;
}
#trip .content08 .dispatch .tel{
  background-color: #2BA822;
  color: #fff;
  box-shadow: #ddd 0px 3px 5px;
  width: 384px;
  margin: 0 auto;
  text-align: center;
  display: block;
  z-index: 9;
}
#trip .content08 .dispatch .tel a {
  color: #fff;
  font-size: 34px;
  font-family: "Montserrat","sans-serif";
  font-weight: bold;
  height: 75px;
  display: block;
  vertical-align: middle;
}
#trip .content08 .dispatch .tel a span{
  padding-top: 16px;
  display: block;
  z-index: 3;
  position: relative;
}
#trip .content08 .dispatch .tel a::before{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: '';
  background: #2BA822;
  transform-origin: right top;
  transform: scale(1, 1);
  transition: transform .3s;
  border-radius: 1.5px;
}
#trip .content08 .dispatch .tel a{
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s;
}
#trip .content08 .dispatch .tel a::after{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: '';
  background: #000;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
  border-radius: 1.5px;
}
#trip .content08 .dispatch .tel a:hover::after{
  transform-origin: left top;
  transform: scale(1, 1);
}


/*飲食事業*/
#food .kv .kv-img{
  background-image: url(../img/service/kv-food.png);
}
#food .middle h3.before-line span{
  width: 30px;
}
/* #food .bottom-white{
  position: relative;
}
#food .bottom-white::after{
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 97px;
} */
#food .content01{
  padding-top: 60px;
  padding-bottom: 380px;
  position: relative;
}
#food .content01 h2{
  text-align: center;
  font-size: 34px;
}
#food .content01 img{
  position: absolute;
}
#food .content01 p.w-1000{
  max-width: 945px;
}
#food .content02{
  margin-top: 100px;
  padding-top: 90px;
  text-align: center;
}
#food .content02 h2{
  font-size: 34px;
}
#food .content02 ul{
  display: flex;
  flex-wrap: wrap;
  max-width: 846px;
  justify-content: center;
  padding: 0;
  margin: 38px auto 30px;
}
#food .content02 ul li{
  width: 196px;
  height: 50px;
  list-style: none;
}
#food .content02 ul li:first-child{
  margin: 0;
}
#food .content02 ul li{
  margin-left: 10px;
}

#food .content02 .contact-btn::before{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: '';
  background-color: #2BA822;
  transform-origin: right top;
  transform: scale(1, 1);
  transition: transform .3s;
}
#food .content02 .contact-btn{
  position: relative;
  display: inline-block;
  color: #333;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  padding: 0;
  width: calc(25% - 7.5px);
}
#food .content02 .contact-btn::after{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: '';
  background: #000;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
#food .content02 .contact-btn:hover::after{
  transform-origin: left top;
  transform: scale(1, 1);
}
#food .content02 li a{
  padding: 10px;
  color: #fff;
  font-weight: bold;
  height: 30px;
  z-index: 3;
  display: block;
  position: relative;
}
#food .content02 li a::after{
  content: "";
  position: absolute;
  background: url("../img/common/arrow.png") no-repeat;
  width: 23px;
  height: 23px;
  background-size: contain;
  right: 9px;
  top: 27%;
}
#food .content02 li a span{
  vertical-align: middle;
}
#food .middle div{
  position: relative;
}
#food div .position-a{
  position: absolute;
  font-family: "Montserrat","sans-serif";
  font-weight: lighter;
  font-size: 106px;
  z-index: 2;
  color: #E6E6E6;
  left: 45%;
  transform: translateX(-80%);
  top: -14%;
}
#food .content03{
  padding: 134px 0 0 0;
}
#food .content03 .position-a{
  top:13%;
}
#food .content03 h3.before-line{
  margin-bottom: 72px;
}
#food .content03 h3{
  color: #2BA822;
}
#food .food-content h3{
  font-size: 28px;
}
#food .food-content h3.before-line{
  font-size: 22px;
}
#food .food-content .map h3{
  font-size: 20px;
}
#food .middle .content03 .position-a{
  transform: translateX(-38%);
}
#food .middle .food-content p.font-b{
  line-height: 1.5;
  margin: 31px 0 20px;
}
#food .middle .food-content p.food-mr{
  margin-right: 41px;
  line-height: 1.8;
}
#food .middle .food-content .btn{
  margin-top: 80px;
}
#food .middle .food-content .btn a{
  padding: 20px 92px;
}
#food .middle .food-content .btn a::before{
  z-index: 1;
}
#food .middle .food-content .btn a::after{
  z-index: 0;
}
#food .middle .food-content .btn a span{
  z-index: 2;
}
#food .middle .food-content .btn a span::after{
  background-image: url("../img/common/ico-link-tab.png");
  width: 17px;
  height: 18px;
  z-index: 1;
  top: 0;
  right: -69px;
}
#food .content04{
  max-width: 996px;
  margin: auto;
}
#food .middle .food-content hr{
  margin: 50px 0;
}
#food .content04 p,#food .content06 p,#food .content08 p ,#food .content10 p,#food .content12 p,#food .content14 p{
  position: relative;
  margin-left: 3em;
}
.map-area,.map-tel ,.map-time ,.map-day{
  line-height: 1.8;
  margin-bottom: 25px;
}
.map-time{
  margin-bottom: 12px;
}
#food .map-kome.flex{
  justify-content: flex-start;
  margin-bottom: 12px;
}
#food .map-kome01.flex{
  margin-bottom: 0;
}

/* #food .middle .food-content .flex .left,#food .middle .food-content .flex .right{
  width: 50%;
} */
/* #food .middle .food-content .flex .left{
  padding-right: 2%;
} */
#food .flex {
  justify-content: space-between;
}
#food .flex.bread {
  justify-content: start;
}
#food .content04 .flex .left{
  padding-right: 10px;
}
#food .content04 .flex .right ,#food .content06 .flex .right,#food .content08 .flex .right,#food .content10 .flex .right ,#food .content12 .flex .right,#food .content14 .flex .right{
  padding-left: 10px;
  width: 48.796%;
}
#food .food-content .flex .left p:last-child{
  margin-bottom: 0;
}
.middle .food-content p::before{
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 24px;
  position: absolute;
  left: -40px;
  top: 10%;
}
.middle .food-content .map-area::before{
  background-image: url("../img/common/ic-map.png");
}
.middle .food-content .map-tel::before{
  background-image: url("../img/common/ic-phone.png");
}
.middle .food-content .map-time::before{
  background-image: url("../img/common/ic-time.png");
}
.middle .food-content .map-day::before{
  background-image: url("../img/common/ic-calender.png");
}
#food .con-txt.left{
  margin-left: auto;
  max-width: 510px;
}
#food .con-txt.right{
  margin-right: auto;
  max-width: 469px;
  padding-left: 65px;
}
#food .con-txt.right .before-line{
  margin-bottom: 72px;
  font-size: 24px;
}
#food .food-content .con-txt .before-line{
  margin-top: -15px;
  font-size: 22px;
}
#food .con-txt .before-line span.font-no-border{
  margin: 0 0 0 20px;
  font-size: 34px;
}
#food .con-img{
  width: 50%;
  margin-top: 0.5rem;
}
#food .content05{
  padding-top: 90px;
}
#food .content05{
  margin: 0;
}
#food .content06{
  max-width: 996px;
  margin: auto;
}
#food .middle .food-content .font-no-border{
  font-family: "Montserrat","sans-serif";
  font-weight: lighter;
  border: none;
}
#food .content07{
  padding-top: 125px;
}
#food .middle .content07 .position-a{
  /* transform: translateX(-25%); */
}
#food .content07 .before-line{
  margin-bottom: 65px;
}
#food .content08{
  max-width: 996px;
  margin: auto;
  padding-bottom: 10px;
}
#food .content11{
  margin: 128px 0 0 ;
}
#food .middle .content09 .position-a{
  transform: translateX(-74%);
}
#food .content09 .con-txt .before-line{
  margin-bottom: 59px;
}

#food .content10{
  max-width: 996px;
  margin: auto;
}
#food .content10 dl{
  display: flex;
  margin-left: 3em;
  font-size: 15px;
  line-height: 1.8;
}
#food .content10 dl dd{
  margin-left: 10px;
}
#food .content11{
  margin: 128px 0 ;
}
#food .content11 .con-txt .before-line{
  margin-bottom: 60px;
}
#food .middle .content11 .position-a{
  transform: translateX(-70%);
}
#food .content12{
  max-width: 996px;
  margin: auto;
}
#food .content13{
  margin: 0 auto;
  padding-top: 125px;
  max-width: 1322px;
}
#food div.content13 .position-a{
  top: -20%;
}
#food .content13 .left{
  max-width: 788px;
  margin: 0;
}
#food .content13 .right{
  margin-left: 65px;
}
#food .content13 .right .before-line{
  margin-bottom: 72px;
}
#food .content14{
  max-width: 996px;
  margin: auto;
  padding-bottom: 30px;
}
#food .content15{
  margin-top: 60px;
}
#food .content15 .left,#food .content15 .right{
  width: 50%;
  padding: 10px;
}
#food .content15 h3{
  text-align: center;
  margin-top: 27px;
  margin-bottom: 28px;
}
/*介護事業*/
#nurse .kv .kv-img{
  background-image: url(../img/service/kv-nurse.png);
  background-position-x: center;
}
#nurse .content01{
  padding: 96px 0 24px;
  font-weight: bold;
}
#nurse .content01.w-1000{
  max-width: 945px;
}
#nurse .content01 h2{
  text-align: center;
  font-size: 34px;
}
#nurse .content01 p{
  font-weight: normal;
}
#nurse .content02{
  margin: 0 ;
  padding: 74px 0 71px;
}
#nurse .content02 div{
  position: relative;
}
#nurse .content02 .position-a{
  position: absolute;
  font-family: "Montserrat","sans-serif";
  font-weight: lighter;
  font-size: 80px;
  z-index: 2;
  color: #E6E6E6;
  left: 49.5%;
  top: -8%;
}
#nurse .content02 h3{
  font-size: 28px;
}
#nurse .content02 .before-line{
  margin-top: -12px;
  margin-bottom: 79px;
  font-size: 22px;
}
#nurse .content02 .before-line span{
  width: 30px;
}
#nurse .content02 .flex .left{
  width: 40%;
  margin-left: 10%;
  padding-right: 90px;
}
#nurse .content02 .flex .right{
  max-width: 50%;
  padding-left: 12px;
}
#nurse .map-area,#nurse .map-tel{
  margin-left: 3em;
  position: relative;
  margin-bottom: 23.6px;
}
#nurse .map-tel.mb-0{
  margin-bottom: 0px;
}
#nurse .map-tel{
  margin-bottom: 37px;
}
#nurse .content03{
  padding: 72px 0 37px;
}
#nurse .content03 h2{
  font-size: 34px;
  text-align: center;
}
#nurse .content03 p.mb-60{
  margin-bottom: 85px;
}
#nurse .content03 p.mb-30{
  line-height: 1.8;
}
#nurse .content03 .flex .left{
  width: 50%;
  padding-right: 10px;
}
#nurse .content03 .flex .right{
  width: 50%;
  padding-left: 10px;
}
#nurse .content03 .flex .left h3 ,#nurse .content03 .flex .right h3{
  text-align: center;
  margin: 27px 0 28px;
  font-size: 22pxx;
}
#nurse .content04{
  padding-bottom: 80px;
}
#nurse .content04 h2{
  font-size: 34px;
  text-align: center;
  margin-bottom: 42px;
}
#nurse .content04 p{
  line-height: 1.8;
  margin-bottom: 22px;
}
#nurse .content04 .flex .left,#nurse .content04 .flex .right{
  width: 50%;
}
#nurse .content04 .flex .left{
  padding-right: 15px;
}
#nurse .content04 .flex .right{
  padding-left: 15px;
}
#nurse .content04 .flex .right .before-line{
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 26px;
}
#nurse .content04 .flex .list{
  display: flex;
  background-color: #EBF8E4;
  margin-top: 20px;
  max-width: 375px;
}
#nurse .content04 .flex .nurse-sp{
  display: none;
}
#nurse .content04 .flex .list ul li{
  margin-left: 0px;
  font-size: 15px;
  line-height: 2;
}
#nurse .content04 .flex .list ul.posi-r{
  position: relative;
}
#nurse .content04 .flex .list ul li.posi-a{
  position: absolute;
  width: max-content;
  transform: translateY(-100%);
}
#nurse .content04 .flex .list ul li::marker{
  color: #2BA822;
}
#nurse .content04 .btn{
  text-align: center;
  margin-top: 60px;
}
#nurse .content04 .btn a {
  padding-right: 70px;
  z-index: 1;
}
#nurse .content04 .btn a span::after{
  background-image: url("../img/common/ic-pdf-2.png");
  width: 18px;
  height: 24px;
  top: 0;
  right: -42px;
}
#nurse .content05{
  margin-top: 60px;
}
#nurse .content05 h2{
  text-align: center;
}
#nurse .content05 h3{
  text-align: center;
  color: #fff;
  background-color: #2BA822;
  padding: 5px;
}
#nurse .content05 .faq-content{
  border-bottom: 1px solid #c0c0c0;
}
#nurse .content05 .mb-60{
  margin-bottom: 80px;
}
#nurse .content05 .faq-content a{
  position: relative;
  display: block;
}
#nurse .content05 .faq-content .faq-icon{
  width: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
#nurse .content05 .faq-content .faq-icon::after{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #7a0;
  border-right: 3px solid #7a0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#nurse .content05 .faq-content.is-open .faq-icon::after{
  transform: rotate(-45deg) translateY(2px);
}

#nurse .content05 .faq-content h4 span{
  font-size: 26px;
  font-family: "Montserrat","sans-serif";
  margin-right: 20px;
}
#nurse .content05 .faq-content p{
  display: none;
  padding-left: 40px;
}

/* #nurse .content05 .faq-content.is-open p{
  display: block;
} */
#nurse .content05 .faq-content.is-open p span{
  margin: 10px;
}
#nurse .content06{
  text-align: center;
}
#nurse .content06 .dispatch{
  border: #2BA822 solid 1px;
  box-shadow: #2ba822 5px 5px 0px;
}
#nurse .content06 h2{
  width: 300px;
  margin: 0 auto;
  margin-top: -60px;
  font-size: 74px;
  background-color: #fff;
  font-family: "Montserrat","sans-serif";
  font-weight: lighter;
}
#nurse .content06 h3{
  font-weight: normal;
  font-size: 24px;
}
#nurse .content06 p{
  font-size: 18px;
  font-weight: bold;
}
#nurse .content06 .tel{
  border-top: #2BA822 solid 1px;
  border-bottom: #2BA822 solid 1px;
  width: 50%;
  padding: 0 20px;
  margin: 20px 30px 0px;
}
#nurse .content06 .tel p{
  font-size: 14px;
}
#nurse .content06 .tel a span{
  font-family: "Montserrat","sans-serif";
  font-size: 32px;
  font-weight: bold;
}
#nurse .content06 .tel img{
  width: 30px;
  margin-right: 10px;
}
#nurse .content06 .bg{
  background-color: #F0FFE8;
  margin: 30px;
  padding: 30px 0 50px;
}
#nurse .content06 .bg h3{
  font-size: 18px;
  font-family: 'Yu-Gothic';
  font-weight: bold;
}


#nurse .content06 .bg .mail a::before{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: '';
  background-color: #2BA822;
  transform-origin: right top;
  transform: scale(1, 1);
  transition: transform .3s;
  border-radius: 1.5px;
}
#nurse .content06 .bg .mail a{
  position: relative;
  display: inline-block;
  color: #333;
  text-align: center;
  text-decoration: none;
  transition: .3s;
}
#nurse .content06 .bg .mail a::after{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: '';
  background:#000;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
  border-radius: 1.5px;
}
#nurse .content06 .bg .mail a:hover::after{
  transform-origin: left top;
  transform: scale(1, 1);
}

#nurse .content06 .bg .mail a{
  color: #fff;
  padding: 20px 80px;
  z-index: 1;
  position: relative;
  font-weight: bold;
  box-shadow: #999 0px 1px 15px 0px;
}
#nurse .content06 .bg .mail a span{
  position: relative;
  z-index: 2;
}
#nurse .content06 .bg .mail a span::before{
  content: "";
  background-image: url("../img/common/envelope.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 20.5px;
  height: 14px;
  left: -40px;
  top: 3px;
}
#nurse .content06 .bg .mail a span::after{
  content: "";
  background-image: url("../img/common/sankaku-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 8px;
  height: 13px;
  right: -48px;
  top: 3px;
}
#nurse .content07{
  padding: 60px 0 50px;
  position: relative;
}
#nurse .content07 h2{
  font-size: 74px;
  text-align: center;
  font-family: "Montserrat","sans-serif";
  font-weight: lighter;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  top: -37px;
}
#nurse .content07 h3{
  font-size: 32px;
  margin-bottom: 40px;
}
#nurse .content07 p{
  margin-bottom: 37px;
}
#nurse .content07 h3,#nurse .content07 p{
  text-align: center;
}
#nurse .content07 .block01{
  margin-bottom: 60px;
  padding: 36px 64px 51px;
}
#nurse .content07 .block01 h3{
  font-size: 20px;
}
#nurse .content07 .block01 ul{
  padding-left: 0;
  margin-bottom: 0;
}
#nurse .content07 .block01 li{
  list-style: none;
  display: flex;
}
#nurse .content07 .block01 li span{
  font-family: "Montserrat","sans-serif";
  font-weight: lighter;
  color: #2BA822;
  font-size: 30px;
  font-style: italic;
  margin-right: 10px;
}
#nurse .content07 .block01 li p{
  text-align: left;
}
#nurse .content07 .flex .left{
  padding-right: 30px;
}
#nurse .content07 .flex .right,#nurse .content07 .flex .left{
  width: 50%;
}
#nurse .content07 .flex .right h3,#nurse .content07 .flex .right p{
  text-align: left;
}
#nurse .content07 .flex .right h3{
  margin-top: 30px;
}
#nurse .content07 .flex .right p.mb-0{
  line-height: 1.8;
  margin-bottom: 0;
}
#nurse .content07 .flex .right h3{
  font-size: 22px;
}
#nurse .bnr-recruit{
  padding-bottom: 90px;
}
/* #nurse .bnr-recruit{
  background-image: url("../img/common/bnr-recruit.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.6em;
}
#nurse .bnr-recruit h3{
  color: #fff;
  text-align: center;
}
#nurse .bnr-recruit .btn{
  text-align: center;
} */

/*アシストホールディングスについて*/
#about .kv .kv-img{
  background-image: url(../img/ir/kv-about.png);
}
#about .content01{
  padding: 80px 0 50px;
}
#about .content02 h3{
  padding-top: 60px;
  text-align: center;
}
#about .title h3{
  font-size: 28px;
}
#about .content02 table{
  width: 100%;
}
#about .content02 table tr{
  display: block;
  border-bottom: #57A53B solid 1px;
}
#about .content02 table tr th{
  width: 168px;
  text-align: left;
  padding: 30px 16px;
}
#about .content02 table tr td{
  text-align: left;
  line-height: 2;
  padding: 30px 0;
}
#about .content03{
  max-width: 1044px;
  margin: 0 auto;
  padding: 80px 0;
}
#about .content03 h3{
  text-align: center;
}
/*営業報告*/
#sales .kv .kv-img{
  background-image: url(../img/ir/kv-sales.png);
}
#sales .content01{
  padding: 80px 0;
  max-width: 996px;
  margin: 0 auto;
}
#sales .content01 .title{
  margin-bottom: 58px;
}
#sales .content01 .title h3{
  text-align: center;
  font-size: 28px;
}
/*Vision*/
#vision .kv .kv-img{
  background-image: url(../img/ir/kv-vision.png);
}
#vision .content01{
  padding: 80px 0;
  max-width: 790px;
}
#vision .content01 h3{
  text-align: center;
  font-size: 28px;
}
#vision .content01 h3.mb-30{
  margin-bottom: 50px;
}
#vision .content01 img{
  max-width: 484px;
  width: 100%;
  margin: 50px auto 60px;
  display: block;
  text-align: center;
}
/*電子広告*/
#electronic .kv .kv-img{
  background-image: url(../img/ir/kv-electro.png);
}
#electronic .title h3{
  font-size: 28px;
  text-align: center;
}
#electronic .content01{
  padding: 80px 0 100px;
}
#electronic .content01 .title{
  margin-bottom: 93px;
}
#electronic .content01 table{
  width: 100%;
}
#electronic .content01 table tr:first-child{
  border-top: #C0CCC0 solid 1px;
}
#electronic .content01 table tr{
  display: block;
  border-bottom: #C0CCC0 solid 1px;
}
#electronic .content01 table tr th{
  text-align: left;
  padding: 24px 20px 24px 0;
}
#electronic .content01 table tr td{
  text-align: left;
}

/*news一覧*/
#news.list .l-news{
  max-width: 996px;
  position: relative;
}
#news.list .l-news h3{
  font-size: 28px;
  text-align: center;
}
#news.list .l-news .title-border{
  margin-bottom: 60px;
}
#news .pulldown{
  position: absolute;
  top: 80px;
  right: 0;
}
#news .pulldown::after{
  position: absolute;
  content: "";
  border-top: 8px solid #2ba822;
  border-left: 6.5px solid transparent;
  border-right: 6.5px solid transparent;
  right: 9px;
  top: 20px;
  width: 0;
}
#news .pulldown select::-ms-expand{
  display: none;
}
#news .pulldown select{
  padding: 16px 99px 17px 12px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
}
#news .l-news-article{
  padding: 30px 0 60px;
  margin-bottom: 60px;
}
#news.list .articles .article:first-child{
  border-top: #C0CCC0 solid 1px;
}
#news.list .articles .article{
  padding: 20px 0 20px;
  border-bottom: #C0CCC0 solid 1px;
}
#news.list .articles ul{
  margin: 0;
  padding-left: 0;
}
#news.list .articles li{
  list-style: none;
  display: flex;
  position: relative;
}
#news.list .articles li::after{
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #7a0;
  border-right: 2px solid #7a0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 40%;
  right: 0;
}
#news.list .articles li span{
  align-self: center;
}
#news.list .articles .list-day{
  padding-right: 13px;
  font-weight: bold;
}
#news.list .articles .list-cat{
  padding-right: 30px;
}
#news.list .articles .list-cat a.news{
  padding: 6px 0 4px;
  width: 116px;
  display: inline-block;
  text-align: center;
  border: #2ba822 1px solid;
  color: #2BA822;
  font-weight: bold;
  font-size: 12px;
}
#news.list .articles .list-cat a.ir{
  padding: 6px 0 4px;
  width: 116px;
  display: inline-block;
  text-align: center;
  border: #22B3C4 1px solid;
  color: #22B3C4;
  font-weight: bold;
  font-size: 12px;
}
#news.list .articles .list-title{
  max-width: 722px;
}

/*news*/
#news .kv .kv-img{
  background: linear-gradient(90deg , #CBDE39,#16AF0B);
}
#news .l-news{
  max-width: 780px;
  margin: 0 auto;
  padding: 80px 0 90px;
}
#news .news-day{
  margin-bottom: 30px;
}
#news .news-title{
  margin-bottom: 28px;
  color: #2BA822;
}
#news .news-content{
  padding-top: 30px;
  padding-bottom: 60px;
  margin-bottom: 60px;
  position: relative;
}
#news .news-content img{
  width: 100%;
  height: auto;
}
#news .news-content .pdf::after{
  background-image: url(../img/common/copy.png);
  margin-left: 10px;
  width: 13px;
  height: 15px;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  margin-top: 5px;
}
#news .link{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#news .link .btn {
  margin-top: 0;
}
#news .link .btn a{
  z-index: 1;
}
#news .link .btn a span{
  font-size: 16px;
  font-weight: bold;
}
#news .link .btn a span::after{
  right: -50px;
  top: 3px;
}
.prev,.next{
  align-self: center;
}
.prev a,.next a{
  color: #57A53B;
  position: relative;
}
.prev a{
  padding-left: 17px;
}
.prev a::after{
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #7a0;
  border-right: 1px solid #7a0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 6px;
  left: 0;
}
.next a{
  padding-right: 17px;
}
.next a::after{
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #7a0;
  border-right: 1px solid #7a0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 6px;
  right: 0;
}


/*Contact*/
#contact .kv .kv-img{
  background: linear-gradient(90deg , #CBDE39,#16AF0B);
}
#contact .content01{
  max-width: 792px;
  margin: 0 auto;
  padding: 80px 0 120px;
}
#contact .content01 h4{
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 70px;
}
#contact .content01 p{
  font-size: 16px;
  font-weight: bold;
}
#contact .content01 p span{
  background-color: #46AD21;
  color: #fff;
  padding: 2px 9px;
  border-radius: 2px;
  font-size: 13px;
  font-weight: normal;
  margin-left: 10px;
}
#contact .content01 .contact-p{
  color: #46AD21;
  font-size: 15px;
  margin-bottom: 19px;
  line-height: 1.5;
}
#contact .content01 .contact-p span{
  margin-left: 0;
  margin-right: 8px;
}
#contact .content01 .form-parts{
  display: flex;
}
#contact .content01 .form-parts p{
  margin-bottom: 35px;
}
#contact .content01 .form-parts p:first-child{
  width: 25.757575%;
  align-self: center;
}
#contact .content01 .textArea p:first-child{
  align-self: auto;
}
#contact .content01 .form-parts:last-child p:first-child{
  align-self: auto;
}
#contact .content01 .form-parts p:last-child{
  width: 74.242424%;
  margin-bottom: 48px;
}
#contact .content01 .form-parts p input,#contact .content01 .form-parts p select{
  padding: 19px 0 20px 12px;
  font-size: 16px;
  border-color: #57A53B;
}
#contact .content01 .form-parts p select{
  width: 100%;
  /* appearance: none;
  position: relative; */
}
/* #contact .content01 .form-parts p select::after{
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #fff;
} */
#contact .content01 .form-parts p input{
  width: calc(100% - 14px);
  border-width: 1px;
  border-style: solid;
}
#contact .content01 .form-parts p input::placeholder{
  color: #bebebe;
}
#contact .content01 .form-parts p textarea{
  padding: 21px 0 0 12px;
  width: calc(100% - 14px);
  font-size: 16px;
  height: 185px;
  line-height: 1.5;
  border-color: #57A53B;
}
#contact .content01 .form-parts p textarea::placeholder{
  color: #bebebe;
}
#contact .content01 .form-agree{
  text-align: center;
  justify-content: center;
}
#contact .content01 .form-parts p.agree{
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 25px;
  width: 100%;
}
#contact .content01 .form-parts p.agree a{
  color: #2BA822;
  text-decoration: underline;
}
#contact .content01 .form-agree .mwform-checkbox-field{
  position: relative;
}
/* #contact .content01 .form-agree .mwform-checkbox-field::after{
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid #2ba822;
  left: -1.5px;
  border-radius: 3px;
  bottom: -1.5px;
} */
#contact .content01 .form-agree input{
  width: 23px;
  height: 23px;
  vertical-align: middle;
  margin: 0 20px 0 0;
  z-index: 1;
  border-color: #57A53B;
  position: relative;
}
.mwform-checkbox-field-text{
  font-weight: bold;
}
#contact .content01 .btn{
  justify-content: center;
}
#contact .content01 .btn .submit{
  position: relative;
  border-radius: 50px;
  background: linear-gradient(90deg , #CBDE39,#16AF0B);
  margin: 0 20px;
}
#contact .content01 .btn .submit::after{
  content: "";
  position: absolute;
  background: url("../img/common/sankaku-2.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 8px;
  height: 13px;
  top: 48%;
  right: 18px;
  transform: translateY(-50%);
}
#contact .content01 .btn input{
  background: linear-gradient(90deg , #CBDE39,#16AF0B);
  color: #fff;
  border: none;
  width: 264px;
  padding: 20px 76px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
#contact .content01 .btn input:hover{
  background: #00AD1B;
  transition: all .5s ease;
}
/*
#contact .btn input {
  padding: 20px 80px;
  border-radius: 30px;
  position: relative;
  color: #fff;
  background: transparent;
  display: inline-block;
}
#contact .btn input::before{
  background: linear-gradient(90deg , #CBDE39,#16AF0B);
  z-index: -1;
  transition: all 0.6s; /* アニメーション実行時間 * /
}
#contact .btn input::after{
  z-index: -2;
  background: #00AD1B;
}
#contact .btn input::before , #contact .btn input::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 35px;
}
#contact .btn input:hover::before{
  opacity: 0;
}
*/
#contact .content01 p.thanks{
  text-align: center;
}

/*Privacy*/
#privacy .kv .kv-img{
  background: linear-gradient(90deg , #CBDE39,#16AF0B);
}
#privacy .kv .kv-img p{
  width: 80%;
}
#privacy .content01{
  margin: 60px auto 90px;
}
#privacy .content01 h2{
  border-bottom: #57A53B solid 1px; 
}



/*フッター*/
footer{
  padding-top: 100px;
  background-color:#F8FFF8;
}
.bottom .contact-bnr{
  position: relative;
  background-color: #2BA822;
  text-align: center;
  padding: 27px 0 39px;
}
.bottom .contact-bnr h3.front{
  position: relative;
  color: #fff;
  z-index: 2;
  margin: 30px 0 55px;
  font-size: 24px;
}
.bottom .contact-bnr h3.back{
  position: absolute;
  color: #51BB49;
  font-size: 106px;
  font-family: "Montserrat","sans-serif";
  font-weight: 100;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.bottom .contact-bnr img{
  width: 330px;
}

.bottom .contact-bnr .btn a {
  color: #2BA822;;
  box-shadow: none;
  background: #fff;
  border-radius: 0;
}
.bottom .contact-bnr .btn a span{
  background: unset;
  font-weight: bold;
  display: block;
  border-radius: 0;
  font-size: 20px;
  position: relative;
  z-index: 2;
  padding: 18px 80px 16px 80px;
}
.bottom .contact-bnr .btn a span::before{
  content: "";
  background-image: url("../img/common/envelope-g.png");
  position: absolute;
  width: 20px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: cover;
  left: 44px;
  top: 26px;
}
.bottom .contact-bnr .btn a span::after{
  content: "";
  background-image: url("../img/common/sankaku.png");
  position: absolute;
  width: 10px;
  height: 10px;
  top: 40%;
}

.bottom .contact-btn::before{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: '';
  background: #fff;
  transform-origin: right top;
  transform: scale(1, 1);
  transition: transform .3s;
  border-radius: 3px;
}
.bottom .contact-btn{
  position: relative;
  display: inline-block;
  color: #333;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  padding: 0;
}
.bottom .contact-btn::after{
  position: absolute;
  border-radius: 3px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: '';
  background: #D7FF4A;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.bottom .contact-btn:hover::after{
  transform-origin: left top;
  transform: scale(1, 1);
}


footer .flex{
  max-width: 1200px;
  margin: 0 auto 30px;
}
footer .flex .left img{
  margin-bottom: 20px;
}
footer .flex .right{
  width: 65%;
}
.footer01,.footer02,.footer03{
  margin: 20px;
}
footer .flex .right .footer01 p:first-child,footer .flex .right .footer02 p:first-child{
  border-bottom: #2BA822 solid 1px;
  line-height: 1.5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
footer .flex .right .footer01 p:first-child a,footer .flex .right .footer02 p:first-child a{
  font-size: 14px;
}
footer .flex .right .footer01 p a,footer .flex .right .footer02 p a,footer .flex .right .footer03 p a{
  text-decoration: unset;
  color: #000;
  font-size: 13px;
}
footer .flex .right .footer01 p a span,footer .flex .right .footer02 p a span{
  color: #2BA822;
  margin-right: 4px;
}
footer .flex .right .footer02 p a.flex{
  margin-bottom: 0;
}
footer .flex .right .footer02 p a .foot-about{
  color: #000;
  margin-right: 0;
}
footer .flex .right div{
  width: 33%;
}
footer .footer03 .footer-recruit,footer .footer03 .footer-management{
  position: relative;
}
footer .footer03 .footer-recruit::after,footer .footer03 .footer-management::after{
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 20%;
}
footer .footer03 .footer-recruit::after{
  background-image: url("../img/common/copy.png");
  right: -19px;
  width: 13px;
  height: 15px;
}
footer .footer03 .footer-management::after{
  background-image: url("../img/common/ic-pdf.png");
  right: -16px;
  width: 10px;
  height: 13px;
}
footer .footer03 p{
  margin-bottom: 6px;
}
footer .copy{
  background-color:#DBFF3A;
  text-align: center;
  padding: 10px 0;
  font-family: "Montserrat","sans-serif";
}
footer .copy small{
  font-size: 13px;
}



/*レスポンシブ(max-width:767px)*/
@media(max-width:767px){
  .sp{
    display: block !important;
  }
  .pc{
    display: none !important;
  }
  .mb-30{
    margin-bottom: 15px;
  }
  .mb-60{
    margin-bottom: 30px;
  }
  .mb-90{
    margin-bottom: 45px;
  }
  .mb-120{
    margin-bottom: 60px;
  }
  .flex{
    display: block;
  }
  .flex .left , .flex .right{
    width: auto !important;
  }
  .block01{
    padding: 3em 1em;
  }
  .block01::after{
    top: -5px;
    left: -5px;
  }
  h3.before-line{
    text-align: left;
  }
  #nurse .content07 h3.before-line{
    text-align: left;
  }
  header{
    z-index: 1000;
  }
  .breadcrumb .bread{
    margin: 0 20px;
  }
  #vegas{
    height: 100vh;
  }
  #top .mv-assist img{
    width: 100%;
    max-width: unset;
  }
  #top .mv .pc{
    display: none;
  }
  #top .mv .sp{
    display: block;
  }
  #nav-menu{
    display: none;
  }
  #nav-menu-sp{
    display: block;
    position: fixed;
    width: 100%;
  }
  #nav-menu-sp.show .nav-header{
    background-color: unset;
  }
  #nav-menu-sp.sp-head-bg.show .nav-header{
    background-color: #fff;
  }
  #nav-menu-sp.sp-head-bg{
    background-color: #fff;
  }
  #nav-menu-sp.sp-head-bg.show{
    background-color: unset;
  }
  #nav-menu-sp .nav-header a img{
    width: 15vw;
    margin: 10px;
  }
  #nav-menu-sp #sp-nav{
    right: 0;
    height: 40px;
    top: 15px;
    position: absolute;
    z-index: 10;
  }
  #nav-menu-sp .nav-line{
    right: auto;
    left: 50%;
    transform: translate(-50%,-50%);
    border-top: solid 3px #2BA822;
    bottom: auto;
    top: 50%;
    width: 30px;
  }
  #nav-menu-sp .nav-line1{
    margin-top: 20%;
  }
  #nav-menu-sp .nav-line2{
    margin-top: 20%;
  }
  #nav-menu-sp .nav-line3{
    margin-top: 20%;
  }
  #sp-hamburger{
    display: none;
  }
  #sp-hamburger.is-open{
    display: block;
    position: absolute;
    right: 0;
    z-index: 9;
  }
  #sp-hamburger ul{
    background-color: #fff;
    width: 60vw;
    padding: 22vw 5vw 10vw;
    margin-top: -22vw;
    margin-left: 30vw;
  }
  #sp-hamburger ul li{
    list-style: none;
    font-size: 15px;
    padding: 20px 0;
    border-top: #E0E0E0 solid 1px;
    font-weight: bold;
  }
  .header_btn::before, .header_btn::after, .header_btn span::before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
    margin: auto;
    width: 7vw;
    height: 3px;
    background: #2BA822;
  }
  .header_btn::before {
    -webkit-transform: translateY(-2vw);
    -ms-transform: translateY(-2vw);
    transform: translateY(-2vw);
  }
  .header_btn::after {
    -webkit-transform: translateY(2vw);
    -ms-transform: translateY(2vw);
    transform: translateY(2vw);
  }
  .header_btn span{
    display: block;
    width: 0;
  }
  .header .is-open .header_btn::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header .is-open .header_btn span::before {
    opacity: 0;
  }
  .header .is-open .header_btn::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #sp-hamburger ul li ul{
    padding: 0;
    margin-top: 0;
  }
  #sp-hamburger ul li ul li{
    border: none;
    padding: 10px 0;
    display: flex;
    margin-left: 0;
  }
  #sp-hamburger ul li ul li:first-child{
    padding: 20px 0 10px;
  }
  #sp-hamburger ul li ul li span{
    width: 10px;
    display: block;
    border-bottom: #2BA822 solid 2px;
    align-self: center;
    margin-right: 10px;
  }
  #sp-hamburger ul li.hamburger-hide02 ul li:first-child span{
    align-self: flex-start;
    margin-top: 12px;
  }
  #sp-hamburger ul li.hamburger-hide{
    position: relative;
  }
  #sp-hamburger ul li.hamburger-hide::before,#sp-hamburger ul li.hamburger-hide::after{
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    right: .5em;
    margin: auto;
    width: 4vw;
    height: 4px;
    background: #2BA822;
  }
  #sp-hamburger ul li.hamburger-hide::after{
    transform: rotate(-90deg);
  }
  #sp-hamburger ul li.hamburger-hide.is-open::before{
    transform: rotate(45deg);
  }
  #sp-hamburger ul li.hamburger-hide.is-open::after{
    transform: rotate(-45deg);
  }
  #sp-hamburger ul li.display::before{
    transform: rotate(45deg);
  }
  #sp-hamburger ul li.display::after{
    transform: rotate(-45deg);
  }
  #sp-hamburger ul li.hamburger-hide ul{
    display: none;
    margin-left: 0;
  }
  #sp-hamburger ul li.display ul{
    display: block;
  }
  #sp-hamburger ul li.hamburger-hide ul li a{
    width: 100%;
  }
  #sp-hamburger ul li .hamburger-recruit{
    position: relative;
  }
  #sp-hamburger ul li .hamburger-recruit::after{
    position: absolute;
    content: "";
    background-image: url("../img/common/copy.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 18px;
    height: 20px;
    top: .1em;
    left: 5em;
  }
  #sp-hamburger ul li:last-child{
    text-align: center;
    padding-top: 30px;
    width: 100%;
  }
  #sp-hamburger ul li.hamburger-hide ul li:last-child{
    text-align: left;
    padding-top: 10px;
  }
  #sp-hamburger ul li .hamburger-contact{
    background-color: #000;
    color: #fff;
    padding: 1em 5em 1em;
    margin-top: 10px;
    position: relative;
    width: 100%;
    display: block;
    padding: 16px 0;
  }
  #sp-hamburger ul li .hamburger-contact::before{
    position: absolute;
    content: "";
    background-image: url("../img/common/envelope.png");
    width: 20px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: cover;
    top: 1.4em;
    left: 40px;
  }
  .bg-black.show{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 1;
    cursor: pointer;
  }
  /* #nav-menu-sp.show{
    background-color: transparent;
  } */
  .breadcrumb .bread p{
    display: inline;
  }
  
  #top .content01 .bg-gradation{
    height: 80px;
  }
  #top .content01 h2, #top .content02 h2, #top .content03 h2, #top .content04 h2{
    left: 0%;
    font-size: 80px;
  }
  #top .content02 h2, #top .content03 h2{
    left: 0%;
    font-size: 60px;
  }
  @media(max-width:360px){
    #top .content01 h2{
      font-size: 70px;
    }
    .bottom .contact-bnr .btn a {
      padding: 15px 60px 15px 70px;
    }

  }
  #top .content01 h2{
    top: 12px;
    line-height: 1.25;
    width: 100%;
    left: 0px;
  }
  #top .content01 .left p{
    font-size: 22px;
    margin-bottom: 40px;
    padding-top: 10px;
  }
  #top .content01 .flex{
    margin: 30px 20px;
  }
  #top .content01 .right .btn{
    margin-top: 60px;
    margin-bottom: 50px;
  }
  .btn{
    text-align: center;
    margin: 60px 0;
  }
  #top .content01 .right .btn a {
    padding: 21px 100px 20px 100px;
    font-size: 15px;
  }

  .btn a {
    margin: 10px;
    padding: 15px 100px;
  }
  .btn a span::after{
    top:1px;
    right: -78px;
  }

  #top .content02 {
    background-color: #F9FBF8;
  }
  
  #top .content02 div{
    position: relative;
  }
  #top .content02 .panel .panel-child{
    width: 100%;
  }
  #top .content02 .panel .panel-child.single {
    height: auto;
  }
  #top .content02 .bg-gradation{
    background: unset;
    height: 30px;
  }
  #top .content02 h2{
    top: 0px;
    transform: translateX(20px);
  }
  #top .content02 h3{
    margin-top: 30px;
  }
  #top .content02 p.title-border{
    margin-bottom: 40px;
  }
  #top .content02 .panel a p{
    font-size: 15px;
  }
  #top .content03{
    padding-bottom: 10px;
  }
  #top .content03 div.w-1000{
    margin-top: -60px;
  }
  #top .content03 .title-border{
    margin-bottom: 40px;
    position: relative;
  }
  #top .content03 .panel{
    margin: 0 20px;
    justify-content: space-between;
  }
  #top .content03 .panel .panel-child{
    width: 46%;
    height: 175px;
  }
  #top .content03 .panel .panel-child img{
    width: auto;
  }
  #top .content03 .panel .panel-child span{
    margin-top: 15px;
  }
  #top .content03 .panel .panel-child:first-child,#top .content03 .panel .panel-child,#top .content03 .panel .panel-child:last-child{
    margin: 0 0 20px;
  }
  #top .content04 h2{
    z-index: 8;
    top: 90px;
    color: #E6E6E6;
  }
  #top .content04 .block02::before{
    top: 20px;
    left: -20px;
  }
  #top .content04 .flex .left img{
    width: calc(100% - 40px);
    margin: 0 20px;
  }
  #top .content04 .flex .right{
    margin: 60px 0;
  }
  #top .content04 .flex .right h3{
    text-align: center;
  }
  #top .content04 .flex .right p{
    padding: 0 20px;
    margin: 0 auto 40px;
  }
  #top .content04 .flex .right .btn{
    padding: 0 10px;
    margin-top: 40px;
    margin-bottom: 50px;
  }
  #top .content04 .right .btn span{
    padding: 20px;
  }
  #top .content04 .right span::after{
    top: 20px;
    right: -43px;
  }
  #top .content05{
    margin: 0 10px;
    padding-bottom: 10px;
  }
  #top .content05 h2{
    font-size: 80px;
    top: 55px;
  }
  #top .content05 .news .title-border{
    margin-bottom: 50px;
  }
  .news-content .article li::after{
    display: none;
  }
  .news-content .article .list-title{
    padding-top: 20px;
  }

  .kv .kv-img{
    padding: 4em 0;
    height: 200px;
  }
  .kv .kv-img h1{
    font-size: 3em;
  }
  /*会社案内*/
  #company .content01{
    padding: 80px 20px 50px;
  }
  #company .content01 .left img{
    margin-bottom: 40px;
  }
  #company .content01 .right{
    margin:0;
  }
  #company .content02 .block01{
    padding: 50px 20px;
    width: 80%;
  }
  #company .content03 .title{
    margin-bottom: 40px;
  }
  #company .content03 table{
    width: auto;
    padding: 0 20px;
  }
  #company .content03 table tr th{
    min-width: 100px;
  }
  #company .content03 table tr td{
    padding: 20px 30px 20px 0;
  }
  #company .content03 table tr td .flex{
    display: flex;
  }
  #company .content03 table tr td .flex span:first-child{
    word-break: keep-all;
  }
  #company .content04 table tr td span:first-child{
    margin-top: 0%;
  }
  #company .content04 table tr td span{
    margin-bottom: 0;
    display: block;
    margin-top: 5px;
  }
  #company .content04 table tr::after{
    height: 101%;
  }
  #company .content04 table tr:first-child th:first-child{
    width: 126px;
  }
  #company .content04 table tr th{
    padding:29.5px 20px 17.5px 20px;
    width: 120px;
  }
  #company .content04 table tr td{
    padding: 29.5px 0 30px 7px;
  }
  #company .content04 table tr::before,  #company .content04 table tr::after{
    margin-left: 2px;
  }
  #company .content04 table tr:nth-child(7)::before,#company .content04 table tr:nth-child(14)::before{
    top: 20%;
  }
  #company .content04 table tr:nth-child(10)::before, #company .content04 table tr:nth-child(20)::before{
    top: 26%;
  }
  #company .content04 table tr:nth-child(12)::before,#company .content04 table tr:nth-child(18)::before{
    top: 30%;
  }
  #company .content04 table tr:nth-child(16)::before{
    top: 31%;
  }

  /*運輸*/
  #transportation .kv .kv-img p{
    top:75%;
  }
  #transportation .content01 h2{
    font-size: 24px;
  }
  #transportation .content02 .block01 ul li{
    width: 90%;
  }
  #transportation .content02 .block01{
    padding: 3em 1em 2em;
  }
  #transportation .content02 .block01 h3{
    font-size: 24px;
  }
  #transportation .content02 .block01 ul li h3{
    font-size: 18px;
  }
  #transportation .content02 .block01 ul li h3 span{
    font-size: 26px;
  }
  #transportation .content02 .block01 ul li h3 .text{
    padding-top: 0;
  }
  #transportation .content01,#transportation .content02,#transportation .content03,#transportation .content04,#transportation .content05,#transportation .content06{
    padding: 0 20px;
  }
  #transportation .content03 h2{
    font-size: 24px;
  }
  #transportation .content04 .left{
    margin: 0;
    padding-top: 30px;
  }
  #transportation .content02 .block01{
    margin-top: -10px;
  }
  #transportation .content02 .block01 ul{
    padding-left: 0;
  }
  #transportation .content04 {
    padding-bottom: 60px;
  }
  #transportation .content04 .left h3{
    margin: 0 auto;
    font-size: 18px;
  }
  #transportation .content04 .right{
    margin: 0;
  }
  #transportation .content04 .right table tr{
    display: grid;
    border: none;
  }
  #transportation .content04 .right table{
    border-top: unset;
  }
  #transportation .content04 .right table tr:last-child td{
    border-bottom: #2BA822 1px solid;
  }
  #transportation .content04 .right table tr th{
    color: #fff;
    background-color: #2ba822;
  }
  #transportation .content04 .right table tr td{
    border-left: #2BA822 1px solid;
    border-right: #2BA822 1px solid;
  }
  #transportation .content04 .right table tr th,#transportation .content04 .right table tr td{
    width: auto;
    line-height: 1.5;
  }
  #transportation .content04-2{
    padding: 30px 20px;
  }
  #transportation .content04-2 h3{
    font-size: 18px;
    text-align: center;
    margin-left: 10px;
  }
  #transportation .content04-2 .flex{
    display: flex;
  }
  #transportation .content04-2 .flex .left{
    width: 25% !important;
    align-self: center;
  }
  #transportation .content04-2 .flex .right{
    width: 75% !important;
  }
  #transportation .content04-2 .flex .right p{
    margin-left: 10px;
  }
  #transportation .content04-2 .flex .right p span{
    text-indent: 0;
    padding-left: 0;
  }
  #transportation .content05 .flex{
    margin-bottom: 30px;
  }
  #transportation .content05 h3{
    margin: 15px 0;
    font-size: 18px;
  }
  #transportation .content06 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  #transportation .content06 h2{
    font-size: 24px;
  }
  #transportation .content06 h3{
    font-size: 18px;
  }
  #transportation .content06 .flex div{
    width: auto;
    margin: 0 1% 30px;
  }
  #transportation .content06 .flex div h3{
    padding: 10px 0;
  }
  /*旅客*/
  #trip .content01 {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  #trip .content01 h2{
    margin-bottom: 30px;
  }
  #trip .content01 p{
    margin: 30px auto;
  }
  #trip .content01 h2, #trip .content02 h2{
    font-size: 24px;
  }
  #trip .content01,#trip .content02,#trip .content03,#trip .content04,#trip .content05,#trip .content06,#trip .content07,#trip .content08{
    padding-left: 20px;
    padding-right: 20px;
  }
  #trip .content02 h3{
    margin: 10px 0;
    font-size: 18px;
    text-align: center;
  }
  #trip .content02 .flex .right{
    margin: 0;
  }
  #trip .content02 .flex:nth-child(2) .left{
    margin: 0;
  }
  #trip .content02 .flex:nth-child(2) .left img{
    margin-bottom: 0;
  }
  #trip h3.before-line span{
    width: 0;
    margin: 0;
  }
  #trip .content02 p{
    margin: 0 0 30px;
  }
  #trip .content03 h2, #trip .content04 h2{
    font-size: 24px;
  }
  #trip .content03 .overflow-x{
    overflow-x: auto;
  }
  #trip .content03 table{
    min-width: 800px;
  }
  #trip .content04 .block01{
    padding: 40px 20px 60px;
  }
  #trip .content04 .block01 h3 img{
    display: block;
    margin: 10px auto;
  }
  #trip .block01::after{
    z-index: -1;
  }
  #trip .content04 .block01 h3{
    font-size: 18px;
  }
  #trip .content04 .block01 ul{
    padding-left: 0;
  }
  #trip .content04 .block01 ul li{
    margin-bottom: 30px;
  }
  #trip .content04 .block01 ul li h3, #trip .content04 .block01 ul li p{
    margin-left: 2.5rem;
  }
  #trip .content04 .block01 ul li h3 span{
    position: absolute;
    left: 1rem;
  }
  #trip .content04 .block01 .tel,#trip .content04 .block01 .mail{
    width: 100%;
    box-shadow: #c0c0c0 0px 0px 5px;
    margin: 0;
  }
  #trip .content04 .block01 .tel{
    margin-bottom: 25px;
  }
  #trip .content04 .block01 .tel a{
    font-size: 26px;
    display: block;
    height: auto;
    padding: 10px 0 20px;
  }
  #trip .content04 .block01 .tel a img{
    margin-left: 0px;
  }
  #trip .content04 .block01 .mail{
    line-height: normal;
    height: auto;
  }
  #trip .content04 .block01 .mail a{
    font-size: 18px;
    display: block;
    padding: 28px 0;
    height: auto;
  }
  #trip .content04 .block01 .mail a span{
    padding-top: 0;
  }
  #trip .content04 .block01 .mail a img{
    margin-left: 0px;
  }
  #trip .content04 .block01 .mail a span::after{
    top: 25%;
    right: 8px;
  }
  #trip .content05 h2{
    font-size: 24px;
  }
  #trip .content05 .box01, #trip .content05 .box02, #trip .content05 .box03{
    width: auto;
  }
  #trip .content05 .flex h3{
    padding: 10px;
    font-size: 18px;
  }
  #trip .content05 .flex p{
    padding: 0 0 30px;
  }
  #trip .content07{
    padding-top: 40px;
  }
  #trip .content07 .btn a {
    padding: 15px 60px;
  }
  #trip .content07 h3{
    font-size: 18px;
  }
  #trip .content07 .flex .btn{
    width: 284px;
    margin: 46px auto 90px;
  }
  #trip .content07 .w-1000{
    margin-bottom: 20px;
  }
  #trip .content08 .dispatch h2{
    font-size: 44px;
    width: 100%;
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
  #trip .content08 .dispatch .tel{
    width: auto;
  }
  #trip .content08 .dispatch .tel a{
    font-size: 24px;
  }
  #trip .content08 .dispatch .tel a span{
    padding-top: 20px;
  }
  /*飲食*/
  #food .kv .kv-img p{
    top:75%;
  }
  #food .content01, #food .content02, #food .content03, #food .content04, #food .content05, #food .content06, #food .content07, #food .content08, #food .content09, #food .content10, #food .content11, #food .content12, #food .content13, #food .content14, #food .content15{
    margin: 0 20px;
  }
  #food .content01 {
    padding-bottom: 10px;
  }
  #food .content01 h2 ,#food .content02 h2{
    font-size: 24px;
  }
  #food .content01 p{
    padding-bottom: 30px;
  }
  #food .content01 img{
    position: relative;
    margin-bottom: 20px;
  }
  #food .content02{
    padding-top: 60px;
  }
  #food .content02 ul{
    width: auto;
    padding-left: 0;
  }
  #food .content02 .contact-btn{
    width: 48%;
    margin: 1%;
  }
  #food .content02 ul li:first-child{
    margin: 1%;
  }
  #food .content02 li a::after{
    width: 0;
  }
  #food .middle div .position-a{
    position: relative;
    font-size: 50px;
    left: 0;
    transform: none;
  }
  #food .content03 h3.before-line{
    margin-bottom: 20px;
  }
  #food .content03 h3{
    margin-bottom: 20px;
  }
  #food .middle .content03 .position-a{
    transform: translateX(0);
  }
  #food .middle .food-content .btn a {
    padding: 20px 90px;
    z-index: 1;
  }
  #food .content04 .flex .right, #food .content06 .flex .right, #food .content08 .flex .right, #food .content10 .flex .right, #food .content12 .flex .right, #food .content14 .flex .right{
    padding-left: 0;
  }
  #food .content05 .flex .left,#food .content09 .flex .left,#food .content13 .flex .left{
    padding: 0 0 30px;
  }
  #food .content05 .flex .left .btn,#food .content09 .flex .left .btn,#food .content13 .flex .left .btn{
    margin: 60px 0 0px;
  }
  #food .content05{
    padding-top: 50px;
  }
  #food .middle .food-content p.food-mr{
    margin-right: 0;
  }
  #food .middle .food-content p.font-b{
    line-height: 2;
    margin: 20px 0 10px;
  }
  #food .middle .food-content .btn{
    margin-top: 60px;
  }
  #food .food-content .map .left{
    margin-bottom: 30px;
  }
  #food .content05{
    padding-top: 30px;
  }
  #food .content05 .flex .left, #food .content09 .flex .left, #food .content13 .flex .left{
    padding: 0;
    margin: 0;
  }
  #food .map-kome.flex{
    display: flex;
  }#food .map-kome.flex.sp{
    display: flex!important;
  }
  #food .con-txt.right h3,#food .con-txt.left h3{
    margin-bottom: 20px;
  }
  #food .food-content .con-txt .before-line{
    margin-top: 0;
    margin-bottom: 20px;
  }
  #food .middle .content07 .position-a,#food .middle .content09 .position-a{
    transform: translateX(0);
  }
  #food .content11{
    padding-top: 30px;
  }
  #food .content10{
    padding-top: 0px;
  }
  #food .con-txt.right{
    padding-left: 0;
  }
  #food .content10 dl{
    display: block;
    margin: .5em 0 0 3em;
  }
  #food .content10 dl dd{
    margin-left: 0;
  }
  #food .middle .content11 .position-a{
    transform: translateX(0);
  }
  .map-area, .map-tel, .map-time, .map-day{
    line-height: 2;
    margin: 10px 0;
  }
  .middle .food-content p::before{
    width: 15px;
    height: 20px;
  }
  #food .content13{
    padding-top: 30px;
  }
  #food .content13 .right{
    margin-left: 0;
  }
  #food .content13 .right h3{
    margin-bottom: 20px;
  }
  #food .content13 .right .before-line{
    margin-bottom: 20px;
  }
  #food .content14{
    padding-bottom: 0;
  }
  #food .content15 .left p.mb-30{
    margin-bottom: 30px;
  }

  /*介護*/
  #nurse .kv .kv-img p{
    top:75%;
  }
  #nurse .content01 h2,#nurse .content03 h2,#nurse .content04 h2{
    font-size: 24px;
  }
  #nurse .content01,#nurse .content02, #nurse .content03,#nurse .content04, #nurse .content05,#nurse .content06, #nurse .content07{
    margin: 0 20px;
  }
  #nurse .content02{
    padding: 30px 0 60px;
  }
  #nurse .content02 .position-a{
    position: relative;
    left: 0;
    transform: none;
    font-size: 50px;
  }
  #nurse .content02 .flex .left{
    padding: 0;
    margin-left: 0;
  }
  #nurse .content02 h3{
    margin-bottom: 20px;
    font-size: 20px;
  }
  #nurse .content02 .before-line{
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
  }
  #nurse .map-area, #nurse .map-tel{
    margin-bottom: 20px;
    margin-top: 20px;
  }
  #nurse .content03{
    padding-bottom: 60px;
  }
  #nurse .content03 .flex .left{
    padding-right: 0;
  }
  #nurse .content03 .flex .right{
    padding-left: 0;
  }
  #nurse .content03 .flex .left img, #nurse .content03 .flex .right img{
    margin-top: 20px;
  }
  #nurse .content03 .flex .left h3, #nurse .content03 .flex .right h3{
    margin: 10px 0 10px;
  }
  #nurse .content03 .flex .left p, #nurse .content03 .flex .right p{
    margin: 10px 0;
  }
  #nurse .content03 p.mb-60{
    margin-bottom: 30px;
  }
  #nurse .content04{
    padding-bottom: 10px;
  }
  #nurse .content04 .flex{
    margin-bottom: 30px;
  }
  #nurse .content04 p{
    margin-top: 10px;
  }
  #nurse .content04 h2{
    margin-bottom: 30px;
  }
  #nurse .content04 .flex:first-child{
    margin-bottom: 50px;
  }
  #nurse .content04 .flex .left{
    padding-right: 0;
  }
  #nurse .content04 .flex .right{
    padding-left: 0;
  }
  #nurse .content04 .flex .list {
    padding: 10px 5px;
  }
  #nurse .content04 .flex .nurse-pc {
    display: none;
  }
  #nurse .content04 .flex .nurse-sp {
    display: block;
  }
  #nurse .content04 .flex .list ul{
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    width: auto;
  }
  #nurse .content04 .flex .list ul li{
    margin-left: 30px;
  }
  #nurse .content04 .btn a {
    padding: 15px 0px;
    width: 268px;
  }
  #nurse .content05{
    margin-bottom: 120px;
  }
  #nurse .content05 h2{
    margin-top: 50px;
  }
  #nurse .content05 .mb-60{
    margin-bottom: 30px;
  }
  #nurse .content05 .faq-content .faq-icon{
    top: 0.5em;
  }
  #nurse .content05 .faq-content h4{
    display: flex;
  }
  #nurse .content05 .faq-content .text{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: #222222;
    font-style: normal;
    font-size: 15px;
    font-weight: normal;
    margin-right: 22px;
    align-self: center;
  }
  #nurse .content06{
    margin-bottom: 120px;
    margin-top: 90px;
  }
  #nurse .content06 h2{
    margin-top: -50px;
  }
  #nurse .content06 h3{
    font-size: 18px;
    margin: 20px 0 30px;
  }
  #nurse .content06 .tel{
    width: auto;
    padding: 10px 0;
    margin: 20px 15px 10px;
  }
  #nurse .content06 .bg{
    margin: 15px;
    padding: 30px 10px 50px;
  }
  #nurse .content06 .bg h3{
    margin: 0 0 40px;
  }
  #nurse .content06 .tel a span{
    font-size: 30px;
  }
  #nurse .content06 .bg .mail a{
    width: 100%;
    padding: 20px 0px;
  }
  #nurse .content06 .bg .mail a span::before{
    right: -28px;
  }
  #nurse .content06 .bg .mail a span::after{
    right: -48px;
  }
  #nurse .content07{
    padding-bottom: 30px;
  }
  #nurse .content07 h3{
    font-size: 24px;
  }
  #nurse .content07 .block01{
    margin-top: 40px;
    margin-bottom: 60px;
    padding: 40px 20px 50px;
  }
  #nurse .content07 .block01 p{
    margin-bottom: 15px;
  }
  #nurse .content07 .flex .left{
    padding-right: 0;
    margin-bottom: 20px;
  }
  #nurse .content07 .flex h3.before-line{
    font-size: 18px;
    margin-bottom: 20px;
  }
  #nurse .bnr-recruit img{
    padding-bottom: 30px;
  }
  #nurse .content05 .faq-content.is-open p span{
    margin: 0px;
  }
  #nurse .bnr-recruit{
    padding-bottom: 10px;
  }
  /*about*/
  #about .kv .kv-img h1{
    top:45%;
  }
  #about .kv .kv-img p{
    top:75%;
    font-size: 14px;
  }
  #about .content01, #about .content02, #about .content03{
    padding: 0 20px;
  }
  #about .content01{
    padding: 30px 20px;
  }
  #about .content02 table tr th{
    width: 70px;
    padding: 20px 10px;
  }
  #about .content03 .title{
    padding-top: 30px;
  }
  #about .content03{
    padding-bottom: 40px;
  }
  #vision .kv .kv-img p{
    top:75%;
  }
  #vision .content01{
    padding: 0 20px;
    margin-bottom: 60px;
  }
  #vision .content01 .title{
    padding-top: 40px;
  }
  #vision .content01 h3.mb-30{
    font-size: 24px;
  }
  #vision .content01 p.mb-30{
    padding: 30px 0 0;
  }
  #electronic .content01{
    padding: 80px 20px 100px;
  }
  #electronic .content01 table tr{
    display: grid;
  }
  #electronic .content01 table tr th{
    padding: 20px 20px 10px;
  }
  #electronic .content01 table tr td{
    padding: 0 20px 10px;
  }
  #news .l-news{
    padding: 80px 20px 90px;
  }
  #news .pulldown{
    position: relative;
    text-align: left;
    margin-bottom: 20px;
    width: max-content;
    top: 0;
  }
  #news.list .articles .list-title{
    display: block;
    margin-top: 10px;
  }
  #news.list .articles li{
    display: block;
  }
  #news.list .articles li::after{
    display: none;
  }
  #news .link .btn{
    margin: 60px auto;
    margin-top: 20px;
  }
  #news .link .btn a{
    padding: 15px 50px;
  }
  #news .link .btn a span::after{
    right: -40px;
  }
  #contact .content01{
    margin: 0px 20px;
  }
  #contact .content01 .form-parts{
    display: block;
  }
  #contact .content01 .form-parts p:first-child,#contact .content01 .form-parts p:last-child{
    width: 100%;
  }
  #contact .content01 .form-agree .mwform-checkbox-field::after{
    display: none;
  }
  #contact .content01 .form-parts p:first-child{
    margin-bottom: 15px;
  }
  #contact .content01 .form-parts p:last-child{
    margin-bottom: 35px;
  }
  #contact .content01 .mw_wp_form_confirm .form-parts p:last-child{
    padding-bottom: 35px;
    border-bottom: #c0c0c0 solid 1px;
  }
  #contact .content01 .btn .submit{
    width: 264px;
    margin: 10px auto;
  }
  #privacy .content01{
    margin: 60px 10px 90px;
  }


  .bnr-bottom .flex a{
    width: 100%;
    display: block;
  }
  .bnr-bottom .flex a img{
    width: 100%;
  }
  .bnr-bottom .flex a:nth-child(2){
    padding: 0;
    width: auto;
  }
  .bottom .contact-bnr{
    padding: 30px 10px 20px;
  }
  .bottom .contact-bnr img{
    width: 100%;
  }
  .bottom .contact-bnr h3.front{
    margin: 30px 0 30px;
  }
  .bottom .contact-bnr h3.back{
    font-size: 80px;
    top: 20px;
  }
  .bottom .contact-bnr .btn{
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .bottom .contact-bnr .btn a {
    padding: 20px 62px 20px 83px;
    font-size: 15px;
  }
  .bottom .contact-bnr .btn a span{
    padding: 0;
    font-size: 15px;
  }
  .bottom .contact-bnr .btn a span::before{
    left: -30px;
    top: 4px;
  }
  .bottom .contact-bnr .btn a span::after{
    top: 7px;
    right: -42px;
  }
  footer{
    padding-top: 50px;
  }
  footer .flex .left p{
    width: 244px;
    margin: auto;
    font-size: 14px;
  }
  footer .flex .left p.font-b{
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }
  footer .flex .left img{
    width: 20%;
    display: block;
    margin: auto;
    margin-bottom: 15px;
  }
  footer .flex .right{
    display: none;
  }
  .footer-sp-link{
    display: flex !important;
    margin-top: 20px;
  }
  footer .left .footer-sp-link p{
    font-weight: bold;
    font-size: 11px;
    margin: 0 10px;
  }
  footer .left .footer-sp-link p:first-child{
    text-align: right;
  }
}
@media(max-width:350px){
  #top .content04 .right .btn span{
    padding: 20px 0;
  }
}

/*20230612追記*/
#trip .content03 table tr td small{
  font-size: 10px;
}
#trip .content08 .dispatch h2{
  font-size: 3.5rem;
  width: 100%;
}
#trip .content00{
  padding-top: 60px;
}
#trip .content00 h2{
  color: #2BA822;
  text-align: center;
  font-size: 34px;
  margin-bottom: 10px;
}
#trip .content04 .content00 .tel{
  background-color: #2BA822;
  color: #fff;
  box-shadow: #ddd 0px 3px 5px;
  width: 384px;
  margin: 0 auto 20px;
  text-align: center;
  display: block;
  z-index: 5;
}
#trip .content00 .tel a{
  color: #fff;
  font-size: 34px;
  font-family: "Montserrat","sans-serif";
  font-weight: bold;
  height: 75px;
  display: block;
  vertical-align: middle;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s;
}
#trip .content00 .tel a::before{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: '';
  background: #2BA822;
  transform-origin: right top;
  transform: scale(1, 1);
  transition: transform .3s;
  border-radius: 1.5px;
}
#trip .content00 .tel a::after{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: '';
  background: #000;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
  border-radius: 1.5px;
}
#trip .content00 .tel a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
#trip .content00 .tel a span {
  padding-top: 16px;
  display: block;
  z-index: 3;
  position: relative;
}
#trip .content00 .tel img {
  width: 32px;
  margin: -5px 11px 0 0px;
  vertical-align: middle;
}
#trip .content00 .flex{
  align-items: center;
  gap: 20px;
  justify-content: center;
}
#trip .content09 h2{
  font-size: 34px;
  text-align: center;
}
#trip .content09-block{
  background-color: #eef3f9;
  padding: 60px 30px 30px;
  border-radius: 20px;
  margin-bottom: 30px;
}
#trip .content09-block h3{
  text-align: center;
}
#trip .content09-box{
  margin-bottom: 50px;
}
#trip .content09-box h4{
  padding-left: 10px;
  border-left: #2ba822 3px solid;
  margin-bottom: 20px;
}
#trip .content09-box .flex{
  gap: 30px;
}
#trip .content09-box .flex img{
  width: 80%;
  height: auto;
  object-fit: contain;
}
.content09-box-child{
  width: calc(50% - 15px);
}
@media (max-width: 767px){
  #sp-hamburger ul{
    width: 100vw;
    margin-left: 0;
  }
  #trip .content03 table{
    min-width: unset;
  }
  #trip .content03 table tr td{
    font-size: 0.875rem;
  }
  #trip .content08 .dispatch h2{
    font-size: 2.3rem;
  }
  #trip .content04 .content00 .tel{
    width: 100%;
  }
  #trip .content00 .flex{
    display: flex;
    margin: 0 20px;
  }
  #trip .content00 h2{
    font-size: 1.8rem;
  }
  #trip .content00 .flex p{
    line-height: 1.5;
    font-size: 0.875rem;
  }
  #trip .content09{
    margin: 0 20px 30px;
  }
  .content09-box-child{
    width: 100%;
    margin-bottom: 30px;
  }
  #trip .content09-box .flex img{
    width: 100%;
  }
  #trip .content09-box .flex p{
    width: 100%;
  }
}
/* 240524 追加 */
@media (max-width: 767px){
  #company .content03 table tr td span{
    display: block;
    font-size: 0.75rem;
  }
}
/* 250109 追加 */
#company .ashinaga{
  padding-top: 120px;
}
#company .ashinaga .flex{
  gap: 30px;
  align-items: center;
}
#company .ashinaga-img{
  width: 300px;
}
#company .ashinaga-img img{
  max-width: 100%;
  height: auto;
}
#company .ashinaga-text{
  width: calc(100% - 330px);
}
#company .ashinaga-title{
  margin-bottom: 20px;
  font-size: 22px;
  color: #2BA822;
}
@media (max-width: 767px){
  #transportation .content04-2 .flex{
    flex-wrap: wrap;
  }
  #transportation .content04-2 .flex .left{
    width: 100% !important;
    max-width: 180px;
    margin: 0 auto 10px;
  }
  #transportation .content04-2 .flex .right{
    width: 100% !important;
  }
  #transportation .content04-2 .flex .right p{
    margin-left: 0;
  }
  #company .ashinaga{
    padding: 90px 20px 0;
  }
  #company .ashinaga-img{
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
  #company .ashinaga-text{
    width: 100%;
  }
  #company .ashinaga-title{
    font-size: 18px;
    margin-bottom: 15px;
  }
}
/* 20250905 追加 */

#news .l-news-article .news-content h1 {
  margin: 0 0 34px;
  padding: 0 0 15px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
  border-bottom: solid 2px #2BA822;
}
@media (max-width: 767px) {
  #news .l-news-article .news-content h1 {
    font-size: 1.625rem;
  }
}

#news .l-news-article .news-content h2 {
  margin: 0 0 35px;
  padding: 0 0 12px;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.7;
  border-bottom: solid 2px #2BA822;
  position: relative;
}
@media (max-width: 767px) {
  #news .l-news-article .news-content h2 {
    font-size: 1.5rem;
  }
}
#news .l-news-article .news-content h2::before {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #CBDE39;
  position: absolute;
  left: 0;
  bottom: -2px;
}
@media (max-width: 767px) {
  #news .l-news-article .news-content h2::before {
    width: 80px;
  }
}

#news .l-news-article .news-content h3 {
  margin: 0 0 25px;
  padding: 0 0 0 50px;
  font-size: 1.5rem;
  font-weight: bold;
  font-weight: 700;
  position: relative;
}
@media (max-width: 767px) {
  #news .l-news-article .news-content h3 {
    margin-bottom: 20px;
    padding-left: 40px;
    font-size: 1.25rem;
  }
}
#news .l-news-article .news-content h3::before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #2BA822;
  position: absolute;
  left: 0;
  top: 0.8em;
}
@media (max-width: 767px) {
  #news .l-news-article .news-content h3::before {
    width: 24px;
  }
}

#news .l-news-article .news-content h4 {
  margin: 0 0 25px;
  padding: 0 0 0 20px;
  font-size: 1.5rem;
  font-weight: bold;
  font-weight: 700;
  position: relative;
}
@media (max-width: 767px) {
  #news .l-news-article .news-content h4 {
    margin-bottom: 20px;
    padding-left: 15px;
    font-size: 1.25rem;
  }
}
#news .l-news-article .news-content h4::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #2BA822;
  position: absolute;
  top: -0.1em;
  left: 0;
}
@media (max-width: 767px) {
  #news .l-news-article .news-content h4::before {
    height: 94%;
    top: 0.25em;
  }
}

#news .l-news-article .news-content h5 {
  margin: 0 0 20px;
  font-size: 1.25rem;
  font-weight: bold;
  font-weight: 700;
}
@media (max-width: 767px) {
  #news .l-news-article .news-content h5 {
    margin-bottom: 15px;
    font-size: 1rem;
  }
}

#news .l-news-article .news-content h6 {
  margin: 0 0 10px;
  font-size: 1.125rem;
  font-weight: bold;
  font-weight: 700;
}
@media (max-width: 767px) {
  #news .l-news-article .news-content h6 {
    font-size: 1rem;
  }
}

#news .l-news-article .news-content p {
  margin: 0 0 30px;
}

#news .l-news-article .news-content ul {
  margin: 0 0 30px;
  padding: 0 0 0 0.4em;
}
#news .l-news-article .news-content ul li {
  list-style: none;
  margin: 0 0 6px;
  padding-left: 0.55em;
  text-indent: -0.55em;
  position: relative;
}
#news .l-news-article .news-content ul li::before {
  content: "・";
  display: inline-block;
}

#news .l-news-article .news-content ol {
  margin: 0 0 30px;
  padding: 0 0 0 2rem;
  list-style-type: decimal;
}
@media (max-width: 767px) {
  #news .l-news-article .news-content ol {
    margin-bottom: 25px;
  }
}
#news .l-news-article .news-content ol li {
  margin: 0 0 6px;
}

#news .l-news-article .news-content img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  height: auto;
  overflow: hidden;
}
#news .l-news-article .news-content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#news .l-news-article .news-content img.alignright {
  float: right;
  margin-left: 1.5em;
}
#news .l-news-article .news-content img.alignleft {
  float: left;
  margin-right: 1.5em;
}

#news .l-news-article .news-content a img {
  transition: 0.3s ease-out;
}

#news .l-news-article .news-content a:hover img {
  opacity: 0.7;
}

#news .l-news-article .news-content a {
  color: #2BA822;
  text-decoration: underline;
  word-break: break-all;
}
#news .l-news-article .news-content a:hover {
  text-decoration: none;
}
#news .l-news-article .news-content a[target="_blank"] {
  position: relative;
  padding-right: 20px;
}
#news .l-news-article .news-content a[target="_blank"]::after {
  content: "";
  position: absolute;
  background: url(../img/common/copy.png) no-repeat;
  background-size: cover;
  width: 11px;
  height: auto;
  aspect-ratio: 15 / 17;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
}

#news .l-news-article .news-content .wp-block-image a[target=_blank]::after {
  content: none;
}

#news .l-news-article .news-content blockquote {
  margin: 0 0 30px;
  padding: 30px 40px;
  background-color: #F5F9FE;
  border-radius: 10px;
}
@media (max-width: 767px) {
  #news .l-news-article .news-content blockquote {
    padding: 20px 25px;
  }
}

#news .l-news-article .news-content iframe,
#news .l-news-article .news-content .wp-block-embed__wrapper iframe,
#news .l-news-article .news-content .is-type-video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-bottom: 30px;
}

#news .l-news-article .news-content table {
  margin-bottom: 30px;
  border: solid 1px rgba(36, 36, 34, 0.2);
}
#news .l-news-article .news-content table th {
  padding: 15px 15px;
  border: solid 1px rgba(36, 36, 34, 0.2);
}
#news .l-news-article .news-content table td {
  padding: 15px 15px;
  border: solid 1px rgba(36, 36, 34, 0.2);
}