@charset "UTF-8";
/** mainvisual **/
/* =============================================== */
#mainvisual {
  position: relative;
  width: 100%;
  height: 40vw;
  margin-left: auto;
  margin-bottom: 280px;
  max-height: 700px;
  min-height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#mainvisual::before{
    width: 1080px;
    height: 480px;
    position: absolute;
    content: "";
    display: block;
    left: 0%;
    top: 50%;
    z-index: 0;
    pointer-events: none;
    background-color: #ffca07;
}

.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  position: relative;
  background-position: center;
  background-size: cover;
}
.swiper-wrapper .txt {
  width: 60%;
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  height: auto;
  transform: translate(-50%, -50%);
  background-color: #ff9e59;
  z-index:9999;
  font-family: "游ゴシック", "メイリオ", sans-serif;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  color: #fff;
  font-weight: bold;
  opacity: 1;
  letter-spacing: 0.1em;
}

.swiper-wrapper .txt::before{
  content: "";
}

.swiper-wrapper .txt span {
  display: block;
  padding: 1rem;
  text-align: center;
}

.swiper-button-white{
  display: none;
}

.swiper-pagination-bullet{
  display: block;
  width: 30px;
  height: 5px;
  border: 1px solid #f4f4f4;
  background-color: #f4f4f4;
}



@media (max-width: 1400px) {
  #mainvisual{
    height: 65vw;
  }

  .swiper-wrapper .txt span {
    padding: 1rem;
  }
  .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;
  }
  section#mainvisual{
    width: 100%;
  }
  section#mainvisual::before{
    content: none!important;
  }

  .swiper-wrapper .txt{
    width: 100%;
    left: 50%;
    top: 60%;
    text-align: center;
    background-color: #ff9e59;
    color: #fff;
  }

  .swiper-wrapper .txt span{
    position: relative;
  }

}

@media (max-width: 769px) {
  .swiper-wrapper .txt span{
    padding: 0.5rem;
  }
}



@media (max-width: 479px) {
  .swiper-wrapper .txt {
    right: 2%;
  }
  .swiper-wrapper .txt span {
    padding: 1rem;
  }

  .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 {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック", "メイリオ", sans-serif;
  box-sizing: border-box;
  font-weight: 500;
  color: #333;
  line-height: 2.0;
  position: relative;
}
body.lock{
  position: fixed;
    width: 100%;
}
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: #ff6e01;
}
a:hover{transition: .3s;}
em{
  font-style: normal;
}
/* --------------------------------------------------------- header */
header {
  width: 1400px;
  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;
}

header h1 a{
  color: #000;
}

header h1 a img{
  max-width: 400px;
  max-height: 70px;
}

header.smaller {
  height: 80px;
}

header nav{
  position:static;
  transform: none;
  height: auto;
  width: auto;
}

header nav ul li{
  display: inline;
  margin-right: 30px;
}

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 li {
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
nav.hamburger li a {
  color: #fff;
  display: block;
}


/* --------------------------------------------------------- main */
main{
  background-repeat: no-repeat;
  width: 100%;
  background-position: 106%;
}

main hr.space {
    border: 0;
    height: 1px;
    margin-bottom: 50px;
}

main div.greeting{
  margin-bottom: 150px;
}
main div.greeting dl{
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
main div.greeting dl dt{
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

main div.greeting dl dt img{
  width: 48.958%;
  height: auto;
}

main div.greeting dl dd{
  width: 42.16%;
  color: #000;
  padding: 35px 85px 35px 0px;
  line-height: 32px;
  z-index: 2;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  position: absolute;
  left: 50%;
}

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;
  color: #ff6e00;
  font-weight: bold;
  line-height: 54px;
}

section div.img_text3{
  width: 100%;
  margin: 0 auto 168px auto;
}

main h2{
  position: relative;
  text-align: center;
  color: #ff6e00;
  margin-bottom: 50px;
}

main h2::before{
  position: absolute;
  content: url("../images/back_headline.png");
  left: 50%;
  bottom: -20px;
  display: inline-block;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0px;
}

main div.img-text3{
  margin-bottom: 150px;
}

main div.img-text3 ul{
  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-text3 ul li{
  width: 420px;
  padding: 0;
  margin-bottom: 0;
}

main div.img-text3 ul li a:hover 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{
  position: relative;
  color: #fff;
  padding: 0 20px;
  display: block;
  font-style: normal;
  font-weight: bold;
  background-color: #ff6e00;
}

main div.img-text3 ul li em::before{
  position: absolute;
  content: url("../images/arrow.png");
  top: 5%;
  right: 5%;
}

main div.img-text3 ul li span{
  color: #000;
  padding: 0 7px;
  display: block;
  margin: 30px 0 0 0;
}

main div#news{
  width: 100%;
  margin: 0 auto 100px auto;
  background-image: url("../images/news_back.png");
  background-repeat: no-repeat;
  padding: 100px 0;
  background-size: cover;
  background-position: center;
}

main div#news h2{
 text-align: center;
 color: #fff;
}

main div#news ul {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    padding: 50px;
}

main div#news ul li {
    padding: 16px 0 16px 0;
    border-bottom: 1px dotted #f8c383;
    font-weight: bold;
}

main div#news table{
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding: 50px;
  border-collapse: collapse;
  box-sizing: border-box;
}

main div#news table tr th{
  width: 15%;
  color: #f39800;
  padding: 16px 35px 16px 15px;
  border-bottom: 1px dotted #f8c383;
  font-weight: bold;
}
main div#news table tr td{
  padding: 16px 15px 16px 0;
  border-bottom: 1px dotted #f8c383;
  font-weight: bold;
}

main div#news table tr td a{
  color: #000;
}

main div#news table tr td a:hover{
  text-decoration: underline;
}

main article#banner{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto 100px auto;
}

main article#banner ul{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

main article#banner ul li{
  margin: 0 15px 15px 15px;
}

main article#banner ul li a{
  width: 100%;
  display: block;
  text-align: center;
  transition: 0.7s;
}

main article#banner ul li a:hover{
  transition: 0.7s;
  opacity: 0.5;
}

main article#link{
  margin: 0 auto;
  padding-bottom: 130px;
}

main article#link ul{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 100px 0;
  background-color: #f4f4f4;
}

main article#link ul li{
  width: 300px;
  margin: 0 15px 14px 15px;
}

main article#link ul li a{
  background-color: #ff6e00;
  color: #fff;
  transition: 0.7s;
  display: block;
  text-align: center;
  padding: 15px 0;
}

main article#link ul li a:hover{
  opacity: 0.5;
  transition: 0.7s;
}

/* --------------------------------------------------------- パーツ */
article#undermain{
  width: 100%;
  position: relative;
  text-align: right;
  margin-bottom: 150px;
}

article#undermain img{
  text-align: right;
  width: 1400px;
  height: 200px;
  object-fit: cover;
  object-position: 0 50%;
  font-family:'object-fit:cover; object-position:0 50%;';
}

article#undermain section.caption{
  position: absolute;
  top: 50%;
  left: 0;
  width: 800px;
  padding: 35px 0;
  background-color: #ff6e00;
  text-align: center;
  color: #fff;
}

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;
  background-color: #fff8df;
  padding: 30px;
  margin: 0 auto 100px auto;
}

main hr{
  width: 70%;
  min-width: 1360px;
  border:5px solid #ff6e00;
  margin: 0 auto;
  margin-bottom: 100px;
}

main h2 {
    position: relative;
    text-align: center;
    color: #ff6e00;
    margin-bottom: 50px;
}

