@charset "UTF-8";


/** mainvisual **/
/* =============================================== */
#mainvisual {
  position: relative;
  width: 100%;
  height: 40vw;
  margin: 0 auto 100px auto;
  max-height: 870px;
  min-height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
}
.swiper-wrapper .txt {
  text-align: center;
  position: absolute;
  width: 100%;
  max-width: 1626px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  font-size: 2.35vw;
  letter-spacing: 0;
  opacity: 1;
  font-family:"游明朝",Yu Mincho,"游明朝体",YuMincho,Garamond,Times New Roman,"HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",MS PMincho,serif;
    letter-spacing: 0.1em;
}
.swiper-wrapper .txt span {
  display: block;
  position: relative;
  padding: 4rem;
}
/*.swiper-wrapper .txt span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background: rgba(255, 255, 255, .75);*
  z-index: -1;
}*/
.swiper-wrapper .sentence span {
  font-size: 1.5vw;
  text-align: left;
  width: 50%;
  max-width: 600px;
  background: rgba(255, 255, 255, .75);

}
.swiper-wrapper .sentence span::after {
  display: none;
}
@media (max-width: 768px) {
  .swiper-wrapper .txt {
    /*font-size: 3vw;*/
    right:0;
  }
  .swiper-wrapper .txt span {
    padding: 2rem;
  }
  .swiper-wrapper .sentence span {
    font-size: 2vw;
  }
  .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white,
  .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-size: 30px 30px;
  }
}
@media (max-width: 425px) {
  .swiper-wrapper .txt {
    font-size: 3vw;
    right: 2%;
  }
  .swiper-wrapper .txt span {
    padding: 1rem;
  }
  .swiper-wrapper .sentence span {
    font-size: 2.5vw;
  }
  .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white,
  .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    display: none;
  }
}
.swiper-wrapper .swiper-slide-active .txt {
  opacity: 1;
  animation-name: slidetxtIn;
  -webkit-animation-name: slidetxtIn;
  animation-duration: .5s;
  -webkit-animation-duration: .5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@keyframes slidetxtIn {
  0% {
    /*left: 10%;*/
    opacity: 0.0;
  }
  100% {
    /*left: 0;*/
    opacity: 1;
  }
}
@-webkit-keyframes slidetxtIn {
  0% {
    /*left: 10%;*/
    opacity: 0.0;
  }
  100% {
    /*left: 0;*/
    opacity: 1;
  }
}

/*common*/
html {
  margin: 0;
  padding:0;
  -webkit-overflow-scrolling: touch;
}
*{
  box-sizing: border-box;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "游ゴシック", "メイリオ", sans-serif;
  box-sizing: border-box;
  font-weight: 500;
  color: #333;
  line-height: 2.0;
  position: relative;
}
h2,h3,h4,h5 {
  margin: 0;
  padding: 0;
}
img {
  width: 100%;
  vertical-align: bottom;
}
ul,li,dl,dt,dd {
  margin:0;
  padding:0;
  list-style: none;
}
p {
  margin: 0 0 1em 0;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover{
  transition: .3s;
  text-decoration: underline;
}
em{
  font-style: normal;
}

aside.menu-trigger{
  display: none;
}

/* --------------------------------------------------------- header */
header {
  width: 70%;
  min-height: 100px;
  background-color: #fff;
  display:-ms-flexbox;
  display:-webkit-flex;
  display: flex;
  -ms-flex-pack:justify;
  -webkit-justify-content: space-between;
  justify-content:space-between;
  align-items: center;
  transition: all .5s;
  margin: 0 auto;

}
header h1 {
  letter-spacing: 0.1em;
  max-width: 45%;
}

header h1 a{
  color: #000;
}

header h1 a:hover{
  text-decoration: none;
}

header h1 a img{
  max-width: 400px;
  max-height: 70px;
}

header.smaller {
  height: 80px;
}

header nav{
  position:static;
  transform: none;
  height: auto;
  width: auto;
  max-width: 60%;
}

header nav ul{
  display: flex;
  flex-flow: wrap;
}

header nav ul li{
  display: inline;
  margin-right: 50px;
}

header nav ul li:last-child{
  margin-right: 0;
}

header nav ul li a{
  color: #000;
  font-weight: bold;
}



.wrapper {
  height: 100%;
  position: relative;
}

nav.hamburger{
width: 250px;
height: 100%;
padding-top: 100px;
background-color: rgb(0, 0, 0, 0.7);
position: fixed;
top: 0;
right: 0;
z-index: 9999;
transform: translate(250px);
transition: all .5s;
}
nav.open {
  transform: translateZ(0);
}
nav.hamburger{
  overflow-y:scroll;
}
nav.hamburger li {
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
nav.hamburger li a {
  color: #fff;
  display: block;
}

.overlay{
  display: none;
}

@media screen and (max-width: 1399px) {
.fix{
  width: 100%;
  height: 100px;
  position: fixed;
  display: block;
  z-index: 9999;
  transition: 0.7s;
}
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9998;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}
main {
  transition: all .5s;
}
article:first-of-type {
  transition: all .5s;
}
article.open:first-of-type {
  transform: translateX(-250px);
  transition: all .5s;
}
article.open{
  transform: translateX(-250px);
  transition: all .5s;
}
main.open {
  transform: translateX(-250px);
}
.menu-trigger {
  display: inline-block;
  width: 36px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 36px;
  right: 36px;
  z-index: 9999;
  transform: translateX(0);
  transition: transform .5s;
}

.menu-trigger.active {
  transform: translateX(-250px);
}
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  transition: all .5s;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}
}

/* --------------------------------------------------------- main */
main{
  background-image: url(../images/back.png);
  background-repeat: no-repeat;
  width: 100%;
  background-position: 106%;
}

main hr.space {
    border: 0;
    height: 1px;
    margin-bottom: 50px;
}

main div.greeting{
  margin-bottom: 350px;
}
main div.greeting dl dt{
  position: relative;
}

main div.greeting dl dt img{
  width: 62.5%;
  height: auto;
}

main div.greeting dl dd{
  width: 46.8%;
  position: absolute;
  top: 50%;
  left:40%;
  background-color: #007d44;
  color: #fff;
  padding: 90px;
  line-height: 32px;
  z-index: 2;
}

main div.greeting dl dd span{
  text-align: right;
  display: block;
}

main div.greeting dl dd span ins{
  text-decoration: none;
  margin-right: 18px;
}

main div.greeting dl dd em{
  font-style: normal;
  display: block;
  margin-bottom: 30px;
}

main div.img-text3{
  width: 100%;
  margin: 0 auto 168px auto;
}

main div.img-text3 h2{
  text-align: center;
}

main div.img-text3 ul{
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0;
  list-style: none;
  flex-flow: wrap;
}

main div.img-text3 ul li{
  width: 33.33%;
  padding: 0;
  margin-bottom: 0;
}

main div.img-text3 ul li:hover a img{
  opacity: 0.7;
  transition: 0.5s;
}

main div.img-text3 ul li figure{
  margin: 0;
  width: 100%;
}

main div.img-text3 ul li figure img{
  width: 100%;
  height: auto;
  transition: 0.5s;
}

main div.img-text3 ul li em{
  color: #000;
  padding: 0 20px;
  display: block;
  font-style: normal;
  font-weight: bold;
}

main div.img-text3 ul li span{
  color: #000;
  padding: 0 20px;
  display: block;
}

main div.img-text3 ul li em{
  color: #007d44;
}

main div#news{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto 150px auto;
}

main div#news h2{
 text-align: center;
}

main div#news table{
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
}

main div#news table tr{
  border-bottom: 1px solid #dcdcdc;
}

main div#news table tr th{
  width: 15%;
  padding: 16px 55px 16px 0;
}
main div#news table tr td{
  padding: 16px 0 16px 0;
}

main div#news a{
  color: #000;
}

main div#news a:hover{
  text-decoration: underline;
}

main article#banner{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto 50px auto;
}

main article#banner ul{
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
  list-style: none;
  flex-flow: wrap;
}

main article#banner ul li{
  width: 320px;
  height: 100px;
}

main article#banner ul li a{
  display: block;
  color: #fff;
  text-align: center;
  transition: 0.7s;
}

main article#banner ul li a:hover{
  opacity: 0.5;
  transition: 0.7s;
}

main article#link{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto;
  padding-bottom: 175px;
}

main article#link ul{
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
  list-style: none;
  flex-flow: wrap;
  margin-right: -40px;
}

main article#link ul li{
  width: 320px;
  height: 100px;
  margin-right: 40px;
}

