@charset "utf-8";

body {
  line-height: 2.1;
  color: #000;
  font-size: 19px;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 2000px) {
  body {
    font-size: calc(13px + 0.35vw);
  }
}

@media only screen and (max-width: 600px) {
  body {
    font-size: 13px;
  }
}

/** ------------------------------------------------------------
 * header
 */
header {
  margin: 0 auto;
  position: relative;
  max-width: 2000px;
}

.pageTitle__main {
  position: relative;
  width: 40.1%;
}

.pageTitle__sub {
  position: absolute !important;
  top: 0;
  right: 0;
  z-index: -1;
  width: 69.2%;
  overflow: hidden;
}

header img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 1100px) {
  header {
    position: static;
  }

  .pageTitle__main {
    margin-top: 14.8%;
    width: 60%;
  }

  .pageTitle__sub {
    width: auto;
  }
}

@media only screen and (max-width: 600px) {
  .pageTitle__main {
    margin-top: 11%;
    margin-left: -3%;
    width: 70%;
  }
}

/** ------------------------------------------------------------
 * pageGuide
 */
.pageGuide {
  padding: 0 4% calc(60px + 5vw);
  line-height: 1.6;
  font-size: 150%;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}

.pageGuide span {
  display: block;
}

@media only screen and (max-width: 700px) {
  .pageGuide {
    text-align: left;
  }

  .pageGuide span {
    display: inline;
  }
}

/** ------------------------------------------------------------
 * advice
 */
.advice {
  position: relative;
  z-index: -2;
  padding: calc(50px + 5vw) 4% calc(60px + 5vw);
  color: #fff;
  background-color: #000;
}

.advice__wrap {
  margin: 0 auto;
  max-width: 800px;
}

.advice__title {
  margin-bottom: 3em;
  font-size: 100%;
}

.advice__title span {
  padding: 0 0.5em;
  display: table;
  line-height: 1.1;
  color: #000;
  background-color: #fff;
  font-size: 249%;
}

.advice__title span:first-of-type {
  padding-top: 0.15em;
}

.advice__title span:last-of-type {
  padding-bottom: 0.15em;
}

.advice__text {
  padding-bottom: 10%;
  font-size: 115%;
}

@media only screen and (max-width: 400px) {
  .advice__text {
    padding-bottom: 15%;
  }
}

/** ------------------------------------------------------------
 * comment
 */
.comment {
  margin-top: calc(50px + 4vw);
  padding-top: calc(40px + 4vw);
  padding-bottom: calc(60px + 5vw);
  position: relative;
}

.comment__wrap {
  margin: 0 auto;
  position: relative;
  max-width: 1680px;
}

.comment__wrap::after {
  content: "";
  display: block;
  clear: both;
}

.comment__title {
  margin-bottom: 1.1em;
  line-height: 1.2;
  font-size: 70px;
}

@media only screen and (max-width: 2000px) {
  .comment__title {
    font-size: calc(26px + 2.2vw);
  }
}

@media only screen and (max-width: 600px) {
  .comment__title {
    font-size: 29px;
  }
}

@media only screen and (max-width: 400px) {
  .comment__title {
    font-size: 26px;
  }
}

.adviceIcon {
  margin-bottom: 3.1em;
  padding: 2px 0;
  display: block;
  width: 6em;
  line-height: 1;
  color: #fff;
  background-color: #000;
  font-size: 20px;
  font-weight: normal;
  font-family: "Questrial", sans-serif;
  text-align: center;
}

@media only screen and (max-width: 2000px) {
  .adviceIcon span {
    font-size: calc(16px + 0.2vw);
  }
}

@media only screen and (max-width: 767px) {
  .adviceIcon {
    margin-bottom: 0.8em;
  }
}