main h2::before {
    position: absolute;
    content: url(../images/back_headline.png);
    left: 50%;
    bottom: -20px;
    display: inline-block;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 0px;
}

main h3{
  width: 70%;
  min-width: 1360px;
  background-color: #ff6e00;
  color: #fff;
  text-align: center;
  margin: 0 auto 50px auto;
}

main h4{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto 50px auto;
  border-bottom: 3px solid #ff6e00;
}

main ul.list{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto 50px auto;
}

main ul.list li{
  position: relative;
  color: #000;
  padding: 0 0 0 20px;
}

main ul.list li:before{
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 11px;
  height: 11px;
  background-image: url(../images/list.png);
}

main table.hl2{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto 50px auto;
}

main table.hl2 tr th{
  width: calc(100% / 2);
  background-color: #ff6e01;
  color: #fff;
  text-align: left;
  padding: 20px;
  border-right: 10px solid #fff;
}

main table.hl2 tr th:last-child{
  border-right: none;
}

main table.hl2 tr td{
  background-color: #f7f7f7;
  text-align: left;
  padding: 20px;
}

main table.hl3{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto 50px auto;
  border-spacing: 10px;
}

main table.hl3 tr th{
  width: calc(100% / 3);
  background-color: #ff6e01;
  color: #fff;
  text-align: left;
  padding: 20px;
}

main table.hl3 tr td{
  background-color: #f7f7f7;
  text-align: left;
  padding: 20px;
}

main table.hl4{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto 50px auto;
  border-spacing: 10px;
}

main table.hl4 tr th{
  width: calc(100% / 4);
  background-color: #ff6e01;
  color: #fff;
  text-align: left;
  padding: 20px;
}

main table.hl4 tr td{
  background-color: #f7f7f7;
  text-align: left;
  padding: 20px;
}

main table.hl5{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto 50px auto;
  border-spacing: 10px;
}

main table.hl5 tr th{
  width: calc(100% / 5);
  background-color: #ff6e01;
  color: #fff;
  text-align: left;
  padding: 20px;
}

main table.hl5 tr td{
  background-color: #f7f7f7;
  text-align: left;
  padding: 20px;
}

main table.hl6{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto 50px auto;
  border-spacing: 10px;
}

main table.hl6 tr th{
  width: calc(100% / 6);
  background-color: #ff6e01;
  color: #fff;
  text-align: left;
  padding: 20px;
}

main table.hl6 tr td{
  background-color: #f7f7f7;
  text-align: left;
  padding: 20px;
}

main table.vl2{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto 50px auto;
  border-spacing: 10px;
}

main table.vl2 tr th{
  width: 25%;
  background-color: #ff6e01;
  color: #fff;
  text-align: left;
  padding: 20px;
}

main table.vl2 tr td{
  background-color: #f7f7f7;
  text-align: left;
  padding: 20px;
}

main table.vl3{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto 50px auto;
  border-spacing: 10px;
}

main table.vl3 tr th{
  width: 25%;
  background-color: #ff6e01;
  color: #fff;
  text-align: left;
  padding: 20px;
}

main table.vl3 tr td{
  background-color: #f7f7f7;
  text-align: left;
  padding: 20px;
}

main table.vl4{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto 50px auto;
  border-spacing: 10px;
}

main table.vl4 tr th{
  width: 25%;
  background-color: #ff6e01;
  color: #fff;
  text-align: left;
  padding: 20px;
}

main table.vl4 tr td{
  background-color: #f7f7f7;
  text-align: left;
  padding: 20px;
}

main table.vl5{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto 50px auto;
  border-spacing: 10px;
}

main table.vl5 tr th{
  width: 25%;
  background-color: #ff6e01;
  color: #fff;
  text-align: left;
  padding: 20px;
}

main table.vl5 tr td{
  background-color: #f7f7f7;
  text-align: left;
  padding: 20px;
}

main table.vl6{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto 50px auto;
  border-spacing: 10px;
}

main table.vl6 tr th{
  width: 20%;
  background-color: #ff6e01;
  color: #fff;
  text-align: left;
  padding: 20px;
}

main table.vl6 tr td{
  width: calc(100% / 6);
  background-color: #f7f7f7;
  text-align: left;
  padding: 20px;
}

main dl.img-txt-h1-left{
  min-width: 85.9375%;
  display: flex;
  margin-bottom: 50px;
}

main dl.img-txt-h1-left dt{
  width: 48.958%;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

main dl.img-txt-h1-left dt img{
  width: 100%;
  height: auto;
}

main dl.img-txt-h1-left dd{
  width: 700px;
  color: #000;
  padding: 75px 0 75px 85px;
  line-height: 32px;
  z-index: 2;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 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;
  color: #ff6e00;
  font-weight: bold;
  line-height: 54px;
}

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: 45%;
}

main div.img-txt-h2-left dl dt img{
  width: 100%;
  height: auto;
}

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: 26px;
}

main div.img-txt-h2-left dl dd em{
  color: #ff6e00;
  display: block;
}

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;
    margin-bottom: 100px;
}

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: 45%;
}

main div.img-txt-h3-left dl dt img{
  width: 100%;
  height: auto;
}

main div.img-txt-h3-left dl dd{
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  width: 50%;
  margin-left: 26px;
}

main div.img-txt-h3-left dl dd em{
  color: #ff6e00;
  display: block;
}

main dl.img-txt-h1-right{
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}

main dl.img-txt-h1-right dt{
  text-align: right;
}

main dl.img-txt-h1-right dt img{
  width: 48.958%;
  height: auto;
}

main dl.img-txt-h1-right dd{
  width: 42.16%;
  color: #000;
  padding: 75px 85px 75px 0px;
  line-height: 32px;
  z-index: 2;
  position: absolute;
  right: 50%;
}

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;
  color: #ff6e00;
  font-weight: bold;
  line-height: 54px;
}

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%;
  height: auto;
}

main div.img-txt-h2-right dl dd{
  width: 50%;
}

main div.img-txt-h2-right dl dd em{
  display: block;
  color: #ff6e00;
}

/**/
main div.img-txt-h3-right{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto 50px 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%;
  height: auto;
}

main div.img-txt-h3-right dl dd{
  margin-left: 20px;
}

main div.img-txt-h3-right dl dd em{
  display: block;
  color: #ff6e00;
}


p.btn-left {
  width: 70%;
  min-width: 1360px;
  margin: 0 auto;
}

p.btn-left a{
  position: relative;
  display: block;
  text-align: center;
  width: 320px;
  height: 75px;
  margin: 0 auto 0 0;
  color: #fff;
  line-height: 75px;
  background-color: #ff6e01;
  border: 1px solid #ff6e01;
  transition: 0.7s;
}

p.btn-left a:hover{
  transition: 0.7s;
  opacity: 0.5;
}

p.btn-left a::before{
  position: absolute;
  content: url(../images/arrow.png);
  top: 5%;
  right: 5%;
}

p.btn-center {
  width: 70%;
  min-width: 1360px;
  margin: 0 auto;
}

p.btn-center a {
  display: block;
  text-align: center;
  width: 320px;
  height: 75px;
  margin: 0 auto;
  line-height: 75px;
  color: #fff;
  background-color: #ff6e01;
  border: 1px solid #ff6e01;
  position: relative;
  transition: 0.7s;
}

p.btn-center a:hover{
  transition: 0.7s;
  opacity: 0.5;
}