main article#link ul li a{
  display: block;
  background-color: #007d44;
  color: #fff;
  text-align: center;
  padding: 21px 0;
  transition: 0.7s;
}

main article#link ul li a:hover{
  opacity: 0.5;
  transition: 0.7s;
}


/* --------------------------------------------------------- footer */
footer {
  position: relative;
  background-color: #007d44;
}

footer section.inner{
  color: #fff;
  text-align: center;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

footer section.inner ul{
  margin: 0 auto;
  display: inline-flex;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1360px;
  -webkit-box-ordinal-group:2;
  -ms-flex-order:2;
  -webkit-order:2;
  order:2;
  margin-top: 25px;
}

footer section.inner ul li{
  border-left: 1px solid #fff;
  padding: 0 20px;
}

footer section.inner ul li:last-child{
  border-right: 1px solid #fff;
}

footer section.inner ul li a{
  display: block;
  color: #fff;
}

footer section.inner div{
  -webkit-box-ordinal-group:1;
  -ms-flex-order:1;
  -webkit-order:1;
  order:1;
}

footer section.inner div::first-line{
  margin-bottom: 25px;
  display: block;
}

footer p{
  background-color: #000;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 10px 0;
}

aside.pagetop{
  width: 100px;
  position: absolute;
  top: -10%;
  right: 0;
  border-radius: 10px;
  background-color: #007d44;
  margin-right: 35px;
}

aside.pagetop a{
  padding: 25px 0;
  width: 100%;
  display: block;
}

aside.pagetop a img{
  width: 35px;
  text-align: center;
  margin: 0 auto;
  display: block;
}


/* --------------------------------------------------------- 下層 */
article#undermain{
  width: 100%;
  position: relative;
  padding-bottom: 50px;
  background-color: #f4f4f4;
}
article#undermain section.caption{
  position: absolute;
  content: "";
  top: 0%;
  left: 0%;
  white-space: nowrap;
  width: 100%;
  text-align: center;
  display: block;
  padding: 110px 0;
  background:rgba(0,0,0,0.5);
}

article#undermain section.caption h2{
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
}

article#undermain img{
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: 0 50%;
  font-family:'object-fit:cover; object-position:0 50%;';
}

main{
  background-color: #f4f4f4;
  background-image: none;
}

main p.paragraph-left{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto 50px auto;
  text-align: left;
}

main p.paragraph-center{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto 50px auto;
  text-align: center;
}

main p.paragraph-right{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto 50px auto;
  text-align: right;
}

main blockquote{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto;
  position: relative;
  background-color: #e6e6e6;
  padding: 50px;
  margin: 0 auto 100px auto;
}

main blockquote:before{
  position: absolute;
  content: url("../images/quote01.png");
  top: 5%;
  left: 1%;
}

main blockquote:after{
  position: absolute;
  content: url("../images/quote02.png");
  bottom: 5%;
  right: 1%;
}

main section hr{
  width: 1360px;
  margin: 0 auto;
  margin-bottom: 100px;
}

main h2{
  width: 1360px;
  margin: 0 auto;
  text-align: center;
  color: #007d44;
}

main h3{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto;
  border-bottom: 1px solid #000;
}

main h4{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto;
  font-weight: normal;
}

main ul.list{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto;
  padding: 18px 20px;
  background-color: #fff;
}

main ul.list li{
  list-style-type: none;
  position: relative;
  padding-left: 15px;
}

main ul.list li:before{
  position: absolute;
  content: "";
  left: 0;
  top: 12px;
  width: 3px;
  height: 3px;
  background-color: #000;
}

main table.hl2{
  width: 70%;
  margin: 0 auto 50px auto;
  min-width: 1360px;
}

main table.hl2{
  border-top:1px solid #808080;
  border-bottom:1px solid #808080;
  box-sizing: border-box;
  border-collapse: collapse;
}

main table.hl2 tr{
  border-top:1px solid #808080;
  border-bottom:1px solid #808080;
}

main table.hl2 tr th{
  width: calc(100% / 2);
  border-right: 1px solid #808080;
  text-align: left;
  background-color: #e1e1e1;
  color: #007d44;
  padding: 30px 0 30px 20px;
}

main table.hl2 tr th:last-child{
  border-right: none;
}

main table.hl2 tr td:last-child{
  border-right: none;
}

main table.hl2 tr td{
  border-right: 1px solid #808080;
  padding: 30px 0 30px 20px;
}

main table.hl3{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto 50px auto;
  border-top:1px solid #808080;
  border-bottom:1px solid #808080;
  box-sizing: border-box;
  border-collapse: collapse;
}

main table.hl3 tr{
  border-top:1px solid #808080;
  border-bottom:1px solid #808080;
}

main table.hl3 tr th{
  width: calc(100% / 3);
  border-right: 1px solid #808080;
  text-align: left;
  background-color: #e1e1e1;
  color: #007d44;
  padding: 30px 0 30px 20px;
}

main table.hl3 tr th:last-child{
  border-right: none;
}

main table.hl3 tr td:last-child{
  border-right: none;
}

main table.hl3 tr td{
  border-right: 1px solid #808080;
  padding: 30px 0 30px 20px;
}


main table.hl4{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto 50px auto;
  border-top:1px solid #808080;
  border-bottom:1px solid #808080;
  box-sizing: border-box;
  border-collapse: collapse;
}

main table.hl4 tr{
  border-top:1px solid #808080;
  border-bottom:1px solid #808080;
}

main table.hl4 tr th{
  width: calc(100% / 4);
  border-right: 1px solid #808080;
  text-align: left;
  background-color: #e1e1e1;
  color: #007d44;
  padding: 30px 0 30px 20px;
}

main table.hl4 tr th:last-child{
  border-right: none;
}

main table.hl4 tr td:last-child{
  border-right: none;
}

main table.hl4 tr td{
  border-right: 1px solid #808080;
  padding: 30px 0 30px 20px;
}

main table.hl5{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto 50px auto;
  border-top:1px solid #808080;
  border-bottom:1px solid #808080;
  box-sizing: border-box;
  border-collapse: collapse;
}

main table.hl5 tr{
  border-top:1px solid #808080;
  border-bottom:1px solid #808080;
}

main table.hl5 tr th{
  width: calc(100% / 5);
  border-right: 1px solid #808080;
  text-align: left;
  background-color: #e1e1e1;
  color: #007d44;
  padding: 30px 0 30px 20px;
}

main table.hl5 tr th:last-child{
  border-right: none;
}

main table.hl5 tr td:last-child{
  border-right: none;
}

main table.hl5 tr td{
  border-right: 1px solid #808080;
  padding: 30px 0 30px 20px;
}


main table.hl6{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto 50px auto;
  border-top:1px solid #808080;
  border-bottom:1px solid #808080;
  box-sizing: border-box;
  border-collapse: collapse;
}

main table.hl6 tr{
  border-top:1px solid #808080;
  border-bottom:1px solid #808080;
}

main table.hl6 tr th{
  width: calc(100% / 6);
  border-right: 1px solid #808080;
  text-align: left;
  background-color: #e1e1e1;
  color: #007d44;
  padding: 30px 0 30px 20px;
}

main table.hl6 tr th:last-child{
  border-right: none;
}

main table.hl6 tr td:last-child{
  border-right: none;
}

main table.hl6 tr td{
  border-right: 1px solid #808080;
  padding: 30px 0 30px 20px;
}

main table.vl2{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto 50px auto;
  border-top:1px solid #808080;
  border-bottom:1px solid #808080;
  box-sizing: border-box;
  border-collapse: collapse;
}

main table.vl2 tr{
  border-top:1px solid #808080;
  border-bottom:1px solid #808080;
}

main table.vl2 tr th{
  width: 25%;
  border-right: 1px solid #808080;
  text-align: left;
  background-color: #e1e1e1;
  color: #007d44;
  padding: 30px 0 30px 20px;
}

main table.vl2 tr th:last-child{
  border-right: none;
}

main table.vl2 tr td{
  border-right: 1px solid #808080;
  padding: 30px 0 30px 20px;
}

main table.vl2 tr td:last-child{
  border-right: none;
}

main table.vl3{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto 50px auto;
  border-top:1px solid #808080;
  border-bottom:1px solid #808080;
  box-sizing: border-box;
  border-collapse: collapse;
}

main table.vl3 tr{
  border-top:1px solid #808080;
  border-bottom:1px solid #808080;
}

main table.vl3 tr th{
  width: 25%;
  border-right: 1px solid #808080;
  text-align: left;
  background-color: #e1e1e1;
  color: #007d44;
  padding: 30px 0 30px 20px;
}

