@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@900&display=swap");
@media screen and (min-width: 801px) {
  .sp-only {
    display: none;
  }
}

.responsive-small {
  display: none;
}
@media screen and (min-width: 1001px) {
  .responsive-small {
    display: unset;
  }
}

.responsive-mid {
  display: none;
}
@media screen and (min-width: 1201px) {
  .responsive-mid {
    display: unset;
  }
}

.responsive-wide {
  display: none;
}
@media screen and (min-width: 1501px) {
  .responsive-wide {
    display: unset;
  }
}

.responsive-xl {
  display: none;
}
@media screen and (min-width: 1921px) {
  .responsive-xl {
    display: unset;
  }
}

.no-sp {
  display: none;
}
@media screen and (min-width: 801px) {
  .no-sp {
    display: unset;
  }
}

.no-sp-small {
  display: none;
}
@media screen and (min-width: 1001px) {
  .no-sp-small {
    display: unset;
  }
}

.no-sp-small-mid {
  display: none;
}
@media screen and (min-width: 1201px) {
  .no-sp-small-mid {
    display: unset;
  }
}

.no-sp-small-mid-wide {
  display: none;
}
@media screen and (min-width: 1501px) {
  .no-sp-small-mid-wide {
    display: unset;
  }
}

.xl-only {
  display: none;
}
@media screen and (min-width: 1921px) {
  .xl-only {
    display: unset;
  }
}

@font-face {
  font-family: hamburgHand;
  font-weight: bold;
  src: url(../assets/fonts/HamburgHand-Bold.otf) format("opentype");
}
@font-face {
  font-family: hamburgHandReg;
  font-weight: 400;
  src: url(../assets/fonts/HamburgHand-Regular.otf) format("opentype");
}
.f-hamb-reg {
  font-family: hamburgHandReg !important;
  font-weight: 400;
}

.f-hamb {
  font-family: hamburgHand !important;
  font-weight: bold;
}

.f-source-b {
  font-family: "source-han-sans-japanese", sans-serif !important;
  font-weight: 700;
}

.f-source-reg {
  font-family: "source-han-sans-japanese", sans-serif !important;
  font-weight: 400;
}

.f-source-med {
  font-family: "source-han-sans-japanese", sans-serif !important;
  font-weight: 500;
}

.f-yumin-exb {
  font-family: YuMincho, "YuMincho", "Yu Mincho", "Noto Serif JP", serif !important;
  font-weight: 900;
}

a:link,
a:visited,
a:hover,
a:active,
a {
  text-decoration: none !important;
  color: inherit;
}

a:hover {
  opacity: 0.7;
}

h1,
.h1-like {
  font-family: hamburgHand !important;
  font-weight: bold;
  font-size: clamp(4rem, 8vw, 11.6rem);
  font-weight: 700;
  line-height: 110%;
}

h2,
.h2-like {
  font-family: hamburgHand !important;
  font-weight: bold;
  font-size: clamp(4rem, 7vw, 11.6rem);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.1em;
}

h3,
.h3-like {
  font-size: clamp(2.4rem, 3vw, 5rem);
  line-height: 170%;
  font-weight: 700;
  letter-spacing: 0.1em;
}

h4,
.h4-like {
  font-size: clamp(2rem, 2vw, 3rem);
  font-weight: 700;
}

.p-36 {
  font-size: clamp(2.4rem, 3.5vw, 3.6rem);
}

.p-small {
  font-size: clamp(1rem, 2vw, 1.1rem);
}

.p-bold {
  font-weight: bold;
}

section.grey-section {
  width: 100%;
  max-width: 100%;
  margin: 0 auto clamp(70px, 10vw, 180px) auto;
}
section.grey-section h3 {
  margin-bottom: 1em;
  text-align: center;
}
section.grey-section .content-wrapper {
  width: 100%;
  background-color: #F7F7F7;
  padding: clamp(60px, 10vw, 120px) 0;
}
section.grey-section .content-container {
  font-family: "source-han-sans-japanese", sans-serif !important;
  font-weight: 700;
  width: 88%;
  max-width: 900px;
  margin: 0 auto;
}

