#menubar {
  position: fixed;
  overflow: auto;
  z-index: 2000;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  padding: 100px 50px;
  transform: translateX(200%);
  background: #444444;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 768px) {
  #menubar {
    width: 100%;
    padding: 50px 50px;
  }
}
#menubar .logo {
  width: 150px;
  margin: 0 auto 40px;
}
#menubar .logo img {
  width: 100%;
}
#menubar .close {
  position: fixed;
  z-index: 2100;
  right: 50px;
  top: 50px;
  color: #fff;
  font-size: 50px;
  cursor: pointer;
  transform: rotate(0deg);
  transition: 0.45s;
}
#menubar .close:hover {
  transform: rotate(360deg);
}
#menubar .navi {
  display: grid;
  grid-template-columns: 48% 48%;
  -moz-column-gap: 4%;
       column-gap: 4%;
  row-gap: 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #menubar .navi {
    row-gap: 15px;
  }
}
#menubar .navi li {
  width: 100%;
  border-radius: 10px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6);
  padding: 20px;
  transition: 0.45s;
}
#menubar .navi li:hover {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0);
}
#menubar .navi li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
#menubar .navi li a img {
  width: 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #menubar .navi li a img {
    width: 30px;
  }
}
#menubar .navi li a .name {
  font-family: "tot-shizukago-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 16px;
}

#menubar.open {
  transform: translateX(0);
}

#menubar_hdr {
  position: relative;
  z-index: 3300;
  cursor: pointer;
  width: 65px;
  height: 30px;
  flex-direction: column;
  justify-content: space-around;
  transition: 0.2s;
  padding: 0 15px 0;
  display: none;
}
@media screen and (max-width: 1100px) {
  #menubar_hdr {
    display: flex;
    padding: 10px 15px;
    height: 50px;
  }
}
#menubar_hdr span {
  display: block;
  transition: 0.3s;
  border-top: 4px solid #353535;
}
#menubar_hdr.ham span:nth-of-type(1), #menubar_hdr.ham span:nth-of-type(3) {
  transform-origin: center center;
  width: 30px;
}
#menubar_hdr.ham span:nth-of-type(1) {
  transform: rotate(45deg) translate(6px, 8px);
}
@media screen and (max-width: 700px) {
  #menubar_hdr.ham span:nth-of-type(1) {
    transform: rotate(45deg) translate(6px, 6px);
  }
}
#menubar_hdr.ham span:nth-of-type(3) {
  transform: rotate(-45deg) translate(3px, -5px);
}
@media screen and (max-width: 700px) {
  #menubar_hdr.ham span:nth-of-type(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
}
#menubar_hdr.ham span:nth-of-type(2) {
  display: none;
}

.sub-hdr {
  width: 300px !important;
}
@media screen and (max-width: 1100px) {
  .sub-hdr {
    width: 70px !important;
  }
}
.sub-hdr span {
  display: block;
  transition: 0.3s;
  border-top: 4px solid #353535;
}

header aside.mainimg-slick div img {
  width: 100%;
}