main table.vl3 tr th:last-child{
  border-right: none;
}

main table.vl3 tr td{
  border-right: 1px solid #808080;
  padding: 30px 0 30px 20px;
}

main table.vl3 tr td:last-child{
  border-right: none;
}

main table.vl4{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto 50px auto;
  border-top:1px solid #808080;
  border-bottom:1px solid #808080;
  box-sizing: border-box;
  border-collapse: collapse;
}

main table.vl4 tr{
  border-top:1px solid #808080;
  border-bottom:1px solid #808080;
}

main table.vl4 tr th{
  width: 25%;
  border-right: 1px solid #808080;
  text-align: left;
  background-color: #e1e1e1;
  color: #007d44;
  padding: 30px 0 30px 20px;
}

main table.vl4 tr th:last-child{
  border-right: none;
}

main table.vl4 tr td{
  border-right: 1px solid #808080;
  padding: 30px 0 30px 20px;
}

main table.vl4 tr td:last-child{
  border-right: none;
}

main table.vl5{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto 50px auto;
  border-top:1px solid #808080;
  border-bottom:1px solid #808080;
  box-sizing: border-box;
  border-collapse: collapse;
}

main table.vl5 tr{
  border-top:1px solid #808080;
  border-bottom:1px solid #808080;
}

main table.vl5 tr th{
  width: 25%;
  border-right: 1px solid #808080;
  text-align: left;
  background-color: #e1e1e1;
  color: #007d44;
  padding: 30px 0 30px 20px;
}

main table.vl5 tr th:last-child{
  border-right: none;
}

main table.vl5 tr td{
  width: calc(100% / 6);
  border-right: 1px solid #808080;
  padding: 30px 0 30px 20px;
}

main table.vl5 tr td:last-child{
  border-right: none;
}


main table.vl6{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto 50px auto;
  border-top:1px solid #808080;
  border-bottom:1px solid #808080;
  box-sizing: border-box;
  border-collapse: collapse;
}

main table.vl6 tr{
  border-top:1px solid #808080;
  border-bottom:1px solid #808080;
}

main table.vl6 tr th{
  width: 20%;
  border-right: 1px solid #808080;
  text-align: left;
  background-color: #e1e1e1;
  color: #007d44;
  padding: 30px 0 30px 20px;
}

main table.vl6 tr th:last-child{
  border-right: none;
}

main table.vl6 tr td{
  width: calc(100% / 6);
  border-right: 1px solid #808080;
  padding: 30px 0 30px 20px;
}

main table.vl6 tr td:last-child{
  border-right: none;
}






main dl.img-txt-h1-left{
  width: 100%;
  margin-bottom: 350px;
  position: relative;
  min-width: 1360px;
}

main dl.img-txt-h1-left dt img{
  width: 62.5%;
  height: auto;
}

main dl.img-txt-h1-left dd{
  width: 46.8%;
  position: absolute;
  top: 60%;
  left:40%;
  background-color: #007d44;
  color: #fff;
  padding: 90px;
  line-height: 32px;
  z-index: 2;
}

main dl.img-txt-h1-left dd span{
  text-align: right;
  display: block;
}

main dl.img-txt-h1-left dd span ins{
  text-decoration: none;
  margin-right: 18px;
}

main dl.img-txt-h1-left dd em{
  font-style: normal;
  display: block;
  margin-bottom: 30px;
}

main div.img-txt-h2-left{
    width: 70%;
  min-width: 1360px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0;
    list-style: none;
    flex-flow: wrap;
    margin-bottom: 100px;
}

main div.img-txt-h2-left dl{
  display: flex;
  width: 49%;
}

main div.img-txt-h2-left dl dt{
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 50%;
}

main div.img-txt-h2-left dl dt img{
  width: 100%;
}

main div.img-txt-h2-left dl dd{
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  width: 50%;
  margin-left: 20px;
}

main div.img-txt-h2-left dl dd em{
  display: block;
  color: #007d44;
  font-weight: bold;
}

/**/
main div.img-txt-h3-left{
    width: 70%;
  min-width: 1360px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0;
    list-style: none;
    flex-flow: wrap;
}

main div.img-txt-h3-left dl{
  display: flex;
  width: 30%;
}

main div.img-txt-h3-left dl dt{
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 51%;
}

main div.img-txt-h3-left dl dd{
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  width: 49%;
}

main div.img-txt-h3-left dl dt img{
  width: 100%;
}

main div.img-txt-h3-left dl dd{
  margin-left: 20px;
  vertical-align: middle;
}

main div.img-txt-h3-left dl dd em{
  display: block;
  color: #007d44;
  font-weight: bold;
}

main dl.img-txt-h1-right{
  width: 100%;
  margin-bottom: 350px;
  position: relative;
  min-width: 1360px;
}

main dl.img-txt-h1-right dt img{
  width: 62.5%;
  height: auto;
}

main dl.img-txt-h1-right dt{
  text-align: right;
}

main dl.img-txt-h1-right dd{
  width: 46.8%;
  position: absolute;
  top: 60%;
  left:20%;
  background-color: #007d44;
  color: #fff;
  padding: 90px;
  line-height: 32px;
  z-index: 2;
}

main dl.img-txt-h1-right dd span{
  text-align: right;
  display: block;
}

main dl.img-txt-h1-right dd span ins{
  text-decoration: none;
  margin-right: 18px;
}

main dl.img-txt-h1-right dd em{
  font-style: normal;
  display: block;
  margin-bottom: 30px;
}

main div.img-txt-h2-right{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0;
  list-style: none;
  flex-flow: wrap;
  margin-bottom: 100px;
}

main div.img-txt-h2-right dl{
  display: flex;
  width: 49%;
}

main div.img-txt-h2-right dl dt{
  width: 50%;
}

main div.img-txt-h2-right dl dt img{
  width: 100%;
}

main div.img-txt-h2-right dl dd{
  width: 50%;
}

main div.img-txt-h2-right dl dd em {
    display: block;
    color: #007d44;
    font-weight: bold;
}

/**/
main div.img-txt-h3-right{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0;
  list-style: none;
  flex-flow: wrap;
}

main div.img-txt-h3-right dl{
  display: flex;
  width: 30%;
}

main div.img-txt-h3-right dl dt{
  width: 49%;
}

main div.img-txt-h3-right dl dd{
  width: 51%;
}

main div.img-txt-h3-right dl dt img{
  width: 100%;
}

main div.img-txt-h3-right dl dd{
  margin-left: 20px;
  vertical-align: middle;
}

main div.img-txt-h3-right  dl dd em {
    display: block;
    color: #007d44;
    font-weight: bold;
}

p.btn-left {
    width: 70%;
    min-width: 1360px;
    margin: 0 auto;
}

p.btn-left a {
    display: block;
    text-align: center;
    width: 320px;
    height: 100px;
    margin: 0 auto 0 0;
    color: #fff;
    line-height: 95px;
    background-color: #aaaaaa;
    border: 1px solid #aaaaaa;
}

p.btn-center {
    width: 70%;
    min-width: 1360px;
    margin: 0 auto;
}

p.btn-center a {
    display: block;
    text-align: center;
    width: 320px;
    height: 100px;
    margin: 0 auto;
    line-height: 95px;
    color: #fff;
    background-color: #aaaaaa;
    border: 1px solid #aaaaaa;
}

p.btn-right {
    width: 70%;
    min-width: 1360px;
    margin: 0 auto;
}

p.btn-right a {
    display: block;
    text-align: center;
    width: 320px;
    height: 100px;
    margin: 0 0 0 auto;
    line-height: 95px;
    color: #fff;
    background-color: #aaaaaa;
    border: 1px solid #aaaaaa;
}

p.txt-link-left{
  text-align: left;
  width: 70%;
  min-width: 1360px;
  margin: 0 auto;
}

p.txt-link-left a:hover{
  text-decoration: underline;
}

p.txt-link-center{
  text-align: center;
  width: 70%;
  min-width: 1360px;
  margin: 0 auto;
}

p.txt-link-center a:hover{
  text-decoration: underline;
}

p.txt-link-right{
  text-align: right;
  width: 70%;
  min-width: 1360px;
  margin: 0 auto;
}

p.txt-link-right a:hover{
  text-decoration: underline;
}

p.txt-link-left.txt-link-list a{
  display: inline-block;
  margin-right: 1em;
}