p.btn-center a::before{
  position: absolute;
  content: url(../images/arrow.png);
  top: 5%;
  right: 5%;
}

p.btn-right {
  width: 70%;
  min-width: 1360px;
  margin: 0 auto;
}

p.btn-right a{
  display: block;
  text-align: center;
  width: 320px;
  height: 75px;
  margin: 0 0 0 auto;
  line-height: 75px;
  color: #fff;
  background-color: #ff6e01;
  border: 1px solid #ff6e01;
  position: relative;
  transition: 0.7s;
}

p.btn-right a:hover{
  transition: 0.7s;
  opacity: 0.5;
}

p.btn-right a::before{
  position: absolute;
  content: url(../images/arrow.png);
  top: 5%;
  right: 5%;
}

p.txt-link-left{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto;
  text-align: left;
}

p.txt-link-left a{
  color: #ff6e00;
  text-decoration: underline;
}

p.txt-link-center{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto;
  text-align: center;
}

p.txt-link-center a{
  color: #ff6e00;
  text-decoration: underline;
}

p.txt-link-right{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto;
  text-align: right;
}

p.txt-link-right a{
  color: #ff6e00;
  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;
  margin-bottom: 50px;
}

div.btn-background p a{
  position: relative;
  display: block;
  text-align: center;
  width: 320px;
  height: 75px;
  margin: 0 auto;
  line-height: 75px;
  color: #fff;
  background-color: #ff6e01;
  border: 1px solid #ff6e01;
  transition: 0.7s;
}

div.btn-background p a:hover{
  transition: 0.7s;
  opacity: 0.5;
}

div.btn-background p a::before{
  position: absolute;
  content: url(../images/arrow.png);
  top: 5%;
  right: 5%;
}

div.img-text1{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto 50px auto;
}

div.img-text1 a{
  width: 600px;
  margin: 0 auto;
  display: block;
}

div.img-text1 a:hover figure img{
  transition: 0.7s;
  opacity: 0.5;
}

div.img-text1 a figure{
  margin: 0;
}

div.img-text1 a figure img{
  width: 600px;
  height: auto;
  transition: 0.7s;
}

div.img-text1 a h3{
  position: relative;
  width: 100%;
  min-width: auto;
  text-align: left;
  padding-left: 10px;
  margin: 0 auto 30px auto;
}

div.img-text1 a h3::before{
  position: absolute;
  content: url(../images/arrow.png);
  top: 5%;
  right: 2%;
}

div.img-text1 a p{
  color: #000;
  line-height: 28.8px;
}

div.img-text1 a.no-link{
  text-decoration: none;
}

div.img-text1 a.no-link:hover figure img{
  opacity: unset;
  transition: unset;
}

div.img-text1 a.no-link h3::before{
  position: unset;
  content: unset;
  top: unset;
  right: unset;
}


div.img-text2{
  width: 100%;
  min-width: 1360px;
  margin: 0 auto 50px auto;
}

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: 48.2%;
  text-align: left;
}

div.img-text2 ul li:first-child{
  margin-right: 50px;
}

div.img-text2 ul li a{
  color: #000;
}

div.img-text2 ul li figure{
  margin: 0;
}

div.img-text2 ul li em{
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: left;
  padding-left: 10px;
  margin: 0 auto 30px auto;
  background-color: #ff6e01;
}

div.img-text2 ul li em::before{
  position: absolute;
  content: url(../images/arrow.png);
  top: 5%;
  right: 2%;
}


div.img-text2 ul li figure img{
  width: 100%;
  height: auto;
}

div.img-text2 ul li a figure img{
  transition: 0.7s;
}

div.img-text2 ul li a:hover figure img{
  transition: 0.7s;
  opacity: 0.5;
}

div.img-text2 ul li span{
  padding: 0 0px;
  display: block;
}

div.img-text4{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto 50px auto;
}

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: 22.2%;
  text-align: left;
  margin-right: 50px;
}

div.img-text4 ul li:last-child{
  margin-right: 0px;
}

div.img-text4 ul li a{
  color: #000;
}

div.img-text4 ul li figure{
  margin: 0;
}

div.img-text4 ul li a figure img{
  transition: 0.7s;
}

div.img-text4 ul li a:hover figure img{
  transition: 0.7s;
  opacity: 0.5;
}

div.img-text4 ul li em{
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  text-align: left;
  padding-left: 10px;
  margin: 0 auto 30px auto;
  background-color: #ff6e01;
}

div.img-text4 ul li em::before{
  position: absolute;
  content: url(../images/arrow.png);
  top: 5%;
  right: 2%;
}


div.img-text4 ul li figure img{
  width: 100%;
  height: auto;
}

div.img-text4 ul li span{
  padding: 0 0px;
  display: block;
}

div.img-text-in1{
  width: 70%;
  min-width: 1360px;
  margin:0 auto 250px auto;
}

div.img-text-in1 a{
  /* width: 42.85%; */
  margin: 0 auto;
  display: block;
  position: relative;
}

div.img-text-in1 a figure{
  margin: 0;
}

div.img-text-in1 a figure img{
  width: 100%;
  height: auto;
  transition: 0.7s;
}

div.img-text-in1 a:hover figure img{
  opacity: 0.5;
  transition: 0.7s;
}

div.img-text-in1 a div h3{
  width: 100%;
  min-width: auto;
  margin-bottom: 30px;
}

div.img-text-in1 a div{
  position: absolute;
  width: 92.30%;
  background-color: #ff6e01;
  color: #fff;
  top: 60%;
  right: -20%;
  padding: 30px 25px;
}

div.img-text-in1 a.no-link:hover{
  text-decoration: none;
  opacity: unset;
  transition: unset;
}

div.img-text-in1 a.no-link:hover figure img{
  opacity: unset;
  transition: unset;
}


div.img-text-in2{
  width: 100%;
  margin:0 auto 250px auto;
}

