@charset "UTF-8";
/*cssのリセット*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

span {
  display: inline-block;
}

nav ul {
  list-style: none;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

p {
  padding: 1rem;
  margin: 0 auto;
}

video {
  -o-object-fit: cover;
     object-fit: cover;
}

.video {
  width: 100vw;
}
.video video {
  width: 100vw;
}
@media (max-width: 960px) {
  .video {
    height: 420px;
    position: relative;
  }
  .video video {
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100vw;
    top: 0;
    left: 0;
  }
}

body {
  /*フォントの指定*/
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  /*サイトのデフォルトとなる文字の色を指定*/
  color: #333;
}

main {
  overflow-x: hidden;
}

a:link,
a:visited {
  color: #333;
  text-decoration: none;
}

a:hover,
a:active {
  color: #ccc;
  text-decoration: none;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #ccc;
  text-decoration: none;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.sp {
  display: none;
}

@media (max-width: 960px) {
  .sp {
    display: block;
  }
}
.section {
  width: 100vw;
}
.section--green {
  background-color: #d6e6db;
}

.section__inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.title {
  font-size: 3rem;
  text-align: center;
  font-family: sans-serif;
  color: #736357;
  display: block;
  line-height: 1.5;
  letter-spacing: 0.15em;
}

.title__en {
  font-size: 3.6rem;
  text-align: center;
  font-family: Helvetica;
  color: #1e9b46;
  display: block;
  font-weight: 100;
  letter-spacing: 0.1em;
}

.concept {
  padding: 5rem 0;
}
.concept__logo {
  width: 180px;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.concept__text {
  font-size: 1.7rem;
  line-height: 3.3rem;
  max-width: 880px;
  font-family: sans-serif;
  padding-top: 3rem;
}

.performance {
  padding: 5rem 0;
}
.performance__btn {
  background-color: #1e9b46;
  max-width: 370px;
  margin: 0 auto;
  margin-top: 5rem;
}
.performance__btn a {
  color: #fff;
  text-align: center;
  font-size: 2.3rem;
  display: block;
  padding: 1rem;
}

.company {
  margin-top: 10rem;
  background-color: #caddd0;
  padding: 5rem 0;
  background-image: url(../img/company.jpg);
  background-repeat: repeat-x;
  background-size: 100vw;
  background-size: cover;
  background-position: center;
}
.company__inner {
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
}
.company__title {
  color: #1e9b46;
  font-size: 3rem;
}
.company__text {
  color: #5f4c3f;
  font-size: 2rem;
  line-height: 2;
  max-width: 590px;
  margin-left: 2rem;
  margin: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid #1e9b46;
}
.company__text--noborder {
  border-top: none;
}
@media (max-width: 960px) {
  .company__text {
    font-size: 1.6rem;
  }
}
.company__textbox {
  width: 70%;
}
.company__imgbox {
  width: 7%;
}
@media (max-width: 960px) {
  .company__imgbox {
    width: 10%;
  }
}

.slide--left {
  margin-top: 0;
  width: calc(100vw + 200px);
  height: 290px;
  /* 画像の高さ */
  background-image: url(../img/roop_2.jpg);
  background-repeat: repeat-x;
  background-size: 2994px 290px;
  /* 画像の高さ */
  animation: loop 60s linear infinite;
  transform: rotate(-2deg);
  padding-left: 100px;
  margin-left: -100px;
  padding-right: 100px;
  margin-right: -100px;
  overflow: hidden;
}

.slide--right {
  margin-top: 0;
  width: calc(100vw + 200px);
  height: 290px;
  /* 画像の高さ */
  background-image: url(../img/roop_1.jpg);
  background-repeat: repeat-x;
  background-size: 2994px 290px;
  /* 画像の高さ */
  animation: loop-right 60s linear infinite;
  transform: rotate(-2deg);
  padding-left: 100px;
  padding-left: 100px;
  margin-left: -100px;
  padding-right: 100px;
  margin-right: -100px;
  overflow: hidden;
}

.slide--bottom {
  margin-top: 0;
  width: calc(100vw + 200px);
  height: 290px;
  /* 画像の高さ */
  background-image: url(../img/roop_3.jpg);
  background-repeat: repeat-x;
  background-size: 2560px 290px;
  /* 画像の高さ */
  animation: loop-bottom 55s linear infinite;
  transform: rotate(-2deg);
  padding-left: 100px;
  margin-left: -100px;
  padding-right: 100px;
  margin-right: -100px;
  overflow: hidden;
}

.slide__ttl {
  color: #fff;
  font-size: 18px;
  padding: 3px 10px;
  background-color: rgba(44, 167, 52, 0.9);
  width: 130px;
  margin-left: 0;
}
.slide__ttl--left {
  margin-left: auto;
  margin-right: -17px;
}

@keyframes loop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2994px 0;
    /* 画像のマイナス幅 */
  }
}
@keyframes loop-right {
  from {
    background-position: -2994px 0;
  }
  to {
    background-position: 0 0;
    /* 画像のマイナス幅 */
  }
}
@keyframes loop-bottom {
  from {
    background-position: -2560px 0;
  }
  to {
    background-position: 0 0;
    /* 画像のマイナス幅 */
  }
}
.history {
  background-color: #fff;
  padding: 5rem 0;
}
.history__inner {
  padding: 0 1rem;
}
.history__title {
  color: #1e9b46;
  font-size: 3rem;
}
.history__text-wrap {
  max-width: 800px;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 1px solid #1e9b46;
}
.history__text {
  margin: 0;
  color: #5f4c3f;
  line-height: 2;
  max-width: 800px;
  display: flex;
}
.history__text p {
  font-size: 2rem;
  padding: 0;
  width: calc(100% - 180px);
}
@media (max-width: 960px) {
  .history__text p {
    font-size: 1.6rem;
  }
}
@media (max-width: 960px) {
  .history__text {
    display: block;
    padding: 2rem 1rem;
  }
}
@media (max-width: 960px) and (max-width: 960px) {
  .history__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 960px) {
  .history__text p {
    width: 100%;
  }
}
.history__date {
  width: 250px;
  display: block;
  margin: 0;
  color: #5f4c3f;
  font-size: 2rem;
  line-height: 4rem;
}
@media (max-width: 960px) {
  .history__date {
    font-size: 1.4rem;
    font-weight: 600;
  }
}

