@charset "UTF-8";
/*英文フォント*/
/*事業内容*/
/*会社概要*/
/* =========================================================
◆mv
========================================================= */
svg .svg-elem-1 {
  stroke-dashoffset: 3276.58740234375px;
  stroke-dasharray: 3276.58740234375px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s ease-in 0s, fill 1s linear 1s;
  transition: stroke-dashoffset 1s ease-in 0s, fill 1s linear 1s;
}

svg.active .svg-elem-1 {
  stroke-dashoffset: 0;
  fill: #0b733f;
}

.mv_index {
  position: relative;
  width: 100%;
  height: 65vw;
  background-color: #fff;
  background-position: top center;
  background-size: cover;
  z-index: -1;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .mv_index {
    height: 65vw;
  }
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  .mv_index {
    /*tablet*/
    height: 85vw;
  }
}
@media only screen and (min-width: 321px) and (max-width: 640px) {
  .mv_index {
    height: 140vw;
    background-size: 230%;
    background-position: 28% top;
    background-repeat: no-repeat;
    padding-top: 0;
  }
}
@media screen and (max-width: 320px) {
  .mv_index {
    height: 150vw;
    background-size: 230%;
    background-position: 28% top;
    background-repeat: no-repeat;
    padding-top: 0;
  }
}
.mv_index .txt {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
  text-shadow: 0 0 5px #000;
  font-family: 'Oswald', sans-serif;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .mv_index .txt {
    top: 45%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  .mv_index .txt {
    /*tablet*/
    top: 35%;
  }
}
@media screen and (max-width: 640px) {
  .mv_index .txt {
    /*sp*/
    top: 25%;
    width: 90%;
    line-height: 2.9rem;
    letter-spacing: 2px;
    text-align: center;
  }
}
.mv_index .txt img {
  display: block;
  margin: 0 auto;
}
.mv_index .txt img:nth-of-type(1) {
  width: 6vw;
}
@media only screen and (min-width: 641px) and (max-width: 1296px) {
  .mv_index .txt img:nth-of-type(1) {
    width: 10vw;
  }
}
@media screen and (max-width: 640px) {
  .mv_index .txt img:nth-of-type(1) {
    width: 20%;
  }
}
.mv_index .txt img:nth-of-type(2) {
  width: 4vw;
}
@media screen and (max-width: 640px) {
  .mv_index .txt img:nth-of-type(2) {
    width: 15%;
  }
}
@media screen and (max-width: 640px) {
  .mv_index .txt img {
    width: 4rem;
  }
}
.mv_index .txt .mv_scroll {
  padding-top: 5em;
  transition: .8s;
  display: none;
}
@media only screen and (min-width: 641px) and (max-width: 1296px) {
  .mv_index .txt .mv_scroll {
    padding-top: 3em;
  }
}
@media screen and (max-width: 640px) {
  .mv_index .txt .mv_scroll {
    padding-top: 1.0rem;
  }
}
.mv_index .txt > svg {
  width: 150px;
  height: 150px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .mv_index .txt > svg {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  .mv_index .txt > svg {
    /*tablet*/
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 640px) {
  .mv_index .txt > svg {
    /*sp*/
    width: 30%;
    height: 30%;
  }
}
.mv_index .txt p {
  margin: auto;
  position: relative;
  overflow: hidden;
  opacity: 0;
}
.mv_index .txt p:nth-of-type(1) {
  font-size: 4.0vw;
  font-weight: bold;
  line-height: 1.1;
  padding: .5em 0 .5em;
  letter-spacing: 2px;
  position: relative;
  top: 10px;
  left: 10px;
  max-width: 800px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .mv_index .txt p:nth-of-type(1) {
    font-size: 3.0vw;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1296px) {
  .mv_index .txt p:nth-of-type(1) {
    font-size: 3.0em;
  }
}
@media screen and (max-width: 640px) {
  .mv_index .txt p:nth-of-type(1) {
    padding: 0;
    padding-bottom: 0.5rem;
    font-size: 1.7rem;
  }
}
.mv_index .txt p:nth-of-type(2) {
  font-size: 1.5vw;
  font-weight: bold;
  position: relative;
  top: 10px;
  left: 10px;
  max-width: 700px;
  line-height: 1.4em;
}
@media only screen and (min-width: 641px) and (max-width: 1296px) {
  .mv_index .txt p:nth-of-type(2) {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 640px) {
  .mv_index .txt p:nth-of-type(2) {
    font-size: .9rem;
    line-height: 1.3rem;
  }
}
.mv_index .txt p:nth-of-type(2) br {
  display: none;
}
@media screen and (max-width: 640px) {
  .mv_index .txt p:nth-of-type(2) br {
    /*sp*/
    display: block;
  }
}
.mv_index .txt p::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
}
.mv_index .txt span {
  font-weight: bold;
  font-size: 1.7em;
}
@media screen and (max-width: 640px) {
  .mv_index .txt span {
    font-size: 2rem;
  }
}
.mv_index .green_bg {
  background-color: #18925A;
  display: block;
  width: 0%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: -35%;
  transition: all 300ms 0s ease;
  transform: skewX(-30deg);
}

.intro {
  width: 810px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .intro {
    width: 72.5vw;
  }
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  .intro {
    /*tablet*/
    width: 72.5vw;
  }
}
@media screen and (max-width: 640px) {
  .intro {
    /*sp*/
    width: 96vw;
  }
}
.intro .photo {
  margin: -4.7em auto 3.0em;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .intro .photo {
    margin: -3.3em auto 3.0em;
    width: 80%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  .intro .photo {
    /*tablet*/
    margin: -3.5em auto 3.0em;
  }
}
@media screen and (max-width: 640px) {
  .intro .photo {
    /*sp*/
    margin: -3.1em auto 3.0em;
    width: 85%;
  }
}
.intro .photo ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .intro .photo ul {
    /*sp*/
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.intro .photo ul li {
  list-style: none;
}
@media screen and (max-width: 640px) {
  .intro .photo ul li {
    /*sp*/
    width: 30%;
  }
  .intro .photo ul li:nth-of-type(2) {
    margin-right: 5%;
    margin-left: 5%;
  }
  .intro .photo ul li:nth-of-type(4) {
    margin-right: 2.5%;
    margin-top: -1.0rem;
  }
  .intro .photo ul li:nth-of-type(5) {
    margin-left: 2.5%;
    margin-top: -1.0rem;
  }
}
.intro .photo ul li img {
  transition: .8s;
  max-width: 100%;
  max-height: 100%;
  width: 125px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .intro .photo ul li img {
    width: 100px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  .intro .photo ul li img {
    /*tablet*/
    width: 100px;
  }
}
@media screen and (max-width: 640px) {
  .intro .photo ul li img {
    /*sp*/
    width: 100%;
  }
}
.intro .photo_sp {
  display: none;
}
@media only screen and (min-width: 641px) and (max-width: 1296px) {
  .intro .photo_sp {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .intro .photo_sp {
    display: block;
    width: 80%;
    margin: auto 3.0rem;
  }
}
.intro .photo_sp img {
  transition: .8s;
}
.intro .iwrap p {
  display: inline-block;
  text-align: left;
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 3em;
  transition: .8s;
  transition-delay: .3s;
}
@media screen and (max-width: 640px) {
  .intro .iwrap p {
    width: 90%;
    text-align: left;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 640px) {
  .intro .ctxt {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}

/* =========================================================
◆business
========================================================= */
.business .b_inner {
  width: 1100px;
  margin: auto;
}
@media screen and (max-width: 1150px) {
  .business .b_inner {
    width: 95%;
  }
}
@media screen and (max-width: 640px) {
  .business .b_inner {
    width: 100%;
  }
}
.business .b_inner .cindex {
  width: 100%;
  margin: 3em 0;
}
@media screen and (max-width: 640px) {
  .business .b_inner .cindex {
    margin: 0 0 3em 0;
  }
}
.business .b_inner .cindex h2 {
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 2.2rem;
  letter-spacing: 1px;
  text-align: center;
  display: block;
  padding-bottom: .5em;
  font-family: 'Oswald', sans-serif;
}
@media screen and (max-width: 640px) {
  .business .b_inner .cindex h2 {
    font-size: 1.7rem;
    padding-bottom: .2em;
  }
}
.business .b_inner .cindex span {
  font-size: 1.2em;
  letter-spacing: 3px;
}
@media screen and (max-width: 640px) {
  .business .b_inner .row {
    flex-direction: column;
  }
}
.business .b_inner .row .col {
  width: 31%;
  text-align: left;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.business .b_inner .row .col:hover, .business .b_inner .row .col:active {
  transform: scale(1.03);
}
@media screen and (max-width: 640px) {
  .business .b_inner .row .col {
    width: 100%;
  }
}
.business .b_inner .row .col span {
  display: block;
  line-height: 1.5em;
  color: #0081BD;
  text-align: center;
  position: relative;
  color: #fff;
}
.business .b_inner .row .col span:nth-of-type(1) {
  font-family: "Oswald", sans-serif;
  font-size: 3.0em;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  margin: 0em 0 .2em 0;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 641px) and (max-width: 1296px) {
  .business .b_inner .row .col span:nth-of-type(1) {
    font-size: 2.0em;
    margin-top: .6em;
  }
}
@media screen and (max-width: 640px) {
  .business .b_inner .row .col span:nth-of-type(1) {
    margin-top: 0em;
    font-size: 3.4rem;
  }
}
.business .b_inner .row .col span:nth-of-type(2) {
  font-size: 1.2em;
  padding-bottom: 1em;
}
@media screen and (min-width: 641px) and (max-width: 1296px) {
  .business .b_inner .row .col span:nth-of-type(2) {
    font-size: 1.0em;
  }
}
.business .b_inner .row .col span:nth-of-type(3) {
  width: 80%;
  font-size: 1em;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 2.0em;
}
@media screen and (min-width: 641px) and (max-width: 1296px) {
  .business .b_inner .row .col span:nth-of-type(3) {
    font-size: .9em;
  }
}
@media screen and (max-width: 640px) {
  .business .b_inner .row .col span:nth-of-type(3) {
    /*sp*/
    height: auto;
  }
}
.business .b_inner .row .col span:nth-of-type(4) {
  padding: 1.1em;
}
@media screen and (min-width: 641px) and (max-width: 1296px) {
  .business .b_inner .row .col span:nth-of-type(4) {
    font-size: .9em;
  }
}
@media screen and (max-width: 640px) {
  .business .b_inner .row .col span:nth-of-type(4) {
    width: 80%;
    margin: 0 auto 1em;
  }
}
.business .b_inner .row .col a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
}
.business .b_inner .row .col .bg_blue {
  background: url(../img/common/list_arrow.png) right 7em top 1.5em no-repeat #007BA8;
}
@media screen and (min-width: 680px) and (max-width: 1296px) {
  .business .b_inner .row .col .bg_blue {
    background-position: right 4.0em top 1.3em;
  }
}
@media screen and (max-width: 679px) {
  .business .b_inner .row .col .bg_blue {
    margin-top: -1em;
    background-position: right 2.5em top 1.3em;
  }
}
.business .b_inner .row .col .bg_orange {
  background: url(../img/common/list_arrow.png) right 7em top 1.5em no-repeat #FBA839;
}
@media screen and (min-width: 680px) and (max-width: 1296px) {
  .business .b_inner .row .col .bg_orange {
    background-position: right 4.0em top 1.3em;
  }
}
@media screen and (max-width: 679px) {
  .business .b_inner .row .col .bg_orange {
    margin-top: -1em;
    background-position: right 2.5em top 1.3em;
  }
}
.business .b_inner .row .col .bg_green {
  background: url(../img/common/list_arrow.png) right 7em top 1.5em no-repeat #54B629;
}
@media screen and (min-width: 680px) and (max-width: 1296px) {
  .business .b_inner .row .col .bg_green {
    background-position: right 4.0em top 1.3em;
  }
}
@media screen and (max-width: 679px) {
  .business .b_inner .row .col .bg_green {
    margin-top: -1em;
    background-position: right 2.5em top 1.3em;
  }
}
.business .b_inner .row .business_img {
  background: url(../img/index/business_img01.png) no-repeat;
}
@media screen and (max-width: 640px) {
  .business .b_inner .row .business_img {
    background-size: cover;
  }
}
.business .b_inner .row .business_img:nth-of-type(2) {
  background: url(../img/index/business_img02.png) no-repeat;
}
@media screen and (max-width: 640px) {
  .business .b_inner .row .business_img:nth-of-type(2) {
    background-size: cover;
  }
}
.business .b_inner .row .business_img:nth-of-type(3) {
  background: url(../img/index/business_img03.png) no-repeat;
}
@media screen and (max-width: 640px) {
  .business .b_inner .row .business_img:nth-of-type(3) {
    background-size: cover;
  }
}
.business .b_inner .row .business_img .bga {
  height: 200px;
  background: rgba(0, 0, 0, 0.5);
  transform: translate(0px, 230px);
  overflow: hidden;
}
@media screen and (min-width: 641px) and (max-width: 1296px) {
  .business .b_inner .row .business_img .bga {
    height: 177px;
    transform: translate(0px, 219px);
  }
}
@media screen and (max-width: 640px) {
  .business .b_inner .row .business_img .bga {
    height: 227px;
    transform: translate(0px, 260px);
  }
}
.business .b_inner .more {
  margin: 3em auto;
  padding: 1.2em 0;
  width: 50%;
  position: relative;
  z-index: 1;
}
.business .b_inner .more:hover {
  background-color: #006B39;
}
@media screen and (max-width: 640px) {
  .business .b_inner .more {
    width: 80%;
  }
}
.business .b_inner .more span {
  color: #fff;
}
.business .b_inner .more span:nth-of-type(1) {
  font-size: 1.5em;
  vertical-align: middle;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 2px;
}
.business .b_inner .more span:nth-of-type(2) {
  margin: auto;
  padding-left: 1em;
  vertical-align: middle;
}
.business .b_inner .more a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
}
.business .b_inner .bg_deep_green {
  background: url(../img/index/bussiness_arrow.png) right 3em top 1em no-repeat #00954F;
}

/* =========================================================
◆greeting
========================================================= */
#greeting {
  margin: 5em 0 4.0em 0;
}
@media screen and (max-width: 640px) {
  #greeting {
    /*sp*/
    margin-bottom: 1.0rem;
  }
}
@media screen and (min-width: 641px) and (max-width: 1296px) {
  #greeting .inner {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  #greeting .inner {
    /*sp*/
    width: 90%;
    margin: 0 auto;
  }
}
#greeting .inner .row:nth-of-type(1) {
  justify-content: center;
  margin-bottom: 3.5em;
}
#greeting .inner .row:nth-of-type(1) h2 {
  font-size: 3.0em;
  padding-right: 10px;
  font-family: 'Oswald', sans-serif;
}
#greeting .inner .row:nth-of-type(1) span {
  font-size: 1.3em;
  font-weight: 400;
}
#greeting .inner .row:nth-of-type(2) {
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  #greeting .inner .row:nth-of-type(2) {
    flex-direction: column;
  }
}
#greeting .inner .row:nth-of-type(2) .col {
  width: 45%;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  #greeting .inner .row:nth-of-type(2) .col {
    width: 100%;
    margin-bottom: 2.0rem;
    padding-bottom: 2.0rem;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 640px) {
  #greeting .inner .row:nth-of-type(2) .col:nth-of-type(2) {
    /*sp*/
    padding-bottom: 0;
    border-bottom: none;
  }
}
#greeting .inner .row:nth-of-type(2) .col p.greeting_txt {
  display: block;
  min-height: 180px;
}
@media screen and (min-width: 641px) and (max-width: 1296px) {
  #greeting .inner .row:nth-of-type(2) .col p.greeting_txt {
    min-height: 250px;
  }
}
@media screen and (max-width: 640px) {
  #greeting .inner .row:nth-of-type(2) .col p.greeting_txt {
    /*sp*/
    min-height: auto;
    margin-bottom: 1.0rem;
  }
}
#greeting .inner .row:nth-of-type(2) .col p:nth-of-type(2) {
  width: 100px;
  text-align: center;
  border-radius: 2em;
  padding: .1em .5em .2em;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 640px) {
  #greeting .inner .row:nth-of-type(2) .col p:nth-of-type(2) {
    /*sp*/
    margin-bottom: 1.0rem;
  }
}
#greeting .inner .row:nth-of-type(2) .col p:nth-of-type(2) a {
  text-decoration: none;
  color: #fff;
}
#greeting .inner .row:nth-of-type(2) .col figure {
    display:flex;
    display:-webkit-flex;
    flex-wrap:wrap;
    justify-content:space-between;
    -webkit-justify-content:space-between;
    align-items:flex-start;
    -webkit-align-items:flex-start;
}
#greeting .inner .row:nth-of-type(2) .col figure img {
  min-width: 100px;
  max-width: 100%;
  vertical-align: top;
  margin-right: 2em;
}
@media screen and (min-width: 641px) and (max-width: 1296px) {
  #greeting .inner .row:nth-of-type(2) .col figure img {
    margin-right: 1em;
  }
}
@media screen and (max-width: 640px) {
  #greeting .inner .row:nth-of-type(2) .col figure img {
    /*sp*/
    width: 20%;
    height: auto;
  }
}
#greeting .inner .row:nth-of-type(2) .col figure .greeting_caption {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 640px) {
  #greeting .inner .row:nth-of-type(2) .col figure .greeting_caption {
    /*sp*/
    width: 50%;
    margin-left: auto;
  }
}
#greeting .inner .row:nth-of-type(2) .col figure span:nth-of-type(1) {
  font-size: 2.0em;
  font-weight: bold;
}
@media screen and (min-width: 641px) and (max-width: 1296px) {
  #greeting .inner .row:nth-of-type(2) .col figure span:nth-of-type(1) {
    font-size: 1.7em;
  }
}
#greeting .inner .row:nth-of-type(2) .col figure span:nth-of-type(2) {
  letter-spacing: 1px;
}
#greeting .inner .row:nth-of-type(3) {
  margin-top: 3em;
}
@media screen and (max-width: 640px) {
  #greeting .inner .row:nth-of-type(3) {
    flex-direction: column;
  }
}
#greeting .inner .row:nth-of-type(3) .col {
  width: 30%;
  height: 135px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