div.img-text-in2 ul{
  width: 100%;
  display: inline-flex;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

div.img-text-in2 ul li{
  width: 48.2%;
  margin: 0 auto;
  display: block;
  position: relative;
}

div.img-text-in2 ul li ins{
  width: 74%;
  padding:30px 25px;
  position: absolute;
  top: 50%;
  left: 25%;
  background-color: #ff6e01;
  text-decoration: none;
}

div.img-text-in2 ul li ins span{
  text-align: left;
  display: block;
  color: #fff;
}

div.img-text-in2 figure{
  width: 89.711%;
  margin: 0;
  text-align:left;
}

div.img-text-in2 a figure{
  margin: 0;
}

div.img-text-in2 a figure img{
  transition: 0.7s;
}

div.img-text-in2 a:hover figure img{
  transition: 0.7s;
  opacity: 0.5;
}


div.img-text-in2 a{
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
}

div.img-text-in2 a figure{
  width: 89.711%;
  margin: 0;
}

div.img-text-in2 figure img{
  width: 75%;
  height: auto;
}

div.img-text-in2 a figure img{
  width: 75%;
  height: auto;
}

div.img-text-in2 ul li em{
  width: 100%;
  background-color: #ff6e01;
  color: #fff;
  display: block;
  margin-bottom: 30px;
  text-align: left;
  font-weight: bold;
}

div.img-text-in2 a{
  color: #fff;
}

div.img-text-in3{
  width: 100%;
  margin: 0 auto 250px auto;
}

div.img-text-in3 ul{
  width: 81.041666666%;
  margin: 0 auto;
  display: inline-flex;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

div.img-text-in3 ul li{
  width: 31%;
  text-align: left;
  margin-right: 50px;
  position: relative;
}

div.img-text-in3 ul li:last-child{
  margin-right: 0px;
}

div.img-text-in3 ul li a{
  color: #000;
}

div.img-text-in3 ul li figure{
  margin: 0;
}

div.img-text-in3 ul li ins{
  position: absolute;
  width: 89.50%;
  padding: 30px 25px;
  top: 50%;
  right: 0;
  text-decoration: none;
  display: block;
  background-color: #ff6e01;
}

div.img-text-in3 ul li em{
  display: block;
  color: #fff;
  width: 100%;
  text-align: left;
  padding-left: 10px;
  margin: 0 auto 28px auto;
  font-weight: bold;
}


div.img-text-in3 ul li figure img{
  width: 75%;
  height: auto;
}

div.img-text-in3 ul li a figure img{
  transition: 0.7s;
}

div.img-text-in3 ul li a:hover figure img{
  transition: 0.7s;
  opacity: 0.5;
}

div.img-text-in3 ul li span{
  padding: 0 0px;
  display: block;
  color: #fff;
}



div.img-text-in4{
  width: 100%;
  margin: 0 auto 250px auto;
}

div.img-text-in4 ul{
  width: 83.85%;
  margin: 0 auto;
  display: inline-flex;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

div.img-text-in4 ul li{
  width: 22.67%;
  text-align: left;
  margin-right: 50px;
  position: relative;
}

div.img-text-in4 ul li:last-child{
  margin-right: 0px;
}

div.img-text-in4 ul li a{
  color: #000;
}

div.img-text-in4 ul li figure{
  width: 86.30%;
  margin: 0;
}

div.img-text-in4 ul li ins{
  position: absolute;
  width: 86.30%;
  padding: 30px 25px;
  top: 50%;
  right: 0;
  text-decoration: none;
  display: block;
  background-color: #ff6e01;
}

div.img-text-in4 ul li em{
  display: block;
  color: #fff;
  width: 100%;
  text-align: left;
  padding-left: 10px;
  margin: 0 auto 28px auto;
  font-weight: bold;
}


div.img-text-in4 ul li figure img{
  width: 75%;
  height: auto;
}

div.img-text-in4 ul li a figure img{
  transition: 0.7s;
}

div.img-text-in4 ul li a:hover figure img{
  opacity: 0.5;
  transition: 0.7s;
}

div.img-text-in4 ul li span{
  padding: 0 0px;
  display: block;
  color: #fff;
}

figure.large-img{
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: 0 50%;
  font-family:'object-fit:cover; object-position:0 50%;';
  margin: 0 0 50px 0;
}

ul.btn-img{
  width: 100%;
  margin: 0 auto;
}

ul.btn-img{
  margin: 0 0 150px 0;
  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 img{
  width: 100%;
  height: auto;
  z-index: 1;
  transition: 0.7s;
}

ul.btn-img li a:hover img{
  transition: 0.7s;
  opacity: 0.5;
}

ul.btn-img li a em{
  width: 320px;
  position: absolute;
  bottom: -5%;
  right: 5%;
  content: "";
  z-index: 2;
  padding: 10px 20px;
  text-decoration: none;
  font-style: normal;
  color: #fff;
  background-color: #ff6e01;
}

ul.btn-img li a em::before{
  position: absolute;
  content: url(../images/arrow.png);
  top: 25%;
  right: 5%;
}

div.greeting dl{
  align-items: center;
}

div.greeting dl dt figure{
  margin: 0;
}

main div.greeting2{

    margin-bottom: 150px;
}

main div.greeting2 dl {
  width: 100%;
  position: relative;
  align-items: center;
}

main div.greeting2 dl dd {
  width: 42.16%;
  position: absolute;
  line-height: 32px;
  z-index: 2;
  right: 50%;
  padding: 35px 85px 35px 0px;
}

main div.greeting2 dl dd em {
  font-style: normal;
  display: block;
  color: #ff6e00;
  font-weight: bold;
  line-height: 54px;
}

main div.greeting2 dl dd span {
  text-align: right;
  display: block;
}

main div.greeting2 dl dt {
    text-align: right;
}

div.greeting2 dl dt figure {
    margin: 0;
}

main div.greeting2 dl dt img {
    width: 48.958%;
    height: auto;
}

main table.company{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto 50px auto;
  border-spacing: 10px;
}

main table.company tr th{
  width: 25%;
  background-color: #ff6e01;
  color: #fff;
  text-align: left;
  padding: 20px;
}

main table.company tr td{
  background-color: #f7f7f7;
  text-align: left;
  padding: 20px;
}

main div.office ul{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto 50px auto;
}

main div.office ul li{
  position: relative;
  color: #000;
  padding: 0 0 0 20px;
}

main div.office ul li::before{
  position: absolute;
  content: url(../images/list.png);
  left: 0;
}

main table.recruit{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto 50px auto;
  border-spacing: 10px;
}

main table.recruit tr th{
  width: 25%;
  background-color: #ff6e01;
  color: #fff;
  text-align: left;
  padding: 20px;
}

main table.recruit tr td{
  background-color: #f7f7f7;
  text-align: left;
  padding: 20px;
}

aside#local-navi02{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto;
}

aside#local-navi02 h2 {
  position: relative;
  text-align: center;
  color: #ff6e00;
  margin-bottom: 50px;
}

aside#local-navi02 h2::before {
  position: absolute;
  content: url(../images/back_headline.png);
  left: 50%;
  bottom: -20px;
  display: inline-block;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0px;
}

aside#local-navi02 nav ul li a {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  height: 85px;
  margin: 0 auto 0 0;
  color: #fff;
  line-height: 85px;
  background-color: #ff6e01;
  border: 1px solid #ff6e01;
  transition: 0.7s;
}

aside#local-navi02 nav ul li a:hover{
  transition: 0.7s;
  opacity: 0.5;
}

aside#local-navi02 nav ul{
  display: inline-flex;
  text-align: center;
  display:-ms-flexbox;
  display:-webkit-flex;
  display: flex;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

aside#local-navi02 nav ul li{
  width: 16.25%;
  margin-right: 50px;
  margin-bottom: 50px;
}

aside#local-navi02 nav ul li a::before {
    position: absolute;
    content: url(../images/arrow.png);
    top: 5%;
    right: 5%;
}

aside#local-navi{
  width: 70%;
  min-width: 1360px;
  margin: 0 auto;
}

aside#local-navi h2 {
  position: relative;
  text-align: center;
  color: #ff6e00;
  margin-bottom: 50px;
}

aside#local-navi h2::before {
  position: absolute;
  content: url(../images/back_headline.png);
  left: 50%;
  bottom: -20px;
  display: inline-block;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0px;
}

aside#local-navi nav ul li a {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  height: 75px;
  margin: 0 auto 0 0;
  color: #fff;
  line-height: 75px;
  background-color: #ff6e01;
  border: 1px solid #ff6e01;
  transition: 0.7s;
}

aside#local-navi nav ul li a:hover{
  transition: 0.7s;
  opacity: 0.5;
}

aside#local-navi nav ul{
  display: inline-flex;
  text-align: center;
  display:-ms-flexbox;
  display:-webkit-flex;
  display: flex;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

aside#local-navi nav ul li{
  width: 16.25%;
  margin-right: 50px;
  margin-bottom: 50px;
}

aside#local-navi nav ul li a::before {
    position: absolute;
    content: url(../images/arrow.png);
    top: 5%;
    right: 5%;
}

