@charset "UTF-8";

/* -----------------------------------------------------
COMMON
----------------------------------------------------- */

body {
  background-color: #fff;
  color: #000;
  font-family: 'Noto Sans', 'Noto Sans JP', YuGothic, YuGothicM, "メイリオ", sans-serif;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    body {
      background-color: #fff; } }

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

a:hover {
  opacity: 0.7;
}

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

p {
  font-size: 1rem; }

h2, h3, h4, p, span {
  letter-spacing: 0.05rem; }

.ttl-en {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600; }

h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  h2 span {
    display: inline-block; }
  h2 .ttl-en {
    font-size: 2.5rem;
    margin-right: 24px; }
  h2 .ttl-jp {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1;
    padding-left: 24px;
    margin-bottom: 8px;
    border-left: 1px solid #000; }
  @media screen and (max-width: 767px) {
    h2 .ttl-en {
      font-size: 1.75rem;
      margin-right: 16px; }
    h2 .ttl-jp {
      font-size: 1rem;
      padding-left: 16px; } }

/* button */
.btn-common a, .btn-common .btn-inner input {
  display: inline-block;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.125rem;
  position: relative;
  padding: 0 32px 10px 0;
  border-bottom: 1px solid #000;
  }
  .btn-common a:hover, .btn-common .btn-inner:hover {
    opacity: 0.8; }

.btn-common a::before, .btn-common .btn-inner::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: 18px;
  right: 7px; }

.btn-common a::after, .btn-common .btn-inner::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  bottom: 12px;
  right: 0; }

.btn-jp a, .btn-jp .btn-inner input {
  font-family: 'Noto Sans JP' sans-serif;
}

.btn-jp a::before, .btn-jp .btn-inner::before {
  bottom: 21px;
}

.btn-jp a::after, .btn-jp .btn-inner::after {
  bottom: 15px;
}

@media screen and (max-width: 767px) {
  .btn-common a, .btn-common .btn-inner input {
    font-size: 1rem !important; }
    .btn-common a::before, .btn-common .btn-inner::before {
      width: 4px;
      height: 4px;
      bottom: 17px;
      right: 6.5px; }
    .btn-common a::after, .btn-common .btn-inner::after {
      width: 16px;
      height: 16px;
      bottom: 11px; }

      .btn-jp a::before, .btn-jp .btn-inner::before {
        bottom: 20px;
      }

      .btn-jp a::after, .btn-jp .btn-inner::after {
        bottom: 14px;
      }
}

/* 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: 1080px;
  margin: 0 auto; }
  @media screen and (max-width: 1128px) {
    .content-wrap {
      margin: 0 24px; } }

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; }

.cat {
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  background-color: #DBA042;
  padding: 4px 12px;
 }

.date {
   font-family: 'Josefin Sans', sans-serif;
   font-size: 0.875rem;
 }

table {
 width: 100%;
 text-align: left;
 border-spacing: inherit;
 border-bottom: 1px solid #000; }

table th, table td {
   padding: 16px 16px 16px 40px;
   border-top: 1px solid #000; }

table th {
   color: #fff;
   font-weight: 500;
   background-color: #DBA042; }

@media screen and (max-width: 767px) {
  table th, table td {
     padding: 16px;
     font-size: 0.875rem; }
}

/*　パンくずリスト */
#breadcrumbs {
  margin-bottom: 16px;
  padding-top: 16px;
  border-top: 1px solid #ccc;
}

#breadcrumbs a {
  color: #000;
}

#breadcrumbs a,
#breadcrumbs span {
  font-size: 0.75rem;
}


/* ページネーション  */
.pagination h2,
.pagination .prev,
.pagination .next {
  display: none !important;
}

.pagination {
  text-align: center; }

.pagination .page-numbers {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2rem;
  display: inline-block;
}

.pagination .page-numbers + .page-numbers {
  margin-left: 56px;
}

.pagination span.current {
  position: relative;
}

.pagination span.current::after {
  content: "";
  width: 32px;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .pagination .page-numbers + .page-numbers {
    margin-left: 40px;
  }

  .pagination .page-numbers {
    font-size: 1.25rem;
  }

  .pagination span.current::after {
    width: 24px;
  }
}

