@charset "UTF-8";
/* CSS Document */
/*
ヘッダー
フッター
10.トップページ
*/
/*トップページ*/
/*SMP*/
#page-editor01 *,
#page-editor01 ::before,
#page-editor01 ::after {
  box-sizing: border-box;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.47;
}
#page-editor01 p {
  margin: 0;
}
#page-editor01 h1,
#page-editor01 h2,
#page-editor01 h3,
#page-editor01 h4,
#page-editor01 h5,
#page-editor01 h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
#page-editor01 ul,
#page-editor01 li {
  list-style: none;
}
#page-editor01 .sp {
  display: block;
}
#page-editor01 a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
#page-editor01 img {
  vertical-align: bottom;
}
#page-editor01 .cta-area .cta {
  width: 303px;
  margin: 0 auto;
  height: 46.5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #368d4a;
  position: relative;
}
#page-editor01 .cta-area .cta__text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  letter-spacing: 0.1em;
  color: #fff;
  padding-right: 25px;
}
#page-editor01 .cta-area .cta::before {
  content: "";
  display: block;
  width: 20px;
  height: 2.5px;
  background: url(../images/top/arrow_white.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
#page-editor01 .more-area .more {
  margin-top: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#page-editor01 .more-area .more__text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  letter-spacing: 0.1em;
  color: #368d4a;
  padding-left: 25px;
  position: relative;
}
#page-editor01 .more-area .more__text::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/top/more.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#page-editor01 section {
  margin-bottom: 60px;
}
#page-editor01 .aboutus {
  position: relative;
}
#page-editor01 .aboutus__wrapper {
  width: 355px;
  margin: 0 auto;
  padding-top: 42.3px;
  position: relative;
}
@media screen and (min-width: 401px) {
  #page-editor01 .aboutus__wrapper {
    width: 400px;
  }
}
#page-editor01 .aboutus__wrapper .sec-title {
  width: 285.5px;
  height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
  text-align: center;
  position: relative;
}
#page-editor01 .aboutus__wrapper .sec-title .en {
  height: 72px;
  font-family: "EB Garamond", serif;
  font-size: 55px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: center;
  color: #f7f6f2;
  position: absolute;
  top: -5px;
  left: 0;
  z-index: -1;
}
#page-editor01 .aboutus__wrapper .sec-title .ja {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 72px;
  text-align: center;
  color: #368d4a;
}
#page-editor01 .aboutus__wrapper .copy {
  width: 323px;
  margin: 0 auto;
}
#page-editor01 .aboutus__wrapper .copy p {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.53;
  letter-spacing: 0.12em;
  text-align: center;
  color: #368d4a;
}
#page-editor01 .aboutus__wrapper .contents {
  width: 350px;
  margin: 30px auto;
}
#page-editor01 .aboutus__wrapper .contents p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.533;
}
#page-editor01 .aboutus__wrapper .contents .cta-area {
  margin-top: 30px;
}
#page-editor01 .aboutus__wrapper .img_all {
  width: 100vw;
  height: auto;
  margin: 0 calc(50% - 50vw);
}
#page-editor01 .aboutus__wrapper .img_all img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 401px) {
  #page-editor01 .aboutus__wrapper .img_all {
    width: 400px;
    margin: 0 auto;
  }
}
#page-editor01 .aboutus__wrapper .facility {
  margin-top: 37px;
}
#page-editor01 .aboutus__wrapper .facility .list {
  width: 340px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page-editor01 .aboutus__wrapper .facility .list .item {
  display: block;
  width: 157.5px;
  padding: 10px 10px 7.5px;
  background-color: #f8f8f8;
  border-bottom: solid 2.5px #F09400;
  margin-bottom: 18px;
  position: relative;
}
#page-editor01 .aboutus__wrapper .facility .list .item .img {
  width: 137.5px;
  height: 83.05px;
  margin: 0 auto;
}
#page-editor01 .aboutus__wrapper .facility .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#page-editor01 .aboutus__wrapper .facility .list .item .fa-name {
  margin: 5px auto 0;
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 17.5px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #353b20;
}
#page-editor01 .aboutus__wrapper .facility .list .item:before {
  content: "";
  display: block;
  width: 25px;
  height: 37px;
  background: url(../images/top/fa-01.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -10px;
  left: 5px;
}
#page-editor01 .aboutus__wrapper .facility .list .item:nth-child(1) .fa-name {
  letter-spacing: 0.04em;
}
#page-editor01 .aboutus__wrapper .facility .list .item:nth-child(2):before {
  background: url(../images/top/fa-02.png) no-repeat;
  background-size: contain;
}
#page-editor01 .aboutus__wrapper .facility .list .item:nth-child(3):before {
  background: url(../images/top/fa-03.png) no-repeat;
  background-size: contain;
}
#page-editor01 .aboutus__wrapper .facility .list .item:nth-child(4):before {
  background: url(../images/top/fa-04.png) no-repeat;
  background-size: contain;
}
#page-editor01 .aboutus__wrapper .facility .list .item:nth-child(5):before {
  background: url(../images/top/fa-05.png) no-repeat;
  background-size: contain;
}
#page-editor01 .aboutus__wrapper .facility .list .item:nth-child(6):before {
  background: url(../images/top/fa-06.png) no-repeat;
  background-size: contain;
}
#page-editor01 .aboutus__wrapper .facility .list .item:nth-child(7) {
  margin-bottom: 0px;
}
#page-editor01 .aboutus__wrapper .facility .list .item:nth-child(7):before {
  background: url(../images/top/fa-07.png) no-repeat;
  background-size: contain;
}
#page-editor01 .aboutus__wrapper .facility .list .item:nth-child(8) {
  margin-bottom: 0px;
}
#page-editor01 .aboutus__wrapper .facility .list .item:nth-child(8):before {
  background: url(../images/top/fa-08.png) no-repeat;
  background-size: contain;
}
#page-editor01 .aboutus:before, #page-editor01 .aboutus:after {
  content: "";
  display: block;
  width: 100px;
  height: 53px;
  position: absolute;
  top: 0;
}
#page-editor01 .aboutus:before {
  background: url(/wp-content/uploads/2025/02/toppage_2.png) no-repeat;
  background-size: contain;
  left: 0;
}
#page-editor01 .aboutus:after {
  height: 65px;
  background: url(/wp-content/uploads/2025/02/toppage_3.png) no-repeat;
  background-size: contain;
  right: 0;
}
#page-editor01 .essential {
  margin-bottom: 45px;
  position: relative;
}
#page-editor01 .essential__wrapper {
  position: relative;
}
#page-editor01 .essential__wrapper .sec-title {
  width: 231px;
  margin: 0 auto 42px;
}
#page-editor01 .essential__wrapper .sec-title .en {
  font-family: "EB Garamond", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 52.5px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #48961e;
}
#page-editor01 .essential__wrapper .sec-title .ja {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: 0.15em;
  text-align: center;
  color: #495031;
}
#page-editor01 .essential__wrapper .ess-list .item {
  display: block;
  margin-bottom: 45px;
  position: relative;
}
#page-editor01 .essential__wrapper .ess-list .item .img {
  width: 100%;
  height: 211.3px;
  display: flex;
  justify-content: end;
  position: relative;
}
#page-editor01 .essential__wrapper .ess-list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 95%;
  height: 211.3px;
}
#page-editor01 .essential__wrapper .ess-list .item .img:before {
  content: "";
  display: block;
  width: 138px;
  height: 3.5px;
  background: #48961E;
  position: absolute;
  bottom: 20px;
  left: 5%;
  z-index: 3;
}
#page-editor01 .essential__wrapper .ess-list .item .contents {
  width: 82%;
  padding: 25px 19px 26.5px;
  margin: -20px 0 0 14px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
#page-editor01 .essential__wrapper .ess-list .item .contents .num-area {
  position: absolute;
  top: 40px;
  right: -20px;
}
#page-editor01 .essential__wrapper .ess-list .item .contents .num-area .en {
  display: block;
  font-family: "EB Garamond", serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #48961e;
  writing-mode: vertical-lr;
}
#page-editor01 .essential__wrapper .ess-list .item .contents .num-area .num {
  display: block;
  font-family: "EB Garamond", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.06em;
  color: #48961e;
  writing-mode: vertical-lr;
  margin-top: 10px;
}
#page-editor01 .essential__wrapper .ess-list .item .contents .copy {
  margin-bottom: 20px;
}
#page-editor01 .essential__wrapper .ess-list .item .contents .copy p {
  font-family: "Noto Serif JP", serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.37;
  letter-spacing: 0.1em;
  color: #353b20;
}
#page-editor01 .essential__wrapper .ess-list .item .contents .text p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.53;
  letter-spacing: 0.05em;
  color: #5a5959;
}
#page-editor01 .essential__wrapper .ess-list .item .contents .cta-area {
  margin-top: 26px;
  display: flex;
  justify-content: end;
}
#page-editor01 .essential__wrapper .ess-list .item .contents .cta-area .cta {
  width: 220.5px;
  height: 46.5px;
  margin: 0;
}
#page-editor01 .essential__wrapper .ess-list .item:before {
  content: "";
  display: block;
  width: 90%;
  height: 70%;
  background-color: #f8f8f8;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