#greeting .inner .row:nth-of-type(3) .col:hover, #greeting .inner .row:nth-of-type(3) .col:active {
  transform: scale(1.03);
}
@media screen and (max-width: 640px) {
  #greeting .inner .row:nth-of-type(3) .col {
    width: 100%;
    margin: 0 auto 1rem;
    height: 100px;
  }
}
#greeting .inner .row:nth-of-type(3) .col p {
  color: #fff;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#greeting .inner .row:nth-of-type(3) .col p:nth-of-type(1) {
  top: 45%;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 2px;
}
#greeting .inner .row:nth-of-type(3) .col p:nth-of-type(2) {
  top: 65%;
  width: 100%;
  font-size: 1em;
  letter-spacing: 1px;
  font-family: 'Oswald', sans-serif;
}
@media screen and (min-width: 641px) and (max-width: 1296px) {
  #greeting .inner .row:nth-of-type(3) .col p:nth-of-type(2) {
    top: 65%;
    font-size: .8em;
  }
}
#greeting .inner .row:nth-of-type(3) .col a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
}
#greeting .inner .row:nth-of-type(3) .bg_management {
  background: url(../img/index/greeting_pic03.png) no-repeat;
}
@media screen and (max-width: 640px) {
  #greeting .inner .row:nth-of-type(3) .bg_management {
    background-position: center center;
  }
}
#greeting .inner .row:nth-of-type(3) .bg_company {
  background: url(../img/index/greeting_pic04.png) no-repeat;
}
@media screen and (max-width: 640px) {
  #greeting .inner .row:nth-of-type(3) .bg_company {
    background-position: center center;
  }
}
#greeting .inner .row:nth-of-type(3) .bg_history {
  background: url(../img/index/greeting_pic05.png) no-repeat;
}
@media screen and (max-width: 640px) {
  #greeting .inner .row:nth-of-type(3) .bg_history {
    background-position: center center;
  }
}

