@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.6875;
}

img {
  width: 100%;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media (max-width: 767px) {
  .container {
    padding: 0 10px;
  }
}

.section-title {
  margin: 60px 0;
  text-align: center;
  font-size: 42px;
  position: relative;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
}

@media (max-width: 767px) {
  .section-title {
    font-size: 30px;
  }
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background-color: #2a8655;
}

.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

.header {
  background-color: #f2f2f2;
  opacity: 0.7;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  font-family: 'Noto Serif JP', serif;
}

.drawer--right .header .drawer-hamburger {
  right: 3px;
}

.header .drawer-hamburger-icon {
  background-color: #2a8655;
}

.header .drawer-hamburger-icon::after, .header .drawer-hamburger-icon::before {
  background-color: #2a8655;
}

.drawer-open .header .drawer-hamburger-icon {
  background-color: transparent;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .header-inner {
    height: 60px;
  }
}

.header-logo {
  width: 240px;
}

.header-nav {
  margin-left: auto;
}

@media (max-width: 767px) {
  .header-nav {
    top: 60px;
    background-color: #2a8655;
    padding: 24px 0;
  }
}

@media (min-width: 768px) {
  .header-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .header-nav-item:not(:first-child) {
    margin-left: 40px;
  }
}

.header-nav-item-link {
  display: block;
  height: 70px;
  line-height: 70px;
  letter-spacing: 0.1em;
  color: #000;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

@media (max-width: 767px) {
  .header-nav-item-link {
    color: #fff;
    font-size: 18px;
    text-align: right;
    padding: 0 15px;
    height: 60px;
    line-height: 60px;
  }
}

@media (min-width: 768px) {
  .header-nav-item-link:hover {
    opacity: 0.7;
  }
}

.hero {
  position: relative;
}

@media (max-width: 767px) {
  .hero {
    padding-top: 60px;
  }
}

@media (min-width: 768px) {
  .hero-img {
    padding-top: 100vh;
    background-image: url(../img/hero-main.jpg);
    background-position: top left;
    background-size: 100vw;
    background-repeat: no-repeat;
  }
}

@media (max-width: 767px) {
  .hero-img {
    padding-top: 80vh;
    background-image: url(../img/hero-main.jpg);
    background-position: center right;
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .hero-message {
    margin-top: 5px;
  }
}

@media (min-width: 768px) {
  .hero-message {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 10%;
  }
}

.hero-message-title {
  font-size: 48px;
  color: #eef3f8;
  font-family: 'Noto Serif JP', serif;
}

@media (max-width: 767px) {
  .hero-message-title {
    color: #000;
    font-size: 28px;
    text-align: center;
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  .concept-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
  }
}

@media (min-width: 768px) {
  .concept-img {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .concept-text {
    width: 60%;
    padding: 0 4%;
  }
}

@media (max-width: 767px) {
  .concept-text {
    margin-top: 35px;
    padding: 0 4%;
  }
}

.concept-text-title {
  font-size: 28px;
  font-weight: bold;
  line-height: calc(34 / 20);
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .concept-text-title {
    padding-bottom: 20px;
    font-size: 20px;
    text-align: center;
  }
}

.concept-text-main {
  font-size: 20px;
  line-height: calc(34 / 20);
  padding-bottom: 48px;
}

@media (max-width: 767px) {
  .concept-text-main {
    padding-bottom: 20px;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .strong-point-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
  }
}

@media (min-width: 768px) {
  .strong-point-img {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .strong-point-text {
    width: 60%;
    padding: 0 4%;
  }
}

@media (max-width: 767px) {
  .strong-point-text {
    margin-top: 35px;
    padding: 0 4%;
  }
}

.strong-point-text-title {
  font-size: 28px;
  font-weight: bold;
  line-height: calc(34 / 20);
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .strong-point-text-title {
    padding-bottom: 20px;
    font-size: 20px;
    text-align: center;
  }
}

.strong-point-text-main {
  font-size: 20px;
  line-height: calc(34 / 20);
  padding-bottom: 48px;
}

@media (max-width: 767px) {
  .strong-point-text-main {
    padding-bottom: 20px;
    font-size: 14px;
  }
}

.card-area1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 767px) {
  .card-area1 {
    display: block;
  }
}

.card-area2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .card-area2 {
    display: block;
  }
}

.card {
  width: 30%;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .card {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 20px;
  }
}

.card__imgframe {
  width: 100%;
  height: auto;
  background: #bbb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.card__textbox {
  width: 100%;
  height: auto;
  padding: 20px 18px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.card__textbox > * + * {
  margin-top: 10px;
}

.card__titletext {
  font-size: 20px;
  font-weight: bold;
  line-height: 125%;
}

.card__overviewtext {
  font-size: 12px;
  line-height: 150%;
}

.card-area-bottom {
  margin-top: 40px;
  text-align: center;
  font-size: 36px;
}

.timeline {
  width: 96%;
  max-width: 940px;
  margin: 28px auto;
  border: 1px solid #eeeeee;
  margin-bottom: 100px;
}

.timeline-list {
  padding: 40px 0;
}

.timeline-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  font-size: 16px;
}

.timeline-list-item .date {
  width: 20%;
  padding: 0 0 0 20px;
  color: #888888;
  font-weight: bold;
}

@media (max-width: 767px) {
  .timeline-list-item .date {
    padding: 0;
    width: 40%;
  }
}

.timeline-list-item .content {
  position: relative;
  width: 80%;
  padding: 0 20px 60px 30px;
  border-left: 1px solid #aaaaaa;
}

.timeline-list-item .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 20px;
  height: 20px;
  background-color: #2a8655;
  border-radius: 10px;
}

.section-title-sub {
  text-align: center;
  font-size: 24px;
}

.contact-form {
  background-color: #EFEFEF;
  width: 800px;
  max-width: 100%;
  margin: 40px auto;
  padding: 60px;
}

@media (max-width: 767px) {
  .contact-form {
    margin-top: 40px;
    padding: 30px;
  }
}

.cf-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .cf-row {
    display: block;
  }
}

.cf-row:not(:first-child) {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .cf-row:not(:first-child) {
    margin-top: 30px;
  }
}

.cf-label {
  width: 160px;
  padding-top: 5px;
}

@media (max-width: 767px) {
  .cf-label {
    width: 100%;
  }
}

.cf-label label {
  font-weight: bold;
}

.cf-label label.is-req {
  display: inline-block;
  position: relative;
}

.cf-label label.is-req::after {
  content: "必須";
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: red;
  text-align: center;
  border-radius: 4px;
  padding: 1px 8px;
}

@media (max-width: 767px) {
  .cf-label label.is-req::after {
    top: 40%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: calc(100% + 6px);
    width: 44px;
  }
}

.cf-input {
  width: calc(100% - 160px);
}

@media (max-width: 767px) {
  .cf-input {
    width: 100%;
  }
}

.cf-input [type="text"] {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #707070;
  background-color: #fff;
  padding: 12px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  width: 100%;
}

.cf-input [type="email"] {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #707070;
  background-color: #fff;
  padding: 12px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  width: 100%;
}

.cf-input textarea {
  height: 240px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #707070;
  background-color: #fff;
  padding: 12px 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
  width: 100%;
  resize: none;
}

.cf-check {
  margin-top: 63px;
  text-align: center;
}

.cf-check [type="checkbox"] {
  display: none;
}

.cf-check span {
  display: inline-block;
  padding-left: 49px;
  position: relative;
}

.cf-check span::before {
  content: "";
  width: 25px;
  height: 25px;
  background: #fff;
  border: 1px solid #707070;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.cf-check span::after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-image: url(/img/checkbox.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: none;
}

.cf-check [type="checkbox"]:checked + span::after {
  display: block;
}

.cf-check a {
  font-weight: bold;
  text-decoration: underline;
  color: #2a8655;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.cf-check a:hover {
  opacity: 0.5;
}

.cf-btn {
  margin-top: 30px;
  text-align: center;
}

.cf-btn [type="submit"] {
  color: #fff;
  font-weight: bold;
  width: 304px;
  padding: 20px;
  background-color: #2a8655;
  border-radius: 8px;
  border: none;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  font-size: inherit;
  background-image: url(/img/button-arrow.png);
  background-repeat: no-repeat;
  background-position: right 12px  center;
  background-size: 17px 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.cf-btn [type="submit"]:hover {
  opacity: 0.7;
}

.pp {
  position: fixed;
  z-index: 1001;
  width: 900px;
  max-width: calc(100% - 24px * 2);
  height: 652px;
  max-height: calc(100% - 24px * 2);
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 60px;
  color: #707070;
  display: none;
}

@media (max-width: 767px) {
  .pp {
    padding: 30px;
  }
}

.pp-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 24px;
  position: relative;
}

.pp-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
  width: 100px;
  background-color: #2a8655;
}