#page-editor01 .essential__wrapper .ess-list .item:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: end;
}
#page-editor01 .essential__wrapper .ess-list .item:nth-child(2) .img {
  width: 100%;
  height: 211.3px;
  display: flex;
  justify-content: end;
}
#page-editor01 .essential__wrapper .ess-list .item:nth-child(2) .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 95%;
  height: 211.3px;
}
#page-editor01 .essential__wrapper .ess-list .item:nth-child(2) .img:before {
  display: none;
}
#page-editor01 .essential__wrapper .ess-list .item:nth-child(2) .contents {
  margin: -20px 14px 0 0;
}
#page-editor01 .essential__wrapper .ess-list .item:nth-child(2) .contents .num-area {
  right: inherit;
  left: -42px;
}
#page-editor01 .essential__wrapper .ess-list .item:nth-child(2) .contents:before {
  content: "";
  display: block;
  width: 138px;
  height: 3.5px;
  background: #48961E;
  position: absolute;
  top: -3px;
  left: 0px;
}
#page-editor01 .essential__wrapper .ess-list .item:nth-child(2):before {
  height: 92%;
  right: inherit;
  left: 0;
}
#page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .img {
  width: 100%;
  height: 200px;
  position: relative;
}
#page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .img img {
  width: 100%;
  height: 200px;
}
#page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #318043;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
}
#page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .img .wrapper {
  width: 240px;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translatex(-50%);
  z-index: 3;
}
#page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .img .wrapper .num-area {
  text-align: center;
  height: 36px;
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .img .wrapper .num-area .en {
  display: inline-block;
  height: 36px;
  font-family: "EB Garamond", serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.06em;
  color: #fff;
}
#page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .img .wrapper .num-area .num {
  display: inline-block;
  height: 36px;
  font-family: "EB Garamond", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.06em;
  color: #fff;
  margin-left: 10px;
}
#page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .img .wrapper .copy p {
  text-align: center;
}
#page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .img .wrapper .copy p span {
  display: inline-block;
  margin-bottom: 5px;
  background-color: #fff;
  padding: 0 12.5px 0 10px;
  height: 30px;
  font-family: "Noto Serif JP", serif;
  font-size: 17.5px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.1em;
  color: #353b20;
}
#page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .contents {
  width: 82%;
  padding: 25px 19px 0;
  margin: -20px auto 0;
  background-color: #fff;
  position: relative;
  z-index: 3;
}
#page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .contents .text p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.53;
  letter-spacing: 0.05em;
  color: #5a5959;
}
#page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .contents .cta-area {
  margin-top: 26px;
  display: flex;
  justify-content: end;
}
#page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .contents .cta-area .cta {
  width: 220.5px;
  height: 46.5px;
  margin: 0;
}
#page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .contents .ex {
  width: 250px;
  margin: 30px auto 0;
}
#page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .contents .ex .title {
  text-align: center;
  margin-bottom: 27px;
}
#page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .contents .ex .title span {
  height: 17px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 17px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #495031;
  position: relative;
}
#page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .contents .ex .title span:before, #page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .contents .ex .title span:after {
  content: "";
  display: block;
  width: 35px;
  height: 1px;
  background: #495031;
  position: absolute;
  top: 9px;
}
#page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .contents .ex .title span:before {
  left: -47px;
}
#page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .contents .ex .title span:after {
  right: -47px;
}
#page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .contents .ex .ex-list .ex-item {
  display: block;
  margin-bottom: 31px;
}
#page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .contents .ex .ex-list .ex-item .ex-img {
  width: 250px;
  height: 154px;
}
#page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .contents .ex .ex-list .ex-item .ex-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .contents .ex .ex-list .ex-item h4 {
  margin: 15px 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #495031;
}
#page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .contents .ex .ex-list .ex-item .text {
  width: 251px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.53;
  letter-spacing: 0.05em;
  color: #5a5959;
}
#page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .contents .ex .ex-list .ex-item:last-child {
  margin-bottom: 0;
}
#page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .contents:before {
  display: none;
}
#page-editor01 .essential__wrapper .ess-list .item:nth-child(3):before {
  display: none;
}
#page-editor01 .goal .img {
  width: 100%;
  height: 200px;
}
#page-editor01 .goal .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#page-editor01 .goal .sec-title {
  width: 232px;
  margin: -33px auto 30px;
}
#page-editor01 .goal .sec-title .en {
  display: block;
  font-family: "EB Garamond", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 52.5px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #48961e;
}
#page-editor01 .goal .sec-title .ja {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: 0.15em;
  text-align: center;
  color: #495031;
}
#page-editor01 .goal .text {
  width: 284px;
  margin: 0 auto 31px;
}
#page-editor01 .goal .text p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.53;
  letter-spacing: 0.05em;
  color: #5a5959;
}
#page-editor01 .goal .history__wrapper .his {
  width: 325px;
  height: 250px;
  margin: 0 auto;
  padding: 5px 0 0 15px;
  background-color: #f8f8f8;
  position: relative;
}
#page-editor01 .goal .history__wrapper .his .year {
  height: 39px;
  font-family: "EB Garamond", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 39px;
  letter-spacing: 0.05em;
  color: #48961e;
}
#page-editor01 .goal .history__wrapper .his .inner {
  padding: 10px 20px 0 20px;
}
#page-editor01 .goal .history__wrapper .his .inner h3 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: 0.08em;
  color: #495031;
  margin-bottom: 15px;
}
#page-editor01 .goal .history__wrapper .his .inner .his-text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.53;
  letter-spacing: 0.05em;
  color: #5a5959;
  margin-bottom: 12px;
}
#page-editor01 .goal .history__wrapper .his .inner ul li {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.53;
  letter-spacing: 0.05em;
  color: #5a5959;
}
#page-editor01 .goal .history__wrapper .his:before {
  content: "";
  width: 325px;
  display: block;
  width: 100%;
  height: 36.5px;
  background-color: #f8f8f8;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#page-editor01 .goal .history__wrapper .his:nth-child(2) {
  background-color: #8bc16e;
  height: 269px;
  margin-top: -36.5px;
  padding-top: 30px;
}
#page-editor01 .goal .history__wrapper .his:nth-child(2) .year {
  color: #fff;
}
#page-editor01 .goal .history__wrapper .his:nth-child(2) .inner {
  padding: 10px 20px 0 20px;
}
#page-editor01 .goal .history__wrapper .his:nth-child(2) .inner h3 {
  color: #fff;
}
#page-editor01 .goal .history__wrapper .his:nth-child(2) .inner .his-text {
  color: #fff;
}
#page-editor01 .goal .history__wrapper .his:nth-child(2) .inner ul li {
  color: #fff;
}
#page-editor01 .goal .history__wrapper .his:nth-child(2):before {
  background-color: #8bc16e;
}
#page-editor01 .goal .history__wrapper .his:nth-child(3) {
  background-color: #48961e;
  height: 253px;
  margin-top: -36.5px;
  padding-top: 30px;
}
#page-editor01 .goal .history__wrapper .his:nth-child(3) .year {
  color: #fff;
}
#page-editor01 .goal .history__wrapper .his:nth-child(3) .inner {
  padding: 10px 20px 0 20px;
}
#page-editor01 .goal .history__wrapper .his:nth-child(3) .inner h3 {
  color: #fff;
}
#page-editor01 .goal .history__wrapper .his:nth-child(3) .inner .his-text {
  color: #fff;
}
#page-editor01 .goal .history__wrapper .his:nth-child(3) .inner ul li {
  color: #fff;
}
#page-editor01 .goal .history__wrapper .his:nth-child(3):before {
  display: none;
}
#page-editor01 .business {
  position: relative;
  padding-bottom: 0;
  padding-top: 45px;
  margin-bottom: 30px;
}
#page-editor01 .business__wrapper .sec-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px;
  text-align: center;
  position: relative;
}
#page-editor01 .business__wrapper .sec-title .ja {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.53;
  letter-spacing: 0.12em;
  text-align: center;
  color: #368d4a;
}
#page-editor01 .business__wrapper .contents {
  width: 352px;
  margin: 0 auto;
}
#page-editor01 .business__wrapper .contents p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.53;
  letter-spacing: 0.05em;
  color: #5a5959;
}
#page-editor01 .bus-child {
  margin-bottom: 45px;
  position: relative;
}
#page-editor01 .bus-child__wrapper {
  position: relative;
}
#page-editor01 .bus-child__wrapper .bus-list .item {
  display: block;
  margin-bottom: 30px;
  position: relative;
}
#page-editor01 .bus-child__wrapper .bus-list .item__wrapper {
  width: 352px;
  margin: 0 auto;
}
#page-editor01 .bus-child__wrapper .bus-list .item__wrapper .num-area {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#page-editor01 .bus-child__wrapper .bus-list .item__wrapper .num-area .en {
  font-family: "EB Garamond", serif;
  height: 36px;
  line-height: 48px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #48961e;
}
#page-editor01 .bus-child__wrapper .bus-list .item__wrapper .num-area .num {
  font-family: "EB Garamond", serif;
  height: 36px;
  line-height: 36px;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #48961e;
  margin-top: 10px;
  margin-left: 10px;
}
#page-editor01 .bus-child__wrapper .bus-list .item__wrapper .top .img {
  width: 100%;
  height: 217.9px;
  margin-bottom: 32.5px;
  position: relative;
}
#page-editor01 .bus-child__wrapper .bus-list .item__wrapper .top .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#page-editor01 .bus-child__wrapper .bus-list .item__wrapper .top .img .title span {
  display: inline-block;
  background-color: #fff;
  padding: 0 10px 0 12.5px;
  height: 35px;
  font-family: "Noto Serif JP", serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0.1em;
  color: #495031;
  position: absolute;
  z-index: 10;
  bottom: -17px;
  left: 24px;
}
#page-editor01 .bus-child__wrapper .bus-list .item__wrapper .top .contents {
  width: 324px;
  margin: 0 auto 30px;
  padding: 20px;
  background-color: #fff;
}
#page-editor01 .bus-child__wrapper .bus-list .item__wrapper .top .contents .text p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.53;
  letter-spacing: 0.05em;
  color: #5a5959;
}
#page-editor01 .bus-child__wrapper .bus-list .item__wrapper .top .contents .cta-area {
  margin-top: 26px;
  display: flex;
  justify-content: end;
}
#page-editor01 .bus-child__wrapper .bus-list .item__wrapper .top .contents .cta-area .cta {
  width: 220.5px;
  height: 46.5px;
  margin: 0;
}
#page-editor01 .bus-child__wrapper .bus-list .item__wrapper .facility {
  width: 334px;
  margin: 0 auto;
  padding: 25px;
  background-color: #f8f8f8;
}
#page-editor01 .bus-child__wrapper .bus-list .item__wrapper .facility .fa-title {
  height: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: 0.1em;
  color: #495031;
  padding-left: 7.5px;
  border-left: solid 3px #48961e;
  margin-bottom: 20px;
}
#page-editor01 .bus-child__wrapper .bus-list .item__wrapper .facility .fa-img {
  width: 190px;
  height: 126.75px;
}
#page-editor01 .bus-child__wrapper .bus-list .item__wrapper .facility .fa-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#page-editor01 .bus-child__wrapper .bus-list .item__wrapper .facility .fa-name {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.53;
  letter-spacing: 0.05em;
  color: #5a5959;
  margin: 20px 0;
}
#page-editor01 .bus-child__wrapper .bus-list .item__wrapper .facility .cta-area .cta {
  margin: 0;
  width: 214.5px;
  height: 45.6px;
  padding-right: 0;
  padding-left: 50px;
}
#page-editor01 .bus-child__wrapper .bus-list .item__wrapper .facility .cta-area .cta:before {
  width: 14px;
  height: 14px;
  background: url(../images/editor01/page__white.png) no-repeat;
  background-size: contain;
  right: inherit;
  left: 25px;
}
#page-editor01 .bus-child__wrapper .bus-list .item:before {
  content: "";
  display: block;
  width: 100%;
  height: 360px;
  background-image: linear-gradient(#EFEFEF 0.5px, transparent 0.5px), linear-gradient(90deg, #EFEFEF 0.5px, transparent 0.5px);
  background-size: 11.5px 11.5px;
  background-color: #fff;
  position: absolute;
  top: 205px;
  left: 0;
  z-index: -1;
}
#page-editor01 .bus-child__wrapper .bus-list .item:last-child {
  margin-bottom: 60px;
}
#page-editor01 .bus-child__wrapper .bus-list .item:last-child .item__wrapper .top .img {
  margin-bottom: 65px;
}
#page-editor01 .bus-child__wrapper .bus-list .item:last-child .item__wrapper .top .img .title span {
  display: inline-block;
  background-color: #fff;
  padding: 0 10px 0 12.5px;
  height: 35px;
  font-family: "Noto Serif JP", serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0.1em;
  color: #495031;
  position: absolute;
  z-index: 10;
  bottom: -17px;
  left: 24px;
}
#page-editor01 .bus-child__wrapper .bus-list .item:last-child .item__wrapper .top .img .title span.small {
  font-size: 14px;
  height: 27.5px;
  line-height: 27.5px;
  bottom: -48px;
}
#page-editor01 .bus-child__wrapper .bus-list .item:last-child .item__wrapper .facility .fa-name {
  margin-bottom: 0;
}
#page-editor01 .message {
  margin-bottom: 60px;
  padding-top: 45px;
}
#page-editor01 .message__wrapper {
  width: 300px;
  margin: 0 auto;
}
#page-editor01 .message__wrapper .sec-title {
  width: 285.5px;
  height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px;
  text-align: center;
  position: relative;
}
#page-editor01 .message__wrapper .sec-title .en {
  font-family: "EB Garamond", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 52.5px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #48961e;
}
#page-editor01 .message__wrapper .sec-title .ja {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: 0.15em;
  text-align: center;
  color: #495031;
}
#page-editor01 .message__wrapper .flex .img {
  width: 250px;
  height: 206.25px;
  margin: 0 auto 30px;
}
#page-editor01 .message__wrapper .flex .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#page-editor01 .message__wrapper .flex .contents .copy {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.53;
  letter-spacing: 0.12em;
  color: #368d4a;
  margin-bottom: 20px;
}
#page-editor01 .message__wrapper .flex .contents .text .letter {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.53;
  letter-spacing: 0.03em;
  text-align: left;
  color: #5a5959;
  margin-bottom: 20px;
}
#page-editor01 .message__wrapper .flex .contents .text .name {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.41;
  letter-spacing: 0.1em;
  text-align: right;
  color: #495031;
}
#page-editor01 .fil {
  margin-bottom: 0;
  background-image: linear-gradient(to right, rgba(54, 141, 74, 0.9), rgba(54, 141, 74, 0.5));
  padding: 45px 0;
  position: relative;
}
#page-editor01 .fil__wrapper {
  width: 325px;
  margin: 0 auto;
}
#page-editor01 .fil__wrapper .sec-title {
  width: 280px;
  margin: 0 0 30px;
  position: relative;
}
#page-editor01 .fil__wrapper .sec-title .en {
  font-family: "EB Garamond", serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #fff;
}
#page-editor01 .fil__wrapper .sec-title .ja {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
  padding-left: 35px;
}
#page-editor01 .fil__wrapper .sec-title .ja:before {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 7px;
  left: 0;
}
#page-editor01 .fil__wrapper .flex .contents {
  margin-bottom: 30px;
}
#page-editor01 .fil__wrapper .flex .contents .copy {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.53;
  letter-spacing: 0.12em;
  color: #fff;
  margin-bottom: 30px;
}
#page-editor01 .fil__wrapper .flex .contents .text .letter {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.53;
  letter-spacing: 0.045em;
  color: #fff;
}
#page-editor01 .fil__wrapper .flex .list dl {
  display: grid;
  grid-template-columns: 18px 200px;
  column-gap: 55px;
}
#page-editor01 .fil__wrapper .flex .list dl dt {
  font-family: "EB Garamond", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  position: relative;
}
#page-editor01 .fil__wrapper .flex .list dl dt:before {
  content: "";
  display: block;
  width: 35px;
  height: 1px;
  background: linear-gradient(to right, #fff, #fff 2px, transparent 1px, transparent 1px) repeat-x bottom left/5px 1px;
  position: absolute;
  top: 13px;
  left: 29px;
}
#page-editor01 .fil__wrapper .flex .list dl dd .en {
  font-family: "EB Garamond", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 3.2px;
  text-align: left;
  color: #fff;
}
#page-editor01 .fil__wrapper .flex .list dl dd .ja {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.9px;
  text-align: left;
  color: #fff;
}
#page-editor01 .fil:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#EFEFEF 0.5px, transparent 0.5px), linear-gradient(90deg, #EFEFEF 0.5px, transparent 0.5px);
  background-size: 11.5px 11.5px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#page-editor01 .vision {
  margin-bottom: 60px;
  position: relative;
}
#page-editor01 .vision__wrapper {
  width: 350px;
  margin: 0 auto 0;
  padding-top: 45px;
}
#page-editor01 .vision__wrapper .sec-title {
  width: 323px;
  height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px;
  text-align: center;
  position: relative;
}
#page-editor01 .vision__wrapper .sec-title .en {
  font-family: "EB Garamond", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 52.5px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #48961e;
}
#page-editor01 .vision__wrapper .sec-title .ja {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #495031;
}
#page-editor01 .vision__wrapper .flex .contents .text {
  width: 318px;
  margin: 0 auto;
}
#page-editor01 .vision__wrapper .flex .contents .text .letter {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.53;
  letter-spacing: 0.03em;
  text-align: left;
  color: #5a5959;
  margin-bottom: 20px;
}
#page-editor01 .vision__wrapper .mission {
  background-color: #fff;
}
#page-editor01 .vision__wrapper .mission .mi-copy {
  width: 245px;
  margin: 0 auto 35px;
  text-align: center;
  padding-top: 30px;
}
#page-editor01 .vision__wrapper .mission .mi-copy span {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: 0.08em;
  text-align: center;
  color: #495031;
}
#page-editor01 .vision__wrapper .mission .mi-copy span .num {
  font-family: "Noto Serif JP", serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  color: #48961e;
}
#page-editor01 .vision__wrapper .mission .mi-text {
  width: 320px;
  margin: 0 auto 40px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.53;
  letter-spacing: 0.05em;
  text-align: left;
  color: #5a5959;
}
#page-editor01 .vision__wrapper .mission .circle {
  margin-bottom: 45px;
}
#page-editor01 .vision__wrapper .mission .circle ul {
  display: flex;
  flex-wrap: wrap;
  width: 300px;
  margin: 0 auto;
  justify-content: space-between;
}
#page-editor01 .vision__wrapper .mission .circle ul li {
  display: flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: rgba(49, 128, 67, 0.1);
  position: relative;
}
#page-editor01 .vision__wrapper .mission .circle ul li .mi {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 45px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
#page-editor01 .vision__wrapper .mission .circle ul li .mi .en {
  font-family: "EB Garamond", serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 2.36;
  letter-spacing: 0.1em;
  text-align: center;
  color: #368d4a;
  text-align: center;
}
#page-editor01 .vision__wrapper .mission .circle ul li .mi .num {
  font-family: "Noto Serif JP", serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #368d4a;
  text-align: center;
}
#page-editor01 .vision__wrapper .mission .circle ul li p {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  color: #495031;
}
#page-editor01 .vision__wrapper .mission .circle ul li:nth-child(2) p {
  margin-top: 10px;
}
#page-editor01 .vision__wrapper .mission .circle ul li:last-child {
  margin-top: 5px;
  margin-left: 80px;
}
#page-editor01 .vision__wrapper .mission .mi-list {
  width: 351px;
  margin: 0 auto;
}
#page-editor01 .vision__wrapper .mission .mi-list .mi-item h3 {
  width: 100%;
  height: 47px;
  padding: 0 10px 0 15px;
  background-color: #368d4a;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 47px;
  letter-spacing: 0.15em;
  text-align: left;
  color: #fff;
}
#page-editor01 .vision__wrapper .mission .mi-list .mi-item__text {
  width: 300px;
  margin: 30px auto;
}
#page-editor01 .vision__wrapper .mission .mi-list .mi-item__text p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.53;
  letter-spacing: 0.05em;
  text-align: left;
  color: #5a5959;
}
#page-editor01 .vision__wrapper .mission .mi-list .mi-item__contents .inner {
  padding: 30px 0;
  border-top: solid 1px #D5D5D5;
  border-bottom: solid 1px #D5D5D5;
  margin-bottom: 30px;
}
#page-editor01 .vision__wrapper .mission .mi-list .mi-item__contents .inner .img {
  width: 225px;
  height: 150px;
  margin: 0 auto;
}
#page-editor01 .vision__wrapper .mission .mi-list .mi-item__contents .inner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#page-editor01 .vision__wrapper .mission .mi-list .mi-item__contents .inner h4 {
  width: 300px;
  margin: 25px auto 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.53;
  letter-spacing: 0.12em;
  text-align: left;
  color: #368d4a;
}
#page-editor01 .vision__wrapper .mission .mi-list .mi-item__contents .inner h4 .small {
  font-size: 16px;
}
#page-editor01 .vision__wrapper .mission .mi-list .mi-item__contents .inner__text {
  width: 300px;
  margin: 0 auto;
}
#page-editor01 .vision__wrapper .mission .mi-list .mi-item__contents .inner__text p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.53;
  letter-spacing: 0.05em;
  color: #5a5959;
}
#page-editor01 .vision__wrapper .mission .mi-list .mi-item__contents .inner:last-child {
  border-top: none;
  padding: 0px 0 30px;
  margin-bottom: 45px;
}
#page-editor01 .vision__wrapper .mission .mi-list .mi-item:nth-child(2) h3 {
  height: 67px;
  line-height: 1.417;
  display: flex;
}
#page-editor01 .vision__wrapper .mission .mi-list .mi-item:nth-child(2) h3 .num {
  display: inline;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 0.15em;
  text-align: left;
  color: #fff;
}
#page-editor01 .vision__wrapper .mission .mi-list .mi-item:nth-child(2) h3 .ja {
  font-size: 18px;
  display: inline-block;
  margin-top: 7px;
}
#page-editor01 .vision:before {
  content: "";
  display: block;
  width: 100%;
  height: 362.5px;
  background: url(../images/editor01/company_3smp.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
#page-editor01 .vision:after {
  content: "";
  display: block;
  width: 100%;
  height: 362.5px;
  background-color: rgba(49, 128, 67, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#page-editor01 .company {
  background-color: #f8f8f8;
  padding: 30px 0 25px;
}
#page-editor01 .company .sec-title {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: 0.12em;
  text-align: center;
  color: #495031;
  margin-bottom: 20px;
}
#page-editor01 .company dl {
  width: 351px;
  margin: 0 auto;
}
#page-editor01 .company dl dt {
  height: 39.1px;
  background-color: #368d4a;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#page-editor01 .company dl dt span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #fff;
  padding-left: 27px;
}
#page-editor01 .company dl dd {
  padding: 20px 0;
}
#page-editor01 .company dl dd span {
  padding-left: 27px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.53;
  letter-spacing: 0.05em;
  color: #5a5959;
}
#page-editor01 .add {
  padding: 0;
}
#page-editor01 .add .sec-title {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: 0.12em;
  text-align: center;
  color: #495031;
  margin-bottom: 30px;
}
#page-editor01 .add .add-list {
  width: 350px;
  margin: 0 auto;
}
#page-editor01 .add .add-list .add-item__contents .inner {
  padding: 30px 0;
  border-top: solid 1px #D5D5D5;
  border-bottom: solid 1px #D5D5D5;
}
#page-editor01 .add .add-list .add-item__contents .inner h3 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: left;
  color: #368d4a;
  margin-bottom: 17px;
  margin-left: 20px;
}
#page-editor01 .add .add-list .add-item__contents .inner .img {
  width: 200px;
  height: 133px;
  margin-bottom: 15px;
  margin-left: 20px;
}
#page-editor01 .add .add-list .add-item__contents .inner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#page-editor01 .add .add-list .add-item__contents .inner__text {
  margin-left: 20px;
}
#page-editor01 .add .add-list .add-item__contents .inner__text .address {
  margin-bottom: 15px;
}
#page-editor01 .add .add-list .add-item__contents .inner__text .address span {
  font-family: YuGothic;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0.05em;
  color: #5a5959;
}
#page-editor01 .add .add-list .add-item__contents .inner__text .map {
  display: block;
  margin-bottom: 15px;
  line-height: 15px;
  padding-left: 20px;
}
#page-editor01 .add .add-list .add-item__contents .inner__text .map span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #368d4a;
  position: relative;
}
#page-editor01 .add .add-list .add-item__contents .inner__text .map span:before {
  content: "";
  display: block;
  width: 17.5px;
  height: 17.5px;
  background: url(../images/editor01/pin.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: -20px;
}
#page-editor01 .add .add-list .add-item__contents .inner__text .tel {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.53;
  letter-spacing: 0.05em;
  text-align: left;
  color: #5a5959;
}
#page-editor01 .add .add-list .add-item__contents .inner__text .fax {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.53;
  letter-spacing: 0.05em;
  text-align: left;
  color: #5a5959;
}
#page-editor01 .add .add-list .add-item__contents .inner:last-child {
  border-top: none;
}

