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

	ページ独自スタイル

   ========================================================================== */
/*--------------------------------
   セカンドページ サイドナビあり
--------------------------------*/
@media only screen and (min-width: 1980px) {
  .mainContents section .container {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1980px) {
  .mainContents section .container {
    padding-right: calc(350px - 50vw + 640px);
  }
}
@media only screen and (max-width: 1280px) {
  .mainContents section .container {
    padding-right: 350px;
  }
}
@media screen and (max-width: 812px) {
  .mainContents section .container {
    padding-right: 5%;
  }
}

.sideNav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9989;
  width: 350px;
  padding: 180px 50px 50px 100px;
  font-size: 15px;
  font-weight: 600;
}
@media screen and (max-width: 812px) {
  .sideNav {
    display: none;
  }
}
.sideNav ul li {
  margin-bottom: 1.2em;
}
.sideNav ul li a {
  position: relative;
}
.sideNav ul li a.current::before {
  position: absolute;
  left: 0;
  bottom: -8px;
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--color-highlight);
}

/*--------------------------------
    コンセプト
--------------------------------*/
main .mainContents section#sec1 .box h3 {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  margin-top: 6rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 812px) {
  main .mainContents section#sec1 .box h3 {
    font-size: 1.6rem;
    margin-top: 4rem;
  }
}
main .mainContents section#sec1 .box h3 em {
  font-style: normal;
  margin-left: 1em;
}
@media screen and (max-width: 812px) {
  main .mainContents section#sec1 .box h3 em {
    display: block;
    margin: 0.2em 0 0 0;
  }
}
main .mainContents section#sec1 .box p {
  font-size: 1.5rem;
}
main .mainContents section#sec1 .box .concept_images {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 812px) {
  main .mainContents section#sec1 .box .concept_images {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
main .mainContents section#sec1 .box .concept_images > * {
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 812px) {
  main .mainContents section#sec1 .box .concept_images > * {
    margin-bottom: 5vw;
  }
}
main .mainContents section#sec2 .box .portrait {
  width: 80%;
  max-width: 600px;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 812px) {
  main .mainContents section#sec2 .box .portrait {
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }
}
main .mainContents section#sec2 .box .greeting {
  margin-top: 10rem;
}
@media screen and (max-width: 812px) {
  main .mainContents section#sec2 .box .greeting {
    margin-top: 6rem;
  }
}
main .mainContents section#sec2 .box .greeting h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2em;
}
main .mainContents section#sec2 .box .greeting p {
  font-size: 1.5rem;
  margin-top: 1em;
}
main .mainContents section#sec2 .box .profile {
  margin-top: 10rem;
}
@media screen and (max-width: 812px) {
  main .mainContents section#sec2 .box .profile {
    margin-top: 6rem;
  }
}
main .mainContents section#sec2 .box .profile h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2em;
}
main .mainContents section#sec2 .box .profile dl {
  width: 100%;
  max-width: 990px;
  font-size: 1.5rem;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 812px) {
  main .mainContents section#sec2 .box .profile dl {
    font-size: 1.4rem;
  }
}
main .mainContents section#sec2 .box .profile dl > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.5em;
}
main .mainContents section#sec2 .box .profile dl > div dt {
  width: 5em;
  margin-right: 1em;
}
@media screen and (max-width: 812px) {
  main .mainContents section#sec2 .box .profile dl > div dt {
    width: 4em;
  }
}
main .mainContents section#sec2 .box .profile dl > div dd {
  width: calc(100% - 6em);
}
@media screen and (max-width: 812px) {
  main .mainContents section#sec2 .box .profile dl > div dd {
    width: calc(100% - 5em);
  }
}
main .mainContents section#sec3 .box .awards h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2em;
}
main .mainContents section#sec3 .box .awards dl {
  width: 100%;
  max-width: 990px;
  font-size: 1.5rem;
  margin: 0 auto 0 0;
}
main .mainContents section#sec3 .box .awards dl > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.5em;
}
main .mainContents section#sec3 .box .awards dl > div dt {
  width: 5em;
  margin-right: 1em;
}
@media screen and (max-width: 812px) {
  main .mainContents section#sec3 .box .awards dl > div dt {
    width: 4em;
  }
}
main .mainContents section#sec3 .box .awards dl > div dd {
  width: calc(100% - 6em);
}
@media screen and (max-width: 812px) {
  main .mainContents section#sec3 .box .awards dl > div dd {
    width: calc(100% - 5em);
  }
}
main .mainContents section#sec4 .box p {
  font-size: 1.5rem;
}
main .mainContents section#sec4 .box .overview {
  margin-top: 10rem;
}
@media screen and (max-width: 812px) {
  main .mainContents section#sec4 .box .overview {
    margin-top: 6rem;
  }
}
main .mainContents section#sec4 .box .overview h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2em;
}
main .mainContents section#sec4 .box .overview dl {
  width: 100%;
  max-width: 990px;
  font-size: 1.5rem;
  margin: 0 auto 0 0;
}
main .mainContents section#sec4 .box .overview dl > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.5em;
}
main .mainContents section#sec4 .box .overview dl > div dt {
  width: 5em;
  margin-right: 1em;
  text-align: left;
}
main .mainContents section#sec4 .box .overview dl > div dd {
  width: calc(100% - 6em);
}
main .mainContents section#sec4 .box .office_images {
  margin-top: 10rem;
}
@media screen and (max-width: 812px) {
  main .mainContents section#sec4 .box .office_images {
    margin-top: 6rem;
  }
}
main .mainContents section#sec4 .box .office_images > * {
  margin-bottom: 3vw;
}
@media screen and (max-width: 812px) {
  main .mainContents section#sec4 .box .office_images > * {
    margin-bottom: 5vw;
  }
}