.message {
  background-color: #d6e6db;
  padding: 5rem 0;
}
.message__inner {
  padding: 0 10px;
}
.message__title {
  color: #1e9b46;
  font-size: 3rem;
}
.message__text {
  color: #5f4c3f;
  font-size: 2rem;
  line-height: 2;
  margin: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 1px solid #1e9b46;
}
@media (max-width: 960px) {
  .message__text {
    font-size: 1.6rem;
  }
}
.message__job-title {
  font-size: 2rem;
  color: #5f4c3f;
  text-align: right;
}
@media (max-width: 960px) {
  .message__job-title {
    font-size: 1.6rem;
  }
}
.message__name {
  font-size: 3.5rem;
  letter-spacing: 0.2em;
  color: #5f4c3f;
  text-align: right;
}
@media (max-width: 960px) {
  .message__name {
    font-size: 2.4rem;
  }
}
.message__img {
  text-align: right;
}

.map {
  background-color: #fff;
  padding: 10rem 0 5rem;
  max-width: 730px;
  margin: 0 auto;
}
.map__logo {
  display: inline-block;
  width: 60px;
}
.map__inner {
  padding: 0 1rem;
}
.map__title {
  color: #000;
  font-size: 3rem;
  padding-left: 2rem;
  align-items: center;
  display: flex;
}
.map__subtitle {
  color: #1e9b46;
  font-size: 3rem;
  padding-top: 3rem;
  border-bottom: 1px solid #1e9b46;
}
.map__text {
  color: #5f4c3f;
  font-size: 2rem;
  line-height: 4rem;
  margin-left: 2rem;
  margin: 0;
  padding-top: 3rem;
  padding-bottom: 1rem;
}
@media (max-width: 960px) {
  .map__text {
    font-size: 1.6rem;
  }
}
.map__img {
  margin-top: 4rem;
  height: 0;
  overflow: hidden;
  padding-bottom: 42%;
  position: relative;
}
.map__img iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.footer {
  padding-top: 10rem;
  color: #4d4d4d;
  border-bottom: 2rem solid #1e9b46;
}
@media (max-width: 960px) {
  .footer {
    padding-top: 5rem;
  }
}
.footer__body {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  list-style: none;
  margin-bottom: 3rem;
}
@media (max-width: 960px) {
  .footer__body {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
.footer__item {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  border-left: 1px #4d4d4d solid;
  padding: 10px 20px;
}
.footer__item:first-child {
  border-left: none;
}
@media (max-width: 960px) {
  .footer__item {
    font-size: 1.6rem;
    border-left: none;
    border-top: 1px #4d4d4d solid;
  }
}

.header {
  position: sticky;
  z-index: 999;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1160px;
  margin: 0 auto;
}
.header__logo {
  display: flex;
  align-items: center;
  padding: 1rem;
  font-size: min(4vw, 2.2rem);
}
.header__img {
  max-width: 44px;
  vertical-align: middle;
  width: 8vw;
  vertical-align: middle;
}
.header__link {
  width: 40%;
  padding: 1rem;
  max-width: 200px;
}

.menu {
  background: #ffffff;
  /*position: fixed;	ヘッダー固定*/
  width: 100%;
  z-index: 9999;
  background-color: #1e9b46;
  /*最上面に*/
}
.menu__ul {
  text-align: center;
  max-width: 960px;
  display: flex;
  padding: 5px;
  justify-content: space-around;
  align-items: center;
  color: #ffffff;
  list-style: none;
  margin: 0 auto;
}
.menu__item {
  font-size: 1.5rem;
  letter-spacing: 0.2em;
  border-left: 1px #fff solid;
  text-align: center;
  width: 25%;
}
.menu__item:first-child {
  content: "";
  border-left: none;
}
.menu__item a {
  color: #fff;
  display: block;
  padding: 10px 20px;
}
.menu__item--wide {
  width: 28%;
}

@media (max-width: 960px) {
  .header {
    padding-right: 70px;
  }
  .menu {
    position: fixed;
    top: 70px;
    right: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
  }
  .menu__ul {
    display: block;
    position: absolute;
    flex-direction: column;
    align-items: flex-start;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
  }
  .menu__item {
    border-left: none;
    border: none;
    border-bottom: 1px #fff solid;
    width: 100%;
  }
  .menu__item:last-child {
    border-bottom: none;
  }
  .menu__item a {
    color: #fff;
    font-size: 20px;
  }
}
/*ハンバーガーメニュー*/
.btn-trigger {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 34px;
  height: 28px;
  transform: translateY(-50%);
  cursor: pointer;
  display: none;
  box-sizing: border-box;
}
@media (max-width: 960px) {
  .btn-trigger {
    display: block;
  }
}

.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #383838;
  border-radius: 4px;
  display: inline-block;
}

.btn-trigger,
.btn-trigger span {
  transition: all 0.5s;
}

.btn-trigger span:nth-of-type(1) {
  top: 0;
}

.btn-trigger span:nth-of-type(2) {
  top: 12px;
}

.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

#btn.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}

#btn.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-btn-bar02 0.8s forwards;
}