/* NEWS詳細ページ、プライバシーポリシー */
.short-page {
  padding: 40px 0 112px;
}

.short-page .content-wrap {
  max-width: 640px;
}

.short-page h2,
.short-page h3,
.short-page h4,
.short-page h5,
.short-page p,
.short-page dl,
.short-page ul,
.short-page ol,
.short-page div,
.short-page a,
.short-page img,
.short-page table {
  margin-bottom: 24px;
}

.short-page h2 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #DBA042;
}

.short-page h3 {
  font-size: 1rem;
  font-weight: 500;
}

.short-page a {
  color: #DBA042;
  word-break: break-all;
}

.short-page .btn-common a {
  color: #000;
}

.short-page ul li {
  padding-left: 16px;
  position: relative;
}

.short-page ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #DBA042;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}

.short-page ol {
  padding-left: 16px;
}

.short-page ol li {
  list-style: decimal;
}

.short-page .box {
  border: 1px solid #000;
  padding: 24px 24px 0;
}


@media screen and (max-width: 1128px) {
  .short-page .content-wrap {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .short-page {
    padding: 80px 0;
  }
}

@media screen and (max-width: 688px) {
  .short-page .content-wrap {
    margin: 0 24px;
  }
}

/* -----------------------------------------------------
TOP
----------------------------------------------------- */

.page-mainvisual-area {
  height: 400px;
  background-size: cover;
  background-position: center;
  margin-bottom: 200px;
  position: relative; }
  .page-mainvisual-area h1 {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -118px;
    padding: 64px 144px 64px 10%;
    background-color: #fff; }
    .page-mainvisual-area h1 span {
      display: block; }
    .page-mainvisual-area h1 .ttl-en {
      font-size: 3.5rem;
      border-bottom: 1px solid #000;
      margin-bottom: 16px; }
    .page-mainvisual-area h1 .ttl-jp {
      font-size: 1.375rem;
      font-weight: 500; }
  @media screen and (max-width: 767px) {
    .page-mainvisual-area {
      height: 220px;
      margin-top: 56px;
      margin-bottom: 150px; }
      .page-mainvisual-area h1 {
        padding: 32px 40px 32px 24px;
        bottom: -88px; }
        .page-mainvisual-area h1 .ttl-en {
          font-size: 2rem; }
        .page-mainvisual-area h1 .ttl-jp {
          font-size: 1rem; } }

@-webkit-keyframes scroll-anim {
  0% {
    height: 0;
    opacity: 0; }
  30% {
    height: 100px;
    opacity: 1; }
  50% {
    height: 100px;
    opacity: 0; }
  100% {
    height: 100px;
    opacity: 0; } }

@keyframes scroll-anim {
  0% {
    height: 0;
    opacity: 0; }
  30% {
    height: 100px;
    opacity: 1; }
  50% {
    height: 100px;
    opacity: 0; }
  100% {
    height: 100px;
    opacity: 0; } }

.mainvisual-area {
  position: relative;
  background-image: url(img/mainvisual-bg.jpg);
  background-size: cover;
  background-position: bottom center;
  width: 100%;
  height: 580px; }
  .mainvisual-area h1 {
    padding-top: 8%;
    margin-bottom: 12%; }
    .mainvisual-area h1 span {
      display: block; }
    .mainvisual-area h1 .ttl-en {
      font-size: 3.5rem;
      font-weight: 600;
      margin-bottom: 2%;
      line-height: 1.4; }
    .mainvisual-area h1 .ttl-jp {
      font-size: 1.375rem;
      letter-spacing: 0.2rem;
      font-weight: 500; }
  .mainvisual-area .scroll span {
    display: block;
    width: 1px;
    height: 0;
    background-color: #000;
    position: absolute;
    top: calc(100% - 50px);
    left: 10%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9999;
    -webkit-animation: scroll-anim 2.5s ease-in-out infinite;
    animation: scroll-anim 2.5s ease-in-out infinite; }
  @media screen and (max-width: 767px) {
    .mainvisual-area {
      margin-top: 56px;
      height: 500px;
      background-image: url(img/mainvisual-bg-sp.jpg);}
      .mainvisual-area h1 {
        padding-top: 64px;
        margin-bottom: 56px; }
        .mainvisual-area h1 .ttl-en {
          font-size: 1.6rem; }
        .mainvisual-area h1 .ttl-jp {
          font-size: 1rem;
          letter-spacing: 0.1rem; } }

.news-area {
  padding: 112px 0 0; }
  .news-area h2 {
    margin-bottom: 56px; }
  .news-area .news-list {
    margin-bottom: 40px; }
    .news-area .news-list li {
      width: 30%; }

      .news-area .news-list::after {
        content:"";
        display:block;
        width: 30%;
        height:0;
      }

      .news-area .news-list li .img {
        margin-bottom: 24px;
        position: relative; }
      .news-area .news-list li .img::before {
        content: "";
        display: block;
        padding-top: 56.25%;
      }
      .news-area .news-list li .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
      }

      .news-area .news-list li .cat {
        display: inline-block;
        margin-bottom: 12px; }
      .news-area .news-list li h3 {
        font-size: 1rem;
        font-weight: 500;
        margin-bottom: 4px; }

  .news-area .btn-common {
    text-align: right; }
  @media screen and (max-width: 767px) {
    .news-area {
      padding: 80px 0 0; }
      .news-area h2 {
        margin-bottom: 32px; }
      .news-area .news-list li {
        width: 100%; }
      .news-area .news-list li + li {
        margin-top: 32px; } }

.service-area {
  padding: 112px 0;
 }
  .service-area .flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .service-area .left {
    width: 46%; }
    .service-area .left h2 {
      margin-bottom: 24px; }
    .service-area .left p {
      margin-bottom: 56px; }
  .service-area .right {
    width: 43%; }
  @media screen and (max-width: 767px) {
    .service-area {
      padding: 80px 0; }
      .service-area .left,
      .service-area .right {
        width: 100%; }
      .service-area .left {
        margin-bottom: 40px; }
        .service-area .left h2 {
          margin-bottom: 32px; }
        .service-area .left p {
          margin-bottom: 0; }
      .service-area .right .img {
        margin-bottom: 32px; }
      .service-area .right .btn-common {
        text-align: right; } }

/* -----------------------------------------------------
ABOUT
----------------------------------------------------- */

#about .page-mainvisual-area {
  background-image: url(img/pc/about-mainvisual-img.jpg); }

