@charset "UTF-8";


* {
    padding: 0;
    margin: 0;
}

*, ::before, ::after {
    background-repeat: no-repeat;
    box-sizing: inherit;
}


ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.85;
  transition: 0.2s;
}

.unclickable {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .display_only_pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .display_only_sp {
    display: none !important;
  }
}

details, main {
    display: block;
}

.bg__white {
    margin-top: 128px;
    margin-bottom: 160px;
}
@media screen and (max-width: 1100px) {
    main {
        padding-top: 0;
    }

}

.page__main__image {
  position: relative;
  width: 100%;
  height: 400px;
  background-position: center center;
  background-size: cover;
}
.page__main__image span {
  position: absolute;
  width: 120px;
  height: 120px;
  top: -60px;
  right: 0;
  left: 0;
  margin: auto;
}
.page__main__image::after {
  color: #fff;
  position: absolute;
  right: 17px;
  bottom: 0;
  font-size: 5rem;
  font-family: 'Kiwi Maru';
}

@media screen and (max-width: 768px) {
  .page__main__image {
    height: 160px;
  }
  .page__main__image span {
    width: 40px;
    height: 40px;
    top: -20px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .page__main__image span img {
    width: 100%;
  }
  .page__main__image::after {
    color: #fff;
    right: 0;
    font-size: 3rem;
  }
}
.page__main__image__text__green {
  position: relative;
  width: 100%;
  height: 400px;
  background-position: center center;
  background-size: cover;
}
.page__main__image__text__green span {
  position: absolute;
  width: 120px;
  height: 120px;
  top: -60px;
  right: 0;
  left: 0;
  margin: auto;
}
.page__main__image__text__green::after {
  color: #4BA55F;
  opacity: 0.5;
  position: absolute;
  right: 17px;
  bottom: 0;
  font-size: 8rem;
}

@media screen and (max-width: 768px) {
  .page__main__image__text__green {
    height: 160px;
  }
  .page__main__image__text__green span {
    width: 40px;
    height: 40px;
    top: -20px;
  }
  .page__main__image__text__green span img {
    width: 100%;
  }
  .page__main__image__text__green::after {
    right: 0;
    font-size: 3.2rem;
  }
}
.page__main__image__text__gray {
  position: relative;
  width: 100%;
  height: 400px;
  background-position: center center;
  background-size: cover;
}
.page__main__image__text__gray span {
  position: absolute;
  width: 120px;
  height: 120px;
  top: -60px;
  right: 0;
  left: 0;
  margin: auto;
}
.page__main__image__text__gray::after {
  color: #BCBCBC;
  position: absolute;
  right: 17px;
  bottom: 0;
  font-size: 8rem;
}

@media screen and (max-width: 768px) {
  .page__main__image__text__gray {
    height: 160px;
  }
  .page__main__image__text__gray span {
    width: 40px;
    height: 40px;
    top: -20px;
  }
  .page__main__image__text__gray span img {
    width: 100%;
  }
  .page__main__image__text__gray::after {
    right: 0;
    font-size: 3.2rem;
  }
}
.page__desc__midashi__text__greenbox {
  max-width: 1000px;
  margin: 128px auto 160px auto;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.page__desc__midashi__text__greenbox__title {
  width: 100%;
  max-width: 1000px;
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  line-height: 5.4rem;
  margin: 0 auto 52px auto;
  text-align: center;
}
.page__desc__midashi__text__greenbox__text {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  text-align: center;
  line-height: 2.7rem;
  margin-bottom: 100px;
}
.page__desc__midashi__text__greenbox__text span {
  color: #339047;
}
.page__desc__midashi__text__greenbox__greenbox {
  width: 100%;
  max-width: 761px;
  margin: 0 auto;
  margin-bottom: 160px;
  padding: 23px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
  border: 2px solid #339047;
}

@media screen and (max-width: 1200px) {
  .page__desc__midashi__text__greenbox {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .page__desc__midashi__text__greenbox {
    margin: 48px auto 64px auto;
    padding: 0 20px;
  }
  .page__desc__midashi__text__greenbox__title {
    font-size: 1.4rem;
    line-height: 1.77;
    margin-bottom: 32px;
  }
  .page__desc__midashi__text__greenbox__text {
    line-height: 1.78;
    margin-bottom: 100px;
    text-align: left;
  }
  .page__desc__midashi__text__greenbox__greenbox {
    margin-bottom: 0;
    padding: 24px;
    width: auto;
  }
}
.page__desc__midashi__text {
  max-width: 1000px;
  margin: 128px auto 160px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.page__desc__midashi__text.mt0 {
  margin-top: 0;
}
.page__desc__midashi__text__title {
  width: 100%;
  max-width: 1000px;
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  line-height: 3.4rem;
  margin: 0 auto 52px auto;
  text-align: center;
  color: #222222;
}
.page__desc__midashi__text__text {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  text-align: center;
  line-height: 2.7rem;
  margin-bottom: 110px;
}
.page__desc__midashi__text__text span {
  color: #339047;
}

/* add cosmos 2025.03 */
.logo__box__title {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  line-height: 5.4rem;
  margin: 0 auto 10px auto;
  text-align: center;
}

.logo__box__text {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  text-align: center;
  line-height: 2.7rem;
  margin-bottom: 30px;
  font-size: 20px;
}

.socal__ol {
  list-style: none;
  counter-reset: item;
  padding-left: 1em;
}

.social__li {
  counter-increment: item;
  text-indent: -1em;
  padding-left: 1em;
}

.social__li::before {
  content: counter(item) ")";
  margin-right: 5px;
}

.social__maru {
  counter-increment: maru-item;
  display: block;
  margin-left: 20px;
  text-indent: -1em;
  padding-left: 1em;
}

.social__maru::before {
  content: counter(maru-item, decimal);
  font-family: Arial, sans-serif;
  margin-right: 5px;
}

/* まる付き数字を対応 */
.social__maru:nth-child(1)::before {
  content: "①";
}

.social__maru:nth-child(2)::before {
  content: "②";
}

.social__maru:nth-child(3)::before {
  content: "③";
}

.social__maru:nth-child(4)::before {
  content: "④";
}

.social__maru:nth-child(5)::before {
  content: "⑤";
}

.social__maru:nth-child(6)::before {
  content: "⑥";
}

.social__maru:nth-child(7)::before {
  content: "⑦";
}

.social__maru:nth-child(8)::before {
  content: "⑧";
}

.social__maru:nth-child(9)::before {
  content: "⑨";
}

.social__maru:nth-child(10)::before {
  content: "⑩";
}

.social__nomaru {
  counter-increment: maru-item;
  display: block;
  margin-left: 20px;
  text-indent: -1em;
  padding-left: 1em;
}

.page__social__text {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  line-height: 2.7rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .page__desc__midashi__text {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .page__desc__midashi__text {
    margin: 48px auto 56px;
    padding: 0 20px;
  }
  .page__desc__midashi__text__title {
    font-size: 22px;
    line-height: 1.77;
    margin: 0 auto 32px;
  }
  .page__desc__midashi__text__text {
    text-align: left;
    line-height: 1.78;
    margin-bottom: 0;
  }
}
.page__desc__text {
  max-width: 1000px;
  margin: 120px auto 160px auto;
}
.page__desc__text__text {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.4rem;
}

@media screen and (max-width: 1200px) {
  .page__desc__text {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .page__desc__text {
    margin: 48px auto 64px auto;
    padding: 0 20px;
  }
  .page__desc__text__text {
    font-size: 1.6rem;
    line-height: 1.77;
    margin-bottom: 32px;
  }
}
.title__bottom__green__border__green__komidashi__green__text {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  width: auto;
  margin: 0 auto;
  margin-bottom: 120px;
  text-align: center;
}
.title__bottom__green__border__green__komidashi__green__text__midashi {
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 100px;
  margin-bottom: 80px;
  border-bottom: 2px solid #339047;
  font-family: none;
}
.title__bottom__green__border__green__komidashi__green__text__komidashi {
  font-size: 1.4rem;
  font-weight: 700;
  color: #339047;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.title__bottom__green__border__green__komidashi__green__text__bold {
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
}
.title__bottom__green__border__green__komidashi__green__text__text {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.title__bottom__green__border__green__komidashi__green__text__text span {
  color: #339047;
}
.title__bottom__green__border__green__komidashi__green__text__image {
  width: 100%;
}
.title__bottom__green__border__green__komidashi__green__text__image img{
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .title__bottom__green__border__green__komidashi__green__text {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .title__bottom__green__border__green__komidashi__green__text {
    margin-bottom: 60px;
    padding: 0 20px;
  }
  .title__bottom__green__border__green__komidashi__green__text__midashi {
    font-size: 1.4rem;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .title__bottom__green__border__green__komidashi__green__text__komidashi {
    font-size: 1.2rem;
    margin-bottom: 24px;
  }
  .title__bottom__green__border__green__komidashi__green__text__text {
    margin-bottom: 50px;
  }
  .title__bottom__green__border__green__komidashi__green__text__image {
    width: 100%;
  }
  .title__bottom__green__border__green__komidashi__green__text__image img {
    width: 100%;
  }
}









main {
}
main video {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1100px) {
  main {
    padding-top: 0;
  }
}
.main {
  height: 1000px;
  height: calc(100vh - 41px);
  height: 56.25vw;
  position: relative;
}

@media screen and (max-width: 768px) {
  .main {
    height: auto;
  }
}
.main::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 599px) {
  .main {
    overflow: hidden;
  }
}

.inner {
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .inner {
    width: 100%;
    padding: 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    padding: 0px;
  }
}
.inner1000 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
@media screen and (max-width: 1200px) {
    .inner1000 {
        width: 90%;
        padding: 0;
        margin: 0 auto;
    }
}

.inner1200 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .inner1200 {
        width: auto;
        padding: 0 20px;
    }
}

.breadcrumbs {
    margin-top: 20px;
}

.breadcrumbs span {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    font-size: 1rem;
    padding: 1px;
}

.breadcrumbs span a {
    color: #888;
}

.title__with__leaves__ja {
  margin: 124px auto 0 auto;
  font-size: 1.2rem;
  font-weight: 500;
  color: #339047;
  text-align: center;
  font-family: 'Kiwi Maru';
}

.title__with__leaves {
  margin: 10px auto 124px auto;
  font-size: 2.8rem;
  text-align: center;
  color: #339047;
  line-height: .6;
  font-weight: 500;
  font-family: 'Kiwi Maru';
}

.title__with__leaves::before {
  content: url("/images/common/leaf_left.png");
  padding-right: 20px;
}

.title__with__leaves::after {
  content: url("/images/common/leaf_right.png");
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .title__with__leaves__ja {
    margin: 53px auto 0 auto;
    font-size: 1rem;
  }
  .title__with__leaves {
    margin: 0px auto 66px auto;
    font-size: 2rem;
    line-height: 1.357;
    background: url("/images/common/leafs.png") no-repeat;
    background-position: center center;
  }
  .title__with__leaves::before {
    content: none;
  }
  .title__with__leaves::after {
    content: none;
  }
}


.title__with__leaves__en {
    margin: 10px auto 124px auto;
    font-size: 1.6rem;
    font-weight: 500;
    color: #339047;
    text-align: center;
}


.title__with__leaves__above__en {
    margin: 124px auto 0 auto;
    font-size: 2.8rem;
    text-align: center;
    color: #339047;
    line-height: 1.3333;
    font-weight: 500;
}

.title__with__leaves__above__en::before {
    content: url(/images/common/leaf_left.png);
    padding-right: 20px;
}

.title__with__leaves__above__en::after {
    content: url(/images/common/leaf_right.png);
    padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .title__with__leaves__above__en {
    margin: 55px auto 0 auto;
    font-size: 1.8rem;
    line-height: 1.357;
    background: url("/images/common/leafs.png") no-repeat center center;
  }
  .title__with__leaves__above__en::before {
    content: none;
  }
  .title__with__leaves__above__en::after {
    content: none;
  }
  .title__with__leaves__en {
    margin: 9px auto 56px auto;
    font-size: 1.0rem;
  }
  
}

.corporate_information__page {
    background: url(/images/corporate-information/main.png) no-repeat;
}
.reason__page {
    background: url(/images/reason/main.png) no-repeat;
}
.company__page {
    background: url(/images/company/main.png) no-repeat;
    background-size: cover;
    background-position: bottom;
}

.safety_management__page {
    background: url(/images/safety-management/main.png) no-repeat;
    background-size: cover;
    background-position: bottom;
}

.corporate_information__page::after {
    content: "Corporate Information";
    white-space: pre-wrap;
    text-align: right;
    font-family: "Kiwi Maru", serif;
}

.reason__page::after {
    content: "Corporate Information";
    white-space: pre-wrap;
    text-align: right;
    font-family: "Kiwi Maru", serif;
}

.company__page::after {
    content: "Corporate Information";
    white-space: pre-wrap;
    text-align: right;
    font-family: "Kiwi Maru", serif;
}

.safety_management__page::after {
    content: "Corporate Information";
    color: #4BA55F;
    white-space: pre-wrap;
    text-align: right;
    font-family: "Kiwi Maru", serif;
}


section {
    position: relative;
}


.corporate1 {
    background: url(/images/corporate-information/1.png) no-repeat;
    margin-top: 160px;
}
.corporate2 {
    background: url(/images/corporate-information/2.png) no-repeat;
}
.corporate5 {
    background: url(/images/corporate-information/4.png) no-repeat right;
}

.right__content__right__bg__box__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-direction: row-reverse;
    align-items: flex-start;
}
.right__content__right__bg__box {
  background-position: left top;
  margin-bottom: 140px;
  position: relative;
  z-index: 1;
}
.right__content__right__bg__box__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.right__content__right__bg__box__inner__content {
  width: 100%;
  max-width: 481px;
  padding-left: 80px;
  background-color: #fff;
  min-height: 480px;
}
.right__content__right__bg__box__inner__content__midashi {
  font-size: 2.5rem;
  color: #339047;
  margin-bottom: 46px;
  line-height: 1.4;
}
.right__content__right__bg__box__inner__content__midashi span {
  font-size: 1.4rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.right__content__right__bg__box__inner__content__midashi span::after {
  content: "\a";
  white-space: pre;
}
.right__content__right__bg__box__inner__content__komidashi {
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 32px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.right__content__right__bg__box__inner__content__text {
  margin-bottom: 64px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.right__content__right__bg__box__inner__content__text span {
  color: #339047;
}
.right__content__right__bg__box__inner__content__link {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .right__content__right__bg__box__inner__content {
    padding-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .right__content__right__bg__box {
    background-position: left top;
    margin-bottom: 56px;
    padding: 0;
    background: none;
  }
  .right__content__right__bg__box__inner {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  .right__content__right__bg__box__inner__content {
    padding-left: 20px;
    padding-right: 20px;
    min-height: 0;
  }
  .right__content__right__bg__box__inner__content__midashi {
    font-size: 1.4rem;
    color: #222222;
    margin-top: 24px;
    margin-bottom: 16px;
  }
  .right__content__right__bg__box__inner__content__midashi span {
    font-size: 1rem;
  }
  .right__content__right__bg__box__inner__content__komidashi {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: #339047;
  }
  .right__content__right__bg__box__inner__content__text {
    margin-bottom: 32px;
  }
  .right__content__right__bg__box__inner__content__link {
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
    .display_only_sp {
        display: none !important;
    }
}














.service {
  position: relative;
  background: rgba(226, 237, 186, 0.2);
  padding: 120px 0 160px 0;
}
.service__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.service__inner__container {
  position: relative;
  z-index: 1;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.service__inner__container__item:first-child {
  flex-basis: 400px;
  padding-right: 80px;
}
.service__inner__container__item:last-child {
  flex: 1;
}
.service__inner__container__item__title {
  font-family: "Kiwi Maru", serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #339047;
  position: relative;
  margin-top: 37px;
  text-align: left;
}
.service__inner__container__item__title::before {
  content: url("/images/top/left_leaf.png");
  position: absolute;
  top: -41px;
}
.service__inner__container__item__mini {
  font-family: "Kiwi Maru", serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #339047;
  margin-bottom: 48px;
}
.service__inner__container__item__description {
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 32px;
}
.service__inner__container__item__detail {
  margin-bottom: 54px;
}
.service__inner__container__item__container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.service__inner__container__item__container a {
  display: block;
  margin-bottom: 64px;
}
.service__inner__container__item__container__item {
  flex-basis: 50%;
}
.service__inner__container__item__container__item__image {
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
  overflow: hidden;
}
.service__inner__container__item__container__item__image img {
  width: 100%;
}
@media (min-width: 1000px) {
  .service__inner__container__item__container__item__image img {
    height: 280px;
    object-fit: cover;
  }
}
.service__inner__container__item__container__item__box {
  border-left: 2px solid #339047;
  padding-left: 24px;
}
.service__inner__container__item__container__item__box__title {
  font-size: 24px;
  font-weight: 700;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  margin-bottom: 20px;
}
.service__inner__container__item__container__item__box__link {
  position: relative;
  color: #222222;
  font-size: 14px;
  font-weight: 700;
}
.service__inner__container__item__container__item__box__link span {
  margin-left: 8px;
  position: absolute;
  top: -3px;
}
.service .service_bg {
  position: absolute;
  width: 20%;
  left: 0;
  bottom: -15%;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .service__inner {
    width: calc(100% - 80px);
  }
  .service__inner__container__item:first-child {
    flex-basis: 360px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .service {
    padding: 70px 20px;
  }
  .service__inner {
    width: 100%;
  }
  .service__inner__container__item:first-child {
    flex-basis: 100%;
    padding-right: 0;
    margin-bottom: 56px;
  }
  .service__inner__container__item:last-child {
    flex-basis: 100%;
  }
  .service__inner__container__item__title {
    font-size: 2rem;
    line-height: 1.31;
    margin-top: 0;
    text-align: center;
    position: relative;
  }
  .service__inner__container__item__title::before {
    content: url("/images/common/leaf_left.png");
    position: absolute;
    top: 10px;
    left: 20px;
  }
  .service__inner__container__item__title::after {
    content: url("/images/common/leaf_right.png");
    position: absolute;
    top: 10px;
    right: 20px;
  }
  .service__inner__container__item__mini {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 37px;
  }
  .service__inner__container__item__description {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 20px;
  }
  .service__inner__container__item__detail {
    margin-bottom: 0;
  }
  .service__inner__container__item__container a {
    margin-bottom: 48px;
  }
  .service__inner__container__item__container__item {
    flex-basis: 100%;
  }
  .service__inner__container__item__container__item__image {
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }
  .service__inner__container__item__container__item__image img {
    width: 100%;
  }
  .service__inner__container__item__container__item__box {
    border-left: 2px solid #339047;
    padding-left: 20px;
  }
  .service__inner__container__item__container__item__box__title {
    font-size: 1.25rem;
    margin-bottom: 17px;
  }
  .service__inner__container__item__container__item__box__link {
    position: relative;
  }
  .service__inner__container__item__container__item__box__link a {
    font-size: 1.4rem;
  }
  .service__inner__container__item__container__item__box__link a span {
    top: 0;
  }
  .service__inner__pclink {
    text-align: center;
  }
  .service .service_bg {
    position: absolute;
    width: 50%;
    left: 0;
    bottom: -2%;
    z-index: 1;
  }
}

.service__inner__container__item__container__item__image img {
  width: 100%;
}
@media (min-width: 1000px) {
  .service__inner__container__item__container__item__image img {
    height: 280px;
    object-fit: cover;
  }
}


.mind__page {
  background: url("/images/mind/main.png") no-repeat;
  background-size: cover;
}
.mind__page::after {
  content: "Corporate Information";
  white-space: pre;
}

@media screen and (max-width: 768px) {
  .mind__page::after {
    content: "Corporate\aInformation";
    text-align: right;
  }
}
.company__page::after {
    content: "Corporate Information";
}

.logo__box {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 64px;
}

@media screen and (max-width: 768px) {
  .logo__box {
    align-items: center;
  }
  .logo__box__item {
    width: 100%;
    margin-bottom: 32px;
  }
  .logo__box__item img {
    width: 270px;
  }
}
.mind__box {
  padding: 60px;
  margin-bottom: 32px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  border: 2px solid #339047;
  border-radius: 2em;
  margin: 0 auto 32px;
  width: 80%;
}
.mind__box.mb0 {
  margin-bottom: 0;
}
.mind__box__title {
  color: #339047;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 40px;
}
.mind__box__text {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mind__box {
    padding: 24px;
    margin-bottom: 24px;
  }
  .mind__box__title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 24px;
  }
}
.mind__image {
  max-width: 320px;
}

.reason__page {
  background: url("/images/reason/main.png") no-repeat;
}
.reason__page::after {
  content: "Corporate Information";
  white-space: pre;
}

@media screen and (max-width: 768px) {
  .reason__page::after {
    content: "Corporate\aInformation";
    text-align: right;
  }
}
.reason1 {
  background-image: url("/images/features/img66.jpg");
}

.reason2 {
  background-image: url("/images/reason/2.png") ;
}

.reason3 {
  background-image: url("/images/reason/3.png");
}

.reason4 {
  background-image: url("/images/reason/4.png");
}

.service__page {
  background-image: url("/images/service/main.png");
}
.service__page::after {
  content: "Our Service";
}

.service1 {
  background-image: url("/images/service/1.png");
}

.service2 {
  background-image: url("/images/service/2.png");
}

.service3 {
  background-image: url("/images/service/3.png");
}

.service4 {
  background-image: url("/images/service/4.png");
}

.service5 {
  background-image: url("/images/service/5.png");
}

.food_service__page {
  background-image: url("/images/features/img77.jpg") ;
}
.food_service__page::after {
  content: "Corporate Information";
  white-space: pre;
}

@media screen and (max-width: 768px) {
  .food_service__page::after {
    content: "Corporate\aInformation";
    text-align: right;
  }
}

.bg__lime {
  padding: 128px 0 160px;
  background: rgba(75, 165, 95, 0.06);
  margin-bottom: 160px;
}
.bg__lime.recruit__explanation__padding {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .bg__lime {
    padding: 56px 0 64.5px;
    background: rgba(75, 165, 95, 0.06);
    margin-bottom: 80px;
  }
  .bg__lime.recruit__explanation__padding {
    padding: 0 0 140px;
  }
}
.bg__lime2 {
  padding: 128px 0 160px;
  background: rgba(226, 237, 186, 0.2);
}
.bg__lime2.recruit__explanation__padding {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .bg__lime2 {
    padding: 56px 0 64.5px;
    background: rgba(226, 237, 186, 0.2);
    margin-bottom: 0;
  }
  .bg__lime2.recruit__explanation__padding {
    padding: 0 0 140px;
  }
}

.bg__white {
  margin-top: 128px;
  margin-bottom: 160px;
}

@media screen and (max-width: 768px) {
  .bg__white {
    margin-top: 56px;
    margin-bottom: 64px;
  }
}

.green__title__with__underbar {
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #339047;
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 64px;
  background: url("/images/common/green_underbar.png") no-repeat center bottom;
}

.green__title__with__underbar.mt119 {
  margin-top: 119px;
}

@media screen and (max-width: 768px) {
  .green__title__with__underbar {
    font-size: 1.8rem;
    padding-bottom: 16px;
    margin-bottom: 32px;
  }
  .green__title__with__underbar.mt119 {
    margin-top: 46px;
  }
}




.green__midashi__text__left__border {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  padding-left: 40px;
  margin-bottom: 60px;
  border-left: 4px solid #339047;
}

.green__midashi__text__left__border__midashi {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 40px;
  color: #339047;
}

.green__midashi__text__left__border__komidashi {
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 24px;
}

.green__midashi__text__left__border__text span {
  color: #339047;
}

@media screen and (max-width: 768px) {
  .green__midashi__text__left__border {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    padding-left: 20px;
    margin-bottom: 32px;
    border-left: 4px solid #339047;
  }
  .green__midashi__text__left__border__midashi {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .green__midashi__text__left__border__komidashi {
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 24px;
  }
  .green__midashi__text__left__border__text {
    font-size: 1.2rem;
  }
  .green__midashi__text__left__border__text span {
    color: #339047;
  }
}

.orange__midashi__text__left__border {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  padding-left: 40px;
  margin-bottom: 60px;
  border-left: 4px solid #E66D47;
}

.orange__midashi__text__left__border__midashi {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 40px;
  color: #E66D47;
}

.orange__midashi__text__left__border__komidashi {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 24px;
  font-family: none;
}

.orange__midashi__text__left__border__text span {
  color: #E66D47;
}

@media screen and (max-width: 768px) {
  .orange__midashi__text__left__border {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    padding-left: 20px;
    margin-bottom: 32px;
    border-left: 4px solid #E66D47;
  }
  .orange__midashi__text__left__border__midashi {
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-family: mone;
  }
  .orange__midashi__text__left__border__komidashi {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 24px;
  }
  .orange__midashi__text__left__border__text {
  font-weight: 400;
  }
  .orange__midashi__text__left__border__text span {
    color: #E66D47;
  }
}

.text__bottom__orange__border__link {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

.text__bottom__orange__border__link__midashi {
  font-size: 2.8rem;
  font-weight: bold;
  padding-bottom: 32px;
  margin-bottom: 40px;
  border-bottom: 2px solid #E66D47;
}

.text__bottom__orange__border__link__text {
  margin-bottom: 55px;
}

.text__bottom__orange__border__link__text span {
  color: #E66D47;
}

.text__bottom__orange__border__link__link {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .text__bottom__orange__border__link__midashi {
    font-size: 1.8rem;
    margin-top: 24px;
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
  .text__bottom__orange__border__link__text {
    font-size: 1.4rem;
    margin-bottom: 24px;
  }
  .text__bottom__orange__border__link__link {
    position: relative;
    z-index: 2;
    text-align: center;
  }
}


.text__white__bg__light__green {
  font-size: 2rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: #4BA55F;
  padding: 32px 0;
  text-align: center;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .text__white__bg__light__green {
    font-size: 1.8rem;
    padding: 19px 0;
    margin-bottom: 32px;
  }
}

.green__number__with__text li {
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 24px;
  letter-spacing: 0.05rem;
  margin-left: 2em;
  text-indent: -2em;
}

.green__number__with__text li::before {
  background: #339047;
  color: #fff;
  padding: 1px 4px 1px 5px;
  border-radius: 1rem;
  margin-right: 13px;
}

.green__number__with__text li:first-child:before {
  content: '1';
}

.green__number__with__text li:nth-child(2):before {
  content: '2';
}

.green__number__with__text li:nth-child(3):before {
  content: '3';
}

.green__number__with__text li:nth-child(4):before {
  content: '4';
}

.green__number__with__text li:last-child {
  margin-bottom: 0;
}

.green__number__with__text li span {
  padding-left: 24px;
}

@media screen and (max-width: 768px) {
  .green__number__with__text {
    margin-top: 24px;
  }
  .green__number__with__text li {
    font-size: 1.4rem;
    margin-bottom: 16px;
    letter-spacing: 0.05rem;
    margin-left: 2em;
    text-indent: -2em;
  }
  .green__number__with__text li::before {
    content: '1';
    background: #339047;
    color: #fff;
    padding: 1px 4px 1px 5px;
    border-radius: 1rem;
    margin-right: 13px;
  }
  .green__number__with__text li:last-child {
    margin-bottom: 0;
  }
  .green__number__with__text li span {
    padding-left: 20px;
  }
}


.eisei__box {
  padding: 0 64px;
  border: 2px solid #339047;
  border-radius: 3em;
  background-color: #fff;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  margin-bottom: 100px;
}
.eisei__box__container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 64px 0 52px 0;
  border-bottom: 2px solid rgba(188, 188, 188, 0.6);
}
.eisei__box__container__item__midashi {
  color: #339047;
  font-size: 1.8rem;
  font-weight: 700;
}
.eisei__box__container__item:first-child {
  width: 200px;
}
.eisei__box__container__item:last-child {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .eisei__box {
    padding: 0 24px;
    margin-bottom: 56px;
  }
  .eisei__box__container {
    padding: 0;
    display: block;
  }
  .eisei__box__container__item {
    padding-bottom: 32px;
  }
  .eisei__box__container__item__midashi {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    margin-top: 32px;
  }
  .eisei__box__container__item:first-child {
    width: 100%;
  }
  .eisei__box__container__item:last-child {
    width: 100%;
  }
}
.risk__management__box {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.risk__management__box__midashi {
  color: #fff;
  font-weight: bold;
  padding: 16px;
  background-color: #4BA55F;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .risk__management__box__midashi {
    font-size: 1.4rem;
    padding: 12px 0;
    width: 100%;
    margin-right: 0;
    margin: 20px 0;
    text-align: center;
  }
  .risk__management__box__text {
    font-size: 1.4rem;
  }
}
.flow__container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 64px;
}
.flow__container__item:first-child {
  width: 408px;
}
.flow__container__item:last-child {
  max-width: 728px;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .flow__container {
    display: block;
    margin-top: 24px;
  }
  .flow__container__item:first-child {
    width: 100%;
  }
  .flow__container__item:last-child {
    margin-top: 32px;
  }
}
.support__page {
  background: url("/images/support/main.png") no-repeat;
}
.support__page::after {
  content: "Corporate Information";
  white-space: pre;
}

@media screen and (max-width: 768px) {
  .support__page::after {
    content: "Corporate\aInformation";
    text-align: right;
  }
}
.support__section__container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  align-items: flex-end;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  gap: 20px;
}
.support__section__container__item {
  padding: 64px;
  flex-basis: 48.3%;
  border: 2px solid #339047;
  border-radius: 3rem;
  background-color: #fff;
}
.support__section__container__item__title {
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px solid rgba(188, 188, 188, 0.6);
  color: #339047;
}
.support__section__container__item__position {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 16px;
  margin-top: 32px;
}
.support__section__container__item__name {
  font-size: 1rem;
  font-weight: 500;
  color: #222;
}
.support__section__container__item__checklist {
  margin-top: 39px;
}
.support__section__container__item__checklist li {
  font-weight: bold;
  background: url("/images/support/check_icon.png") no-repeat left center;
  padding-left: 36px;
  margin-bottom: 10px;
  font-size: 1rem;
}
.support__section__container__illust {
  margin: 36px auto;
}
.support__section__container.top {
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .support__section__container {
    align-items: flex-end;
    gap: 10px;
  }
  .support__section__container__item {
    padding: 24px;
    flex-basis: 60%;
  }
  .support__section__container__item__title {
    font-size: 1.2rem;
    padding-bottom: 24px;
    margin-bottom: 24px;
    text-align: center;
  }
  .support__section__container__item__position {
    font-size: 1rem;
    margin-bottom: 12px;
    margin-top: 24px;
  }
  .support__section__container__item__name {
    font-size: 1.4rem;
  }
  .support__section__container__item__checklist {
    margin-top: 24px;
  }
  .support__section__container__item__checklist li {
    font-size: 1rem;
    margin-bottom: 16px;
  }
  .support__section__container__item__text {
    font-size: 1.4rem;
  }
  .support__section__container__illust {
    margin: 11px auto;
  }
  .support__section__container.top {
    align-items: flex-start;
  }
}
.company__page {
  background: url("/images/company/main.png") no-repeat;
}
.company__page::after {
  content: "Corporate Information";
  white-space: pre;
}

@media screen and (max-width: 768px) {
  .company__page::after {
    content: "Corporate\aInformation";
    text-align: right;
  }
}
.company__two__box {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin: 80px auto 160px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.company__two__box__item:first-child {
  flex: 1;
  margin-right: 80px;
}
.company__two__box__item:last-child {
  flex-basis: 520px;
}

@media screen and (max-width: 1200px) {
  .company__two__box {
    padding: 0 40px;
  }
  .company__two__box__item:first-child {
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .company__two__box {
    display: block;
    margin: 32px auto 72px;
    padding: 0 20px;
  }
  .company__two__box__item {
    font-size: 1.4rem;
  }
  .company__two__box__item:first-child {
    margin-right: 0;
    margin-bottom: 32px;
  }
  .company__two__box__item:last-child {
    flex-basis: 100%;
  }
  .company__two__box__item:last-child img {
    width: 100%;
  }
}
.group__page {
  background: url("/images/group/main.png") no-repeat;
}
.group__page::after {
  content: "Corporate Information";
  white-space: pre;
}

@media screen and (max-width: 768px) {
  .group__page::after {
    content: "Corporate\aInformation";
    text-align: right;
  }
}
.socioak__center__container {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  margin-bottom: 69px;
}
.socioak__center__container__item {
  flex: 1;
}
.socioak__center__container__item:first-child {
  max-width: 303px;
  margin-right: 64px;
}
.socioak__center__container__item__image {
  width: 100%;
}
.socioak__center__container__item__image img {
  width: 100%;
}
.socioak__center__container__item__name {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .socioak__center__container {
    margin-top: 42px;
    margin-bottom: 32px;
    flex-wrap: wrap;
  }
  .socioak__center__container__item {
    flex-basis: 100%;
  }
  .socioak__center__container__item:first-child {
    max-width: none;
    width: 100%;
    margin-right: 0;
  }
  .socioak__center__container__item__image {
    width: 60%;
    margin: 0 auto;
  }
  .socioak__center__container__item__image img {
    width: 100%;
  }
  .socioak__center__container__item__name {
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .socioak__center__container__item__text {
    font-size: 1.4rem;
  }
}
.socioak__six__container {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.socioak__six__container__item {
  margin-bottom: 100px;
  flex-basis: 30%;
}
.socioak__six__container__item__image {
  width: 80%;
  text-align: center;
  margin-bottom: 40px;
}
.socioak__six__container__item__name {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .socioak__six__container {
    margin-bottom: 32px;
  }
  .socioak__six__container__item {
    margin-top: 42px;
    margin-bottom: 0;
    flex-basis: 100%;
  }
  .socioak__six__container__item__image {
    width: 60%;
    margin: 0 auto;
  }
  .socioak__six__container__item__name {
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .socioak__six__container__item__text {
    font-size: 1.4rem;
  }
}
.foundation__text {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  text-align: center;
  margin-bottom: 85px;
}

@media screen and (max-width: 768px) {
  .foundation__text {
    padding: 0 20px;
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
}
.foundation__table tr {
  display: block;
  margin-bottom: 31px;
  vertical-align: top;
}
.foundation__table tr th {
  width: 294px;
  text-align: left;
}
.foundation__table__green__title__border__left {
  color: #339047;
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
  padding-left: 68px;
}
.foundation__table__green__title__border__left::before {
  content: "";
  border-top: 1px solid #339047;
  width: 56px;
  position: absolute;
  top: 9px;
  left: 0;
}
.foundation__table__green__title {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #339047;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 32px;
  padding-left: 68px;
}
.foundation__table__black__title {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  padding-left: 68px;
}
.foundation__table__midashi {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
  margin-bottom: 32px;
}
.foundation__table__list {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  margin-bottom: 24px;
  margin-left: 16px;
  list-style-type: decimal;
  padding-left: 0;
}
.foundation__table__list li {
  margin-bottom: 24px;
}
.foundation__table__list li span {
  font-weight: 700;
}
.foundation__table__list li span::after {
  content: "\a";
  white-space: pre;
}
.foundation__table__text {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.foundation__table__minitext {
  font-size: 1.4rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .foundation__table {
    padding: 0 20px;
  }
  .foundation__table tr {
    margin-bottom: 36px;
  }
  .foundation__table tr:last-child {
    margin-bottom: 0;
  }
  .foundation__table tr th {
    display: block;
    width: 100%;
  }
  .foundation__table__green__title__border__left {
    font-size: 1rem;
    padding-left: 68px;
  }
  .foundation__table__green__title__border__left::before {
    content: "";
    border-top: 1px solid #339047;
    width: 56px;
    position: absolute;
    top: 9px;
    left: 0;
  }
  .foundation__table__green__title {
    font-size: 1.6rem;
    margin-bottom: 16px;
    padding-left: 68px;
  }
  .foundation__table__black__title {
    font-size: 1.6rem;
    padding-left: 0;
  }
  .foundation__table__midashi {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    font-weight: 700;
    margin-bottom: 32px;
  }
  .foundation__table__list {
    font-size: 1.4rem;
    margin-bottom: 0;
    margin-left: 16px;
    list-style-type: decimal;
    padding-left: 0;
  }
  .foundation__table__list li {
    margin-bottom: 12px;
  }
  .foundation__table__list li span {
    font-size: 1.4rem;
    font-weight: 700;
  }
  .foundation__table__list li span::after {
    content: "\a";
    white-space: pre;
  }
  .foundation__table__text {
    font-size: 1.4rem;
  }
  .foundation__table__minitext {
    font-size: 1rem;
    margin-top: 24px;
  }
}
.sdgs__page {
  background: url("/images/sdgs/main.png") no-repeat;
}
.sdgs__page::after {
  content: "Corporate Information";
  white-space: pre;
}

@media screen and (max-width: 768px) {
  .sdgs__page::after {
    content: "Corporate\aInformation";
    text-align: right;
  }
}
.sdgs__main__image {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 80px;
  text-align: center;
}
.sdgs__main__image img {
  width: 100%;
}

.sdgs__minititle {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .sdgs__minititle {
    font-size: 2rem;
    margin-bottom: 24px;
    padding: 0;
  }
}
.sdgs__description {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .sdgs__description {
    font-size: 1.4rem;
    margin-bottom: 32px;
    padding: 0;
  }
}
.sdgs__box {
  padding: 64px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  background-color: #fff;
  border-radius: 3em;
}
.sdgs__box__title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 64px;
}
.sdgs__box__container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 2px solid rgba(188, 188, 188, 0.6);
}
.sdgs__box__container:last-child {
  border-bottom: 0;
}
.sdgs__box__container__item {
  padding: 40px 0;
  flex: 1;
}
.sdgs__box__container__item:first-child {
  max-width: 160px;
  margin-right: 40px;
}
.sdgs__box__container__item:first-child img {
  width: 160px;
}
.sdgs__box__container__item__text {
  margin-bottom: 32px;
}
.sdgs__box__container__item__green {
  color: #339047;
  font-weight: 700;
  margin-bottom: 16px;
}
.sdgs__box__container__item__bold {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .sdgs__box {
    padding: 24px;
    margin-right: 0;
    margin-left: 0;
  }
  .sdgs__box__title {
    font-size: 2rem;
    margin-bottom: 32px;
  }
  .sdgs__box__container {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
  }
  .sdgs__box__container__item {
    padding: 24px 0;
    flex-basis: 100%;
  }
  .sdgs__box__container__item:first-child {
    max-width: 100%;
    width: 120px;
    margin-right: 0;
    margin: 0 auto;
  }
  .sdgs__box__container__item:first-child p {
    text-align: center;
  }
  .sdgs__box__container__item:first-child p img {
    width: 120px;
  }
  .sdgs__box__container__item__text {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }
  .sdgs__box__container__item__green {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }
  .sdgs__box__container__item__bold {
    font-size: 1.4rem;
  }
}
.service__page {
  background: url("/images/service/main.png") no-repeat;
}
.service__page::after {
  content: "Our Service";
}

.service1 {
  background: url("/images/service/1.png") no-repeat;
}

.service2 {
  background: url("/images/service/2.png") no-repeat;
}

.service3 {
  background: url("/images/service/3.png") no-repeat;
}

.service4 {
  background: url("/images/service/4.png") no-repeat;
}

.service5 {
  background: url("/images/service/5.png") no-repeat;
}

.welfare__page {
  background: url("/images//welfare/main.png") no-repeat;
  background-size: cover;
}
.welfare__page::after {
  content: "Our Service";
}

.nursery__page {
  background: url("/images/nursery/main.png") no-repeat;
}
.nursery__page::after {
  content: "Our Service";
}

.hospital__page {
  background: url("/images/top/img44_bg.png") no-repeat;
  background-position: 97% 1% !important;
  background-size: 100% !important;
}
.hospital__page::after {
  content: "Our Service";
}

.employee_cafeteria__page {
  background: url("/images/employee-cafeteria/main.png") no-repeat;
}
.employee_cafeteria__page::after {
  content: "Our Service";
}

.excellence_training__page {
    background: url(/images/training/main.png) no-repeat;
    background-size: 100% !important;
}
.excellence_training__page::after {
    content: "Recruit";
}
.worklife_balance__page {
  background: url("/images/worklife-balance/main.png") no-repeat;
}
.worklife_balance__page::after {
  content: "Recruit";
}
.explanation__page {
  background: url("../images/explanation/main.png") no-repeat;
}
.explanation__page::after {
  content: "Recruit";
}
.senior_voice__page {
  background: url("/images/senior-voice/main.png") no-repeat;
}
.senior_voice__page::after {
  content: "Recruit";
}

.faq__page {
  background: url("/images/faq/main.png") no-repeat;
}
.faq__page::after {
  content: "Recruit";
}

.installation__page {
  background: url("/images/installation/main.png") no-repeat;
}
.installation__page::after {
  content: "Installation Process";
  white-space: pre;
}

@media screen and (max-width: 768px) {
  .installation__page::after {
    content: "Installation\aProcess";
    text-align: right;
  }
}
.welfare {
  position: relative;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  z-index: 1;
}
.welfare__inner {
  max-width: 1360px;
  margin: 0 auto;
}
.welfare__inner__box {
  width: 720px;
  padding: 80px;
  background-color: #fff;
  border-radius: 3rem;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
}
.welfare__inner__box__midashi {
  font-size: 1.8rem;
  margin-bottom: 60px;
  font-family: none;
  font-weight: 500;
}
.welfare__inner__box__text {
  margin-bottom: 60px;
}
.welfare__inner__box__text span {
  color: #339047;
}
.welfare__inner__box__link {
  max-width: 320px;
}
.welfare__inner__box__link img {
  width: 100%;
}
.welfare .right_bottom_image {
  position: absolute;
  right: 0;
  bottom: -47px;
  z-index: -1;
}

@media screen and (max-width: 1200px) {
  .welfare__inner__box {
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .welfare {
    padding: 0 20px;
  }
  .welfare__inner {
    margin: 0 auto;
  }
  .welfare__inner__box {
    width: auto;
    padding: 32px;
    margin-left: 0;
  }
  .welfare__inner__box__midashi {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 32px;
  }
  .welfare__inner__box__text {
    margin-bottom: 40px;
  }
  .welfare__inner__box__link {
    max-width: 320px;
  }
  .welfare__inner__box__link img {
    width: 100%;
  }
  .welfare .right_bottom_image {
    position: relative;
    margin-top: -70px;
    margin-right: -20px;
    z-index: -1;
  }
  .welfare .right_bottom_image img {
    width: 100%;
  }
}


.instagram__outer {
  border-bottom: 2px solid #339047;
}
.instagram__outer__title {
  font-size: 40px;
  font-weight: 500;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #339047;
  text-align: center;
  line-height: 1;
  margin-bottom: 80px;
  margin-top: 37px;
  position: relative;
  vertical-align: top;
}
.instagram__outer__title::before {
  content: url("/images/top/instagram_button.png");
  margin-right: 15px;
}
.instagram__outer__title span {
  font-size: 14px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #222222;
}
.instagram__outer__title span::before {
  content: "\a";
  white-space: pre;
}
.instagram__outer__link {
  text-align: center;
  margin: 80px auto 160px;
  max-width: 240px;
}

.image__green__midashi__text__box {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  margin: 80px auto;
}
.image__green__midashi__text__box__item {
  flex-basis: 46.6%;
}
.image__green__midashi__text__box__item__image {
  margin-bottom: 40px;
}
.image__green__midashi__text__box__item__image img {
  width: 100%;
}
.image__green__midashi__text__box__item__midashi {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .image__green__midashi__text__box {
    margin: 0 auto 40px;
  }
  .image__green__midashi__text__box__item {
    flex-basis: 100%;
    margin-top: 40px;
  }
  .image__green__midashi__text__box__item__image {
    margin-bottom: 24px;
  }
  .image__green__midashi__text__box__item__image img {
    width: 100%;
  }
  .image__green__midashi__text__box__item__midashi {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  .image__green__midashi__text__box__item__text {
  }
}
.image__green__midashi__text__box__link {
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .image__green__midashi__text__box__link {
    margin-bottom: 28px;
  }
}

.desc__540__image__580__container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  align-items: flex-start;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  margin-bottom: 80px;
}
.desc__540__image__580__container__item {
  flex-basis: 48.3%;
}
.desc__540__image__580__container__item .check__list__bg__lime {
  max-width: none;
  margin-bottom: 56px;
}
.desc__540__image__580__container__item__midashi {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 24px;
}
.desc__540__image__580__container__item__text {
  margin-bottom: 40px;
}
.desc__540__image__580__container__item__text.mb0 {
  margin-bottom: 0;
}
.desc__540__image__580__container__item__image {
  max-width: 540px;
}
.desc__540__image__580__container__item__image img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .desc__540__image__580__container {
    display: block;
    margin-bottom: 0;
  }
  .desc__540__image__580__container__item .check__list__bg__lime {
    margin-bottom: 24px;
  }
  .desc__540__image__580__container__item__midashi {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .desc__540__image__580__container__item__text {
    font-size: 1.4rem;
    margin-bottom: 32px;
  }
  .desc__540__image__580__container__item__text.mb0 {
    margin-bottom: 32px;
  }
  .desc__540__image__580__container__item__image img {
    width: 100%;
  }
}

.normal__table {
  width: 100%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  text-align: left;
  border-collapse: collapse;
  border: none;
}
.normal__table tr {
  border-bottom: 2px solid #BCBCBC;
  vertical-align: top;
}
.normal__table tr th,
.normal__table tr td {
  padding: 24px 0;
  line-height: 27px;
}
.normal__table tr th {width: none;}
.normal__table tr td {
  color: #333;
}
.normal__table tr td a {
  color: #333;
  text-decoration: underline;
}
.normal__table ul {
  padding-left: 0;
}
.normal__table ul li {
  margin-bottom: 4px;
}
.normal__table ul li a {
  color: #333;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .normal__table {
    display: block;
    padding: 0;
  }
  .normal__table tr th,
  .normal__table tr td {
    font-size: 1rem;
  }
  .normal__table tr th {
    min-width: 8em;
    background: none;
  }
  .normal__table ul {
    padding-left: 0;
  }
  .normal__table ul li {
    margin-bottom: 4px;
  }
  .normal__table ul li a {
    color: #333;
    text-decoration: underline;
  }
  .table__sp__title {
    font-size: 1.4rem;
    font-weight: 700;
  }
  .table__sp__list li {
    font-size: 1.4rem;
    margin-bottom: 4px;
  }
  .table__sp__list li a {
    color: #333;
    text-decoration: underline;
  }
  .google__map {
    padding: 0 20px;
  }
}
.check__list__bg__lime {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  padding: 34px 32px;
  margin-bottom: 72px;
  background: rgba(75, 165, 95, 0.06);
  max-width: 416px;
}
.check__list__bg__lime__inner li {
  font-weight: 700;
  margin: 16px;
  padding: 5px 16px 3px 27px;
  background: url("/images/common/green_check.png") no-repeat left center;
}
.check__list__bg__lime__inner li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .check__list__bg__lime {
    padding: 20px;
    margin-bottom: 32.5px;
  }
  .check__list__bg__lime__inner li {
    font-size: 1rem;
    margin: 0px 0 12px 0;
    padding-left: 27.3px;
  }
  .check__list__bg__lime__inner li:last-child {
    margin-bottom: 0;
  }
}
.check__list__bg__white {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  padding: 34px 32px;
  margin-bottom: 72px;
  background: #fff;
}
.check__list__bg__white__inner li {
  font-weight: 700;
  margin-bottom: 16px;
  padding-left: 32px;
  background: url("/images/common/green_check.png") no-repeat left center;
}
.check__list__bg__white__inner li:last-child {
  margin-bottom: 0;
}
.check__list__bg__white__inner li.orange__check {
  background: url("/images/common/orange_check.png") no-repeat left center;
}

@media screen and (max-width: 768px) {
  .check__list__bg__white {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    padding: 20px;
    margin-bottom: 32px;
  }
  .check__list__bg__white.mb0 {
    margin-bottom: 0;
  }
  .check__list__bg__white__inner li {
    font-size: 1.4rem;
    margin-bottom: 12px;
    padding-left: 32px;
    background: url("/images/common/green_check.png") no-repeat left center;
  }
  .check__list__bg__white__inner li:last-child {
    margin-bottom: 0;
  }
  .check__list__bg__white__inner li.orange__check {
    background: url("/images/common/orange_check.png") no-repeat left center;
  }
}
.border__green__radius__title__text {
  background-color: #fff;
  padding: 64px;
  border: 2px solid #339047;
  border-radius: 3em;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.border__green__radius__title__text.half {
  max-width: 540px;
  margin-top: 40px;
}
.border__green__radius__title__text.tool {
  margin-top: 40px;
}
.border__green__radius__title__text__midashi {
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 48px;
  margin-bottom: 48px;
  text-align: center;
  border-bottom: 2px solid rgba(188, 188, 188, 0.6);
}
.border__green__radius__title__text__komidashi {
  font-weight: 700;
  margin-bottom: 24px;
}
.border__green__radius__title__text__text {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .border__green__radius__title__text {
    padding: 24px;
  }
  .border__green__radius__title__text.half {
    max-width: none;
    margin-top: 24px;
    width: 100%;
  }
  .border__green__radius__title__text.tool {
    margin-top: 24px;
  }
  .border__green__radius__title__text__midashi {
    font-size: 1.6rem;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .border__green__radius__title__text__komidashi {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .border__green__radius__title__text__text {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
.border__orange__radius__title__text {
  background-color: #fff;
  padding: 64px;
  border: 2px solid #E6825A;
  border-radius: 3em;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.border__orange__radius__title__text.mt64 {
  margin-top: 64px;
}
.border__orange__radius__title__text.half {
  max-width: 540px;
  margin-top: 40px;
}
.border__orange__radius__title__text__midashi {
  font-size: 1.4rem;
  font-weight: 700;
  padding-bottom: 48px;
  margin-bottom: 48px;
  text-align: center;
  border-bottom: 2px solid rgba(188, 188, 188, 0.6);
}
.border__orange__radius__title__text__komidashi {
  font-weight: 700;
  margin-bottom: 24px;
}
.border__orange__radius__title__text__text {
  margin-bottom: 40px;
}
.border__orange__radius__title__text__text.mb0 {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .border__orange__radius__title__text {
    padding: 24px;
  }
  .border__orange__radius__title__text.mt64 {
    margin-top: 64px;
  }
  .border__orange__radius__title__text.half {
    max-width: 540px;
    margin-top: 40px;
  }
  .border__orange__radius__title__text__midashi {
    font-size: 1.2rem;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .border__orange__radius__title__text__komidashi {
    font-weight: 700;
    margin-bottom: 24px;
  }
  .border__orange__radius__title__text__text {
    margin-bottom: 0;
  }
  .border__orange__radius__title__text__text.mb0 {
    margin-bottom: 0;
  }
}


.bg__lime__with__bg__image {
  background: rgba(255, 190, 165, 0.1);
  padding: 120px 0 140px 0;
}

@media screen and (max-width: 768px) {
  .bg__lime__with__bg__image {
    padding: 56px 0 64px;
  }
}
.bg__white__with__bg__image {
  background: #fff;
  padding: 120px 0 140px 0;
}

@media screen and (max-width: 768px) {
  .bg__white__with__bg__image {
    padding: 56px 0 64px 0;
  }
}

.title__green__ja {
  margin: 124px auto 0 auto;
  font-size: 1.2rem;
  font-weight: 500;
  color: #339047;
  text-align: center;
  margin-bottom: 18px;
  font-family: 'Kiwi Maru';
}

.title__green {
  margin: 10px auto 124px auto;
  font-size: 2.8rem;
  text-align: center;
  color: #339047;
  line-height: .6;
  font-weight: 500;
  font-family: 'Kiwi Maru';
}

@media screen and (max-width: 768px) {
  .title__green__ja {
    margin: 33px auto 0 auto;
    font-size: 1.2rem;
    margin-bottom: 11px;
  }
  .title__green {
    margin: 11px auto 56px;
    font-size: 1.6rem;
    line-height: 1.357;
    font-family: 'Kiwi Maru';
  }
}

.orange__title__green__ja {
  margin: 124px auto 18px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #E66D47;
  text-align: center;
  font-family: 'Kiwi Maru';
}

.orange__title__green {
  margin: 10px auto 124px auto;
  font-size: 2.8rem;
  text-align: center;
  color: #E66D47;
  line-height: .6;
  font-weight: 500;
  font-family: 'Kiwi Maru';
}

@media screen and (max-width: 768px) {
  .orange__title__green__ja {
    margin: 33px auto 0 auto;
    font-size: 1.2rem;
  }
  .orange__title__green {
    margin: 11px auto 56px;
    font-size: 2.8rem;
    line-height: 1.2;
  }
}

.title__green__singleline {
  margin: 136px auto;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  color: #339047;
  line-height: .6;
  font-family: 'Kiwi Maru';
}

@media screen and (max-width: 768px) {
  .title__green__singleline {
    margin: 53px auto;
    font-size: 2.8rem;
    line-height: 1.2;
  }
}


.left__content__right__bg__box {
  background-position: right top;
  margin-bottom: 140px;
  position: relative;
  z-index: 0;
}
.left__content__right__bg__box__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.left__content__right__bg__box__inner__content {
  width: auto;
  max-width: 481px;
  padding-right: 80px;
  background-color: #fff;
  min-height: 480px;
}
.left__content__right__bg__box__inner__content__midashi {
  font-size: 3rem;
  color: #339047;
  margin-bottom: 46px;
  line-height: 1.4;
}
.left__content__right__bg__box__inner__content__midashi span {
  font-size: 1.4rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.left__content__right__bg__box__inner__content__midashi span::after {
  content: "\a";
  white-space: pre;
}
.left__content__right__bg__box__inner__content__komidashi {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 32px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.left__content__right__bg__box__inner__content__text {
  margin-bottom: 64px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.left__content__right__bg__box__inner__content__link {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .left__content__right__bg__box__inner__content {
    padding-right: 0;
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .left__content__right__bg__box {
    background-position: right top;
    margin: 56px auto;
    padding: 0 20px;
    background: none;
  }
  .left__content__right__bg__box__inner__content {
    padding-left: 0;
    min-height: 0;
  }
  .left__content__right__bg__box__inner__content__midashi {
    font-size: 1.4rem;
    color: #222222;
    margin-top: 24px;
    margin-bottom: 16px;
  }
  .left__content__right__bg__box__inner__content__midashi span {
    font-size: 1rem;
  }
  .left__content__right__bg__box__inner__content__komidashi {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: #339047;
  }
  .left__content__right__bg__box__inner__content__text {
    margin-bottom: 32px;
  }
  .left__content__right__bg__box__inner__content__link {
    text-align: center;
  }
}



.service__inner__container__item__container__item__image img {
    width: 100%;
}
    .service__inner__container__item__container__item__image img {
        height: 280px;
        object-fit: cover;
    }



.ennge__container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ennge__container__item {
  flex-basis: 22.5%;
  position: relative;
}
.ennge__container__item img {
  width: 100%;
}
.ennge__container__item:first-child:after, .ennge__container__item:nth-child(3):after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 24px;
  background-image: url(/images/suggestion/yajirushi.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: -44px;
  top: calc(50% - 12px);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .ennge__container__item {
    flex-basis: 100%;
    margin-bottom: 18px;
  }
  .ennge__container__item:first-child:after, .ennge__container__item:nth-child(3):after {
    width: 24px;
    height: 18px;
    right: auto;
    top: auto;
    bottom: -28px;
    left: calc(50% - 16px);
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 768px) {
  .ennge__container {
    display: block;
  }
  .ennge__container__item {
    flex-basis: 100%;
    margin-bottom: 16px;
  }
  .ennge__container__item:last-child {
    margin-bottom: 0;
  }
}



.left__image__right__bottom__shadow__box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 140px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  position: relative;
}
.left__image__right__bottom__shadow__box__shadow {
  width: 530px;
  padding: 60px;
  background: rgba(75, 165, 95, 0.06);
  background: rgba(75, 165, 95, 0.2);
  background: #F3F9F5;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
  position: absolute;
  right: 0;
  bottom: -40px;
  border-radius: 3rem;
}
.left__image__right__bottom__shadow__box__shadow__title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 32px;
}

@media screen and (max-width: 1200px) {
  .left__image__right__bottom__shadow__box__shadow {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .left__image__right__bottom__shadow__box {
    padding: 0 20px;
    margin-bottom: 40px;
    width: auto;
  }
  .left__image__right__bottom__shadow__box__image {
    display: none;
  }
  .left__image__right__bottom__shadow__box__shadow {
    width: auto;
    padding: 25px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
    position: relative;
    margin-top: 0;
    bottom: 0;
  }
  .left__image__right__bottom__shadow__box__shadow__title {
    font-size: 1.4rem;
    margin-bottom: 24px;
  }
  .left__image__right__bottom__shadow__box__shadow__text {
    font-size: 1.2rem;
  }
}
.right__image__left__bottom__shadow__box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 140px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  position: relative;
}
.right__image__left__bottom__shadow__box__image p {
  text-align: right;
}
.right__image__left__bottom__shadow__box__shadow {
  width: 530px;
  padding: 60px;
  background: rgba(75, 165, 95, 0.06);
  background: rgba(75, 165, 95, 0.2);
  background: #F3F9F5;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
  position: absolute;
  left: 0;
  bottom: -40px;
  border-radius: 3rem;
}
.right__image__left__bottom__shadow__box__shadow__title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 32px;
}

@media screen and (max-width: 1200px) {
  .right__image__left__bottom__shadow__box__shadow {
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .right__image__left__bottom__shadow__box {
    padding: 0 20px;
    margin-bottom: 40px;
    width: auto;
  }
  .right__image__left__bottom__shadow__box__image {
    display: none;
  }
  .right__image__left__bottom__shadow__box__shadow {
    width: auto;
    padding: 32px;
    position: relative;
    margin-top: -16px;
    margin-left: 0;
    bottom: 0;
  }
  .right__image__left__bottom__shadow__box__shadow__title {
    font-size: 1.4rem;
    margin-bottom: 24px;
  }
  .right__image__left__bottom__shadow__box__shadow__text {
    font-size: 1.2rem;
  }
}
.left__image__right__top__shadow__box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 100px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  position: relative;
}
.left__image__right__top__shadow__box__shadow {
  width: 530px;
  padding: 60px;
  background: #fff;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
  position: absolute;
  right: 0;
  top: -57px;
  border-radius: 3rem;
}
.left__image__right__top__shadow__box__shadow__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 32px;
}

@media screen and (max-width: 1200px) {
  .left__image__right__top__shadow__box__image img {
    width: 100%;
  }
  .left__image__right__top__shadow__box__shadow {
    right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .left__image__right__top__shadow__box {
    margin-bottom: 40px;
    padding: 0 20px;
  }
  .left__image__right__top__shadow__box__image {
    display: none;
  }
  .left__image__right__top__shadow__box__shadow {
    width: 100%;
    padding: 24px;
    position: relative;
    right: 0;
    top: -33px;
  }
  .left__image__right__top__shadow__box__shadow__title {
    font-size: 1.6rem;
    margin-bottom: 18px;
  }
  .left__image__right__top__shadow__box__shadow__text {
    font-size: 1.4rem;
  }
}
.right__image__left__top__shadow__box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 100px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  position: relative;
}
.right__image__left__top__shadow__box__image p {
  text-align: right;
}
.right__image__left__top__shadow__box__shadow {
  width: 530px;
  padding: 60px;
  background: #fff;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
  position: absolute;
  left: 0;
  top: -57px;
  border-radius: 3rem;
}
.right__image__left__top__shadow__box__shadow__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 32px;
}

@media screen and (max-width: 1200px) {
  .right__image__left__top__shadow__box__image img {
    width: 100%;
  }
  .right__image__left__top__shadow__box__shadow {
    left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .right__image__left__top__shadow__box {
    margin-bottom: 40px;
    padding: 0 20px;
  }
  .right__image__left__top__shadow__box__image {
    display: none;
  }
  .right__image__left__top__shadow__box__shadow {
    width: 100%;
    padding: 24px;
    position: relative;
    left: 0;
    top: -33px;
  }
  .right__image__left__top__shadow__box__shadow__title {
    font-size: 1.6rem;
    margin-bottom: 18px;
  }
  .right__image__left__top__shadow__box__shadow__text {
    font-size: 1.4rem;
  }
}
.left__image__right__top__border__box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 100px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  position: relative;
  margin-top: 142px;
}
.left__image__right__top__border__box__image {
  width: 100%;
  max-width: 792px;
}
.left__image__right__top__border__box__image img {
  width: 100%;
}
.left__image__right__top__border__box__border {
  width: 472px;
  padding: 64px;
  background: #fff;
  border: 2px solid #E6825A;
  border-radius: 3em;
  position: absolute;
  right: 0;
  top: -57px;
}
.left__image__right__top__border__box__border__title {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px solid rgba(188, 188, 188, 0.6);
}

@media screen and (max-width: 768px) {
  .left__image__right__top__border__box {
    margin-top: 0;
    margin-bottom: 0;
  }
  .left__image__right__top__border__box__image {
    width: 100%;
    max-width: 792px;
  }
  .left__image__right__top__border__box__image img {
    width: 100%;
  }
  .left__image__right__top__border__box__border {
    width: auto;
    padding: 24px;
    position: relative;
    right: 0;
    top: -50px;
  }
  .left__image__right__top__border__box__border__title {
    font-size: 1.2rem;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .left__image__right__top__border__box__border__text {
  }
}
.right__image__left__top__border__box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 100px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  position: relative;
  margin-top: 142px;
}
.right__image__left__top__border__box__image p {
  text-align: right;
}
.right__image__left__top__border__box__image p img {
  max-width: 792px;
}
.right__image__left__top__border__box__border {
  width: 472px;
  padding: 64px;
  background: #fff;
  border: 2px solid #E6825A;
  border-radius: 3em;
  position: absolute;
  left: 0;
  top: -57px;
}
.right__image__left__top__border__box__border__title {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px solid rgba(188, 188, 188, 0.6);
}
.right__image__left__top__border__box__border__text {
}

@media screen and (max-width: 768px) {
  .right__image__left__top__border__box {
    margin-top: 32px;
    margin-bottom: 0;
  }
  .right__image__left__top__border__box__image p {
    text-align: right;
  }
  .right__image__left__top__border__box__image p img {
    max-width: 792px;
  }
  .right__image__left__top__border__box__border {
    width: auto;
    padding: 24px;
    position: relative;
    left: 0;
    top: -50px;
  }
  .right__image__left__top__border__box__border__title {
    font-size: 1.2rem;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}


.reason__box {
    margin: 0 auto;
    max-width: 890px;
}

.reason__box__container {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.reason__box__container__item {
    -ms-flex-preferred-size: 30.33%;
    flex-basis: 30.33%;
}

@media screen and (max-width: 768px) {
    .reason__box {
        margin: 80px auto 0;
    }
    
    .reason__box__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .reason__box__container__item {
        -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
        margin-bottom: 20px;
    }
}



















@charset "UTF-8";

.sp {
  display: none !important;
}
@media screen and (max-width: 599px) {
  .sp {
    display: block !important;
  }
}

.pc {
  display: block !important;
}
@media screen and (max-width: 599px) {
  .pc {
    display: none !important;
  }
}

html {
}

body {
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  position: relative;
  color: #222222;
  font-weight: 400;
  /* font-size: 1.6rem; */
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

li {
  list-style: none;
}

a,
a:link,
a:visited,
a:active {
  text-decoration: none;
}

img {
  border-style: none;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* ------------------モーダル ------------------ */
.modalBack {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 107;
  cursor: pointer;
}

.wrapper_fix {
  position: fixed;
  width: 100vw;
}

/* ------------------ / モーダル ------------------ */
/* ------------------ トップへ戻る ------------------ */
.backToTop {
  position: fixed;
  right: 24px;
  width: 40px;
  bottom: -100px;
  z-index: 105;
  transition: 0.4s;
}
.backToTop img {
  width: 40px;
}

/* ------------------ / トップへ戻る ------------------ */
.u-mb-2em {
  margin-bottom: 2em;
}

.u-mb-80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 599px) {
  .u-mb-80 {
    margin-bottom: 40px;
  }
}



.contact__body {
  display: none;
  position: fixed;
  width: 85vw;
  height: 90vh;
  background: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 108;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
}
.contact__body .sec-wrap {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact__body .sec-wrap h2 {
  text-align: center;
  font-size: 2.4rem;
  padding-bottom: 4px;
  font-weight: normal;
  margin-bottom: 45px;
  color: #4BA55F;
}
.contact__body .sec-wrap h2 span {
  display: block;
  font-size: 1.2rem;
  font-weight: 100;
}
.contact__body .sec-wrap p {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 24px;
  text-align: center;
}
.contact__body .sec-wrap .tel {
  display: block;
  text-align: center;
}
.contact__body .sec-wrap .tel img {
  width: 197px;
  margin-bottom: 11px;
}
.contact__body .sec-wrap .tel p {
  font-size: 1.3rem;
  font-weight: normal;
}
.contact__body-list {
  margin-bottom: 24px;
  padding: 0 20px;
}
.contact__body-cont {
  margin-bottom: 16px;
}
.contact__body-cont:last-of-type {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #4BA55F;
}
.contact__body-cont .img {
  height: 150px;
  display: flex;
  align-items: center;
}
.contact__body-cont a {
  width: 100%;
  margin: 0 auto;
  display: block;
  background: #4BA55F;
  border-radius: 30px;
  padding: 16px 0;
  text-align: center;
}
.contact__body-cont a span {
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: bold;
}
.contact__body .btn__close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}


@media(min-width: 700px){
  .hover_menu:hover .menu{
    display: block !important;
  }
}

.nav-bottom__area {
  display: flex;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
}
@media screen and (min-width: 600px) {
  .nav-bottom__area {
    display: none;
  }
}
.nav-bottom__btn {
  background: #4BA55F;
  width: 50%;
  display: block;
  text-align: center;
  padding: 24px 0;
  cursor: pointer;
}
.nav-bottom__btn:first-child {
  background: #E6825A;
}
.nav-bottom__btn span {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
}

/* ------------------ section ------------------ */
section {
  position: relative;
}

.l-pd-top {
  padding: 80px 0 0;
}
@media screen and (max-width: 599px) {
  .l-pd-top {
    padding: 60px 0 0;
  }
}

.l-pd-bottom {
  padding: 0 0 64px;
}






/* ------------------ / recruit ------------------ */
.recruit_box {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 100px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.recruit_box .a-recruit-box-item {
  flex-basis: 30%;
}

.recruit_box__item:hover {
	-webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  cursor: pointer;
}
.recruit_box__item {
	text-align: center;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

.recruit_box__item.orange p {
	color: #fff !important;
}
.recruit_box__item.yellow {
      background-color: #fceb7d;
}
.recruit_box__item.orange {
      background-color: #e6825a;;
}

.recruit_box__item .p-banner-recruit {
	width: 100%;
    height: 100%;
    line-height: 1.2;
    font-size: 20px;
    font-weight: bold;
}
.recruit_box__item .p-banner-recruit span {
    font-size: 14px;
}

@media screen and (max-width: 1200px) {
  .recruit_box {
    padding: 0 40px;
  }
  .recruit_box__item {
    -ms-flex-preferred-size: 48.66%;
        flex-basis: 48.66%;
    margin-bottom: 24px;
  }
  .recruit_box__item img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .recruit_box .a-recruit-box-item {
  flex-basis: 100%;
  }
  .recruit_box {
    margin-top: 80px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px;
    width: auto;
  }
  .recruit_box__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 24px;
  }
  .recruit_box__item img {
    width: 100%;
  }
  .recruit_box__item.orange {
    margin-bottom: 0;
  }
}




.college__container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 80px;
}
.college__container__item:first-child {
  flex-basis: 39.3%;
}
.college__container__item:last-child {
  flex-basis: 57.3%;
}

@media screen and (max-width: 768px) {
  .college__container {
    margin-top: 32px;
    flex-wrap: wrap;
  }
  .college__container__item:first-child {
    flex-basis: 100%;
    margin-bottom: 24px;
  }
  .college__container__item:last-child {
    flex-basis: 100%;
  }
}
.college__box__container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 32px;
}
.college__box__container__item:first-child {
  width: 163px;
  margin-right: 24px;
  padding: 32px;
  background-color: #E6825A;
}
.college__box__container__item__midashi {
  text-align: center;
  color: #fff;
}
.college__box__container__item__midashi span {
  font-size: 1.3rem;
}
.college__box__container__item__midashi span::before {
  content: "\a";
  white-space: pre;
}
.college__box__container__item:last-child {
  flex: 1;
}

@media screen and (max-width: 768px) {
  .college__box__container {
    flex-wrap: wrap;
    margin-top: 24px;
  }
  .college__box__container__item:first-child {
    width: 100%;
    margin-right: 0;
    padding: 12px 0;
    margin-bottom: 20px;
  }
  .college__box__container__item__midashi {
    font-size: 1.6rem;
  }
  .college__box__container__item__midashi span {
    font-size: 1.6rem;
  }
  .college__box__container__item:last-child {
    width: 100%;
  }
}
.lemon__image {
  margin: 79.5px auto 64px;
}

@media screen and (max-width: 768px) {
  .lemon__image {
    margin: 32.5px auto 24px;
  }
  .lemon__image img{
    margin: 0;
    width: 100%;
  }
}
.lemon__two__container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  align-items: flex-start;
}
.lemon__two__container__item {
  flex-basis: 46.6%;
}

@media screen and (max-width: 768px) {
  .lemon__two__container {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
  }
  .lemon__two__container__item {
    flex-basis: 100%;
  }
  .lemon__two__container__item:first-child {
    margin-bottom: 24px;
  }
}

.wl1 {
  background: url("/images/worklife-balance/1.png") no-repeat;
}

.wl2 {
  background: url("/images/worklife-balance/2.png") no-repeat;
}

.wl3 {
  background: url("/images/worklife-balance/3.png") no-repeat;
}

.wl4 {
  background: url("/images/worklife-balance/4.png") no-repeat;
}

.event__two__container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.event__two__container__item {
  flex-basis: 48.3%;
  margin-top: 64px;
}
.event__two__container__item.mt0 {
  margin-top: 0;
}
.event__two__container__item__image {
  margin-bottom: 30px;
}
.event__two__container__item__midashi {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .event__two__container {
    flex-wrap: wrap;
  }
  .event__two__container__item {
    flex-basis: 100%;
    margin-top: 0;
    margin-bottom: 42px;
  }
  .event__two__container__item.mt0 {
    margin-top: 0;
  }
  .event__two__container__item__image {
    margin-bottom: 12px;
  }
  .event__two__container__item__midashi {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
  .event__two__container__item__text {
    font-size: 1.4rem;
  }
}

.to__explanation__link__outer {
  border-top: 2px solid rgba(188, 188, 188, 0.6);
}
.to__explanation__link__outer__link {
  width: 320px;
  text-align: center;
  margin: 80px auto 200px;
}

@media screen and (max-width: 768px) {
  .to__explanation__link__outer__link {
    margin: 80px auto 100px;
  }
}


.voice__image__left__content__right__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 64px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.voice__image__left__content__right__container__item__image {
  width: 100%;
  padding-right: 64px;
}
.voice__image__left__content__right__container__item__image img {
  width: 100%;
}
.voice__image__left__content__right__container__item__area {
  font-weight: 500;
  padding: 8px;
  background: #FFBEA5;
  margin-bottom: 22px;
  display: inline-block;
}
.voice__image__left__content__right__container__item__name {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 14px;
}
.voice__image__left__content__right__container__item__year {
  font-weight: 500;
  margin-bottom: 22px;
}
.voice__image__left__content__right__container__item__text {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 52px;
}
.voice__image__left__content__right__container__item__link {
  width: 100%;
  max-width: 242px;
}
.voice__image__left__content__right__container__item__link img {
  width: 100%;
}
.voice__image__left__content__right__container__item:first-child {
  flex: 1;
}
.voice__image__left__content__right__container__item:last-child {
  flex-basis: 446px;
}

@media screen and (max-width: 768px) {
  .voice__image__left__content__right__container {
    flex-wrap: wrap;
    margin-bottom: 48px;
  }
  .voice__image__left__content__right__container__item__image {
    padding-right: 0;
  }
  .voice__image__left__content__right__container__item__area {
    font-size: 1.4rem;
    padding: 8px 16px;
    margin-bottom: 14px;
  }
  .voice__image__left__content__right__container__item__name {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
  .voice__image__left__content__right__container__item__year {
    font-size: 1.2rem;
    margin-bottom: 14px;
  }
  .voice__image__left__content__right__container__item__text {
    font-size: 1.4rem;
    margin-bottom: 24px;
  }
  .voice__image__left__content__right__container__item__link {
    width: 242px;
    margin: 0 auto;
  }
  .voice__image__left__content__right__container__item__link img {
    width: 100%;
  }
  .voice__image__left__content__right__container__item:first-child {
    flex-basis: 100%;
  }
  .voice__image__left__content__right__container__item:last-child {
    flex-basis: 100%;
  }
}


.faq__table {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  width: 100%;
  padding: 64px 0;
  border-bottom: 2px solid rgba(188, 188, 188, 0.6);
}
.faq__table tr {
  display: block;
  vertical-align: baseline;
}
.faq__table tr th {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: left;
}
.faq__table tr th:first-child {
  color: #339047;
  font-family: "Kiwi Maru", serif;
  font-size: 4rem;
  font-weight: 700;
  padding-right: 24px;
}
.faq__table tr td {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #222222;
}
.faq__table tr td:first-child {
  color: #E6825A;
  font-family: "Kiwi Maru", serif;
  font-size: 4rem;
  font-weight: 700;
  padding-right: 24px;
}
.faq__table tr td a {
  text-decoration: underline;
  color: #222222;
}

@media screen and (max-width: 768px) {
  .faq__table {
    padding: 32px 20px;
  }
  .faq__table tr {
    display: block;
    vertical-align: baseline;
  }
  .faq__table tr th {
    font-size: 1.4rem;
  }
  .faq__table tr th:first-child {
    font-size: 2rem;
    padding-right: 18px;
  }
  .faq__table tr td {
    font-size: 1.4rem;
  }
  .faq__table tr td:first-child {
    font-size: 2rem;
    padding-right: 18px;
  }
}

.service__box {
  padding: 0 20px;
}
.service__box.mt100 {
  margin-top: 100px;
}
.service__box__inner {
  max-width: 1360px;
  margin: 144px auto 80px auto;
  padding: 80px;
  background-color: #fff;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.16);
  border-radius: 3rem;
}
.service__box__inner__midashi {
  font-size: 28px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
  padding-bottom: 80px;
  border-bottom: 2px solid #339047;
  text-align: center;
}
.service__box__inner__description {
  margin-top: 80px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  text-align: center;
}
.service__box__inner__container {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.16);
}
.service__box__inner__container:last-child {
  border-bottom: none;
}
.service__box__inner__container__item {
  flex-basis: 46.6%;
}
.service__box__inner__container__item__num {
  color: #339047;
  font-size: 3.6rem;
  margin-bottom: 49px;
  font-weight: 500;
  line-height: 1;
  font-family: "Kiwi Maru", serif;
}
.service__box__inner__container__item__midashi {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  margin-bottom: 40px;
}
.service__box__inner__container__item__green {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #339047;
  margin-bottom: 24px;
}
.service__box__inner__container__item__box {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.service__box__inner__container__item__box__container {
  margin-top: 42px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.service__box__inner__container__item__box__container__item img{

  }
.service__box__inner__container__item__box__container__item:last-child {
  margin-left: 20px;
  width: 120%;
}
.service__box__inner__container__item__text {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
.service__box__inner__container__item__image {
  max-width: 560px;
}
.service__box__inner__container__item__image img {
  width: 100%;
}

@media screen and (max-width: 1360px) {
  .service__box {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .service__box {
    padding: 0 20px;
  }
  .service__box__inner {
    max-width: 1360px;
    margin: 56px auto;
    padding: 32px;
  }
  .service__box__inner__midashi {
    font-size: 1.2rem;
    padding-bottom: 20px;
  }
  .service__box__inner__description {
    margin-top: 40px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    text-align: center;
  }
  .service__box__inner__container {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0 40px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.16);
  }
  .service__box__inner__container.row {
    flex-direction: column-reverse;
  }
  .service__box__inner__container:last-child {
    border-bottom: none;
  }
  .service__box__inner__container__item {
    flex-basis: 46.6%;
    flex-basis: 100%;
  }
  .service__box__inner__container__item__num {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
  .service__box__inner__container__item__midashi {
    font-size: 1.2rem;
    margin-bottom: 24px;
  }
  .service__box__inner__container__item__green {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  .service__box__inner__container__item__box__container {
    margin-top: 0;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .service__box__inner__container__item__box__container__item {
    font-size: 1.4rem;
  }
  .service__box__inner__container__item__box__container__item img{

  }
  .service__box__inner__container__item__box__container__item:last-child {
    margin-left: 20px;
    margin-bottom: 34px;
    margin-top: 34px;
  }
  .service__box__inner__container__item__text {
    margin-bottom: 34px;
  }
  .service__box__inner__container__item__image {
    max-width: 560px;
  }
  .service__box__inner__container__item__image img {
    width: 100%;
  }
}





















.page__desc__large__text {
  max-width: 1000px;
  margin: 134px auto 160px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  text-align: center;
}
.page__desc__large__text__midashi {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.78;
  color: #000;
  font-family: none;
}
.page__desc__large__text__text {
  margin-top: 56px;
}

.installation__container {
  display: flex;
  justify-content: space-between;
  border: 1px solid #707070;
  position: relative;
  margin-bottom: 64px;
}
.installation__container:after {
  content: url("/images/installation/yajirushi.png");
  position: absolute;
  width: 64px;
  height: 56px;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.installation__container.no__bg {
  margin-bottom: 0;
}
.installation__container.no__bg:after {
  content: none;
}
.installation__container__item {
  position: relative;
}
.installation__container__item:first-child {
  flex: 1;
  padding: 64px 56px 56px;
}
.installation__container__item__midashi {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  position: relative;
  padding-left: 113px;
  margin-bottom: 40px;
}
.installation__container__item__midashi:before {
  content: "01";
  display: block;
  font-size: 3.6rem;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: -31px;
  color: #339047;
  font-family: 'Kiwi Maru';
}
.installation__container__item__midashi.midashi2:before {
  content: "02";
}
.installation__container__item__midashi.midashi3:before {
  content: "03";
}
.installation__container__item__midashi.midashi4:before {
  content: "04";
}
.installation__container__item__midashi.midashi5:before {
  content: "05";
}
.installation__container__item__text {
  font-weight: 500;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  padding-left: 113px;
}
.installation__container__item:last-child {
  flex-basis: 480px;
}

@media screen and (max-width: 1200px) {
  .installation__container__item__text {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .installation__container {
    flex-wrap: wrap;
    margin-bottom: 88px;
  }
  .installation__container:after {
    content: url("/images/installation/yajirushi.png");
    position: absolute;
    left: 50%;
    bottom: -75px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background-size: contain;
  }
  .installation__container.no__bg {
    margin-bottom: 0;
  }
  .installation__container.no__bg:after {
    content: none;
  }
  .installation__container__item {
    position: relative;
  }
  .installation__container__item:first-child {
    flex: 100%;
    padding: 24px;
  }
  .installation__container__item__midashi {
    font-size: 1.3rem;
    padding-left: 82px;
    margin-bottom: 35px;
    padding-top: 24px;
  }
  .installation__container__item__midashi:before {
    font-size: 3rem;
    left: 0;
    top: -2px;
  }
  .installation__container__item__text {
    padding-left: 0;
  }
  .installation__container__item__image {
    width: auto;
    padding: 0 20px 20px;
  }
  .installation__container__item:last-child {
    flex-basis: 100%;
  }
}
.installation__text {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  text-align: center;
  font-size: 1.9rem;
  font-weight: 700;
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .installation__text {
    font-size: 1.6rem;
    text-align: left;
    margin-top: 60px;
  }
}


.just__green__border {
    border: 2px solid #339047;
}

.corporate__information__dl {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  margin-bottom: 106px;
}
.corporate__information__dl dt {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 80px;
  margin-bottom: 32px;
  color: #339047;
}
.corporate__information__dl dd ul {
  text-indent: -1em;
}
.corporate__information__dl dd ul li {
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .corporate__information__dl {
    margin-bottom: 46px;
    padding: 0 20px;
  }
  .corporate__information__dl dt {
    font-size: 1.4rem;
    margin-top: 40px;
    margin-bottom: 16px;
  }
  .corporate__information__dl dd {
    font-size: 1.4rem;
  }
  .corporate__information__dl dd ul {
    text-indent: -1em;
  }
  .corporate__information__dl dd ul li {
    padding-left: 0.5em;
  }
}