/* font
----------------------------------------------------*/
* {
  padding: 0;
  margin: 0;
}

html {
  overflow-y: scroll;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  font-style: normal;
  font-size: 16px;
  color: #000;
  line-height: 2;
}
@media (max-width: 767px) {
  body {
    -webkit-text-size-adjust: none;
    font-size: 15px;
  }
}

/* font
----------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

p,
pre,
blockquote,
ul,
ol,
dl,
dt,
dd,
hr,
form,
input {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}

img {
  border: none;
  vertical-align: top;
  max-width: 100%;
}

em {
  font-style: normal;
}

li {
  list-style-type: none;
}

.sp,
.sp_flex,
.sp_inline {
  display: none !important;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp_inline {
    display: inline !important;
  }
  .sp_flex {
    display: flex !important;
  }
}
.mt00 {
  margin-top: 0 !important;
}

/* link
----------------------------------------------------*/
a {
  color: #000;
  text-decoration: underline;
}

a:hover {
  color: #999;
  text-decoration: none;
}

/* rollover
----------------------------------------------------*/
.hov {
  transition: opacity 0.2s linear;
}

.hov:hover {
  opacity: 0.7;
}

/* fadeup
----------------------------------------------------*/
.fadeup {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition-timing-function: ease;
  transition-duration: 0.5s;
}

.fadeup.is-enter {
  opacity: 1;
  transform: translateY(0);
  top: 0;
}

.fadeleft {
  opacity: 0;
  transform: translate3d(-100px, 0, 0);
  transition-timing-function: ease;
  transition-duration: 0.7s;
}

.fadeleft.is-enter {
  opacity: 1;
  transform: translateX(0);
  top: 0;
}

.faderight {
  opacity: 0;
  transform: translate3d(100px, 0, 0);
  transition-timing-function: ease;
  transition-duration: 0.7s;
}

.faderight.is-enter {
  opacity: 1;
  transform: translateX(0);
  top: 0;
}

.fadein {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}

.fadein.is-enter {
  opacity: 1;
  top: 0;
}

