#breadcrumb {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}
#breadcrumb a {
  text-decoration: none;
  color: #333;
}
#breadcrumb ul {
  list-style-type: none;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding: 0;
}
#breadcrumb ul li:after {
  content: '>';
  margin: 0 8px;
  font-weight: 500;
}
#breadcrumb ul li:last-child:after {
  content: none;
}

@media (min-width: 1025px) {
  #breadcrumb {
    max-width: 1200px;
    margin: 2em auto 0 auto;
    font-size: .8rem;
  }
}
@media (max-width: 1024px) {
  #breadcrumb {
    font-size: .75rem;
    padding: 0 40px;
    margin: 2em auto 0 auto;
  }
}
@media (max-width: 767px) {
  #breadcrumb {
    font-size: .7rem;
    padding: 0 20px;
    margin: 1.5em auto 0 auto;
  }
}
.page-head {
  margin: 1.5em 0;
}
.page-head .page-nav .page-nav-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: center;
}
.page-head .page-nav .page-nav-list li {
  line-height: 1;
}
.page-head .page-nav .page-nav-list li a {
  display: inline-block;
  padding: 0 2em;
  font-size: .9rem;
  font-weight: 700;
  color: #333;
  letter-spacing: 1px;
  border-right: 1px solid #333;
}
.page-head .page-nav .page-nav-list li:last-child {
  border: 0;
}
.page-head .page-nav .page-nav-list li:last-child a {
  border-right: none;
}