/* --------------------------------------------------------- サイトマップ */
main article#sitemap{
  width: 1400px;
  margin: 0 auto;
}

main article#sitemap ul{
  width: 100%;
}

main article#sitemap ul li{
  border-bottom: 3px solid #ff6e00;
  color: #000;
  margin-bottom: 45px;
}

main article#sitemap ul li a{
  position: relative;
  color: #000;
  display: block;
  transition: 0.7s;
}

main article#sitemap ul li a::before{
  position: absolute;
  content: url(../images/maparow.png);
  right: 1%;
}

main article#sitemap ul li a:hover::before{
  transition: 0.7s;
  right: -0.5%;
}

main article#sitemap ul li.nolink{
  border-bottom: 0;
}

main article#sitemap ul li.nolink ul li{
  padding-left: 20px;
  border-bottom: 1px dotted #ff6e00;
  margin-bottom: 20px;
}

main article#sitemap ul li.nolink ul li:first-child{
  border-top: 3px solid #ff6e00;
  padding-top: 20px;
}

main article#sitemap ul li.nolink ul li a{
  padding-bottom: 20px;
  transition: 0.7s;
}

main article#sitemap ul li.nolink ul li a:hover{
  opacity: 0.5;
  transition: 0.7s;
}

main article#sitemap ul li.nolink ul li a:before{
  content: url(../images/maparow2.png);
}

main article#sitemap ul li.nolink ul li:last-child{
  border-bottom: 0;
}

main article#sitemap ul li.nolink ul li ul li{
  position: relative;
  padding-left: 40px;
  border-bottom: 0;
  border-top: 0;
  margin-bottom: 0;
}

main article#sitemap ul li.nolink ul li ul li:first-child{
  border-top: 0;
  padding-top: 0;
}

main article#sitemap ul li.nolink ul li ul li a{
  color: #ff6e00;
  text-decoration: underline;
  transition: 0.7s;
}

main article#sitemap ul li.nolink ul li ul li a:hover{
  text-decoration: none;
  transition: 0.7s;
  opacity: 1;
}

main article#sitemap ul li.nolink ul li ul li a::before{
  content: none;
}

main article#sitemap ul li.nolink ul li ul li:before{
  position: absolute;
  content: url(../images/list.png);
  left: 0;
  padding-left: 20px;
}

article#form{
  width: 1400px;
  margin: 0 auto 150px auto;
}

form.inner dl{
  display: flex;
  border-spacing: 10px;
}

form.inner dl dt{
  width: 20%;
  background-color: #ff6e00;
  color: #fff;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 7px 100px 7px 20px;
}

form.inner dl dd{
  width: 100%;
}

form.inner dl.name02 dd span{
  margin-right: 20px;
}

form.inner dl dd input[type="text"]{
  width: 100%;
  padding: 12px 20px;
}

form.inner dl dd ins{
  display: block;
  color: #f00;
  font-weight: #f00;
  text-decoration: none;
}

form.inner dl.name02 dd input[type="text"]{
  width: 300px;
}

form.inner dl.name02 dd input:first-of-type{
  margin-right: 30px;
}


form.inner dl.furigana02 dd span{
  margin-right: 20px;
}

form.inner dl.furigana02 dd input[type="text"]{
  width: 300px;
}

form dl.furigana02 dd input:first-of-type{
    margin-right: 30px;
}

form.inner dl.phone02 dd input[type="text"]{
  width: 100px;
}

form.inner dl.phone02 dd span{
  margin-left: 10px;
  margin-right: 10px;
}

form.inner dl.zip02 dd input[type="text"]{
  width: 100px;
}

form.inner dl.zip02 dd span{
  margin-left: 10px;
  margin-right: 10px;
}

select {
  width: 200px;
  /* styling */
  background-color: white;
  border: 1px solid #a9a9a9;
  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;
}


/* arrows */

select {
  width: 250px;
  background-image:
    linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%),
    linear-gradient(to right, #ff6e01, #ff6e01);
  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;
  cursor: pointer;
}

select::-ms-expand {
    display: none;
}


select:focus {
  width: 250px;
  background-image:
    linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%),
    linear-gradient(to right, #ff6e01, #ff6e01);
  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: #d4d4d4;
  outline: 0;
  cursor: pointer;
}

section.sentence{
  margin-bottom: 40px;
}

section.sentence h2{
  text-align: left;
  margin-top: 50px;
  margin-bottom: 30px;
}

main section.sentence h2::before{
  content: "";
}

form.inner dl.text-multi dt{

  height: 100px;
}

form.inner dl.text-multi dd textarea{
  width: 100%;
  height: 100px;
  padding: 15px;
  background-color: unset;
  resize: vertical;
}

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:2px solid #6a6a6a;
  top: 50%;
  left: 9px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  transform: translateY(-50%);
}

form.inner dl.radio-button dd input:checked + label:after {
  background: #6a6a6a;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%) scale(0.5);
  width: 12px;
  height: 12px;
  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: 14px;
  height: 14px;
  content: '';
  border:3px solid #6a6a6a;
  transform: translateY(-50%);
}

form.inner dl.check-box dd input:checked + label:after {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 15px;
  height: 13px;
  content: "";
  background: url(../images/checkbox.png) center center no-repeat;
  transform: translateY(-50%);
}

section.policy{
  width: 1400px;
  background-color: #fff8df;
  padding: 30px;
  margin-bottom: 50px;
  margin-top: 50px;
}

section.policy h3{
  width: 100%;
  min-width: auto;
}

section.policy p.center{
  text-align: center;
}

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: 14px;
  height: 14px;
  content: '';
  border:3px solid #6a6a6a;
  transform: translateY(-50%);
}

form.inner section.policy input:checked + label:after {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 15px;
  height: 13px;
  content: "";
  background: url(../images/checkbox.png) center center no-repeat;
  transform: translateY(-50%);
}

#form dl.required dt {
    position: relative;
}

#form dl.required dt:after {
    content: "必須";
    width: 70px;
    height: 26px;
    line-height: 27px;
    color: #ff6d00;
    text-align: center;
    position: absolute;
    top: 8px;
    right: 26px;
    border: 1px solid #fff;
    background-color: #fff;
}

section.policy_link{
  background-color: #fff8df;
  padding: 30px;
  margin-top: 50px;
}

section.policy_link p a{
  width: 100%;
  text-align: center;
  display: block;
}

section.policy_link p a:hover{
  text-decoration: underline;
}

section.policy_link p.center{
  text-align: center;
}

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: 14px;
  height: 14px;
  content: '';
  border:3px solid #6a6a6a;
  transform: translateY(-50%);
}

form.inner section.policy_link input:checked + label:after {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 15px;
  height: 13px;
  content: "";
  background: url(../images/checkbox.png) center center no-repeat;
  transform: translateY(-50%);
}

section.form-button{
  width: 1400px;
  margin: 50px auto 0 auto;
  text-align: center;
}

section.form-button input[type="button"]{
  background-color: #eb6100;
  border:2px solid #eb6100;
  color: #fff;
  width: 320px;
  padding: 30px 0;
  cursor: pointer;
  transition: 0.7s;
}

section.form-button input[type="button"]:hover{
  background-color: #fff;
  border:2px solid #eb6100;
  color: #eb6100;
  transition: 0.7s;
}

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: #eb6100;
  border:2px solid #eb6100;
  color: #fff;
  padding: 30px 0;
  cursor: pointer;
  transition: 0.7s;
}

section.form-check ul li input[type="button"]:hover{
  background-color: #fff;
  border:2px solid #eb6100;
  color: #eb6100;
  transition: 0.7s;
}


