@charset "UTF-8";
/* Scss Document */
html {
  scroll-behavior: smooth;
}

#global-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(253, 253, 253, 0.77);
  z-index: 3;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
}
#global-header .shop {
  position: absolute;
  background: #025828;
  right: 0;
  height: 70px;
  display: grid;
  place-items: center;
  transition: all ease 0.5s;
}
@media (min-width: 2000px) {
  #global-header .shop {
    width: 7.6%;
  }
}
@media screen and (max-width: 1999px) {
  #global-header .shop {
    width: 8.55%;
  }
}
@media screen and (max-width: 1366px) {
  #global-header .shop {
    width: 11%;
  }
}
@media screen and (max-width: 1024px) {
  #global-header .shop {
    display: none;
  }
}
#global-header .shop p {
  color: #fff;
  font-size: 1.4em;
  margin-top: -20px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
#global-header .shop:hover {
  background: #017B37;
}
#global-header .inner {
  width: 95%;
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 1900px) {
  #global-header .inner {
    width: 95%;
  }
}
@media screen and (max-width: 1366px) {
  #global-header .inner {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #global-header .inner {
    width: 30%;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 415px) {
  #global-header .inner {
    width: 50%;
  }
}
#global-header .inner .logo {
  width: 30%;
  z-index: 1;
}
@media screen and (min-width: 1900px) {
  #global-header .inner .logo {
    width: 25%;
    display: flex;
    align-items: center;
    margin: 0;
  }
}
@media screen and (max-width: 1366px) {
  #global-header .inner .logo {
    padding-left: 80px;
  }
}
@media screen and (max-width: 1024px) {
  #global-header .inner .logo {
    padding: 20px 0;
    width: 100%;
  }
}
#global-header .inner .logo a img {
  width: 100%;
  margin: 0 auto;
  display: block;
  height: auto;
  vertical-align: bottom;
}
#global-header .inner #global-navi {
  width: 45%;
  height: auto;
  margin: 0 0 0 auto;
}
@media (min-width: 2000px) {
  #global-header .inner #global-navi {
    width: 40%;
  }
}
@media screen and (max-width: 1366px) {
  #global-header .inner #global-navi {
    width: 55%;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  #global-header .inner #global-navi {
    width: 30%;
  }
}
@media screen and (max-width: 500px) {
  #global-header .inner #global-navi {
    width: 50%;
  }
}
#global-header .inner #global-navi ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #global-header .inner #global-navi ul {
    justify-content: flex-end;
  }
}
#global-header .inner #global-navi ul li {
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #global-header .inner #global-navi ul li:nth-child(5) {
    width: 45%;
  }
}
#global-header .inner #global-navi ul li:nth-child(5) a {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #ffffff;
  height: 100%;
  background: #017B37;
  transition: all 0.5s ease;
  padding: 10px 0px;
}
@media screen and (max-width: 1024px) {
  #global-header .inner #global-navi ul li:nth-child(5) a {
    padding: 10px 0px;
  }
}
#global-header .inner #global-navi ul li:nth-child(5) a:hover {
  color: #4E4E4E;
  padding: 10px 0px;
}
@media screen and (max-width: 1024px) {
  #global-header .inner #global-navi ul li:nth-child(5) a:hover {
    padding: 10px 0px;
  }
}
#global-header .inner #global-navi ul li a {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1.5em;
  font-weight: bold;
  padding: 24.5px 0;
  width: 100%;
  display: inline-block;
  text-align: center;
  transition: all 0.5s ease;
  color: #333;
}
#global-header .inner #global-navi ul li a p {
  font-size: 0.9em;
  color: #fff;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  filter: drop-shadow(1px 1px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 1024px) {
  #global-header .inner #global-navi ul li a p {
    display: none;
  }
}
#global-header .inner #global-navi ul li a img {
  width: 25px;
  height: 25px;
  filter: drop-shadow(1px 1px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 1024px) {
  #global-header .inner #global-navi ul li a img {
    width: 20px;
    height: 20px;
    margin-top: 5%;
  }
}
#global-header .inner #global-navi ul li a:hover {
  background: #DEEFE3;
  padding: 24.5px 0px;
}
@media screen and (max-width: 1024px) {
  #global-header .inner #global-navi li:nth-child(-n+6) {
    display: none;
  }
}

main#container .logo h2:before {
  content: "";
  display: block;
  width: 36px;
  height: 45px;
  margin: 0 auto;
  background: url("../flow/images/logo.svg") no-repeat;
  background-size: 35px 35px;
}
main#container .page-header.contact-content {
  margin-bottom: 40px;
}