#about .mission-area {
  margin-bottom: 100px; }
  #about .mission-area h2 {
    margin-bottom: 64px; }

  #about .mission-area .mission-content {
    border: 1px solid #000;
    padding: 40px;
  }
  #about .mission-area .mission-content h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 32px;
    padding-bottom: 16px;
    border-bottom: 1px solid #000;
  }

#about .member-area {
  background-image: url(img/pc/member-banner.jpg);
  background-size: cover;
  color: #fff;
  padding: 80px 0;
  position: relative; }
  #about .member-area::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8; }
  #about .member-area .flex {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    z-index: 10; }
  #about .member-area h2 {
    display: block; }
    #about .member-area h2 span {
      display: block; }
    #about .member-area h2 .ttl-jp {
      padding-left: 0;
      border-left: none; }
  #about .member-area .btn-common a {
    color: #fff;
    border-bottom: 1px solid #fff; }
    #about .member-area .btn-common a::before {
      border-top: 1px solid #fff;
      border-right: 1px solid #fff; }
    #about .member-area .btn-common a::after {
      border: 1px solid #fff; }

#about .company-area {
  padding: 100px 0 112px; }
  #about .company-area h2 {
    margin-bottom: 64px; }
    #about .company-area table th {
      width: 25%;
    }
    #about .company-area table td {
      width: 75%; }

@media screen and (max-width: 767px) {
  #about .mission-area {
    margin-bottom: 80px; }
    #about .mission-area h2 {
      margin-bottom: 32px; }
    #about .mission-area .mission-content {
      padding: 32px 24px; }
      #about .mission-area .mission-content h3 {
        font-size: 1.125rem;
      }
    #about .mission-area .mission-list li + li {
      margin-top: 32px; }
  #about .member-area {
    padding: 64px 0; }
  #about .company-area {
    padding: 80px 0; }
    #about .company-area h2 {
      margin-bottom: 32px; }
 }