/*PC*/
@media only screen and (min-width: 1025px) {
  #page-editor01 *,
  #page-editor01 ::before,
  #page-editor01 ::after {
    box-sizing: border-box;
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 1.875;
  }
  #page-editor01 p {
    margin: 0;
  }
  #page-editor01 h1,
  #page-editor01 h2,
  #page-editor01 h3,
  #page-editor01 h4,
  #page-editor01 h5,
  #page-editor01 h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
  }
  #page-editor01 ul,
  #page-editor01 li {
    list-style: none;
  }
  #page-editor01 .sp {
    display: none;
  }
  #page-editor01 a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
  }
  #page-editor01 img {
    vertical-align: bottom;
  }
  #page-editor01 .cta-area .cta {
    width: 367px;
    height: 66px;
    border: solid 1px transparent;
    transition: all 0.3s ease;
  }
  #page-editor01 .cta-area .cta__text {
    font-size: 16px;
    line-height: 16px;
    padding-right: 30px;
    transition: all 0.3s ease;
  }
  #page-editor01 .cta-area .cta::before {
    width: 40px;
    height: 5px;
    transition: all 0.3s ease;
  }
  #page-editor01 .cta-area .cta:hover {
    border: solid 1px #368D4A;
    background-color: #fff;
  }
  #page-editor01 .cta-area .cta:hover .cta__text {
    color: #368D4A;
  }
  #page-editor01 .cta-area .cta:hover::before {
    background: url(../images/header_footer/arrow.png) no-repeat;
    background-size: contain;
  }
  #page-editor01 .more-area .more {
    margin-top: 0px;
  }
  #page-editor01 .more-area .more__text {
    font-size: 16px;
    line-height: 16px;
    padding-left: 30px;
  }
  #page-editor01 .more-area .more__text::before {
    width: 14px;
    height: 14px;
  }
  #page-editor01 section {
    margin-bottom: 120px;
  }
  #page-editor01 .aboutus__wrapper {
    width: 1280px;
    margin: 0 auto;
    padding-top: 90px;
    position: relative;
  }
  #page-editor01 .aboutus__wrapper .sec-title {
    width: 570px;
    height: 144px;
    margin: 0 auto;
  }
  #page-editor01 .aboutus__wrapper .sec-title .en {
    height: 144px;
    font-size: 110px;
    top: -35px;
    left: 0;
    z-index: -1;
  }
  #page-editor01 .aboutus__wrapper .sec-title .ja {
    font-size: 24px;
    line-height: 110px;
  }
  #page-editor01 .aboutus__wrapper .copy {
    width: 1080px;
  }
  #page-editor01 .aboutus__wrapper .copy p {
    font-size: 36px;
  }
  #page-editor01 .aboutus__wrapper .contents {
    width: 858px;
    margin: 40px auto 50px;
  }
  #page-editor01 .aboutus__wrapper .contents p {
    text-align: center;
    line-height: 1.875;
  }
  #page-editor01 .aboutus__wrapper .contents .cta-area {
    margin-top: 30px;
  }
  #page-editor01 .aboutus__wrapper .img_all {
    width: 100vw;
    max-width: 1280px;
    margin: 0 auto;
    height: auto;
    margin: 0;
  }
  #page-editor01 .aboutus__wrapper .facility {
    margin-top: 30px;
  }
  #page-editor01 .aboutus__wrapper .facility .list {
    width: 340px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #page-editor01 .aboutus__wrapper .facility .list .item {
    display: block;
    width: 157.5px;
    padding: 10px 10px 7.5px;
    background-color: #f8f8f8;
    border-bottom: solid 2.5px #F09400;
    margin-bottom: 18px;
    position: relative;
  }
  #page-editor01 .aboutus__wrapper .facility .list .item .img {
    width: 137.5px;
    height: 83.05px;
    margin: 0 auto;
  }
  #page-editor01 .aboutus__wrapper .facility .list .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #page-editor01 .aboutus__wrapper .facility .list .item .fa-name {
    margin: 5px auto 0;
    font-family: "Noto Serif JP", serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 17.5px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #353b20;
  }
  #page-editor01 .aboutus__wrapper .facility .list .item:before {
    content: "";
    display: block;
    width: 25px;
    height: 37px;
    background: url(../images/top/fa-01.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -10px;
    left: 5px;
  }
  #page-editor01 .aboutus__wrapper .facility .list .item:nth-child(1) .fa-name {
    letter-spacing: 0.04em;
  }
  #page-editor01 .aboutus__wrapper .facility .list .item:nth-child(2):before {
    background: url(../images/top/fa-02.png) no-repeat;
    background-size: contain;
  }
  #page-editor01 .aboutus__wrapper .facility .list .item:nth-child(3):before {
    background: url(../images/top/fa-03.png) no-repeat;
    background-size: contain;
  }
  #page-editor01 .aboutus__wrapper .facility .list .item:nth-child(4):before {
    background: url(../images/top/fa-04.png) no-repeat;
    background-size: contain;
  }
  #page-editor01 .aboutus__wrapper .facility .list .item:nth-child(5):before {
    background: url(../images/top/fa-05.png) no-repeat;
    background-size: contain;
  }
  #page-editor01 .aboutus__wrapper .facility .list .item:nth-child(6):before {
    background: url(../images/top/fa-06.png) no-repeat;
    background-size: contain;
  }
  #page-editor01 .aboutus__wrapper .facility .list .item:nth-child(7) {
    margin-bottom: 0px;
  }
  #page-editor01 .aboutus__wrapper .facility .list .item:nth-child(7):before {
    background: url(../images/top/fa-07.png) no-repeat;
    background-size: contain;
  }
  #page-editor01 .aboutus__wrapper .facility .list .item:nth-child(8) {
    margin-bottom: 0px;
  }
  #page-editor01 .aboutus__wrapper .facility .list .item:nth-child(8):before {
    background: url(../images/top/fa-08.png) no-repeat;
    background-size: contain;
  }
  #page-editor01 .aboutus:before, #page-editor01 .aboutus:after {
    width: 440px;
    height: 233.8px;
  }
  #page-editor01 .aboutus:after {
    height: 280.9px;
  }
  #page-editor01 .essential {
    margin-bottom: 90px;
  }
  #page-editor01 .essential__wrapper .sec-title {
    width: 404px;
    margin: 0 auto 62px;
    text-align: center;
  }
  #page-editor01 .essential__wrapper .sec-title .en {
    font-size: 70px;
    line-height: 91px;
    margin-bottom: 4px;
    display: inline-block;
  }
  #page-editor01 .essential__wrapper .sec-title .ja {
    font-size: 20px;
    line-height: 20px;
  }
  #page-editor01 .essential__wrapper .ess-list .item {
    width: 1010px;
    margin: 0 auto;
    margin-bottom: 90px;
  }
  #page-editor01 .essential__wrapper .ess-list .item .img {
    width: 880px;
    height: 494.6px;
    display: flex;
    justify-content: end;
  }
  #page-editor01 .essential__wrapper .ess-list .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 880px;
    height: 494.6px;
  }
  #page-editor01 .essential__wrapper .ess-list .item .img:before {
    width: 230px;
    height: 5px;
    bottom: 90px;
    left: 0;
  }
  #page-editor01 .essential__wrapper .ess-list .item .contents {
    width: 724px;
    padding: 50px 90px 0 90px;
    margin: -95px 0 0 -45px;
    background-color: #fff;
    position: relative;
    z-index: 1;
  }
  #page-editor01 .essential__wrapper .ess-list .item .contents .num-area {
    position: absolute;
    top: -400px;
    right: -290px;
  }
  #page-editor01 .essential__wrapper .ess-list .item .contents .num-area .en {
    font-size: 26px;
  }
  #page-editor01 .essential__wrapper .ess-list .item .contents .num-area .num {
    font-size: 56px;
    margin-top: 10px;
  }
  #page-editor01 .essential__wrapper .ess-list .item .contents .copy {
    margin-bottom: 25px;
  }
  #page-editor01 .essential__wrapper .ess-list .item .contents .copy p {
    font-size: 35px;
    line-height: 1.37;
  }
  #page-editor01 .essential__wrapper .ess-list .item .contents .text p {
    font-size: 16px;
    line-height: 1.88;
  }
  #page-editor01 .essential__wrapper .ess-list .item .contents .cta-area {
    margin-top: 27px;
    display: flex;
    justify-content: end;
  }
  #page-editor01 .essential__wrapper .ess-list .item .contents .cta-area .cta {
    width: 279px;
    height: 66px;
    margin: 0;
  }
  #page-editor01 .essential__wrapper .ess-list .item:before {
    content: "";
    display: block;
    width: 90%;
    height: 88%;
    background-color: #f8f8f8;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
  #page-editor01 .essential__wrapper .ess-list .item:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  #page-editor01 .essential__wrapper .ess-list .item:nth-child(2) .img {
    width: 880px;
    height: 494.6px;
    display: flex;
    justify-content: end;
  }
  #page-editor01 .essential__wrapper .ess-list .item:nth-child(2) .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 880px;
    height: 494.6px;
  }
  #page-editor01 .essential__wrapper .ess-list .item:nth-child(2) .contents {
    margin: -95px -61px 0 0;
  }
  #page-editor01 .essential__wrapper .ess-list .item:nth-child(2) .contents .num-area {
    right: inherit;
    left: -300px;
    top: -395px;
  }
  #page-editor01 .essential__wrapper .ess-list .item:nth-child(2) .contents:before {
    width: 230px;
    height: 5px;
    top: 0;
  }
  #page-editor01 .essential__wrapper .ess-list .item:nth-child(2):before {
    height: 78%;
    right: inherit;
    left: 0;
    bottom: 80px;
  }
  #page-editor01 .essential__wrapper .ess-list .item:nth-child(3) {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    position: relative;
  }
  #page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .img {
    width: 91%;
    height: 419.9px;
    position: relative;
    margin-left: calc(50% - 50vw);
  }
  #page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .img img {
    display: none;
    height: 419.9px;
  }
  #page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .img:before {
    display: none;
  }
  #page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .img .wrapper {
    width: 470px;
    top: 50px;
    z-index: 1;
  }
  #page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .img .wrapper .num-area {
    height: 73px;
    margin-bottom: 10px;
  }
  #page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .img .wrapper .num-area .en {
    font-size: 26px;
    line-height: 42px;
    height: 34px;
  }
  #page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .img .wrapper .num-area .num {
    font-size: 56px;
    line-height: 56px;
    height: 56px;
    margin-left: 20px;
  }
  #page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .img .wrapper .copy p span {
    margin-bottom: 10px;
    padding: 0 25px 0 20px;
    height: 59px;
    font-size: 35px;
    line-height: 57px;
  }
  #page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .contents {
    width: 82%;
    padding: 60px 0 0;
    margin: -95px auto 0;
  }
  #page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .contents .text p {
    font-size: 16px;
    line-height: 1.88;
    text-align: center;
  }
  #page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .contents .cta-area {
    margin-top: 26px;
    display: flex;
    justify-content: end;
  }
  #page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .contents .cta-area .cta {
    width: 220.5px;
    height: 46.5px;
    margin: 0;
  }
  #page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .contents .ex {
    width: 874px;
    margin: 50px auto 90px;
  }
  #page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .contents .ex .title {
    margin-bottom: 42px;
  }
  #page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .contents .ex .title span {
    height: 24px;
    font-size: 24px;
    line-height: 24px;
  }
  #page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .contents .ex .title span:before, #page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .contents .ex .title span:after {
    width: 50px;
    top: 12px;
  }
  #page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .contents .ex .title span:before {
    left: -77px;
  }
  #page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .contents .ex .title span:after {
    right: -77px;
  }
  #page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .contents .ex .ex-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .contents .ex .ex-list .ex-item {
    margin-bottom: 40px;
  }
  #page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .contents .ex .ex-list .ex-item .ex-img {
    width: 400px;
    height: 246.8px;
  }
  #page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .contents .ex .ex-list .ex-item h4 {
    margin: 21px 0 18px;
    font-size: 20px;
    line-height: 20px;
  }
  #page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .contents .ex .ex-list .ex-item .text {
    width: 350px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.63;
  }
  #page-editor01 .essential__wrapper .ess-list .item:nth-child(3) .contents .ex .ex-list .ex-item:nth-child(3) {
    margin-bottom: 0;
  }
  #page-editor01 .essential__wrapper .ess-list .item:nth-child(3):before {
    content: "";
    display: block;
    width: 91%;
    height: 419.9px;
    background: url(../images/editor01/karigazou_700x495.jpg) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #page-editor01 .essential__wrapper .ess-list .item:nth-child(3):after {
    content: "";
    display: block;
    width: 91%;
    height: 419.9px;
    background: #318043;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
  }
  #page-editor01 .goal .img {
    height: 459.8px;
  }
  #page-editor01 .goal .sec-title {
    width: 300px;
    margin: -47px auto 60px;
  }
  #page-editor01 .goal .sec-title .en {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 4px;
  }
  #page-editor01 .goal .sec-title .ja {
    font-size: 20px;
    line-height: 20px;
  }
  #page-editor01 .goal .text {
    width: 808px;
    margin: 0 auto 62px;
  }
  #page-editor01 .goal .text p {
    font-size: 16px;
    line-height: 1.88;
    text-align: center;
  }
  #page-editor01 .goal .history__wrapper {
    display: flex;
    width: 1116px;
    margin: 0 auto;
  }
  #page-editor01 .goal .history__wrapper .his {
    width: 405px;
    height: 332px;
    margin: 0;
    padding: 18px 0 0 30px;
  }
  #page-editor01 .goal .history__wrapper .his .year {
    height: 78px;
    font-size: 60px;
    line-height: 78px;
  }
  #page-editor01 .goal .history__wrapper .his .inner {
    padding: 15px 20px 0 20px;
  }
  #page-editor01 .goal .history__wrapper .his .inner h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  #page-editor01 .goal .history__wrapper .his .inner .his-text {
    font-size: 16px;
    line-height: 1.63;
    margin-bottom: 20px;
  }
  #page-editor01 .goal .history__wrapper .his .inner ul li {
    font-size: 16px;
    line-height: 1.63;
  }
  #page-editor01 .goal .history__wrapper .his:before {
    width: 73px;
    height: 332px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    bottom: 0;
    left: inherit;
    right: 1px;
    z-index: 1;
  }
  #page-editor01 .goal .history__wrapper .his:nth-child(2) {
    width: 451px;
    height: 332px;
    margin-top: 0;
    margin-left: -73px;
    padding: 18px 70px 0 72px;
  }
  #page-editor01 .goal .history__wrapper .his:nth-child(2) .year {
    color: #fff;
  }
  #page-editor01 .goal .history__wrapper .his:nth-child(2) .inner {
    padding: 15px 0 0 20px;
  }
  #page-editor01 .goal .history__wrapper .his:nth-child(2) .inner h3 {
    color: #fff;
  }
  #page-editor01 .goal .history__wrapper .his:nth-child(2) .inner .his-text {
    color: #fff;
  }
  #page-editor01 .goal .history__wrapper .his:nth-child(2) .inner ul li {
    color: #fff;
  }
  #page-editor01 .goal .history__wrapper .his:nth-child(2):before {
    background-color: #8bc16e;
  }
  #page-editor01 .goal .history__wrapper .his:nth-child(3) {
    width: 404px;
    height: 332px;
    margin-top: 0;
    margin-left: -73px;
    padding: 18px 10px 0 72px;
  }
  #page-editor01 .goal .history__wrapper .his:nth-child(3) .year {
    color: #fff;
  }
  #page-editor01 .goal .history__wrapper .his:nth-child(3) .inner {
    padding: 15px 0px 0 20px;
  }
  #page-editor01 .goal .history__wrapper .his:nth-child(3) .inner h3 {
    color: #fff;
  }
  #page-editor01 .goal .history__wrapper .his:nth-child(3) .inner .his-text {
    color: #fff;
  }
  #page-editor01 .goal .history__wrapper .his:nth-child(3) .inner ul li {
    color: #fff;
  }
  #page-editor01 .goal .history__wrapper .his:nth-child(3):before {
    display: none;
  }
  #page-editor01 .business {
    position: relative;
    padding-bottom: 0;
    padding-top: 90px;
    margin-bottom: 120px;
  }
  #page-editor01 .business__wrapper .sec-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto 40px;
    text-align: center;
    position: relative;
  }
  #page-editor01 .business__wrapper .sec-title .ja {
    font-size: 32px;
    line-height: 1.56;
  }
  #page-editor01 .business__wrapper .contents {
    width: 820px;
    margin: 0 auto;
  }
  #page-editor01 .business__wrapper .contents p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16px;
    line-height: 1.88;
    text-align: center;
  }
  #page-editor01 .business:before {
    display: none;
  }
  #page-editor01 .bus-child {
    margin-bottom: 45px;
    position: relative;
  }
  #page-editor01 .bus-child__wrapper {
    position: relative;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item {
    display: block;
    width: 100%;
    margin-bottom: 100px;
    position: relative;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item__wrapper {
    width: 1140px;
    position: relative;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item__wrapper .num-area {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: -10px;
    right: 0;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item__wrapper .num-area .en {
    height: 36px;
    line-height: 57px;
    font-size: 26px;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item__wrapper .num-area .num {
    height: 56px;
    line-height: 56px;
    font-size: 56px;
    margin-top: 10px;
    margin-left: 10px;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item__wrapper .top {
    display: flex;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item__wrapper .top .img {
    width: 700px;
    height: 433.3px;
    margin-bottom: 40px;
    position: relative;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item__wrapper .top .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item__wrapper .top .img .title span {
    padding: 0 20px 0 25px;
    height: 50px;
    font-size: 35px;
    line-height: 50px;
    bottom: inherit;
    top: 65px;
    left: inherit;
    right: -318px;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item__wrapper .top .contents {
    width: 522px;
    height: 218px;
    padding: 40px 55px 42px 30px;
    margin: 140px 0 0 -108px;
    background-color: #fff;
    position: relative;
    z-index: 1;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item__wrapper .top .contents .text p {
    font-size: 16px;
    line-height: 1.88;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item__wrapper .top .contents .cta-area {
    margin-top: 26px;
    display: flex;
    justify-content: end;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item__wrapper .top .contents .cta-area .cta {
    width: 220.5px;
    height: 46.5px;
    margin: 0;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item__wrapper .facility {
    width: 924px;
    margin: 0 auto;
    padding: 50px 70px 40px;
    position: relative;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item__wrapper .facility .fa-title {
    height: 24px;
    font-size: 24px;
    line-height: 24px;
    padding-left: 15px;
    border-left: solid 6px #48961e;
    margin-bottom: 25px;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item__wrapper .facility .fa-img {
    width: 250px;
    height: 166.8px;
    position: absolute;
    top: 50px;
    right: 70px;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item__wrapper .facility .fa-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item__wrapper .facility .fa-name {
    width: 444px;
    font-size: 20px;
    margin: 25px 0;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item__wrapper .facility .cta-area .cta {
    margin: 0;
    width: 277px;
    height: 58px;
    padding-right: 0;
    padding-left: 0px;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item__wrapper .facility .cta-area .cta__text {
    padding-left: 20px;
    padding-right: 0;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item__wrapper .facility .cta-area .cta:before {
    width: 14px;
    height: 14px;
    background: url(../images/editor01/page__white.png) no-repeat;
    background-size: contain;
    right: inherit;
    left: 45px;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item__wrapper .facility .cta-area .cta:hover:before {
    background: url(../images/editor01/page__green.png) no-repeat;
    background-size: contain;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item__wrapper:before {
    content: "";
    display: block;
    width: 811px;
    height: 568px;
    background-image: linear-gradient(#EFEFEF 1px, transparent 1px), linear-gradient(90deg, #EFEFEF 1px, transparent 1px);
    background-size: 23px 23px;
    background-color: #fff;
    position: absolute;
    top: -40px;
    left: inherit;
    right: -93px;
    z-index: -1;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item:first-child:before, #page-editor01 .bus-child__wrapper .bus-list .item:last-child:before {
    display: none;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item:nth-child(2) .item__wrapper .num-area {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: -10px;
    right: 0;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item:nth-child(2) .item__wrapper .num-area .en {
    height: 36px;
    line-height: 57px;
    font-size: 26px;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item:nth-child(2) .item__wrapper .num-area .num {
    height: 56px;
    line-height: 56px;
    font-size: 56px;
    margin-top: 10px;
    margin-left: 10px;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item:nth-child(2) .item__wrapper .top {
    display: flex;
    flex-direction: row-reverse;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item:nth-child(2) .item__wrapper .top .img {
    width: 700px;
    height: 433.3px;
    margin-bottom: 32.5px;
    position: relative;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item:nth-child(2) .item__wrapper .top .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item:nth-child(2) .item__wrapper .top .img .title span {
    width: 274px;
    padding: 0 20px 0 25px;
    height: 50px;
    font-size: 35px;
    line-height: 50px;
    bottom: inherit;
    top: 65px;
    left: -175px;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item:nth-child(2) .item__wrapper .top .contents {
    width: 522px;
    height: 218px;
    padding: 40px 55px 42px 30px;
    margin: 140px -100px 0 0;
    background-color: #fff;
    position: relative;
    z-index: 1;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item:nth-child(2) .item__wrapper .top .contents .text p {
    font-size: 16px;
    line-height: 1.88;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item:nth-child(2) .item__wrapper .top .contents .cta-area {
    margin-top: 26px;
    display: flex;
    justify-content: end;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item:nth-child(2) .item__wrapper .top .contents .cta-area .cta {
    width: 220.5px;
    height: 46.5px;
    margin: 0;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item:nth-child(2) .item__wrapper .facility {
    width: 924px;
    margin: 0 auto;
    padding: 50px 70px 40px;
    position: relative;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item:nth-child(2) .item__wrapper .facility .fa-title {
    height: 24px;
    font-size: 24px;
    line-height: 24px;
    padding-left: 15px;
    border-left: solid 6px #48961e;
    margin-bottom: 25px;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item:nth-child(2) .item__wrapper .facility .fa-img {
    width: 250px;
    height: 166.8px;
    position: absolute;
    top: 50px;
    right: 70px;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item:nth-child(2) .item__wrapper .facility .fa-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item:nth-child(2) .item__wrapper .facility .fa-name {
    width: 444px;
    font-size: 20px;
    margin: 25px 0;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item:nth-child(2) .item__wrapper .facility .cta-area .cta {
    margin: 0;
    width: 277px;
    height: 58px;
    padding-right: 0;
    padding-left: 0px;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item:nth-child(2) .item__wrapper .facility .cta-area .cta__text {
    padding-right: 0;
    padding-left: 25px;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item:nth-child(2) .item__wrapper .facility .cta-area .cta:before {
    width: 14px;
    height: 14px;
    background: url(../images/editor01/page__white.png) no-repeat;
    background-size: contain;
    right: inherit;
    left: 45px;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item:nth-child(2) .item__wrapper .facility .cta-area .cta:hover:before {
    background: url(../images/editor01/page__green.png) no-repeat;
    background-size: contain;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item:nth-child(2) .item__wrapper:before {
    right: inherit;
    left: -93px;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item:nth-child(2):before {
    display: none;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item:last-child {
    margin-bottom: 120px;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item:last-child .item__wrapper .top .img .title {
    width: 404px;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item:last-child .item__wrapper .top .img .title span {
    width: 404px;
    padding: 0 25px 0 20px;
    height: 50px;
    font-size: 35px;
    line-height: 50px;
    bottom: inherit;
    top: 82px;
    left: inherit;
    right: -310px;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item:last-child .item__wrapper .top .img .title span.small {
    width: 404px;
    font-size: 20px;
    height: 38px;
    line-height: 38px;
    bottom: -43px;
    margin-top: 55px;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item:last-child .item__wrapper .top .contents {
    margin: 200px 0 0 -94px;
    padding: 35px 55px 35px 30px;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item:last-child .item__wrapper .facility .cta-area {
    height: 58px;
  }
  #page-editor01 .bus-child__wrapper .bus-list .item:last-child .item__wrapper .facility .fa-name {
    margin-bottom: 25px;
  }
  #page-editor01 .message {
    margin-bottom: 60px;
    padding-top: 90px;
  }
  #page-editor01 .message__wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }
  #page-editor01 .message__wrapper .sec-title {
    width: 338px;
    height: 115px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto 64px;
    text-align: center;
    position: relative;
  }
  #page-editor01 .message__wrapper .sec-title .en {
    font-size: 70px;
    line-height: 91px;
    margin-bottom: 4px;
  }
  #page-editor01 .message__wrapper .sec-title .ja {
    font-size: 20px;
    line-height: 20px;
  }
  #page-editor01 .message__wrapper .flex {
    display: flex;
    justify-content: space-between;
  }
  #page-editor01 .message__wrapper .flex .img {
    width: 550px;
    height: 412.5px;
    margin: 0;
  }
  #page-editor01 .message__wrapper .flex .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #page-editor01 .message__wrapper .flex .contents {
    width: 536px;
    margin-right: 60px;
  }
  #page-editor01 .message__wrapper .flex .contents .copy {
    font-size: 36px;
    line-height: 1.44;
    margin-bottom: 37px;
  }
  #page-editor01 .message__wrapper .flex .contents .text .letter {
    font-size: 16px;
    line-height: 1.88;
    letter-spacing: 0.03em;
    margin-bottom: 37px;
  }
  #page-editor01 .message__wrapper .flex .contents .text .name {
    font-size: 22px;
    line-height: 22px;
  }
  #page-editor01 .fil {
    margin-bottom: 0;
    padding: 75px 0 80px;
  }
  #page-editor01 .fil__wrapper {
    width: 1156px;
    margin: 0 auto;
  }
  #page-editor01 .fil__wrapper .sec-title {
    width: 240px;
    margin: 0 0 30px;
    position: relative;
  }
  #page-editor01 .fil__wrapper .sec-title .en {
    font-size: 32px;
  }
  #page-editor01 .fil__wrapper .sec-title .ja {
    font-size: 20px;
    padding-left: 60px;
  }
  #page-editor01 .fil__wrapper .sec-title .ja:before {
    width: 50px;
    top: 7px;
    left: 0;
  }
  #page-editor01 .fil__wrapper .flex {
    display: flex;
    justify-content: space-between;
  }
  #page-editor01 .fil__wrapper .flex .contents {
    margin-bottom: 30px;
  }
  #page-editor01 .fil__wrapper .flex .contents .copy {
    font-size: 40px;
    line-height: 1.53;
    letter-spacing: 0.12em;
    color: #fff;
    margin-bottom: 30px;
  }
  #page-editor01 .fil__wrapper .flex .contents .text .letter {
    font-size: 16px;
    line-height: 1.88;
  }
  #page-editor01 .fil__wrapper .flex .list {
    margin-top: 87px;
  }
  #page-editor01 .fil__wrapper .flex .list dl {
    display: grid;
    grid-template-columns: 18px 265px;
    column-gap: 55px;
  }
  #page-editor01 .fil__wrapper .flex .list dl dt {
    font-size: 30px;
    height: 39px;
    width: 28px;
  }
  #page-editor01 .fil__wrapper .flex .list dl dt:before {
    content: "";
    display: block;
    width: 35px;
    height: 1px;
    background: linear-gradient(to right, #fff, #fff 2px, transparent 1px, transparent 1px) repeat-x bottom left/5px 1px;
    position: absolute;
    top: 20px;
    left: 32px;
  }
  #page-editor01 .fil__wrapper .flex .list dl dd {
    height: 39px;
  }
  #page-editor01 .fil__wrapper .flex .list dl dd .en {
    font-size: 30px;
  }
  #page-editor01 .fil__wrapper .flex .list dl dd .ja {
    font-size: 20px;
  }
  #page-editor01 .fil:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#EFEFEF 0.5px, transparent 0.5px), linear-gradient(90deg, #EFEFEF 0.5px, transparent 0.5px);
    background-size: 11.5px 11.5px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #page-editor01 .vision {
    margin-bottom: 60px;
    position: relative;
  }
  #page-editor01 .vision__wrapper {
    width: 1100px;
    margin: 0 auto 0;
    padding-top: 105px;
  }
  #page-editor01 .vision__wrapper .sec-title {
    width: 570px;
    height: 72px;
    margin: 0 auto 62px;
  }
  #page-editor01 .vision__wrapper .sec-title .en {
    font-size: 70px;
    line-height: 91px;
    margin-bottom: 4px;
  }
  #page-editor01 .vision__wrapper .sec-title .ja {
    font-size: 20px;
    line-height: 20px;
  }
  #page-editor01 .vision__wrapper .flex .contents .text {
    width: 656px;
    margin: 0 auto;
  }
  #page-editor01 .vision__wrapper .flex .contents .text .letter {
    font-size: 16px;
    line-height: 1.88;
    margin-bottom: 90px;
    text-align: center;
  }
  #page-editor01 .vision__wrapper .mission {
    background-color: #fff;
    width: 1100px;
    margin: 0 auto;
  }
  #page-editor01 .vision__wrapper .mission .mi-copy {
    width: 774px;
    margin: 0 auto 35px;
    text-align: center;
    padding-top: 60px;
  }
  #page-editor01 .vision__wrapper .mission .mi-copy span {
    font-size: 32px;
    line-height: 89px;
  }
  #page-editor01 .vision__wrapper .mission .mi-copy span .num {
    font-size: 62px;
    line-height: 62px;
  }
  #page-editor01 .vision__wrapper .mission .mi-text {
    width: 700px;
    margin: 0 auto 80px;
    font-size: 16px;
    line-height: 1.88;
    text-align: center;
  }
  #page-editor01 .vision__wrapper .mission .circle {
    margin-bottom: 45px;
  }
  #page-editor01 .vision__wrapper .mission .circle ul {
    width: 840px;
  }
  #page-editor01 .vision__wrapper .mission .circle ul li {
    width: 280px;
    height: 280px;
  }
  #page-editor01 .vision__wrapper .mission .circle ul li .mi {
    height: 55px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
  }
  #page-editor01 .vision__wrapper .mission .circle ul li .mi .en {
    font-size: 16px;
    line-height: 2.36;
  }
  #page-editor01 .vision__wrapper .mission .circle ul li .mi .num {
    font-size: 42px;
    line-height: 0.7;
  }
  #page-editor01 .vision__wrapper .mission .circle ul li p {
    font-size: 26px;
    line-height: 1.54;
  }
  #page-editor01 .vision__wrapper .mission .circle ul li:last-child {
    margin-top: 0px;
    margin-left: 0px;
  }
  #page-editor01 .vision__wrapper .mission .mi-list {
    width: 992px;
    margin: 0 auto;
  }
  #page-editor01 .vision__wrapper .mission .mi-list .mi-item h3 {
    width: 100%;
    height: 69px;
    padding: 0 10px 0 30px;
    font-size: 26px;
    line-height: 69px;
  }
  #page-editor01 .vision__wrapper .mission .mi-list .mi-item h3 .num {
    height: 69px;
    font-size: 26px;
    line-height: 69px;
  }
  #page-editor01 .vision__wrapper .mission .mi-list .mi-item__text {
    width: 841px;
    margin: 30px auto;
    line-height: 1.6;
  }
  #page-editor01 .vision__wrapper .mission .mi-list .mi-item__text p {
    font-size: 16px;
    line-height: 1.6;
  }
  #page-editor01 .vision__wrapper .mission .mi-list .mi-item__contents {
    width: 904px;
    margin: 0 auto;
  }
  #page-editor01 .vision__wrapper .mission .mi-list .mi-item__contents .inner {
    padding: 20px 0;
    height: 240px;
    margin-bottom: 0px;
    position: relative;
  }
  #page-editor01 .vision__wrapper .mission .mi-list .mi-item__contents .inner .img {
    width: 300px;
    height: 199.8px;
    margin: 0 auto;
    position: absolute;
    top: 20px;
    right: 25px;
  }
  #page-editor01 .vision__wrapper .mission .mi-list .mi-item__contents .inner h4 {
    width: 490px;
    margin: 25px 0 20px 25px;
    font-size: 25px;
    letter-spacing: 0.08em;
  }
  #page-editor01 .vision__wrapper .mission .mi-list .mi-item__contents .inner h4 .small {
    font-size: 20px;
  }
  #page-editor01 .vision__wrapper .mission .mi-list .mi-item__contents .inner__text {
    width: 490px;
    margin: 0 0 0 25px;
  }
  #page-editor01 .vision__wrapper .mission .mi-list .mi-item__contents .inner__text p {
    width: 490px;
    line-height: 1.53;
    letter-spacing: 0.05em;
    color: #5a5959;
  }
  #page-editor01 .vision__wrapper .mission .mi-list .mi-item__contents .inner:last-child {
    border-top: none;
    padding: 20px 0 20px;
    margin-bottom: 60px;
  }
  #page-editor01 .vision__wrapper .mission .mi-list .mi-item:nth-child(2) h3 {
    height: 67px;
    line-height: 1.417;
    display: flex;
  }
  #page-editor01 .vision__wrapper .mission .mi-list .mi-item:nth-child(2) h3 .num {
    display: inline;
    font-family: "Noto Serif JP", serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 62px;
    letter-spacing: 0.15em;
    text-align: left;
    color: #fff;
  }
  #page-editor01 .vision__wrapper .mission .mi-list .mi-item:nth-child(2) h3 .ja {
    font-size: 26px;
    display: inline-block;
    margin-top: 7px;
  }
  #page-editor01 .vision__wrapper .mission .mi-list .mi-item:nth-child(2) .mi-item__contents .inner .img {
    right: inherit;
    left: 25px;
  }
  #page-editor01 .vision__wrapper .mission .mi-list .mi-item:nth-child(2) .mi-item__contents .inner h4 {
    width: 490px;
    margin: 25px 0 20px 380px;
    font-size: 25px;
    line-height: 25px;
    letter-spacing: 0.08em;
  }
  #page-editor01 .vision__wrapper .mission .mi-list .mi-item:nth-child(2) .mi-item__contents .inner h4 .small {
    font-size: 20px;
  }
  #page-editor01 .vision__wrapper .mission .mi-list .mi-item:nth-child(2) .mi-item__contents .inner__text {
    width: 490px;
    margin: 0 0 0 380px;
  }
  #page-editor01 .vision__wrapper .mission .mi-list .mi-item:nth-child(2) .mi-item__contents .inner__text p {
    width: 490px;
    line-height: 1.53;
    letter-spacing: 0.05em;
    color: #5a5959;
  }
  #page-editor01 .vision__wrapper .mission .mi-list .mi-item:nth-child(2) .mi-item__contents .inner:last-child {
    border-top: none;
    padding: 20px 0 20px;
    margin-bottom: 60px;
  }
  #page-editor01 .vision:before {
    content: "";
    display: block;
    width: 100%;
    height: 561px;
    background: url(../images/editor01/company_3pc.jpg) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
  }
  #page-editor01 .vision:after {
    content: "";
    display: block;
    width: 100%;
    height: 561px;
    background-color: rgba(49, 128, 67, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #page-editor01 .company {
    padding: 70px 0;
  }
  #page-editor01 .company .sec-title {
    font-size: 36px;
    margin-bottom: 40px;
  }
  #page-editor01 .company dl {
    width: 950px;
    display: grid;
    grid-template-columns: 230px 1fr;
  }
  #page-editor01 .company dl dt {
    height: auto;
    padding: 40px 0;
    border-top: solid 1px #D5D5D5;
  }
  #page-editor01 .company dl dt span {
    font-size: 17px;
    line-height: 1.4;
    padding-left: 55.5px;
  }
  #page-editor01 .company dl dt:last-child {
    border-bottom: solid 1px #D5D5D5;
  }
  #page-editor01 .company dl dd {
    padding: 40px 0;
    border-top: solid 1px #D5D5D5;
  }
  #page-editor01 .company dl dd span {
    padding-left: 68px;
    font-size: 16px;
    line-height: 1.53;
  }
  #page-editor01 .company dl dd:last-child {
    border-bottom: solid 1px #D5D5D5;
  }
  #page-editor01 .add {
    padding: 0;
  }
  #page-editor01 .add .sec-title {
    font-size: 36px;
    margin-bottom: 40px;
  }
  #page-editor01 .add .add-list {
    width: 1000px;
    margin: 0 auto;
  }
  #page-editor01 .add .add-list .add-item__contents .inner {
    padding: 35px 0;
    display: flex;
    justify-content: space-between;
  }
  #page-editor01 .add .add-list .add-item__contents .inner h3 {
    width: 305px;
    font-size: 17px;
    margin-bottom: 17px;
    margin-left: 10px;
    order: 1;
  }
  #page-editor01 .add .add-list .add-item__contents .inner .img {
    width: 210px;
    height: 140.1px;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 50px;
    order: 3;
  }
  #page-editor01 .add .add-list .add-item__contents .inner .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #page-editor01 .add .add-list .add-item__contents .inner__text {
    margin-left: 0px;
    order: 2;
  }
  #page-editor01 .add .add-list .add-item__contents .inner__text .address {
    margin-bottom: 20px;
  }
  #page-editor01 .add .add-list .add-item__contents .inner__text .address span {
    font-size: 16px;
    line-height: 16px;
  }
  #page-editor01 .add .add-list .add-item__contents .inner__text .map {
    display: block;
    margin-bottom: 20px;
    line-height: 15px;
    padding-left: 30px;
  }
  #page-editor01 .add .add-list .add-item__contents .inner__text .map span {
    font-size: 17px;
    line-height: 17px;
    border-bottom: solid 1px transparent;
    padding-bottom: 4px;
    transition: all 0.3s ease;
  }
  #page-editor01 .add .add-list .add-item__contents .inner__text .map span:before {
    width: 25px;
    height: 25px;
    background: url(../images/editor01/pin.png) no-repeat;
    background-size: contain;
    top: -3px;
    left: -30px;
  }
  #page-editor01 .add .add-list .add-item__contents .inner__text .map:hover span {
    border-bottom: solid 1px #368D4A;
  }
  #page-editor01 .add .add-list .add-item__contents .inner__text .tel a {
    font-size: 16px;
  }
  #page-editor01 .add .add-list .add-item__contents .inner__text .fax {
    font-size: 16px;
  }
  #page-editor01 .add .add-list .add-item__contents .inner:last-child {
    border-top: none;
  }
}