@media only screen and (max-width: 600px) {
  .adviceIcon {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .comment__title__br {
    display: block;
  }
}

.comment__sub a {
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
}

.comment__sub img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.comment__sub a:hover img {
  opacity: 0.8;
}

.comment__link {
  margin-top: 2em;
  text-align: center;
}

.comment__link a {
  padding: 1em 4em;
  border: 1px solid #000;
  -webkit-border-radius: 3em;
          border-radius: 3em;
  display: inline-block;
  line-height: 1.1;
  color: #fff;
  background-color: #000;
  text-decoration: none;
  vertical-align: top;
  font-size: 95%;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.comment__link a:hover {
  color: #000;
  background-color: #fff;
}

/** ------------------------------
 * award
 */
.comment--award {
  padding-top: 0;
}

.comment--award::after {
  content: "";
  position: absolute;
  display: block;
  top: 65px;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: #eeecec;
}

.comment--award:first-of-type {
  margin-top: -65px;
}

.comment--award:first-of-type .adviceIcon {
  color: #000;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .comment--award:first-of-type .adviceIcon {
    color: #fff;
    background-color: #000;
  }
}

.comment--award + .comment--award {
  margin-top: calc(50px + 8vw);
}

.comment--award .comment__main {
  width: 59.88%;
  float: right;
}

@media only screen and (max-width: 1700px) {
  .comment--award .comment__main {
    padding-right: 2%;
  }
}

.comment--award .comment__data {
  margin: 0 0 2.5em auto;
  display: table;
  line-height: 1.5;
  font-size: 110%;
  font-weight: 700;
}

.comment--award .comment__sub {
  padding: 0 1.5%;
  width: 35.71%;
  float: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .comment--award .comment__main,
  .comment--award .comment__sub {
    margin: 0;
    padding: 0;
    float: none;
    width: auto;
  }

  .comment--award .comment__main {
    margin: 8% 0 0 0;
    padding: 0 4%;
    position: relative;
  }

  .comment--award .comment__sub {
    margin: 0 auto;
    width: 65%;
  }
}

/** ------------------------------------------------------------
 * odd
 */
.advice + .comment--odd {
  margin-top: -65px;
  padding-top: 0;
}

.comment--odd .comment__main {
  margin: 15% -10% 0 4.7619%;
  position: relative;
  width: 59.88%;
  float: left;
}

.comment--odd .comment__sub {
  width: 40.5952%;
  float: right;
}

@media only screen and (max-width: 1024px) {
  .comment--odd .comment__text {
    margin-right: -15%;
  }
}

@media only screen and (max-width: 767px) {
  .comment--odd .comment__main,
  .comment--odd .comment__sub {
    margin: 0;
    padding: 0;
    float: none;
    width: auto;
  }

  .comment--odd .comment__main {
    padding: 45% 4% 0;
    position: relative;
  }

  .comment--odd .comment__title {
    margin-bottom: 2em;
  }

  .comment--odd .comment__text {
    margin-right: 0;
  }

  .comment--odd .comment__sub {
    margin: 0 auto;
    padding: 3%;
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #eeecec;
  }
}

/** ------------------------------------------------------------
 * even
 */
.comment--even .comment__main {
  margin: 15% 4.7619% 0 -10%;
  position: relative;
  width: 59.88%;
  float: right;
}

.comment--even .comment__sub {
  width: 40.5952%;
  float: left;
}

@media only screen and (max-width: 1024px) {
  .comment--even .comment__text {
    margin-left: -15%;
  }
}

@media only screen and (max-width: 767px) {
  .comment--even .comment__main,
  .comment--even .comment__sub {
    margin: 0;
    padding: 0;
    float: none;
    width: auto;
  }

  .comment--even .comment__main {
    padding: 45% 4% 0;
    position: relative;
  }

  .comment--even .comment__title {
    margin-bottom: 2em;
    margin-left: 65%;
  }

  .comment--even .comment__text {
    margin-left: 0;
  }

  .comment--even .comment__sub {
    margin: 0 auto;
    padding: 5%;
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #eeecec;
  }
}

@media only screen and (max-width: 660px) {
  .comment--even .comment__title {
    margin-left: 60%;
  }
}


@media only screen and (max-width: 500px) {
  .comment--even .comment__title {
    margin-left: 58%;
  }
}


@media only screen and (max-width: 360px) {
  .comment--even .comment__title {
    margin-left: 53%;
  }
}

/** ------------------------------
 * 背景色枠
 */
.bg {
  position: relative;
}

.bg::after {
  content: "";
  position: absolute;
  display: block;
  top: 4em;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: #eeecec;
}

.bg .comment {
  padding-top: 0;
}

.bg .comment + .comment {
  padding-top: 2vw;
}

.bg .comment--even .comment__sub {
  margin-top: 2%;
}

@media only screen and (max-width: 767px) {
  .bg .comment + .comment {
    padding-top: calc(30px + 5vw);
  }

  .bg .comment--even .comment__sub {
    margin-top: -5%;
  }

  .bg .comment__sub {
    background-color: #fff;
  }
}

/** ------------------------------------------------------------
 * news
 */
.news {
  padding-top: calc(60px + 4vw);
  padding-bottom: calc(60px + 5vw);
  line-height: 1.4;
}

.news__title {
  margin: 0 auto;
  padding: 0.25em 0.5em;
  display: table;
  line-height: 1.1;
  color: #fff;
  background-color: #000;
  font-size: 180%;
}

.news__titleText {
  margin-top: 0.5em;
  padding-bottom: calc(30px + 3vw);
  padding-left: 0.8em;
  text-align: center;
  letter-spacing: 0.8em;
  font-size: 80%;
}

.newsList {
  margin: 0 auto;
  max-width: 960px;
}

.newsList__wrap {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.newsList__item {
  padding: 0 40px;
  display: table-cell;
  vertical-align: top;
}

@media only screen and (max-width: 700px) {
  .newsList__wrap {
    display: block;
    width: auto;
  }

  .newsList__item {
    padding: 0 4%;
    display: block;
  }

  .newsList__item +  .newsList__item {
    margin-top: calc(50px + 8vw);
  }
}

.newsList__img {
  margin-bottom: 1.5em;
}

.newsList__img a {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.newsList__img img {
  margin: 0 auto;
  display: block;
  width: 100%;
}

@media only screen and (max-width: 700px) {
  .newsList__img img {
    max-width: 320px;
  }
}

.newsList__img a:hover {
  opacity: 0.8;
}

.newsList__date {
  margin-bottom: 1em;
  display: block;
  text-align: center;
  font-weight: 700;
}

@media only screen and (max-width: 700px) {
  .newsList__date {
    font-size: 110%;
  }
}

@media only screen and (max-width: 600px) {
  .newsList__date {
    font-size: 120%;
  }
}

.newsList__date::before,
.newsList__date::after {
  content: "";
  margin-top: 0.7em;
  border-top: 2px solid #000;
  display: inline-block;
  vertical-align: top;
  width: 1.2em;
  height: 0;
}

.newsList__award {
  margin-bottom: 1em;
  padding: 0.1em 0.6em;
  display: table;
  color: #fff;
  background-color: #000;
  font-size: 90%;
  font-weight: 700;
}

@media only screen and (max-width: 700px) {
  .newsList__award {
    font-size: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .newsList__award {
    font-size: 110%;
  }
}

.newsList__title {
  font-weight: 700;
}

@media only screen and (max-width: 700px) {
  .newsList__title {
    font-size: 120%;
  }
}

@media only screen and (max-width: 600px) {
  .newsList__title {
    font-size: 130%;
  }
}

.newsList__notes {
  color: #666;
  font-size: 0.8em;
  font-weight: normal;
}

.newsList__author {
  margin-top: 0.8em;
}

/** ------------------------------------------------------------
 * footer
 */
footer {
  padding: calc(20px + 2%) 4% calc(20px + 2.5%);
  line-height: 1.4;
  color: #fff;
  background-color: #000;
  text-align: center;
}

.footerLink {
  margin-bottom: 1.4em;
  font-size: 114%;
  font-weight: bold;
}

.footerLink a {
  padding: 0.5em 3em;
  border: 1px solid #000;
  -webkit-border-radius: 3em;
          border-radius: 3em;
  display: inline-block;
  color: #000;
  background-color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.footerLink a:hover {
  border-color: #fff;
  color: #fff;
  background-color: #000;
}

.copyright {
  color: #b5b5b5;
  font-size: calc(11px + 0.25vw);
}

.copyright small + small {
  margin-left: 1em;
}

.copyright span {
  margin-right: 0.1em;
  padding: 1px 0.4em;
  border: 1px solid #b5b5b5;
  display: inline-block;
  line-height: 1;
}

/** ------------------------------------------------------------
 * アニメーション設定
 */
.JSanimation--on {
  position: relative;
}

@keyframes slideAnimation {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}

/** ------------------------------
 * header
 */
.pageTitle__main.JSanimation--on > span {
  display: block;
}

.pageTitle__main.JSanimation--on > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
}

.pageTitle__main.JSanimation--motion > span::before {
  animation-name: slideAnimation;
  animation-duration: 0.55s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}

.pageTitle__sub.JSanimation--on > span {
  display: block;
}

.pageTitle__sub.JSanimation--on > span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
}

.pageTitle__sub.JSanimation--motion > span::before {
  animation-name: slideAnimation;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
}

/** ------------------------------
 * advice
 */
.advice__title.JSanimation--on > span {
  position: relative;
}

.advice__title.JSanimation--on > span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: #000;
}

.advice__title.JSanimation--motion > span::before {
  animation-name: slideAnimation;
  animation-duration: 0.6s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}

.advice__title.JSanimation--motion > span + span::before {
  animation-delay: 0.6s;
}

/** ------------------------------
 * comment
 */
.comment--award .comment__sub.JSanimation--on::before,
.comment--award .comment__sub.JSanimation--on::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #eeecec;
}

.comment--award .comment__sub.JSanimation--motion::before,
.comment--award .comment__sub.JSanimation--motion::after {
  animation-name: slideAnimation;
  animation-duration: 0.6s;
  animation-delay: 1.1s;
  animation-fill-mode: forwards;
}

@media only screen and (max-width: 767px) {
  .comment--award .comment__sub.JSanimation--motion::before,
  .comment--award .comment__sub.JSanimation--motion::after {
    animation-delay: 0.3s;
  }
}

.comment--award .comment__sub.JSanimation--on::before {
  bottom: 0;
}

.comment--award .comment__sub.JSanimation--on::after {
  height: 65px;
  background-color: #000;
}

.comment--award + .comment--award .comment__sub.JSanimation--on::after {
  background-color: #fff;
}

.comment__name.JSanimation--on::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: #eeecec;
}