.pp-items {
  margin-top: 40px;
  height: calc(100% - 84px - 108px);
  overflow: auto;
}

.pp-items > :first-child {
  margin-top: 0;
}

.pp-item-title {
  font-size: 20px;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
  margin-top: 40px;
}

.pp-item-title::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 20px;
  background-color: #2a8655;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pp-item-txt {
  margin-top: 16px;
  line-height: calc(24 / 16);
  padding-left: 20px;
}

.pp-btn {
  margin-top: 60px;
  text-align: center;
}

.pp-btn a {
  text-decoration: none;
  display: inline-block;
  width: 176px;
  height: 48px;
  background-color: #2a8655;
  border-radius: 8px;
  color: white;
  padding: 12px;
  text-align: center;
  font-weight: bold;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.pp-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  right: -20px;
  top: -20px;
}

.pp-icon a {
  text-decoration: none;
}

.pp-back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  z-index: 1000;
  display: none;
}

.news {
  margin-bottom: 120px;
}

.fb-wrap1 {
  text-align: center;
}

@media (max-width: 767px) {
  .fb-wrap1 {
    display: none;
  }
}

.fb-wrap2 {
  text-align: center;
  display: none;
}

@media (max-width: 767px) {
  .fb-wrap2 {
    display: block;
  }
}

