@charset "UTF-8";
/*--------------------------------------*
 * foundation// リセットCSSや基本的なスタイル
 *--------------------------------------*/
/* ===================================================
共通項目
====================================================*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-optical-sizing: none;
}

body {
  margin: 0;
  position: relative;
}
body :focus-visible {
  outline: 2px solid #000000;
}
body p, body h1, body h2, body h3, body h4, body ul, body li, body a {
  padding: 0;
  margin: 0;
  font-size: 1.7rem;
  line-height: 1.6;
  color: #000000;
}
@media screen and (max-width: 975.98px) {
  body p, body h1, body h2, body h3, body h4, body ul, body li, body a {
    font-size: 1.6rem;
  }
}
body a, body button {
  text-decoration: none;
  display: inline-block;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  word-break: break-all;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body a:hover, body button:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body li {
  list-style: none;
}
body .for_sp {
  display: inline-block !important;
}
@media screen and (min-width: 976px) {
  body .for_sp {
    display: none !important;
  }
}
body .for_pc {
  display: none;
}
@media screen and (min-width: 976px) {
  body .for_pc {
    display: inline-block;
  }
}
body .for_anchor {
  padding-top: 80px;
  margin-top: -80px;
}
@media screen and (max-width: 975.98px) {
  body .for_anchor {
    padding-top: 52px;
    margin-top: -52px;
  }
}
body .zen {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
body img {
  max-width: 100%;
  height: auto;
}
body h2.zen {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4666666667;
}
@media screen and (max-width: 975.98px) {
  body h2.zen {
    font-size: 2.4rem;
  }
}

/* ===================================================
遅延読み込み
====================================================*/
.trigger {
  opacity: 0;
}