/* clear
----------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  display: block;
}

/* loading
----------------------------------------------------*/
.loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 70;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading.on {
  -webkit-animation: loading_end 0.8s ease forwards;
          animation: loading_end 0.8s ease forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.loading.on .loading-logo {
  -webkit-animation: loading_fade 0.8s ease forwards;
          animation: loading_fade 0.8s ease forwards;
}

.loading-logo {
  line-height: 1;
  opacity: 0;
  transform: translateY(10px);
}

@-webkit-keyframes loading_fade {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes loading_fade {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes loading_end {
  0% {
    top: 0;
  }
  100% {
    top: -110%;
  }
}
@keyframes loading_end {
  0% {
    top: 0;
  }
  100% {
    top: -110%;
  }
}
.sp_menu {
  display: block;
  position: fixed;
  right: 60px;
  top: 30px;
  z-index: 68;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  background: #000000;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .sp_menu {
    right: 20px;
    top: 20px;
  }
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 21px;
  height: 16px;
  top: 16px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 1px;
  background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
  width: 21px;
}

.menu-trigger span:nth-of-type(2) {
  top: 7px;
  width: 14px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
  width: 7px;
}

.active .menu-trigger span:nth-of-type(1) {
  transform: translateY(7.5px) rotate(-20deg);
  background-color: #fff;
}

.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}

.active .menu-trigger span:nth-of-type(3) {
  transform: translateY(-7.5px) rotate(20deg);
  background-color: #fff;
  width: 21px;
}

#menu {
  position: fixed;
  z-index: 59;
  width: 412px;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(87, 87, 84, 0.92);
  display: none;
  align-items: center;
  padding: 0 50px 0 50px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  #menu {
    width: 100%;
    padding: 0 30px 0 30px;
  }
}
#menu .gmenu {
  margin-bottom: 4vh;
  width: 100%;
  padding-top: 30px;
}
@media (max-width: 767px) {
  #menu .gmenu {
    padding: 50px 0 0 0;
    margin-bottom: 8vw;
  }
}
#menu .gmenu li {
  font-size: 19px;
  letter-spacing: 0.075em;
  margin-bottom: 1.5vh;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  #menu .gmenu li {
    font-size: 18px;
    margin-bottom: 0;
  }
  #menu .gmenu li:nth-child(1) {
    border-top: 1px solid #fff;
  }
}
#menu .gmenu li a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s;
  display: block;
  background: url("../images/common/icon02.svg") no-repeat right 30px center;
  background-size: 10px auto;
  padding: 1.5vh 0 1.5vh 20px;
}
@media (max-width: 767px) {
  #menu .gmenu li a {
    background: url("../images/common/icon02.svg") no-repeat right 20px center;
    background-size: 6px auto;
    padding: 1.5vh 0 1.5vh 20px;
  }
}
#menu .gmenu li a:hover {
  opacity: 0.6;
}
#menu .gmenu li.recruit {
  padding: 1.5vh 0 0 20px;
  color: #fff;
}
#menu .gmenu li.recruit ul {
  padding: 1.5vh 0;
}
#menu .gmenu li.recruit ul li {
  font-size: 16px;
  border-bottom: none;
  margin-bottom: 5px;
}
#menu .gmenu li.recruit ul li:nth-child(1) {
  border-top: none;
}
#menu .gmenu li.recruit ul li a {
  background: none;
  padding: 0 0 0 20px;
  position: relative;
}
#menu .gmenu li.recruit ul li a::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  left: 7em;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #menu .gmenu li.recruit ul li a::before {
    width: 6px;
    height: 6px;
  }
}
#menu .gmenu-contact {
  font-size: 19px;
  letter-spacing: 0.075em;
  margin-bottom: 4vh;
  width: 100%;
}
#menu .gmenu-contact a {
  color: #fff;
  text-decoration: none;
  display: block;
  background: url("../images/common/contact-icon.svg") no-repeat right 15px center;
  padding: 20px 0;
  border: 1px solid #fff;
  text-align: center;
}
@media (max-width: 767px) {
  #menu .gmenu-contact a {
    padding: 15px 0;
  }
}
#menu .gmenu-privacy {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  width: 100%;
}
#menu .gmenu-privacy a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding-right: 30px;
  background: url("../images/common/icon02.svg") no-repeat right center;
}
#menu a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s;
}
#menu a:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  #menu {
    overflow-y: auto;
    align-items: flex-start;
    flex-direction: column;
  }
}

.header-logo {
  width: 117px;
  margin: 35px auto 100px auto;
}
@media (max-width: 767px) {
  .header-logo {
    width: 100px;
    margin: 20px auto 0 auto;
  }
}
.header-logo a {
  display: block;
}

.title-area {
  padding-left: 60px;
  margin: 100px 0 40px 0;
}
@media (max-width: 767px) {
  .title-area {
    padding-left: 30px;
    margin: 60px 0 40px 0;
  }
}

.document {
  width: min(1000px, 90%);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .document {
    width: auto;
    margin: 0 30px;
  }
}

.title-en {
  font-size: 58px;
  font-weight: 200;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
  color: #e8e7e7;
  transform: scale(0.8, 1);
  transform-origin: left center;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .title-en {
    font-size: 37px;
    margin-bottom: 10px;
  }
}

.title {
  font-size: 28px;
  font-weight: 200;
  letter-spacing: 0.075em;
  margin-bottom: 40px;
  line-height: 1;
  background: url("../images/common/title-icon.svg") no-repeat left bottom;
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .title {
    font-size: 17px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

#footer {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 130px;
}
@media (max-width: 767px) {
  #footer {
    margin-top: 80px;
    display: block;
  }
}

.footer01 {
  width: 500px;
  padding: 6vw 60px 1vw 60px;
  background: #e6e6e6;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .footer01 {
    width: 100%;
    padding: 50px 0 25px 0;
  }
}
.footer01 a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.2s;
}
.footer01 a:hover {
  opacity: 0.6;
}

