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

- Base

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

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

body {
  background-color: #FFFFFF;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

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

:root {
  --cc-red: #FF0000;
  --w1280: 1280px;
  --space: 30px;
}

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

- フォント

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

- フォントサイズ

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

- 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まで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

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

.mBottom5 {
  margin-bottom: 5px;
}

.mBottom10 {
  margin-bottom: 10px;
}

.mBottom15 {
  margin-bottom: 15px;
}

.mBottom20 {
  margin-bottom: 20px;
}

.mBottom25 {
  margin-bottom: 25px;
}

.mBottom30 {
  margin-bottom: 30px;
}

.mBottom35 {
  margin-bottom: 35px;
}

.mBottom40 {
  margin-bottom: 40px;
}

.mBottom45 {
  margin-bottom: 45px;
}

.mBottom50 {
  margin-bottom: 50px;
}

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

- z-index

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

- イージング

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

- ニュース一覧

================================================ */
.contact-content {
  margin-top: 40px;
  padding: 70px 0 80px;
  background-color: #FFFFFF;
}

.contact-content__inner {
  padding: 0 60px;
}

.contact-item {
  border: solid 1px #dddddd;
}

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

.contact-item__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 30px 40px;
}

.contact-item__ttl {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 348px;
  padding-left: 51px;
  font-size: 1.375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
.contact-item__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
}

.contact-item__ttl.-tel::before {
  background-image: url("../images/common/icon_tel.png");
}

.contact-item__ttl.-mail::before {
  background-image: url("../images/common/icon_mail.png");
}

.contact-item__sumamrys {
  padding: 17px 0 17px 44px;
  border-left: dotted 1px #B2B2B2;
}

.contact-item__sumamrys:has(> .contact-item__mail) {
  padding: 36px 0 40px 44px;
}

.contact-item__sumamry {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
          align-items: baseline;
  gap: 15px;
}
.contact-item__sumamry dt {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.contact-item__sumamry dt a {
  color: #000000;
}
.contact-item__sumamry dd {
  font-size: 0.875rem;
  line-height: 1.425;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

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

.contact-item__mail {
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.contact-item__mail a {
  color: #000000;
}

.contact-note {
  margin-top: 70px;
  padding-top: 45px;
  border-top: dotted 1px #B2B2B2;
}

.contact-note__summary p {
  font-size: 1.0625rem;
  line-height: 1.647;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/* @media screen */
@media screen and (max-width: 568px) {
  .contact-content {
    margin-top: 30px;
    padding: 58px 0 64px;
  }
  .contact-content__inner {
    padding: 0 5.333vw;
  }
  .contact-item {
    border: solid 1px #dddddd;
  }
  .contact-item:not(:first-of-type) {
    margin-top: 30px;
  }
  .contact-item__layout {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 5.333vw;
  }
  .contact-item__ttl {
    width: 100%;
    padding-left: 8.533vw;
    font-size: 5.2vw;
  }
  .contact-item__ttl::before {
    width: 6.667vw;
    height: 6.667vw;
  }
  .contact-item__sumamrys {
    padding: 0;
    margin-top: 30px;
    border-left: none;
  }
  .contact-item__sumamrys:has(> .contact-item__mail) {
    padding: 0;
  }
  .contact-item__sumamry {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  .contact-item__sumamry dt {
    font-size: 6.1333333333vw;
  }
  .contact-item__sumamry dd {
    font-size: 3.4666666667vw;
  }
  .contact-item__sumamry:not(:first-of-type) {
    margin-top: 21px;
  }
  .contact-item__mail {
    font-size: 4.2666666667vw;
    line-height: 1.425;
  }
  .contact-note {
    margin-top: 50px;
    padding-top: 35px;
  }
  .contact-note__summary p {
    font-size: 4.2666666667vw;
  }
}