@media screen and (max-width: 480px) {
  #about .page-mainvisual-area {
    background-image: url(img/sp/about-mainvisual-img.jpg); }
  #about .member-area {
    background-image: url(img/sp/member-banner.jpg); } }


/* -----------------------------------------------------
NEWS
----------------------------------------------------- */

#news .page-mainvisual-area {
  background-image: url(img/pc/news-mainvisual-img.jpg); }

#news .news-area {
  padding: 0 0 56px; }
  #news .news-area .news-cat {
    margin-bottom: 80px; }
    #news .news-area .news-cat li {
      display: inline-block;
      line-height: 1;
      padding-right: 16px;
      margin-right: 16px;
      border-right: 1px solid #000; }
      #news .news-area .news-cat li:last-of-type {
        padding-right: 0;
        margin-right: 0;
        border-right: none; }
    #news.publication .news-area .news-cat .cat-item-3 a,
    #news.pressrelease .news-area .news-cat .cat-item-4 a,
    #news.information .news-area .news-cat .cat-item-2 a,
    .blog #news .news-area .news-cat .all-news a {
      font-weight: 500;
      padding-bottom: 12px;
      border-bottom: 1px solid #000;
    }

  #news .news-area .news-list li {
    margin-bottom: 56px; }

@media screen and (max-width: 767px) {
  #news .news-area {
    padding: 0 0 56px; }
    #news .news-area .news-cat {
      margin-bottom: 40px; }
      #news .news-area .news-cat li {
        padding-right: 6px;
        margin-right: 6px;
        margin-bottom: 24px;
        border-right: none;
        position: relative; }
        #news .news-area .news-cat li::after {
          content: "";
          display: block;
          width: 1px;
          height: 10px;
          background: #000;
          position: absolute;
          top: 5px;
          right: -3px; }
        #news .news-area .news-cat li a {
          font-size: 0.75rem; }
        #news .news-area .news-cat li:last-of-type:after {
          content: none; }
    #news .news-area .news-list {
      margin-bottom: 56px; }
      #news .news-area .news-list li {
        margin-bottom: 0; } }

@media screen and (max-width: 480px) {
  #news .page-mainvisual-area {
    background-image: url(img/sp/news-mainvisual-img.jpg); } }


/* -----------------------------------------------------
SERVICE
----------------------------------------------------- */

#service .page-mainvisual-area {
  background-image: url(img/pc/service-mainvisual-img.jpg); }

#service .service-sub-ttl {
  display: block;
  font-weight: 500; }

#service .service-page-area {
  padding-bottom: 112px; }

#service .service-description {
  margin-bottom: 40px;
}

#service .service-list li {
  width: 48%;
  border: 1px solid #000;
  padding: 40px;
}

#service .service-list h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
}

#service .related-site-area h2 {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  background-color: #DBA042;
  padding: 12px 32px;
  margin-bottom: 64px; }

#service .related-site-area .flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#service .related-site-area .left {
  width: 58%; }
  #service .related-site-area .left h3 {
    max-width: 100%;
    margin-bottom: 24px; }
  #service .related-site-area .left .service-sub-ttl {
    font-size: 1.125rem;
    margin-bottom: 32px; }
  #service .related-site-area .left p {
    margin-bottom: 40px; }

#service .related-site-area .english-area {
  margin-bottom: 80px; }
  #service .related-site-area .english-area .left h3 {
    width: 184px; }
  #service .related-site-area .english-area .right {
    width: 26%; }

#service .related-site-area .programming-area {
  margin-bottom: 100px; }
  #service .related-site-area .programming-area .left h3 {
    width: 298px; }
  #service .related-site-area .programming-area .right {
    width: 24.4%; }

#service .related-site-area .tenshoku-area .left h3 {
  width: 90px; }

#service .related-site-area .tenshoku-area .right {
  width: 32.2%; }