.footer02 {
  flex: 1;
  background: url("../images/common/footer-contact.webp") no-repeat center center;
  background-size: cover;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer02 .scroll-txt {
  top: 0;
  height: 130px;
}
@media (max-width: 767px) {
  .footer02 {
    height: 300px;
  }
}

.footer-address {
  margin-top: 5vw;
  letter-spacing: 0.075em;
}
@media (max-width: 767px) {
  .footer-address {
    margin-top: 40px;
  }
}

.footer-map {
  margin-top: 20px;
  letter-spacing: 0.07em;
}
@media (max-width: 767px) {
  .footer-map {
    font-size: 13px;
  }
}
.footer-map a {
  display: inline-block;
  padding-right: 20px;
  background: url("../images/common/blank.svg") no-repeat right center;
}

.footer-privacy {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .footer-privacy {
    font-size: 11px;
  }
}
.footer-privacy a {
  display: inline-block;
  padding-right: 20px;
  background: url("../images/common/icon03.svg") no-repeat right center;
}

.copy {
  font-size: 11px;
  letter-spacing: 0.075em;
  margin-top: 50px;
}

.footer-contact {
  font-weight: 500;
  width: min(700px, 90%);
  margin: 30px auto 0 auto;
  font-size: 25px;
}
@media (max-width: 767px) {
  .footer-contact {
    font-size: 13px;
    width: 80%;
  }
}
.footer-contact a {
  display: block;
  text-align: center;
  padding: 30px 0;
  border: 1px solid #e8e7e6;
  color: #fff;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  position: relative;
  background: url("../images/common/contact-icon.svg") no-repeat right 40px center;
}
@media (max-width: 880px) {
  .footer-contact a {
    background: url("../images/common/contact-icon.svg") no-repeat right 10px center;
  }
}
@media (max-width: 767px) {
  .footer-contact a {
    padding: 20px 0;
    background: url("../images/common/contact-icon.svg") no-repeat right 20px center;
    background-size: 15px auto;
  }
}
.footer-contact a:hover {
  background: rgba(255, 255, 255, 0.2) url("../images/common/contact-icon.svg") no-repeat right 40px center;
}
@media (max-width: 880px) {
  .footer-contact a:hover {
    background: rgba(255, 255, 255, 0.2) url("../images/common/contact-icon.svg") no-repeat right 10px center;
  }
}
@media (max-width: 767px) {
  .footer-contact a:hover {
    background: rgba(255, 255, 255, 0.2) url("../images/common/contact-icon.svg") no-repeat right 20px center;
    background-size: 15px auto;
  }
}

.main-area {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .main-area {
    height: 100svh;
  }
}
.main-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/top/main.webp") no-repeat center center;
  background-size: cover;
  z-index: -1;
  transform-origin: center;
  -webkit-animation: slider-panorama 10s linear;
          animation: slider-panorama 10s linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (max-width: 767px) {
  .main-area::before {
    background: url("../images/top/main-sp.webp") no-repeat left center;
    background-size: cover;
    -webkit-animation: none;
            animation: none;
    height: 100svh;
  }
}
.main-area h1 {
  line-height: 1;
  text-align: center;
  padding: 35px 0 0 0;
}
@media (max-width: 767px) {
  .main-area h1 {
    padding: 25px 0 0 0;
  }
  .main-area h1 img {
    width: 25vw;
  }
}
.main-area .address {
  color: #dadbdb;
  font-size: 14px;
  font-weight: 100;
  font-family: "Noto Sans JP", sans-serif;
  padding-right: 80px;
  max-width: 240px;
  margin: 50px 0 0 auto;
}
.main-area .address p {
  margin-bottom: 1em;
}
.main-area .address p a {
  color: #dadbdb;
  text-decoration: none;
  background: url("../images/common/icon02.svg") no-repeat right center;
  padding-right: 20px;
}
@media (max-height: 700px) {
  .main-area .address {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-area .address {
    display: none;
  }
}
.main-area .main-txt {
  position: absolute;
  top: 54%;
  left: max(5vw, 60px);
  color: #fff;
}
@media (max-width: 767px) {
  .main-area .main-txt {
    left: 15vw;
  }
}
.main-area .main-txt h2 {
  font-size: 3.4vw;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.07em;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .main-area .main-txt h2 {
    font-size: 8vw;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
.main-area .main-txt p {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .main-area .main-txt p {
    font-size: 4vw;
    line-height: 2;
  }
}
.main-area .main-txt .main-txt-link {
  margin-top: 80px;
}
.main-area .main-txt .main-txt-link a {
  color: #fff;
  text-decoration: none;
  padding-bottom: 5px;
  display: inline-flex;
  align-items: center;
  background: url("../images/common/icon01.svg") no-repeat right center;
  height: 66px;
  padding-right: 80px;
}

.main-service {
  position: absolute;
  bottom: 80px;
  right: 80px;
  color: #fff;
  width: 250px;
  z-index: 10;
}
@media (max-width: 767px) {
  .main-service {
    bottom: -15vw;
    right: 20px;
    width: 40vw;
  }
}
.main-service h2 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1;
}
@media (max-width: 767px) {
  .main-service h2 {
    font-size: 10px;
    margin-bottom: 7px;
  }
}
.main-service p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: inline-block;
  background: url("../images/common/icon02.svg") no-repeat right center;
  padding-right: 20px;
  text-decoration: underline;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .main-service p {
    font-size: 11px;
    background: url("../images/common/icon04.svg") no-repeat right center;
    background-size: 6px auto;
    padding-right: 15px;
    color: #000;
    margin-top: 5px;
  }
}
.main-service a {
  color: #fff;
  display: block;
}
.main-service a figure {
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .main-service a figure {
    border-radius: 5px;
  }
}

.scroll-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .scroll-txt {
    height: 40px;
  }
}
.scroll-txt img {
  max-width: inherit;
}
@media (max-width: 767px) {
  .scroll-txt img {
    height: 40px;
  }
}
.scroll-txt .swiper-wrapper {
  transition-timing-function: linear;
}
.scroll-txt .swiper-slide {
  width: 2045px;
}
@media (max-width: 767px) {
  .scroll-txt .swiper-slide {
    width: 633px;
  }
}

@-webkit-keyframes slider-panorama {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}

@keyframes slider-panorama {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.img-box {
  position: relative;
}
.img-box .img-bg {
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: 0;
  background: #000;
}
.img-box img {
  opacity: 0;
  position: relative;
  z-index: 1;
  left: 20px;
}
.img-box.on .img-bg {
  -webkit-animation-name: img-box;
          animation-name: img-box;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
.img-box.on img {
  -webkit-animation-name: imgbox02;
          animation-name: imgbox02;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes img-box {
  0% {
    height: 0;
  }
  100% {
    height: calc(100% - 2px);
  }
}

@keyframes img-box {
  0% {
    height: 0;
  }
  100% {
    height: calc(100% - 2px);
  }
}
@-webkit-keyframes imgbox02 {
  0% {
    opacity: 0;
    left: 20px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes imgbox02 {
  0% {
    opacity: 0;
    left: 20px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.top-about01 {
  display: flex;
  justify-content: space-between;
  max-width: 1360px;
  box-sizing: border-box;
  padding: 0 0 0 60px;
  margin: 160px auto 0 auto;
}
@media (max-width: 767px) {
  .top-about01 {
    display: block;
    margin: 80px 0 0 0;
    padding: 0 0 0 30px;
  }
}

.top-about01-txt {
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .top-about01-txt {
    width: auto;
  }
}
.top-about01-txt .top-about01-txt02 {
  padding-right: 50px;
  max-width: 460px;
}
@media (max-width: 767px) {
  .top-about01-txt .top-about01-txt02 {
    padding-right: 30px;
    max-width: inherit;
  }
}

.top-about01-txt02 {
  margin-bottom: 1.5em;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .top-about01-txt02 {
    padding-right: 0;
  }
}

.top-about-img01 {
  flex: 1;
  margin-right: calc(50% - 50vw + 38px);
  margin-left: -25px;
}
@media (max-width: 767px) {
  .top-about-img01 {
    margin: 0 0 30px 0;
    width: auto;
  }
}
.top-about-img01 figure {
  border-radius: 160px 0 0 15px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-about-img01 figure {
    border-radius: 75px 0 0 8px;
  }
}

.top-about02 {
  display: flex;
  max-width: 1360px;
  padding: 0;
  margin: 0 auto;
  align-items: center;
}
@media (max-width: 767px) {
  .top-about02 {
    display: block;
  }
}
.top-about02 .top-about01-txt02 {
  max-width: 470px;
}
@media (max-width: 767px) {
  .top-about02 .top-about01-txt02 {
    max-width: inherit;
  }
}

.top-about-img02 {
  width: 50%;
  text-align: center;
}
@media (max-width: 767px) {
  .top-about-img02 {
    width: 50vw;
    margin: 80px 0 10px 30px;
  }
}
.top-about-img02 figure {
  width: 70%;
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-about-img02 figure {
    width: auto;
    border-radius: 8px;
  }
}

@media (max-width: 767px) {
  .top-about02-txt {
    margin: 20px 30px 0 30px;
  }
}

.top-about-img03 {
  max-width: 50%;
  margin: 6vw auto 10vw auto;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-about-img03 {
    max-width: inherit;
    margin: 70px 30px 0 30px;
    border-radius: 8px;
  }
}

.top-service-title {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 120px auto 60px auto;
  padding: 0 60px;
}
@media (max-width: 767px) {
  .top-service-title {
    display: block;
    margin: 80px auto 0 auto;
    padding: 0 30px;
  }
}

.top-service-logo {
  margin: 25px 20px 0 0;
  min-width: 182px;
}
@media (max-width: 767px) {
  .top-service-logo {
    min-width: inherit;
    margin: 25px auto 30px auto;
    max-width: 40vw;
  }
}

.top-service-txt {
  max-width: 470px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .top-service-txt {
    max-width: inherit;
  }
}
.top-service-txt p {
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  .top-service-area {
    padding: 40px 0 100px 30px;
    position: relative;
    height: 365px;
    overflow: hidden;
  }
}

.top-service-list {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  margin: 0 0 0 0;
  padding: 0 60px;
}
@media (max-width: 767px) {
  .top-service-list {
    padding: 0 35vw 0 0;
    position: absolute;
  }
}
.top-service-list li {
  width: 30%;
  margin: 0 3.3%;
}
@media (max-width: 767px) {
  .top-service-list li {
    width: 50vw;
    margin: 0 40px 0 0;
  }
}
.top-service-list li figure {
  overflow: hidden;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .top-service-list li figure {
    border-radius: 8px;
  }
}
.top-service-list li a {
  display: block;
  text-decoration: none;
  color: #000;
}
.top-service-list li h2 {
  font-size: 20px;
  font-weight: 500;
  margin: 40px 0 10px 0;
}
@media (max-width: 767px) {
  .top-service-list li h2 {
    font-size: 16px;
    margin: 10px 0 7px 0;
  }
}
.top-service-list li:nth-child(1) {
  margin-top: 3vw;
}
@media (max-width: 767px) {
  .top-service-list li:nth-child(1) {
    margin-top: 0;
  }
}
.top-service-list li:nth-child(2) {
  margin-top: 6vw;
}
@media (max-width: 767px) {
  .top-service-list li:nth-child(2) {
    margin-top: 0;
  }
}

.top-recruit {
  background: url("../images/top/top-recruit.webp") no-repeat center center;
  background-size: cover;
  margin: 160px 0 120px 0;
  padding: 10vw 0;
}
@media (max-width: 767px) {
  .top-recruit {
    margin: 0 0 60px 0;
    padding: 25px 0;
  }
}
.top-recruit .title-en {
  color: #fff;
  text-align: center;
  transform-origin: center center;
}
.top-recruit .title {
  color: #fff;
  text-align: center;
  background-position: center bottom;
}

.top-recruit-btn {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
@media (max-width: 767px) {
  .top-recruit-btn {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
}
.top-recruit-btn li {
  margin: 0 35px;
  font-size: 18px;
  width: 500px;
}
@media (max-width: 767px) {
  .top-recruit-btn li {
    font-size: 16px;
    margin: 0 0 20px 0;
    width: calc(100% - 150px);
  }
}
.top-recruit-btn li a {
  display: block;
  text-align: center;
  padding: 30px 0;
  border: 1px solid #e8e7e6;
  color: #fff;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  position: relative;
}
@media (max-width: 767px) {
  .top-recruit-btn li a {
    padding: 5px 0;
  }
}
.top-recruit-btn li a:hover {
  background: #fff;
  color: #000;
}
.top-recruit-btn li a::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: 20px;
  box-sizing: border-box;
}

.top-interview-title {
  display: flex;
  max-width: 1000px;
  margin: 0 auto 60px auto;
  padding: 0 60px;
}
@media (max-width: 767px) {
  .top-interview-title {
    display: block;
    margin: 0 auto;
    padding: 0 30px;
  }
}

.top-interview-txt {
  max-width: 470px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .top-interview-txt {
    max-width: inherit;
  }
}
.top-interview-txt h2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .top-interview-txt h2 {
    font-size: 17px;
  }
}

.top-interview-list-area {
  position: relative;
  width: calc(100% - 60px);
  margin-left: 60px;
  height: 650px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-interview-list-area {
    margin-left: 0;
    width: auto;
    height: 530px;
  }
}

.top-interview-list {
  display: flex;
  position: absolute;
  padding: 50px 0 90px 350px;
}
@media (max-width: 767px) {
  .top-interview-list {
    padding: 50px 0 0 0;
  }
}
.top-interview-list li {
  width: 350px;
  margin: 0 90px 0 0;
}
@media (max-width: 767px) {
  .top-interview-list li {
    margin: 0 0 0 30px;
    width: calc(100vw - 60px);
  }
}
.top-interview-list li:nth-last-child(1) {
  margin: 0 30px 0 30px;
}
.top-interview-list li figure {
  width: 175px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-interview-list li figure {
    width: 40vw;
  }
}
.top-interview-list li h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0 10px 0;
}
@media (max-width: 767px) {
  .top-interview-list li h3 {
    font-size: 17px;
  }
}
@media (max-height: 700px) {
  .top-interview-list li p {
    font-size: 15px;
    list-style: 1.6;
  }
}

.top-company {
  max-width: 1360px;
  margin: 160px auto 160px auto;
  padding: 0 60px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .top-company {
    display: block;
    margin: 0 auto 80px auto;
    padding: 0 30px;
  }
}
.top-company .top-company-table {
  width: 930px;
}
@media (max-width: 767px) {
  .top-company .top-company-table {
    width: auto;
  }
}
.top-company .top-company-table table {
  width: 100%;
  margin-left: auto;
}
.top-company .top-company-table table th,
.top-company .top-company-table table td {
  border-bottom: 1px solid #aaabab;
  text-align: left;
  font-weight: normal;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .top-company .top-company-table table th,
.top-company .top-company-table table td {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .top-company .top-company-table table th {
    padding-right: 15px;
  }
}
.top-company .top-company-table table tr:nth-last-child(1) th,
.top-company .top-company-table table tr:nth-last-child(1) td {
  border-bottom: none;
}

.recruit-btn {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
@media (max-width: 767px) {
  .recruit-btn {
    flex-direction: column;
    align-items: center;
    margin: 30px;
  }
}
.recruit-btn li {
  margin: 0 25px;
  font-size: 18px;
  width: 350px;
}
@media (max-width: 767px) {
  .recruit-btn li {
    font-size: 16px;
    margin: 0 0 20px 0;
    width: 100%;
  }
}
.recruit-btn li a {
  display: block;
  text-align: center;
  padding: 16px 0;
  border: 1px solid #000000;
  color: #000000;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  position: relative;
}
.recruit-btn li a:hover {
  background: #efefef;
}
.recruit-btn li a::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: 20px;
  box-sizing: border-box;
}
.recruit-btn li.current a {
  background: #efefef;
  border: 1px solid #efefef;
}
.recruit-btn li.current a:hover {
  background: #dfdfdf;
}

.mt1em {
  margin-top: 1em;
}

.title02 {
  font-size: 30px;
  font-weight: 500;
  margin: 100px 0 20px 0;
}
@media (max-width: 767px) {
  .title02 {
    margin: 60px 0 20px 0;
    font-size: 22px;
  }
}

.title03 {
  font-size: 30px;
  font-weight: 500;
  margin: 30px 0 100px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .title03 {
    margin: 30px 0 60px 0;
    font-size: 22px;
  }
}

.recruit-list01 {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .recruit-list01 {
    display: block;
    margin-bottom: 60px;
  }
}
.recruit-list01 dt {
  font-size: 18px;
  font-weight: 500;
  width: 320px;
}
@media (max-width: 767px) {
  .recruit-list01 dt {
    font-size: 16x;
    width: auto;
    margin-bottom: 10px;
  }
}
.recruit-list01 dd {
  width: calc(100% - 320px);
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .recruit-list01 dd {
    width: auto;
    margin-bottom: 40px;
  }
}

.title04 {
  font-size: 25px;
  font-weight: 500;
  margin: 30px 0;
}
@media (max-width: 767px) {
  .title04 {
    font-size: 18px;
    margin: 30px 0 15px 0;
  }
}
.title04.mb15 {
  margin: 50px 0 15px 0;
}
.title04.mb15.fisrt {
  margin-top: 0;
}

.title05 {
  font-size: 18px;
  font-weight: 500;
  margin: 30px 0 15px 0;
}
@media (max-width: 767px) {
  .title05 {
    font-size: 16px;
    margin: 30px 0 15px 0;
  }
}

.recruit-list02 {
  padding: 0 0 0 20px;
}
.recruit-list02 li {
  list-style-type: disc;
}

.recruit-txt01 {
  margin: 40px 0 80px 0;
}

.recruit-table {
  border-top: 1px solid #aaabab;
  width: 100%;
}
.recruit-table th {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  padding: 40px 40px 40px 30px;
  border-bottom: 1px solid #aaabab;
  vertical-align: top;
}
@media (max-width: 767px) {
  .recruit-table th {
    display: block;
    font-size: 16px;
    border-bottom: none;
    padding: 20px 20px 10px 15px;
  }
}
.recruit-table td {
  padding: 40px 0;
  border-bottom: 1px solid #aaabab;
}
@media (max-width: 767px) {
  .recruit-table td {
    display: block;
    padding: 0 0 20px 15px;
  }
}

.recruit-btn02 {
  margin: 100px auto 160px auto;
  font-size: 18px;
  max-width: 500px;
}
@media (max-width: 767px) {
  .recruit-btn02 {
    font-size: 16px;
    margin: 60px 0 80px 0;
    width: 100%;
    line-height: 1.6;
  }
}
.recruit-btn02 a {
  display: block;
  text-align: center;
  padding: 30px 0;
  border: 1px solid #000000;
  color: #000000;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  position: relative;
}
@media (max-width: 767px) {
  .recruit-btn02 a {
    padding: 15px 0;
  }
}
.recruit-btn02 a:hover {
  background: #efefef;
}
.recruit-btn02 a::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: 20px;
  box-sizing: border-box;
}

.privacy-txt01 {
  margin: 0 0 1em 0;
}

.privacy-txt02 {
  margin: 2em 0 0 0;
  font-size: 14px;
}

.privacy-list01 {
  margin: 1em 0 2em 0;
  padding: 0 0 0 25px;
}
.privacy-list01 li {
  list-style-type: decimal;
  margin-bottom: 0.7em;
}

.privacy-list02 {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
.privacy-list02 li {
  list-style-type: disc;
  margin-bottom: 0.5em;
}

.title06 {
  font-size: 20px;
  font-weight: 500;
  margin: 30px 0 10px 0;
}
@media (max-width: 767px) {
  .title06 {
    font-size: 16px;
  }
}
/*# sourceMappingURL=style.css.map */