/* =========================================================
◆staff
========================================================= */
#staff {
  margin: 5em 0 0 0;
}
@media screen and (max-width: 640px) {
  #staff {
    margin-top: 3em;
  }
}
@media screen and (min-width: 641px) and (max-width: 1296px) {
  #staff .inner {
    width: 100%;
  }
}
#staff .inner .row:nth-of-type(1) {
  justify-content: center;
  margin-bottom: 3em;
}
#staff .inner .row:nth-of-type(1) h2 {
  font-size: 3.0em;
  margin-right: .5em;
}
#staff .inner .row:nth-of-type(1) span {
  font-size: 1.3em;
}
@media screen and (max-width: 640px) {
  #staff .inner .row:nth-of-type(2) {
    flex-direction: column;
  }
}
#staff .inner .row:nth-of-type(2) .col {
  width: 50%;
  height: 460px;
  text-align: left;
}
@media screen and (max-width: 640px) {
  #staff .inner .row:nth-of-type(2) .col {
    width: 100%;
  }
}
#staff .inner .row:nth-of-type(2) .col:nth-of-type(1) {
  background: url(../img/index/staff_pic01.png) no-repeat;
}
@media screen and (min-width: 641px) and (max-width: 1296px) {
  #staff .inner .row:nth-of-type(2) .col:nth-of-type(1) {
    background-position: top center;
  }
}
@media screen and (max-width: 640px) {
  #staff .inner .row:nth-of-type(2) .col:nth-of-type(1) {
    background-position: center center;
  }
}
#staff .inner .row:nth-of-type(2) .col:nth-of-type(2) {
  background: url(../img/index/staff_pic02.png) no-repeat;
}
@media screen and (min-width: 641px) and (max-width: 1296px) {
  #staff .inner .row:nth-of-type(2) .col:nth-of-type(2) {
    background-position: top center;
  }
}
@media screen and (max-width: 640px) {
  #staff .inner .row:nth-of-type(2) .col:nth-of-type(2) {
    background-position: center center;
  }
}
#staff .inner .row:nth-of-type(2) .bga {
  height: 190px;
  background: rgba(0, 149, 79, 0.7);
  transform: translate(0px, 270px);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#staff .inner .row:nth-of-type(2) .bga .staff_introduction {
  width: 70%;
  margin: 2em auto 0;
  color: #fff;
}
@media screen and (min-width: 641px) and (max-width: 1296px), (max-width: 640px) {
  #staff .inner .row:nth-of-type(2) .bga .staff_introduction {
    width: 90%;
    margin-top: 1em;
  }
}
#staff .inner .row:nth-of-type(2) .bga .staff_introduction p:nth-of-type(1) {
  padding-bottom: 1.2em;
}
@media screen and (min-width: 641px) and (max-width: 1296px) {
  #staff .inner .row:nth-of-type(2) .bga .staff_introduction p:nth-of-type(1) {
    font-size: 1em;
  }
}
#staff .inner .row:nth-of-type(2) .bga .staff_introduction p:nth-of-type(2) {
  position: absolute;
  right: 1em;
  top: 2em;
  border: 2px solid #fff;
  border-radius: 2em;
  padding: .3em 2em .3em 1em;
}
@media screen and (min-width: 641px) and (max-width: 1296px) {
  #staff .inner .row:nth-of-type(2) .bga .staff_introduction p:nth-of-type(2) {
    right: 1em;
    top: 3.3em;
  }
}
@media screen and (max-width: 640px) {
  #staff .inner .row:nth-of-type(2) .bga .staff_introduction p:nth-of-type(2) {
    border: none;
    top: 3.7em;
  }
}
#staff .inner .row:nth-of-type(2) .bga .staff_introduction p:nth-of-type(3) {
  font-size: 2em;
  font-weight: bold;
  padding-bottom: 1em;
}
@media screen and (min-width: 641px) and (max-width: 1296px) {
  #staff .inner .row:nth-of-type(2) .bga .staff_introduction p:nth-of-type(4) {
    font-size: .9em;
  }
}
#staff .inner .row:nth-of-type(2) .bga a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
}
#staff .more {
  margin: 3em auto;
  padding: 1.2em 0;
  width: 50%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  #staff .more {
    width: 80%;
  }
}
#staff .more span {
  color: #fff;
}
#staff .more span:nth-of-type(1) {
  font-size: 1.5em;
  vertical-align: middle;
}
#staff .more span:nth-of-type(2) {
  margin: auto;
  padding-left: 1em;
  vertical-align: middle;
}
#staff .more a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
}
#staff .bg_deep_green {
  background: url(../img/index/bussiness_arrow.png) right 3em top 1em no-repeat #00954F;
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  #staff .bg_deep_green {
    background-position: right 3em top 1.1em;
  }
}
@media screen and (max-width: 640px) {
  #staff .bg_deep_green {
    background-position: right 1.3em top .8em;
  }
}