section.history {
  margin: 100px auto 80px auto;
  width: 82%;
  max-width: 1130px;
}
section.history h3 {
  margin-bottom: 1em;
}
section.history .history-container {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}
section.history .history-container .history-row {
  display: flex;
  width: 100%;
}
section.history .history-container .history-row .point-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: clamp(10px, 2.5vw, 30px);
}
section.history .history-container .history-row .point-container .point {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #3A9366;
  border-radius: 50%;
  z-index: 2;
}
section.history .history-container .history-row .point-container .line {
  position: absolute;
  top: 0;
  display: block;
  width: 2px;
  height: 100%;
  background-color: #CCCCCC;
}
section.history .history-container .history-row .text-container {
  font-size: clamp(14px, 2vw, 16px);
  padding-bottom: 1.5em;
}
section.history .history-container .history-row .text-container p {
  font-weight: bold;
}
section.history .history-container .history-row .text-container p.h-date {
  line-height: 100%;
  margin-bottom: 0.2em;
  font-size: 16px;
}
@media screen and (min-width: 801px) {
  section.history {
    position: relative;
    border: 1px solid #3A9366;
    z-index: 1;
  }
  section.history h3 {
    position: absolute;
    z-index: 2;
    padding: 0.1em 1em;
    background-color: #ffffff;
    top: -1em;
    left: 15%;
  }
  section.history .history-container {
    padding: clamp(60px, 10vw, 120px) 0;
  }
  section.history .history-container .history-row .text-container {
    display: flex;
    align-items: center;
    margin-top: -5px;
  }
  section.history .history-container .history-row .text-container p.h-date {
    min-width: 126px;
    white-space: nowrap;
    margin: 0 clamp(10px, 4vw, 60px) 0 0;
  }
  section.history .corner {
    position: absolute;
    z-index: 2;
    width: clamp(90px, 10vw, 186px);
  }
  section.history .corner.tr-corner {
    top: calc(clamp(6px, 1vw, 12px) * -1);
    right: calc(clamp(6px, 1vw, 12px) * -1);
  }
  section.history .corner.bl-corner {
    bottom: calc(clamp(6px, 1vw, 12px) * -1);
    left: calc(clamp(6px, 1vw, 12px) * -1);
  }
}

section.about .about-row {
  width: 100%;
  box-sizing: border-box;
  font-size: clamp(16px, 2vw, 20px);
  display: flex;
  border-bottom: 2px solid #CCCCCC;
  padding: 1em 0;
}
section.about .about-row:first-child {
  border-top: 2px solid #CCCCCC;
}
section.about .about-row .row-title,
section.about .about-row .row-content {
  box-sizing: border-box;
  font-weight: bold;
  letter-spacing: 0.2em;
}
section.about .about-row .row-title {
  min-width: 30%;
  padding: 0 1em 0 1.5em;
  vertical-align: top;
}
section.about .about-row .row-content {
  padding: 0 1em 0 0;
}
@media screen and (min-width: 801px) {
  section.about .about-row .row-title {
    padding-left: 3em;
  }
}

section.customer {
  font-size: clamp(16px, 2vw, 20px);
  letter-spacing: 0.2em;
}
section.customer p.content-container {
  margin-bottom: 0.5em;
}
section.customer ul {
  list-style-type: "◯";
  padding-left: 1em;
}
section.customer ul li {
  padding-left: 5px;
  margin-bottom: 1em;
}
section.customer .content-wrapper {
  padding: clamp(60px, 10vw, 120px) 0 clamp(30px, 5vw, 60px);
}
section.customer .content-wrapper.bank-wrapper {
  padding: clamp(30px, 5vw, 60px) 0 clamp(60px, 10vw, 120px);
}
section.customer .content-wrapper.bank-wrapper p {
  color: #565656;
  margin-bottom: clamp(0.5em, 2vw, 2em);
}
@media screen and (min-width: 801px) {
  section.customer p.content-container {
    margin-bottom: 2em;
  }
  section.customer .content-container {
    display: flex;
    justify-content: space-between;
  }
  section.customer .content-container ul li {
    margin-bottom: 2em;
  }
  section.customer .content-container ul:first-child {
    width: 56%;
  }
  section.customer .content-container ul:nth-child(2) {
    width: 40%;
  }
  section.customer .bank-wrapper .content-container {
    justify-content: center;
  }
  section.customer .bank-wrapper .content-container ul {
    width: max-content;
    list-style-type: none;
    text-align: center;
    padding-left: 0;
  }
}

section.location {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.location h3 {
  margin-bottom: 1.5em;
}
section.location .gmaps {
  width: 100%;
  height: clamp(155px, 40vw, 600px);
  margin-bottom: 60px;
}
section.location .gmaps iframe {
  width: 100%;
  height: 100%;
}
section.location .info-box {
  font-family: "source-han-sans-japanese", sans-serif !important;
  font-weight: 500;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 500;
}
section.location .info-box p.facility {
  font-size: 16px;
}
section.location .info-box .info-block {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 801px) {
  section.location .info-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  section.location .info-box .info-block {
    width: 32%;
    margin-bottom: 3em;
  }
}

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