.trigger.in.is-active {
  -webkit-animation: fadeIn 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: fadeIn 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(50px);
            filter: blur(50px);
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(50px);
            filter: blur(50px);
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeInAcc {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    visibility: visible;
  }
}
@keyframes fadeInAcc {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    visibility: visible;
  }
}
/* ===============
js-trigger up
===============*/
.trigger.up.is-active {
  -webkit-animation: slideUp 2s 0.3s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
          animation: slideUp 2s 0.3s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(180px);
            transform: translateY(180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(180px);
            transform: translateY(180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
/*--------------------------------------*
 * layout // ヘッダー・メインのコンテンツエリア・サイドバー・フッターのスタイル
 *--------------------------------------*/
.l-section .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 975.98px) {
  .l-section .flex {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-section .flex hgroup h2 {
  padding-bottom: 18px;
}
@media screen and (max-width: 975.98px) {
  .l-section .flex hgroup h2 {
    padding-bottom: 20px;
  }
}
.l-section .flex hgroup p {
  line-height: 1.7647058824;
}

/* ===================================================
l-container
====================================================*/
.container {
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 975.98px) {
  .container {
    padding: 0 30px;
  }
}

.l-section {
  padding: 70px 0 90px 0;
}
@media screen and (max-width: 975.98px) {
  .l-section {
    padding: 50px 0 70px 0;
  }
}
.l-section.about, .l-section.recruitingListners, .l-section.profile {
  position: relative;
}
.l-section.about::after, .l-section.recruitingListners::after, .l-section.profile::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  background: #FBF6E7;
  z-index: -1;
  height: 100%;
}

/* ===================================================
header
====================================================*/
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 80px;
  background-color: #fff;
  z-index: 5;
}
@media screen and (min-width: 1206px) {
  header {
    height: 90px;
  }
}
@media screen and (max-width: 975.98px) {
  header {
    height: 52px;
  }
}
header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 90px;
     -moz-column-gap: 90px;
          column-gap: 90px;
  min-height: 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
}
@media screen and (min-width: 1206px) {
  header nav {
    min-height: 90px;
  }
}
@media screen and (max-width: 975.98px) {
  header nav {
    min-height: 52px;
    border-bottom: 1px solid #CCCCCC;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 975.98px) {
  header nav .nav_logo a svg {
    margin-top: 6px;
    max-width: 111px;
    margin-left: 12px;
  }
}
header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 975.98px) {
  header nav ul {
    display: none;
    opacity: 0;
  }
}
@media screen and (max-width: 975.98px) {
  header nav ul li {
    width: 100%;
  }
}
header nav ul li a, header nav ul li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  font-size: 1.5rem;
}
@media screen and (max-width: 975.98px) {
  header nav ul li a, header nav ul li p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 16px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 1.6rem;
  }
}
header nav ul li a {
  text-shadow: 0 0 0 #000, 0 2em 0 #000;
  -webkit-transition: text-shadow 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  transition: text-shadow 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  color: transparent;
  overflow: hidden;
}
header nav ul li a:hover {
  text-shadow: 0 -2em 0 #000, 0 0 0 #000;
}
@media screen and (max-width: 975.98px) {
  header nav ul li a {
    color: #000;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    text-shadow: none;
  }
  header nav ul li a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
header nav ul li.off p {
  color: #C9C9C9;
}
header nav ul li.off svg {
  fill: #C9C9C9;
}
header nav.active {
  height: 100vh;
  overflow-y: scroll;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
header nav.active .nav_logo {
  display: none;
}
header nav.active ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
  padding-top: 105px;
  padding-left: 30px;
  padding-bottom: 50px;
  -webkit-animation: fadeInNav 1s forwards;
          animation: fadeInNav 1s forwards;
}
@-webkit-keyframes fadeInNav {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInNav {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header .ham {
  position: absolute;
  right: 0;
  z-index: 21;
  border-radius: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  display: block;
  border-radius: 9999px;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
}
header .ham:hover {
  opacity: 0.7;
}
@media screen and (max-width: 975.98px) {
  header .ham:hover {
    opacity: 1;
  }
}
header .ham span {
  background: #000000;
  position: absolute;
  height: 1px;
  width: 30px;
  right: 20px;
  z-index: 9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .ham span:nth-child(1) {
  top: 16px;
}
header .ham span:nth-child(2) {
  top: 25px;
}
header .ham span:nth-child(3) {
  top: 34px;
}
header .ham.active span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 23px;
  right: 22px;
  width: 25px;
}
header .ham.active span:nth-child(1) {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
header .ham.active span:nth-child(2), header .ham.active span:nth-child(3) {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

html.menu-open {
  overflow: hidden;
}

/* ===================================================
footer
====================================================*/
footer {
  padding: 16px 0 24px 0;
  border-top: 1px solid #B1B1B1;
  height: 64px;
}
@media screen and (max-width: 975.98px) {
  footer {
    height: 58px;
  }
}
footer small {
  font-size: 1.6rem;
  text-align: center;
  display: block;
}
@media screen and (max-width: 975.98px) {
  footer small {
    font-size: 1.2rem;
  }
}

/*--------------------------------------*
 * object//　繰り返し使用されるビジュアルパターン
 *--------------------------------------*/
/* ===================================================
toTop
====================================================*/
.toTop {
  text-align: right;
}
.toTop-fixed {
  position: fixed;
  right: -120px;
  bottom: 0;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 1100px) {
  .toTop-fixed {
    bottom: 0;
    right: 0;
  }
}
.toTop a {
  display: inline-block;
  pointer-events: auto;
}
.toTop a img {
  vertical-align: bottom;
}
@media screen and (max-width: 975.98px) {
  .toTop a img {
    width: 50px;
    height: 50px;
  }
}

/*--------------------------------------*
 * page ページ単位のスタイル セクション名などで分ける
 *--------------------------------------*/
/* ===================================================
first view
====================================================*/
.fv {
  padding: 120px 0 60px 0;
  text-align: center;
}
@media screen and (max-width: 975.98px) {
  .fv {
    padding-top: 90px;
    padding-bottom: 65px;
  }
}
.fv .logo img {
  max-width: 360px;
}
@media screen and (max-width: 975.98px) {
  .fv .logo img {
    max-width: 220px;
  }
}
.fv h1 {
  padding-top: 40px;
}
@media screen and (max-width: 975.98px) {
  .fv h1 {
    padding-top: 24px;
  }
}
.fv h1 img {
  max-width: 700px;
  width: 100%;
}

/* ===================================================
copy
====================================================*/
.copy {
  position: relative;
}
.copy::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgb(251, 246, 231)), color-stop(90%, rgb(255, 255, 255)));
  background-image: linear-gradient(180deg, rgb(251, 246, 231) 10%, rgb(255, 255, 255) 90%);
  z-index: -1;
}
.copy h2 {
  font-size: 3.2rem;
  line-height: 1.875;
}
@media screen and (max-width: 975.98px) {
  .copy h2 {
    font-size: 2.4rem;
    line-height: 1.6666666667;
  }
}
.copy .box p.text {
  padding-top: 50px;
  line-height: 2.2352941176;
}

/* ===================================================
about
====================================================*/
/* ===================================================
news
====================================================*/
.news .accordion__summary::marker {
  content: "";
}
.news .accordion__summary::-webkit-details-marker {
  display: none;
}
.news ul {
  margin-top: 10px;
}
.news ul li {
  padding: 26px 0;
  border-bottom: 1px solid #B1B1B1;
}
@media screen and (max-width: 975.98px) {
  .news ul li {
    padding: 24px 0;
  }
}
.news ul li details summary {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 975.98px) {
  .news ul li details summary {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;
  }
}
@media screen and (max-width: 975.98px) {
  .news ul li details summary svg {
    max-width: 28px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.news ul li details .accordion__content {
  margin-top: 26px;
}
@media screen and (max-width: 975.98px) {
  .news ul li details .accordion__content {
    margin-top: 30px;
  }
}
.news ul li details .accordion__content p.text {
  line-height: 1.7647058824;
}
.news ul li details .accordion__content p.apply {
  font-weight: 700;
  font-size: 2rem;
  margin-top: 35px;
}
@media screen and (max-width: 975.98px) {
  .news ul li details .accordion__content p.apply {
    font-size: 1.7rem;
  }
}
.news ul li details .accordion__content p.apply span {
  color: #D9C78A;
}
.news ul li details .accordion__content p.apply a {
  font-size: 2rem;
  text-decoration: underline;
  display: inline-block;
}
@media screen and (max-width: 975.98px) {
  .news ul li details .accordion__content p.apply a {
    font-size: 1.7rem;
  }
}
.news ul li details[open] .accordion__content {
  -webkit-animation: fadeInAcc 0.5s forwards;
          animation: fadeInAcc 0.5s forwards;
}
.news ul li details[open] summary svg .close {
  display: none;
}
.news ul li .news-text {
  font-size: 2rem;
}
@media screen and (max-width: 975.98px) {
  .news ul li .news-text {
    font-size: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news ul li .news-text time {
  margin-right: 50px;
}

/* ===================================================
recruitingListners
====================================================*/
.recruitingListners h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 36px;
}
@media screen and (max-width: 975.98px) {
  .recruitingListners h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 975.98px) {
  .recruitingListners h2 span img {
    max-width: 40px;
  }
}
.recruitingListners ul.qa {
  margin-top: 50px;
}
.recruitingListners ul.qa li {
  margin-top: 30px;
}
.recruitingListners ul.qa li .accordion__summary::marker {
  content: "";
}
.recruitingListners ul.qa li .accordion__summary::-webkit-details-marker {
  display: none;
}
.recruitingListners ul.qa li details {
  background-color: #fff;
}
.recruitingListners ul.qa li details summary, .recruitingListners ul.qa li details .accordion__content {
  padding: 20px 24px;
}
@media screen and (max-width: 975.98px) {
  .recruitingListners ul.qa li details summary, .recruitingListners ul.qa li details .accordion__content {
    padding: 18px;
  }
}
.recruitingListners ul.qa li details summary {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 975.98px) {
  .recruitingListners ul.qa li details summary {
    position: relative;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;
  }
}
.recruitingListners ul.qa li details summary .qa-text {
  font-weight: 700;
}
.recruitingListners ul.qa li details summary .accordion__icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 975.98px) {
  .recruitingListners ul.qa li details summary .accordion__icon {
    max-width: 28px;
    position: absolute;
    right: 20px;
    top: 24px;
  }
}
.recruitingListners ul.qa li details .qa-hdg, .recruitingListners ul.qa li details .accordion__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 975.98px) {
  .recruitingListners ul.qa li details .qa-hdg, .recruitingListners ul.qa li details .accordion__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.recruitingListners ul.qa li details .qa-hdg-svg {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 975.98px) {
  .recruitingListners ul.qa li details .qa-hdg-svg {
    max-width: 40px;
    width: 100%;
  }
}
.recruitingListners ul.qa li details .qa-text, .recruitingListners ul.qa li details .accordion__content .text {
  font-size: 1.8rem;
  color: #2E2E2E;
  line-height: 1.5555555556;
}
@media screen and (max-width: 975.98px) {
  .recruitingListners ul.qa li details .qa-text, .recruitingListners ul.qa li details .accordion__content .text {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.recruitingListners ul.qa li details .accordion__content {
  border-top: 1px solid #B1B1B1;
}
.recruitingListners ul.qa li details[open] .accordion__content {
  -webkit-animation: fadeInAcc 0.5s forwards;
          animation: fadeInAcc 0.5s forwards;
}
.recruitingListners ul.qa li details[open] summary svg .close {
  display: none;
}

/* ===================================================
photograph
====================================================*/
@media screen and (max-width: 975.98px) {
  .photograph {
    padding: 40px 0 50px 0;
  }
}
.photograph figcaption {
  font-size: 1.6rem;
  text-align: right;
  line-height: 1.875;
  margin-top: 13px;
}
@media screen and (max-width: 975.98px) {
  .photograph figcaption {
    font-size: 1.4rem;
  }
}

/* ===================================================
profile
====================================================*/
.profile .flex hgroup h2 span {
  font-size: 2rem;
}
@media screen and (max-width: 975.98px) {
  .profile .flex hgroup h2 span {
    font-size: 1.8rem;
  }
}
.profile .flex hgroup p {
  line-height: 1.7647058824;
}

/* ===================================================
sns
====================================================*/
.sns {
  padding-bottom: 30px;
}
.sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media screen and (max-width: 975.98px) {
  .sns ul {
    gap: 40px;
  }
}/*# sourceMappingURL=style.css.map */