/* --------------------------------------------------------- footer */
footer {
  position: relative;
  background-color: #fff;
  border-top: 4px solid #f39800;
}

footer section {
    padding: 60px 0;
    color: #000;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    box-direction: reverse;
    box-orient: horizontal;
    flex-direction: row-reverse;
}

footer section.inner{
  width: 70%;
  min-width: 1400px;
  margin: 0 auto;
}

footer section.inner ul{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 900px;
  margin-bottom: auto;
}

footer section.inner ul li{
  margin: 0 0 10px 40px;
  line-height: 1.5em;
}

footer section.inner ul li a{
  display: block;
  color: #000;
}

footer section.inner div{
    width: 400px;
}

footer section.inner div::first-line{
  margin-bottom: 25px;
  display: block;
  font-weight: bold;
}

footer p{
  background-color: #eb6100;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 10px 0;
}

aside.pagetop{
  position: absolute;
  top: -10%;
  right: 0;
  background-color: #eb6100;
  margin-right: 210px;
}

aside.pagetop a{
  padding: 20px 15px;
  width: 100%;
  display: block;
}

aside.pagetop a img{
  width: 20px;
  text-align: center;
  margin: 0 auto;
  display: block;
}


/* --------------------------------------------------------- 下層 */






/* --------------------------------------------------------- レスポンシブ */

@media screen and (max-width: 1450px) {
  article#form{
    width: 90%;
  }
  main p.paragraph-left{
    width: 100%;
    min-width: auto;
  }

  section.policy{
    width: 100%;
  }

  section.form-button{
    width: 90%;
  }

  section.form-check{
    width: 90%;
  }

  section.policy h3{
    min-width: auto;
  }

  main article#banner{
    width: 100%;
  }

  footer section.inner{
    min-width: 100%;
  }

  article#undermain img{
    width: 100%;
  }
}

@media screen and (max-width: 1400px) {

  html,
  body {
    overflow-x: hidden!important;
    -webkit-overflow-scrolling: touch;
  }

  header h1{
    margin-left: 20px;
  }

  section#mainvisual{
    width: 100%;
    max-height: 600px;
  }

  section#mainvisual {
    margin-bottom: 100px!important;
}

  .bx-viewport{
    height: 400px!important;
  }
  section#mainvisual ul#slide li a{
    height: 400px!important;
  }
  section#mainvisual ul#slide li a img{
    width: 100%;
    height: 500px;
  }

  section#mainvisual div.caption{
    width: 100%;
  }

  section#mainvisual div.caption h2{
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    bottom: unset;
  }

  section#mainvisual::before{
    width: 100%;
    height: 60px;
    top: 100%;
    left: 0;
  }

  .custom-pager{
    bottom: -8%;
    right: 38%;
  }

  main h2{
    margin-bottom: 40px;
  }

  main div.greeting dl dt{
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  main div.greeting dl{
    display: block;
    min-width: 100%;
  }

  main div.greeting dl dd{
    width: 90%;
    margin:  0 auto;
    padding: 0;
    position:static;
  }

  main div.greeting dl dt img{
    width: 100%;
    height: auto;
  }

  main div.greeting2 dl dt{
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  main div.greeting2 dl{
    display: block;
    min-width: 100%;
  }

  main div.greeting2 dl dd{
    width: 90%;
    margin:  0 auto;
    padding: 0;
    position:static;
  }

  main div.greeting2 dl dt img{
    width: 100%;
    height: auto;
  }

  main div.img-text3{
    width: 90%;
    margin: 0 auto 80px auto;
  }

  main div.img-text3 ul{
    width: 100%;
    min-width: auto;
  }

  main div.img-text3 ul li{
    width: 30%;
  }

  main div.img-text3 ul li em{
    margin-bottom: 30px;
  }

  main div#news{
    background-position: center center;
  }

  main div#news ul{
    width: 90%;
    padding: 30px;
  }

  main div#news ul li time{
    display: block;
  }

  main article#banner{
    width: 100%;
    min-width: auto;
  }

  main article#banner ul li{
    margin-bottom: 30px;
  }

  aside.pagetop{
    margin-right: 0;
  }

  footer section{
    display: block;
  }

  footer section.inner{
    width: 100%;
    min-width: 100%;
  }

  footer section.inner ul {
    margin: 0 auto;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  footer section.inner ul li{
    width: 50%;
    text-align: center;
    margin: 0;
  }

  footer section.inner div{
    width: 100%;
    text-align: center;
    margin-top: 90px;
  }
}

