@charset "UTF-8";
/* WordPress CMS Thepc-w1350me template */
/* -------------------------------------------- */
/* 共通 */
/* -------------------------------------------- */
body {
  min-width: 1000px;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 1080px) {
  body {
    min-width: auto;
  }
}

a, a:visited {
  color: inherit;
  text-decoration: none;
}

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

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

img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.wp-block-image {
  margin: 0 !important;
}

/* -------------------------------------------- */
/* header */
/* -------------------------------------------- */
.header {
  position: fixed;
  z-index: 5;
  width: 100%;
  top: 0;
}
.header-inner {
  width: calc(100% - 90px);
  margin-right: auto;
  margin-left: auto;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .header-inner {
    display: none !important;
  }
}
.header-logo, .header-logo-scroll {
  padding-left: 40px;
}
.header-logo img, .header-logo-scroll img {
  height: 64px;
}
.header-logo-scroll img {
  height: 64px;
}
.header-right {
  display: flex;
  justify-content: space-between;
}
.header-menu {
  position: relative;
}
.header-menu-list {
  display: flex;
}
.header-menu-list li {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.14em;
  text-align: left;
  color: #000000;
  padding-top: 40px;
  margin-right: 40px;
}
@media only screen and (max-width: 1350px) {
  .header-menu-list li {
    font-size: 15px;
    margin-right: 25px;
  }
}
.header-menu-list li a {
  position: relative;
  display: block;
  text-decoration: none;
}
.header-menu-list li a:hover {
  color: #205DAC;
}
.header .header-entry, .header .header-joblist {
  width: 168px;
  height: 100px;
}
@media only screen and (max-width: 1350px) {
  .header .header-entry, .header .header-joblist {
    width: 120px;
  }
}
.header .header-entry-link, .header .header-joblist-link {
  display: block;
  height: calc(100% - 12px);
  position: relative;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.14em;
  text-align: center;
  color: #FFFFFF;
  transition: 0.3s;
  padding-top: 12px;
}
@media only screen and (max-width: 1350px) {
  .header .header-entry-link, .header .header-joblist-link {
    font-size: 16px;
  }
}
.header .header-entry-link::before, .header .header-joblist-link::before {
  content: "";
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6px;
}
.header .header-entry-link__small, .header .header-joblist-link__small {
  display: block;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.14em;
  margin-top: 5px;
}
.header-joblist {
  color: #FFFFFF;
}
.header-joblist-link {
  background-color: #333333;
  transition: 0.3s;
}
.header-joblist-link::before {
  background-image: url(./img/header-joblist-icon.svg);
  width: 21px;
  height: 26px;
}
.header-joblist-link:hover {
  filter: brightness(135%);
}
.header-entry {
  color: #FFFFFF;
}
.header-entry-link {
  background: linear-gradient(#fc0 0%, #fb0 50%, #ffa929 100%);
}
.header-entry-link::before {
  background-image: url(./img/header-entry-icon.svg);
  width: 34px;
  height: 29px;
}
.header-entry-link:hover {
  filter: brightness(110%);
}
.header.scroll-header {
  background-color: rgba(255, 255, 255, 0.8);
  transition: 0.5s;
}
.header.scroll-header .header-inner {
  position: unset;
}
.header.scroll-header .header-inner::before {
  content: none;
}
.header.scroll-header .header-sp-inner {
  position: unset;
}
.header.scroll-header .header-sp-inner::before {
  content: none;
}
.header.front-header .header-inner {
  position: relative;
}
.header.front-header .header-inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(#383838 0%, rgba(112, 112, 112, 0) 100%);
  opacity: 0.38;
  z-index: -1;
}
.header.front-header .header-logo-scroll {
  display: none;
  padding-left: 40px;
}
.header.front-header .header-menu-list li {
  color: #FFFFFF;
}
.header.front-header .header-menu-list li a:hover {
  color: #000000;
}
.header.front-header.scroll-header .header-inner {
  position: unset;
}
.header.front-header.scroll-header .header-inner::before {
  content: none;
}
.header.front-header.scroll-header .header-logo, .header.front-header.scroll-header .header-logo-scroll {
  display: none;
}
.header.front-header.scroll-header .header-logo-scroll {
  display: block;
  transition: 0.5s;
}
.header.front-header.scroll-header .header-menu-list li {
  color: #000000;
  transition: 0.5s;
}
.header.front-header.scroll-header .header-menu-list li a:hover {
  color: #205DAC;
}
.header.front-header.scroll-header .header-sp-inner {
  position: unset;
}
.header.front-header.scroll-header .header-sp-inner::before {
  content: none;
}
.header.front-header.scroll-header .header-sp-logo {
  display: none;
}
.header.front-header.scroll-header .header-sp-logo-scroll {
  display: block;
  transition: 0.5s;
}
.header.front-header .header-sp-inner {
  position: relative;
}
.header.front-header .header-sp-inner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(#383838 0%, rgba(112, 112, 112, 0) 100%);
  opacity: 0.38;
  z-index: -1;
}
.header.front-header .header-sp-logo-scroll {
  display: none;
  padding-left: 20px;
}
.header-sp {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .header-sp {
    display: block !important;
  }
}
.header-sp-inner {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  position: relative;
}
.header-sp-logo {
  padding-left: 20px;
}
.header-sp-logo img {
  height: 55px !important;
}
.header-sp-logo p {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #333333;
}
.header-sp-logo-scroll img {
  height: 55px !important;
}
.header-sp-nav {
  transform: translateY(-100%);
  width: 100%;
  height: 100%;
  overflow-y: auto;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  top: 0;
  z-index: 15;
  transition: all 0.8s;
  overflow-y: auto;
  max-height: 100vh;
}
.header-sp-nav.active {
  transform: translateY(0%);
}
.header-sp-nav-inner {
  padding-top: 100px;
  background-color: #FFFFFF;
}
.header-sp-nav-menu-list {
  width: 100%;
}
.header-sp-nav-menu-list li {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
}
.header-sp-nav-menu-list li {
  border-top: 1px solid #e5e5e5;
}
.header-sp-nav-menu-list li a {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.14em;
  display: block;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.header-sp-nav-menu-list li a::before {
  border-top: 2px solid #205DAC;
  border-right: 2px solid #205DAC;
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header-sp-nav-contact {
  display: flex;
  width: 100%;
}
.header-sp-nav-contact > div a::before {
  content: "";
  position: relative;
  top: 7px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  margin-right: 8px;
}
.header-sp-nav-contact__joblist {
  width: 50%;
}
.header-sp-nav-contact__joblist-link {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.14em;
  color: #FFFFFF !important;
  text-align: center;
  display: block;
  padding-top: 15px;
  padding-bottom: 25px;
  background-color: #333333;
}
.header-sp-nav-contact__joblist-link::before {
  background-image: url(./img/header-joblist-icon.svg);
  width: 21px;
  height: 26px;
}
.header-sp-nav-contact__entry {
  width: 50%;
}
.header-sp-nav-contact__entry-link {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.14em;
  color: #FFFFFF !important;
  text-align: center;
  display: block;
  padding-top: 15px;
  padding-bottom: 25px;
  background: linear-gradient(#fc0 0%, #fb0 50%, #ffa929 100%);
}
.header-sp-nav-contact__entry-link::before {
  background-image: url(./img/header-entry-icon.svg);
  width: 30px;
  height: 26px;
}
.header-sp-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  cursor: pointer;
  z-index: 500;
  background: linear-gradient(#fc0 0%, #fb0 50%, #ffa929 100%);
}
.header-sp-btn-inner {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 31px;
  height: 24px;
}
.header-sp-btn span {
  display: block;
  position: absolute;
  width: 31px;
  height: 2px;
  background-color: #F5F5F5;
  transition: 0.35s ease-in-out;
  border-radius: 2px;
}
.header-sp-btn span:nth-child(1) {
  top: 0px;
}
.header-sp-btn span:nth-child(2) {
  top: 10px;
}
.header-sp-btn span:nth-child(3) {
  top: 20px;
}
.header-sp-btn.active {
  position: fixed;
  /* 最初のspanをマイナス45度に */
}
.header-sp-btn.active span {
  background-color: #F5F5F5;
}
.header-sp-btn.active span:nth-child(1) {
  top: 50%;
  transform: rotate(-45deg);
}
.header-sp-btn.active span:nth-child(2) {
  top: 50%;
  transform: rotate(45deg);
}
.header-sp-btn.active span:nth-child(3) {
  top: 50%;
  transform: rotate(45deg);
}
.header-sp-btn-text {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #FFFFFF;
}

.nav-overlay {
  display: none;
}
.nav-overlay.active {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 2;
}

/* -------------------------------------------- */
/* 見出し・パーツ */
/* -------------------------------------------- */
.breadcrumb-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1000px;
  padding-top: 15px;
  font-weight: 400;
  font-size: 15px;
  color: #0f0909;
}
@media only screen and (max-width: 1200px) {
  .breadcrumb-inner {
    max-width: 90%;
  }
}
.breadcrumb-inner > span:first-of-type a {
  position: relative;
}
.breadcrumb-inner > span:first-of-type a::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  width: 20px;
  height: 20px;
  background-image: url(./img/breadcrumb-icon.svg);
  margin-right: 5px;
}

/* -------------------------------------------- */
/* アニメーション */
/* -------------------------------------------- */
.mask-wrap {
  display: table;
  overflow: hidden;
}
.mask-wrap .mask {
  display: table;
  position: relative;
  margin-bottom: 0.25em;
  left: -100%;
  overflow: hidden;
}
.mask-wrap .mask-bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #205DAC;
}

.updown {
  display: block;
  overflow: hidden;
  position: relative;
}
.updown-in {
  display: block;
  transform: translate3d(0, 160%, 0) skewY(7deg);
  transition: opacity 0.7s cubic-bezier(0.54, 0, 0, 0.99), transform 1.1s cubic-bezier(0.47, 0.43, 0, 0.99) 0.1s;
  transition-delay: 0.05s;
  opacity: 0;
}
.updown.show .updown-in {
  transform: translate3d(0, 0, 0) skewY(0deg);
  opacity: 1;
}

.fadeIn {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 1300ms;
}
.fadeIn.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* -------------------------------------------- */
/* TOP */
/* -------------------------------------------- */
.front-bg-top {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}
.front-bg-top-gray {
  position: absolute;
  top: 0;
  width: 100%;
  height: 3500px;
  background-color: #F5F5F5;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .front-bg-top-gray {
    height: 3000px;
  }
}
.front-bg-top-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2000px;
  z-index: 1;
  overflow: hidden;
}
.front-bg-top-circle::before {
  content: "";
  position: absolute;
  top: 90px;
  right: -290px;
  width: 1905px;
  height: 1905px;
  border-radius: 50%;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .front-bg-top-circle::before {
    width: 710px;
    height: 710px;
    top: 19%;
    left: 33%;
    right: unset;
  }
}
.front-mv {
  height: 100vh;
}
@media only screen and (min-width: 768px) {
  .front-mv {
    display: flex;
    overflow: hidden;
  }
}
.front-mv-inner {
  width: calc(100% - 90px);
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .front-mv-inner {
    width: 100%;
  }
}
.front-mv-movie {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .front-mv-movie {
    height: calc(100% - 64px);
  }
}
.front-mv-movie__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.front-mv-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.front-mv-slider div {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: 6s transform ease-out;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-name: slideAnime;
  animation-timing-function: ease;
  opacity: 0;
}
@keyframes slideAnime {
  0% {
    opacity: 0;
  }
  16% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  49% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1.1, 1.1);
  }
}
.front-mv-slider-item--01 {
  animation-delay: 0s;
}
.front-mv-slider-item--02 {
  animation-delay: 5s;
}
.front-mv-slider-item--03 {
  animation-delay: 10s;
}
.front-mv-slider-item-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  transform-origin: center top;
  transform: scale(1);
  transition: 6s transform ease-out;
}
.front-mv-catchcopy {
  width: 100%;
  max-width: 1050px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1200px) {
  .front-mv-catchcopy {
    max-width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .front-mv-catchcopy {
    max-width: 90%;
  }
}
.front-mv-catchcopy-box {
  width: 100%;
  height: 100%;
}
.front-mv-catchcopy__main {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: unset;
  position: relative;
  top: 55%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 768px) and (max-height: 960px) {
  .front-mv-catchcopy__main {
    top: 42%;
  }
}
@media only screen and (max-width: 767px) {
  .front-mv-catchcopy__main {
    display: table;
    top: 48%;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.front-mv-catchcopy__main-text {
  font-weight: 700;
  font-size: 57px;
  letter-spacing: 0.14em;
  color: #262626;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 767px) {
  .front-mv-catchcopy__main-text {
    font-size: 9vw;
  }
}
.front-mv-catchcopy__sub {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: unset;
  position: relative;
  top: 57%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 768px) and (max-height: 960px) {
  .front-mv-catchcopy__sub {
    top: 44%;
  }
}
@media only screen and (max-width: 767px) {
  .front-mv-catchcopy__sub {
    display: table;
    top: 49%;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
.front-mv-catchcopy__sub-text {
  font-weight: 700;
  font-size: 39px;
  letter-spacing: 0.15em;
  color: #010101;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 767px) {
  .front-mv-catchcopy__sub-text {
    font-size: 6vw;
  }
}
.front-mv-scroll {
  width: 45px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .front-mv-scroll {
    display: none;
  }
}
.front-mv-scroll-link {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  width: 32px;
  height: 320px;
}
.front-mv-news {
  width: 700px;
  position: absolute;
  right: 30px;
  bottom: 65px;
  background-color: #FFFFFF;
  border-radius: 48px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-height: 960px) {
  .front-mv-news {
    bottom: 40px;
  }
}
@media only screen and (max-width: 1080px) {
  .front-mv-news {
    width: 550px;
  }
}
@media only screen and (max-width: 767px) {
  .front-mv-news {
    width: 98%;
    left: 0;
    bottom: 20px;
    border-radius: 0 48px 48px 0;
  }
}
.front-mv-news-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 612px;
  height: 96px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .front-mv-news-inner {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .front-mv-news-inner {
    display: block;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 1080px) {
  .front-mv-news-heading {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .front-mv-news-heading {
    display: inline-block;
  }
}
.front-mv-news-heading__main {
  font-family: Roboto;
  font-weight: 700;
  font-size: 60px;
  letter-spacing: 0.05em;
  color: #205DAC;
  font-size: 30px;
  letter-spacing: 0.14em;
}
@media only screen and (max-width: 767px) {
  .front-mv-news-heading__main {
    font-size: 32px;
  }
}
.front-mv-news-heading__sub {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: #205DAC;
  padding-left: 10px;
  margin-bottom: 10px;
  position: relative;
  font-size: 12px;
  padding-left: 0;
  margin-bottom: 4px;
}
@media only screen and (max-width: 767px) {
  .front-mv-news-heading__sub {
    padding-left: 0;
  }
}
.front-mv-news-heading__sub::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 2px;
  background-image: url(./img/title-decoration.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 21px;
  height: 22px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .front-mv-news-heading__sub::before {
    left: -6px;
  }
}
.front-mv-news-heading__sub::before {
  left: -8px;
}
.front-mv-news-content {
  width: 100%;
  max-width: 482px;
  display: flex;
  align-items: center;
}
.front-mv-news-content__data {
  font-size: 16px;
  line-height: 27px;
  color: #333333;
  font-weight: 700;
  margin-right: 22px;
}
@media only screen and (max-width: 1080px) {
  .front-mv-news-content__data {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .front-mv-news-content__data.sp {
    font-weight: 400;
    display: inline !important;
  }
}
.front-mv-news-content__title {
  font-size: 16px;
  line-height: 27px;
  color: #333333;
  max-width: 374px;
  font-weight: 700;
}
@media only screen and (max-width: 1080px) {
  .front-mv-news-content__title {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .front-mv-news-content__title {
    line-height: 1.3em;
    font-weight: 400;
  }
}
.front-catchcopy {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.14em;
  line-height: 40px;
  text-align: center;
  color: #333333;
  padding-top: 81px;
  padding-bottom: 62px;
}
@media only screen and (max-width: 767px) {
  .front-catchcopy {
    letter-spacing: 0;
    font-size: 20px;
    line-height: 40px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding-top: 30px;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 1200px) {
  .front-catchcopy {
    max-width: 90%;
  }
}
.front-aboutus {
  min-height: 857px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .front-aboutus {
    min-height: auto;
  }
}
.front-aboutus-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1000px;
  padding-bottom: 414px;
}
@media only screen and (max-width: 1200px) {
  .front-aboutus-inner {
    max-width: 90%;
  }
}
@media only screen and (max-width: 1200px) {
  .front-aboutus-inner {
    padding-bottom: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .front-aboutus-inner {
    padding-bottom: 60px;
  }
}
.front-aboutus-box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: unset;
}
@media only screen and (max-width: 767px) {
  .front-aboutus-box {
    flex-direction: column;
  }
}
.front-aboutus-box__left {
  width: 100%;
  max-width: 500px;
  margin-right: 45px;
  padding-top: 75px;
}
@media only screen and (max-width: 1200px) {
  .front-aboutus-box__left {
    margin-right: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .front-aboutus-box__left {
    max-width: 100%;
    padding-top: 40px;
    margin-right: 0;
    order: 2;
  }
}
.front-aboutus-box__right {
  width: 844px;
  height: 559px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .front-aboutus-box__right {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .front-aboutus-box__right {
    width: 110%;
    height: 200px;
    order: 1;
  }
}
.front-aboutus-heading {
  margin-bottom: 25px;
}
.front-aboutus-heading__main {
  font-family: Roboto;
  font-weight: 700;
  font-size: 60px;
  letter-spacing: 0.05em;
  color: #205DAC;
}
@media only screen and (max-width: 767px) {
  .front-aboutus-heading__main {
    font-size: 32px;
  }
}
.front-aboutus-heading__sub {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: #205DAC;
  padding-left: 10px;
  margin-bottom: 10px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .front-aboutus-heading__sub {
    padding-left: 0;
  }
}
.front-aboutus-heading__sub::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 2px;
  background-image: url(./img/title-decoration.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 21px;
  height: 22px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .front-aboutus-heading__sub::before {
    left: -6px;
  }
}
.front-aboutus-lead {
  font-weight: 700;
  font-size: 32px;
  line-height: 54px;
  color: #333333;
  letter-spacing: 0.04em;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .front-aboutus-lead {
    font-size: 24px;
    line-height: 43px;
  }
}
@media only screen and (max-width: 767px) {
  .front-aboutus-lead {
    margin-bottom: 20px;
  }
}
.front-aboutus-text {
  font-size: 16px;
  line-height: 27px;
  color: #333333;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.front-aboutus-img {
  width: 844px;
  height: 559px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .front-aboutus-img {
    width: 110%;
    height: 200px;
  }
}
.front-aboutus-img .mask-wrap, .front-aboutus-img .mask {
  position: relative;
  width: 100%;
  height: 100%;
}
.front-aboutus-img__main {
  width: 100%;
  height: 100%;
  margin-right: 72px;
}
.front-aboutus-img__main-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.front-aboutus-img__sub {
  content: "";
  width: 493px;
  height: 341px;
  position: absolute;
  left: -349px;
  bottom: -301px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 2;
}
@media only screen and (max-width: 1200px) {
  .front-aboutus-img__sub {
    width: 240px;
    height: 166px;
    left: -50px;
    bottom: -110px;
  }
}
@media only screen and (max-width: 767px) {
  .front-aboutus-img__sub {
    display: none;
  }
}
.front-aboutus-img__sub-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.front-aboutus-btn {
  text-align: right;
  margin-top: 45px;
  padding-right: 93px;
}
@media only screen and (max-width: 767px) {
  .front-aboutus-btn {
    margin-top: 35px;
  }
}
.front-aboutus-btn__link {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  color: #205DAC !important;
}
.front-aboutus-btn__link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -93px;
  background-image: url(./img/front-btn-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 91px;
  height: 38px;
}
.front-aboutus-btn__link:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.front-aboutus-btn__link:hover::before {
  background-image: url(./img/front-btn-arrow-hover.svg);
}
.front-aboutus-en {
  position: absolute;
  font-weight: 700;
  font-size: 157px;
  color: #efefef;
  mix-blend-mode: multiply;
  white-space: nowrap;
  right: 60px;
  bottom: -140px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .front-aboutus-en {
    display: none;
  }
}
.front-works {
  position: relative;
}
.front-works-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1000px;
  display: flex;
  justify-content: flex-end;
  padding-top: 80px;
  padding-bottom: 65px;
  z-index: 2;
}
@media only screen and (max-width: 1200px) {
  .front-works-inner {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .front-works-inner {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.front-works-box {
  width: 44%;
  order: 2;
}
@media only screen and (max-width: 767px) {
  .front-works-box {
    width: 100%;
  }
}
.front-works-img {
  z-index: 1;
  position: absolute;
  width: 52%;
  height: 610px;
}
@media only screen and (max-width: 767px) {
  .front-works-img {
    width: 95%;
    height: 200px;
    position: relative;
    order: 1;
  }
}
.front-works-img div {
  position: relative;
  width: 100%;
  height: 100%;
}
.front-works-img__img {
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.front-works-heading {
  margin-bottom: 20px;
}
.front-works-heading__main {
  font-family: Roboto;
  font-weight: 700;
  font-size: 60px;
  letter-spacing: 0.05em;
  color: #205DAC;
}
@media only screen and (max-width: 767px) {
  .front-works-heading__main {
    font-size: 32px;
  }
}
.front-works-heading__sub {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: #205DAC;
  padding-left: 10px;
  margin-bottom: 10px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .front-works-heading__sub {
    padding-left: 0;
  }
}
.front-works-heading__sub::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 2px;
  background-image: url(./img/title-decoration.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 21px;
  height: 22px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .front-works-heading__sub::before {
    left: -6px;
  }
}
.front-works-lead {
  font-weight: 700;
  font-size: 32px;
  line-height: 54px;
  color: #333333;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .front-works-lead {
    font-size: 24px;
    line-height: 43px;
  }
}
@media only screen and (max-width: 767px) {
  .front-works-lead {
    margin-bottom: 20px;
  }
}
.front-works-text {
  font-size: 16px;
  line-height: 27px;
  color: #333333;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.front-works-btn {
  text-align: right;
  margin-top: 45px;
  padding-right: 93px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .front-works-btn {
    margin-top: 35px;
  }
}
.front-works-btn__link {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  color: #205DAC !important;
}
.front-works-btn__link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -93px;
  background-image: url(./img/front-btn-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 91px;
  height: 38px;
}
.front-works-btn__link:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.front-works-btn__link:hover::before {
  background-image: url(./img/front-btn-arrow-hover.svg);
}
.front-works-en {
  position: absolute;
  font-weight: 700;
  font-size: 157px;
  color: #efefef;
  mix-blend-mode: multiply;
  white-space: nowrap;
  right: 0;
  bottom: -80px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .front-works-en {
    display: none;
  }
}
.front-interview {
  position: relative;
  background-image: url(./img/front-interview-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media only screen and (max-width: 767px) {
  .front-interview {
    background-image: url(./img/front-interview-bg-sp.svg);
  }
}
.front-interview-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1000px;
  padding-top: 260px;
  padding-bottom: 713px;
}
@media only screen and (max-width: 1200px) {
  .front-interview-inner {
    max-width: 90%;
  }
}
@media only screen and (max-width: 1200px) {
  .front-interview-inner {
    padding-top: 140px;
    padding-bottom: 690px;
  }
}
@media only screen and (max-width: 1080px) {
  .front-interview-inner {
    padding-bottom: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .front-interview-inner {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.front-interview-box {
  max-width: 526px;
  z-index: 2;
}
.front-interview-heading {
  margin-bottom: 20px;
}
.front-interview-heading__main {
  font-family: Roboto;
  font-weight: 700;
  font-size: 60px;
  letter-spacing: 0.05em;
  color: #205DAC;
}
@media only screen and (max-width: 767px) {
  .front-interview-heading__main {
    font-size: 32px;
  }
}
.front-interview-heading__sub {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: #205DAC;
  padding-left: 10px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .front-interview-heading__sub {
    padding-left: 0;
  }
}
.front-interview-heading__sub::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 2px;
  background-image: url(./img/title-decoration.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 21px;
  height: 22px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .front-interview-heading__sub::before {
    left: -6px;
  }
}
.front-interview-lead {
  font-weight: 700;
  font-size: 32px;
  line-height: 54px;
  color: #333333;
  letter-spacing: 0.04em;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .front-interview-lead {
    font-size: 24px;
    line-height: 43px;
  }
}
@media only screen and (max-width: 767px) {
  .front-interview-lead {
    margin-bottom: 20px;
  }
}
.front-interview-text {
  font-size: 16px;
  line-height: 27px;
  color: #333333;
  font-weight: 700;
}
.front-interview-btn {
  text-align: right;
  margin-top: 45px;
  padding-right: 93px;
}
@media only screen and (max-width: 767px) {
  .front-interview-btn {
    margin-top: 35px;
  }
}
.front-interview-btn__link {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  color: #205DAC !important;
}
.front-interview-btn__link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -93px;
  background-image: url(./img/front-btn-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 91px;
  height: 38px;
}
.front-interview-btn__link:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.front-interview-btn__link:hover::before {
  background-image: url(./img/front-btn-arrow-hover.svg);
}
.front-interview-en {
  position: absolute;
  font-weight: 700;
  font-size: 157px;
  color: #efefef;
  mix-blend-mode: multiply;
  white-space: nowrap;
  color: #e5e5e5;
  right: 0;
  bottom: -60px;
}
@media only screen and (max-width: 767px) {
  .front-interview-en {
    display: none;
  }
}
.front-interview-img {
  width: 778px;
  height: 795px;
  position: absolute;
  top: 220px;
  right: 40px;
  z-index: -1;
}
@media only screen and (max-width: 1200px) {
  .front-interview-img {
    width: 600px;
    height: 600px;
    top: 320px;
  }
}
@media only screen and (max-width: 1080px) {
  .front-interview-img {
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .front-interview-img {
    width: 320px;
    height: 320px;
    margin-top: 40px;
  }
}
.front-interview-img-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.front-interview-img-inner::before {
  content: "";
  position: absolute;
  left: 287px;
  top: 301px;
  width: 208px;
  height: 217px;
  background-image: url(./img/front-interview-path.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
@media only screen and (max-width: 1200px) {
  .front-interview-img-inner::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 767px) {
  .front-interview-img-inner::before {
    width: 132px;
    height: 138px;
  }
}
.front-interview-img-inner div {
  position: absolute;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.front-interview-img--01 {
  width: 349px;
  height: 349px;
  top: 0;
  right: 58px;
}
@media only screen and (max-width: 1200px) {
  .front-interview-img--01 {
    width: 280px;
    height: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .front-interview-img--01 {
    width: 150px;
    height: 150px;
  }
}
.front-interview-img--02 {
  width: 357px;
  height: 357px;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .front-interview-img--02 {
    width: 280px;
    height: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .front-interview-img--02 {
    width: 150px;
    height: 150px;
  }
}
.front-interview-img--03 {
  width: 346px;
  height: 346px;
  left: 0;
  bottom: 143px;
}
@media only screen and (max-width: 1200px) {
  .front-interview-img--03 {
    width: 280px;
    height: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .front-interview-img--03 {
    width: 150px;
    height: 150px;
    bottom: 40px;
  }
}
.front-footer .footer-entry {
  background-image: unset !important;
  position: relative;
}
.front-footer .footer-entry-bg {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 950px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -2;
}
.front-footer .footer-entry::before {
  top: unset;
  bottom: 0;
  height: 100%;
  min-height: 950px;
  background: linear-gradient(120deg, rgba(0, 144, 204, 0.4) 0%, rgba(0, 108, 184, 0.4) 100%);
  z-index: -1;
}

/* -------------------------------------------- */
/* ABOUT US */
/* -------------------------------------------- */
.aboutus {
  overflow: hidden;
}
.aboutus-bg {
  position: relative;
}
.aboutus-bg-inner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
  z-index: -1;
  overflow: hidden;
}
.aboutus-bg-circle--01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1600px;
  z-index: 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .aboutus-bg-circle--01 {
    height: 1000px;
  }
}
.aboutus-bg-circle--01::before {
  content: "";
  position: absolute;
  top: -82px;
  right: -529px;
  width: 1580px;
  height: 1513px;
  border-radius: 50%;
  background-color: #FFFFFF;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .aboutus-bg-circle--01::before {
    top: -30px;
    right: -350px;
    width: 710px;
    height: 710px;
  }
}
.aboutus-bg-circle--02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2300px;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .aboutus-bg-circle--02 {
    height: 1000px;
  }
}
.aboutus-bg-circle--02::before {
  content: "";
  position: absolute;
  bottom: -1243px;
  left: -970px;
  width: 2290px;
  height: 2222px;
  border-radius: 50%;
  background-color: #FFFFFF;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .aboutus-bg-circle--02::before {
    bottom: -350px;
    left: -350px;
    width: 710px;
    height: 710px;
  }
}
.aboutus-bg-en {
  position: absolute;
  right: -120px;
  font-weight: 700;
  font-size: 608px;
  letter-spacing: -0.1em;
  color: #F5F5F5;
  transform: rotate(90deg);
  transform-origin: top right;
  z-index: 2;
  white-space: nowrap;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 767px) {
  .aboutus-bg-en {
    right: -40px;
    font-size: 180px;
  }
}
.aboutus-bg-en {
  top: 2850px;
}
@media only screen and (max-width: 767px) {
  .aboutus-bg-en {
    top: 890px;
  }
}
.aboutus-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1000px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1200px) {
  .aboutus-inner {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .aboutus-inner {
    padding-bottom: 60px;
  }
}
.aboutus-mv-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1000px;
  padding-top: 207px;
}
@media only screen and (max-width: 1200px) {
  .aboutus-mv-inner {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .aboutus-mv-inner {
    padding-top: 130px;
  }
}
.aboutus-mv-heading {
  margin-bottom: 44px;
}
@media only screen and (max-width: 767px) {
  .aboutus-mv-heading {
    margin-bottom: 30px;
  }
}
.aboutus-mv-heading__sub {
  display: table;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.14em;
  color: #191919;
  margin-bottom: 7px;
  z-index: 1;
  padding-left: 10px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .aboutus-mv-heading__sub {
    font-size: 16px;
  }
}
.aboutus-mv-heading__sub::before {
  top: 2px !important;
}
@media only screen and (max-width: 767px) {
  .aboutus-mv-heading__sub::before {
    left: 1px !important;
  }
}
.aboutus-mv-heading__sub::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  z-index: -2;
}
.aboutus-mv-heading__sub::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 2px;
  background-image: url(./img/title-decoration.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 21px;
  height: 22px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .aboutus-mv-heading__sub::before {
    left: -6px;
  }
}
.aboutus-mv-heading__main {
  display: table;
  font-family: Roboto;
  font-weight: 700;
  font-size: 88px;
  letter-spacing: 0.05em;
  line-height: 88px;
  color: #1c1c1c;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .aboutus-mv-heading__main {
    font-size: 42px;
    line-height: 40px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.aboutus-mv-lead {
  font-weight: 700;
  font-size: 32px;
  line-height: 54px;
  color: #333333;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .aboutus-mv-lead {
    font-size: 24px;
    line-height: 43px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutus-mv-lead {
    margin-bottom: 30px;
  }
}
.aboutus-mv-img {
  position: relative;
  width: 1460px;
  height: 470px;
}
@media only screen and (max-width: 1200px) {
  .aboutus-mv-img {
    width: 1200px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutus-mv-img {
    width: 800px;
    height: 150px;
  }
}
@media only screen and (max-width: 480px) {
  .aboutus-mv-img {
    width: 500px;
  }
}
.aboutus-mv-img__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .aboutus-mv-img__img {
    background-position: left;
  }
}
.aboutus-message-inner {
  padding-top: 93px;
  padding-bottom: 135px;
}
@media only screen and (max-width: 767px) {
  .aboutus-message-inner {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.aboutus-message-heading {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .aboutus-message-heading {
    margin-bottom: 25px;
    order: 2;
  }
}
.aboutus-message-heading__main {
  font-family: Roboto;
  font-weight: 700;
  font-size: 60px;
  letter-spacing: 0.05em;
  color: #205DAC;
}
@media only screen and (max-width: 767px) {
  .aboutus-message-heading__main {
    font-size: 32px;
  }
}
.aboutus-message-heading__sub {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: #205DAC;
  padding-left: 10px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .aboutus-message-heading__sub {
    padding-left: 0;
  }
}
.aboutus-message-heading__sub::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 2px;
  background-image: url(./img/title-decoration.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 21px;
  height: 22px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .aboutus-message-heading__sub::before {
    left: -6px;
  }
}
.aboutus-message-box {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 800px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1200px) {
  .aboutus-message-box {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .aboutus-message-box {
    max-width: 100%;
    flex-direction: column;
  }
}
.aboutus-message-box__left {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .aboutus-message-box__left {
    order: 3;
  }
}
.aboutus-message-box__right {
  max-width: 425px;
}
@media only screen and (max-width: 767px) {
  .aboutus-message-box__right {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    order: 1;
  }
}
.aboutus-message-title {
  width: 100%;
  font-weight: 700;
  font-size: 38px;
  line-height: 64px;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .aboutus-message-title {
    font-size: 24px;
    line-height: 43px;
  }
}
.aboutus-message-name {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 800px;
  font-weight: 700;
  font-size: 16px;
  color: #333333;
  font-weight: 700;
  text-align: right;
  margin-top: 24px;
}
@media only screen and (max-width: 1200px) {
  .aboutus-message-name {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .aboutus-message-name {
    max-width: 100%;
  }
}
.aboutus-message-img {
  display: none;
}
.aboutus-message-text {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  font-size: 16px;
  line-height: 27px;
  color: #333333;
  max-width: 800px;
  font-weight: 400;
}
@media only screen and (max-width: 1200px) {
  .aboutus-message-text {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .aboutus-message-text {
    max-width: 100%;
  }
}
.aboutus-overview-heading {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .aboutus-overview-heading {
    margin-bottom: 25px;
  }
}
.aboutus-overview-heading__main {
  font-family: Roboto;
  font-weight: 700;
  font-size: 60px;
  letter-spacing: 0.05em;
  color: #205DAC;
}
@media only screen and (max-width: 767px) {
  .aboutus-overview-heading__main {
    font-size: 32px;
  }
}
.aboutus-overview-heading__sub {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: #205DAC;
  padding-left: 10px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .aboutus-overview-heading__sub {
    padding-left: 0;
  }
}
.aboutus-overview-heading__sub::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 2px;
  background-image: url(./img/title-decoration.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 21px;
  height: 22px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .aboutus-overview-heading__sub::before {
    left: -6px;
  }
}
.aboutus-overview-table {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 800px;
}
@media only screen and (max-width: 1200px) {
  .aboutus-overview-table {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .aboutus-overview-table {
    max-width: 100%;
  }
}
.aboutus-overview-table__row {
  border-bottom: 1px solid #707070;
}
.aboutus-overview-table__th {
  width: 20%;
  padding-top: 24px;
  padding-bottom: 24px;
  font-weight: 700;
  font-size: 16px;
  text-align: left;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .aboutus-overview-table__th {
    display: block;
    width: 100%;
    padding-bottom: 10px;
  }
}
.aboutus-overview-table__td {
  font-size: 16px;
  line-height: 27px;
  color: #333333;
  width: 80%;
  padding-top: 24px;
  padding-bottom: 24px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .aboutus-overview-table__td {
    display: block;
    width: 100%;
    padding-top: 0;
  }
}
.aboutus-welfare {
  background-image: url(./img/aboutus-welfare-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.aboutus-welfare-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1000px;
  padding-bottom: 125px;
}
@media only screen and (max-width: 1200px) {
  .aboutus-welfare-inner {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .aboutus-welfare-inner {
    padding-bottom: 70px;
  }
}
.aboutus-welfare-heading {
  font-weight: 700;
  font-size: 38px;
  color: #205DAC;
  position: relative;
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  .aboutus-welfare-heading {
    font-size: 28px;
  }
}
.aboutus-welfare-heading::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 2px;
  background-image: url(./img/title-decoration.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 21px;
  height: 22px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .aboutus-welfare-heading::before {
    left: -6px;
  }
}
.aboutus-welfare-heading::before {
  width: 23px;
  height: 25px;
  top: -8px;
  left: -8px;
}
.aboutus-welfare-text {
  font-size: 16px;
  line-height: 27px;
  color: #333333;
  font-weight: 700;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .aboutus-welfare-text {
    margin-bottom: 30px;
  }
}
.aboutus-welfare-list {
  display: flex;
  flex-wrap: wrap;
}
.aboutus-welfare-list-item {
  width: 30%;
  margin-right: 5%;
  background-color: #F5F5F5;
  border-radius: 8px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  .aboutus-welfare-list-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
}
.aboutus-welfare-list-item:nth-of-type(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .aboutus-welfare-list-item:nth-of-type(3n) {
    margin-right: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .aboutus-welfare-list-item:nth-of-type(even) {
    margin-right: 0;
  }
}
.aboutus-welfare-list-item-inner {
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 35px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .aboutus-welfare-list-item-inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.aboutus-welfare-list-item__icon {
  line-height: 74px;
  text-align: center;
  margin-bottom: 15px;
}
.aboutus-welfare-list-item__icon img {
  vertical-align: middle;
}
.aboutus-welfare-list-item__title {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 27px;
  text-align: center;
  color: #333333;
  margin-bottom: 28px;
}
.aboutus-welfare-list-item__title span {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .aboutus-welfare-list-item__title {
    font-size: 18px;
  }
}
.aboutus-welfare-list-item__text {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 26px;
  color: #333333;
}
@media only screen and (max-width: 767px) {
  .aboutus-welfare-list-item__text {
    font-size: 14px;
  }
}
.aboutus-welfare-img {
  position: relative;
  width: 1360px;
  height: 235px;
  left: -460px;
  margin-bottom: 115px;
}
@media only screen and (max-width: 1200px) {
  .aboutus-welfare-img {
    width: 105%;
    left: -10%;
  }
}
@media only screen and (max-width: 767px) {
  .aboutus-welfare-img {
    width: 110%;
    height: 180px;
    margin-bottom: 50px;
  }
}
.aboutus-welfare-img__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* -------------------------------------------- */
/* WORKS */
/* -------------------------------------------- */
.works {
  overflow: hidden;
}
.works-bg {
  position: relative;
}
.works-bg-inner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
  z-index: -1;
  overflow: hidden;
}
.works-bg-circle--01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1600px;
  z-index: 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .works-bg-circle--01 {
    height: 1000px;
  }
}
.works-bg-circle--01::before {
  content: "";
  position: absolute;
  top: -82px;
  right: -529px;
  width: 1580px;
  height: 1513px;
  border-radius: 50%;
  background-color: #FFFFFF;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .works-bg-circle--01::before {
    top: -30px;
    right: -350px;
    width: 710px;
    height: 710px;
  }
}
.works-bg-circle--02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2300px;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .works-bg-circle--02 {
    height: 1000px;
  }
}
.works-bg-circle--02::before {
  content: "";
  position: absolute;
  bottom: -1243px;
  left: -970px;
  width: 2290px;
  height: 2222px;
  border-radius: 50%;
  background-color: #FFFFFF;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .works-bg-circle--02::before {
    bottom: -350px;
    left: -350px;
    width: 710px;
    height: 710px;
  }
}
.works-bg-en {
  position: absolute;
  right: -120px;
  font-weight: 700;
  font-size: 608px;
  letter-spacing: -0.1em;
  color: #F5F5F5;
  transform: rotate(90deg);
  transform-origin: top right;
  z-index: 2;
  white-space: nowrap;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 767px) {
  .works-bg-en {
    right: -40px;
    font-size: 180px;
  }
}
.works-bg-en {
  top: 2170px;
}
@media only screen and (max-width: 767px) {
  .works-bg-en {
    top: 685px;
  }
}
.works-mv-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1000px;
  padding-top: 207px;
}
@media only screen and (max-width: 1200px) {
  .works-mv-inner {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .works-mv-inner {
    padding-top: 130px;
  }
}
.works-mv-heading {
  margin-bottom: 44px;
}
@media only screen and (max-width: 767px) {
  .works-mv-heading {
    margin-bottom: 30px;
  }
}
.works-mv-heading__sub {
  display: table;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.14em;
  color: #191919;
  margin-bottom: 7px;
  z-index: 1;
  padding-left: 10px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .works-mv-heading__sub {
    font-size: 16px;
  }
}
.works-mv-heading__sub::before {
  top: 2px !important;
}
@media only screen and (max-width: 767px) {
  .works-mv-heading__sub::before {
    left: 1px !important;
  }
}
.works-mv-heading__sub::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  z-index: -2;
}
.works-mv-heading__sub::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 2px;
  background-image: url(./img/title-decoration.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 21px;
  height: 22px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .works-mv-heading__sub::before {
    left: -6px;
  }
}
.works-mv-heading__main {
  display: table;
  font-family: Roboto;
  font-weight: 700;
  font-size: 88px;
  letter-spacing: 0.05em;
  line-height: 88px;
  color: #1c1c1c;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .works-mv-heading__main {
    font-size: 42px;
    line-height: 40px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.works-mv-lead {
  font-weight: 700;
  font-size: 32px;
  line-height: 54px;
  color: #333333;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .works-mv-lead {
    font-size: 24px;
    line-height: 43px;
  }
}
@media only screen and (max-width: 767px) {
  .works-mv-lead {
    margin-bottom: 30px;
  }
}
.works-mv-img {
  position: relative;
  width: 1460px;
  height: 470px;
}
@media only screen and (max-width: 1200px) {
  .works-mv-img {
    width: 1200px;
  }
}
@media only screen and (max-width: 767px) {
  .works-mv-img {
    width: 800px;
    height: 150px;
  }
}
@media only screen and (max-width: 480px) {
  .works-mv-img {
    width: 500px;
  }
}
.works-mv-img__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .works-mv-img__img {
    background-position: left;
  }
}
.works-text {
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  color: #333333;
  padding-top: 80px;
  padding-bottom: 124px;
}
@media only screen and (max-width: 767px) {
  .works-text {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    font-size: 20px;
    line-height: 40px;
    padding-top: 30px;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 1200px) {
  .works-text {
    max-width: 90%;
  }
}
.works-list-item {
  position: relative;
  padding-bottom: 270px;
}
@media only screen and (max-width: 767px) {
  .works-list-item {
    padding-bottom: 60px;
  }
}
.works-list-item:first-of-type {
  background-color: unset !important;
}
.works-list-item:first-of-type .works-list-item-inner {
  padding-top: 127px;
}
@media only screen and (max-width: 767px) {
  .works-list-item:first-of-type .works-list-item-inner {
    padding-top: 0;
  }
}
.works-list-item:nth-of-type(odd) {
  background-color: #F5F5F5;
}
.works-list-item:nth-of-type(odd) .works-list-item-inner {
  display: flex;
  justify-content: flex-end;
}
.works-list-item:nth-of-type(even) {
  background-color: #FFFFFF;
}
.works-list-item:nth-of-type(even) .works-list-item-img {
  top: 0;
  right: 0;
}
.works-list-item:nth-of-type(n+2) .works-list-item-inner {
  padding-top: 58px;
}
@media only screen and (max-width: 767px) {
  .works-list-item:nth-of-type(n+2) .works-list-item-inner {
    padding-top: 0;
  }
}
.works-list-item:nth-of-type(n+2) .works-list-item-img {
  top: unset;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .works-list-item:nth-of-type(n+2) .works-list-item-top {
    display: flex;
    flex-direction: column;
  }
}
.works-list-item:last-of-type {
  padding-bottom: 180px;
}
@media only screen and (max-width: 767px) {
  .works-list-item:last-of-type {
    padding-bottom: 70px;
  }
}
.works-list-item-inner {
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 800px;
  position: relative;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .works-list-item-inner {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .works-list-item-inner {
    flex-direction: column;
    order: 2;
  }
}
.works-list-item-top {
  position: relative;
  margin-bottom: 44px;
}
@media only screen and (max-width: 767px) {
  .works-list-item-top {
    margin-bottom: 35px;
  }
}
.works-list-item-bottom {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 800px;
}
@media only screen and (max-width: 1200px) {
  .works-list-item-bottom {
    max-width: 90%;
  }
}
.works-list-item-heading {
  margin-bottom: 58px;
}
@media only screen and (max-width: 767px) {
  .works-list-item-heading {
    margin-bottom: 20px;
  }
}
.works-list-item-heading__sub {
  display: inline-block;
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  background-color: #205DAC;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.works-list-item-heading__main {
  font-weight: 700;
  font-size: 38px;
  color: #205DAC;
  position: relative;
  line-height: 55px;
  margin-bottom: 15px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .works-list-item-heading__main {
    font-size: 28px;
  }
}
.works-list-item-heading__main::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 2px;
  background-image: url(./img/title-decoration.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 21px;
  height: 22px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .works-list-item-heading__main::before {
    left: -6px;
  }
}
@media only screen and (max-width: 767px) {
  .works-list-item-heading__main {
    line-height: 42px;
  }
}
.works-list-item-heading__main::before {
  width: 30px;
  height: 32px;
  top: 0px;
  left: -10px;
}
.works-list-item-box {
  width: 100%;
  max-width: 375px;
}
@media only screen and (max-width: 1200px) {
  .works-list-item-box {
    max-width: 46%;
  }
}
@media only screen and (max-width: 767px) {
  .works-list-item-box {
    max-width: 100%;
  }
}
.works-list-item-lead {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 40px;
  color: #333333;
}
.works-list-item-img {
  width: 50%;
  height: 450px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .works-list-item-img {
    width: 100%;
    height: 220px;
    position: relative;
    bottom: unset;
    margin-bottom: 30px;
    order: 1;
  }
}
.works-list-item-img__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.works-list-item-text {
  font-size: 16px;
  line-height: 27px;
  color: #333333;
}

/* -------------------------------------------- */
/* INTERVIEW */
/* -------------------------------------------- */
.interview {
  overflow: hidden;
}
.interview-bg {
  position: relative;
}
.interview-bg-inner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
  z-index: -1;
  overflow: hidden;
}
.interview-bg-circle--01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1600px;
  z-index: 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .interview-bg-circle--01 {
    height: 1000px;
  }
}
.interview-bg-circle--01::before {
  content: "";
  position: absolute;
  top: -82px;
  right: -529px;
  width: 1580px;
  height: 1513px;
  border-radius: 50%;
  background-color: #FFFFFF;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .interview-bg-circle--01::before {
    top: -30px;
    right: -350px;
    width: 710px;
    height: 710px;
  }
}
.interview-bg-circle--02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2300px;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .interview-bg-circle--02 {
    height: 1000px;
  }
}
.interview-bg-circle--02::before {
  content: "";
  position: absolute;
  bottom: -1243px;
  left: -970px;
  width: 2290px;
  height: 2222px;
  border-radius: 50%;
  background-color: #FFFFFF;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .interview-bg-circle--02::before {
    bottom: -350px;
    left: -350px;
    width: 710px;
    height: 710px;
  }
}
.interview-bg-en {
  position: absolute;
  right: -120px;
  font-weight: 700;
  font-size: 608px;
  letter-spacing: -0.1em;
  color: #F5F5F5;
  transform: rotate(90deg);
  transform-origin: top right;
  z-index: 2;
  white-space: nowrap;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 767px) {
  .interview-bg-en {
    right: -40px;
    font-size: 180px;
  }
}
.interview-bg-en {
  top: 2980px;
}
@media only screen and (max-width: 767px) {
  .interview-bg-en {
    top: 926px;
  }
}
.interview-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1000px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .interview-inner {
    max-width: 90%;
  }
}
.interview-mv-inner {
  padding-top: 207px;
}
@media only screen and (max-width: 767px) {
  .interview-mv-inner {
    padding-top: 130px;
  }
}
.interview-mv-heading {
  margin-bottom: 44px;
}
@media only screen and (max-width: 767px) {
  .interview-mv-heading {
    margin-bottom: 30px;
  }
}
.interview-mv-heading__sub {
  display: table;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.14em;
  color: #191919;
  margin-bottom: 7px;
  z-index: 1;
  padding-left: 10px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .interview-mv-heading__sub {
    font-size: 16px;
  }
}
.interview-mv-heading__sub::before {
  top: 2px !important;
}
@media only screen and (max-width: 767px) {
  .interview-mv-heading__sub::before {
    left: 1px !important;
  }
}
.interview-mv-heading__sub::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  z-index: -2;
}
.interview-mv-heading__sub::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 2px;
  background-image: url(./img/title-decoration.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 21px;
  height: 22px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .interview-mv-heading__sub::before {
    left: -6px;
  }
}
.interview-mv-heading__main {
  display: table;
  font-family: Roboto;
  font-weight: 700;
  font-size: 88px;
  letter-spacing: 0.05em;
  line-height: 88px;
  color: #1c1c1c;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .interview-mv-heading__main {
    font-size: 42px;
    line-height: 40px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.interview-mv-lead {
  font-weight: 700;
  font-size: 32px;
  line-height: 54px;
  color: #333333;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .interview-mv-lead {
    font-size: 24px;
    line-height: 43px;
  }
}
@media only screen and (max-width: 767px) {
  .interview-mv-lead {
    margin-bottom: 30px;
  }
}
.interview-mv-img {
  position: relative;
  width: 1460px;
  height: 470px;
}
@media only screen and (max-width: 1200px) {
  .interview-mv-img {
    width: 1200px;
  }
}
@media only screen and (max-width: 767px) {
  .interview-mv-img {
    width: 800px;
    height: 150px;
  }
}
@media only screen and (max-width: 480px) {
  .interview-mv-img {
    width: 500px;
  }
}
.interview-mv-img__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .interview-mv-img__img {
    background-position: left;
  }
}
.interview-text {
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  color: #333333;
  padding-top: 80px;
  padding-bottom: 124px;
}
@media only screen and (max-width: 767px) {
  .interview-text {
    font-size: 20px;
    line-height: 40px;
    padding-top: 30px;
    padding-bottom: 25px;
  }
}
.interview-list-item:nth-of-type(even) .interview-list-item-top {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .interview-list-item:nth-of-type(even) .interview-list-item-top {
    flex-direction: column;
  }
}
.interview-list-item:nth-of-type(even) .interview-list-item-box {
  margin-left: 0;
  margin-right: -98px;
}
.interview-list-item:nth-of-type(even) .interview-list-item-en {
  left: 0;
}
.interview-list-item:nth-of-type(even) .interview-list-item-bottom {
  left: unset;
}
.interview-list-item-inner {
  padding-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  .interview-list-item-inner {
    padding-bottom: 100px;
  }
}
.interview-list-item-top {
  display: flex;
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .interview-list-item-top {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.interview-list-item-img {
  width: 100%;
  max-width: 632px;
  height: 390px;
  margin-bottom: 50px;
  position: relative;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .interview-list-item-img {
    height: 250px;
    position: relative;
    width: 112%;
    left: -6%;
    margin-bottom: -30px;
  }
}
.interview-list-item-img__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.interview-list-item-box {
  width: 100%;
  max-width: 466px;
  background-color: #FFFFFF;
  min-height: 325px;
  margin-top: 124px;
  margin-left: -98px;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .interview-list-item-box {
    max-width: 100%;
    margin-left: 0;
    min-height: auto;
    margin-top: 0;
  }
}
.interview-list-item-box-inner {
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 40px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .interview-list-item-box-inner {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.interview-list-item-catchcopy {
  position: relative;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.04em;
  line-height: 44px;
  color: #333333;
  margin-bottom: 30px;
  z-index: 1;
}
.interview-list-item-catchcopy::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 2px;
  background-image: url(./img/title-decoration.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 21px;
  height: 22px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .interview-list-item-catchcopy::before {
    left: -6px;
  }
}
@media only screen and (max-width: 767px) {
  .interview-list-item-catchcopy {
    font-size: 22px;
    line-height: 39px;
    margin-bottom: 20px;
  }
}
.interview-list-item-catchcopy::before {
  left: -5px;
  width: 28px;
  height: 35px;
}
.interview-list-item-en {
  font-family: Roboto;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.3em;
  color: #205DAC;
  position: absolute;
  right: 0;
  top: 60px;
}
@media only screen and (max-width: 767px) {
  .interview-list-item-en {
    display: none;
  }
}
.interview-list-item-occupation {
  font-size: 16px;
  line-height: 27px;
  color: #333333;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
}
.interview-list-item-name {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.04em;
  line-height: 27px;
  color: #333333;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .interview-list-item-name {
    font-size: 20px;
    line-height: 30px;
  }
}
.interview-list-item-text {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 27px;
  color: #333333;
}
.interview-list-item-profile {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .interview-list-item-profile {
    margin-bottom: 50px;
  }
}
.interview-list-item-profile-box {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .interview-list-item-profile-box {
    flex-direction: column;
  }
}
.interview-list-item-profile__title {
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.4em;
  color: #333333;
  margin-top: 7px;
  margin-right: 35px;
}
@media only screen and (max-width: 767px) {
  .interview-list-item-profile__title {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.interview-list-item-profile__text {
  font-size: 16px;
  line-height: 27px;
  color: #333333;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.interview-list-item-voice {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .interview-list-item-voice {
    margin-bottom: 40px;
  }
}
.interview-list-item-voice-box {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 40px;
  padding-bottom: 60px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .interview-list-item-voice-box {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.interview-list-item-voice__title {
  position: absolute;
  top: 1px;
  left: 7px;
  font-family: "Nothing You Could Do";
  font-weight: 400;
  font-size: 28px;
  color: #205DAC;
  transform: rotate(-20deg);
}
@media only screen and (max-width: 767px) {
  .interview-list-item-voice__title {
    font-size: 22px;
    top: -2px;
    left: 0;
  }
}
.interview-list-item-voice__title-box {
  position: relative;
}
.interview-list-item-voice__title-decoration {
  position: absolute;
}
.interview-list-item-voice__title-decoration:nth-of-type(1) {
  top: 25px;
  left: -23px;
  transform: rotate(20deg);
}
.interview-list-item-voice__title-decoration:nth-of-type(2) {
  top: 10px;
  right: -30px;
  transform: rotate(10deg);
}
.interview-list-item-voice__text {
  font-size: 16px;
  line-height: 27px;
  color: #333333;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.interview-list-item-voice__img {
  width: 185px;
  height: 185px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  float: right;
  margin-left: 17px;
}
@media only screen and (max-width: 767px) {
  .interview-list-item-voice__img {
    width: 130px;
    height: 130px;
    margin-left: 15px;
    margin-bottom: 15px;
  }
}
.interview-list-item-bottom {
  position: relative;
  width: 1460px;
  height: 330px;
  left: -452px;
}
@media only screen and (max-width: 1200px) {
  .interview-list-item-bottom {
    width: 110%;
    left: -10%;
  }
}
@media only screen and (max-width: 767px) {
  .interview-list-item-bottom {
    height: 180px;
  }
}
.interview-list-item-bottom__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* -------------------------------------------- */
/* JOB LIST */
/* -------------------------------------------- */
.joblist-archive {
  overflow: hidden;
}
.joblist-archive-bg {
  position: relative;
}
.joblist-archive-bg-inner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
  z-index: -1;
  overflow: hidden;
}
.joblist-archive-bg-circle--01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1600px;
  z-index: 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .joblist-archive-bg-circle--01 {
    height: 1000px;
  }
}
.joblist-archive-bg-circle--01::before {
  content: "";
  position: absolute;
  top: -82px;
  right: -529px;
  width: 1580px;
  height: 1513px;
  border-radius: 50%;
  background-color: #FFFFFF;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .joblist-archive-bg-circle--01::before {
    top: -30px;
    right: -350px;
    width: 710px;
    height: 710px;
  }
}
.joblist-archive-bg-circle--02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2300px;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .joblist-archive-bg-circle--02 {
    height: 1000px;
  }
}
.joblist-archive-bg-circle--02::before {
  content: "";
  position: absolute;
  bottom: -1243px;
  left: -970px;
  width: 2290px;
  height: 2222px;
  border-radius: 50%;
  background-color: #FFFFFF;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .joblist-archive-bg-circle--02::before {
    bottom: -350px;
    left: -350px;
    width: 710px;
    height: 710px;
  }
}
.joblist-archive-bg-en {
  position: absolute;
  right: -120px;
  font-weight: 700;
  font-size: 608px;
  letter-spacing: -0.1em;
  color: #F5F5F5;
  transform: rotate(90deg);
  transform-origin: top right;
  z-index: 2;
  white-space: nowrap;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 767px) {
  .joblist-archive-bg-en {
    right: -40px;
    font-size: 180px;
  }
}
.joblist-archive-bg-en {
  top: 2420px;
}
@media only screen and (max-width: 767px) {
  .joblist-archive-bg-en {
    top: 750px;
  }
}
.joblist-archive-mv-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1000px;
  padding-top: 207px;
}
@media only screen and (max-width: 1200px) {
  .joblist-archive-mv-inner {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .joblist-archive-mv-inner {
    padding-top: 130px;
  }
}
.joblist-archive-mv-heading {
  margin-bottom: 44px;
}
@media only screen and (max-width: 767px) {
  .joblist-archive-mv-heading {
    margin-bottom: 30px;
  }
}
.joblist-archive-mv-heading__sub {
  display: table;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.14em;
  color: #191919;
  margin-bottom: 7px;
  z-index: 1;
  padding-left: 10px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .joblist-archive-mv-heading__sub {
    font-size: 16px;
  }
}
.joblist-archive-mv-heading__sub::before {
  top: 2px !important;
}
@media only screen and (max-width: 767px) {
  .joblist-archive-mv-heading__sub::before {
    left: 1px !important;
  }
}
.joblist-archive-mv-heading__sub::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  z-index: -2;
}
.joblist-archive-mv-heading__sub::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 2px;
  background-image: url(./img/title-decoration.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 21px;
  height: 22px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .joblist-archive-mv-heading__sub::before {
    left: -6px;
  }
}
.joblist-archive-mv-heading__main {
  display: table;
  font-family: Roboto;
  font-weight: 700;
  font-size: 88px;
  letter-spacing: 0.05em;
  line-height: 88px;
  color: #1c1c1c;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .joblist-archive-mv-heading__main {
    font-size: 42px;
    line-height: 40px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.joblist-archive-mv-lead {
  font-weight: 700;
  font-size: 32px;
  line-height: 54px;
  color: #333333;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .joblist-archive-mv-lead {
    font-size: 24px;
    line-height: 43px;
  }
}
@media only screen and (max-width: 767px) {
  .joblist-archive-mv-lead {
    margin-bottom: 30px;
  }
}
.joblist-archive-mv-img {
  position: relative;
  width: 1460px;
  height: 470px;
}
@media only screen and (max-width: 1200px) {
  .joblist-archive-mv-img {
    width: 1200px;
  }
}
@media only screen and (max-width: 767px) {
  .joblist-archive-mv-img {
    width: 800px;
    height: 150px;
  }
}
@media only screen and (max-width: 480px) {
  .joblist-archive-mv-img {
    width: 500px;
  }
}
.joblist-archive-mv-img__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .joblist-archive-mv-img__img {
    background-position: left;
  }
}
.joblist-archive-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1000px;
  padding-top: 65px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .joblist-archive-inner {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .joblist-archive-inner {
    padding-top: 40px;
  }
}
.joblist-archive-text {
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  color: #333333;
  line-height: 44px;
  padding-bottom: 160px;
}
@media only screen and (max-width: 767px) {
  .joblist-archive-text {
    font-size: 20px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .joblist-archive-text {
    padding-bottom: 60px;
  }
}
.joblist-archive-box {
  padding-bottom: 215px;
}
@media only screen and (max-width: 767px) {
  .joblist-archive-box {
    padding-bottom: 70px;
  }
}
.joblist-archive-box:last-of-type {
  padding-bottom: 180px;
}
@media only screen and (max-width: 767px) {
  .joblist-archive-box:last-of-type {
    padding-bottom: 60px;
  }
}
.joblist-archive-heading {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .joblist-archive-heading {
    margin-bottom: 35px;
  }
}
.joblist-archive-heading__main {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 34px;
  color: #333333;
  margin-right: 25px;
}
.joblist-archive-heading__main::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 2px;
  background-image: url(./img/title-decoration.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 21px;
  height: 22px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .joblist-archive-heading__main::before {
    left: -6px;
  }
}
@media only screen and (max-width: 767px) {
  .joblist-archive-heading__main {
    font-size: 28px;
    margin-right: 15px;
  }
}
.joblist-archive-heading__main::before {
  top: -7px;
  left: -8px;
}
.joblist-archive-heading__sub {
  display: inline-block;
  font-weight: 700;
  font-size: 26px;
  color: #333333;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .joblist-archive-heading__sub {
    font-size: 20px;
  }
}
.joblist-archive-list {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .joblist-archive-list {
    justify-content: space-between;
  }
}
.joblist-archive-list-item {
  width: 31%;
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media only screen and (min-width: 768px) {
  .joblist-archive-list-item {
    margin-right: 3.5%;
  }
}
@media only screen and (max-width: 767px) {
  .joblist-archive-list-item {
    width: 48%;
  }
}
@media only screen and (min-width: 768px) {
  .joblist-archive-list-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .joblist-archive-list-item:nth-of-type(even) {
    margin-right: 0;
  }
}
.joblist-archive-list-item:nth-of-type(n+4) {
  margin-top: 72px;
}
@media only screen and (max-width: 767px) {
  .joblist-archive-list-item:nth-of-type(n+4) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .joblist-archive-list-item:nth-of-type(n+3) {
    margin-top: 40px;
  }
}
.joblist-archive-list-item__link {
  display: block;
}
.joblist-archive-list-item__link:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.joblist-archive-list-item__img {
  width: 100%;
}
.joblist-archive-list-item__box {
  position: relative;
  padding-left: 23px;
  padding-right: 23px;
  padding-top: 23px;
  padding-bottom: 23px;
}
@media only screen and (max-width: 767px) {
  .joblist-archive-list-item__box {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.joblist-archive-list-item__label {
  position: absolute;
  left: 0;
  top: -15px;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #333333;
}
.joblist-archive-list-item__occupation {
  width: 95%;
  position: relative;
  font-weight: 700;
  font-size: 24px;
  color: #333333;
  margin-bottom: 17px;
}
@media only screen and (max-width: 767px) {
  .joblist-archive-list-item__occupation {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 12px;
  }
}
.joblist-archive-list-item__occupation::before {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  position: absolute;
  right: -5%;
  top: 50%;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .joblist-archive-list-item__occupation::before {
    height: 10px;
    width: 10px;
    right: -5px;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
  }
}
.joblist-archive-list-item__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
.joblist-single {
  overflow: hidden;
}
.joblist-single-bg {
  position: relative;
}
.joblist-single-bg-inner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
  z-index: -1;
  overflow: hidden;
}
.joblist-single-bg-circle--01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1600px;
  z-index: 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .joblist-single-bg-circle--01 {
    height: 1000px;
  }
}
.joblist-single-bg-circle--01::before {
  content: "";
  position: absolute;
  top: -82px;
  right: -529px;
  width: 1580px;
  height: 1513px;
  border-radius: 50%;
  background-color: #FFFFFF;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .joblist-single-bg-circle--01::before {
    top: -30px;
    right: -350px;
    width: 710px;
    height: 710px;
  }
}
.joblist-single-bg-circle--02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2300px;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .joblist-single-bg-circle--02 {
    height: 1000px;
  }
}
.joblist-single-bg-circle--02::before {
  content: "";
  position: absolute;
  bottom: -1243px;
  left: -970px;
  width: 2290px;
  height: 2222px;
  border-radius: 50%;
  background-color: #FFFFFF;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .joblist-single-bg-circle--02::before {
    bottom: -350px;
    left: -350px;
    width: 710px;
    height: 710px;
  }
}
.joblist-single-bg-en {
  position: absolute;
  right: -120px;
  font-weight: 700;
  font-size: 608px;
  letter-spacing: -0.1em;
  color: #F5F5F5;
  transform: rotate(90deg);
  transform-origin: top right;
  z-index: 2;
  white-space: nowrap;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 767px) {
  .joblist-single-bg-en {
    right: -40px;
    font-size: 180px;
  }
}
.joblist-single-bg-en {
  top: 2420px;
}
@media only screen and (max-width: 767px) {
  .joblist-single-bg-en {
    top: 750px;
  }
}
.joblist-single-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 900px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .joblist-single-inner {
    max-width: 90%;
  }
}
.joblist-single-mv-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1000px;
  padding-top: 207px;
}
@media only screen and (max-width: 1200px) {
  .joblist-single-mv-inner {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .joblist-single-mv-inner {
    padding-top: 130px;
  }
}
.joblist-single-mv-heading {
  margin-bottom: 44px;
}
@media only screen and (max-width: 767px) {
  .joblist-single-mv-heading {
    margin-bottom: 30px;
  }
}
.joblist-single-mv-heading__sub {
  display: table;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.14em;
  color: #191919;
  margin-bottom: 7px;
  z-index: 1;
  padding-left: 10px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .joblist-single-mv-heading__sub {
    font-size: 16px;
  }
}
.joblist-single-mv-heading__sub::before {
  top: 2px !important;
}
@media only screen and (max-width: 767px) {
  .joblist-single-mv-heading__sub::before {
    left: 1px !important;
  }
}
.joblist-single-mv-heading__sub::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  z-index: -2;
}
.joblist-single-mv-heading__sub::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 2px;
  background-image: url(./img/title-decoration.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 21px;
  height: 22px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .joblist-single-mv-heading__sub::before {
    left: -6px;
  }
}
.joblist-single-mv-heading__main {
  display: table;
  font-family: Roboto;
  font-weight: 700;
  font-size: 88px;
  letter-spacing: 0.05em;
  line-height: 88px;
  color: #1c1c1c;
  background-color: #FFFFFF;
  font-family: "Noto Sans JP";
  font-size: 62px;
}
@media only screen and (max-width: 767px) {
  .joblist-single-mv-heading__main {
    font-size: 42px;
    line-height: 40px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.joblist-single-mv-lead {
  font-weight: 700;
  font-size: 32px;
  line-height: 54px;
  color: #333333;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .joblist-single-mv-lead {
    font-size: 24px;
    line-height: 43px;
  }
}
@media only screen and (max-width: 767px) {
  .joblist-single-mv-lead {
    margin-bottom: 30px;
  }
}
.joblist-single-mv-img {
  position: relative;
  width: 1460px;
  height: 470px;
}
@media only screen and (max-width: 1200px) {
  .joblist-single-mv-img {
    width: 1200px;
  }
}
@media only screen and (max-width: 767px) {
  .joblist-single-mv-img {
    width: 800px;
    height: 150px;
  }
}
@media only screen and (max-width: 480px) {
  .joblist-single-mv-img {
    width: 500px;
  }
}
.joblist-single-mv-img__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .joblist-single-mv-img__img {
    background-position: left;
  }
}
.joblist-single-box {
  padding-bottom: 108px;
}
@media only screen and (max-width: 767px) {
  .joblist-single-box {
    padding-bottom: 60px;
  }
}
.joblist-single-box:first-of-type {
  padding-top: 67px;
}
@media only screen and (max-width: 767px) {
  .joblist-single-box:first-of-type {
    padding-top: 40px;
  }
}
.joblist-single-box:last-of-type {
  padding-bottom: 117px;
}
@media only screen and (max-width: 767px) {
  .joblist-single-box:last-of-type {
    padding-bottom: 70px;
  }
}
.joblist-single-heading {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.04em;
  line-height: 44px;
  text-align: center;
  color: #205DAC;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .joblist-single-heading {
    font-size: 24px;
    line-height: 44px;
    margin-bottom: 35px;
  }
}
.joblist-single-table {
  width: 100%;
}
.joblist-single-table__row {
  display: flex;
  border-top: 1px solid #707070;
}
@media only screen and (max-width: 767px) {
  .joblist-single-table__row {
    flex-direction: column;
  }
}
.joblist-single-table__row:last-of-type {
  border-bottom: 1px solid #707070;
}
.joblist-single-table__th {
  font-size: 16px;
  line-height: 27px;
  color: #333333;
  width: 15%;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 10px;
  font-weight: 700;
  text-align: left;
  margin-right: 3%;
}
@media only screen and (max-width: 767px) {
  .joblist-single-table__th {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 10px;
    padding-left: 0;
    margin-right: 0;
  }
}
.joblist-single-table__td {
  font-size: 16px;
  line-height: 27px;
  color: #333333;
  width: 82%;
  padding-top: 35px;
  padding-bottom: 35px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .joblist-single-table__td {
    width: 100%;
    padding-top: 0;
    padding-bottom: 25px;
  }
}

/* -------------------------------------------- */
/* FAQ */
/* -------------------------------------------- */
.faq {
  overflow: hidden;
}
.faq-bg {
  position: relative;
}
.faq-bg-inner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
  z-index: -1;
  overflow: hidden;
}
.faq-bg-circle--01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1600px;
  z-index: 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .faq-bg-circle--01 {
    height: 1000px;
  }
}
.faq-bg-circle--01::before {
  content: "";
  position: absolute;
  top: -82px;
  right: -529px;
  width: 1580px;
  height: 1513px;
  border-radius: 50%;
  background-color: #FFFFFF;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .faq-bg-circle--01::before {
    top: -30px;
    right: -350px;
    width: 710px;
    height: 710px;
  }
}
.faq-bg-circle--02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2300px;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .faq-bg-circle--02 {
    height: 1000px;
  }
}
.faq-bg-circle--02::before {
  content: "";
  position: absolute;
  bottom: -1243px;
  left: -970px;
  width: 2290px;
  height: 2222px;
  border-radius: 50%;
  background-color: #FFFFFF;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .faq-bg-circle--02::before {
    bottom: -350px;
    left: -350px;
    width: 710px;
    height: 710px;
  }
}
.faq-bg-en {
  position: absolute;
  right: -120px;
  font-weight: 700;
  font-size: 608px;
  letter-spacing: -0.1em;
  color: #F5F5F5;
  transform: rotate(90deg);
  transform-origin: top right;
  z-index: 2;
  white-space: nowrap;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 767px) {
  .faq-bg-en {
    right: -40px;
    font-size: 180px;
  }
}
.faq-bg-en {
  top: 1200px;
}
@media only screen and (max-width: 767px) {
  .faq-bg-en {
    top: 400px;
  }
}
.faq-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1000px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .faq-inner {
    max-width: 90%;
  }
}
.faq-mv-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1000px;
  padding-top: 207px;
}
@media only screen and (max-width: 1200px) {
  .faq-mv-inner {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .faq-mv-inner {
    padding-top: 130px;
  }
}
.faq-mv-heading {
  margin-bottom: 44px;
}
@media only screen and (max-width: 767px) {
  .faq-mv-heading {
    margin-bottom: 30px;
  }
}
.faq-mv-heading__sub {
  display: table;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.14em;
  color: #191919;
  margin-bottom: 7px;
  z-index: 1;
  padding-left: 10px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .faq-mv-heading__sub {
    font-size: 16px;
  }
}
.faq-mv-heading__sub::before {
  top: 2px !important;
}
@media only screen and (max-width: 767px) {
  .faq-mv-heading__sub::before {
    left: 1px !important;
  }
}
.faq-mv-heading__sub::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  z-index: -2;
}
.faq-mv-heading__sub::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 2px;
  background-image: url(./img/title-decoration.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 21px;
  height: 22px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .faq-mv-heading__sub::before {
    left: -6px;
  }
}
.faq-mv-heading__main {
  display: table;
  font-family: Roboto;
  font-weight: 700;
  font-size: 88px;
  letter-spacing: 0.05em;
  line-height: 88px;
  color: #1c1c1c;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .faq-mv-heading__main {
    font-size: 42px;
    line-height: 40px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.faq-mv-lead {
  font-weight: 700;
  font-size: 32px;
  line-height: 54px;
  color: #333333;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .faq-mv-lead {
    font-size: 24px;
    line-height: 43px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-mv-lead {
    margin-bottom: 30px;
  }
}
.faq-mv-img {
  position: relative;
  width: 1460px;
  height: 470px;
}
@media only screen and (max-width: 1200px) {
  .faq-mv-img {
    width: 1200px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-mv-img {
    width: 800px;
    height: 150px;
  }
}
@media only screen and (max-width: 480px) {
  .faq-mv-img {
    width: 500px;
  }
}
.faq-mv-img__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .faq-mv-img__img {
    background-position: left;
  }
}
.faq-list {
  margin-top: 89px;
  padding-bottom: 203px;
}
@media only screen and (max-width: 767px) {
  .faq-list {
    margin-top: 40px;
    padding-bottom: 70px;
  }
}
.faq-list-item {
  border-bottom: 1px solid #707070;
}
.faq-list-item__btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  transition: 0.3s;
}
.faq-list-item__btn::before {
  content: "";
  position: absolute;
  background-color: #205DAC;
  width: 22px;
  height: 4px;
  top: 9px;
  left: 0px;
  transform: rotate(90deg);
  transition: all 0.2s ease-in-out;
}
.faq-list-item__btn::after {
  content: "";
  position: absolute;
  background-color: #205DAC;
  width: 22px;
  height: 4px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: all 0.2s ease-in-out;
}
.faq-list-item .faq-list-item__answer .faq-list-item__icon, .faq-list-item__answer .faq-list-item .faq-list-item__icon, .faq-list-item .faq-list-item__question .faq-list-item__icon, .faq-list-item__question .faq-list-item .faq-list-item__icon {
  display: inline-block;
  width: 37px;
  line-height: 33px;
  font-family: Roboto;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  border-radius: 50%;
  margin-right: 13px;
  box-sizing: border-box;
}
.faq-list-item__question {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  color: #333333;
  padding-left: 13px;
  padding-right: 10px;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .faq-list-item__question {
    font-size: 16px;
    padding-left: 60px !important;
    padding-right: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-indent: -48px;
  }
}
.faq-list-item__question.active .faq-list-item__btn {
  transform: translateY(-50%) rotate(45deg);
}
.faq-list-item__question .faq-list-item__icon {
  color: #FFFFFF;
  background-color: #205DAC;
  border: 2px solid #205DAC;
}
@media only screen and (max-width: 767px) {
  .faq-list-item__question .faq-list-item__icon {
    text-indent: 0;
  }
}
.faq-list-item__answer {
  display: none;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  padding-left: 13px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #FFFFFF;
  margin-bottom: 35px;
  padding-left: 60px !important;
  text-indent: -48px;
}
.faq-list-item__answer .faq-list-item__icon {
  color: #205DAC;
  background-color: #FFFFFF;
  border: 2px solid #205DAC;
  text-indent: 0em;
}

/* -------------------------------------------- */
/* ENTRY */
/* -------------------------------------------- */
.entry-bg {
  position: relative;
}
.entry-bg-inner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
  z-index: -1;
  overflow: hidden;
}
.entry-bg-circle--01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1600px;
  z-index: 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .entry-bg-circle--01 {
    height: 1000px;
  }
}
.entry-bg-circle--01::before {
  content: "";
  position: absolute;
  top: -82px;
  right: -529px;
  width: 1580px;
  height: 1513px;
  border-radius: 50%;
  background-color: #FFFFFF;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .entry-bg-circle--01::before {
    top: -30px;
    right: -350px;
    width: 710px;
    height: 710px;
  }
}
.entry-bg-circle--02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2300px;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .entry-bg-circle--02 {
    height: 1000px;
  }
}
.entry-bg-circle--02::before {
  content: "";
  position: absolute;
  bottom: -1243px;
  left: -970px;
  width: 2290px;
  height: 2222px;
  border-radius: 50%;
  background-color: #FFFFFF;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .entry-bg-circle--02::before {
    bottom: -350px;
    left: -350px;
    width: 710px;
    height: 710px;
  }
}
.entry-bg-en {
  position: absolute;
  right: -120px;
  font-weight: 700;
  font-size: 608px;
  letter-spacing: -0.1em;
  color: #F5F5F5;
  transform: rotate(90deg);
  transform-origin: top right;
  z-index: 2;
  white-space: nowrap;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 767px) {
  .entry-bg-en {
    right: -40px;
    font-size: 180px;
  }
}
.entry-bg-en {
  top: 1870px;
}
@media only screen and (max-width: 767px) {
  .entry-bg-en {
    top: 596px;
  }
}
.entry-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 800px;
  padding-top: 88px;
  padding-bottom: 180px;
}
@media only screen and (max-width: 1200px) {
  .entry-inner {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .entry-inner {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
.entry-mv-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1000px;
  padding-top: 207px;
}
@media only screen and (max-width: 1200px) {
  .entry-mv-inner {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .entry-mv-inner {
    padding-top: 130px;
  }
}
.entry-mv-heading {
  margin-bottom: 44px;
}
@media only screen and (max-width: 767px) {
  .entry-mv-heading {
    margin-bottom: 30px;
  }
}
.entry-mv-heading__sub {
  display: table;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.14em;
  color: #191919;
  margin-bottom: 7px;
  z-index: 1;
  padding-left: 10px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .entry-mv-heading__sub {
    font-size: 16px;
  }
}
.entry-mv-heading__sub::before {
  top: 2px !important;
}
@media only screen and (max-width: 767px) {
  .entry-mv-heading__sub::before {
    left: 1px !important;
  }
}
.entry-mv-heading__sub::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  z-index: -2;
}
.entry-mv-heading__sub::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 2px;
  background-image: url(./img/title-decoration.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 21px;
  height: 22px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .entry-mv-heading__sub::before {
    left: -6px;
  }
}
.entry-mv-heading__main {
  display: table;
  font-family: Roboto;
  font-weight: 700;
  font-size: 88px;
  letter-spacing: 0.05em;
  line-height: 88px;
  color: #1c1c1c;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .entry-mv-heading__main {
    font-size: 42px;
    line-height: 40px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.entry-mv-lead {
  font-weight: 700;
  font-size: 32px;
  line-height: 54px;
  color: #333333;
  margin-bottom: 70px;
  margin-bottom: 44px;
}
@media only screen and (max-width: 767px) {
  .entry-mv-lead {
    font-size: 24px;
    line-height: 43px;
  }
}
@media only screen and (max-width: 767px) {
  .entry-mv-lead {
    margin-bottom: 30px;
  }
}
.entry-form .mw_wp_form_confirm .entry-form-table-item--birthday div p {
  margin-bottom: 0;
}
.entry-form-table {
  width: 100%;
}
.entry-form-table-item {
  margin-bottom: 56px;
}
@media only screen and (max-width: 767px) {
  .entry-form-table-item {
    margin-bottom: 30px;
  }
}
.entry-form-table-item > p {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.14em;
  color: #191919;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .entry-form-table-item > p {
    font-size: 18px;
  }
}
.entry-form-table-item > p span {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-align: center;
  color: #FFFFFF;
  padding: 8px 15px;
  background-color: #205DAC;
  margin-left: 15px;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .entry-form-table-item > p span {
    padding: 5px 10px;
  }
}
.entry-form-table-item select, .entry-form-table-item input[type=email], .entry-form-table-item input[type=text] {
  width: 100%;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.14em;
  color: #333333;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
  border: 1px solid #707070;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .entry-form-table-item select, .entry-form-table-item input[type=email], .entry-form-table-item input[type=text] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.entry-form-table-item input[type=text]::-moz-placeholder, .entry-form-table-item input[type=email]::-moz-placeholder, .entry-form-table-item select::-moz-placeholder {
  color: #b4b4b4;
}
.entry-form-table-item input[type=text]::placeholder,
.entry-form-table-item input[type=email]::placeholder,
.entry-form-table-item select::placeholder {
  color: #b4b4b4;
}
.entry-form-table-item input[type=text] {
  line-height: 64px;
}
.entry-form-table-item input[type=email] {
  line-height: 64px;
}
.entry-form-table-item select {
  max-width: 145px;
  height: 64px;
}
@media only screen and (max-width: 767px) {
  .entry-form-table-item select {
    max-width: 70%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.entry-form-table-item .mwform-radio-field {
  display: block;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.14em;
  color: #191919;
  margin-left: 0 !important;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .entry-form-table-item .mwform-radio-field {
    font-size: 18px;
  }
}
.entry-form-table-item .mwform-radio-field:last-of-type {
  margin-bottom: 0;
}
.entry-form-table-item__flex {
  display: flex;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .entry-form-table-item__flex {
    margin-bottom: 20px;
  }
}
.entry-form-table-item__flex:last-of-type {
  margin-bottom: 0;
}
.entry-form-table-item__flex > div:last-of-type {
  margin-right: 0;
}
.entry-form-table-item__flex > div p {
  font-weight: 400;
  font-size: 19px;
  letter-spacing: 0.14em;
  color: #191919;
}
@media only screen and (max-width: 767px) {
  .entry-form-table-item__flex > div p {
    font-size: 16px;
  }
}
.entry-form-table-item--name .entry-form-table-item__flex > div {
  width: 48%;
  margin-right: 2%;
}
.entry-form-table-item--name .entry-form-table-item__flex > div p {
  margin-bottom: 12px;
}
.entry-form-table-item--birthday .entry-form-table-item__flex {
  align-items: flex-end;
}
.entry-form-table-item--birthday .entry-form-table-item__flex > div {
  width: 100%;
  max-width: 174px;
  margin-right: 2%;
}
@media only screen and (max-width: 767px) {
  .entry-form-table-item--birthday .entry-form-table-item__flex > div {
    max-width: 100%;
  }
}
.entry-form-table-item--birthday .entry-form-table-item__flex > div p {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 10px;
}
.entry-form-table-text {
  font-size: 16px;
  line-height: 27px;
  color: #333333;
  text-align: center;
  margin-bottom: 30px;
}
.entry-form-table-text a {
  color: #205DAC;
}
.entry-form-table-text a:hover {
  text-decoration: underline;
}
.entry-form-submit {
  text-align: center;
}
.entry-form-submit p {
  position: relative;
  display: inline-block;
  width: 400px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .entry-form-submit p {
    width: 100%;
    max-width: 400px;
    height: 60px;
  }
}
.entry-form-submit p::before {
  border-top: 4px solid #FFFFFF;
  border-right: 4px solid #FFFFFF;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 15px;
}
.entry-form-submit p input[type=submit] {
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgb(0, 144, 204) 0%, rgb(0, 101, 181) 100%);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.14em;
  color: #FFFFFF;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .entry-form-submit p input[type=submit] {
    font-size: 20px;
  }
}
.entry-form-submit p:hover {
  filter: brightness(112%);
  transition: 0.3s;
}
.entry-form-text {
  font-size: 16px;
  line-height: 27px;
  color: #333333;
  text-align: center;
}
.entry-form-thanks-btn {
  margin-top: 40px;
  text-align: center;
}
.entry-form-thanks-btn__link {
  position: relative;
  display: inline-block;
  width: 300px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  background: linear-gradient(#0090cc 0%, #0065b5 100%);
  color: #FFFFFF !important;
  box-sizing: border-box;
  border-radius: 8px;
}
.entry-form-thanks-btn__link::before {
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
  width: 10px;
}
.entry-form-thanks-btn__link:hover {
  filter: brightness(112%);
  transition: 0.3s;
}

/* -------------------------------------------- */
/* PRIVACY POLICY */
/* -------------------------------------------- */
.privacy-bg {
  position: relative;
}
.privacy-bg-inner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
  z-index: -1;
  overflow: hidden;
}
.privacy-bg-circle--01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1600px;
  z-index: 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .privacy-bg-circle--01 {
    height: 1000px;
  }
}
.privacy-bg-circle--01::before {
  content: "";
  position: absolute;
  top: -82px;
  right: -529px;
  width: 1580px;
  height: 1513px;
  border-radius: 50%;
  background-color: #FFFFFF;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .privacy-bg-circle--01::before {
    top: -30px;
    right: -350px;
    width: 710px;
    height: 710px;
  }
}
.privacy-bg-circle--02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2300px;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .privacy-bg-circle--02 {
    height: 1000px;
  }
}
.privacy-bg-circle--02::before {
  content: "";
  position: absolute;
  bottom: -1243px;
  left: -970px;
  width: 2290px;
  height: 2222px;
  border-radius: 50%;
  background-color: #FFFFFF;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .privacy-bg-circle--02::before {
    bottom: -350px;
    left: -350px;
    width: 710px;
    height: 710px;
  }
}
.privacy-bg-en {
  position: absolute;
  right: -120px;
  font-weight: 700;
  font-size: 608px;
  letter-spacing: -0.1em;
  color: #F5F5F5;
  transform: rotate(90deg);
  transform-origin: top right;
  z-index: 2;
  white-space: nowrap;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 767px) {
  .privacy-bg-en {
    right: -40px;
    font-size: 180px;
  }
}
.privacy-bg-en {
  top: 1870px;
}
@media only screen and (max-width: 767px) {
  .privacy-bg-en {
    top: 1280px;
  }
}
.privacy-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 800px;
  padding-top: 136px;
  padding-bottom: 180px;
}
@media only screen and (max-width: 1200px) {
  .privacy-inner {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .privacy-inner {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
.privacy-mv-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1000px;
  padding-top: 207px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 1200px) {
  .privacy-mv-inner {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .privacy-mv-inner {
    padding-top: 130px;
    padding-bottom: 30px;
  }
}
.privacy-mv-heading__sub {
  display: table;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.14em;
  color: #191919;
  margin-bottom: 7px;
  z-index: 1;
  padding-left: 10px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .privacy-mv-heading__sub {
    font-size: 16px;
  }
}
.privacy-mv-heading__sub::before {
  top: 2px !important;
}
@media only screen and (max-width: 767px) {
  .privacy-mv-heading__sub::before {
    left: 1px !important;
  }
}
.privacy-mv-heading__sub::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  z-index: -2;
}
.privacy-mv-heading__sub::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 2px;
  background-image: url(./img/title-decoration.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 21px;
  height: 22px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .privacy-mv-heading__sub::before {
    left: -6px;
  }
}
.privacy-mv-heading__main {
  display: table;
  font-family: Roboto;
  font-weight: 700;
  font-size: 88px;
  letter-spacing: 0.05em;
  line-height: 88px;
  color: #1c1c1c;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .privacy-mv-heading__main {
    font-size: 42px;
    line-height: 40px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .privacy-mv-heading__main {
    font-size: 38px;
  }
}
.privacy-box {
  padding-bottom: 105px;
}
@media only screen and (max-width: 767px) {
  .privacy-box {
    padding-bottom: 40px;
  }
}
.privacy-box:last-of-type {
  padding-bottom: 0;
}
.privacy-box-title {
  font-weight: 700;
  font-size: 24px;
  color: #333333;
  margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  .privacy-box-title {
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 35px;
  }
}
.privacy-box-item {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .privacy-box-item {
    margin-bottom: 20px;
  }
}
.privacy-box-item:last-of-type {
  margin-bottom: 0;
}
.privacy-box-item__title {
  font-weight: 700;
  font-size: 20px;
  color: #333333;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .privacy-box-item__title {
    font-size: 18px;
    line-height: 1.5em;
  }
}
.privacy-box-item__text {
  font-size: 16px;
  line-height: 27px;
  color: #333333;
}

/* -------------------------------------------- */
/* 404 Not Found */
/* -------------------------------------------- */
.error-bg {
  position: relative;
}
.error-bg-inner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
  z-index: -1;
  overflow: hidden;
}
.error-bg-circle--01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1600px;
  z-index: 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .error-bg-circle--01 {
    height: 1000px;
  }
}
.error-bg-circle--01::before {
  content: "";
  position: absolute;
  top: -82px;
  right: -529px;
  width: 1580px;
  height: 1513px;
  border-radius: 50%;
  background-color: #FFFFFF;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .error-bg-circle--01::before {
    top: -30px;
    right: -350px;
    width: 710px;
    height: 710px;
  }
}
.error-bg-circle--02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2300px;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .error-bg-circle--02 {
    height: 1000px;
  }
}
.error-bg-circle--02::before {
  content: "";
  position: absolute;
  bottom: -1243px;
  left: -970px;
  width: 2290px;
  height: 2222px;
  border-radius: 50%;
  background-color: #FFFFFF;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .error-bg-circle--02::before {
    bottom: -350px;
    left: -350px;
    width: 710px;
    height: 710px;
  }
}
.error-bg-en {
  position: absolute;
  right: -120px;
  font-weight: 700;
  font-size: 608px;
  letter-spacing: -0.1em;
  color: #F5F5F5;
  transform: rotate(90deg);
  transform-origin: top right;
  z-index: 2;
  white-space: nowrap;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 767px) {
  .error-bg-en {
    right: -40px;
    font-size: 180px;
  }
}
.error-bg-en {
  top: 1138px;
}
@media only screen and (max-width: 767px) {
  .error-bg-en {
    top: 390px;
  }
}
.error-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1000px;
  padding-top: 60px;
  padding-bottom: 170px;
}
@media only screen and (max-width: 1200px) {
  .error-inner {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .error-inner {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
.error-mv-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1000px;
  padding-top: 207px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 1200px) {
  .error-mv-inner {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .error-mv-inner {
    padding-top: 130px;
    padding-bottom: 30px;
  }
}
.error-mv-heading__sub {
  display: table;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.14em;
  color: #191919;
  margin-bottom: 7px;
  z-index: 1;
  padding-left: 10px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .error-mv-heading__sub {
    font-size: 16px;
  }
}
.error-mv-heading__sub::before {
  top: 2px !important;
}
@media only screen and (max-width: 767px) {
  .error-mv-heading__sub::before {
    left: 1px !important;
  }
}
.error-mv-heading__sub::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  z-index: -2;
}
.error-mv-heading__sub::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 2px;
  background-image: url(./img/title-decoration.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 21px;
  height: 22px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .error-mv-heading__sub::before {
    left: -6px;
  }
}
@media only screen and (max-width: 767px) {
  .error-mv-heading__sub {
    font-size: 15px;
  }
}
.error-mv-heading__main {
  display: table;
  font-family: Roboto;
  font-weight: 700;
  font-size: 88px;
  letter-spacing: 0.05em;
  line-height: 88px;
  color: #1c1c1c;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .error-mv-heading__main {
    font-size: 42px;
    line-height: 40px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .error-mv-heading__main {
    font-size: 38px;
  }
}
.error-text {
  font-size: 16px;
  line-height: 27px;
  color: #333333;
  text-align: center;
}
.error-btn {
  margin-top: 40px;
  text-align: center;
}
.error-btn__link {
  position: relative;
  display: inline-block;
  width: 300px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  background: linear-gradient(#0090cc 0%, #0065b5 100%);
  color: #FFFFFF !important;
  box-sizing: border-box;
  border-radius: 8px;
}
.error-btn__link::before {
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
  width: 10px;
}
.error-btn__link:hover {
  filter: brightness(112%);
  transition: 0.3s;
}

/* -------------------------------------------- */
/* footer */
/* -------------------------------------------- */
.footer-entry {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-bottom: 24px solid #205DAC;
}
.footer-entry::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgba(0, 144, 204, 0.56) 0%, rgba(0, 108, 184, 0.56) 100%);
}
.footer-entry-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1000px;
  padding-top: 125px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1200px) {
  .footer-entry-inner {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-entry-inner {
    padding-top: 110px;
    padding-bottom: 60px;
  }
}
.footer-entry-text {
  position: relative;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  margin-left: 32px;
  margin-bottom: 44px;
}
@media only screen and (max-width: 767px) {
  .footer-entry-text {
    font-size: 5.5vw;
    line-height: 43px;
    margin-left: 0;
  }
}
.footer-entry-text span {
  position: absolute;
  top: -62px;
  font-family: "Nothing You Could Do";
  font-weight: 400;
  font-size: 40px;
  transform: rotate(-12deg);
}
@media only screen and (max-width: 767px) {
  .footer-entry-text span {
    top: -52px;
    font-size: 28px;
  }
}
.footer-entry-list {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 900px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .footer-entry-list {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-entry-list {
    max-width: 400px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 1200px) {
  .footer-entry-list div {
    width: 46%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-entry-list div {
    width: 100%;
  }
}
.footer-entry-list div a {
  display: block;
  width: 400px;
  line-height: 125px;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  border-radius: 8px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 1200px) {
  .footer-entry-list div a {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-entry-list div a {
    line-height: 60px;
    font-size: 18px;
  }
}
.footer-entry-list div a::before {
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  right: 35px;
  top: 50%;
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .footer-entry-list div a::before {
    height: 10px;
    width: 10px;
    right: 20px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
  }
}
.footer-entry-list div a:hover {
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .footer-entry-list-joblist {
    margin-bottom: 15px;
  }
}
.footer-entry-list-joblist__link {
  background-color: #333333;
}
.footer-entry-list-joblist__link:hover {
  filter: brightness(135%);
}
.footer-entry-list-entry__link {
  background-color: #FFCC00;
}
.footer-entry-list-entry__link:hover {
  filter: brightness(110%);
}
.footer-faq {
  background-color: #FFFFFF;
}
.footer-faq-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1000px;
  padding-top: 66px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1200px) {
  .footer-faq-inner {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-faq-inner {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.footer-faq-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .footer-faq-box {
    flex-direction: column;
  }
}
.footer-faq-box-left {
  width: 100%;
  max-width: 500px;
}
@media only screen and (max-width: 767px) {
  .footer-faq-box-left {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.footer-faq-box-right {
  width: 100%;
  max-width: 431px;
}
@media only screen and (max-width: 767px) {
  .footer-faq-box-right {
    max-width: 100%;
  }
}
.footer-faq-heading {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .footer-faq-heading {
    max-width: 100%;
  }
}
.footer-faq-heading__main {
  font-family: Roboto;
  font-weight: 700;
  font-size: 60px;
  letter-spacing: 0.05em;
  color: #205DAC;
}
@media only screen and (max-width: 767px) {
  .footer-faq-heading__main {
    font-size: 32px;
  }
}
.footer-faq-heading__sub {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: #205DAC;
  padding-left: 10px;
  margin-bottom: 10px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .footer-faq-heading__sub {
    padding-left: 0;
  }
}
.footer-faq-heading__sub::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 2px;
  background-image: url(./img/title-decoration.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 21px;
  height: 22px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .footer-faq-heading__sub::before {
    left: -6px;
  }
}
.footer-faq-text {
  font-size: 16px;
  line-height: 27px;
  color: #333333;
  font-weight: 700;
}
.footer-faq-img {
  width: 100%;
  height: 100%;
  max-height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-faq-btn {
  text-align: right;
  margin-top: 45px;
  padding-right: 93px;
}
@media only screen and (max-width: 767px) {
  .footer-faq-btn {
    margin-top: 35px;
  }
}
.footer-faq-btn__link {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  color: #205DAC !important;
}
.footer-faq-btn__link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -93px;
  background-image: url(./img/front-btn-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 91px;
  height: 38px;
}
.footer-faq-btn__link:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.footer-faq-btn__link:hover::before {
  background-image: url(./img/front-btn-arrow-hover.svg);
}
.footer-content {
  background-color: #333333;
}
.footer-content-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1000px;
  padding-top: 64px;
  padding-bottom: 48px;
}
@media only screen and (max-width: 1200px) {
  .footer-content-inner {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-content-inner {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.footer-content-logo {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .footer-content-logo {
    margin-bottom: 20px;
  }
}
.footer-content-logo a {
  display: inline;
}
.footer-content-logo figure {
  display: inline;
}
.footer-content-logo img {
  height: 64px;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .footer-content-logo img {
    height: 55px;
  }
}
.footer-content-box {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer-content-box {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .footer-content-sitemap {
    display: none;
  }
}
.footer-content-sitemap-list li {
  margin-bottom: 25px;
}
.footer-content-sitemap-list li a {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  transition: 0.3s;
}
.footer-content-info__location, .footer-content-info__link, .footer-content-info__tel {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF !important;
}
.footer-content-info__tel {
  margin-top: 35px;
}
.footer-content-info__link {
  display: inline-block;
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .footer-content-btn {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .footer-content-btn-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.footer-content-btn-list .footer-content-btn-list-entry__link, .footer-content-btn-list .footer-content-btn-list-joblist__link {
  display: block;
  width: 210px;
  line-height: 60px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.15em;
  text-align: center;
  position: relative;
  border-radius: 8px;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .footer-content-btn-list .footer-content-btn-list-entry__link, .footer-content-btn-list .footer-content-btn-list-joblist__link {
    width: 100%;
  }
}
.footer-content-btn-list .footer-content-btn-list-entry__link::before, .footer-content-btn-list .footer-content-btn-list-joblist__link::before {
  content: "";
  display: block;
  height: 7px;
  width: 7px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.footer-content-btn-list-joblist {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .footer-content-btn-list-joblist {
    width: 49%;
    margin-bottom: 0;
  }
}
.footer-content-btn-list-joblist__link {
  color: #333333;
  background-color: #FFFFFF;
}
.footer-content-btn-list-joblist__link::before {
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
}
.footer-content-btn-list-joblist__link:hover {
  filter: brightness(135%);
}
@media only screen and (max-width: 767px) {
  .footer-content-btn-list-entry {
    width: 49%;
  }
}
.footer-content-btn-list-entry__link {
  color: #FFFFFF !important;
  background: linear-gradient(#fc0 0%, #fb0 50%, #ffa929 100%);
}
.footer-content-btn-list-entry__link::before {
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
}
.footer-content-btn-list-entry__link:hover {
  filter: brightness(112%);
}
.footer-copyright {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  background-color: #000000;
}
.footer-copyright p {
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .footer-copyright p {
    font-size: 14px;
  }
}

.pagetop {
  position: fixed;
  display: none;
  z-index: 999;
  bottom: 3%;
  right: 2%;
}
.pagetop img {
  width: 85px;
}