.page-header {
  text-align: center;
  margin: 80px auto -70px auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 60%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1360px) {
  .page-header {
    width: 80%;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .page-header {
    margin: 80px auto -50px auto;
    width: 90%;
    text-align: left;
  }
}
.page-header h2 {
  display: inline-block;
  text-align: right;
  line-height: 1.3em;
}
@media screen and (max-width: 415px) {
  .page-header h2 {
    line-height: 1.1em;
  }
}
.page-header h2 img {
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .page-header h2 img {
    width: 30%;
  }
}
@media screen and (max-width: 415px) {
  .page-header h2 img {
    width: 40%;
  }
}
.page-header h2 span {
  filter: drop-shadow(0.5px 0.5px 0px rgba(0, 0, 0, 0.2));
  font-size: 0.8em;
  font-weight: bold;
  letter-spacing: 0.35em;
  border-top: solid 1px #017B37;
  padding: 1.5% 0;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #017B37;
}
@media screen and (max-width: 415px) {
  .page-header h2 span {
    padding: 2.5% 0;
  }
}
.page-header img {
  width: 50%;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 415px) {
  .page-header img {
    width: 340px;
  }
}
.page-header p {
  width: 50%;
  text-align: left;
  margin: 20px auto 0 auto;
  font-size: 1.4em;
  line-height: 2em;
}
@media screen and (max-width: 415px) {
  .page-header p {
    width: 80%;
  }
}

.contact-header h2 span {
  color: #4B5052;
  border-top: solid 1px #4B5052;
}

span.mt5 {
  line-height: 5em;
}

.btn {
  height: 50px;
  margin: 50px auto 0 auto;
}
.btn a {
  width: 60%;
  text-align: center;
  display: block;
  margin: 0 auto;
  border: 1px solid #333333;
  padding: 15px 20px;
  color: #333333;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1100px) {
  .btn a {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .btn a {
    width: 50%;
  }
}
@media screen and (max-width: 415px) {
  .btn a {
    width: 80%;
  }
}
.btn a::after {
  content: "";
  background: url("../images/pdf.svg") no-repeat;
  width: 13px;
  height: 13px;
  margin-left: 10px;
  display: inline-block;
}
.btn a:hover {
  background: #333;
  color: #fff;
}

.shiro {
  width: 170px;
  height: 50px;
  margin: 50px auto 0 auto;
}
.shiro a {
  padding: 15px 60px;
  border: solid 1px #ffffff;
  color: #ffffff;
  transition: all 0.5s ease;
}
.shiro a:hover {
  background: #ffffff;
  color: #BBC6CB;
}

.anchor {
  padding-top: 120px;
  margin-top: -120px;
}

/*---------------animation---------------*/
/*---スクロール時遅れて表示、順番に表示---*/
.fadein {
  opacity: 0;
  transition: all 1.3s;
}

/*---TOP遅れて表示---*/
.post {
  opacity: 0;
}

#wrap {
  overflow: hidden;
}

#container {
  padding: 120px 0 0 0;
}
@media screen and (max-width: 768px) {
  #container {
    padding: 40px 0 0 0;
  }
}

.base-contents {
  width: 1366px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1366px) {
  .base-contents {
    width: 80%;
  }
}
@media screen and (max-width: 1240px) {
  .base-contents {
    width: 90%;
  }
}

.content-inner {
  margin: 0 auto 120px;
}
@media screen and (max-width: 1024px) {
  .content-inner {
    width: 90%;
  }
}

a.btn {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #017B37;
  border: 1px solid #017B37;
  padding: 12px 64px;
  transition: all ease 0.5s;
  font-size: 1.3em;
}
a.btn:hover {
  background: #017B37;
  color: #fff;
}

.base-title {
  font-size: 2em;
  line-height: 2em;
  margin-bottom: 40px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
@media screen and (max-width: 415px) {
  .base-title {
    margin-bottom: 20px;
  }
}

.base-txt {
  font-size: 1.4em;
  line-height: 2em;
}

.base-header h2 {
  color: #017B37;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 3.4em;
  line-height: 2em;
  margin-bottom: 40px;
  text-align: center;
}

h2.key-title {
  padding-top: 5%;
  font-size: 4em;
  color: #fff;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
@media screen and (max-width: 768px) {
  h2.key-title {
    font-size: 3em;
  }
}
@media screen and (max-width: 768px) {
  h2.key-title {
    padding-top: 8%;
  }
}
@media screen and (max-width: 415px) {
  h2.key-title {
    padding-top: 13%;
  }
}

#key-visual {
  background: url("../about/images/top.jpg") no-repeat center;
  width: 100%;
  height: 400px;
  background-size: cover;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 1080px) {
  #key-visual {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  #key-visual {
    height: 240px;
  }
}
@media screen and (max-width: 415px) {
  #key-visual {
    height: 200px;
  }
}