p.txt-link-center.txt-link-list a{
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

p.txt-link-right.txt-link-list a{
  display: inline-block;
  margin-left: 1em;
}

div.btn-background{
  width: 100%;
  padding:75px 0;
}

div.btn-background p a{
  display: block;
  text-align: center;
  width: 320px;
  height: 100px;
  margin: 0 auto;
  line-height: 95px;
  color: #fff;
  background-color: #747474;
  border: 1px solid #747474;
}

div.img-text1{
  width: 100%;
}

div.img-text1 figure{
  margin: 0;
}

div.img-text1 figure img{
  width: 100%;
  height: auto;
  transition: 0.7s;
}

div.img-text1 a:hover figure img{
  opacity: 0.5;
  transition: 0.7s;
}

div.img-text1 a{
  color: #000;
}

div.img-text1 h3{
  width: 100%;
  padding: 0 20px;
  border-bottom: none;
}

div.img-text1 p{
  width: 100%;
  padding: 0 20px;
}

div.img-text1 a.no-link{
  text-decoration: none;
}

div.img-text1 a.no-link:hover figure img{
  opacity: unset;
  transition: unset;
}


div.img-text2{
  width: 100%;
}

div.img-text2 ul{
  display: inline-flex;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

div.img-text2 ul li{
  width: 50%;
  text-align: left;
}

div.img-text2 ul li a{
  color: #000;
}

div.img-text2 ul li:hover a img{
  opacity: 0.5;
  transition: 0.7s;
}

div.img-text2 ul li figure{
  margin: 0;
}

div.img-text2 ul li em{
  display: block;
  text-align: left;
  padding: 0 20px;
  font-style: normal;
  color: #007d44;
  font-weight: bold;
}

div.img-text2 ul li figure img{
  width: 100%;
}

div.img-text2 ul li span{
  padding: 0 20px;
  display: block;
}

div.img-text3{
  width: 100%;
}

div.img-text3 ul{
  display: inline-flex;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

div.img-text3 ul li{
  width: 50%;
  text-align: left;
}

div.img-text3 ul li a{
  color: #000;
}

div.img-text3 ul li figure{
  margin: 0;
}

div.img-text3 ul li em{
  display: block;
  text-align: left;
  padding: 0 20px;
  font-style: normal;
  color: #007d44;
  font-weight: bold;
}

div.img-text3 ul li figure img{
  width: 100%;
  height: auto;
}

div.img-text3 ul li span{
  padding: 0 20px;
  display: block;
}

div.img-text4{
  width: 100%;
}

div.img-text4 ul{
  display: inline-flex;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

div.img-text4 ul li{
  width: 25%;
  text-align: left;
  transition: 0.7s;
}

div.img-text4 ul li a{
  color: #000;
  display: block;
  transition: 0.7s;
}

div.img-text4 ul li:hover a img{
  opacity: 0.5;
  transition: 0.7s;
}

div.img-text4 ul li figure{
  margin: 0;
}

div.img-text4 ul li em{
  display: block;
  text-align: left;
  padding: 0 20px;
  font-style: normal;
  color: #007d44;
  font-weight: bold;
}

div.img-text4 ul li figure img{
  width: 100%;
  height: auto;
}

div.img-text4 ul li span{
  padding: 0 20px;
  display: block;
}

div.img-text-in1{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto 50px auto;
}

div.img-text-in1 figure{
  margin: 0;
}

div.img-text-in1 a{
  position: relative;
  width: 100%;
  display: block;
  color: #000;
  transition: 0.7s;
}

div.img-text-in1 a:hover{
  opacity: 0.5;
  transition: 0.7s;
}

div.img-text-in1 figure img{
  width: 100%;
  height: auto;
  z-index: 1;
}

div.img-text-in1 div{
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 2;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

div.img-text-in1 div p{
  margin-bottom: 0;
}

div.img-text-in1 div h3{
  width: 100%;
  min-width: auto;
  color: #007d44;
  font-weight: bold;
  border-bottom: none;
}

div.img-text-in1 a.no-link:hover{
  text-decoration: none;
  opacity: unset;
  transition: unset;
}


div.img-text-in2{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto 50px auto;
}

div.img-text-in2 ul{
  display: inline-flex;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

div.img-text-in2 ul li{
  width: 50%;
  text-align: left;
  position: relative;
  display: block;
  color: #000;
  transition: 0.7s;
}

div.img-text-in2 ul li:hover a{
  opacity: 0.5;
  transition: 0.7s;
}

div.img-text-in2 figure{
  margin: 0;
}

div.img-text-in2 a{
  position: relative;
  width: 100%;
  display: block;
  color: #000;
}

div.img-text-in2 figure img{
  width: 100%;
  height: auto;
  z-index: 1;
}

div.img-text-in2 ins{
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 2;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}

div.img-text-in2 ins em{
  color: #007d44;
  font-weight: bold;
  display: block;
  font-style: normal;
}

div.img-text-in3{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto 50px auto;
}

div.img-text-in3 ul{
  display: inline-flex;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

div.img-text-in3 ul li{
  width: 33.33%;
  text-align: left;
  position: relative;
  display: block;
  color: #000;
  transition: 0.7s;
}

div.img-text-in3 figure{
  margin: 0;
}

div.img-text-in3 a{
  position: relative;
  width: 100%;
  display: block;
  color: #000;
}

div.img-text-in3 figure img{
  width: 100%;
  height: auto;
  z-index: 1;
}

div.img-text-in3 ul li:hover a{
  opacity: 0.5;
  transition: 0.7s;
}

div.img-text-in3 ins{
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 2;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}

div.img-text-in3 ins em{
  color: #007d44;
  font-weight: bold;
  display: block;
}

div.img-text-in4{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto 50px auto;
}

div.img-text-in4 ul{
  display: inline-flex;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

div.img-text-in4 ul li{
  width: 25%;
  text-align: left;
  position: relative;
  display: block;
  color: #000;
}

div.img-text-in4 ul li a{
  transition: 0.7s;
}

div.img-text-in4 ul li:hover a{
  transition: 0.7s;
  opacity: 0.5;
}

div.img-text-in4 figure{
  margin: 0;
}

div.img-text-in4 a{
  position: relative;
  width: 100%;
  display: block;
  color: #000;
}

div.img-text-in4 figure img{
  width: 100%;
  height: auto;
  z-index: 1;
}

div.img-text-in4 ins{
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 2;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}

div.img-text-in4 ins em{
  color: #007d44;
  font-weight: bold;
  display: block;
}

figure.large-img{
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: 0 50%;
  font-family:'object-fit:cover; object-position:0 50%;';
  margin: 0;
}

ul.btn-img{
  width: 100%;
  margin: 0 auto;
}

ul.btn-img{
  display: inline-flex;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

ul.btn-img li{
  width: 50%;
  text-align: left;
  position: relative;
  display: block;
  color: #000;
}

ul.btn-img li a{
  position: relative;
  width: 100%;
  display: block;
  color: #000;
}

ul.btn-img li a:hover img{
  opacity: 0.5;
  transition: 0.7s;
}

ul.btn-img li a img{
  width: 100%;
  height: auto;
  z-index: 1;
  transition: 0.7s;
}

ul.btn-img li a em{
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 2;
  padding: 10px 20px;
  text-decoration: none;
  font-style: normal;
  color: #fff;
  background-color: rgba(0,0,0,0.5);
}

div.greeting dl{
  position: relative;
  min-width: 1360px;
  width: 100%;
}

div.greeting dl dt span{
  display: block;
}

div.greeting dl dd{
  width: 900px;
}

div.greeting2 dl{
  position: relative;
  width: 100%;
  min-width: 1360px;
}

div.greeting2 dl dt span{
  display: block;
}

div.greeting2 dl dd{
  width: 900px;
}

main div.greeting2{
  margin-bottom: 300px;
}
main div.greeting2 dl dt{
  position: relative;
  text-align: right;
}

main div.greeting2 dl dt img{
  width: 62.5%;
  height: auto;
}

main div.greeting2 dl dd{
  width: 46.8%;
  position: absolute;
  top: 35%;
  left:20%;
  background-color: #007d44;
  color: #fff;
  padding: 90px;
  line-height: 32px;
  z-index: 2;
}

main div.greeting2 dl dd span{
  text-align: right;
  display: block;
}

main div.greeting2 dl dd span ins{
  text-decoration: none;
  margin-right: 18px;
}

main div.greeting2 dl dd em{
  font-style: normal;
  display: block;
  margin-bottom: 30px;
}


main table.company{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto;
  border-top:1px solid #808080;
  border-bottom:1px solid #808080;
  box-sizing: border-box;
  border-collapse: collapse;
}

main table.company tr{
  border-top:1px solid #808080;
  border-bottom:1px solid #808080;
}

main table.company tr th{
  width: 25%;
  border-right: 1px solid #808080;
  text-align: left;
  background-color: #e1e1e1;
  color: #007d44;
  padding: 30px 0 30px 20px;
}

main table.company tr th:last-child{
  border-right: none;
}

main table.company tr td{
  border-right: 1px solid #808080;
  padding: 30px 0 30px 20px;
}

main table.company tr td:last-child{
  border-right: none;
}

div.office{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto;
}

main table.recruit{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto;
  border-top:1px solid #808080;
  border-bottom:1px solid #808080;
  box-sizing: border-box;
  border-collapse: collapse;
}

main table.recruit tr{
  border-top:1px solid #808080;
  border-bottom:1px solid #808080;
}

main table.recruit tr th{
  width: 25%;
  border-right: 1px solid #808080;
  text-align: left;
  background-color: #e1e1e1;
  color: #007d44;
  padding: 30px 0 30px 20px;
}

main table.recruit tr th:last-child{
  border-right: none;
}

main table.recruit tr td{
  border-right: 1px solid #808080;
  padding: 30px 0 30px 20px;
}

main table.recruit tr td:last-child{
  border-right: none;
}

aside#local-navi02{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto 50px auto;
}

aside#local-navi02 h2{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto;
  color: #007d44;
}

aside#local-navi02 ul{
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
  list-style: none;
  flex-flow: wrap;
}

aside#local-navi02 ul li{
  width: 320px;
  margin: 0 10px 5px 10px;
}

aside#local-navi02 ul li a{
  display: block;
  width: 100%;
  padding: 30px 0;
  background-color: #aaaaaa;
  color: #fff;
  text-align: center;
  transition: 0.7s;
}

aside#local-navi02 ul li a:hover{
  opacity: 0.5;
  transition: 0.7s;
}

aside#local-navi{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto 50px auto;
}

aside#local-navi h2{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto;
  color: #007d44;
}

aside#local-navi ul{
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
  list-style: none;
  flex-flow: wrap;
}

