@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 ul li {
  font-size: 1.5rem;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  position: relative;
}
main .mainContents section#sec1 .box ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
@media screen and (max-width: 812px) {
  main .mainContents section#sec1 .box ul li {
    font-size: 1.4rem;
  }
}
main .mainContents section#sec1 .box ul + p {
  font-size: 1.3rem;
  margin-top: 1em;
}
@media screen and (max-width: 812px) {
  main .mainContents section#sec1 .box ul + p {
    font-size: 1.2rem;
  }
}
main .mainContents section#sec2 .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#sec2 .box h3 {
    font-size: 1.6rem;
    margin-top: 4rem;
  }
}
main .mainContents section#sec2 .box h4 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  margin-top: 3rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 812px) {
  main .mainContents section#sec2 .box h4 {
    font-size: 1.5rem;
    margin-top: 4rem;
  }
}
main .mainContents section#sec2 .box p {
  font-size: 1.5rem;
}
main .mainContents section#sec2 .box ul li {
  font-size: 1.5rem;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  position: relative;
}
main .mainContents section#sec2 .box ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
@media screen and (max-width: 812px) {
  main .mainContents section#sec2 .box ul li {
    font-size: 1.4rem;
  }
}
main .mainContents section#sec2 .box span {
  font-size: 1.3rem;
}
@media screen and (max-width: 812px) {
  main .mainContents section#sec2 .box span {
    font-size: 1.2rem;
  }
}