.hero-page-head {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.hero-page-head .hph-block-main {
  position: relative;
  z-index: 3;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.hero-page-head .hph-block-main .hph-vertical {
  width: 10%;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 1.8vw;
  color: #249cad;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.hero-page-head .hph-block-main .hph-photo {
  position: relative;
  width: 88%;
}
.hero-page-head .hph-block-main .hph-photo img {
  display: block;
  width: 100%;
  height: auto;
}
.hero-page-head .hph-block-main .hph-photo::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 140px;
  height: 140px;
  background-color: #249cad;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  z-index: 2;
}
.hero-page-head .hph-block-main .hph-txt {
  position: absolute;
  z-index: 4;
}
.hero-page-head .hph-block-main .hph-txt img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.hero-page-head .hph-block-main .hph-about-ismsvg {
  left: 50%;
  bottom: 0;
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 30vw;
  max-width: 640px;
}
.hero-page-head .hph-block-main .hph-custom-head {
  font-family: "Inter", "Century Gothic", "Futura", "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 5vw;
  color: #fff;
  font-weight: 500;
  left: 50%;
  bottom: 1.5%;
  width: 70%;
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.hero-page-head .hph-block-sub {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #249cad;
  margin-top: -8vh;
  padding-top: 18vh;
  padding-bottom: 4em;
  text-align: center;
}
.hero-page-head .hph-block-sub .hph-sub-txt {
  color: #fff;
  width: 100%;
  margin: 0 auto;
}
.hero-page-head .hph-house {
  position: absolute;
  right: -3%;
  bottom: 2%;
  z-index: 2;
  display: block;
  width: 25%;
}
.hero-page-head .hph-house img {
  width: 100%;
  height: auto;
}

.hero-page-head {
  margin: 0;
}
.hero-page-head .hph-block-main .hph-photo .hph-page-name-about {
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: "Inter", "Century Gothic", "Futura", "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin: 0;
  padding: 0;
}
.hero-page-head .hph-block-main .hph-photo::after {
  width: 110px;
  height: 110px;
}
.hero-page-head .hph-block-sub .hph-sub-head-about {
  font-size: 2vw;
  font-weight: 700;
}
.hero-page-head .hph-block-sub .hph-sub-note-about {
  font-size: 1vw;
}

.page-main {
  margin: 0 !important;
  padding: 0;
  background-color: #edeeee;
}

.about-head {
  margin: 0 auto;
  padding: 3em 0;
  display: flex;
  justify-content: center;
  color: #249cad;
}
.about-head span {
  display: inline-block;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 3.8vw;
  font-weight: 700;
  letter-spacing: 0.2em;
  border-top: 5px solid #249cad;
  line-height: 1.5;
  margin: 0 auto;
  padding: .5em 0;
}

.page-about {
  margin: 0;
  padding: 0 0 5em 0;
}
.page-about .about-wrap .about-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 3em 0;
  width: 100%;
}
.page-about .about-wrap .about-items .about-items-img {
  width: 40%;
}
.page-about .about-wrap .about-items .about-items-img img {
  width: 100%;
  height: auto;
}
.page-about .about-wrap .about-items .abot-items-note {
  width: 60%;
}
.page-about .about-wrap .about-items .abot-items-note .about-items-head,
.page-about .about-wrap .about-items .abot-items-note .about-items-txt {
  width: 68%;
  margin: 0 auto 0 5%;
}
.page-about .about-wrap .about-items .abot-items-note .about-items-head {
  font-size: 1.8vw;
  padding: 0 0 .5em 0;
  color: #249cad;
}
.page-about .about-wrap .about-items .abot-items-note .about-items-head span {
  display: block;
  color: #fff;
  font-family: "Inter", "Century Gothic", "Futura", "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 8vw;
  font-weight: 500;
  line-height: 1;
}
.page-about .about-wrap .about-items .abot-items-note .about-items-txt {
  font-size: 1vw;
  font-weight: 500;
}
.page-about .about-wrap .about-02 {
  flex-direction: row-reverse;
}
.page-about .about-wrap .about-02 .abot-items-note .about-items-head,
.page-about .about-wrap .about-02 .abot-items-note .about-items-txt {
  width: 68%;
  margin: 0 5% 0 auto;
}

.hph-custom-head {
  position: absolute;
}

@media (max-width: 767px) {
  .page-nav {
    display: none;
  }

  .hero-page-head .hph-block-main .hph-vertical {
    width: 10%;
    font-size: 3.5vw;
    letter-spacing: 0em;
  }
  .hero-page-head .hph-block-main .hph-photo {
    width: 88%;
  }
  .hero-page-head .hph-block-main .hph-about-ismsvg {
    width: 40vw;
    max-width: 640px;
  }
  .hero-page-head .hph-block-sub {
    margin-top: -2vh;
    padding-top: 6vh;
    padding-bottom: 3em;
  }
  .hero-page-head .hph-house {
    right: -3%;
    bottom: 2%;
    z-index: 2;
    width: 30%;
  }
  .hero-page-head .hph-house img {
    width: 100%;
    height: auto;
  }

  .hero-page-head .hph-block-main .hph-photo .hph-page-name-about {
    font-size: 4.5vw;
  }
  .hero-page-head .hph-block-main .hph-photo::after {
    width: 60px;
    height: 60px;
  }
  .hero-page-head .hph-block-sub .hph-sub-head-about {
    font-size: 4vw;
    font-weight: 700;
  }
  .hero-page-head .hph-block-sub .hph-sub-note-about {
    font-size: 2vw;
  }

  .about-head {
    margin: 0 auto !important;
    padding: 3em 0 0 0;
  }
  .about-head span {
    font-size: 6vw;
  }

  .page-about .about-wrap .about-items {
    margin: 2em 0;
  }
  .page-about .about-wrap .about-items .about-items-img {
    width: 100%;
    margin: 0 0 1em 0;
  }
  .page-about .about-wrap .about-items .abot-items-note {
    width: 100%;
  }
  .page-about .about-wrap .about-items .abot-items-note .about-items-head,
  .page-about .about-wrap .about-items .abot-items-note .about-items-txt {
    width: 90%;
    margin: 0 auto;
  }
  .page-about .about-wrap .about-items .abot-items-note .about-items-head {
    font-size: 4.8vw;
  }
  .page-about .about-wrap .about-items .abot-items-note .about-items-head span {
    font-size: 12vw;
  }
  .page-about .about-wrap .about-items .abot-items-note .about-items-txt {
    font-size: 3vw;
  }
  .page-about .about-wrap .about-02 .abot-items-note .about-items-head,
  .page-about .about-wrap .about-02 .abot-items-note .about-items-txt {
    margin: 0 5% 0 auto;
  }
}
@media (min-width: 768px) {
  .page-head {
    margin: 1.5em 0;
  }
  .page-head .page-nav .page-nav-list li:last-child {
    border: 0;
  }
  .page-head .page-nav .page-nav-list li a {
    padding: 0 1em;
    font-size: .9rem;
    letter-spacing: 0px;
  }

  .hero-page-head .hph-block-main .hph-vertical {
    font-size: 3.2vw;
  }
  .hero-page-head .hph-block-main .hph-photo .hph-page-name-about {
    position: absolute;
    top: 10px;
    left: 10px;
    font-family: "Inter", "Century Gothic", "Futura", "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 3.5vw;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    margin: 0;
    padding: 0;
  }
  .hero-page-head .hph-block-sub {
    margin-top: -2vh;
    padding-top: 8vh;
    padding-bottom: 3em;
  }
  .hero-page-head .hph-block-sub .hph-sub-head-about {
    font-size: 3.5vw;
    font-weight: 700;
  }
  .hero-page-head .hph-block-sub .hph-sub-note-about {
    font-size: 1.5vw;
  }

  .about-head {
    margin: 0 auto;
  }
  .about-head span {
    font-size: 3.8vw;
  }

  .page-about .about-wrap .about-items {
    margin: 2em 0;
  }
  .page-about .about-wrap .about-items .abot-items-note .about-items-head,
  .page-about .about-wrap .about-items .abot-items-note .about-items-txt {
    width: 80%;
    margin: 0 auto 0 5%;
  }
  .page-about .about-wrap .about-items .abot-items-note .about-items-head {
    font-size: 2.8vw;
  }
  .page-about .about-wrap .about-items .abot-items-note .about-items-head span {
    font-size: 8vw;
  }
  .page-about .about-wrap .about-items .abot-items-note .about-items-txt {
    font-size: 1.5vw;
  }
  .page-about .about-wrap .about-02 .abot-items-note .about-items-head,
  .page-about .about-wrap .about-02 .abot-items-note .about-items-txt {
    margin: 0 5% 0 auto;
  }
}