/* =========================================================
◆recruit
========================================================= */
#recruit {
  background: #F6F6F6;
  margin: 0 auto;
  padding: 3em 0;
}
#recruit .inner {
  background: #fff;
  padding: 2em 0;
  border: 2px solid #C9C9C9;
}
@media screen and (min-width: 641px) and (max-width: 1296px), (max-width: 640px) {
  #recruit .inner {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  #recruit .inner .row {
    flex-direction: column;
  }
}
#recruit .inner .row .col {
  width: 50%;
}
@media screen and (max-width: 640px) {
  #recruit .inner .row .col {
    width: 100%;
    margin: 0 auto;
  }
}
#recruit .inner .row .col:nth-of-type(2) {
  padding: 0 2em;
}
@media screen and (min-width: 641px) and (max-width: 1296px) {
  #recruit .inner .row .col:nth-of-type(2) {
    padding: 0 1em;
  }
}
#recruit .inner .row .col:nth-of-type(2) h2 {
  font-size: 2.5em;
  padding-bottom: 1em;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 2px;
}
@media screen and (min-width: 641px) and (max-width: 1296px) {
  #recruit .inner .row .col:nth-of-type(2) h2 {
    font-size: 2.2em;
    padding-bottom: .5em;
  }
}
@media screen and (max-width: 640px) {
  #recruit .inner .row .col:nth-of-type(2) h2 {
    padding-top: 2rem;
  }
}
#recruit .inner .row .col:nth-of-type(2) p:nth-of-type(1) {
  font-size: 1.5em;
  padding-bottom: 1em;
  font-weight: bold;
}
@media screen and (min-width: 641px) and (max-width: 1296px) {
  #recruit .inner .row .col:nth-of-type(2) p:nth-of-type(1) {
    font-size: 1.3em;
  }
}
#recruit .inner .row .col:nth-of-type(2) p:nth-of-type(2) {
  text-align: left;
  padding-bottom: 2em;
  letter-spacing: 1px;
}
@media screen and (min-width: 641px) and (max-width: 1296px) {
  #recruit .inner .row .col:nth-of-type(2) p:nth-of-type(2) {
    font-size: .9em;
  }
}
#recruit .inner .row .col:nth-of-type(2) a {
  text-decoration: none;
  width: 70%;
  display: inline-block;
  margin: 0 auto;
  padding: 1em 2em;
  border-radius: 3em;
  color: #fff;
}
@media screen and (min-width: 641px) and (max-width: 1296px) {
  #recruit .inner .row .col:nth-of-type(2) a {
    font-size: .9em;
  }
}
@media screen and (max-width: 640px) {
  #recruit .inner .row .col:nth-of-type(2) a {
    width: 80%;
  }
}