aside#local-navi ul li{
  width: 320px;
  margin: 0 10px 5px 10px;
}

aside#local-navi ul li a{
  display: block;
  width: 100%;
  padding: 20px 0;
  background-color: #aaaaaa;
  color: #fff;
  text-align: center;
  transition: 0.7s;
}

aside#local-navi ul li a:hover{
  opacity: 0.5;
  transition: 0.7s;
}

article section{
  margin-bottom: 100px;
}

article section table{
  margin-bottom: 100px!important;
}

/* --------------------------------------------------------- お問い合わせ */
form.inner{
  margin-bottom: 150px;
}

form.inner dl{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto;
  border-top: 1px solid #808080;
  display: flex;
  align-items: center;
  padding: 20px 0;
}

form.inner dl dt{
  width: 20%;
  align-items: center;
  color: #007d44;
  font-weight: bold;
  padding: 0px 100px 0px 0px;
}

form.inner dl dd input[type="text"]{
  border-color: #007d44;
  padding: 10px;
  background-color: #f4f4f4;
  width: 300px;
}

form.inner dl dd span{
  margin-right: 10px;
  margin-left: 20px;
}

form.inner dl dd span:nth-child(1){
  margin-left: 0;
}

form.inner dl.name01 dd input[type="text"]{
  width: 350px;
}

form.inner dl dd ins{
  display: block;
  color: #f00;
  font-weight: bold;
  text-decoration: none;
}

form.inner dl.furigana01 dd input[type="text"]{
  width: 350px;
}

form.inner dl.mail01 dd input[type="text"]{
  width: 350px;
}

form.inner dl.mail02 dd input[type="text"]{
  width: 350px;
}

form.inner dl.phone01 dd input[type="text"]{
  width: 350px;
}

form.inner dl.phone02 dd input[type="text"]{
  width: 175px;
}

form.inner dl.phone02 dd span{
  margin-right: 8px;
  margin-left: 8px;
}

form.inner dl.zip01 dd input[type="text"]{
  width: 350px;
}

form.inner dl.zip02 dd span{
  margin-left: 8px;
  margin-right: 8px;
}

#form dl.required dt {
    position: relative;
}

#form dl.required dt:after {
    content: "必須";
    width: 51px;
    height: 21px;
    line-height: 21px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 5px;
    right: 26px;
    border: 1px solid #007d44;
    background-color: #007d44;
}


select {
  width: 200px;
  /* styling */
  background-color: #f4f4f4;
  border: 1px solid #007d44;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select::-ms-expand {
    display: none;
}



/* arrows */

select {
  width: 250px;
  background-image:
    linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%),
    linear-gradient(to right, #007d44, #007d44);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
}

select:focus {
  width: 250px;
  background-image:
    linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%),
    linear-gradient(to right, #007d44, #007d44);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: #007d44;
  outline: 0;
}
form.inner dl.address dd{
  width: 70%;
}
form.inner dl.address dd input[type="text"]{
  width: 100%;
}

form.inner dl.url dd{
  width: 70%;
}
form.inner dl.url dd input[type="text"]{
  width: 100%;
}

section.sentence{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto;
}

form.inner dl.text-1line dd{
  width: 70%;
}
form.inner dl.text-1line dd input[type="text"]{
  width: 100%;
}

form.inner dl.text-multi dd{
  width: 70%;
}
form.inner dl.text-multi dd textarea{
  width: 100%;
  border:1px solid;
  border-color: #007d44;
  height: 100px;
  padding: 15px;
  background-color: #f4f4f4;
}

form.inner dl.radio-button dd input {
    display: none;
}

form.inner dl.radio-button dd label {
  position: relative;
  padding: 0 30px 0 40px;
  line-height: 60px;
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
}

form.inner dl.radio-button dd label:before {
  position: absolute;
  border:1px solid #007d44;
  top: 50%;
  left: 9px;
  width: 24px;
  height: 24px;
  content: '';
  border-radius: 50%;
  transform: translateY(-50%);
}

form.inner dl.radio-button dd input:checked + label:after {
  background: #007d44;
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translateY(-50%) scale(0.5);
  width: 30px;
  height: 30px;
  content: "";
  border-radius: 50%;
}

form.inner dl.check-box dd input {
    display: none;
}

form.inner dl.check-box dd label {
  position: relative;
  overflow: hidden;
  padding: 0 30px 0 40px;
  line-height: 60px;
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}

form.inner dl.check-box dd label:before {
  position: absolute;
  top: 50%;
  left: 9px;
  width: 23px;
  height: 23px;
  content: '';
  border:1px solid #007d44;
  transform: translateY(-50%);
}

form.inner dl.check-box dd input:checked + label:after {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 15px;
  height: 13px;
  content: "";
  background: url(../images/checkbox.png) center center no-repeat;
  transform: translateY(-50%);
}

form.inner dl dd input[type="text"]{
  border:1px solid #007d44;
  padding: 10px;
  background-color: #f4f4f4;
}

form.inner dl.zip02 dd input[type="text"]{
  width: 150px;
}

section.policy{
  width: 70%;
  min-width: 1360px;
  margin: 50px auto 0 auto;
  background-color: #ebebeb;
  padding: 52px 20px;
}

section.policy h3{
  width: 100%;
  min-width: auto;
  text-align: center;
  color:#007d44;
  margin-bottom: 20px;
}

section.policy p{
  text-align: center;
  margin: 0 auto;
}

section.policy_link{
  width: 70%;
  min-width: 1360px;
  margin: 50px auto 0 auto;
  background-color: #ebebeb;
  padding: 52px 0;
}

section.policy_link h2{
  text-align: center;
}

section.policy_link p{
  text-align: center;
  margin: 0 auto;
}

section.policy_link p a{
  display: block;
  width: 100%;
  text-align: center;
  margin: 25px 0;
}

section.policy_link p a:hover{
  text-decoration: underline;
}

form.inner section.policy input {
    display: none;
}

form.inner section.policy label {
  position: relative;
  overflow: hidden;
  padding: 0 30px 0 40px;
  line-height: 60px;
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}

form.inner section.policy label:before {
  position: absolute;
  top: 50%;
  left: 9px;
  width: 23px;
  height: 23px;
  content: '';
  border:1px solid #007d44;
  transform: translateY(-50%);
}

form.inner section.policy input:checked + label:after {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 15px;
  height: 13px;
  content: "";
  background: url(../images/checkbox.png) center center no-repeat;
  transform: translateY(-50%);
}

form.inner section.policy_link input {
    display: none;
}