@media screen and (max-width: 1400px) {
  .bx-controls{
    display: none;
  }

  header {
    top:0;
    width: 100%;
    z-index: 100;
  }
  #hamburger {
    display: block;
    cursor: pointer;
    position:absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999999999 !important;
    width: 30px;
    height: 26px;
  }
  header nav {
    display: none;
  }
  header nav {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 200;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 99999999;
    overflow: hidden;
  }
  header nav.open {
    display: block;
    overflow: hidden;
  }
  header nav.close {
    display: none;
  }

  header nav.open ul{
    height: calc(100% - 500px);
    overflow-x: hidden;
    overflow-y: auto;
  }
    header nav ul {
    margin: 80px 0 0 0;
    z-index: 9999;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    }
  header nav ul li {
    margin-right: 0;
    margin: 0 10px 10px 10px;
    width: calc(50% - 20px);
    height: 4rem;
    box-sizing: border-box;
    border: 1px solid #666;
  }

  header nav ul li a {
    color: #fff;
    display: block;
    font-weight: 700;
    box-sizing: border-box;
    line-height: 4rem;
    text-align: center;
    width: 100%;
  }
  header nav ul li a:hover {
    color:#666;
  }

  /*メニューボタンのエフェクト*/
  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .nav-button {
    position: relative;
    width: 30px;
    height: 26px;
  }
  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
  }
  .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    top: 11px;
  }
  .nav-button span:nth-of-type(3) {
    bottom: 0;
  }
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
    background-color:#fff;
  }
  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
    background-color:#fff;
  }

  article#undermain{
    background-color: #000;
  }

  article#undermain img{
    width: 100%;
    height: 200px;
    opacity: 0.6;
  }

  article#undermain section.caption{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0%;
    transform: translate(-0%,-50%);
    background:none;
    z-index: 999;
  }

  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%;
  }

  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;
  }

  .scroll {
    overflow: auto;
    white-space: nowrap;
    width: 100%;
    margin: 0 auto 50px auto;
  }
  main table.hl4{
    width: 100%;
    margin: 0 auto;
    min-width: auto;
  }

  main table.hl5{
    width: 100%;
    margin: 0 auto;
    min-width: auto;
  }

  main table.hl6{
    width: 100%;
    margin: 0 auto;
    min-width: auto;
  }



  main section dl.img-txt-h1-left{
    min-width: 100%;
    display: block;
    min-width: auto;
  }

  main section dl.img-txt-h1-left dd{
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }

  main section dl.img-txt-h1-left dt{
    margin: 0 auto;
    text-align: center;
  }

  main section dl.img-txt-h1-left dt img{
    width: 90%;
    height: auto;
  }

  main div.img-txt-h2-left{
    width: 90%;
    min-width: auto;
    margin: 0 auto;
  }

  main div.img-txt-h2-left dl{
    display: block;
    margin-bottom: 40px;
  }

  main div.img-txt-h2-left dl dd{
    margin-left: 0;
    width: 100%;
  }

  main div.img-txt-h2-left dl dt{
    width: 100%;
    margin: 0 auto;
  }

  main div.img-txt-h3-left{
    width: 90%;
    min-width: auto;
  }


  main div.img-txt-h3-left dl dd{
    margin-left: 0;
    width: 100%;
  }

  main div.img-txt-h3-left dl dt{
    width: 100%;
  }

  main section dl.img-txt-h1-right{
    width: 90%;
    min-width: 90%;
    margin: 0 auto;
  }

  main section dl.img-txt-h1-right dd{
    width: 100%;
    position:static;
    padding: 0;
  }

  main section dl.img-txt-h1-right dt img{
    width: 100%;
    height: auto;
  }

  main div.img-txt-h2-right{
    width: 90%;
    margin: 0 auto;
    min-width: auto;
  }



  main div.img-txt-h2-right dl dd{
    width: 100%;
  }

  main div.img-txt-h2-right dl dt{
    width: 100%;
  }

  main div.img-txt-h3-right{
    width: 90%;
    margin: 0 auto;
    min-width: auto;
  }



  main div.img-txt-h3-right dl dd{
    margin-left: 0;
    width: 100%;
  }
  main div.img-txt-h3-right dl dt{
    width: 100%;
  }

  p.btn-left{
    min-width: 100%;
    margin-bottom: 40px;
    min-width: auto;
  }

  p.btn-center{
    min-width: 100%;
    margin-bottom: 40px;
    min-width: auto;
  }

  p.btn-right{
    min-width: 100%;
    margin-bottom: 40px;
    min-width: auto;
  }

  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;
  }

  div.btn-background p a{
    width: 70%;
  }

  div.img-text1{
    width: 600px;
    margin: 0 auto;
    min-width: auto;
  }

  div.img-text1 a{
    width: 100%;
  }

  div.img-text1 a figure img{
    width: 100%;
  }

  div.img-text2{
    width: 90%;
    min-width: auto;
    margin: 0 auto;
  }

  div.img-text2 a{
    width: 100%;
  }

  div.img-text2 a figure img{
    width: 100%;
  }

  div.img-text2 ul li:nth-child(2){
    margin-left: 5%;
  }

  div.img-text2 ul li{
    width: 45%;
  }



  div.img-text4{
    width: 90%;
    min-width: auto;
    margin: 0 auto;
  }

  div.img-text4 ul li{
    width: 45%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  div.img-text4 ul li:nth-child(odd){
    margin-right: 5%;
  }

  div.img-text-in1{
    width: 90%;
    min-width: auto;
    margin: 0 auto 200px auto;
  }

  ul.btn-img li{
    width: 100%;
    margin-bottom: 40px;
  }

  ul.btn-img li a em{
    width: 100%;
    position:static;
    display: block;
  }

  ul.btn-img li a em::before {
    top: 90%;
  }
  main div.greeting2 dl dd{
    position:static;
  }

  main div.greeting2 dl dd {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }

  main table.company{
    width: 90%;
    min-width: auto;
    margin: 0 auto;
  }

  main div.office ul{
    width: 90%;
    margin: 0 auto;
    min-width: auto;
  }

  main table.recruit{
    width: 90%;
    min-width: auto;
    margin: 0 auto;
  }

  aside#local-navi{
    width: 90%;
    min-width: auto;
    margin: 0 auto;
  }

  aside#local-navi02{
    width: 90%;
    min-width: auto;
    margin: 0 auto;
  }

  main article#sitemap{
    width: 90%;
    min-width: auto;
  }

  article#form{
    width: 100%;
    min-width: auto;
    margin: 0 auto 100px auto;
  }

  form.inner dl{
    width: 90%;
    min-width: auto;
    margin: 0 auto 30px auto;
  }



  form.inner dl.name02 dd input[type="text"]{
    width: 150px;
    padding: 12px 10px;
  }

  form.inner dl.furigana02 dd input[type="text"]{
    width: 150px;
    padding: 12px 10px;
  }

  form.inner dl.phone02 dd input[type="text"]{
    padding:12px 10px;
  }

  form.inner dl.zip02 dd input[type="text"]{
    padding: 12px 10px;
  }

  section.sentence{
    width: 90%;
    margin: 0 auto;
  }

  form.inner dl.text-multi dt{
    height: auto;
  }

  section.form-button{
    width: 90%;
  }

  section.form-button input[type="button"]{
    width: 100%;
  }

  section.form-check{
    width: 100%;
  }

  section.form-check ul{
    width: 90%;
  }

  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: #eb6100;
    border:2px solid #eb6100;
    color: #fff;
    padding: 30px 0;
    cursor: pointer;
    transition: 0.7s;
  }

  section.form-check ul li input[type="button"]:hover{
    background-color: #fff;
    border:2px solid #eb6100;
    color: #eb6100;
    transition: 0.7s;
  }

  section#mainvisual{
    margin-bottom: 100px;
  }

  section.policy{
    width: 100%;
  }

  main blockquote{
    width: 90%;
    min-width: auto;
  }

  main hr{
    width: 90%;
    min-width: auto;
  }

  main h3{
    width: 90%;
    min-width: auto;
  }

  main h4{
    width: 90%;
    min-width: auto;
  }

  main dl.img-txt-h1-right{
    display: block;
    min-width: 100%;
  }

  main dl.img-txt-h1-right dd{
    width: 90%;
    margin:  0 auto;
    padding: 0;
    position:static;
  }

  main dl.img-txt-h1-right dt img{
    width: 100%;
    height: auto;
  }

  main dl.img-txt-h1-left{
    display: block;
    min-width: 100%;
  }

  main dl.img-txt-h1-left dd{
    width: 90%;
    margin:  0 auto;
    padding: 0;
    position:static;
  }

  main dl.img-txt-h1-left dt img{
    width: 100%;
    height: auto;
  }

  main dl.img-txt-h1-left dt{
    width: 100%;
  }

  form.inner dl.furigana02 dd input[type="text"]{
    padding: 10px 5px;
    height: auto;
    width: 150px;
  }

  form.inner dl.furigana02 dd span{
    margin-right: 10px;
  }

  #form dl.furigana02 dd input:first-of-type{
    margin-right: 30px;
  }

  main div#news table{
    width: 90%;
  }

  main div#news table tr th{
    display:block;
    width: 100%;
    text-align: left;
    border-bottom: none;
    padding-bottom: 0;
  }

  main div#news table tr td{
    display: block;
    width: 100%;
    padding-left: 20px;
    padding-top: 0;
  }

  main table.vl2{
    width: 100%;
    min-width: auto;
  }

  main table.vl3{
    width: 100%;
    min-width: auto;
  }

  main table.vl4{
    width: 100%;
    min-width: auto;
  }

  main table.vl5{
    width: 100%;
    min-width: auto;

  }

  main table.vl6{
    width: 100%;
    min-width: auto;
  }

  main div.img-txt-h2-left{
    width: 95%;
  }

  main div.img-txt-h3-left{
    width:95%;
  }

  main div.img-txt-h2-right{
    width: 95%;
  }

  main div.img-txt-h3-right{
    width:95%;
  }

  div.img-text-in1{
    width: 90%;
    margin: 0 auto 50px auto;
  }

  div.img-text-in1 a{
    width: 100%;
  }

  div.img-text-in1 a figure img{
    width: 100%;
    height: auto;
  }

  div.img-text-in1 a div{
    position:static;
    width: 100%;
  }

  div.img-text-in2{
    width: 90%;
    margin: 0 auto 50px auto;
  }

  div.img-text-in2 ul li{
    width: 45%;
    margin-bottom: 40px;
  }

  div.img-text-in2 ul li:nth-child(2){
    margin-left: 5%;
  }

  div.img-text-in2 figure{
    width: 100%;
  }

  div.img-text-in2 figure img{
    width: 100%;
  }

  div.img-text-in2 ul li ins{
    width: 100%;
    position:static;
    display: block;
  }

  div.img-text-in2 a figure{
    width: 100%;
  }

  div.img-text-in2 a figure img{
    width: 100%;
  }

  div.img-text-in3{
    width: 90%;
    margin: 0 auto 50px auto;
  }

  div.img-text-in3 ul{
    width: 100%;
  }

  div.img-text-in3 ul li{
    width: 30%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  div.img-text-in3 ul li figure img{
    width: 100%;
  }

  div.img-text-in3 ul li ins{
    position:static;
    display: block;
    width: 100%;
  }

  div.img-text-in4{
    width: 90%;
    margin: 0 auto 50px auto;
  }

  div.img-text-in4 ul{
    width: 100%;
  }

  div.img-text-in4 ul li{
    width: 50%;
    margin-bottom: 40px;
  }

  div.img-text-in4 ul li figure{
    width: 100%;
  }

  div.img-text-in4 ul li figure img{
    width: 100%;
    height: auto;
  }

  div.img-text-in4 ul li ins{
    width: 100%;
    position:static;
    display: block;
  }

}