footer {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), to(#333333));
  background-image: linear-gradient(#666666 0, #333333 100%);
  padding: 60px 0 24px;
  color: #fff;
}

@media (max-width: 767px) {
  footer {
    padding: 30px 0 12px;
  }
}

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

@media (max-width: 767px) {
  .footer-inner {
    max-width: 90%;
  }
}

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

@media (max-width: 767px) {
  .footer-head {
    display: block;
  }
}

.footer-logo img {
  width: 400px;
}

@media (max-width: 767px) {
  .footer-logo {
    text-align: center;
  }
  .footer-logo img {
    max-width: 100%;
    width: 100%;
  }
}

.footer-tel p {
  font-size: 48px;
}

@media (max-width: 767px) {
  .footer-tel {
    text-align: center;
  }
  .footer-tel p {
    font-size: 30px;
  }
}

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

@media (max-width: 767px) {
  .footer-items {
    display: block;
  }
}

@media (max-width: 767px) {
  .footer-left {
    width: 100%;
    text-align: center;
  }
}

.ad,
.tel {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}

.main-ad {
  font-size: 24px;
  margin-top: 24px;
  font-family: "Noto Sans JP", sans-serif;
}

.ad {
  margin-top: 16px;
}

@media (max-width: 767px) {
  .ad {
    margin-top: 16px;
    text-align: center;
  }
}

.tel {
  margin-top: 14px;
}

@media (max-width: 767px) {
  .tel {
    margin-top: 7px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .footer-center {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .footer-right {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}

.copy {
  text-align: center;
  margin-top: 46px;
  font-size: 14px;
  font-family: "Fira Sans", sans-serif;
}

@media (max-width: 767px) {
  .copy {
    margin-top: 23px;
  }
}

.totop {
  position: fixed;
  right: 24px;
  bottom: 24px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.totop.is-show {
  visibility: visible;
  opacity: 1;
}

.totop.is-show:hover {
  opacity: .5;
}

@media (max-width: 767px) {
  .totop {
    right: 12px;
    bottom: 12px;
  }
}

.totop a img {
  width: 60px;
}

@media (max-width: 767px) {
  .totop a img {
    width: 40px;
  }
}