form.inner section.policy_link label {
  position: relative;
  overflow: hidden;
  padding: 0 30px 0 40px;
  line-height: 60px;
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}

form.inner section.policy_link label:before {
  position: absolute;
  top: 50%;
  left: 9px;
  width: 23px;
  height: 23px;
  content: '';
  border:3px solid #007d44;
  transform: translateY(-50%);
}

form.inner section.policy_link input:checked + label:after {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 15px;
  height: 13px;
  content: "";
  background: url(../images/checkbox.png) center center no-repeat;
  transform: translateY(-50%);
}

section.form-button{
  width: 70%;
  min-width: 1360px;
  margin: 50px auto 0 auto;
  text-align: center;
}

section.form-button input[type="button"]{
  background-color: #007d44;
  border:2px solid #007d44;
  color: #fff;
  width: 200px;
  padding: 20px 0;
  cursor: pointer;
}

section.form-button input[type="button"]:hover{
  background-color: #fff;
  border:2px solid #007d44;
  color: #007d44;
}

section.form-check {
    width: 1400px;
    margin: 50px auto 0 auto;
    text-align: center;
}

section.form-check ul{
  width: 70%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
}

section.form-check ul li{
  width: 45%;

}

section.form-check ul li:last-child{
  margin-left: 5%;
}

section.form-check ul li input[type="button"]{
  width: 100%;
  background-color: #007d44;
  border:2px solid #007d44;
  color: #fff;
  padding: 30px 0;
  cursor: pointer;
}

section.form-check ul li input[type="button"]:hover{
  background-color: #fff;
  border:2px solid #007d44;
  color: #007d44;
}



/* --------------------------------------------------------- サイトマップ */
main article#sitemap{
  width: 1400px;
  margin: 0 auto 150px auto;
}

main article#sitemap ul{
  width: 100%;
}

main article#sitemap ul li{
  border-top: 1px dotted #007d44;
  color: #000;
}

main article#sitemap ul li.nolink{
  padding: 30px 0 30px 35px;
}

main article#sitemap ul li:last-child{
  border-bottom: 1px dotted #007d44;
}

main article#sitemap ul li.nolink ul li:last-child{
  border-bottom: 0;
}


main article#sitemap ul li a{
  position: relative;
  color: #000;
  display: block;
  padding: 30px 0 30px 35px;
  transition: 0.7s;
}

main article#sitemap ul li a:hover{
  transition: 0.7s;
  padding-left: 45px;
}

main article#sitemap ul li a::before{
  position: absolute;
  content: url("../images/sitemap.png");
  left: 1%;
  top: 35%;
}

main article#sitemap ul li ul li{
  border-top: none;
}

#sitemap li.nolink li li:last-of-type {
  border-bottom: 0;
}

main article#sitemap ul li ul li a{
  position: relative;
  padding: 16px 0 0px 30px;
}

main article#sitemap ul li ul li a::before{
  position: absolute;
  content: url("../images/sitemap_arrow.png");
  left: 1%;
  top: 30%;
}

main article#sitemap ul li.nolink ul li ul li{
  padding: 0px 0 0px 35px;
}

main article#sitemap ul li.nolink ul li ul li a{
  border-bottom :1px solid #cdcdcd;
  padding: 10px 0 10px 35px;
  transition: 0.7s;
}

main article#sitemap ul li.nolink ul li ul li a:hover{
  transition: 0.7s;
  padding-left: 45px;
}

main article#sitemap ul li.nolink ul li ul li a::before{
  content: url("../images/sitemap_arrow2.png");
  left: 1%;
  top: 15%;
}

main article#sitemap ul li.nolink ul li ul li:last-child a{
  border-bottom: none;
  padding-bottom: 0;
}

















