/* =========================================================
◆info
========================================================= */
#info {
  padding: 4.0em 0;
}
@media screen and (max-width: 640px) {
  #info {
    padding: 3.0rem 0 0 0;
  }
}
#info .inner {
  text-align: left;
}
@media only screen and (min-width: 641px) and (max-width: 1296px) {
  #info .inner {
    width: 95%;
  }
}
@media screen and (max-width: 640px) {
  #info .inner {
    /*sp*/
    max-width: 90%;
  }
}
@media screen and (max-width: 640px) {
  #info .inner .row {
    flex-direction: column;
  }
}
#info .inner .row .title {
  width: 100%;
  margin-bottom: 2.0em;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #info .inner .row .title {
    padding-bottom: 1rem;
    border-bottom: 1px solid #878787;
  }
}
#info .inner .row .title .lbox {
  width: 100%;
  display: flex;
  padding-bottom: 2em;
  border-bottom: 1px solid #006B39;
}
@media screen and (max-width: 640px) {
  #info .inner .row .title .lbox {
    padding: 0 0 0 1rem;
    border-bottom: none;
  }
}
#info .inner .row .title .lbox h2 {
  font-size: 2.6em;
  font-family: 'Oswald', sans-serif;
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  #info .inner .row .title .lbox h2 {
    padding-top: 0;
  }
}
@media screen and (max-width: 640px) {
  #info .inner .row .title .lbox h2 {
    font-size: 1.8rem;
  }
}
#info .inner .row .title .lbox span {
  font-size: 1.2em;
  padding-left: 1.5em;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  #info .inner .row .title .lbox span {
    font-size: 1.0em;
  }
}
#info .inner .row .title .border {
  display: inline-block;
  width: 55%;
}
@media only screen and (min-width: 641px) and (max-width: 1296px) {
  #info .inner .row .title .border {
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  #info .inner .row .title .border {
    display: none;
  }
}
#info .inner .row .title .border hr {
  border: 1px solid #bbb;
  margin: 1.2em 0;
}
@media screen and (max-width: 640px) {
  #info .inner .row .title .border hr {
    display: none;
  }
}
#info .inner .row .title .btn {
  width: 18%;
  text-align: right;
}
@media only screen and (min-width: 641px) and (max-width: 1296px) {
  #info .inner .row .title .btn {
    width: 25%;
  }
}
@media screen and (max-width: 640px) {
  #info .inner .row .title .btn {
    width: 48%;
  }
}
#info .inner .row .title .btn a {
  display: inline-block;
  color: #878787;
  padding: .5em 3em .6em 1em;
  vertical-align: middle;
  font-size: 1.1em;
  letter-spacing: 2px;
  text-decoration: none;
  text-align: left;
  background: url(../img/index/arrow.png) no-repeat top 6px right 17px;
}
@media only screen and (min-width: 641px) and (max-width: 1296px) {
  #info .inner .row .title .btn a {
    padding-top: .5em;
  }
}
@media screen and (max-width: 640px) {
  #info .inner .row .title .btn a {
    display: inline-block;
    padding: 0;
    width: 70%;
    font-size: .9rem;
    padding-top: .3rem;
    letter-spacing: 2px;
    text-decoration: none;
    text-align: left;
    background: url(../img/index/arrow.png) no-repeat top 4px right 0px;
  }
}
#info .inner .row .list {
  width: 100%;
}
@media screen and (max-width: 640px) {
  #info .inner .row .list {
    /*sp*/
    padding-left: 1rem;
  }
}
#info .inner .row .list .info_pickup {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-content: space-between;
  -webkit-align-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  padding-bottom: 2em;
  margin-bottom: 2.0em;
  border-bottom: 1px dotted #ccc;
  position: relative;
}
#info .inner .row .list .info_pickup:hover {
  background-color: #eee;
}
#info .inner .row .list .info_pickup .info_top_img {
  width: 25%;
}
@media screen and (max-width: 640px) {
  #info .inner .row .list .info_pickup .info_top_img {
    width: 25%;
  }
}
#info .inner .row .list .info_pickup .info_top_txt {
  width: 75%;
}
@media screen and (max-width: 640px) {
  #info .inner .row .list .info_pickup .info_top_txt {
    /*sp*/
    width: 73%;
  }
}
#info .inner .row .list .info_pickup .info_top_txt .info_top_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.5;
}
#info .inner .row .list .info_pickup .info_top_txt .info_top_con .label {
  color: #333;
  display: block;
  padding: .2em 1em;
  font-size: .9em;
  background: #fff;
  border: 1px solid #333;
}
#info .inner .row .list .info_pickup .info_top_txt .info_top_con span:nth-of-type(2) {
  width: 10%;
  display: block;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 1.2em;
  padding-left: 2em;
}
#info .inner .row .list .info_pickup .info_top_txt > p {
  padding-top: 1em;
  margin-bottom: 1.0em;
  font-size: 1.5em;
  font-weight: bold;
  color: #00954F;
}
#info .inner .row .list .info_pickup .info_top_txt .btxt {
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.4em;
}
#info .inner .row .list .info_pickup a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#info .inner .row .list dl > div {
  border-bottom: 1px dotted #ccc;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-content: space-between;
  -webkit-align-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  position: relative;
}
#info .inner .row .list dl > div:hover {
  background-color: #eee;
}
#info .inner .row .list dl > div dt {
  width: 23%;
  padding: 20px 0;
  position: relative;
}
#info .inner .row .list dl > div dt .date {
  font-size: 1.2em;
  font-weight: bold;
}
#info .inner .row .list dl > div dt span {
  display: block;
  width: 100px;
  background: #006896;
  color: #fff;
  padding: 0.5em 1.0em;
  font-size: 0.8em;
  line-height: 0.8em;
  position: absolute;
  top: 20px;
  right: 0px;
  text-align: center;
}
#info .inner .row .list dl > div dt span.news {
  background-color: #00954F;
}
#info .inner .row .list dl > div dt span.staff {
  background-color: #c93a3a;
}
#info .inner .row .list dl > div dt span.event {
  background-color: #ff9838;
}
@media screen and (max-width: 640px) {
  #info .inner .row .list dl > div dt {
    /*sp*/
    width: 100%;
    padding: 10px 0;
  }
}
#info .inner .row .list dl > div dd {
  width: 75%;
  padding: 20px 0;
}
@media screen and (max-width: 640px) {
  #info .inner .row .list dl > div dd {
    /*sp*/
    width: 100%;
    padding: 10px 0;
  }
}
#info .inner .row .list dl > div a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#info .inner .btn {
  justify-content: center;
}
@media screen and (max-width: 640px) {
  #info .inner .btn {
    /*sp*/
    width: 90%;
    margin: auto;
  }
}
#info .inner .btn .col {
  width: 30%;
  margin-top: 2em;
  padding: 1em 2em;
  position: relative;
  height: 3.5em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  #info .inner .btn .col {
    width: 100%;
  }
}
#info .inner .btn .col:nth-of-type(1) {
  background: #00954F;
  text-align: center;
  margin-right: 2.0em;
}
@media screen and (max-width: 640px) {
  #info .inner .btn .col:nth-of-type(1) {
    margin-right: 0;
  }
}
#info .inner .btn .col:nth-of-type(1) span:nth-of-type(1) {
  background: url(../img/index/info_arrow.png) no-repeat #00572E;
  background-position: 1rem .9rem;
}
@media screen and (max-width: 640px) {
  #info .inner .btn .col:nth-of-type(1) span:nth-of-type(1) {
    background-position: 1rem .7rem;
  }
}
#info .inner .btn .col:nth-of-type(2) {
  background: #006896;
  text-align: center;
}
#info .inner .btn .col:nth-of-type(2) span:nth-of-type(1) {
  background: url(../img/index/info_arrow.png) no-repeat #00425F;
  background-position: 1rem .9rem;
}
@media screen and (max-width: 640px) {
  #info .inner .btn .col:nth-of-type(2) span:nth-of-type(1) {
    background-position: 1rem .7rem;
  }
}
#info .inner .btn .col span {
  color: #fff;
}
#info .inner .btn .col span:nth-of-type(1) {
  display: inline-block;
  vertical-align: middle;
  width: 3.15rem;
  height: 3.15rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 640px) {
  #info .inner .btn .col span:nth-of-type(1) {
    width: 2.8rem;
    height: 2.8rem;
  }
}
#info .inner .btn .col span:nth-of-type(2) {
  display: inline-block;
  padding-left: 3rem;
}
#info .inner .btn .col a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
}