@media screen and (max-width: 767px) {
  #service .service-page-area {
    padding-bottom: 80px; }
  #service .related-site-area h2 {
    font-size: 1rem;
    padding: 8px 16px;
    margin-bottom: 40px; }
  #service .related-site-area .left {
    width: 100%; }
    #service .related-site-area .left h3 {
      margin-bottom: 16px; }
    #service .related-site-area .left .service-sub-ttl {
      font-size: 1rem;
      letter-spacing: 0;
      margin-bottom: 40px; }
    #service .related-site-area .left .img {
      margin: 0 auto 40px; }
    #service .related-site-area .left p {
      margin-bottom: 40px; }
    #service .related-site-area .left .btn-common {
      text-align: right; }
  #service .related-site-area .english-area .left h3 {
    width: 165.6px; }
  #service .related-site-area .english-area .left .img {
    width: 70%; }
  #service .related-site-area .programming-area {
    margin-bottom: 80px; }
    #service .related-site-area .programming-area .left h3 {
      width: 268.2px; }
    #service .related-site-area .programming-area .left .img {
      width: 70%; }
  #service .related-site-area .tenshoku-area .left h3 {
    width: 81px; }

    #service .service-list li {
      width: 100%;
      padding: 32px 24px;
    }

    #service .service-list li + li {
      margin-top: 24px;
    }

    #service .service-list h3 {
      font-size: 1.125rem;
    }

  }

@media screen and (max-width: 480px) {
  #service .page-mainvisual-area {
    background-image: url(img/sp/service-mainvisual-img.jpg); } }


/* -----------------------------------------------------
MEMBER
----------------------------------------------------- */

#member .page-mainvisual-area {
  background-image: url(img/pc/member-mainvisual-img.jpg); }

#member .member-page-area {
  padding-bottom: 112px; }

#member .member-list li + li {
  margin-top: 80px;
}

#member .member-list .left {
  width: 22%;
}

#member .member-list .img {
  position: relative;
}

#member .member-list .img::before {
  content: "";
  display: block;
  padding-top: 100%;
}

#member .member-list .left .img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

#member .member-list .right {
  width: 70%; }
  #member .member-list .right h2 {
    font-size: 1.625rem;
    font-weight: 500;
    margin-bottom: 16px; }
  #member .member-list .right .degree {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #fff;
    background-color: #DBA042;
    padding: 4px 16px;
    margin-bottom: 40px; }

#member .member-list .performance {
  margin-top: 32px;
  background-color: #F5F5F5;
  padding: 24px; }

@media screen and (max-width: 767px) {
  #member .member-page-area {
    padding-bottom: 80px; }
  #member .member-list .flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px; }
  #member .member-list .left {
    width: 30%; }
  #member .member-list .right {
    width: 60%; }
    #member .member-list .right h2 {
      font-size: 1.25rem;
      margin-bottom: 8px; }
    #member .member-list .right .degree {
      font-size: 0.75rem;
      margin-bottom: 0; }
  #member .member-list .profile-description {
    width: 100%; } }

@media screen and (max-width: 480px) {
  #member .page-mainvisual-area {
    background-image: url(img/sp/member-mainvisual-img.jpg); } }

/* -----------------------------------------------------
CONTACT
----------------------------------------------------- */

#contact .page-mainvisual-area {
  background-image: url(img/pc/contact-mainvisual-img.jpg); }

#contact .contact-area {
  padding-bottom: 112px; }
  #contact .contact-area .content-wrap {
    max-width: 540px; }
    #contact .contact-area .content-wrap p {
      font-weight: 500;
      margin-bottom: 64px; }
    #contact .contact-area .content-wrap .form-content + .form-content {
      margin-top: 32px; }
    #contact .contact-area .content-wrap .form-inquiry {
      margin-bottom: 56px; }
    #contact .contact-area .content-wrap label {
      display: block;
      margin-bottom: 16px; }
    #contact .contact-area .content-wrap input[type="text"],
    #contact .contact-area .content-wrap input[type="email"] {
      display: block;
      width: 100%;
      height: 48px;
      line-height: 48px;
      border: 1px solid #000;
      padding: 16px; }
    #contact .contact-area .content-wrap textarea {
      width: 100%;
      height: 240px;
      border: 1px solid #000;
      border-radius: 0;
      padding: 16px; }
    #contact .contact-area .content-wrap .btn-common {
      text-align: right; }
      #contact .contact-area .content-wrap .btn-common .btn-inner {
        position: relative;
        z-index: 1; }
        /* #contact .contact-area .content-wrap .btn-common .btn-inner input {
          font-family: 'Noto Sans JP' sans-serif;
          font-weight: 500; }
        #contact .contact-area .content-wrap .btn-common .btn-inner::before {
          content: "";
          display: block;
          width: 6px;
          height: 6px;
          border-top: 1px solid #000;
          border-right: 1px solid #000;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          position: absolute;
          bottom: 21px;
          right: 7px;
          z-index: -1; }
        #contact .contact-area .content-wrap .btn-common .btn-inner::after {
          content: "";
          display: block;
          width: 18px;
          height: 18px;
          border: 1px solid #000;
          border-radius: 50%;
          position: absolute;
          bottom: 15px;
          right: 0;
          z-index: -1; } */