@media screen and (max-width: 1199px) {
  main div.img-txt-h3-left dl{
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }

  main div.img-txt-h3-right dl{
    width: 100%;
    display: block;
    margin-bottom: 40px;
  }

  div.img-text2 ul li{
    width: 100%;
  }

  div.img-text2 ul li:first-child{
    margin-right: 0;
  }

  div.img-text2 ul li:nth-child(2){
    margin-left: 0;
  }

  div.img-text-in1{
    width: 90%;
    margin: 0 auto 50px auto;
  }

  div.img-text-in1 a{
    width: 100%;
  }

  div.img-text-in1 a figure img{
    width: 100%;
    height: auto;
  }

  div.img-text-in1 a div{
    position:static;
    width: 100%;
  }

  div.img-text-in2{
    width: 90%;
    margin: 0 auto 50px auto;
  }

  div.img-text-in2 ul li{
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
  }

  div.img-text-in2 ul li:nth-child(2){
    margin-left: 0;
  }

  div.img-text-in2 figure{
    width: 100%;
  }

  div.img-text-in2 figure img{
    width: 100%;
  }

  div.img-text-in2 ul li ins{
    width: 100%;
    position:static;
    display: block;
  }

  div.img-text-in2 a figure{
    width: 100%;
  }

  div.img-text-in2 a figure img{
    width: 100%;
  }

  div.img-text-in3{
    width: 90%;
    margin: 0 auto 50px auto;
  }

  div.img-text-in3 ul{
    width: 100%;
    display: block;
  }

  div.img-text-in3 ul li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  div.img-text-in3 ul li figure img{
    width: 100%;
  }

  div.img-text-in3 ul li ins{
    position:static;
    display: block;
    width: 100%;
  }

  div.img-text-in4{
    width: 90%;
    margin: 0 auto 50px auto;
  }

  div.img-text-in4 ul{
    width: 100%;
    display: block;
  }

  div.img-text-in4 ul li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  div.img-text-in4 ul li figure{
    width: 100%;
  }

  div.img-text-in4 ul li figure img{
    width: 100%;
    height: auto;
  }

  div.img-text-in4 ul li ins{
    width: 100%;
    position:static;
    display: block;
  }

  form.inner dl dt{
    width: 40%;
  }

}

@media screen and (max-width: 999px) {
   main table.vl2{
    width: 90%;
  }

  main table.vl2 tr th {
    display: block;
    width: 100%;
  }

  main table.vl2 tr td {
    display: block;
    width: 100%;
  }

  main table.vl3{
    width: 90%;
  }

  main table.vl3 tr th {
    display: block;
    width: 100%;
  }

  main table.vl3 tr td {
    display: block;
    width: 100%;
  }

  main table.vl4{
    width: 100%;
  }

  main table.vl4 tr th {
    display: block;
    width: 100%;
  }

  main table.vl4 tr td {
    display: block;
    width: 100%;
  }

  main table.vl5{
    width: 100%;
  }

  main table.vl5 tr th {
    display: block;
    width: 100%;
  }

  main table.vl5 tr td {
    display: block;
    width: 100%;
  }

  main table.vl6{
    width: 90%;
  }

  main table.vl6 tr th {
    display: block;
    width: 100%;
  }

  main table.vl6 tr td {
    display: block;
    width: 100%;
  }

  main div.img-txt-h2-left dl{
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }

  main div.img-txt-h2-right dl{
    display: block;
    width: 100%;
  }

  p.btn-left a{
    width: 90%;
    margin: 0 auto;
  }

  p.btn-center a{
    width: 90%;
    margin: 0 auto;
  }

  p.btn-right a{
    width: 90%;
    margin: 0 auto;
  }

  main div.img-text3 ul li{
    width: 100%;
    margin-bottom: 40px;
  }

}

@media screen and (max-width: 767px) {
  section#mainvisual div.caption h2{
    font-size: 1.5rem!important;
  }
  div.img-text1{
    width: 90%;
    margin: 0 auto;
  }

  div.img-text4 ul li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  div.img-text4 ul li:nth-child(odd){
    margin-right: 0%;
  }

  main table.company tr th{
    width: 100%;
    display: block;
  }

  main table.company tr td{
    width: 100%;
    display: block;
  }

  main table.recruit tr th{
    width: 100%;
    display: block;
  }

  main table.recruit tr td{
    width: 100%;
    display: block;
  }

  aside#local-navi02 nav ul li{
    width: 100%;
    margin-right: 0;
  }

  aside#local-navi nav ul li{
    width: 100%;
    margin-right: 0;
  }

  form.inner dl{
    display: block;
  }

   form.inner dl dt{
    width: 100%;
  }

  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;
  }

  footer section.inner ul{
        display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 900px;
    margin-bottom: auto;
  }

}

@media screen and (max-width: 479px) {
  main{
    padding-top: 0;
  }

  form.inner dl.name02 dd input[type="text"]{
    width: 36%;
  }

  form.inner dl.furigana02 dd input[type="text"]{
    width: 33%;
  }

  form.inner dl.phone02 dd input[type="text"]{
    width: 20%;
  }

  form.inner dl.name02 dd span{
    margin-right: 10px;
  }

  form.inner dl.furigana02 dd span{
    margin-right: 10px;
  }

  form.inner dl.furigana02 dd input[type="text"]{
    margin-right: 15px;
  }

  form.inner dl.name02 dd input[type="text"]{
    margin-right: 15px;
  }

  form.inner dl.name02 dd input[type="text"] {
    padding: 12px 0px;
  }

  form.inner dl dd input{
    padding: 5px!important;
  }

  #form dl.name02 dd input:first-of-type, #form dl.name02 dd input:nth-of-type(2) {
    width: calc(100% - 42px);
    margin: 0 0 5px 0;
  }

  #form dl.furigana02 dd input:first-of-type, #form dl.furigana02 dd input:nth-of-type(2) {
    width: calc(100% - 52px);
    margin: 0 0 5px 0;
  }

  article#undermain section.caption{
    padding: 70px 0;
  }
}