/* =========================================================
◆support
========================================================= */
#support {
  width: 100%;
  background: url(../img/index/bg_support.png) no-repeat bottom 2em center;
  height: 600px;
  background-size: cover;
  margin-top: 3rem;
}
@media only screen and (min-width: 641px) and (max-width: 1296px), (max-width: 640px) {
  #support {
    background-position: bottom 3em center;
    height: 450px;
  }
}
#support .inner {
  padding-top: 50px;
}
#support .inner h2 {
  display: block;
  font-size: 4.0em;
  font-weight: 500;
  line-height: 1.5em;
  color: #fff;
  margin-bottom: 1em;
  letter-spacing: 2px;
  text-align: center;
  font-family: 'Oswald', sans-serif;
}
@media only screen and (min-width: 641px) and (max-width: 1296px) {
  #support .inner h2 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 640px) {
  #support .inner h2 {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}
#support .inner .row {
  color: #fff;
  justify-content: center;
  font-size: 1.6em;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 2px;
}
@media only screen and (min-width: 641px) and (max-width: 1296px) {
  #support .inner .row {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 640px) {
  #support .inner .row {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    font-size: 0.9rem;
    flex-direction: column;
    letter-spacing: 1px;
  }
}

/* =========================================================
◆RECRUIT
========================================================= */
#RECRUIT {
  width: 1000px;
  margin: 5em auto 0;
}
@media only screen and (min-width: 641px) and (max-width: 1296px) {
  #RECRUIT {
    width: 95%;
    margin: 3em auto 0;
  }
}
@media screen and (max-width: 640px) {
  #RECRUIT {
    margin: 2em auto 10rem;
    width: 90%;
  }
}
#RECRUIT .inner {
  border: 1px solid #ccc;
  display: block;
  padding: 4.0em 0;
  width: 100%;
  background: url(../img/index/spic_03.png) no-repeat;
  padding-bottom: calc(100%*215/1000);
  background-position: center;
  background-size: 98%;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 641px) and (max-width: 1296px) {
  #RECRUIT .inner {
    padding-bottom: calc(100%*185/924);
  }
}
@media screen and (max-width: 640px) {
  #RECRUIT .inner {
    border: none;
    padding-bottom: calc(100%*185/924);
    background-size: 100%;
    background-size: cover;
  }
}
#RECRUIT .inner .box {
  width: 50%;
  position: absolute;
  right: 12px;
  top: 10px;
  height: 251px;
  background: url(../img/index/recruit_arrow.png) no-repeat #9AC6D2;
  background-position: right 20px top 50%;
  opacity: 0.8;
  text-align: left;
  padding: 0 7em 0 4em;
}
@media only screen and (min-width: 641px) and (max-width: 1296px) {
  #RECRUIT .inner .box {
    right: 7px;
    height: 183px;
    padding: 0 5em 0 4em;
  }
}
@media screen and (max-width: 640px) {
  #RECRUIT .inner .box {
    width: 100%;
    height: 120px;
    margin: 100px auto 0;
    left: 0;
    padding: 0 5em 0 2em;
  }
}
#RECRUIT .inner .box .col {
  display: flex;
  line-height: 1.5em;
  margin: 5em 0 1.5em 0;
  letter-spacing: 3px;
}
@media only screen and (min-width: 641px) and (max-width: 1296px) {
  #RECRUIT .inner .box .col {
    margin-top: 2em;
  }
}
@media screen and (max-width: 640px) {
  #RECRUIT .inner .box .col {
    margin: 1rem 2rem 0 0;
  }
}
#RECRUIT .inner .box .col h2 {
  font-size: 3em;
  font-weight: bold;
}
@media only screen and (min-width: 641px) and (max-width: 1296px) {
  #RECRUIT .inner .box .col h2 {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 640px) {
  #RECRUIT .inner .box .col h2 {
    font-size: 1.5rem;
    margin-bottom: .5rem;
  }
}
#RECRUIT .inner .box .col span {
  font-size: 1.2em;
  padding-left: 1.0em;
}
@media only screen and (min-width: 641px) and (max-width: 1296px) {
  #RECRUIT .inner .box .col span {
    font-size: 1.0em;
  }
}
@media screen and (max-width: 640px) {
  #RECRUIT .inner .box .col span {
    font-size: .8rem;
  }
}

/*----------------------
access
------------------------*/
#access {
  margin-top: 5em;
}
#access .inner h2 {
  display: block;
  font-size: 3em;
  font-weight: bold;
  margin-bottom: 0.5em;
  letter-spacing: 5px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #access .inner h2 {
    margin-bottom: 0.5em;
  }
}
#access .inner span {
  display: block;
  font-size: 1.4em;
  font-weight: bold;
  margin: 1.5em 0;
  letter-spacing: 2px;
}
@media screen and (max-width: 640px) {
  #access .inner span {
    font-size: 0.8rem;
    margin-bottom: 2rem;
  }
}
#access .map_index iframe {
  border: none;
  width: 100%;
  height: 500px;
  vertical-align: bottom;
}