.comment__name.JSanimation--motion::before {
  animation-name: slideAnimation;
  animation-duration: 0.6s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}

@media only screen and (max-width: 767px) {
  .comment__name.JSanimation--motion::before {
    animation-delay: 0.3s;
  }
}

.comment__link.JSanimation--on::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: #eeecec;
}

.comment__link.JSanimation--motion::before {
  animation-name: slideAnimation;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.comment__corp.JSanimation--on {
  display: inline-block;
}

.comment__corp.JSanimation--on::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
}

.comment--even .comment__corp.JSanimation--on::before {
  right: 0;
}

.comment--odd .comment__corp.JSanimation--on::before {
  left: 0;
}

.bg .comment__corp.JSanimation--on::before {
  background-color: #eeecec;
}

.comment__corp.JSanimation--motion::before {
  animation-name: slideAnimation;
  animation-duration: 0.6s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}

.comment--odd .comment__sub.JSanimation--on::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
}

.bg .comment--odd .comment__sub.JSanimation--on::before {
  background-color: #eeecec;
}

.comment--odd .comment__sub.JSanimation--motion::before {
  animation-name: slideAnimation;
  animation-duration: 0.6s;
  animation-delay: 1.1s;
  animation-fill-mode: forwards;
}

@media only screen and (max-width: 767px) {
  .comment--odd .comment__sub.JSanimation--on {
    position: absolute;
  }

  .comment--odd .comment__sub.JSanimation--motion::before {
    animation-delay: 1.1s;
  }
}