@keyframes active-btn-bar02 {
  100% {
    height: 0;
  }
}
#btn.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}

.recruit__title {
  font-size: 3.5rem;
  text-align: center;
  color: #5f4c3f;
  margin-top: 5rem;
  letter-spacing: 0.2em;
  padding: 0 1rem;
}
.recruit__body {
  border-top: #1e9b46 1px solid;
  margin-top: 3rem;
  padding: 0 1rem;
}
.recruit__body-ttl {
  background-color: #1e9b46;
  font-size: 2.5rem;
  line-height: 1.6;
  width: 210px;
  margin-left: 0;
  margin-top: 6rem;
  margin-bottom: 4rem;
  color: #fff;
  letter-spacing: 0.2em;
  padding: 0 0 0 1rem;
}
.recruit__table th {
  font-size: 2rem;
  color: #1e9b46;
  text-align: left;
  width: 170px;
  padding-top: 3rem;
}
@media (max-width: 960px) {
  .recruit__table th {
    width: 110px;
    font-size: 1.6rem;
  }
}
.recruit__table td {
  text-align: left;
  font-size: 1.8rem;
  color: #534741;
}
@media (max-width: 960px) {
  .recruit__table td {
    font-size: 1.6rem;
  }
}
.recruit__btn {
  background-color: #a8272d;
  font-size: 2.5rem;
  letter-spacing: 0.2em;
  text-align: center;
  max-width: 394px;
  margin: 0 auto;
  margin-top: 8rem;
  margin-bottom: 3rem;
  padding: 2rem;
}
@media (max-width: 960px) {
  .recruit__btn {
    font-size: 1.8rem;
  }
}
.recruit__btn a {
  color: #fff;
  display: block;
}
.recruit__text {
  color: #534741;
  font-size: 2rem;
  text-align: center;
}
@media (max-width: 960px) {
  .recruit__text {
    font-size: 1.6rem;
  }
}
.recruit__text--2 {
  font-size: 2.2rem;
  text-align: center;
}
@media (max-width: 960px) {
  .recruit__text--2 {
    font-size: 1.6rem;
  }
}
.recruit__tel {
  color: #1e9b46;
  font-size: 3.1rem;
  text-align: center;
}
@media (max-width: 960px) {
  .recruit__tel {
    font-size: 2rem;
  }
}
.recruit__tel--num {
  font-size: 4.7rem;
}
@media (max-width: 960px) {
  .recruit__tel--num {
    font-size: 3rem;
  }
}

.min-text {
  font-size: 0.8em;
}

.contact {
  font-size: 16px;
}
.contact__title {
  text-align: center;
  font-size: 24px;
  padding-top: 70px;
}
.contact__text {
  font-size: 16px;
  text-align: center;
  padding-bottom: 40px;
}

.thanks {
  font-size: 1.5rem;
}
.thanks__ttl {
  text-align: center;
  font-size: 1.8rem;
  padding: 30px 0;
}