.key-visual {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-bottom: 100px;
}
@media screen and (max-width: 520px) {
  .key-visual {
    height: 100vh;
  }
}
.key-visual .logo {
  width: 250px;
  border-radius: 0 0 30px 0;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .key-visual .logo {
    display: none;
  }
}
.key-visual .logo img {
  display: block;
  padding: 20px;
  width: 180px;
  margin: 0 auto;
}
.key-visual video {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.key-visual .navi {
  position: fixed;
  z-index: 1000;
  top: 30px;
  right: 50px;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .key-visual .navi {
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
  }
}
.key-visual .navi .navi-list {
  padding: 15px 15px;
  border-right: 0.7px solid rgba(117, 117, 117, 0.4);
  text-align: center;
  transition: background-color 0.45s;
}
.key-visual .navi .navi-list:last-child {
  border-right: none;
}
@media screen and (max-width: 900px) {
  .key-visual .navi .navi-list {
    display: none;
  }
}
.key-visual .navi .navi-list a {
  position: relative;
  display: grid;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #353535;
  font-family: "tot-shizukago-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  overflow: hidden;
}
.key-visual .navi .navi-list .nav-en,
.key-visual .navi .navi-list .nav-ja {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.45s;
}
.key-visual .navi .navi-list .nav-en {
  transform: translateY(50%);
}
.key-visual .navi .navi-list .nav-ja {
  transform: translateY(100%);
}
.key-visual .navi .navi-list:hover {
  background-color: #6e61a9;
}
.key-visual .navi .navi-list:hover a {
  color: #fff;
}
.key-visual .navi .navi-list:hover .nav-en {
  transform: translateY(-100%);
}
.key-visual .navi .navi-list:hover .nav-ja {
  transform: translateY(-50%);
}
.key-visual .navi .logo-after {
  display: none;
}
@media screen and (max-width: 900px) {
  .key-visual .navi .logo-after {
    display: block;
    width: 80px;
    padding: 10px;
    margin-right: auto;
  }
}
.key-visual .navi .logo-after img {
  width: 100%;
}
.key-visual h1 {
  position: absolute;
  top: 40%;
  left: 30px;
  color: #fff;
  font-size: 60px;
  line-height: 1.8;
  letter-spacing: 0.15em;
  font-family: "tot-shizukardmin-stdn", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 900px) {
  .key-visual h1 {
    top: 70%;
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 520px) {
  .key-visual h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 400px) {
  .key-visual h1 {
    font-size: 24px;
  }
}
.key-visual h2 {
  position: absolute;
  bottom: 50px;
  right: 30px;
  color: #fff;
  font-size: 50px;
  line-height: 1.8;
  letter-spacing: 0.15em;
  font-family: "tot-shizukago-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .key-visual h2 {
    top: 90%;
    left: 30px;
    font-size: 35px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 600px) {
  .key-visual h2 {
    top: 85%;
  }
}
@media screen and (max-width: 520px) {
  .key-visual h2 {
    font-size: 30px;
  }
  .key-visual h2 br {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  .key-visual h2 {
    font-size: 24px;
  }
}
.key-visual h2 br {
  display: none;
}
@media screen and (max-width: 520px) {
  .key-visual h2 br {
    display: block;
  }
}
.key-visual .scroll-box {
  position: absolute;
  bottom: 60px;
  left: 30px;
  font-family: "tot-shizukardmin-stdn", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  color: #fff;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 900px) {
  .key-visual .scroll-box {
    display: none;
  }
}
.key-visual .scroll-box::after {
  content: "";
  position: absolute;
  top: 120%;
  left: 50%;
  width: 2px;
  height: 80px;
  background-color: #fff;
  mix-blend-mode: difference;
}

.about-key {
  background-image: url(../image/about/key-visual.webp);
}

.base-key {
  background-image: url(../image/base/key-visual.webp);
}
.base-key h1 {
  position: absolute !important;
  bottom: 50px;
  right: 50px;
}

.news-key {
  background-image: url(../image/news/key-visual.webp);
}

.customer-key {
  background-image: url(../image/partnar/key-visual.webp);
}

.key-visual-sub {
  position: relative;
  width: 100%;
  height: 700px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .key-visual-sub {
    height: 500px;
  }
}
@media screen and (max-width: 520px) {
  .key-visual-sub {
    height: 370px;
  }
}
.key-visual-sub h1 {
  font-family: "tot-shizukago-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-weight: 700;
  font-size: 90px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 900px) {
  .key-visual-sub h1 {
    font-size: 50px;
  }
}
.key-visual-sub .navi {
  width: 70%;
  position: fixed;
  z-index: 1000;
  top: 7%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .key-visual-sub .navi {
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
  }
}
.key-visual-sub .navi .logo {
  display: block;
  padding: 10px;
}
@media screen and (max-width: 1100px) {
  .key-visual-sub .navi .logo {
    width: 100px;
    margin-right: auto;
  }
}
.key-visual-sub .navi .logo img {
  width: 100%;
  height: auto;
}
.key-visual-sub .navi .navi-list {
  width: 100%;
  padding: 15px 15px;
  border-right: 0.7px solid rgba(117, 117, 117, 0.4);
  text-align: center;
  transition: background-color 0.45s;
}
@media screen and (max-width: 1100px) {
  .key-visual-sub .navi .navi-list {
    display: none;
  }
}
.key-visual-sub .navi .navi-list a {
  position: relative;
  display: grid;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #353535;
  font-family: "tot-shizukago-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  overflow: hidden;
}
.key-visual-sub .navi .navi-list .nav-en,
.key-visual-sub .navi .navi-list .nav-ja {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.45s;
}
.key-visual-sub .navi .navi-list .nav-en {
  transform: translateY(50%);
}
.key-visual-sub .navi .navi-list .nav-ja {
  transform: translateY(100%);
}
.key-visual-sub .navi .navi-list:hover {
  background-color: #6e61a9;
}
.key-visual-sub .navi .navi-list:hover a {
  color: #fff;
}
.key-visual-sub .navi .navi-list:hover .nav-en {
  transform: translateY(-100%);
}
.key-visual-sub .navi .navi-list:hover .nav-ja {
  transform: translateY(-50%);
}

.pankuzu {
  width: 1280px;
  margin: 0 auto;
  color: #353535;
  font-family: "tot-shizukago-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1300px) {
  .pankuzu {
    width: 90%;
  }
}

.pan-sns {
  margin-bottom: 0px;
}

.recruit-key {
  background-image: url(../image/recruit/key-visual.webp);
  display: flex;
  align-items: center;
  justify-content: left;
}
@media screen and (max-width: 520px) {
  .recruit-key {
    justify-content: center;
  }
}
.recruit-key h1 {
  padding: 0 100px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 520px) {
  .recruit-key h1 {
    padding: 0px;
  }
}

.sns-key {
  position: relative;
}
.sns-key .title-box {
  width: 100%;
  padding: 150px 0 60px;
  text-align: center;
}
.sns-key .title-box .sub-title {
  display: inline-block;
  font-size: 24px;
  font-family: "tot-shizukago-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  background-color: #6E61A9;
  color: #fff;
  padding: 7px 15px;
  margin-bottom: 10px;
  border-radius: 10px;
}
.sns-key .title-box h1 {
  font-size: 50px;
  font-family: "tot-shizukago-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
}
.sns-key .navi {
  width: 70%;
  position: fixed;
  z-index: 1000;
  top: 7%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .sns-key .navi {
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
  }
}
.sns-key .navi .logo {
  display: block;
  padding: 10px;
}
@media screen and (max-width: 1100px) {
  .sns-key .navi .logo {
    width: 100px;
    margin-right: auto;
  }
}
.sns-key .navi .logo img {
  width: 100%;
  height: auto;
}
.sns-key .navi .navi-list {
  width: 100%;
  padding: 15px 15px;
  border-right: 0.7px solid rgba(117, 117, 117, 0.4);
  text-align: center;
  transition: background-color 0.45s;
}
@media screen and (max-width: 1100px) {
  .sns-key .navi .navi-list {
    display: none;
  }
}
.sns-key .navi .navi-list a {
  position: relative;
  display: grid;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #353535;
  font-family: "tot-shizukago-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  overflow: hidden;
}
.sns-key .navi .navi-list .nav-en,
.sns-key .navi .navi-list .nav-ja {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.45s;
}
.sns-key .navi .navi-list .nav-en {
  transform: translateY(50%);
}
.sns-key .navi .navi-list .nav-ja {
  transform: translateY(100%);
}
.sns-key .navi .navi-list:hover {
  background-color: #6e61a9;
}
.sns-key .navi .navi-list:hover a {
  color: #fff;
}
.sns-key .navi .navi-list:hover .nav-en {
  transform: translateY(-100%);
}
.sns-key .navi .navi-list:hover .nav-ja {
  transform: translateY(-50%);
}

footer {
  background-color: #000;
  padding: 50px;
}
@media screen and (max-width: 520px) {
  footer {
    padding: 50px 30px 30px;
  }
}
footer .inner {
  width: 1280px;
  margin: 0 auto 50px;
  display: grid;
  grid-template-columns: 48% 48%;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
@media screen and (max-width: 1300px) {
  footer .inner {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  footer .inner {
    display: block;
  }
}
footer .inner .info {
  width: 100%;
}
footer .inner .info h2 {
  font-family: "tot-shizukago-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 30px;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  footer .inner .info h2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 520px) {
  footer .inner .info h2 {
    font-size: 22px;
  }
}
footer .inner .info .add {
  font-family: "tot-shizukago-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1100px) {
  footer .inner .info .add {
    display: none;
  }
}
footer .navi {
  width: 100%;
  display: grid;
  grid-template-columns: 32% 32% 32%;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
@media screen and (max-width: 520px) {
  footer .navi {
    grid-template-columns: 48% 48%;
  }
}
footer .navi .list {
  width: 100%;
}
footer .navi .list li {
  width: 100%;
  margin-bottom: 40px;
}
footer .navi .list li a {
  display: block;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 5px;
}
footer .navi .list li a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
footer .navi .list li .base-link {
  font-family: "tot-shizukago-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  footer .navi .list li .base-link {
    font-size: 17px;
  }
}
footer .navi .list li .base-link::before {
  background: #ffffff;
  content: "";
  width: 80%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.45s;
}
footer .navi .list li .brunch {
  font-family: "tot-shizukago-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #d6d6d6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  footer .navi .list li .brunch {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  footer .navi .list li .brunch {
    font-size: 13px;
  }
}
footer .navi .list li .brunch::before {
  background: #ffffff;
  content: "";
  width: 70%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.45s;
}

.add-after {
  font-family: "tot-shizukago-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.1em;
  display: none;
}
@media screen and (max-width: 1100px) {
  .add-after {
    display: block;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 520px) {
  .add-after {
    font-size: 13px;
  }
}

small.copy {
  font-family: "tot-shizukago-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #d6d6d6;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
}

body {
  background-color: #fff;
}

.container {
  width: 100%;
}

.news-block {
  width: 1280px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1300px) {
  .news-block {
    width: 90%;
  }
}
.news-block h2 {
  font-family: "tot-shizukago-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
@media screen and (max-width: 1100px) {
  .news-block h2 {
    text-align: left;
    margin-bottom: 50px;
    font-size: 28px;
  }
}
.news-block .news-list {
  width: 100%;
}
.news-block .news-list li {
  padding: 0 20px 30px;
  display: grid;
  grid-template-columns: 20% 75%;
  -moz-column-gap: 5%;
       column-gap: 5%;
  margin-bottom: 30px;
  border-bottom: 1px solid #696969;
}
.news-block .news-list li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 800px) {
  .news-block .news-list li {
    display: block;
  }
}
.news-block .news-list li .time {
  font-family: "tot-shizukago-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 800px) {
  .news-block .news-list li .time {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 520px) {
  .news-block .news-list li .time {
    font-size: 15px;
  }
}
.news-block .news-list li .info {
  font-family: "tot-shizukago-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 520px) {
  .news-block .news-list li .info {
    font-size: 15px;
  }
}/*# sourceMappingURL=news.css.map */