/* --------------------------------------------------------- レスポンシブ */
@media screen and (max-width: 1450px) {
  main p.paragraph-left{
    width: 80%;
  }

  section.policy{
    width: 80%;
  }

  form.inner dl{
    width: 80%;
  }

  section.sentence{
    width: 80%;
  }

  main h2{
    width: 100%;
  }

  main article#banner{
    width: 100%;
  }

  section.policy h3{
    width: 100%;
    min-width: auto;
  }

  section.form-button{
    width: 100%;
    min-width: auto;
  }

  section.form-check{
    width: 100%;
  }

  main article#link{
    width: 100%;
  }
}
@media screen and (max-width: 1399px) {

  section.policy{
    min-width: auto;
  }

  section.form-button{
    min-width: auto;
  }

  main h3{
    min-width: auto;
  }

  aside#local-navi02{
    width: 100%;
    min-width: auto;
  }

  aside#local-navi02 h2{
    width: 100%;
    min-width: auto;
  }

  header{
    width: 100%;
    min-width: auto;
  }

  header h1{
    margin-left: 20px;
  }
  header nav{
    display: none;
  }
  .navi-btn{
    display: none;
  }

  section#mainvisual::before{
    display: none;
  }

  section#mainvisual ul#slide li a img{
    height: auto;
  }

  main{
    padding-top: 0px;
    background-image: none;
  }

  main section.greeting dl dd em{
    line-height: 32px;
  }

  main section.greeting{
    margin-bottom: 100px;
  }

  main section.greeting dl dt{
    margin-top: 30px;
    padding: 0 20px;
  }

  main section.greeting dl dd{
    width: 100%;
    position: static;
    padding: 90px 24px;
    display: table-cell;
  }

  main section.greeting dl dt img{
    width: 100%;
    height: auto;

  }

  main section.img_text3 ul li{
    width: 100%;
    margin-bottom: 50px;
  }

  main section.img_text3 ul li::last-child{
    margin-bottom: 0;
  }

  main section.img_text3 ul li figure img{
    height: auto;
  }

  main section.img_text3{
    margin-bottom: 100px;
  }

  main section.news{
    width: 100%;
    min-width: auto;
  }

  main section.news ul{
    padding: 0 20px;
  }

  main section.news ul li time{
    display: block;
  }

  main article#banner{
    width: 100%;
    min-width: auto;
  }

  main article#banner ul{
    text-align: center;
    display: block;
  }

  main article#banner ul li{
    text-align: center;
    margin: 0 auto;
  }

  main article#link{
    width: 100%;
    min-width: auto;
  }

  main article#link ul{
    display: block;
    text-align: center;
  }

  main article#link ul li{
    text-align: center;
    margin: 0 auto;
  }


  /*下層*/
  main p.paragraph-left{
    width: 90%;
    min-width: auto;
  }

  main p.paragraph-center{
    width: 90%;
    min-width: auto;
  }

  main p.paragraph-right{
    width: 90%;
    min-width: auto;
  }

  main section blockquote{
    width: 90%;
    min-width: auto;
  }

  main section hr{
    width: 90%;
    min-width: auto;
  }

  section.sentence{
    width: 90%;
    min-width: auto;
  }

  main section h2{
    width: 90%;
    min-width: auto;
  }

  main section h3{
    width: 90%;
    min-width: auto;
  }

  main section h4{
    width: 90%;
    min-width: auto;
  }

  main ul.list{
    width: 90%;
    min-width: auto;
  }

  main table.hl2{
    width: 90%;
    min-width: auto;
  }

  main table.hl3{
    width: 90%;
    min-width: auto;
  }

  table.hl4 {
    width: 100%;
    min-width: auto;
    margin: 0 auto 2em auto;
  }

  .scroll {
    overflow: auto;
    white-space: nowrap;
    width: 90%;
    min-width: auto;
    margin: 0 auto 50px auto;
  }

  main table.vl2{
    width: 90%;
    min-width: auto;
  }

  main table.vl3{
    width: 90%;
    min-width: auto;
  }

  main table.vl4{
    width: 100%;
    min-width: auto;
  }

  main table.vl5{
    width: 100%;
    min-width: auto;
  }

  main table.vl6{
    width: 90%;
    min-width: auto;
  }



  main section dl.img-txt-h1-left{
    min-width: 100%;
  }

  main section dl.img-txt-h1-left dt{
    width: 100%;
  }

  main section dl.img-txt-h1-left dd{
    width: 100%;
    position: static;
    padding: 50px 20px;
    margin-bottom: 20px;
  }

  main section dl.img-txt-h1-left dt img{
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: block;
  }

  main div.img-txt-h2-left{
    width: 100%;
    min-width: auto;
  }

  main div.img-txt-h2-left dl{
    display: block;
    width: 45%;
    margin: 0 auto;
  }

  main div.img-txt-h2-left dl dt{
    width: 100%;
  }

  main div.img-txt-h2-left dl dd{
    width: 100%;
  }

  main div.img-txt-h2-left dl dd{
    margin-left: 0;
  }

  main div.img-txt-h2-left dl dd em{
    display: block;
    font-style: normal;
  }

  main div.img-txt-h3-left{
    width: 100%;
    min-width: auto;
  }

  main div.img-txt-h3-left dl{
    width: 30%;
    margin: 0 auto;
    display: block;
  }

  main div.img-txt-h3-left dl dt{
    width: 100%;
  }

  main div.img-txt-h3-left dl dd{
    width: 100%;
    margin-left: 0;
  }

  main div.img-txt-h3-left dl dd em{
    display: block;
    font-style: normal;
  }

  main dl.img-txt-h1-right{
    min-width: 100%;
  }

  main dl.img-txt-h1-right dd{
    position: static;
    width: 100%;
    padding: 50px 20px;
  }

  main dl.img-txt-h1-right dt img{
    width: 100%;
    height: auto;
  }

  main dl.img-txt-h1-left{
    min-width: 100%;
  }

  main dl.img-txt-h1-left dd{
    position: static;
    width: 100%;
    padding: 50px 20px;
  }

  main dl.img-txt-h1-left dt img{
    width: 100%;
    height: auto;
  }

  main div.img-txt-h2-right{
    width: 100%;
    min-width: auto;
  }

  main div.img-txt-h2-right dl{
    display: block;
    width: 45%;
    margin: 0 auto;
  }

  main div.img-txt-h2-right dl dd{
    width: 100%;
  }

  main div.img-txt-h2-right dl dd em{
    display: block;
  }

  main div.img-txt-h2-right dl dt{
    width: 100%;
  }

  main div.img-txt-h3-right{
    width: 100%;
    min-width: auto;
  }

  main div.img-txt-h3-right dl{
    display: block;
    width: 30%;
    margin: 0 auto;
  }

  main div.img-txt-h3-right dl dd{
    width: 100%;
    margin-left: 0;
  }

  main div.img-txt-h3-right dl dd em{
    display: block;
  }

  main div.img-txt-h3-right dl dt{
    width: 100%;
  }

  p.btn-left{
    width: 100%;
    min-width: 100%;
  }

  p.btn-center{
    width: 100%;
    min-width: 100%;
  }

  p.btn-right{
    width: 100%;
    min-width: 100%;
  }

  p.txt-link-left{
    width: 90%;
    min-width: auto;
  }

  p.txt-link-center{
    width: 90%;
    min-width: auto;
  }

  p.txt-link-right{
    width: 90%;
    min-width: auto;
  }

  main div#news{
    width: 100%;
    min-width: auto;
    padding: 0 20px;
  }

  main div#news ul li time{
    display: block;
  }

  div.img-text2 ul{
    width: 90%;
    margin:0 auto;
    min-width: auto;
  }

  div.img-text2 ul li{
    width: 50%;
  }

  div.img-text3 ul{
    width: 30%;
    margin:0 auto;
  }

  main div.img-text3 ul li{
    width: 30%;
  }

  div.img-text4 ul{
    width: 90%;
    margin:0 auto;
    min-width: auto;
  }



  div.img-text-in1{
    width: 100%;
    min-width: auto;
  }

  div.img-text-in1 div{
    position: static;
  }

  div.img-text-in2{
    width: 100%;
    min-width: auto;
  }

  div.img-text-in2 ins{
    position: static;
    padding-bottom: 0px;
    padding-left:0px;
    padding-right: 0px;
  }

  div.img-text-in3{
    width: 100%;
    min-width: auto;
  }

  div.img-text-in3 ins{
    position: static;
    padding-bottom: 0px;
    padding-left:0px;
    padding-right: 0px;
  }

  div.img-text-in4{
    width: 100%;
    min-width: auto;
  }

  div.img-text-in4 ul li{
    width: 100%;
    min-width: auto;
  }

  div.img-text-in4 ul li{
    padding: 0 20px;
    margin-bottom: 25px;
  }

  div.img-text-in4 ins{
    position: static;
    padding-bottom: 0px;
    padding-left:0px;
    padding-right: 0px;
  }

  div.greeting dl{
    min-width: 100%;
  }

  main div.greeting dl dd{
    width: 100%;
    padding: 50px 20px;
    position: static;
  }

  main div.greeting dl dt img{
    width: 100%;
    height: auto;
  }

  div.greeting2 dl{
    min-width: 100%;
  }

  main div.greeting2 dl dd{
    width: 100%;
    position: static;
    padding: 50px 20px;
  }

    div.greeting dl{
    padding: 0 20px;
  }

  div.greeting2 dl{
    padding: 0 20px;
  }

  main div.greeting2 dl dt img{
    width: 100%;
    height: auto;
  }

  div.office{
    width: 90%;
    min-width: auto;
  }

  aside#local-navi{
    width: 90%;
    min-width: auto;
  }

  aside#local-navi h2{
    width: 100%;
    min-width: auto;
  }

  form.inner dl{
    width: 90%;
    min-width: auto;
  }

  main article#sitemap{
    width: 100%;
    min-width: auto;
  }

  header h1 a img{
    max-width: 70%;
  }

  aside.pagetop{
    width: 70px;
  }

  aside.pagetop a img{
    width: 25px;
  }

  main div.greeting dl dd em{
    line-height: 50px;
  }

  main blockquote{
    width: 90%;
    min-width: auto;
  }

  main h2{
    width: 100%;
    min-width: auto;
  }

  main h3{
    width: 100%;
    min-width: auto;
  }

  main h4{
    width: 90%;
    min-width: auto;
  }

  aside.menu-trigger{
  	display:block;
	}

    main div.caption h2{
    width: 100%;
    height: auto;
  }

  main div.caption{
    width: 100%;
  }

  main div#news table tr th{
    display: block;
    width: 100%;
    text-align: left;
    padding-bottom: 0;
  }

  main div#news table tr td{
    display: block;
    width: 100%;
    padding-top: 0;
  }

  .bx-viewport{
    max-height: 400px;
  }

  main div.img-txt-h2-left{
    width: 100%;
  }

  section.policy{
    width: 80%;
  }

  section.form-button{
    width: 100%;
  }
}


@media screen and (max-width: 1199px) {
  main div.img-text3 ul li{
    width: 45%;
  }

  div.img-text-in2 ul{
    width: 95%;
    margin: 0 auto;
  }

  div.img-text-in2 ul li:first-child{
    margin-left: 0;
  }

  div.img-text-in2 ul li{
    width: 45%;
    margin-left: 10%;
  }

  div.img-text-in3 ul{
    width: 95%;
    margin: 0 auto;
  }

  div.img-text-in3 ul li{
    width: 30%;
    margin-left: 5%;
  }

  div.img-text-in3 ul li:first-child{
    margin-left: 0;
  }
}