@media screen and (max-width: 1128px) {
  #contact .contact-area .content-wrap {
    margin: 0 auto; } }

@media screen and (max-width: 767px) {
  #contact .contact-area {
    padding-bottom: 80px; }
    #contact .contact-area .content-wrap p {
      margin-bottom: 40px; }
    #contact .contact-area .content-wrap .form-content + .form-content {
      margin-top: 24px; }
    #contact .contact-area .content-wrap .form-inquiry {
      margin-bottom: 40px; }
    #contact .contact-area .content-wrap label {
      margin-bottom: 8px; }
    #contact .contact-area .content-wrap input[type="text"],
    #contact .contact-area .content-wrap input[type="email"] {
      height: 40px;
      line-height: 40px; }
    #contact .contact-area .content-wrap textarea {
      height: 200px; } }

@media screen and (max-width: 588px) {
  #contact .contact-area .content-wrap {
    margin: 0 24px; } }

@media screen and (max-width: 480px) {
  #contact .page-mainvisual-area {
    background-image: url(img/sp/contact-mainvisual-img.jpg); } }

/* -----------------------------------------------------
NEWS-page
----------------------------------------------------- */

#news-content .news-ttl .img {
  position: relative;
  margin-bottom: 40px;
}

#news-content .news-ttl .img::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

#news-content .news-ttl {
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
  margin-bottom: 40px;
}

#news-content .news-ttl .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#news-content .news-ttl .cat {
  display: inline-block;
  margin-bottom: 8px;
}

#news-content .news-ttl h1 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 8px;
}

#news-content .detail-content {
  margin-bottom: 56px;
}

#news-content .btn-common {
  text-align: right;
  margin-bottom: 0;
}

#news-content .btn-common a {
  margin-bottom: 0;
}

/* -----------------------------------------------------
privacypolicy-page
----------------------------------------------------- */

#privacypolicy h1 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 40px;
}

#privacypolicy dl {
  margin-bottom: 0;
}

#privacypolicy dl:last-of-type {
  margin-bottom: 24px;
}

#privacypolicy dt, #privacypolicy dd {
  display: inline-block;
}

/* -----------------------------------------------------
header
----------------------------------------------------- */
#top-head {
  height: 80px;
  background: #fff; }
  #top-head .logo {
    width: 194px;
    line-height: 80px; }
  #top-head .nav li {
    display: inline-block; }
    #top-head .nav li a {
      font-family: 'Josefin Sans', sans-serif;
      line-height: 80px; }
  #top-head .nav li + li {
    margin-left: 32px; }

