@charset "UTF-8";
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  overflow-x: clip;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
  background-color: #FFFFFF;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-green: #366528;
  --cc-lgreen: #bdd1ad;
  --w1160: 1160px;
  --w1080: 1080px;
  --w1280: 1280px;
  --w1140: 1140px;
  --w1070: 1070px;
  --space: 30px;
}

/* ================================================

- 表示アニメーション

================================================ */
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.m-top--0 {
  margin-top: 0px;
}

.m-top--5 {
  margin-top: 5px;
}

.m-top--10 {
  margin-top: 10px;
}

.m-top--15 {
  margin-top: 15px;
}

.m-top--20 {
  margin-top: 20px;
}

.m-top--25 {
  margin-top: 25px;
}

.m-top--30 {
  margin-top: 30px;
}

.m-top--35 {
  margin-top: 35px;
}

.m-top--40 {
  margin-top: 40px;
}

.m-top--45 {
  margin-top: 45px;
}

.m-top--50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.m-btm--0 {
  margin-bottom: 0px;
}

.m-btm--5 {
  margin-bottom: 5px;
}

.m-btm--10 {
  margin-bottom: 10px;
}

.m-btm--15 {
  margin-bottom: 15px;
}

.m-btm--20 {
  margin-bottom: 20px;
}

.m-btm--25 {
  margin-bottom: 25px;
}

.m-btm--30 {
  margin-bottom: 30px;
}

.m-btm--35 {
  margin-bottom: 35px;
}

.m-btm--40 {
  margin-bottom: 40px;
}

.m-btm--45 {
  margin-bottom: 45px;
}

.m-btm--50 {
  margin-bottom: 50px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

-

================================================ */
.lozad {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lozad[data-loaded=true] {
  opacity: 1;
}

/* ================================================

- イージング

================================================ */
/* ================================================

-

================================================ */
.contact-container {
  margin-top: 30px;
}

.contact-sc {
  background-color: #FFFFFF;
}

.contact-sc:not(:first-of-type) {
  margin-top: 60px;
}

.contact-sc__inner {
  padding: 0 40px;
}

.contact-sc__ttl {
  font-size: 1.5rem;
  line-height: 1.425;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.contact-sc__item:not(:first-of-type) {
  margin-top: 50px;
  padding-top: 50px;
  border-top: solid 1px var(--cc-green);
}

.contact-sc__item__sumamry {
  margin-top: 30px;
}
.contact-sc__item__sumamry p a {
  color: #111111;
}
.contact-sc__item__sumamry p:not(:first-of-type) {
  margin-top: 5px;
}

.contact-sc__item__sumamry__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}
.contact-sc__item__sumamry__list dt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 120px;
}
.contact-sc__item__sumamry__list dd {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.contact-sc__item__sumamry__list dd a {
  color: var(--cc-green);
}
.contact-sc__item__sumamry__list dd a.-tel {
  color: #111111;
}

.contact-sc__item__sumamry__list:not(:first-of-type) {
  margin-top: 25px;
}

/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .contact-container {
    margin-top: 30px;
  }
  .contact-sc:not(:first-of-type) {
    margin-top: 60px;
  }
  .contact-sc__inner {
    padding: 0;
  }
  .contact-sc__ttl {
    font-size: 1.5rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
  }
  .contact-sc__item:not(:first-of-type) {
    margin-top: 50px;
    padding-top: 50px;
    border-top: solid 1px #ddccd2;
  }
  .contact-sc__item__sumamry {
    margin-top: 20px;
  }
  .contact-sc__item__sumamry p a {
    color: #111111;
  }
  .contact-sc__item__sumamry p:not(:first-of-type) {
    margin-top: 5px;
  }
  .contact-sc__item__sumamry__list dt {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 21.333vw;
  }
  .contact-sc__item__sumamry__list:not(:first-of-type) {
    margin-top: 15px;
  }
}
/* ================================================

- @hover

================================================ */
@media (hover: hover) {
  .contact-sc__item__sumamry__list dd a:-moz-any-link:hover {
    opacity: 0.7;
  }
  .contact-sc__item__sumamry__list dd a:any-link:hover {
    opacity: 0.7;
  }
}
.contact-sc__item__sumamry__list dd a {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}