.about-wrap {
  padding: 80px 0 0 0;
}
@media screen and (max-width: 415px) {
  .about-wrap {
    padding: 40px 0 0 0;
  }
}
.about-wrap .about-box {
  display: flex;
  justify-content: space-around;
  margin-bottom: 180px;
}
.about-wrap .about-box:last-child {
  margin-bottom: 60px;
}
@media screen and (max-width: 1080px) {
  .about-wrap .about-box {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .about-wrap .about-box {
    flex-direction: column;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 415px) {
  .about-wrap .about-box {
    margin-bottom: 80px;
  }
}
.about-wrap .about-box .about-txt {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .about-wrap .about-box .about-txt {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .about-wrap .about-box .about-txt {
    width: 100%;
  }
}
.about-wrap .about-box .about-txt h3 {
  color: #017B37;
  font-size: 3em;
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 415px) {
  .about-wrap .about-box .about-txt h3 {
    margin-bottom: 12px;
  }
}
.about-wrap .about-box .about-txt .about-smallbox {
  background: rgba(29, 136, 75, 0.2);
  padding: 24px;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 1080px) {
  .about-wrap .about-box .about-txt .about-smallbox {
    justify-content: space-around;
  }
}
@media screen and (max-width: 768px) {
  .about-wrap .about-box .about-txt .about-smallbox {
    justify-content: flex-end;
    padding: 18px;
  }
}
.about-wrap .about-box .about-txt .about-smallbox ul {
  width: 40%;
}
@media screen and (max-width: 1360px) {
  .about-wrap .about-box .about-txt .about-smallbox ul {
    width: 45%;
  }
}
@media screen and (max-width: 415px) {
  .about-wrap .about-box .about-txt .about-smallbox ul {
    margin-left: 30px;
  }
}
.about-wrap .about-box .about-txt .about-smallbox ul li {
  margin: 12px 0;
  list-style: circle;
  font-size: 1.4em;
}
@media screen and (max-width: 1080px) {
  .about-wrap .about-box .about-txt .about-smallbox ul li {
    margin: 8px 0;
    font-size: 1.3em;
  }
}
.about-wrap .about-box .about-txt::before {
  content: "";
  background: url("../about/images/aboutbg_left.svg") no-repeat;
  width: 100%;
  position: absolute;
  display: block;
  height: 550px;
  left: -200px;
  top: -100px;
}
@media screen and (max-width: 768px) {
  .about-wrap .about-box .about-txt::before {
    top: -30px;
  }
}
.about-wrap .about-box .about-img {
  width: 30%;
}
@media screen and (max-width: 1080px) {
  .about-wrap .about-box .about-img {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .about-wrap .about-box .about-img {
    width: 100%;
    margin-top: 40px;
  }
}
.about-wrap .about-box .about-img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about-wrap .about-box .about-img img {
    height: 240px;
    object-fit: cover;
  }
}
.about-wrap .about-box:nth-child(2) {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .about-wrap .about-box:nth-child(2) {
    flex-direction: column;
  }
}
.about-wrap .about-box:nth-child(2) .about-txt::before {
  display: none;
}
.about-wrap .about-box:nth-child(2) .about-txt::after {
  content: "";
  background: url("../about/images/aboutbg_right.svg") no-repeat;
  width: 100%;
  position: absolute;
  display: block;
  height: 550px;
  right: -500px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .about-wrap .about-box:nth-child(2) .about-txt::after {
    right: -300px;
  }
}
@media screen and (max-width: 415px) {
  .about-wrap .about-box:nth-child(2) .about-txt::after {
    right: -200px;
  }
}

.youtube_box {
  margin-bottom: 80px;
}
.youtube_box h4 {
  text-align: center;
  font-size: 2em;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #c4302b;
  margin-bottom: 20px;
}
.youtube_box .wrap_box {
  width: 1366px;
  display: grid;
  grid-template-columns: 400px 400px 400px;
  column-gap: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .youtube_box .wrap_box {
    width: 95%;
    flex-wrap: wrap;
  }
}
.youtube_box .wrap_box .movbox {
  width: 400px;
  height: 225px;
}
@media screen and (max-width: 1100px) {
  .youtube_box .wrap_box .movbox {
    width: 480px;
    height: 270px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 520px) {
  .youtube_box .wrap_box .movbox {
    width: 320px;
    height: 180px;
  }
}
.youtube_box .wrap_box .movbox iframe {
  width: 100%;
  height: 100%;
}

.about-title {
  font-weight: bold;
}

#global-footer .footer-inner {
  background: #F2F5F3;
  background-size: cover;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#global-footer .footer-inner h1 {
  width: 100%;
}
#global-footer .footer-inner h1 a img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 415px) {
  #global-footer .footer-inner h1 a img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }
}
#global-footer .footer-inner h2 {
  font-size: 1.6em;
  color: #fff;
}
#global-footer .footer-inner h2 span {
  font-size: 1.55em;
  color: #fff;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 415px) {
  #global-footer .footer-inner h2 span {
    font-size: 1.1em;
  }
}
#global-footer .copy {
  padding: 4px 0;
}
#global-footer .copy small {
  text-align: center;
  color: #fff;
  font-size: 1em;
}
@media screen and (max-width: 415px) {
  #global-footer .copy small {
    font-size: 0.1em;
  }
}

.copy_small {
  width: 100%;
  text-align: center;
  background: #1D884B;
}

.footer_top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 0;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 415px) {
  .footer_top {
    padding: 40px 0;
  }
}

/*# sourceMappingURL=about.css.map */