@media screen and (max-width: 999px) {

  div.img-text-in1 figure{
    padding: 0 20px;
  }

  main div.img-text3 ul li figure{
    padding: 0 20px;
  }
  main div.img-text3 ul li{
    width: 100%;
    margin-bottom: 25px;
  }

  main table.vl2{
    width: 90%;
    border-top: none;
    border-bottom: none;
  }

  main table.vl2 tr{
    border-top: none;
    border-bottom: none;
  }

  main table.vl2 tr th{
    width: 100%;
    display: block;
    border:none;
  }

  main table.vl2 tr td{
    width: 100%;
    display: block;
  }

  main table.vl3{
    width: 90%;
    border-top: none;
    border-bottom: none;
  }

  main table.vl3 tr{
    border-top: none;
    border-bottom: none;
  }

  main table.vl3 tr th{
    width: 100%;
    display: block;
    border:none;
  }

  main table.vl3 tr td{
    width: 100%;
    display: block;
    border-right: none;
    border-bottom: 1px solid #cdcdcd;
  }

  main table.vl3 tr td::last-child{
    border-bottom: none;
  }

  main table.vl4{
    width: 100%;
    border-top: none;
    border-bottom: none;
  }

  main table.vl4 tr{
    border-top: none;
    border-bottom: none;
  }

  main table.vl4 tr th{
    width: 100%;
    display: block;
    border:none;
  }

  main table.vl4 tr td{
    width: 100%;
    display: block;
    border-right: none;
    border-bottom: 1px solid #cdcdcd;
  }

  main table.vl4 tr td::last-child{
    border-bottom: none;
  }

  main table.vl5{
    width: 100%;
    border-top: none;
    border-bottom: none;
  }

  main table.vl5 tr{
    border-top: none;
    border-bottom: none;
  }

  main table.vl5 tr th{
    width: 100%;
    display: block;
    border:none;
  }

  main table.vl5 tr td{
    width: 100%;
    display: block;
    border-right: none;
    border-bottom: 1px solid #cdcdcd;
  }

  main table.vl5 tr td::last-child{
    border-bottom: none;
  }

  main table.vl6{
    width:90%;
    margin: 0 auto;
    border-top: none;
    border-bottom: none;
  }

  main table.vl6 tr{
    border-top: none;
    border-bottom: none;
  }

  main table.vl6 tr th{
    width: 100%;
    display: block;
    border:none;
  }

  main table.vl6 tr td{
    width: 100%;
    display: block;
    border-right: none;
    border-bottom: 1px solid #cdcdcd;
  }

  main table.vl6 tr td::last-child{
    border-bottom: none;
  }

  main div.img-txt-h2-left dl{
    width: 90%;
    margin-bottom: 25px;
  }

  main div.img-txt-h3-left dl{
    width: 90%;
    margin-bottom: 25px;
  }

  main div.img-txt-h2-right dl{
    width: 90%;
    margin-bottom: 25px;
  }

  main div.img-txt-h3-right dl{
    width: 90%;
    margin-bottom: 25px;
  }

  p.btn-left a{
    width: 70%;
    margin: 0 auto;
  }

  p.btn-center a{
    width: 70%;
    margin: 0 auto;
  }

  p.btn-right a{
    width: 70%;
    margin: 0 auto;
  }

  p.txt-link-left{
    width: 100%;
    text-align: center;
  }

  p.txt-link-center{
    width: 100%;
    text-align: center;
  }

  p.txt-link-right{
    width: 100%;
    text-align: center;
  }

  p.txt-link-left.txt-link-list a{
    margin-left: 0.5em;
    margin-right: 0.5em;
  }

  p.txt-link-center.txt-link-list a{
    margin-left: 0.5em;
    margin-right: 0.5em;
  }

  p.txt-link-right.txt-link-list a{
    margin-left: 0.5em;
    margin-right: 0.5em;
  }

  div.img-text2 ul{
    display: block;
  }

  div.img-text2 ul li{
    width: 100%;
    margin-bottom: 25px;
  }

  div.img-text3 ul{
    display: block;
  }

  div.img-text3 ul li{
    width: 100%;
  }

  div.img-text4 ul{
    display: block;
  }

  div.img-text4 ul li{
    width: 100%;
    margin-bottom: 25px;
  }

  div.img-text-in2 ul li{
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
  }

  div.img-text-in3 ul li{
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
  }

  div.img-text-in4 ul li{
    width: 100%;
  }

  ul.btn-img li{
    width: 100%;
    padding: 0 20px;
    margin-bottom: 50px;
  }

  main table.company{
    width: 90%;
    border-top: none;
    border-bottom: none;
  }

  main table.company tr{
    border-top: none;
    border-bottom: none;
  }

  main table.company tr th{
    width: 100%;
    display: block;
    border:none;
  }

  main table.company tr td{
    width: 100%;
    display: block;
    border-right: none;
    border-bottom: 1px solid #cdcdcd;
  }

  main table.company tr td::last-child{
    border-bottom: none;
  }

  main table.recruit{
    width: 90%;
    border-top: none;
    border-bottom: none;
  }

  main table.recruit tr{
    border-top: none;
    border-bottom: none;
  }

  main table.recruit tr th{
    width: 100%;
    display: block;
    border:none;
  }

  main table.recruit tr td{
    width: 100%;
    display: block;
    border-right: none;
    border-bottom: 1px solid #cdcdcd;
  }

  main table.recruit tr td::last-child{
    border-bottom: none;
  }

  form.inner dl{
    display: block;
  }

  form.inner dl dt{
    display: block;
    width: 100%;
  }

  form.inner dl.name02 dd input[type="text"]{
    width: 150px;
  }

  form.inner dl.furigana02 dd input[type="text"]{
    width: 150px;
  }

  form.inner dl.phone02 dd input[type="text"]{
    width: 100px;
  }

  form.inner dl.text-1line dd{
    width: 100%;
  }

  form.inner dl.text-multi dd{
    width: 100%;
  }

  section.policy{
    width: 90%;
    margin: 0 auto;
  }

  section.policy p{
    padding: 20px;
    text-align: left;
  }

  section.policy p.center{
    text-align: center;
  }

  section.policy_link{
    width: 90%;
    margin: 0 auto;
  }

  section.policy_link p{
    padding: 20px;
    text-align: left;
  }

  section.policy_link p.center{
    text-align: center;
  }

  section.form-button{
    width: 90%;
    margin-bottom: 50px;
  }

  section.form-button input[type="button"]{
    width: 100%;
    padding: 30px 0;
  }

  footer section.inner ul{
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {



}







@media screen and (max-width: 479px) {
  main section.greeting dl dd em{
    line-height: 50px;
  }

  main section.greeting dl dd br{
    display: none;
  }

  aside.pagetop{
    width: 100px;
    margin-right: 15px;
  }

  aside.pagetop a{
    padding: 25px 0;
  }

  form.inner dl.name02 dd input[type="text"]{
    width: 30%;
  }

  form.inner dl.furigana02 dd input[type="text"]{
    width: 30%;
  }

  form.inner dl.phone02 dd input[type="text"]{
    width: 25%;
  }

  form.inner dl dd input[type="text"]{
    width: 40%;
  }

  form.inner dl.furigana01 dd input[type="text"]{
    width: 100%;
  }

  form.inner dl.name01 dd input[type="text"]{
    width: 100%;
  }

  form.inner dl.mail01 dd input[type="text"]{
    width: 100%;
  }

  form.inner dl.mail02 dd input[type="text"]{
    width: 100%;
  }

  form.inner dl.phone01 dd input[type="text"]{
    width: 100%;
  }

  form.inner dl.zip01 dd input[type="text"]{
    width: 100%;
  }

  form.inner dl.address dd{
    width: 100%;
  }

  form.inner dl.url dd{
    width: 100%;
  }

  section.policy p{
    padding: 0;
  }

  main article#banner ul li{
    width: 90%;
  }

  main article#link ul li{
    width: 90%;
  }

  form.inner dl.name02 dd input[type="text"]{
    width: 35%;
  }

  #form dl.name02 dd input:first-of-type, #form dl.name02 dd input:nth-of-type(2) {
    margin: 0 0 5px 0;
  }

  #form dl.furigana02 dd input:first-of-type, #form dl.furigana02 dd input:nth-of-type(2) {
    margin: 0 0 5px 0;
  }
}
header h1 a:hover{
  text-decoration: none;
}

@media screen and (max-width: 1399px) {
  section.form-check{
    width: 100%;
    min-width: auto;
  }

  section.form-check ul{
    width: 90%;
    min-width: auto;
  }

  main table.company{
    width: 90%;
    min-width: auto;
  }

  main table.recruit{
    width: 90%;
    min-width: auto;
  }

  aside#local-navi ul{
    min-width: auto;
  }
}

@media screen and (max-width: 1199px) {
  form.inner dl{
    display: block;
  }
  form.inner dl dt{
    width: 100%;
  }

  form.inner dl dd input[type="text"]{
    width: 250px;
  }

  footer section.inner ul{
    width: 90%;
    display: block;
  }

  footer section.inner ul li{
    width: 100%;
    border:1px solid #fff;
    margin-bottom: 25px;
  }

  footer section.inner ul li a{
    padding: 10px 0;
  }

  footer section.inner ul li:nth-child(odd){
    margin-right: 5%;
  }
}

@media screen and (max-width: 999px) {
  section.policy{
    margin: 0 auto 50px auto;
  }
}

@media screen and (max-width: 767px) {
  footer section.inner ul{
    max-width: 90%;
    margin:20px 0;
  }

  footer section.inner ul li{
    width: 100%;
  }

  footer section.inner ul li:nth-child(odd){
    margin-right: 0;
  }

  section.form-check ul{
    display: block;
  }

  section.form-check ul li{
    width: 100%;
    margin-bottom: 50px;
  }

  section.form-check ul li:last-child{
    margin-left: 0;
  }

  main h3{
    padding: 0 20px;
  }

  main dl.img-txt-h1-left{
    padding: 0 20px;
  }

  main dl.img-txt-h1-right{
    padding: 0 20px;
  }

  div.img-text1 figure{
    padding: 0 20px;
  }

  form.inner dl.zip02 dd input[type="text"] {
    width: 100px;
  }

}
