@charset "UTF-8";
/*====================================================
# mixins
====================================================*/
/*====================================================
# colors
====================================================*/
/*=================================================
# font
==================================================*/
/*====================================================
# common(一般) - 全体に共通するスタイル
====================================================*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-tab {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .is-sp {
    display: none;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #000;
  background: #fff;
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.25;
}

img {
  max-width: 100%;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #000;
}

.inner {
  margin: 0 auto;
  box-sizing: content-box;
}
@media screen and (min-width: 1024px) {
  .inner {
    max-width: 80%;
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    padding-left: 28px;
    padding-right: 28px;
  }
}

.-text {
  font-size: 1.4rem;
  line-height: 1.714;
}
@media screen and (min-width: 1024px) {
  .-text {
    font-size: 1.6rem;
    line-height: 2.375;
    max-width: 700px;
    margin: 0 auto;
  }
}

.section-title-en {
  font-family: "acumin-pro", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-style: normal;
  color: #009844;
  line-height: 1;
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .section-title-en {
    font-size: 6.8rem;
  }
}

.section-title-jp {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .section-title-jp {
    font-size: 2rem;
  }
}

.section-title-sub {
  font-size: 1.5rem;
  text-align: center;
  position: relative;
}
.section-title-sub span {
  display: inline-block;
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0 10px;
}
.section-title-sub::after {
  content: "";
  position: absolute;
  width: 14%;
  height: 1px;
  background: #000;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
}

.button-link {
  display: inline-block;
  background: #000;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 auto;
  padding: 15px;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.2s;
  position: relative;
  text-decoration: none;
  text-align: center;
  outline: none;
}
@media screen and (min-width: 1024px) {
  .button-link {
    font-size: 1.6rem;
    padding: 15px 39px 15px;
  }
}
.button-link span {
  display: inline-block;
  position: relative;
  z-index: 3;
  color: #fff;
  padding-right: 15px;
}
.button-link span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 6.5px 0 6.5px 8px;
  border-color: transparent transparent transparent #fff;
}
.button-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #009844;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.button-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.more-button-link {
  display: block;
  position: relative;
}

.more-button-inner {
  background: #009844;
  mix-blend-mode: multiply;
  transition: 0.3s;
}
.more-button-inner:hover {
  opacity: 0.8;
}

.more-button-textbox {
  color: #fff;
}
.more-button-textbox img {
  position: absolute;
  bottom: 10px;
  right: 8px;
  width: 23px;
  height: 23px;
}
@media screen and (min-width: 1024px) {
  .more-button-textbox img {
    width: 26px;
    height: 26px;
  }
}

.more {
  color: #fff;
  font-size: 1.3rem;
}
@media screen and (min-width: 1024px) {
  .more {
    font-size: 1.5rem;
  }
}

.page-top-title {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  font-size: 1.8rem;
  line-height: 1.666;
}
@media screen and (max-width: 767px) {
  .page-top-title {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .page-top-title {
    font-size: 3.4rem;
    line-height: 1.911;
      text-align: center
  }
}

/*=================================================
# header
==================================================*/
.header {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}

#js-header.scroll {
  animation-name: anime;
  animation-duration: 0.8s;
  position: fixed;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
}

