@charset "UTF-8";
body {
  background-color: #eaedf3;
  color: #000;
  font-family: 'Noto Serif', 'Noto Serif JP', YuGothic, YuGothicM, "メイリオ", sans-serif;
  overflow: hidden;
  counter-reset: number 0;
  position: relative; }
  @media screen and (max-width: 767px) {
    body {
      background-color: #eaedf3; } }

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  letter-spacing: 0.04em; }
  a:hover {
    color: #CBB047; }

sup {
  font-size: 0.75rem;
  color: #000; }

p, li, dt, dd, h1, h2, h3, h4 {
  line-height: 1.7;
  font-weight: normal;
  letter-spacing: 0.04em; }

p {
  font-size: 1rem; }

@media screen and (max-width: 767px) {
  p, dt, dd {
    font-size: 1rem; } }

.nunito {
  font-family: 'Nunito', sans-serif;
  font-weight: 600; }

/* button */
.btn-common {
  margin: 0 auto; }
  .btn-common a {
    display: block;
    width: 100%;
    max-width: 220px;
    height: 48px;
    line-height: 48px;
    margin: 0 auto;
    font-size: 0.875rem;
    background-color: #CBB047;
    color: #fff;
    text-align: center; }
    .btn-common a:hover {
      opacity: 0.8; }

.text-small {
  font-size: 0.8rem;
  font-weight: normal;
  display: block;
  line-height: 1.5;
  margin-top: 8px; }

/* float */
.f-l {
  float: left; }

.f-r {
  float: right; }

/* smartphone */
@media screen and (min-width: 767px) {
  .pc-only {
    display: block; }
  .sp-only {
    display: none !important; }
  .pc-tb-only {
    display: block; }
  .br-pc {
    display: block; }
  .br-sp {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important; }
  .pc-tb_only {
    display: block; }
  .sp-only {
    display: block; }
  .br-pc {
    display: none !important; }
  .br-sp {
    display: block; } }

@media screen and (max-width: 480px) {
  .pc-tb-only {
    display: none !important; }
  .sp-only {
    display: block; } }

@media screen and (min-width: 320px) {
  .ssp-only {
    display: none; } }

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

/* layout */
.content-wrap {
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 1240px) {
    .content-wrap {
      margin: 0 20px; } }

img {
  width: 100%;
  height: auto;
  vertical-align: middle; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.t-l {
  text-align: left; }

.t-c {
  text-align: center; }

.t-r {
  text-align: right; }

.fixed {
  position: fixed;
  width: 100%; }

.bg-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.mainvisual-area {
  width: 100%;
  position: relative; }
  .mainvisual-area .mainvisual-content {
    position: relative; }
    .mainvisual-area .mainvisual-content::before {
      content: "";
      display: block;
      padding-top: 53.4%; }
  .mainvisual-area .mainvisual-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .mainvisual-area .mainvisual-inner h1 {
      width: 8.3%;
      position: absolute;
      top: 10%;
      right: 10%;
      z-index: 3; }
  .mainvisual-area #cover-pc {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 2; }
  .mainvisual-area .slider_wrap {
    width: 100%;
    height: 100%; }
  .mainvisual-area .cover_pc li:first-of-type span {
    background-image: url(../img/pc/mainvisual-img.jpg); }
  .mainvisual-area .cover_pc li:nth-of-type(2) span {
    background-image: url(../img/pc/mainvisual-img-02.jpg); }
  .mainvisual-area .cover_pc li:nth-of-type(3) span {
    background-image: url(../img/pc/mainvisual-img-03.jpg); }
  .mainvisual-area .cover_pc li:nth-of-type(4) span {
    background-image: url(../img/pc/mainvisual-img-04.jpg); }
  @media screen and (max-width: 767px) {
    .mainvisual-area .content-wrap {
      max-width: 100%;
      margin: 0; }
    .mainvisual-area .mainvisual-content::before {
      padding-top: 119.5%; }
    .mainvisual-area .mainvisual-inner h1 {
      width: 19%; }
    .mainvisual-area #cover-sp {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      z-index: 2; }
    .mainvisual-area .slider_wrap {
      width: 100%;
      height: 100%; }
    .mainvisual-area .cover_sp li:first-of-type span {
      background-image: url(../img/sp/mainvisual-img.jpg); }
    .mainvisual-area .cover_sp li:nth-of-type(2) span {
      background-image: url(../img/sp/mainvisual-img-02.jpg); }
    .mainvisual-area .cover_sp li:nth-of-type(3) span {
      background-image: url(../img/sp/mainvisual-img-03.jpg); }
    .mainvisual-area .cover_sp li:nth-of-type(4) span {
      background-image: url(../img/sp/mainvisual-img-04.jpg); } }

.concept-area {
  padding: 80px 0; }
  .concept-area .content-wrap {
    max-width: 1000px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 1240px) {
      .concept-area .content-wrap {
        margin: 0 auto; } }
    @media screen and (max-width: 1040px) {
      .concept-area .content-wrap {
        margin: 0 20px; } }
    .concept-area .content-wrap h2 {
      width: 6.4%; }
    .concept-area .content-wrap p {
      width: 72.1%; }
    .concept-area .content-wrap .img {
      width: 8.8%;
      margin-top: 6.2%; }
  @media screen and (max-width: 767px) {
    .concept-area {
      padding: 40px 0; }
      .concept-area .content-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .concept-area .content-wrap h2 {
          width: 75.4%;
          margin-bottom: 10%; }
        .concept-area .content-wrap p {
          width: 100%;
          margin-bottom: 10%; }
        .concept-area .content-wrap .img {
          width: 30%;
          margin: 0 auto; } }

.service-area {
  padding: 56px 0 32px; }
  .service-area .content-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .service-area h2 {
    width: 8.6%; }
  .service-area .service-list {
    width: 83.9%; }
    .service-area .service-list li {
      width: 48.4%;
      margin-bottom: 3.5%; }
      .service-area .service-list li a {
        display: block; }
        .service-area .service-list li a:hover {
          opacity: 0.8; }
    .service-area .service-list li:nth-of-type(3),
    .service-area .service-list li:last-of-type {
      margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .service-area {
      padding: 0 0 32px; }
      .service-area .content-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
      .service-area h2 {
        width: 100%;
        margin-bottom: 10%; }
      .service-area .service-list {
        width: 100%; }
        .service-area .service-list li {
          width: 100%;
          margin-bottom: 3%; }
        .service-area .service-list li:nth-of-type(3) {
          margin-bottom: 3%; } }

.bg-content .img {
  position: absolute;
  z-index: -1; }

.bg-content .img:first-of-type {
  width: 22.5%;
  top: 34%;
  left: 0; }

.bg-content .img:nth-of-type(2) {
  width: 31%;
  bottom: 10%;
  right: 0; }

@media screen and (max-width: 767px) {
  .bg-content .img:first-of-type {
    width: 54.6%;
    top: 28.5%; }
  .bg-content .img:nth-of-type(2) {
    width: 74.8%;
    bottom: 28.5%; } }

/* img effect  ------- mainvisual fadeIn */
.imgEffectAnime_main {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2.0s;
  animation-duration: 2.0s;
  -webkit-animation-name: imgEffectAnime_fadeIn;
  animation-name: imgEffectAnime_fadeIn;
  visibility: visible !important; }

/* img effect  ------- cover fadeIn */
.imgEffectAnime_fadeIn {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.0s;
  animation-duration: 1.0s;
  -webkit-animation-name: imgEffectAnime_fadeIn;
  animation-name: imgEffectAnime_fadeIn;
  visibility: visible !important; }

@-webkit-keyframes imgEffectAnime_fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes imgEffectAnime_fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* img effect  ------- top-dowm */
.imgEffectAnime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.0s;
  animation-duration: 1.0s;
  -webkit-animation-name: imgEffectAnime;
  animation-name: imgEffectAnime;
  visibility: visible !important; }

@-webkit-keyframes imgEffectAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@keyframes imgEffectAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

/* img effect  ------- left-right */
.imgEffectAnime_left_right {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.0s;
  animation-duration: 1.0s;
  -webkit-animation-name: imgEffectAnime_left_right;
  animation-name: imgEffectAnime_left_right;
  visibility: visible !important; }

@-webkit-keyframes imgEffectAnime_left_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@keyframes imgEffectAnime_left_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

/* img effect  ------- right - left */
.imgEffectAnime_right_left {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.0s;
  animation-duration: 1.0s;
  -webkit-animation-name: imgEffectAnime_right_left;
  animation-name: imgEffectAnime_right_left;
  visibility: visible !important; }

@-webkit-keyframes imgEffectAnime_right_left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@keyframes imgEffectAnime_right_left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

/* img effect  ------- _bottom_top */
.imgEffectAnime_bottom_top {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.0s;
  animation-duration: 1.0s;
  -webkit-animation-name: imgEffectAnime_bottom_top;
  animation-name: imgEffectAnime_bottom_top;
  visibility: visible !important; }

@-webkit-keyframes imgEffectAnime_bottom_top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@keyframes imgEffectAnime_bottom_top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

/* img effect  ------- cover fade in */
.imgEffectAnime_bg_cover {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.0s;
  animation-duration: 1.0s;
  -webkit-animation-name: imgEffectAnime_bg_cover;
  animation-name: imgEffectAnime_bg_cover;
  visibility: visible !important; }

@-webkit-keyframes imgEffectAnime_bg_cover {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  50% {
    opacity: 0.7;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@keyframes imgEffectAnime_bg_cover {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 0.4;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

/* header */
header .sub-nav {
  padding-top: 64px;
  font-size: 0.875rem;
  text-align: right;
  margin-bottom: 8px; }
  header .sub-nav li {
    display: inline-block;
    margin-right: 12px; }
    header .sub-nav li a {
      line-height: 1;
      padding-right: 12px;
      border-right: 1px solid #000; }
    header .sub-nav li:last-of-type {
      margin-right: 0; }
      header .sub-nav li:last-of-type a {
        padding-right: 0;
        border-right: none; }

header .nav {
  background-color: #eaedf3;
  padding: 16px 0;
  text-align: right; }
  header .nav li {
    display: inline-block;
    margin-right: 32px; }
    header .nav li:last-of-type {
      margin-right: 0; }

@media screen and (max-width: 767px) {
  header .nav {
    font-size: 0.75rem; }
    header .nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    header .nav li {
      margin-right: 0; } }

/* footer */
footer {
  background-color: #000;
  padding: 50px 0 60px;
  color: #fff; }
  footer .content-wrap {
    position: relative; }
  footer .logo {
    width: 190px;
    margin-bottom: 24px; }
  footer .sns-list {
    margin-top: 24px; }
    footer .sns-list li {
      width: 32px; }
    footer .sns-list li + li {
      margin-left: 20px; }
  footer .main-menu-list,
  footer .sub-menu-list {
    display: inline-block;
    line-height: 1;
    margin-bottom: 32px;
    padding-bottom: 2px;
    text-align: right; }
    footer .main-menu-list li,
    footer .sub-menu-list li {
      line-height: 1;
      margin-right: 24px; }
      footer .main-menu-list li a,
      footer .sub-menu-list li a {
        color: #fff; }
        footer .main-menu-list li a:hover,
        footer .sub-menu-list li a:hover {
          color: #CBB047; }
  footer .main-menu-list {
    padding-right: 24px;
    margin-right: 24px;
    border-right: 1px solid #fff; }
  footer .copyright {
    display: block;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0; }
  footer li {
    display: inline-block; }
    footer li:last-of-type {
      margin-right: 0; }
  footer small.copyright {
    line-height: 32px; }
  @media screen and (max-width: 1100px) {
    footer .company-info p,
    footer .main-menu-list li a,
    footer .sub-menu-list li a {
      font-size: 0.875rem; } }
  @media screen and (max-width: 960px) {
    footer .company-info p,
    footer .main-menu-list li a,
    footer .sub-menu-list li a {
      font-size: 0.75rem; } }
  @media screen and (max-width: 767px) {
    footer {
      padding: 40px 0 56px;
      text-align: center; }
      footer .company-info p {
        font-size: 0.75rem;
      }
      footer .main-menu-list li a,
      footer .sub-menu-list li a {
        font-size: 0.875rem; }
      footer .company-info {
        margin: 0 auto 32px; }
        footer .company-info a {
          color: #fff !important; }
      footer .logo {
        width: 160px;
        margin: 0 auto 32px; }
      footer .sns-list {
        margin-top: 32px; }
      footer .menulist {
        margin: 0 auto 40px;
        display: block; }
      footer .main-menu-list {
        padding-right: 0;
        margin-right: 0;
        border: none;
        margin-bottom: 0; }
      footer .sub-menu-list {
        margin-bottom: 0; }
      footer .main-menu-list,
      footer .sub-menu-list {
        padding-bottom: 0;
        text-align: center;
        line-height: 2;
        display: block;
        margin: 0 auto; }
      footer .copyright {
        display: block;
        position: relative;
        right: inherit;
        bottom: inherit;
        margin: 0 auto; }
      footer li {
        display: inline-block; }
        footer li:last-of-type {
          margin-right: 0; }
      footer small.copyright {
        line-height: 30px; } }

.page_top {
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 0;
  padding: 0; }
  .page_top a {
    display: block;
    width: 56px;
    height: 56px;
    background-color: #e60012;
    text-align: center;
    position: relative; }
    .page_top a::before {
      content: "";
      display: block;
      width: 8px;
      height: 35px;
      position: absolute;
      top: 52%;
      left: 58%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: url(../img/arrow-top.svg);
      background-size: contain;
      background-repeat: no-repeat; }
    .page_top a:hover {
      opacity: 0.8; }

/* 20210607更新 ---------------------------------------------------- */

.news-area {
  padding: 64px 0;
}

.news-area .content-wrap {
  flex-direction: row-reverse;
}

.news-area h2 {
  width: 8.6%;
}

.news-area .news-link {
    width: 83.9%;
}

.news-area .news-inner .left {
  width: 15%;
}

.news-area .news-inner .right {
  width: 80%;
}

.news-area .news-inner h3 {
  font-size: 1.125rem;
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
  margin-bottom: 16px;
}

.news-area .news-link p {
  font-size: 1rem;
}

.news-area .news-link a {
  display: block;
  background-color: #fff;
  padding: 32px 52px 32px 40px;
  position: relative;
}

.news-area .news-link a::before {
  content: "";
  display: block;
  height: calc(100% - 64px);
  width: 12px;
  background-color: #000;
  position: absolute;
  top: 32px;
  right: 0;
}

.news-area .news-link a::after {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  background-color: #e60012;
  position: absolute;
  top: 32px;
  right: 0;
}

.news-area .news-link a:hover {
  opacity: 0.8;
}

.news-area .news-link a:hover {
  color: #000;
}

.news-area .news-link .news-link-content + .news-link-content {
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .news-area {
    padding: 64px 0 100px;
  }

  .news-area h2 {
    width: 100%;
    margin-bottom: 10%;
  }

  .news-area .news-link {
      width: 100%;
  }

  .news-area .news-inner {
    padding-bottom: 16px;
    border-bottom: 1px solid #000;
    margin-bottom: 16px;
  }

  .news-area .news-inner .left {
    width: 30%;
  }

  .news-area .news-inner .right {
    width: 65%;
  }

  .news-area .news-inner h3 {
    font-size: 0.875rem;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }

  /* 20220106追加 ----------------------- */

  .news-area .news-link-content:first-of-type h3,
  .news-area .news-link-content:nth-of-type(2) h3,
  .news-area .news-link-content:nth-of-type(3) h3,
  .news-area .news-link-content:nth-of-type(4) h3,
  .news-area .news-link-content:nth-of-type(5) h3 {
    font-size: 1.125rem;
  }

  /* ------------------------------------- */

  .news-area .news-link p {
    font-size: 0.8rem;
  }

  .news-area .news-link a {
    padding: 20px 28px 20px 20px;
  }

  .news-area .news-link a::before {
    height: calc(100% - 40px);
    width: 8px;
    top: 20px;
  }

  .news-area .news-link a::after {
    height: 8px;
    width: 8px;
    top: 20px;
  }

  .news-area .news-link .news-link-content + .news-link-content {
    margin-top: 16px;
  }
}


footer .company-info p a {
  color: #fff;
}

/* 20230513追加 */
.movie-area {
  padding: 64px 0;
}

.movie-area .content-wrap {
  flex-direction: row-reverse;
}

.movie-area h2 {
  width: 8.6%;
}

.movie-area .movie-wrap {
  width: 83.9%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  flex-wrap: wrap;
}

.movie-text {
  width: 100px;
  display: flex;
  justify-content: flex-end;
}

.movie-text p {
  font-size: 1rem;
  line-height: 2;
  writing-mode: vertical-rl;
}

.movie-content {
  width: calc(100% - 160px);
}

.youtube-wrap {
  position: relative;
}

.youtube-wrap::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.youtube-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .movie-area {
    padding: 64px 0;
  }

  .movie-area h2 {
    width: 100%;
    margin-bottom: 10%;
  }

  .movie-area .movie-wrap {
      width: 100%;
  }

  .movie-text {
    width: 100%;
    margin-bottom: 32px;
  }

  .movie-text p {
    writing-mode: horizontal-tb;
    font-size: 0.875rem;
  }

  .movie-content {
    width: 100%;
  }
}