.works__title {
  font-size: 3.5rem;
  text-align: center;
  color: #5f4c3f;
  margin-top: 5rem;
  letter-spacing: 0.2em;
  padding: 0 1rem;
}
.works__body {
  border-top: #1e9b46 1px solid;
  margin-top: 3rem;
  padding: 0 1rem;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: space-between;
}
.works__inner-body {
  width: 46%;
  font-size: 1.5rem;
}
@media (max-width: 960px) {
  .works__inner-body {
    width: 100%;
  }
}
.works__inner-body ul {
  text-decoration: none;
  list-style: none;
}
.works__inner-body ul li {
  border-bottom: #1e9b46 1px solid;
  line-height: 1.7;
  position: relative;
}
.works__inner-body ul li:hover {
  cursor: pointer;
}
.works__inner-body ul li::after {
  content: "";
  background-image: url(../works/img/arrow-green.png);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  display: inline-block;
  width: 14px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}
.works .works-img {
  display: none;
}
.works__body-ttl {
  background-color: #1e9b46;
  font-size: 2rem;
  line-height: 1.6;
  margin-left: 0;
  margin-top: 6rem;
  margin-bottom: 4rem;
  color: #fff;
  letter-spacing: 0.2em;
  padding: 0 1rem 0 1rem;
  display: inline-block;
}
.works__table th {
  font-size: 2rem;
  color: #1e9b46;
  text-align: left;
  width: 170px;
  padding-top: 3rem;
}
@media (max-width: 960px) {
  .works__table th {
    width: 110px;
    font-size: 1.6rem;
  }
}
.works__table td {
  text-align: left;
  font-size: 1.8rem;
  color: #534741;
}
@media (max-width: 960px) {
  .works__table td {
    font-size: 1.6rem;
  }
}
.works__btn {
  background-color: #a8272d;
  font-size: 2.5rem;
  letter-spacing: 0.2em;
  text-align: center;
  max-width: 394px;
  margin: 0 auto;
  margin-top: 8rem;
  margin-bottom: 3rem;
  padding: 2rem;
}
@media (max-width: 960px) {
  .works__btn {
    font-size: 1.8rem;
  }
}
.works__btn a {
  color: #fff;
  display: block;
}
.works__text {
  color: #534741;
  font-size: 2rem;
  text-align: center;
}
@media (max-width: 960px) {
  .works__text {
    font-size: 1.6rem;
  }
}
.works__text--2 {
  font-size: 2.2rem;
  text-align: center;
}
@media (max-width: 960px) {
  .works__text--2 {
    font-size: 1.6rem;
  }
}
.works__tel {
  color: #1e9b46;
  font-size: 3.1rem;
  text-align: center;
}
@media (max-width: 960px) {
  .works__tel {
    font-size: 2rem;
  }
}
.works__tel--num {
  font-size: 4.7rem;
}
@media (max-width: 960px) {
  .works__tel--num {
    font-size: 3rem;
  }
}

.layer {
  background: rgba(0, 0, 0, 0.2);
  /* 背景を薄くする */
  width: 100%;
  height: 100%;
  position: fixed;
  /* 画面に固定するために指定 */
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

/* モーダルコンテンツ */
.modal {
  position: absolute;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
  min-width: 440px;
  max-width: 860px;
  opacity: 0;
  visibility: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 90vh;
}

.modal__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25);
  /* モーダルにシャドウをかける */
  border-radius: 13px;
  /* モーダルの角を丸める */
  display: block;
  padding: 21px 8px 21px;
  height: auto;
  max-height: 90vh;
  overflow-y: scroll;
}

.modal__content {
  padding-top: 15px;
  padding-bottom: 23px;
}

.modal__button-wrap {
  position: fixed;
  right: 10px;
  top: -20px;
  display: inline-flex;
}

.close-button {
  position: relative;
  width: 39px;
  height: 39px;
  background: #1e9b46;
  border-radius: 50%;
  padding: 0;
  border: transparent;
  cursor: pointer;
}

.close-button span {
  width: 25px;
  height: 2px;
  background: #fff;
  display: inline-block;
  position: absolute;
  left: calc(50% - 12px);
  top: 50%;
  border-radius: 20px;
}

.close-button span:nth-child(1) {
  transform: rotate(45deg) translate(-1px, -1px);
}

.close-button span:nth-child(2) {
  transform: rotate(-45deg) translate(1px, -1px);
}

.layer.is-open {
  z-index: 999;
  opacity: 1;
  visibility: visible;
}

.layer.is-open .modal {
  opacity: 1;
  visibility: visible;
}

a.link__pdf {
  font-size: 1.8rem;
  color: #1e9b46;
  margin: 5rem auto 8rem;
  text-align: center;
  display: block;
}/*# sourceMappingURL=style.css.map */