@keyframes anime {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .header-inner {
    height: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .header-inner {
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1023px) {
  .header-logo {
    padding-left: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .header-logo {
    margin-top: 0;
    display: inline-block;
  }
}

@media screen and (max-width: 1023px) {
  .header-logo-button {
    margin-top: 40px;
    padding-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .header-logo-button {
    display: none;
  }
}

.header-logo-link {
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.header-logo-link:hover {
  opacity: 0.5;
}

.header-logo-img {
  width: 50px;
}
@media screen and (min-width: 1024px) {
  .header-logo-img {
    width: 75px;
  }
}

.header-text-img {
  width: 117px;
  margin-left: 6px;
}
@media screen and (min-width: 1024px) {
  .header-text-img {
    width: 195px;
  }
}

@media screen and (min-width: 1024px) {
  .header-nav {
    height: 110px;
    background: #fff;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1023px) {
  .header-nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #fff 0%, #fff 68%, #C9E6D7 32%, #C9E6D7 32%);
    padding: 37px 30px;
    transform: translateX(-100%);
    opacity: 0;
    z-index: 20;
    transition: all 0.5s;
  }
  .add-active .header-nav {
    transform: none;
    opacity: 1;
  }
}

@media screen and (min-width: 1024px) {
  .header-nav-list {
    display: flex;
    align-items: center;
  }
}

.header-nav-item + .header-nav-item {
  margin-top: 28px;
}
@media screen and (min-width: 1024px) {
  .header-nav-item {
    border-left: 1px solid #000;
  }
  .header-nav-item + .header-nav-item {
    margin-top: 0;
  }
  .header-nav-item:nth-child(5) {
    border-right: 1px solid #000;
  }
  .header-nav-item:last-child {
    border: none;
  }
}

.header-nav-item-link {
  display: block;
  font-size: 1.7rem;
  transition: 0.3s;
}
.header-nav-item-link:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1023px) {
  .header-nav-item-link {
    display: flex;
    align-items: center;
    padding: 0.5em 0;
  }
}
@media screen and (min-width: 1024px) {
  .header-nav-item-link {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1024px) {
  .header-nav-text-jp {
    padding: 0 16px;
  }
}

.header-nav-text-en {
  color: #009844;
  font-size: 1.4rem;
  margin-left: 18px;
}
@media screen and (min-width: 1024px) {
  .header-nav-text-en {
    display: none;
  }
}

.header-privacy-button {
  font-size: 1.3rem;
  margin-top: 28px;
}
@media screen and (min-width: 1024px) {
  .header-privacy-button {
    display: none;
  }
}

.youtube-img-pc {
  width: 45px;
  height: 47px;
  margin: 0 16px;
}
@media screen and (max-width: 1023px) {
  .youtube-img-pc {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .header-info {
    margin-top: 18px;
  }
}

@media screen and (min-width: 1024px) {
  .header-tel-link {
    display: block;
    font-size: 2.1rem;
    font-weight: bold;
  }
  .header-tel-link span {
    font-size: 1.5rem;
    letter-spacing: 0.015em;
  }
}

.header-info-text {
  font-size: 1.3rem;
  line-height: 1.538;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .header-info-text {
    display: none;
  }
}

.header-contact-button {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .header-contact-button {
    margin-top: 28px;
  }
}

.header-contact-button-link img {
  width: 22px;
  height: 22px;
}
@media screen and (min-width: 1024px) {
  .header-contact-button-link img {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header-contact-button-link img {
    margin-right: 5px;
  }
}
@media screen and (max-width: 1023px) {
  .header-contact-button-link {
    background: #009844;
    width: 315px;
    margin: 0;
    padding: 12px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .header-contact-button-link {
    width: 203px;
    padding: 9px 20px 12px 20px;
  }
}

.header-contact-button-link-text-jp {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .header-contact-button-link-text-jp {
    display: none;
  }
}

.header-contact-button-link-text-en {
  font-size: 1.8rem;
}
@media screen and (min-width: 1024px) {
  .header-contact-button-link-text-en {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .header-hamburger {
    width: 60px;
    height: 60px;
    right: 0;
    top: 0;
    transition: 0.5s;
    z-index: 20;
    background: #009844;
    cursor: pointer;
  }
  .header-hamburger:hover {
    opacity: 0.7;
  }
  .header-hamburger span {
    position: absolute;
    background: #fff;
    height: 1.5px;
    width: 23px;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    border-radius: 0;
    transition: all 0.3s;
    z-index: 20;
  }
  .header-hamburger span:first-child::before {
    content: "MENU";
    position: absolute;
    top: -18px;
    left: -6px;
    color: #fff;
    font-size: 1.2rem;
  }
  .header-hamburger span:nth-child(1) {
    top: 33px;
  }
  .header-hamburger span:nth-child(2) {
    top: 38px;
  }
  .header-hamburger span:nth-child(3) {
    top: 43px;
  }
  .add-active .header-hamburger span:first-child::before {
    display: none;
  }
  .add-active .header-hamburger span:nth-child(1) {
    top: 30px;
    transform: rotate(-45deg);
  }
  .add-active .header-hamburger span:nth-child(2) {
    opacity: 0;
  }
  .add-active .header-hamburger span:nth-child(3) {
    top: 30px;
    transform: rotate(45deg);
  }
}
@media screen and (min-width: 1031px) {
  .header-hamburger {
    display: none;
  }
}

/*=================================================
# top-mainvisual
==================================================*/
#top-slider {
  position: relative;
  width: 100%;
  height: 505px;
}
@media screen and (min-width: 1024px) {
  #top-slider {
    height: 700px;
  }
}

.top-mainvisual-title {
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  margin-top: -2px;
}

@media screen and (max-width: 767px) {
  .top-mainvisual-title-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .top-mainvisual-title-sp {
    display: none;
  }
}

/*スクロールダウン全体の場所*/
.scrolldown1 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 50%;
  bottom: 10px;
  height: 50px;
}
.scrolldown1::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 70px;
  background: #eee;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
/*Scrollテキストの描写*/
.scrolldown1 span {
  position: absolute;
  left: -30px;
  top: -15px;
  /*テキストの形状*/
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}

/*=================================================
# footer-nav
==================================================*/
@media screen and (max-width: 1023px) {
  .footer-nav {
    background: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    height: 40px;
    padding: 0 15px;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  .footer-nav ul {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .footer-nav {
    display: none;
  }
}

@keyframes anime {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.footer-nav + .footer-nav {
  margin-left: 5px;
}

.footer-nav-map img {
  width: 20px;
  height: 19px;
}

.footer-nav-map-link {
  display: block;
  padding: 20%;
}

.footer-nav-tel img {
  width: 20px;
  height: 19px;
}

.footer-nav-youtube-link {
  display: block;
  padding: 15%;
}

.footer-nav-youtube {
  margin-left: 5px;
}
.footer-nav-youtube img {
  width: 37px;
}

.footer-nav-tel-link {
  display: block;
  padding: 20%;
}

.footer-nav-contact-link {
  display: inline-block;
  color: #fff;
}

.footer-nav-contact-link-item {
  display: flex;
  align-items: center;
}
.footer-nav-contact-link-item img {
  width: 22px;
  margin-right: 10px;
}

/*=================================================
# news
==================================================*/
.news {
  background: #C9E6D7;
  position: relative;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .news {
    padding: 15px 18px 38px;
  }
}

.news-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 864px;
}
@media screen and (min-width: 1024px) {
  .news-inner {
    padding: 0 30px;
  }
}

.news-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  padding: 0.5em 0;
  transition: 0.3s;
}
.news-link:hover {
  opacity: 0.5;
}
@media screen and (min-width: 1024px) {
  .news-link {
    font-size: 1.6rem;
  }
}

.news-category {
  display: block;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .news-category {
    flex: 0 0 25%;
  }
}
@media screen and (min-width: 1024px) {
  .news-category {
    padding: 0 30px;
    font-size: 1.8rem;
  }
}
.news-category::after {
  content: "";
  position: absolute;
  background: #fff;
  height: 50px;
  width: 2px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (min-width: 1024px) {
  .news-category::after {
    height: 60px;
  }
}

.news-link-main {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .news-link-main {
    margin-left: 12px;
    display: block;
  }
}

.news-time {
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .news-time {
    padding: 0;
  }
}

.news-title {
  margin-top: 7px;
}
@media screen and (min-width: 1024px) {
  .news-title {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .news-button {
    position: absolute;
    bottom: 11px;
    right: 20px;
  }
}

.news-button-link {
  display: inline-block;
  background: #fff;
  font-size: 1.2rem;
  text-align: center;
  padding: 7px 10px;
  border-radius: 15px;
  width: 95px;
  transition: 0.3s;
  white-space: nowrap;
}
.news-button-link:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1024px) {
  .news-button-link {
    font-size: 1.5rem;
    width: 120px;
  }
}
.news-button-link span {
  padding-right: 11px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .news-button-link span {
    padding-right: 15px;
  }
}
.news-button-link span::after {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 8px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  border-style: solid;
  border-width: 6.5px 0 6.5px 8px;
  border-color: transparent transparent transparent #000;
}
@media screen and (min-width: 1024px) {
  .news-button-link span::after {
    width: 7px;
    height: 11px;
  }
}

/*=================================================
# top-message
==================================================*/
.top-message {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-message {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .top-message {
    margin-top: 70px;
  }
}

.top-message-text {
  margin-top: 25px;
}
@media screen and (min-width: 1024px) {
  .top-message-text {
    margin-top: 50px;
  }
}

.top-message-button {
  text-align: center;
  margin-top: 28px;
}
@media screen and (min-width: 1024px) {
  .top-message-button {
    margin-top: 60px;
  }
}

.top-message-button-link {
  width: 245px;
  padding: 15px 20px 15px;
}

/*=================================================
# works
==================================================*/
.works {
  margin-top: 0;
  padding: 55px 0 30px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .works {
    padding: 120px 0 106px;
  }
}
.works::before {
  content: "";
  position: absolute;
  background: #C9E6D7;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  clip-path: polygon(0 8%, 100% 0%, 100% 100%, 0% 100%);
}
@media screen and (min-width: 1024px) {
  .works::before {
    clip-path: polygon(0 30%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.works .section-title {
  display: flex;
  align-items: flex-end;
}
.works .section-title-jp {
  margin-left: 25px;
}

.works-list {
  margin-top: 22px;
}
@media screen and (min-width: 1024px) {
  .works-list {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
  }
}

.works-item {
  position: relative;
}
.works-item + .works-item {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .works-item {
    width: 30%;
  }
  .works-item + .works-item {
    margin-top: 0;
  }
}

@media screen and (max-width: 1023px) {
  .works-item-picture img {
    object-fit: cover;
    width: 100%;
    max-height: 214px;
  }
}
@media (min-width: 1024px) and (max-width: 1300px) {
  .works-item-picture img {
    object-fit: cover;
    width: 100%;
    height: 280px;
  }
}
@media screen and (min-width: 1300px) {
  .works-item-picture img {
    object-fit: cover;
    width: 100%;
    height: 345px;
  }
}

.works-more-button-link {
  padding-bottom: 55px;
}
@media screen and (min-width: 1024px) {
  .works-more-button-link {
    padding-bottom: 65px;
  }
}

.works-more-button-inner {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 105px;
  height: 105px;
}
@media screen and (min-width: 1024px) {
  .works-more-button-inner {
    width: 120px;
    height: 120px;
  }
}

.works-more-button-textbox {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 2;
  display: block;
  text-align: center;
  width: 105px;
  height: 105px;
  position: absolute;
  left: 20px;
  bottom: 0;
  padding: 30px 10px;
}
@media screen and (min-width: 1024px) {
  .works-more-button-textbox {
    font-size: 2.2rem;
    line-height: 1.726;
    width: 120px;
    height: 120px;
    padding: 40px 15px;
  }
}
.works-more-button-textbox .more {
  position: absolute;
  bottom: 6px;
  left: 10px;
}

.works-slider img {
  width: 100%; /*スライダー内の画像を横幅100%に*/
  height: auto;
}

/*=================================================
# safety
==================================================*/
.safety {
  margin-top: 87px;
}
.safety .section-title {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .safety .section-title {
    right: 12px;
    top: -20px;
  }
}
@media screen and (min-width: 1024px) {
  .safety .section-title {
    right: 18px;
    bottom: -36px;
  }
}

.safety-inner {
  position: relative;
  padding: 0;
}
.safety-inner .section-title {
  mix-blend-mode: multiply;
}

.safety-item {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .safety-item {
    margin-top: 84px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}

@media screen and (min-width: 1024px) {
  .safety-picture {
    width: 65.8%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .safety-picture img {
    width: 100%;
    height: 350px;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .safety-picture img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
}

@media screen and (min-width: 1024px) {
  .safety-more-button {
    position: absolute;
    left: 0;
  }
}

.safety-more-button-link {
  display: block;
}
@media screen and (max-width: 1023px) {
  .safety-more-button-link {
    padding-bottom: 175px;
  }
}

.safety-more-button-inner {
  position: absolute;
}
@media screen and (max-width: 1023px) {
  .safety-more-button-inner {
    width: 86%;
    height: 233px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1024px) {
  .safety-more-button-inner {
    width: 523px;
    height: 233px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 35px 50px 25px;
  }
}

.safety-more-button-textbox {
  position: absolute;
}
@media screen and (max-width: 1023px) {
  .safety-more-button-textbox {
    width: 86%;
    height: 233px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 23px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .safety-more-button-textbox {
    width: 523px;
    height: 233px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 35px 50px 25px;
  }
}
.safety-more-button-textbox .more {
  position: absolute;
  bottom: 20px;
}

.safety-more-button-title {
  font-family: "kozuka-gothic-pr6n", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .safety-more-button-title {
    font-size: 3.2rem;
  }
}

.safety-more-button-text {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.75;
  margin-top: 18px;
  text-align: justify;
}
@media screen and (min-width: 1024px) {
  .safety-more-button-text {
    font-size: 1.6rem;
    margin-top: 25px;
  }
}

.safety-bg {
  background: url(../img/ao_002.jpg) center 62% no-repeat;
  background-size: cover;
  position: relative;
  height: 480px;
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .safety-bg {
    height: 530px;
    margin-top: 110px;
  }
}

.safety-bg-inner {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  padding: 15px 20px 26px;
}
@media screen and (min-width: 1024px) {
  .safety-bg-inner {
    display: flex;
    align-items: flex-end;
    height: 120px;
    padding: 25px 150px;
  }
}

@media screen and (max-width: 1023px) {
  .safety-bg-logo {
    position: absolute;
    top: -330px;
    right: 25px;
  }
}
.safety-bg-logo img {
  width: 82px;
}
@media screen and (min-width: 1024px) {
  .safety-bg-logo img {
    width: 120px;
  }
}

.safety-bg-text {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: justify;
}
@media screen and (min-width: 1024px) {
  .safety-bg-text {
    width: 65%;
    font-size: 1.8rem;
    margin-left: 20px;
  }
}

.safety-bg-button {
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .safety-bg-button {
    position: absolute;
    right: 20px;
    bottom: -30px;
  }
}

.safety-bg-button-link {
  display: inline-block;
  background: #009844;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  margin: 0 auto;
  padding: 18px 15px;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.3s;
  position: relative;
  text-decoration: none;
  text-align: center;
  outline: none;
}
.safety-bg-button-link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1023px) {
  .safety-bg-button-link {
    width: 201px;
  }
}
@media screen and (min-width: 1024px) {
  .safety-bg-button-link {
    width: 230px;
  }
}

/*=================================================
# sustainable
==================================================*/
.sustainable {
  padding: 75px 0 35px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .sustainable {
    padding: 75px 0 52px;
  }
}
.sustainable::before {
  content: "";
  position: absolute;
  background: #C9E6D7;
  width: 100%;
  height: 92%;
  bottom: 0;
  z-index: -1;
  clip-path: polygon(0 55%, 100% 0%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .sustainable::before {
    clip-path: polygon(0 32%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.sustainable .section-title {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .sustainable .section-title {
    margin-top: 42px;
  }
}
.sustainable .section-title-jp {
  margin-top: 20px;
}

.sustainable-logo {
  margin: 0 auto;
  width: 70px;
  height: 70px;
}
@media screen and (min-width: 1024px) {
  .sustainable-logo {
    width: 100px;
    height: 100px;
  }
}

.sustainable-inner {
  text-align: center;
}

.sustainable-text {
  margin-top: 32px;
  text-align: left;
  text-align: justify;
}
@media screen and (min-width: 1024px) {
  .sustainable-text {
    margin-top: 37px;
    text-align: center;
  }
}

.sustainable-button {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .sustainable-button {
    margin-top: 40px;
  }
}

/*=================================================
# ecology
==================================================*/
.ecology {
  text-align: center;
  margin: 35px auto 0;
}
@media screen and (min-width: 1024px) {
  .ecology {
    margin: 95px auto 25px;
  }
}
.ecology .section-title {
  margin-top: 42px;
}
.ecology .section-title-jp {
  margin-top: 20px;
}

.ecology-inner {
  padding: 0;
}

.ecology-text {
  font-size: 1.4rem;
  line-height: 1.714;
  margin-top: 32px;
  text-align: left;
  padding: 0 30px;
}
@media screen and (min-width: 1024px) {
  .ecology-text {
    font-size: 1.6rem;
    line-height: 2.375;
    margin-top: 37px;
    text-align: center;
  }
}

.ecology-item {
  position: relative;
  padding-bottom: 160px;
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .ecology-item {
    margin-top: 84px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (min-width: 1024px) {
  .ecology-item-picture {
    width: 65.8%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ecology-item-picture img {
    width: 100%;
    height: 350px;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .ecology-item-picture img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
}

.ecology-item-inner {
  position: absolute;
}
@media screen and (max-width: 1023px) {
  .ecology-item-inner {
    width: 86%;
    height: 200px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1024px) {
  .ecology-item-inner {
    width: 523px;
    height: 240px;
    left: 0;
    margin-top: 0;
  }
}

.ecology-item-textbox {
  position: absolute;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .ecology-item-textbox {
    width: 86%;
    height: 200px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .ecology-item-textbox {
    width: 523px;
    height: 240px;
    left: 0;
    padding: 40px 50px 26px;
  }
}

.ecology-item-title {
  font-family: "kozuka-gothic-pr6n", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .ecology-item-title {
    font-size: 3.2rem;
  }
}

.ecology-item-text {
  font-size: 1.4rem;
  line-height: 1.714;
  margin-top: 12px;
  text-align: justify;
}
@media screen and (min-width: 1024px) {
  .ecology-item-text {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-top: 25px;
  }
}

/*=================================================
# recruit
==================================================*/
.recruit {
  padding: 60px 0 30px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .recruit {
    margin-top: 30px;
    padding-top: 120px;
  }
}
.recruit::before {
  content: "";
  position: absolute;
  background: #C9E6D7;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  clip-path: polygon(0 50%, 100% 0%, 100% 100%, 0% 100%);
}
@media screen and (min-width: 1024px) {
  .recruit::before {
    clip-path: polygon(0 66%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.recruit .section-title {
  display: flex;
  align-items: flex-end;
}
.recruit .section-title-jp {
  margin-left: 8px;
}
@media screen and (min-width: 1024px) {
  .recruit .section-title-jp {
    margin-left: 18px;
  }
}

.recruit-button {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .recruit-button {
    margin-top: 40px;
    margin-left: 95px;
  }
}

/*=================================================
# message
==================================================*/
.message {
  background: linear-gradient(180deg, #C9E6D7 0%, #C9E6D7 65%, #fff 35%, #fff 100%);
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .message {
    margin-top: -120px;
  }
}
.message .section-title {
  text-align: right;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (max-width: 767px) {
  .message .section-title {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .message .section-title-jp {
    margin-top: 12px;
  }
}

@media screen and (max-width: 767px) {
  .message-inner {
    padding: 0;
  }
}

.message-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 17px;
}
@media screen and (min-width: 1024px) {
  .message-list {
    margin-top: 15px;
  }
}

.message-item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .message-item {
    width: 33.3333333333%;
  }
  .message-item:nth-child(n+4) {
    margin-top: 37px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .message-item {
    width: 16.6%;
  }
  .message-item:nth-child(n+4) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .message-item {
    width: 14.28%;
  }
  .message-item:nth-child(n+4) {
    margin-top: 0;
  }
}

.message-item1 .message-item-picture {
  background: url(../img/ao_182.jpg) right 97% no-repeat;
  background-size: 160%;
}

.message-item2 .message-item-picture {
  background: url(../img/ao_044.jpg) right 94% no-repeat;
  background-size: 193%;
}

.message-item3 .message-item-picture {
  background: url(../img/ks_top.jpg) 72% 54% no-repeat;
  background-size: 130%;
}

.message-item4 .message-item-picture {
  background: url(../img/inagaki_top.jpg) 50% 20% no-repeat;
  background-size: 140%;
}

.message-item5 .message-item-picture {
  background: url(../img/ao_191-2.jpg) 68% 100% no-repeat;
  background-size: 325%;
}

.message-item6 .message-item-picture {
  background: url(../img/ao_156-2.jpg) 75% 104% no-repeat;
  background-size: 320%;
}

.message-item7 .message-item-picture {
  background: url(../img/tr_top.jpg) 55% 20% no-repeat;
  background-size: 120%;
}

.message-item-picture {
  object-fit: cover;
  width: 100%;
  height: 217px;
}
@media screen and (max-width: 540px) {
  .message-item-picture {
    height: 230px;
  }
}
@media (min-width: 541px) and (max-width: 768px) {
  .message-item-picture {
    height: 360px;
  }
}
@media (min-width: 767px) and (max-width: 859px) {
  .message-item-picture {
    height: 230px;
  }
}
@media (min-width: 860px) and (max-width: 1299px) {
  .message-item-picture {
    height: 250px;
  }
}
@media screen and (min-width: 1300px) {
  .message-item-picture {
    height: 350px;
  }
}

.message-item-button {
  display: block;
  position: absolute;
  right: 15px;
  bottom: -32px;
}
.message-item-button img {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .message-item-button {
    right: 10px;
    bottom: -18px;
  }
  .message-item-button img {
    width: 26px;
    height: 26px;
  }
}

.message-item-wrapper {
  position: relative;
  overflow: hidden;
}

.message-item-link {
  position: relative;
  overflow: hidden;
}
.message-item-link::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 0;
  height: 0;
  background: #009844;
  border-radius: 50%;
  mix-blend-mode: multiply;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.6s;
}
.message-item-link::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 0;
  height: 0;
  background: #009844;
  border-radius: 50%;
  mix-blend-mode: multiply;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.6s;
}

.message-item-link:hover::before {
  width: 35vw;
  height: 35vw;
  opacity: 0.4;
}

.message-item-link:hover::after {
  width: 35vw;
  height: 35vw;
  opacity: 0.6;
  transition-delay: 0.3s;
}

/*=================================================
# warehouse
==================================================*/
.warehouse {
  position: relative;
  background: #C9E6D7;
  margin-top: 80px;
  padding: 80px 0 36px;
}
@media screen and (min-width: 1024px) {
  .warehouse {
    margin-top: 190px;
    padding: 115px 0 60px;
  }
}
.warehouse .section-title {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  top: -21px;
}
@media screen and (min-width: 1024px) {
  .warehouse .section-title {
    top: -38px;
  }
}
.warehouse .section-title-jp {
  margin-top: 12px;
}

.warehouse-main {
  background: #fff;
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .warehouse-main {
    padding: 40px 60px;
  }
}

.warehouse-list:nth-child(2) {
  padding: 10px 0 20px;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 1024px) {
  .warehouse-list:nth-child(2) {
    padding: 10px 0 50px;
  }
}
.warehouse-list:nth-child(3) {
  padding-top: 20px;
}
@media screen and (min-width: 1024px) {
  .warehouse-list:nth-child(3) {
    padding-top: 55px;
  }
}
.warehouse-list:nth-child(3) .warehouse-item-picture {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .warehouse-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.warehouse-item + .warehouse-item {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .warehouse-item {
    width: 30%;
  }
  .warehouse-item + .warehouse-item {
    margin-top: 0;
  }
}

.warehouse-item-picture img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .warehouse-item-picture img {
    width: 100%;
    height: 185px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .warehouse-item-picture img {
    width: 100%;
    height: 320px;
    object-fit: cover;
  }
}

.warehouse-item-inner {
  margin-top: 8px;
}

.warehouse-item-area-title {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}

.warehouse-item-category-title {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .warehouse-item-category-title {
    font-size: 1.8rem;
  }
}

.warehouse-item-text {
  font-size: 1.3rem;
  margin-top: 7px;
}
@media screen and (min-width: 1024px) {
  .warehouse-item-text {
    font-size: 1.5rem;
  }
}

.warehouse-button {
  text-align: center;
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .warehouse-button {
    margin-top: 50px;
  }
}

/*=================================================
# movie
==================================================*/
.movie {
  position: relative;
  height: 298px;
}
@media screen and (min-width: 1024px) {
  .movie {
    height: 500px;
  }
}
.movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.movie-thumbnail {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.movie-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.movie-thumbnail::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.56;
  transition: all 0.2s;
  z-index: 2;
}

.movie-button {
  color: #fff;
  font-size: 2.3rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .movie-button {
    font-size: 4rem;
  }
}
.movie-button img {
  display: block;
  margin: 0 auto 10px;
  width: 45px;
  height: 32px;
}
@media screen and (min-width: 1024px) {
  .movie-button img {
    margin: 0 auto 18px;
    width: 80px;
    height: 55px;
  }
}

/*=================================================
# map
==================================================*/
.map iframe {
  width: 100%;
  height: 390px;
}
@media screen and (min-width: 1024px) {
  .map iframe {
    height: 500px;
  }
}

/*=================================================
# footer
==================================================*/
.footer {
  background: #009844;
}

.footer-logo {
  background: #fff;
  text-align: center;
  padding: 20px 0;
}
.footer-logo img {
  width: 196px;
}
@media screen and (min-width: 1024px) {
  .footer-logo img {
    width: 225px;
  }
}

.footer-inner {
  color: #fff;
  padding: 30px 10px;
}
@media screen and (min-width: 1024px) {
  .footer-inner {
    padding: 35px 0 25px;
  }
}

.footer-company-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-logo-img {
  width: 92px;
}
@media screen and (min-width: 1024px) {
  .footer-logo-img {
    width: 110px;
  }
}

.footer-text-img {
  width: 162px;
  margin-left: 14px;
}
@media screen and (min-width: 1024px) {
  .footer-text-img {
    width: 185px;
    margin-left: 17px;
  }
}

.footer-company-logo-text {
  font-size: 1.4rem;
  margin-left: 14px;
}
.footer-company-logo-text span {
  font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
  .footer-company-logo-text span {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer-company-logo-text {
    font-size: 1.6rem;
  }
}

.footer-company-logo-title {
  text-align: left;
  font-size: 1.4rem;
}
.footer-company-logo-title span {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .footer-company-logo-title {
    font-size: 1.6rem;
  }
  .footer-company-logo-title span {
    font-size: 2.3rem;
  }
}

.footer-info {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 22px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .footer-info {
    font-size: 1.8rem;
    line-height: 1.333;
    margin-top: 40px;
  }
}

.footer-logo-list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .footer-logo-list {
    margin-top: 35px;
  }
}

.footer-logo-item {
  width: 80px;
}
.footer-logo-item:nth-child(1) img {
  width: 60px;
  height: 70px;
  object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .footer-logo-item:nth-child(1) img {
    width: 65px;
    height: 75px;
  }
}
.footer-logo-item:nth-child(2) img, .footer-logo-item:nth-child(3) img {
  width: 65px;
  height: 65px;
  object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .footer-logo-item:nth-child(2) img, .footer-logo-item:nth-child(3) img {
    width: 75px;
    height: 75px;
  }
}
.footer-logo-item + .footer-logo-item {
  margin-left: 10px;
}

.footer-copy {
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  padding: 24px 0 64px;
  border-top: 1px solid #fff;
}
@media screen and (min-width: 1024px) {
  .footer-copy {
    font-size: 1.6rem;
    padding: 20px 0;
  }
}

.to-top {
  position: fixed;
  display: block;
  width: 80px;
  right: 40px;
  bottom: 272px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  z-index: 100;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .to-top {
    width: 40px;
    right: 10px;
    bottom: 100px;
  }
}
.to-top:hover {
  opacity: 0.7;
}
.to-top.is-show {
  opacity: 1;
  visibility: visible;
}

/*=================================================
# page共通
==================================================*/
.page-mainvisual {
  height: 170px;
}
@media screen and (min-width: 1024px) {
  .page-mainvisual {
    height: 330px;
  }
}

.page-head {
  position: relative;
}

.page-head-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #009844;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .page-head-inner {
    height: 68px;
  }
}

.page-head-title {
  position: absolute;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .page-head-title {
    font-size: 1.6rem;
    height: 68px;
    left: 30px;
    padding: 17px 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-head-title {
    font-size: 2.2rem;
    height: 80px;
    display: flex;
    align-items: center;
    left: 150px;
  }
}

.page-head-title-en {
  font-family: "acumin-pro", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
@media screen and (min-width: 1024px) {
  .page-head-title-en {
    margin-left: 23px;
  }
}

.page-sub-title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 25px;
  text-align: center;
  margin-bottom: 35px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .page-sub-title {
    font-size: 3rem;
    padding-bottom: 16px;
    margin-bottom: 60px;
  }
}
.page-sub-title::after {
  content: "";
  position: absolute;
  background: #009844;
  height: 2px;
  width: 45px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}




.page-sub-title02 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 25px;
  text-align: center;
  margin-bottom: 35px;
  position: relative;
    margin-top:250px;
}
@media screen and (min-width: 1024px) {
  .page-sub-title02 {
    font-size: 3rem;
    padding-bottom: 16px;
    margin-bottom: 60px;
          margin-top:250px;
  }
}
.page-sub-title02::after {
  content: "";
  position: absolute;
  background: #009844;
  height: 2px;
  width: 45px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}



.page-sub-title03 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 25px;
  text-align: center;
  margin-bottom: 35px;
  position: relative;
}

.page-sub-title03 span {
  font-size: 1.3rem;
    margin-right:1rem;
}

.page-sub-title03 a {
  color:#009844;
    text-decoration: underline
}


@media screen and (min-width: 1024px) {
  .page-sub-title03 {
    font-size: 3rem;
    padding-bottom: 16px;
    margin-bottom: 60px;
  }
}
.page-sub-title03::after {
}




.page-sub-title00 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 0px;
  text-align: center;
  margin-bottom: 0px;
  position: relative;
}

.page-sub-title00 span {
  font-size: 1.6rem;
}

.page-sub-title00 a {
  color:#009844;

}

@media screen and (min-width: 1024px) {
  .page-sub-title00 {
    font-size: 3rem;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}
.page-sub-title00::after {
}







/*=================================================
# company.html
==================================================*/
.company-mainvisual {
  background: url(../img/DJI_0175.jpg) center center no-repeat;
  background-size: cover;
  height: 170px;
}
@media screen and (min-width: 1024px) {
  .company-mainvisual {
    height: 330px;
  }
}

/*=================================================
# philosophy
==================================================*/
.philosophy {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .philosophy {
    margin-top: 100px;
  }
}
.philosophy .section-title {
  text-align: center;
}
.philosophy .section-title-jp {
  margin-top: 10px;
}
.philosophy .section-title-sub {
  margin-top: 10px;
  font-weight: bold;
}

.philosophy-inner {
  max-width: 700px;
}

.philosophy-item {
  margin-top: 45px;
}
@media screen and (min-width: 1024px) {
  .philosophy-item {
    margin-top: 92px;
  }
}
.philosophy-item .page-sub-title {
  letter-spacing: 0.46em;
  font-weight: normal;
}

.philosophy-item-text {
  margin-top: 28px;
}
@media screen and (min-width: 1024px) {
  .philosophy-item-text {
    margin-top: 40px;
  }
}

.philosophy-list {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .philosophy-list {
    margin-top: 55px;
  }
}

.philosophy-list-text {
  list-style-type: decimal !important;
  margin-left: 23px;
  padding-left: 6px;
}

/*=================================================
# greeting
==================================================*/
.greeting {
  padding: 50px 0 32px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .greeting {
    padding: 72px 0 70px;
  }
}
.greeting::before {
  content: "";
  position: absolute;
  background: #C9E6D7;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  clip-path: polygon(0 28%, 100% 0%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .greeting::before {
    clip-path: polygon(0 14%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.greeting .section-title {
  display: flex;
  align-items: flex-end;
}
.greeting .section-title-jp {
  margin-left: 18px;
}

.greeting-inner {
  display: block;
}
@media screen and (max-width: 767px) {
  .greeting-inner {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .greeting-inner {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .greeting-message {
    padding: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .greeting-message {
    flex: 0 1 100%;
    margin-top: 70px;
  }
}

.greeting-message-text {
  font-size: 1.4rem;
  line-height: 1.8571;
  margin-top: 35px;
  text-align: justify;
}
.greeting-message-text + .greeting-message-text {
  margin-top: 25px;
}
@media screen and (min-width: 1024px) {
  .greeting-message-text {
    margin-top: 60px;
  }
  .greeting-message-text + .greeting-message-text {
    margin-top: 30px;
  }
}

.greeting-picture {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .greeting-picture {
    flex: 0 0 52%;
    margin-left: 50px;
    margin-top: 0;
  }
}

.greeting-profile {
  text-align: right;
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .greeting-profile {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .greeting-profile {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 50px;
  }
}

.greeting-profile-text {
  font-size: 1.3rem;
}
@media screen and (min-width: 1024px) {
  .greeting-profile-text {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .greeting-profile-name {
    width: 118px;
    margin-top: 12px;
    margin-left: auto;
  }
}
@media screen and (min-width: 1024px) {
  .greeting-profile-name {
    width: 147px;
    margin-left: 18px;
  }
}

/*=================================================
# overview
==================================================*/
.overview {
  margin: 48px auto;
}
@media screen and (min-width: 1024px) {
  .overview {
    margin: 105px auto 140px;
  }
}
.overview .section-title {
  text-align: center;
}
.overview .section-title-jp {
  margin-top: 12px;
}

.overview-table {
  font-size: 1.4rem;
  line-height: 1.5;
  border-collapse: collapse;
  margin-top: 25px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .overview-table {
    width: 900px;
    font-size: 1.8rem;
    margin: 80px auto 0;
  }
}
.overview-table th,
.overview-table td {
  border-top: 1px solid #009844;
  padding: 13px 0 9px;
    border-bottom: 1px solid #009844;
}
@media screen and (min-width: 1024px) {
  .overview-table th,
.overview-table td {
    padding: 25px 0;
  }
}
.overview-table th {
  width: 20%;
  text-align: left;
    border-left:none;
    border-right:none;
}
@media screen and (min-width: 1024px) {
  .overview-table th {
    width: 40%;
    text-align: center;
  }
}
.overview-picture-list {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 80px auto 0;
  max-width: 920px;
}
@media screen and (max-width: 767px) {
  .overview-picture-list {
    display: block;
    margin: 30px auto 0;
  }
}

.overview-picture-item {
  width: 45%;
}
.overview-picture-item img {
  width: 100%;
  height: 320px;
}
.overview-picture-item + .overview-picture-item img {
  width: 100%;
  height: 360px;
}
@media screen and (max-width: 767px) {
  .overview-picture-item {
    width: 100%;
  }
  .overview-picture-item + .overview-picture-item {
    margin-top: 20px;
  }
}

/*=================================================
# chart
==================================================*/
.chart {
  background: #F2F2F2;
  padding: 40px 0 25px;
  margin: 0 auto 50px;
}
@media screen and (min-width: 1024px) {
  .chart {
    padding: 90px 0 120px;
    margin: 0 auto 100px;
  }
}
.chart .section-title {
  text-align: center;
}
.chart .section-title-jp {
  margin-top: 10px;
}

.chart-item {
  padding: 0 30px;
  margin: 25px auto 0;
}
@media screen and (max-width: 1023px) {
  .chart-item {
    max-width: 335px;
  }
  .chart-item .is-pc {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .chart-item {
    max-width: 1000px;
    margin: 50px auto 0;
  }
  .chart-item .is-sp {
    display: none;
  }
}

/*=================================================
# recruit.html
==================================================*/
.page-recruit-title {
  background: url(../img/4230049_m.jpg) center 30% no-repeat;
  background-size: cover;
  position: relative;
  height: 120px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-recruit-title {
    height: 220px;
  }
}
@media screen and (min-width: 1024px) {
  .page-recruit-title {
    background: url(../img/4230049_m.jpg) center 28% no-repeat;
    height: 400px;
  }
}

.page-recruit-title-inner {
  position: absolute;
  width: 240px;
  height: 57px;
  left: 30px;
  bottom: -28px;
}
@media screen and (min-width: 1024px) {
  .page-recruit-title-inner {
    width: 400px;
    height: 96px;
    padding: 16px 20px;
    left: 150px;
    bottom: -50px;
  }
}

.page-recruit-titlebox {
  position: absolute;
  width: 240px;
  height: 57px;
  padding: 10px 12px;
  left: 30px;
  bottom: -28px;
}
@media screen and (min-width: 1024px) {
  .page-recruit-titlebox {
    width: 400px;
    height: 96px;
    padding: 16px 20px;
    left: 150px;
    bottom: -50px;
  }
}

.page-recruit {
  padding-top: 60px;
}
@media screen and (min-width: 1024px) {
  .page-recruit {
    padding-top: 110px;
  }
}

.page-recruit-title-jp {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .page-recruit-title-jp {
    font-size: 3rem;
  }
}

.page-recruit-title-en {
  font-family: "acumin-pro", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .page-recruit-title-en {
    font-size: 2.4rem;
  }
}

.page-recruit-mainvisual {
  background: url(../img/ao_104.jpg) center 32% no-repeat;
  background-size: cover;
  height: 170px;
}
@media screen and (min-width: 1024px) {
  .page-recruit-mainvisual {
    height: 330px;
  }
}

.page-recruit-link {
  margin: 56px auto 0;
}
@media screen and (max-width: 767px) {
  .page-recruit-link {
    margin: 30px auto 0;
  }
}

@media screen and (min-width: 1024px) {
  .page-recruit-link-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.page-recruit-link-item {
  position: relative;
}
.page-recruit-link-item + .page-recruit-link-item {
  margin-top: 26px;
}
@media screen and (min-width: 1024px) {
  .page-recruit-link-item {
    width: 46%;
  }
  .page-recruit-link-item + .page-recruit-link-item {
    margin-top: 0;
  }
}

.page-recruit-link-item-picture img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  object-position: 50% 27%;
}
@media screen and (min-width: 1024px) {
  .page-recruit-link-item-picture img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: 50% 27%;
  }
}

.page-recruit-link-item-more-link {
  display: block;
  padding-bottom: 60px;
}

.page-recruit-link-item-more-inner {
  position: absolute;
  bottom: 0;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .page-recruit-link-item-more-inner {
    left: 17px;
  }
}

.page-recruit-link-item-more-textbox {
  padding: 36px 11px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2;
  position: absolute;
  bottom: 0;
  left: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .page-recruit-link-item-more-textbox {
    font-size: 1.9rem;
    padding: 42px 8px;
    line-height: 1;
    left: 17px;
  }
}
.page-recruit-link-item-more-textbox .more {
  position: absolute;
  bottom: 9px;
  left: 10px;
}

.page-recruit-link-item-more1 .page-recruit-link-item-more-inner,
.page-recruit-link-item-more1 .page-recruit-link-item-more-textbox {
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 767px) {
  .page-recruit-link-item-more1 .page-recruit-link-item-more-inner,
.page-recruit-link-item-more1 .page-recruit-link-item-more-textbox {
    width: 105px;
    height: 105px;
  }
}

.page-recruit-link-item-more2 .page-recruit-link-item-more-inner,
.page-recruit-link-item-more2 .page-recruit-link-item-more-textbox {
  width: 185px;
  height: 120px;
}
@media screen and (max-width: 767px) {
  .page-recruit-link-item-more2 .page-recruit-link-item-more-inner,
.page-recruit-link-item-more2 .page-recruit-link-item-more-textbox {
    width: 150px;
    height: 105px;
  }
}

.page-recruit-inner {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .page-recruit-inner {
    margin-top: 80px;
  }
}

.page-recruit-text {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-recruit-text {
    font-size: 1.4rem;
  }
}

.page-recruit-list {
  padding: 0;
  color: #009844;
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 45px;
  line-height: 1.538;
}
@media screen and (min-width: 1024px) {
  .page-recruit-list {
    font-size: 1.8rem;
    padding: 0 50px;
    margin-top: 60px;
    line-height: 1.777;
  }
}
.page-recruit-list dl {
  display: table;
  border-collapse: separate;
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .page-recruit-list dl {
    margin-top: 20px;
    border-spacing: 20px 0;
  }
}
.page-recruit-list dl:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .page-recruit-list dl:last-child .is-pc {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .page-recruit-list dl:last-child .is-sp {
    display: none;
  }
}
.page-recruit-list dt,
.page-recruit-list dd {
  padding: 6px 12px;
}
.page-recruit-list dt {
  background: #C9E6D7;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .page-recruit-list dt {
    width: 20%;
    padding: 20px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
}
.page-recruit-list dd {
  background: #F2F2F2;
}
@media screen and (max-width: 767px) {
  .page-recruit-list dd {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .page-recruit-list dd {
    width: 77.6%;
    padding: 25px 28px;
    display: table-cell;
    vertical-align: middle;
  }
}
.page-recruit-list dd span {
  color: #B81C22;
}

.contact-button {
  color: #B81C22;
  border-bottom: 1px solid #B81C22;
  display: inline-block;
}


.page-recruit-list table {
        	border-collapse: collapse;
        margin-left:1em;
}
.page-recruit-list td, th {
    text-align:center;
	padding: 5px;
	color:#009844;
    border: 1px solid #009844;
    width:150px;
}


@media screen and (max-width: 767px) {
.page-recruit-list td, th {
    width:auto;}
}

/*=================================================
# staff-message
==================================================*/
.staff-message {
  margin: 28px auto 50px;
  padding-top: 60px;
}
@media screen and (min-width: 1024px) {
  .staff-message {
    margin: 140px auto 200px;
    padding-top: 110px;
  }
}

.staff-message-title {
  background: url(../img/inagaki_index.jpg) center 18% no-repeat;
  background-size: cover;
  position: relative;
  height: 120px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .staff-message-title {
    height: 220px;
  }
}
@media screen and (min-width: 1024px) {
  .staff-message-title {
    background: url(../img/inagaki_index.jpg) center 18% no-repeat;
    background-size: cover;
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .staff-message-inner {
    padding: 0;
  }
}

.staff-message-list {
  max-width: 900px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 120px auto 0;
}
@media screen and (max-width: 767px) {
  .staff-message-list {
    padding: 0 30px;
    margin-top: 60px;
  }
}

.staff-message-item {
  width: 26%;
  text-align: center;
}
.staff-message-item:nth-child(n+4) {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .staff-message-item {
    width: 48%;
  }
  .staff-message-item:nth-child(n+3) {
    margin-top: 30px;
  }
}

.staff-message-item1 .staff-message-item-picture {
  background: url(../img/ao_184.jpg) no-repeat;
  background-size: 262%;
  background-position: 56% 59%;
}

.staff-message-item2 .staff-message-item-picture {
  background: url(../img/ao_017.jpg) no-repeat;
  background-size: 302%;
  background-position: 40% 27%;
}

.staff-message-item3 .staff-message-item-picture {
  background: url(../img/ks_index.jpg) no-repeat;
  background-size: 230%;
  background-position: 90% 7%;
}

.staff-message-item4 .staff-message-item-picture {
  background: url(../img/inagaki_index.jpg) no-repeat;
  background-size: 303%;
  background-position: 51% 15%;
}

.staff-message-item5 .staff-message-item-picture {
  background: url(../img/LINE_ALBUM_230303_3-0.jpg) no-repeat;
  background-size: 230%;
  background-position: 59% 69%;
}

.staff-message-item6 .staff-message-item-picture {
  background: url(../img/tr_index.jpg) no-repeat;
  background-size: 200%;
  background-position: 15% 15%;
}

.staff-message-item7 .staff-message-item-picture {
  background: url(../img/ao_160-2.jpg) no-repeat;
  background-size: 228%;
  background-position: 63% 55%;
}

.staff-message-item-picture {
  position: relative;
  width: 100%;
  height: 270px;
}
@media screen and (max-width: 767px) {
  .staff-message-item-picture {
    width: 142px;
    height: 160px;
    margin: 0 auto;
  }
}

.staff-message-item-number {
  font-family: "acumin-pro", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-style: italic;
  position: absolute;
  bottom: -30px;
  left: 7px;
  color: #009844;
  font-size: 6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .staff-message-item-number {
    font-size: 3.5rem;
    bottom: -15px;
    left: 5px;
  }
}

.staff-message-item-department {
  color: #009844;
  border-top: 1px solid #009844;
  border-bottom: 1px solid #009844;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 0;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .staff-message-item-department {
    font-size: 1.4rem;
    padding: 8px 0;
    margin-top: 14px;
  }
}

.staff-message-item-since {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .staff-message-item-since {
    font-size: 1.3rem;
    margin-top: 10px;
    font-weight: normal;
  }
}

.staff-message-item-button-link {
  font-family: "acumin-pro", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  display: inline-block;
  background: #009844;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 20px auto 0;
  padding: 7px 11px;
  text-align: center;
  transition: 0.3s;
}
.staff-message-item-button-link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .staff-message-item-button-link {
    font-size: 1.3rem;
    margin: 15px auto 0;
    line-height: 1;
  }
}

.staff-message-content {
  max-width: 900px;
  margin: 30px auto 0;
}
@media screen and (min-width: 1024px) {
  .staff-message-content {
    margin: 95px auto 0;
  }
}

.s-m-content-item + .s-m-content-item {
  padding-top: 60px;
}
@media screen and (min-width: 1024px) {
  .s-m-content-item + .s-m-content-item {
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .s-m-content-top-picture img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
}
@media screen and (min-width: 1024px) {
  .s-m-content-top-picture img {
    width: 100%;
    height: 480px;
    object-fit: cover;
  }
}

#staff-message3 .s-m-content-top-picture img {
  object-position: 50% 16%;
}

.s-m-content-top {
  position: relative;
}

.s-m-content-top-number {
  font-family: "acumin-pro", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-style: italic;
  color: #009844;
  mix-blend-mode: multiply;
  font-size: 7.8rem;
  font-weight: bold;
  position: absolute;
  left: 20px;
  bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .s-m-content-top-number {
    font-size: 14.5rem;
  }
}

.s-m-content-top-profile {
  display: block;
  color: #fff;
  font-weight: bold;
  position: absolute;
  right: 20px;
  bottom: 15px;
}

.color-black {
  color: #000;
}

.s-m-content-top-department {
  font-size: 1.3rem;
  line-height: 1.75;
}
@media screen and (min-width: 1024px) {
  .s-m-content-top-department {
    font-size: 2.4rem;
  }
}

.s-m-content-top-name {
  font-size: 3rem;
}
@media screen and (min-width: 1024px) {
  .s-m-content-top-name {
    font-size: 5.5rem;
  }
}

.s-m-content-top-date {
  font-size: 0.9rem;
}
@media screen and (min-width: 1024px) {
  .s-m-content-top-date {
    font-size: 1.8rem;
  }
}

.s-m-content-main {
  margin-top: 27px;
  position: relative;
}

.s-m-content-main-item + .s-m-content-main-item {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .s-m-content-main-item {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1024px) {
  .s-m-content-main-item + .s-m-content-main-item {
    margin-top: 40px;
  }
  .s-m-content-main-item:nth-child(1) {
    width: 48%;
  }
  .s-m-content-main-item:nth-child(2) {
    width: 48%;
  }
  .s-m-content-main-item:nth-child(3) {
    width: 100%;
  }
}

.s-m-content-main-title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.866;
  padding-left: 36px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .s-m-content-main-title {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.s-m-content-main-title::before {
  content: "";
  position: absolute;
  background: #009844;
  height: 2px;
  width: 30px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.s-m-content-main-text {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  font-size: 1.4rem;
  line-height: 2;
  text-align: justify;
}
@media screen and (min-width: 1024px) {
  .s-m-content-main-text {
    font-size: 1.5rem;
    line-height: 2.1333;
  }
}

.s-m-content-main-picture {
  margin-top: 25px;
  height: 338px;
}
@media screen and (min-width: 1024px) {
  .s-m-content-main-picture {
    margin-top: 0;
    position: absolute;
    width: 48%;
    height: 345px;
    right: 0;
    top: 0;
  }
}
.s-m-content-main-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*=================================================
# information
==================================================*/
.information-mainvisual {
  background: url(../img/DJI_0119.jpg) center 60% no-repeat;
  background-size: cover;
  height: 170px;
}
@media screen and (min-width: 1024px) {
  .information-mainvisual {
    height: 330px;
  }
}

.information {
  margin: 30px auto 74px;
}
@media screen and (min-width: 1024px) {
  .information {
    margin: 88px auto 183px;
  }
}

.information-inner {
  max-width: 700px;
  padding: 0 0 38px 0;
  border-bottom: 1px solid #009844;
  margin: 0 20px 0 20px;
}
@media screen and (min-width: 1024px) {
  .information-inner {
    padding: 0 0 60px 0;
    margin: 0 auto;
  }
}

.information-date {
  font-size: 1.5rem;
  line-height: 2.5333;
  text-align: center;
}

.information-title {
  margin-top: 20px;
  font-size: 2.2rem;
  font-weight: normal;
}

.information-toptitle {
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: normal;
}

.information-text {
  font-size: 1.4rem;
  line-height: 1.714;
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .information-text {
    font-size: 1.6rem;
    line-height: 2.375;
    margin-top: 60px;
  }
}

/*=================================================
# page-works
==================================================*/
.-transportation {
  background: url(../img/ao_012.jpg) right 80% no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  .-transportation {
    background: url(../img/ao_012.jpg) center center no-repeat;
    background-size: cover;
  }
}

.transportation {
  padding-top: 110px;
}
@media screen and (max-width: 767px) {
  .transportation {
    padding-top: 60px;
  }
}

.page-works-title {
  position: relative;
  height: 160px;
  margin: 0 auto 35px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-works-title {
    height: 260px;
    margin: 0 auto 85px;
  }
}
@media screen and (min-width: 1024px) {
  .page-works-title {
    max-width: 1200px;
    height: 510px;
    margin: 0 auto 85px;
  }
}

.page-works-title-inner {
  background: #009844;
  mix-blend-mode: multiply;
  clip-path: polygon(39% 0, 100% 0%, 100% 100%, 0% 100%);
  position: absolute;
  width: 49%;
  height: 100%;
  top: 0;
  right: 0;
}

.page-works-titlebox {
  color: #fff;
  position: absolute;
  bottom: 45px;
  right: 17px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-works-titlebox {
    bottom: 80px;
    right: 85px;
  }
}
@media screen and (min-width: 1024px) {
  .page-works-titlebox {
    bottom: 145px;
    right: 70px;
  }
}

.transportation-title-jp {
  font-family: "kozuka-gothic-pr6n", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 7rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .transportation-title-jp {
    font-size: 2.6rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .transportation-title-jp {
    font-size: 4rem;
  }
}

.transportation-title-en {
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .transportation-title-en {
    font-size: 3.2rem;
    margin-top: 6px;
  }
}

.page-works-mainvisual {
  background: url(../img/ao_050-2.jpg) 50% 63% no-repeat;
  background-size: cover;
  height: 170px;
}
@media screen and (min-width: 1024px) {
  .page-works-mainvisual {
    height: 330px;
  }
}

.page-works {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .page-works {
    margin-top: 80px;
  }
}

@media screen and (min-width: 1024px) {
  .page-works-inner .works-item {
    width: 46%;
  }
}

.page-works-message {
  max-width: 730px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .page-works-message-title {
    text-align: justify;
  }
}

.page-works-message-text {
  margin-top: 25px;
}
@media screen and (min-width: 1024px) {
  .page-works-message-text {
    margin-top: 55px;
  }
}

.page-works-wrapper {
  background: #C9E6D7;
  clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0% 100%);
  padding: 110px 0 100px;
}
@media screen and (min-width: 1024px) {
  .page-works-wrapper {
    clip-path: polygon(0 8%, 100% 0%, 100% 100%, 0% 100%);
    padding: 110px 0 120px;
  }
}

.page-safety {
  padding-top: 110px;
}
@media screen and (max-width: 767px) {
  .page-safety {
    padding-top: 15px;
  }
}
.page-safety .safety-more-button-link {
  opacity: 1;
}

.page-safety-inner {
  padding: 0;
  position: relative;
}
.page-safety-inner .safety-item {
  margin-top: 0;
}
.page-safety-inner .safety-more-button-inner,
.page-safety-inner .safety-more-button-textbox {
  height: 200px;
}
.page-safety-inner .section-title {
  mix-blend-mode: multiply;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .page-safety-inner .section-title {
    right: 18px;
    top: -20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-safety-inner .section-title {
    right: 18px;
    top: -30px;
  }
}
@media screen and (min-width: 1024px) {
  .page-safety-inner .section-title {
    right: 18px;
    bottom: -36px;
  }
}

.page-safety-list {
  margin-top: 30px;
  padding: 0 30px;
}
@media screen and (min-width: 1024px) {
  .page-safety-list {
    max-width: 635px;
    margin: 80px auto 0;
    padding: 0;
    position: relative;
  }
}

.page-safety-list-title {
  background: #009844;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 20px 15px;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .page-safety-list-title {
    position: absolute;
    top: -100px;
    left: -170px;
    padding: 20px 15px;
    font-size: 2.4rem;
    line-height: 1.333;
  }
}
.page-safety-list-title span {
  font-size: 3.6rem;
}
@media screen and (min-width: 1024px) {
  .page-safety-list-title span {
    font-size: 4.4rem;
  }
}

.page-safety-item {
  background: #fff;
  display: flex;
  padding: 8px;
  margin-top: 15px;
}
.page-safety-item + .page-safety-item {
  margin-top: 7px;
}
@media screen and (min-width: 1024px) {
  .page-safety-item {
    align-items: center;
    padding: 10px 20px;
    margin-top: 0;
  }
  .page-safety-item + .page-safety-item {
    margin-top: 8px;
  }
}

.page-safety-item-text {
  font-size: 1.5rem;
  font-weight: bold;
  flex: 0 1 100%;
}
@media screen and (min-width: 1024px) {
  .page-safety-item-text {
    font-size: 1.8rem;
  }
}

.page-safety-list-number {
  color: #009844;
  font-size: 2rem;
  font-weight: bold;
  flex: 0 0 14%;
}
@media screen and (min-width: 1024px) {
  .page-safety-list-number {
    flex: 0 0 10%;
    font-size: 2.4rem;
  }
}

.page-ecology-inner {
  position: relative;
  padding: 0;
}
.page-ecology-inner .section-title {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-ecology-inner .section-title {
    right: 18px;
    top: -20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-ecology-inner .section-title {
    right: 18px;
    top: -20px;
  }
}
@media screen and (min-width: 1024px) {
  .page-ecology-inner .section-title {
    left: 18px;
    bottom: -36px;
  }
}
.page-ecology-inner .section-title {
  mix-blend-mode: multiply;
}
@media screen and (min-width: 1024px) {
  .page-ecology-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.page-ecology-item {
  position: relative;
  margin-top: 45px;
}
@media screen and (min-width: 1024px) {
  .page-ecology-item {
    margin-top: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (min-width: 1024px) {
  .page-ecology-item-picture {
    width: 65.8%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-ecology-item-picture img {
    width: 100%;
    height: 350px;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .page-ecology-item-picture img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
}

@media screen and (max-width: 1023px) {
  .page-ecology-item-inner {
    padding-bottom: 155px;
  }
}
@media screen and (min-width: 1024px) {
  .page-ecology-item-inner {
    position: absolute;
    right: 0;
  }
}

.page-ecology-item-inner-inner {
  position: absolute;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .page-ecology-item-inner-inner {
    width: 86%;
    height: 240px;
    bottom: -10%;
    left: 50%;
    transform: translateX(-50%);
    padding: 23px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .page-ecology-item-inner-inner {
    width: 523px;
    height: 240px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 40px 50px 26px;
  }
}

.page-ecology-item-textbox {
  position: absolute;
  text-align: justify;
}
@media screen and (max-width: 1023px) {
  .page-ecology-item-textbox {
    width: 86%;
    height: 191px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 23px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .page-ecology-item-textbox {
    width: 523px;
    height: 240px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 40px 50px 26px;
  }
}
.page-ecology-item-textbox img {
  position: relative;
}

.page-ecology-item-title {
  font-family: "kozuka-gothic-pr6n", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .page-ecology-item-title {
    font-size: 3.2rem;
  }
}

.page-ecology-item-text {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.714;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .page-ecology-item-text {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-top: 30px;
  }
}

.page-ecology-logo-list {
  position: absolute;
  bottom: -70px;
  right: 9px;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .page-ecology-logo-list {
    bottom: -45px;
    right: 18px;
  }
}

.page-ecology-item-logo-item + .page-ecology-item-logo-item {
  margin-left: 7px;
}
.page-ecology-item-logo-item img {
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 1024px) {
  .page-ecology-item-logo-item img {
    width: 73px;
    height: 73px;
  }
}

.transportation-item + .transportation-item {
  margin-top: 55px;
}
@media screen and (min-width: 1024px) {
  .transportation-item + .transportation-item {
    margin-top: 138px;
  }
}

.transportation-text {
  text-align: justify;
}

.transportation-picture {
  margin-top: 15px;
  padding: 0 55px;
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .transportation-picture {
    display: block;
    margin-top: 35px;
  }
}
.transportation-picture img {
  max-width: 750px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .transportation-picture-item + .transportation-picture-item {
    margin-top: 42px;
  }
}
@media screen and (max-width: 1400px) {
  .transportation-picture-item {
    width: 100%;
  }
}
@media screen and (min-width: 1401px) {
  .transportation-picture-item {
    width: 33.3333333333%;
  }
}
.transportation-picture-item:nth-child(2) {
  position: relative;
}
@media screen and (min-width: 768px) {
  .transportation-picture-item:nth-child(2) {
    margin-top: 60px;
  }
}
.transportation-picture-item:nth-child(2)::before {
  content: "";
  position: absolute;
  background: url(../img/works/SVG/asset7.svg) center center no-repeat;
  z-index: 1;
  width: 50px;
}
@media screen and (max-width: 767px) {
  .transportation-picture-item:nth-child(2)::before {
    height: 60px;
    top: -57px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .transportation-picture-item:nth-child(2)::before {
    height: 90px;
    left: -20px;
    top: 40px;
    transform: rotate(-65deg);
  }
}
@media screen and (min-width: 1400px) {
  .transportation-picture-item:nth-child(2)::before {
    height: 90px;
    left: -10px;
    top: 90px;
    transform: rotate(-65deg);
  }
}
.transportation-picture-item:nth-child(2)::after {
  content: "";
  position: absolute;
  background: url(../img/works/SVG/asset7.svg) center center no-repeat;
  width: 50px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .transportation-picture-item:nth-child(2)::after {
    height: 60px;
    bottom: -57px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .transportation-picture-item:nth-child(2)::after {
    height: 90px;
    right: -20px;
    top: 40px;
    transform: rotate(65deg);
  }
}
@media screen and (min-width: 1400px) {
  .transportation-picture-item:nth-child(2)::after {
    height: 90px;
    right: -10px;
    top: 90px;
    transform: rotate(65deg);
  }
}
.transportation-picture-item .transportation-picture-item-img {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .transportation-picture-item .transportation-picture-item-img img {
    max-width: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .transportation-picture-item .transportation-picture-item-img img {
    width: 80%;
  }
}
.transportation-picture-item .transportation-picture-img-title {
  color: #009844;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  .transportation-picture-item .transportation-picture-img-title {
    top: 40px;
    font-size: 2rem;
    line-height: 1.333;
    top: 33px;
  }
}
@media screen and (min-width: 1201px) {
  .transportation-picture-item .transportation-picture-img-title {
    top: 40px;
    font-size: 2.4rem;
    line-height: 1.333;
  }
}

.transportation-picture-item-list {
  background: #C9E6D7;
  margin: 15px auto 0;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .transportation-picture-item-list {
    max-width: 220px;
    padding: 22px 12px;
  }
}
@media screen and (min-width: 1401px) {
  .transportation-picture-item-list {
    width: 65%;
    margin: 38px auto 0;
    padding: 33px 20px;
  }
}

.transportation-picture-item-title {
  font-size: 1.7rem;
  line-height: 1.352;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .transportation-picture-item-title {
    font-size: 2.4rem;
    line-height: 1.333;
  }
}

.transportation-picture-item-text {
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .transportation-picture-item-text {
    font-size: 1.6rem;
    padding-left: 25px;
  }
}
@media screen and (min-width: 1401px) {
  .transportation-picture-item-text {
    font-size: 2rem;
    padding-left: 30px;
  }
}
.transportation-picture-item-text::before {
  content: "";
  position: absolute;
  background: url(../img/works/SVG/asset4.svg) center center no-repeat;
  background-size: cover;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 1400px) {
  .transportation-picture-item-text::before {
    width: 30px;
    height: 30px;
  }
}
.transportation-picture-item-text::after {
  content: "";
  position: absolute;
  background: url(../img/works/SVG/asset5.svg) center center no-repeat;
  background-size: cover;
  left: 1px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 1024px) {
  .transportation-picture-item-text::after {
    width: 25px;
    height: 25px;
  }
}

.-last::after {
  display: none;
}

.-warehousing {
  background: url(../img/ao_106-1.jpg) center 40% no-repeat;
  background-size: cover;
}

.warehousing {
  padding-top: 110px;
}
@media screen and (max-width: 767px) {
  .warehousing {
    padding-top: 60px;
  }
}

.warehousing-top-title {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .warehousing-top-title {
    font-size: 2rem;
  }
}

.warehousing-top-text {
  text-align: justify;
  margin-top: 25px;
}
@media screen and (max-width: 1023px) {
  .warehousing-top-text {
    padding: 0 30px;
    margin-top: 7px;
  }
}

.warehousing-list {
  max-width: 940px;
  padding: 0 20px;
  margin: 125px auto 0;
}
@media screen and (max-width: 767px) {
  .warehousing-list {
    width: 100%;
    margin: 45px auto 0;
    padding: 0;
  }
}

.warehousing-item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .warehousing-item {
    display: block;
  }
  .warehousing-item + .warehousing-item {
    margin-top: 215px;
  }
}
@media (min-width: 768px) {
  .warehousing-item {
    display: flex;
  }
  .warehousing-item:nth-child(1) {
    flex-direction: row-reverse;
  }
  .warehousing-item:nth-child(1) .warehousing-item-message {
    padding: 42px 200px 42px 42px;
    left: 0;
    bottom: -70px;
  }
  .warehousing-item:nth-child(2) .warehousing-item-message {
    padding: 42px 42px 42px 200px;
    right: 0;
    bottom: -50px;
  }
  .warehousing-item:nth-child(3) {
    flex-direction: row-reverse;
  }
  .warehousing-item:nth-child(3) .warehousing-item-message {
    padding: 42px 200px 42px 42px;
    left: 0;
    top: -32px;
  }
  .warehousing-item + .warehousing-item {
    margin-top: 160px;
  }
}

.warehousing-item-message {
  background: #C9E6D7;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .warehousing-item-message {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .warehousing-item-message {
    position: absolute;
    width: 74.25%;
  }
}

.warehousing-item-title {
  color: #009844;
  position: absolute;
  top: -20px;
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .warehousing-item-title {
    font-size: 1.8rem;
    top: -10px;
  }
}

.warehousing-item-text {
  font-size: 1.6rem;
  line-height: 2.375;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .warehousing-item-text {
    font-size: 1.4rem;
    line-height: 1.714;
  }
}

.warehousing-item-picture img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .warehousing-item-picture {
    position: absolute;
    width: 84%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -23px;
    padding: 0 30px;
  }
}
@media screen and (min-width: 1024px) {
  .warehousing-item-picture {
    width: 44.14%;
  }
  .warehousing-item-picture img {
    width: 415px;
    height: 276px;
    object-fit: cover;
  }
}

.warehousing-step {
  margin-top: 215px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .warehousing-step {
    margin-top: 90px;
  }
}
@media screen and (min-width: 1024px) {
  .warehousing-step {
    margin-top: 160px;
  }
}

.warehousing-step-list {
  background: #C9E6D7;
  padding: 60px 30px 25px 30px;
}
@media screen and (min-width: 1200px) {
  .warehousing-step-list {
    padding: 50px 0 50px 150px;
  }
}

.warehousing-step-top-title {
  color: #009844;
  font-size: 1.8rem;
  font-weight: bold;
  position: absolute;
  top: -10px;
}
@media screen and (min-width: 1200px) {
  .warehousing-step-top-title {
    font-size: 3rem;
    top: -18px;
    left: 150px;
    width: 56%;
  }
}

.warehousing-step-item {
  width: 65%;
}
.warehousing-step-item + .warehousing-step-item {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .warehousing-step-item {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .warehousing-step-item {
    display: flex;
    align-items: center;
  }
  .warehousing-step-item + .warehousing-step-item {
    margin-top: 24px;
  }
}

.warehousing-step-title {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .warehousing-step-title {
    font-size: 2.8rem;
    margin-right: 16px;
    white-space: nowrap;
  }
}
.warehousing-step-title span {
  font-family: "acumin-pro", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #009844;
  font-size: 3rem;
  margin-right: 18px;
  font-weight: bold;
}

.warehousing-step-text {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .warehousing-step-text {
    font-size: 2rem;
    line-height: 1.6;
    margin-top: 0;
  }
}

.warehousing-step-picture img {
  width: 100%;
  max-height: 800px;
  object-fit: cover;
  margin: 0 auto;
}
@media (min-width: 850px) and (max-width: 1400px) {
  .warehousing-step-picture {
    position: absolute;
    top: -20px;
    right: 30px;
    width: 286px;
  }
}
@media screen and (min-width: 1401px) {
  .warehousing-step-picture {
    position: absolute;
    top: -20px;
    right: 100px;
    width: 286px;
  }
}

.warehousing-heatstroke {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .warehousing-heatstroke {
    margin-top: 120px;
  }
}

.warehousing-heatstroke-item {
  padding: 15px 0 20px;
}
.warehousing-heatstroke-item + .warehousing-heatstroke-item {
  border-top: 1px solid #009844;
}
@media screen and (min-width: 1024px) {
  .warehousing-heatstroke-item {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (min-width: 1024px) {
  .warehousing-heatstroke-item-message {
    width: 60%;
  }
}

.warehousing-heatstroke-title {
  color: #009844;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .warehousing-heatstroke-title {
    font-size: 2rem;
  }
}

.warehousing-heatstroke-text {
  font-size: 1.4rem;
  line-height: 1.714;
  margin-top: 5px;
}
@media screen and (min-width: 1024px) {
  .warehousing-heatstroke-text {
    font-size: 1.6rem;
    line-height: 2.375;
    margin-top: 15px;
  }
}

.warehousing-heatstroke-pictures {
  display: flex;
  justify-content: space-between;
  margin-top: 13px;
}
@media screen and (min-width: 1024px) {
  .warehousing-heatstroke-pictures {
    justify-content: flex-end;
    margin-left: 30px;
    margin-top: 0;
  }
}

.warehousing-heatstroke-picture {
  width: 49%;
}
.warehousing-heatstroke-picture + .warehousing-heatstroke-picture {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .warehousing-heatstroke-picture img {
    width: 100%;
    height: 153px;
    object-fit: cover;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .warehousing-heatstroke-picture img {
    width: 100%;
    height: 320px;
    object-fit: cover;
  }
}
@media screen and (min-width: 1024px) {
  .warehousing-heatstroke-picture img {
    width: 220px;
    height: 220px;
    object-fit: cover;
  }
}

.-processing {
  background: url(../img/25760680_m.jpg) 50% 45% no-repeat;
  background-size: cover;
}

.processing {
  padding-top: 110px;
}
@media screen and (max-width: 767px) {
  .processing {
    padding-top: 60px;
  }
}

.processing-text {
  padding-bottom: 190px;
  text-align: justify;
}
@media screen and (max-width: 1023px) {
  .processing-text {
    padding: 0 30px 45px;
  }
}

/*=================================================
# sdgs
==================================================*/
.sdgs-mainvisual {
  background: url(../img/ao_270-2.jpg) 50% 50% no-repeat;
  background-size: cover;
  height: 170px;
}
@media screen and (min-width: 1024px) {
  .sdgs-mainvisual {
    height: 330px;
  }
}
@media screen and (min-width: 768px) {
  .sdgs-mainvisual .page-head-title {
    padding: 0;
  }
  .sdgs-mainvisual .page-head-title-jp {
    line-height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sdgs-mainvisual .page-head-title {
    padding: 0;
  }
  .sdgs-mainvisual .page-head-title-jp {
    line-height: 68px;
  }
}

.sdgs-inner {
  margin: 30px auto 50px;
}
@media screen and (min-width: 1024px) {
  .sdgs-inner {
    margin: 95px auto 97px;
  }
}
.sdgs-inner .page-sub-title {
  margin-top: 45px;
}
@media screen and (min-width: 1024px) {
  .sdgs-inner .page-sub-title {
    margin-top: 90px;
  }
}

.sdgs-title {
  text-align: center;
}

.sdgs-text {
  margin-top: 20px;
  text-align: justify;
}
@media screen and (min-width: 1024px) {
  .sdgs-text {
    margin-top: 60px;
  }
}

.sdgs-top-picture {
  width: 315px;
  margin: 0 auto;
  margin-top: 25px;
}
@media screen and (min-width: 1024px) {
  .sdgs-top-picture {
    width: 700px;
    margin-top: 70px;
  }
}

.sdgs-sub-text {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.714;
}
@media screen and (min-width: 1024px) {
  .sdgs-sub-text {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.8333;
  }
}

.sdgs-menu {
  background: #C9E6D7;
  padding: 35px 0;
}
@media screen and (min-width: 1024px) {
  .sdgs-menu {
    padding: 45px 0 187px;
  }
}

@media screen and (min-width: 1024px) {
  .sdgs-menu-inner {
    margin: 0 auto;
    max-width: 1012px;
  }
}

.sdgs-menu-item + .sdgs-menu-item {
  margin-top: 38px;
}
@media screen and (min-width: 1024px) {
  .sdgs-menu-item + .sdgs-menu-item {
    margin-top: 50px;
  }
}

.sdgs-menu-logo {
  margin: 0 auto;
  width: 50px;
}
@media screen and (min-width: 1024px) {
  .sdgs-menu-logo {
    width: 64px;
  }
}

.sdgs-menu-title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .sdgs-menu-title {
    font-size: 2rem;
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .sdgs-menu-title span {
    display: block;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .sdgs-menu-title span {
    margin-right: 20px;
  }
}

.table {
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .table {
    margin-left: 100px;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 767px) {
  .table {
    margin-left: 30px;
    overflow-x: scroll;
  }
}

.sdgs-menu-table {
  margin-top: 33px;
  width: 830px;
}
@media screen and (min-width: 1024px) {
  .sdgs-menu-table {
    width: 1010px;
    margin-top: 42px;
  }
}
.sdgs-menu-table tr {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.sdgs-menu-table tr:first-child {
  margin-top: 0;
}
.sdgs-menu-table th,
.sdgs-menu-table td {
  background: #fff;
  width: 33%;
}
@media screen and (min-width: 1024px) {
  .sdgs-menu-table th,
.sdgs-menu-table td {
    width: 33%;
  }
}
.sdgs-menu-table th {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 8px 0;
}
@media screen and (min-width: 1024px) {
  .sdgs-menu-table th {
    font-size: 1.8rem;
  }
}
.sdgs-menu-table td {
  font-size: 1.3rem;
  line-height: 1.615em;
  padding: 15px;
}
@media screen and (min-width: 1024px) {
  .sdgs-menu-table td {
    font-size: 1.6rem;
    line-height: 1.625;
    padding: 20px;
  }
}
.sdgs-menu-table td:nth-child(1) {
  position: relative;
  font-weight: bold;
  text-align: justify;
  padding: 15px 15px 15px 50px;
}
@media screen and (min-width: 1024px) {
  .sdgs-menu-table td:nth-child(1) {
    padding: 20px 20px 20px 60px;
  }
}
.sdgs-menu-table td:nth-child(2) {
  padding: 15px 15px 15px 30px;
}
@media screen and (min-width: 1024px) {
  .sdgs-menu-table td:nth-child(2) {
    padding: 20px 20px 20px 40px;
  }
}

.scroll-hint-icon {
  top: 16%;
}

.sdgs-number {
  position: absolute;
  top: 0;
  left: 0;
}
.sdgs-number span {
  display: inline-block;
  vertical-align: top;
  background: #000;
  color: #fff;
  padding: 2px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  box-shadow: none;
  border-radius: 0;
  min-width: 28px;
  height: 28px;
}
@media screen and (min-width: 1024px) {
  .sdgs-number span {
    font-size: 2rem;
    min-width: 34px;
    height: 34px;
  }
}

.sdgs-menu-text {
  list-style-type: disc !important;
}
.sdgs-menu-text::marker {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}

.sdgs-picture-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sdgs-picture-list img {
  object-fit: cover;
  width: 72px;
  height: 72px;
}
.sdgs-picture-list img:not(:nth-child(3n+1)) {
  margin-left: 8px;
}
.sdgs-picture-list img:nth-child(n+4) {
  margin-top: 8px;
}
@media screen and (min-width: 1024px) {
  .sdgs-picture-list img {
    width: 90px;
    height: 90px;
  }
  .sdgs-picture-list img:not(:nth-child(3n+1)) {
    margin-left: 10px;
  }
  .sdgs-picture-list img:nth-child(n+4) {
    margin-top: 10px;
  }
}

/*=================================================
# contact.html
==================================================*/
.contact-mainvisual {
  background: url(../img/ao_169.jpg) 60% 37% no-repeat;
  background-size: cover;
  height: 170px;
}
@media screen and (min-width: 1024px) {
  .contact-mainvisual {
    height: 330px;
  }
}

.contact-top {
  text-align: center;
  margin: 30px auto 40px;
}
@media screen and (min-width: 1024px) {
  .contact-top {
    margin: 112px auto 90px;
  }
}

.contact-top-inner .page-sub-title {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .contact-top-inner .page-sub-title {
    margin-top: 90px;
  }
}

.contact-top-text {
  font-size: 1.4rem;
  line-height: 1.714;
}
@media screen and (min-width: 1024px) {
  .contact-top-text {
    font-size: 1.9rem;
    line-height: 2.242;
  }
}

.contact-tel img {
  width: 30px;
}
@media screen and (min-width: 1024px) {
  .contact-tel {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .contact-tel img {
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 7px;
  }
}

.contact-tel-link {
  display: block;
  color: #009844;
  font-size: 3rem;
  font-weight: bold;
  transition: 0.3s;
}
.contact-tel-link:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1024px) {
  .contact-tel-link {
    font-size: 5.1rem;
  }
}

.contact-tel-text {
  font-size: 1.4rem;
  line-height: 1.714;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .contact-tel-text {
    font-size: 2rem;
    line-height: 1.9;
    margin-top: 42px;
  }
}

.contact {
  background: #C9E6D7;
  padding: 35px 0 30px;
}
@media screen and (min-width: 1024px) {
  .contact {
    padding: 90px 0 77px;
  }
}

.contact-form {
  max-width: 1100px;
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  .contact-form {
    margin: 57px auto 0;
  }
}

.contact-item + .contact-item {
  margin-top: 5px;
}
.contact-item input[type=text],
.contact-item input[type=email],
.contact-item input[type=tel] {
  color: #000;
  background: #fff;
  border: none;
  border-radius: 5px;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: inherit;
  letter-spacing: normal;
  padding: 0.6em;
  width: 100%;
  color: #000;
}
@media screen and (min-width: 1024px) {
  .contact-item input[type=text],
.contact-item input[type=email],
.contact-item input[type=tel] {
    font-size: 1.6rem;
  }
}
.contact-item textarea {
  color: #000;
  background: #fff;
  border: none;
  border-radius: 4px;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: inherit;
  padding: 0.6em;
  width: 100%;
  min-height: 201px;
  resize: vertical;
  outline: none;
}
@media screen and (min-width: 1024px) {
  .contact-item textarea {
    font-size: 1.6rem;
  }
}

.contact-item-title {
  font-size: 1.5rem;
  line-height: 1.75;
}
@media screen and (min-width: 1024px) {
  .contact-item-title {
    font-size: 1.6rem;
  }
}

.contact-item-input {
  margin-top: 4px;
}

.contact-label {
  border-radius: 2px;
  font-size: 1.1rem;
  line-height: 2.5454;
  color: #009844;
  vertical-align: middle;
}

.confirmation-button {
  background-color: #009844;
  border-radius: 1px;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  line-height: 42px;
  height: 42px;
  width: 120px;
  margin-top: 20px;
  text-align: center;
  transition: 0.3s;
}
.confirmation-button:hover {
  opacity: 0.8;
}

.privacy {
  padding-top: 60px;
  margin: 0 auto 37px;
}
@media screen and (min-width: 1024px) {
  .privacy {
    padding-top: 110px;
    margin: 30px auto 200px;
  }
}

.privacy-text-inner {
  font-size: 1.4rem;
  line-height: 1.714;
}
@media screen and (min-width: 1024px) {
  .privacy-text-inner {
    column-count: 2;
    column-gap: 50px;
    font-size: 1.5rem;
    line-height: 1.8666;
  }
}

.privacy-text-item {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .privacy-text-item {
    margin-top: 35px;
  }
}

.privacy-text-item-title {
  font-weight: bold;
}

.privacy-text-item-text .contact-button {
  color: #009844;
  border-bottom: 1px solid #009844;
  font-weight: bold;
}

/* お問い合わせ内容の確認 */
.confirm {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}

.confirm-heading {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 4rem;
}

.confirm-lead {
  margin-bottom: 4rem;
  font-size: 1.6rem;
}

.contact-confirmation {
  display: flex;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  align-items: center;
}

.contact-confirmation-item {
  width: 30%;
  margin-right: 5%;
}

.contact-confirmation-answer {
  width: 65%;
  text-align: left;
}

.confirm-button {
  display: flex;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.confirm-button input {
  display: block;
  width: 250px;
  height: 50px;
  margin: 3rem 5% 3rem auto;
  background: #009844;
  border: none;
  border-radius: 2px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 50px;
  text-align: center;
  transition: all;
}

.confirm-button input:hover {
  opacity: 0.7;
}

.confirm-button button {
  display: block;
  width: 250px;
  height: 50px;
  margin: 3rem auto 3rem 5%;
  background: #009844;
  border: none;
  border-radius: 2px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 50px;
  text-align: center;
  transition: all;
}

.confirm-button button:hover {
  opacity: 0.7;
}

.thanks {
  text-align: center;
}

.thanks-button {
  text-decoration: none;
}

.thanks-button button {
  display: block;
  width: 250px;
  height: 50px;
  margin: 3rem auto;
  background: #009844;
  border: none;
  border-radius: 2px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 50px;
  text-align: center;
  transition: all;
}

.thanks-button button:hover {
  opacity: 0.7;
}/*# sourceMappingURL=style.css.map */





.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}


a.btn--green {
  color: #fff;
  background-color: #094;
}

a.btn--green:hover {
  color: #fff;
  background: #00a349;
}

a.btn--green.btn--cubic {
  border-bottom: 5px solid #00662d;
}

a.btn--green.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #00662d;
}

a.btn-c {
  font-size: 2rem;
  position: relative;
  padding: 1.5rem 3rem 1.5rem 2rem;
}

a.btn-c i.fa {
  margin-right: 1rem;
}



@media screen and (max-width: 1024px) {
.btn,
a.btn,
button.btn {
  font-size: 1.3rem;
}
  }



/*2026.06.23追加*/
.pdf-link {
    position: relative;
    top: -50px;
    left: 150px;
	width: fit-content;
    white-space: nowrap;
	font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
	.pdf-link {
		top: -40px;
		left: 135px;
		font-size: 1.3rem;
	}
}