@media screen and (max-width: 767px) {
  /* header */
  #top-head {
    width: 100%;
    margin: 0 auto 0;
    line-height: 1;
    z-index: 99999;
    height: 56px;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff; }
    #top-head .logo {
      width: 152px;
      line-height: 56px; }
  #top-head a,
  #top-head {
    text-decoration: none; }
  /* Toggle Button */
  #nav-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 56px;
    cursor: pointer;
    z-index: 101; }
    #nav-toggle:hover {
      opacity: 0.7; }
  #nav-toggle div {
    position: relative; }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 1px;
    width: 45%;
    background: #000;
    left: 27.5%;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out; }
  #nav-toggle span:nth-child(1) {
    top: 16.5px;
    width: 50%;
    left: 25%; }
  #nav-toggle span:nth-child(2) {
    top: 26.5px;
    width: 40%;
    left: 35%; }
  #nav-toggle span:nth-child(3) {
    top: 36.5px;
    width: 30%;
    left: 45%; }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    right: -320px;
    top: 0;
    background: #fff;
    width: 320px;
    height: 100vh;
    text-align: left;
    padding: 80px 32px;
    z-index: 100;
    color: #fff; }
  .fade #global-nav {
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out; }
  #global-nav ul {
    list-style: none;
    right: 0;
    bottom: 0;
    width: 100%; }
    #global-nav ul li {
      display: block; }
      #global-nav ul li a {
        line-height: 64px; }
  #top-head .nav li {
    display: block; }
  #top-head .nav li + li {
    margin-left: 0; }
  #top-head .nav li a {
    line-height: 64px; }
  #global-nav ul .menu-logo {
    width: 140px;
    margin: 0 0 24px; }
  /* #nav-toggle 切り替えアニメーション */
  #top-head.open {
    position: fixed !important; }
  .open #nav-toggle span {
    background: #000; }
  .open #nav-toggle span:nth-child(1) {
    top: 26px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
    left: 30%; }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%; }
  .open #nav-toggle span:nth-child(3) {
    width: 50%;
    top: 26px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    -ms-transform: rotate(-315deg);
    transform: rotate(-315deg);
    left: 30%; }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateX(-320px);
    -webkit-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    transform: translateX(-320px);
    visibility: visible;
    border-left: 2px solid #fff; }
  .logo-area {
    position: absolute;
    top: 40px;
    width: 100%; }
    .logo-area .logo {
      width: 180px;
      z-index: 99; } }

/* -----------------------------------------------------
footer
----------------------------------------------------- */

footer {
  background-color: #F5F5F5;
  padding: 64px 0; }
  footer .content-wrap {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  footer .left {
    width: 40%; }
    footer .left .company-info {
      margin-bottom: 48px; }
    footer .left .btn-contact a {
      display: inline-block;
      font-family: 'Josefin Sans', sans-serif;
      height: 40px;
      line-height: 40px;
      text-align: center;
      padding: 0 20px 0 44px;
      border: 1px solid #000;
      border-radius: 20px;
      position: relative; }
      footer .left .btn-contact a::after {
        content: "";
        display: block;
        width: 18px;
        height: 14px;
        background: url(img/contact-ico.svg);
        position: absolute;
        top: 11px;
        left: 20px; }
  footer .right {
    width: 60%;
    text-align: right; }
    footer .right .footer-menu {
      margin-bottom: 16px; }
      footer .right .footer-menu li {
        display: inline-block;
        line-height: 1; }
      footer .right .footer-menu li + li {
        margin-left: 24px; }
      footer .right .footer-menu .menu-en a {
        font-family: 'Josefin Sans', sans-serif;
        font-size: 0.875rem; }
      footer .right .footer-menu .sub-menu {
        margin-left: 16px;
        padding-left: 16px;
        border-left: 1px solid #000; }
        footer .right .footer-menu .sub-menu a {
          font-size: 0.8rem;
          font-weight: 500; }
  footer small {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.875rem; }

    footer .related-site-list {
      padding-bottom: 16px;
      margin-bottom: 40px;
      border-bottom: 1px solid #000;
    }

    footer .related-site-list li {
      width: 23%;
      margin-bottom: 24px;
    }

    footer .related-site-list::before {
      content: "";
      display: block;
      width: 23%;
      order:1;
    }

    footer .related-site-list::after {
      content: "";
      display: block;
      width: 23%;
    }

  @media screen and (max-width: 767px) {
    footer {
      padding: 40px 0; }
      footer .left,
      footer .right {
        width: 100%; }
      footer .left {
        text-align: center;
        margin-bottom: 56px; }
        footer .left .company-info {
          margin-bottom: 32px; }
      footer .right {
        text-align: center; }
        footer .right .footer-menu {
          margin-bottom: 32px; }
          footer .right .footer-menu li + li {
            margin-left: 0; }
          footer .right .footer-menu li {
            margin-right: 16px;
            line-height: 1.7; }
          footer .right .footer-menu .sub-menu {
            padding-left: 0;
            margin-left: 0;
            border-left: none; }
        footer .right small {
          font-size: 0.75rem; }

          footer .related-site-list {
            padding-bottom: 24px;
          }

          footer .related-site-list li {
            width: 48%;
            margin-bottom: 16px;
          }

          footer .related-site-list::before {
            width: 48%;
          }

          footer .related-site-list::after {
            width: 48%;
          }
        }