.comment--odd .comment__sub.JSanimation--on::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 65px;
  background-color: #000;
}

.comment--odd .comment__sub.JSanimation--motion::after {
  animation-name: slideAnimation;
  animation-duration: 0.6s;
  animation-delay: 1.1s;
  animation-fill-mode: forwards;
}

.bg .comment--odd .comment__sub.JSanimation--on::after {
  height: 4em;
  background-color: #fff;
}

.comment--even .comment__sub.JSanimation--on::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
}

.comment--even .comment__sub.JSanimation--motion::before {
  animation-name: slideAnimation;
  animation-duration: 0.6s;
  animation-delay: 1.1s;
  animation-fill-mode: forwards;
}

@media only screen and (max-width: 767px) {
  .comment--even .comment__sub.JSanimation--on {
    position: absolute;
  }

  .comment--even .comment__sub.JSanimation--motion::before {
    animation-delay: 1.1s;
  }
}

.bg .comment--even .comment__sub.JSanimation--on::before {
  background-color: #eeecec;
}

/** ------------------------------
 * NEWS
 */
.news__title.JSanimation--on::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
}

.news__title.JSanimation--motion::before {
  animation-name: slideAnimation;
  animation-duration: 0.6s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}

.newsList__award.JSanimation--on::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
}

.newsList__award.JSanimation--motion::before {
  animation-name: slideAnimation;
  animation-duration: 0.6s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}

/** ------------------------------
 * footer
 */
.footerLink.JSanimation--on::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #000;
}

.footerLink.JSanimation--motion::before {
  animation-name: slideAnimation;
  animation-duration: 1.1s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}