@charset "UTF-8";
/*-------------------------------------------*/
/*	初期化
/*-------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  box-sizing: border-box; }

body, h1, h2, h3, h4, h5, p,
ul, ol, li, dl, dt, dd,
table,
form, input {
  margin: 0;
  padding: 0; }

main, article, section, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/*-------------------------------------------*/
/*	基本設定
/*-------------------------------------------*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
  font-size: 16px; }
  @media screen and (max-width: 1079.98px) {
    html {
      scroll-padding-top: 50px; } }

html, body {
  height: 100%;
  min-height: 100%; }

body {
  position: relative;
  background: #587dac;
  font-family: "Zen Kaku Gothic New", serif;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  pointer-events: all;
  font-weight: 400;
  line-height: 240%;
  letter-spacing: 0.02em;
  color: #282233;
  z-index: -2; }

a {
  display: block;
  text-decoration: none;
  word-break: break-all;
  color: #282233;
  transition: 0.5s all ease 0s; }
  a:hover {
    color: #282233;
    opacity: 0.6; }

button {
  transition: 0.5s all ease 0s;
  cursor: pointer; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

ol, ul, li {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

picture,
img {
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  height: auto;
  line-height: 0; }

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none; }

main {
  display: flex;
  position: relative;
  z-index: -2;
  transition: all 0.5s; }
  main #contents {
    z-index: -1;
    width: 50%;
    margin: 0 0 0 auto;
    background-color: #fff; }
  @media screen and (max-width: 999.98px) {
    main {
      display: block; }
      main #contents {
        width: 100%; } }

.wrap {
  width: 75.757%;
  max-width: 600px;
  margin: 0 auto; }
  @media screen and (max-width: 767.98px) {
    .wrap {
      width: 91.466%;
      max-width: 500px; } }

.wrap-50 {
  width: 75.757%;
  max-width: 500px;
  margin: 0 auto; }
  @media screen and (max-width: 767.98px) {
    .wrap-50 {
      width: 91.466%;
      max-width: 500px; } }

.container {
  position: relative;
  z-index: -1; }

h2.title {
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 3rem;
  line-height: 100%;
  letter-spacing: 0.05em;
  color: #D6C9B5; }
  h2.title .sub {
    margin-top: 4px;
    font-style: normal;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #282233; }

/*-------------------------------------------*/
/*	表示
/*-------------------------------------------*/
[data-in] {
  transition: opacity .5s, transform .5s;
  transform: translateY(15px);
  opacity: 0; }

[data-in="1"] {
  transform: translateY(0);
  opacity: 1; }

.pc {
  display: block; }
  @media screen and (max-width: 599.98px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 599.98px) {
    .sp {
      display: block; } }

.max-tb {
  display: none; }
  @media screen and (max-width: 767.98px) {
    .max-tb {
      display: block; } }

.min-tb {
  display: block; }
  @media screen and (max-width: 767.98px) {
    .min-tb {
      display: none; } }

@media screen and (max-width: 767.98px) {
  #top #rules #theme .theme-item .heading h4 .max-tb {
    display: inline; } }
.fadeup {
  animation-name: fadeUpAnime;
  animation-duration: 0.75s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.fadedown {
  animation-name: fadeDownAnime;
  animation-duration: 0.75s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.fadedown2 {
  animation-name: fadeDownAnime;
  animation-duration: 1.0s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/*-------------------------------------------*/
/*	アイコン
/*-------------------------------------------*/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../font/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../font/MaterialIcons-Regular.woff2) format("woff2"), url(../font/MaterialIcons-Regular.woff) format("woff"), url(../font/MaterialIcons-Regular.ttf) format("truetype"); }
.icon, .icon-sm, .icon-md, .icon-lg {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 1.2em;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: 'liga';
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased; }

.icon-sm {
  font-size: 16px;
  line-height: 16px; }

.icon-md {
  font-size: 24px;
  line-height: 24px; }

.icon-lg {
  font-size: 32px;
  line-height: 32px; }

/*-------------------------------------------*/
/*	印刷
/*-------------------------------------------*/
@media print {
  html, body {
    height: 100%;
    min-height: 100%; } }
/*-------------------------------------------*/
/*	header
/*-------------------------------------------*/
main#top {
  padding-top: 0; }

header {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 62px;
  background: transparent;
  transition: all 0.25s; }
  header .wrap {
    width: 93.939%;
    max-width: 1240px;
    height: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 767.98px) {
      header .wrap {
        width: 90%; } }
  header h1 {
    display: flex;
    align-items: center;
    width: 410px;
    height: 62px; }
    header h1 a.title {
      display: flex;
      align-items: center;
      width: 409px;
      height: 28px;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden; }
      header h1 a.title span {
        display: block;
        width: 100%;
        height: 100%;
        background: url("./../../assets/img/common/logo.svg") left center/100% no-repeat; }
  header .button-area {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 78px;
    height: 100%; }
  @media screen and (max-width: 999.98px) {
    header {
      height: 50px; }
      header h1 {
        height: 50px; } }
  @media screen and (max-width: 767.98px) {
    header .button-area {
      display: none; } }
  @media screen and (max-width: 499.98px) {
    header {
      background: #EBF4FF; }
      header .wrap {
        width: 94.668%; }
      header h1 {
        width: 306px; }
        header h1 a.title {
          width: 306px;
          height: 28px; }
          header h1 a.title span {
            background-image: url("./../../assets/img/common/logo-sp.svg"); } }

@media screen and (max-width: 999.98px) {
  #page header {
    background: #EBF4FF; }
    #page header h1 {
      width: 306px; }
      #page header h1 a.title {
        width: 306px;
        height: 28px; }
        #page header h1 a.title span {
          background-image: url("./../../assets/img/common/logo-sp.svg"); }
    #page header .button-window {
      background: #fff; } }
/*-------------------------------------------*/
/*	hamburger-nav
/*-------------------------------------------*/
main.active {
  transform: translateX(-300px); }

.hamburger {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10003;
  width: 62px;
  height: 62px;
  background-color: #0069AD;
  cursor: pointer;
  text-align: center; }
  .hamburger span {
    display: block;
    position: absolute;
    width: 36px;
    height: 1px;
    left: 13px;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    .hamburger span:nth-child(1) {
      top: 19px; }
    .hamburger span:nth-child(2) {
      top: 31px; }
    .hamburger span:nth-child(3) {
      top: 43px; }
  .hamburger.active span:nth-child(1) {
    top: 30px;
    left: 13px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 30px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); }
  @media screen and (max-width: 999.98px) {
    .hamburger {
      width: 50px;
      height: 50px; }
      .hamburger span {
        width: 30px;
        left: 10px; }
        .hamburger span:nth-child(1) {
          top: 14px; }
        .hamburger span:nth-child(2) {
          top: 24px; }
        .hamburger span:nth-child(3) {
          top: 34px; }
      .hamburger.active span:nth-child(1) {
        top: 24px;
        left: 10px; }
      .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
        top: 24px;
        left: 10px; } }

.overlay {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  width: 0;
  height: 0;
  background-color: rgba(29, 68, 109, 0.8);
  opacity: 0;
  transition: opacity .5s; }
  .overlay.active {
    width: 100%;
    height: 100%;
    opacity: 0.5; }

.sp-nav {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10002;
  width: 400px;
  height: 100%;
  padding-top: 62px;
  background-color: #0069AD;
  transform: translate(100%);
  transition: all .5s; }
  .sp-nav.active {
    transform: translateZ(0); }
  .sp-nav ul li {
    margin: 10px 0;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #fff; }
    .sp-nav ul li a {
      padding: 5px 40px;
      color: #fff; }
  .sp-nav .button-area {
    justify-content: flex-start !important;
    padding: 10px 0 0 40px; }
  @media screen and (max-width: 999.98px) {
    .sp-nav {
      padding-top: 50px; } }
  @media screen and (max-width: 767.98px) {
    .sp-nav {
      width: 300px; } }

#requirements #contact-us,
#entry #contact-us,
#visit #contact-us {
  display: none; }

#contact-us {
  background: #E7DAC5; }
  #contact-us .wrap {
    position: relative;
    border: 4px solid #F7F4F0;
    background: #fff; }
    #contact-us .wrap:after {
      content: 'RECRUIT';
      position: absolute;
      bottom: -9px;
      left: 50%;
      transform: translateX(-50%);
      z-index: -1;
      font-family: "Lato", sans-serif;
      font-style: normal;
      font-weight: 800;
      font-size: 78px;
      line-height: 100%;
      letter-spacing: 0.05em;
      color: #F7F4F0; }
    #contact-us .wrap p {
      font-style: normal;
      font-weight: 400;
      font-size: 0.875rem;
      line-height: 160%;
      letter-spacing: 0.02em; }
    #contact-us .wrap > .center-text {
      padding-left: 8px;
      padding-right: 8px; }
  #contact-us .button-area {
    justify-content: center !important; }
    #contact-us .button-area .button-round {
      width: 159.5px; }
      #contact-us .button-area .button-round:nth-child(2) {
        margin-left: 8px; }
  #contact-us .contact {
    padding-left: 16px;
    padding-right: 16px; }
    #contact-us .contact a {
      display: inline;
      text-decoration-line: underline;
      font-style: normal;
      font-weight: 400;
      font-size: 0.875rem;
      line-height: 160%;
      letter-spacing: 0.02em;
      color: #0069AD; }

/*-------------------------------------------*/
/*	フッター
/*-------------------------------------------*/
#footer {
  z-index: 1;
  color: #fff; }
  #footer a {
    color: #fff; }
  #footer .bg {
    background: url("./../img/footer/bg.jpg") center top/cover no-repeat;
    backdrop-filter: blur(4px); }
  #footer h1 {
    padding-bottom: 20px;
    border-bottom: 1px solid #fff; }
    #footer h1 p {
      text-align: center;
      font-weight: 400;
      font-size: 0.75rem;
      line-height: 160%;
      letter-spacing: 0.02em; }
    #footer h1 a {
      width: 343px;
      height: 31.39px;
      margin: 10px auto 0;
      background: url("./../img/footer/logo.svg") center/100% 100% no-repeat; }
  #footer .data {
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 160%;
    letter-spacing: 0.02em; }
  #footer .button-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
    width: 100%;
    border: 1px solid #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 160%; }
    #footer .button-link span {
      width: 24px;
      height: 24px;
      margin-left: 8px;
      background: url(./../img/icon/icon-btn-arrow-w.svg) center/100% no-repeat;
      transition: all 0.5s; }
  #footer #link {
    display: flex;
    justify-content: center; }
    #footer #link .unit {
      display: flex;
      align-items: flex-start; }
      #footer #link .unit:nth-child(n+2) {
        margin-left: 32px; }
      #footer #link .unit ul li {
        margin-bottom: 24px; }
        #footer #link .unit ul li:last-child {
          margin-bottom: 0; }
        #footer #link .unit ul li a {
          white-space: nowrap;
          font-style: normal;
          font-weight: 500;
          font-size: 0.875rem;
          line-height: 160%;
          letter-spacing: 0.02em; }
  #footer .banner-area ul li:nth-child(n+2) {
    margin-top: 16px; }
  #footer .banner-area ul li a:hover {
    opacity: 0.8; }
  #footer .copy {
    padding-top: 16px;
    border-top: 1px solid #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.05em; }

.mt-8 {
  margin-top: 8px; }

.mt-16 {
  margin-top: 16px; }

.mt-24 {
  margin-top: 24px; }

.mt-32 {
  margin-top: 32px; }

.mt-40 {
  margin-top: 40px; }

.mt-48 {
  margin-top: 48px; }

.mb-48 {
  margin-bottom: 48px; }

.mt-64 {
  margin-top: 64px; }

.mb-64 {
  margin-bottom: 64px; }

.mt-80 {
  margin-top: 80px; }

.mb-80 {
  margin-bottom: 80px; }

.mt-100 {
  margin-top: 100px; }

.pt-40 {
  padding-top: 40px; }

.pb-40 {
  padding-bottom: 40px; }

.pt-48 {
  padding-top: 48px; }

.pb-48 {
  padding-bottom: 48px; }

.pt-64 {
  padding-top: 64px; }

.pb-64 {
  padding-bottom: 64px; }

.pt-80 {
  padding-top: 80px; }

.pb-80 {
  padding-bottom: 80px; }

.pb-100 {
  padding-bottom: 100px; }

.pt-120 {
  padding-top: 120px; }

.pb-120 {
  padding-bottom: 120px; }

.pt-160 {
  padding-top: 160px; }

.pb-160 {
  padding-bottom: 160px; }

.bold {
  font-weight: bold; }

.red {
  color: #DD4444; }

.bg-blue {
  background-color: #0069AD; }

.bg-blue-l {
  background-color: #EBF4FF; }

.border-b {
  border-top: 1px solid #D6C9B5; }

.border-w {
  border-top: 1px solid #fff; }

.en {
  font-family: "Lato", sans-serif; }

.right-text {
  text-align: right; }

.center-text {
  text-align: center; }

.not-wrap {
  white-space: nowrap; }

.not-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.block {
  display: inline-block; }

.flex {
  display: flex; }

#sub-menu, .sub-menu {
  background: #EBF4FF; }
  #sub-menu ul, .sub-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px; }
    #sub-menu ul li, .sub-menu ul li {
      min-width: 162.5px;
      margin: 0 8px;
      border: 1px solid #fff;
      text-align: center;
      font-style: normal;
      font-weight: 500;
      font-size: 0.875rem;
      line-height: 160%; }
      #sub-menu ul li a, .sub-menu ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #EBF4FF;
        color: #282233; }
        #sub-menu ul li a:hover, .sub-menu ul li a:hover {
          background: #fff; }
      #sub-menu ul li a, #sub-menu ul li div, .sub-menu ul li a, .sub-menu ul li div {
        padding: 4px 8px; }
      #sub-menu ul li.on a, #sub-menu ul li.on div, .sub-menu ul li.on a, .sub-menu ul li.on div {
        background: #fff; }

.breadcrumbs {
  background: #fff; }
  .breadcrumbs .wrap {
    display: flex;
    align-content: center;
    padding: 16px 0; }
  .breadcrumbs a {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 18px;
    padding-right: 13px;
    text-decoration-line: underline;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #0069AD; }
    .breadcrumbs a:hover {
      color: rgba(40, 34, 51, 0.6); }
    .breadcrumbs a > span > span.block {
      text-decoration-line: underline; }
  .breadcrumbs .wrap > div {
    display: inline-block; }
    .breadcrumbs .wrap > div:first-child a {
      padding-left: 0; }
      .breadcrumbs .wrap > div:first-child a:after {
        content: none; }
  .breadcrumbs .home a > span {
    white-space: nowrap; }
  .breadcrumbs .current {
    position: relative;
    padding-left: 18px; }
    .breadcrumbs .current span {
      font-weight: 500;
      font-size: 0.875rem;
      line-height: 160%;
      letter-spacing: 0.02em; }
  .breadcrumbs a:after, .breadcrumbs .current:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    border-top: solid 1px #282233;
    border-right: solid 1px #282233;
    transform: rotate(45deg) translateX(-50%); }
  @media screen and (max-width: 767.98px) {
    .breadcrumbs .wrap {
      flex-wrap: wrap; }
    .breadcrumbs a {
      font-size: 12px; } }

.note {
  display: flex;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 160%;
  letter-spacing: 0.02em; }
  .note a {
    display: inline-block;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    color: #0069AD; }

.notice {
  display: flex;
  font-weight: 400;
  font-size: 12px;
  line-height: 180%;
  color: rgba(40, 34, 51, 0.6); }
  .notice span {
    margin-right: 4px; }
  .notice a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    color: rgba(40, 34, 51, 0.6); }

.button-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 160%; }
  .button-arrow span {
    width: 24px;
    height: 24px;
    margin-left: 8px;
    background: url(./../img/icon/icon-btn-arrow.svg) center/100% no-repeat;
    transition: all .5s; }
    .button-arrow span.back {
      margin: 0 8px 0 0;
      transform: scaleX(-1); }
    .button-arrow span.white {
      background-image: url(./../img/icon/icon-btn-arrow-w-b.svg); }
  .button-arrow:hover {
    transform: translateY(0.75px);
    opacity: 0.6; }

.button-round {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  white-space: nowrap;
  width: auto;
  min-height: 48px;
  padding: 13px 5.75px 13px 13.75px;
  border-radius: 999px;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 160%; }
  .button-round span {
    width: 24px;
    height: 24px;
    margin-left: 4px;
    background: center / 100% no-repeat;
    transition: all 0.5s; }
    .button-round span.back {
      margin: 0 16px 0 0;
      transform: scaleX(-1); }
  .button-round:hover {
    transform: translateY(0.75px);
    opacity: 0.9; }
  .button-round.blue {
    background-color: #0069AD;
    color: #fff; }
    .button-round.blue span {
      background-image: url(./../img/icon/icon-btn-arrow-w.svg); }
  .button-round.blue-l {
    background-color: #EBF4FF; }
    .button-round.blue-l span {
      background-image: url(./../img/icon/icon-btn-arrow.svg); }
  .button-round.full {
    width: 100%; }
  .button-round:nth-child(2) {
    margin-left: 4px; }

.button-window {
  position: relative;
  padding: 4px 38px 4px 16px;
  border-radius: 999px;
  background: #EBF4FF;
  font-style: normal;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #0069AD; }
  .button-window:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url("./../../assets/img/icon/window.svg") center/100% no-repeat; }
  .button-window:hover {
    transform: translateY(0.75px);
    opacity: 0.9; }

.button-line {
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 160%;
  text-align: right;
  letter-spacing: 0.02em;
  text-decoration-line: underline;
  color: #0069AD; }
  .button-line:hover {
    color: #0069AD;
    opacity: 0.6; }

.button-area {
  display: flex;
  justify-content: flex-end; }
  .button-area .button-arrow:nth-child(n+2) {
    margin-left: 24px; }

.table {
  width: 100%;
  max-width: 1160px;
  height: 100%;
  background: #fff; }
  .table th {
    padding: 8px 16px;
    border: 1px solid #D6C9B5;
    text-align: center;
    font-weight: 400; }
  .table td {
    padding: 8px 16px;
    border: 1px solid #D6C9B5; }
  @media screen and (max-width: 599.98px) {
    .table th, .table td {
      padding: 8px 10px; } }
  .table tr.unit th {
    padding-left: 0;
    padding-right: 0; }
    .table tr.unit th > div {
      padding: 0 12px;
      border-right: 2px solid #fff; }
  .table tr.unit th:first-child {
    margin-left: 8px;
    padding-right: 0; }
    .table tr.unit th:first-child:before {
      left: 4px;
      border-radius: 8px 0 0 8px; }
  .table tr.unit th:last-child {
    margin-right: 4px;
    padding-left: 0; }
    .table tr.unit th:last-child:before {
      right: 4px;
      border-radius: 0 8px 8px 0; }
    .table tr.unit th:last-child > div {
      border: none; }
  .table tr.first th:first-child:before {
    left: 0;
    border-radius: 8px; }
  .table tr.first th:first-child > div {
    border: none; }
  .table tr.first th:nth-child(2):before {
    border-radius: 8px 0 0 8px; }
  .table tr.first th:last-child:before {
    border-radius: 0 8px 8px 0; }
  .table tr.first th:last-child > div {
    border: none; }
  .table td.title {
    width: 21.428%;
    max-width: 240px;
    padding: 16px;
    border-bottom: 2px solid;
    vertical-align: middle;
    font-weight: 700;
    line-height: 140%;
    color: #0069AD; }
  .table td.content {
    width: 78.572%;
    padding: 4px; }
    .table td.content > div {
      padding: 16px 24px;
      border-radius: 8px; }
    .table td.content .block {
      display: inline-block; }
    .table td.content a {
      display: inline;
      text-decoration: underline;
      margin-left: 1rem; }
    .table td.content dl dt {
      font-weight: 700;
      font-size: 0.875rem;
      line-height: 140%; }
    .table td.content dl dd ul.list li {
      display: flex; }
    .table td.content .map p {
      margin-bottom: 16px; }
  .table td.unit {
    height: 100%;
    margin-right: 1px;
    padding: 4px 0;
    line-height: 140%; }
    .table td.unit > div {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
      padding: 16px 24px; }
    .table td.unit:nth-child(2) {
      padding-left: 4px; }
      .table td.unit:nth-child(2) > div {
        border-radius: 8px 0 0 8px; }
    .table td.unit:nth-child(n+1) {
      padding-right: 1px; }
    .table td.unit:last-child {
      padding-right: 0; }
      .table td.unit:last-child > div {
        border-radius: 0 8px 8px 0; }

.table-scroll {
  overflow: auto;
  white-space: nowrap; }

.dl-area > dl {
  display: flex;
  border-bottom: 1px solid; }
  .dl-area > dl > dt {
    display: flex;
    align-items: center;
    width: 160px;
    padding: 16px 16px 20px;
    font-weight: 700; }
  .dl-area > dl > dd {
    width: calc(100% - 160px);
    padding: 16px 16px 20px;
    font-weight: 400; }
.dl-area dl, .dl-area dt, .dl-area dd {
  font-style: normal;
  line-height: 160%;
  letter-spacing: 0.02em; }

.image-area {
  display: flex;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto; }
  .image-area .image {
    width: 50%; }
  .image-area p {
    margin-top: 8px;
    padding: 0 4px;
    text-align: center;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 160%;
    letter-spacing: 0.02em; }
    @media screen and (max-width: 767.98px) {
      .image-area p {
        padding: 0 8px; } }
    @media screen and (max-width: 599.98px) {
      .image-area p {
        text-align: left; } }

#visual {
  position: fixed;
  width: 50%;
  height: 100vh;
  background: center / cover no-repeat; }
  #visual .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(29, 68, 109, 0.4); }
  @media screen and (max-width: 999.98px) {
    #visual {
      position: relative;
      width: 100%; } }
  @media screen and (max-width: 599.98px) {
    #visual {
      background-position: center top; } }

#page #visual h2.title {
  position: absolute;
  left: 0;
  bottom: 18.625%;
  font-size: 120px;
  color: rgba(247, 244, 240, 0.6); }
  #page #visual h2.title .sub {
    margin-top: 0;
    padding-left: 6.060%;
    font-size: 1rem;
    color: #fff; }
@media screen and (max-width: 999.98px) {
  #page #visual {
    padding-top: 90px;
    height: auto;
    background-image: none;
    background-color: #fff; }
    #page #visual h2.title {
      position: static;
      width: 75.757%;
      max-width: 600px;
      margin: 0 auto;
      font-size: 56px;
      color: #D6C9B5; }
      #page #visual h2.title .sub {
        margin-top: 8px;
        padding-left: 0;
        color: #282233; }
    #page #visual .cover {
      display: none; } }
@media screen and (max-width: 767.98px) {
  #page #visual h2.title {
    width: 91.466%;
    max-width: 500px; } }
#page #top #visual .cover {
  z-index: 2; }
#page #top #visual .main-visual div {
  height: 100vh;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover; }
#page #top #visual .main-visual .mv-01 {
  background-image: url("/recruit/assets/img/visual/top01.jpg");
  background-position: center; }
#page #top #visual .main-visual .mv-02 {
  background-image: url("/recruit/assets/img/visual/top02.jpg");
  background-position: left center; }
#page #top #visual .main-visual .mv-03 {
  background-image: url("/recruit/assets/img/visual/top03.jpg");
  background-position: right center; }
#page #top #visual .main-visual .mv-04 {
  background-image: url("/recruit/assets/img/visual/top04.jpg");
  background-position: right center; }
#page #top #visual .main-visual .mv-05 {
  background-image: url("/recruit/assets/img/visual/top05.jpg");
  background-position: right center; }
#page #top #visual .item {
  position: absolute;
  bottom: 15.125%;
  left: 0;
  z-index: 3;
  width: 100%;
  margin: 0 auto; }
  #page #top #visual .item h2 {
    padding-left: calc(6.060% + 0.05em);
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    line-height: 140%;
    letter-spacing: 0.02em;
    text-shadow: 0px 0px 40px #fff;
    color: #fff; }
  #page #top #visual .item .button-area {
    justify-content: flex-start;
    position: relative;
    margin-top: 40px;
    padding-left: calc(6.060% + 0.05em); }
    #page #top #visual .item .button-area:after {
      content: 'RECRUIT';
      position: absolute;
      top: 0;
      left: -0.05em;
      font-family: "Lato", sans-serif;
      font-style: normal;
      font-weight: 800;
      font-size: 120px;
      line-height: 100%;
      letter-spacing: 0.05em;
      color: rgba(247, 244, 240, 0.6); }
  #page #top #visual .item .button-round {
    margin-top: 88px;
    padding: 12px 12px 12px 24px;
    min-height: 56px;
    font-size: 1rem; }
    #page #top #visual .item .button-round:nth-child(2) {
      margin-left: 16px; }
    #page #top #visual .item .button-round span {
      width: 32px;
      height: 32px;
      margin-left: 16px; }
@media screen and (max-width: 1199.98px) {
  #page #top #visual .item .button-area:after {
    font-size: 100px; }
  #page #top #visual .item .button-round {
    margin-top: 78px; } }
@media screen and (max-width: 999.98px) {
  #page #top #visual {
    padding-top: 0;
    height: 100vh; }
    #page #top #visual .cover {
      display: block; } }
@media screen and (max-width: 499.98px) {
  #page #top #visual .item .button-area:after {
    font-size: 88px; } }
@media screen and (max-width: 414.98px) {
  #page #top #visual {
    position: relative;
    z-index: 1;
    height: 618px; }
    #page #top #visual .main-visual {
      background-color: #587dac; }
      #page #top #visual .main-visual div {
        height: 618px;
        background-color: #587dac; }
      #page #top #visual .main-visual .mv-01 {
        background-image: url("/recruit/assets/img/visual/sp/top01_sp.jpg");
        background-position: center top 25px; }
      #page #top #visual .main-visual .mv-02 {
        background-image: url("/recruit/assets/img/visual/sp/top02_sp.jpg");
        background-position: center top 25px; }
      #page #top #visual .main-visual .mv-03 {
        background-image: url("/recruit/assets/img/visual/sp/top03_sp.jpg");
        background-position: center top 25px; }
      #page #top #visual .main-visual .mv-04 {
        background-image: url("/recruit/assets/img/visual/sp/top04_sp.jpg");
        background-position: center top 25px; }
      #page #top #visual .main-visual .mv-05 {
        background-image: url("/recruit/assets/img/visual/sp/top05_sp.jpg");
        background-position: center top 25px; }
    #page #top #visual .cover {
      height: 618px; }
    #page #top #visual .item {
      position: absolute;
      top: 0;
      bottom: auto;
      left: 0;
      height: 618px; }
      #page #top #visual .item h2 {
        position: absolute;
        top: 440px;
        left: 0;
        font-weight: 700;
        font-size: 1.25rem;
        line-height: 160%; }
      #page #top #visual .item .button-area {
        display: flex;
        justify-content: center;
        position: absolute;
        bottom: -9px;
        left: 0;
        width: 100%;
        padding: 0 4.266%; }
        #page #top #visual .item .button-area:after {
          top: -8px;
          left: -0.05em;
          font-size: 78px; }
      #page #top #visual .item .button-round {
        width: 167.5px;
        height: 48px;
        padding: 12px;
        font-size: 0.875rem; }
        #page #top #visual .item .button-round:nth-child(2) {
          margin-left: 8px;
          padding: 12px 9.75px 12px 17.75px; }
        #page #top #visual .item .button-round span {
          width: 21.44px;
          margin-left: 4px; } }
@media screen and (max-width: 376px) {
  #page #top #visual .item h2 {
    top: 332px; } }
@media print, screen and (min-width: 1000px) {
  #page #work #visual {
    background-image: url("./../img/visual/work.jpg"); }
  #page #interview #visual {
    background-image: url("./../img/visual/interview.jpg"); }
  #page #benefits #visual {
    background-image: url("./../img/visual/benefits.jpg"); }
  #page #numbers #visual {
    background-image: url("./../img/visual/numbers.jpg"); }
  #page #faq #visual {
    background-image: url("./../img/visual/faq.jpg"); }
  #page #requirements #visual {
    background-image: url("./../img/visual/requirements.jpg"); }
  #page #visit #visual {
    background-image: url("./../img/visual/visit.jpg"); }
  #page #entry #visual {
    background-image: url("./../img/visual/top.jpg"); } }
@media screen and (max-width: 1460px) {
  #page #interview #visual h2.title {
    font-size: 100px; } }
@media screen and (max-width: 1220px) {
  #page #interview #visual h2.title {
    font-size: 90px; } }
@media screen and (max-width: 1110px) {
  #page #interview #visual h2.title {
    font-size: 80px; } }
@media screen and (max-width: 999.98px) {
  #page #interview #visual h2.title {
    font-size: 56px; } }
@media screen and (max-width: 1460px) {
  #page #benefits #visual h2.title {
    font-size: 100px; } }
@media screen and (max-width: 1220px) {
  #page #benefits #visual h2.title {
    font-size: 90px; } }
@media screen and (max-width: 1110px) {
  #page #benefits #visual h2.title {
    font-size: 80px; } }
@media screen and (max-width: 999.98px) {
  #page #benefits #visual h2.title {
    font-size: 56px; } }
@media screen and (max-width: 1260px) {
  #page #numbers #visual h2.title {
    font-size: 100px; } }
@media screen and (max-width: 1040px) {
  #page #numbers #visual h2.title {
    font-size: 90px; } }
@media screen and (max-width: 999.98px) {
  #page #numbers #visual h2.title {
    font-size: 56px; } }
@media screen and (max-width: 1120px) {
  #page #requirements #visual h2.title {
    font-size: 100px; } }
@media screen and (max-width: 999.98px) {
  #page #requirements #visual h2.title {
    font-size: 56px; } }

#interview-slider h2.title {
  border-top: 1px solid #D6C9B5; }
#interview-slider ul.slider_item {
  display: flex;
  width: 100%;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none; }
  #interview-slider ul.slider_item::-webkit-scrollbar {
    display: none; }
  #interview-slider ul.slider_item li {
    width: 38.709%;
    max-width: 320px;
    margin-right: 16px; }
    #interview-slider ul.slider_item li:last-child {
      margin-right: 0; }
    #interview-slider ul.slider_item li .image {
      padding-top: 66.667%;
      background-position: center;
      background-size: cover; }
    #interview-slider ul.slider_item li .item .catch {
      font-style: normal;
      font-weight: 700;
      font-size: 0.875rem;
      line-height: 160%;
      letter-spacing: 0.02em; }
    #interview-slider ul.slider_item li .item .data {
      display: flex;
      align-items: flex-end;
      justify-content: flex-end;
      flex-wrap: wrap;
      width: 100%; }
      #interview-slider ul.slider_item li .item .data > div {
        margin-top: 4px; }
      #interview-slider ul.slider_item li .item .data .category {
        padding: 2px 8px;
        background: #F7F4F0;
        white-space: nowrap;
        font-style: normal;
        font-weight: 500;
        font-size: 10px;
        line-height: 14px;
        letter-spacing: 0.02em; }
      #interview-slider ul.slider_item li .item .data .job {
        margin-left: 8px;
        font-style: normal;
        font-weight: 400;
        font-size: 0.75rem;
        line-height: 160%;
        letter-spacing: 0.02em; }
      #interview-slider ul.slider_item li .item .data .name {
        margin-left: 8px;
        font-family: "Lato", sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 1.375rem;
        line-height: 100%;
        letter-spacing: 0.05em; }
#interview-slider .inner {
  margin-top: 40px;
  margin-left: 16px; }
#interview-slider .button-area {
  justify-content: flex-end !important; }

#page .form-area {
  margin-bottom: 80px;
  padding-top: 32px;
  padding-bottom: 32px;
  background: #EBF4FF;
  line-height: 160%; }
  #page .form-area h4 {
    margin-bottom: 16px; }
  #page .form-area form {
    position: relative;
    overflow: hidden; }
    #page .form-area form #form-input {
      overflow: hidden; }
      #page .form-area form #form-input > p {
        margin: 24px 16px 0;
        font-style: normal;
        font-weight: 700;
        font-size: 0.875rem;
        line-height: 160%;
        letter-spacing: 0.02em; }
        #page .form-area form #form-input > p > br {
          display: none; }
        #page .form-area form #form-input > p .flex {
          margin-top: 16px;
          font-style: normal;
          font-weight: 400;
          font-size: 0.875rem;
          line-height: 160%;
          letter-spacing: 0.02em; }
  #page .form-area label {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    line-height: 160%; }
  #page .form-area input, #page .form-area textarea {
    width: 100%;
    padding: 12px 16px;
    border-radius: 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #282233; }
    #page .form-area input::placeholder, #page .form-area textarea::placeholder {
      color: rgba(40, 34, 51, 0.2); }
    #page .form-area input:nth-child(n+2), #page .form-area textarea:nth-child(n+2) {
      margin-top: 12px; }
  #page .form-area input[type="text"], #page .form-area input[type="email"], #page .form-area input[type="tel"], #page .form-area textarea {
    background: #F2F2F2; }
  #page .form-area input[type="radio"], #page .form-area input[type="checkbox"] {
    position: relative;
    width: 22px;
    height: 22px;
    padding: 0;
    border: 1px solid rgba(40, 34, 51, 0.2);
    background: #fff;
    cursor: pointer; }
  #page .form-area input[type="radio"] + span, #page .form-area input[type="checkbox"] + span {
    width: calc(100% - 24px - 8px); }
  #page .form-area input[type="radio"] {
    border-radius: 25px; }
  #page .form-area input[type="radio"]:checked:after {
    position: absolute;
    content: "";
    top: 2.5px;
    left: 2.5px;
    width: 15px;
    height: 15px;
    border-radius: 25px;
    background-color: #0069AD; }
  #page .form-area input[type="checkbox"]:checked:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 3px;
    width: 12px;
    height: 7px;
    border-left: 2px solid #0069AD;
    border-bottom: 2px solid #0069AD;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #page .form-area select {
    width: 120px;
    height: 50px;
    padding: 12px 16px;
    border-radius: 4px;
    background: url(./../../assets/img/icon/icon-arrow-b.svg) right 8px center/24px #F2F2F2 no-repeat; }
    #page .form-area select::placeholder {
      color: rgba(40, 34, 51, 0.2); }
  #page .form-area input.wpcf7-submit {
    width: calc(100% + 32px);
    max-height: 72px;
    margin: 0 -16px;
    padding: 25px 0;
    border-radius: 0;
    background: #0069AD;
    font-family: "Zen Kaku Gothic New", serif;
    font-style: normal;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 160%;
    color: #fff;
    cursor: pointer; }
  #page .form-area .check-one input[type="checkbox"] {
    margin-top: 4px;
    border-radius: 25px; }
  #page .form-area .check-one input[type="checkbox"]:checked:after {
    position: absolute;
    content: "";
    top: 2.5px;
    left: 2.5px;
    width: 15px;
    height: 15px;
    border-radius: 25px;
    border: none;
    background-color: #0069AD; }
  #page .form-area .check-one .wpcf7-list-item {
    display: flex;
    margin-top: 20px; }
  #page .form-area .flex .title {
    font-style: normal;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 160%;
    letter-spacing: 0.02em; }
  #page .form-area .hidden-fields-container {
    display: none; }
  #page .form-area .required {
    margin-left: 8px;
    padding-bottom: 3px;
    border-bottom: 1px solid #0069AD;
    font-style: normal;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #0069AD; }
  #page .form-area .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    margin-top: 12px; }
  #page .form-area .wpcf7-list-item {
    display: block;
    margin-top: 24px;
    margin-left: 2px; }
    #page .form-area .wpcf7-list-item.first {
      margin-top: 12px; }
  #page .form-area .wpcf7-list-item-label {
    margin-left: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 160%;
    letter-spacing: 0.02em; }
  #page .form-area .wpcf7-radio, #page .form-area .wpcf7-checkbox {
    display: block;
    margin-top: 24px; }
  #page .form-area .wpcf7-spinner {
    display: none; }
  #page .form-area .wpcf7-not-valid-tip {
    margin-top: 8px;
    font-weight: 500;
    color: #DD4444 !important; }
  #page .form-area .wpcf7 form.invalid .wpcf7-response-output, #page .form-area .wpcf7 form.unaccepted .wpcf7-response-output, #page .form-area .wpcf7 form.payment-required .wpcf7-response-output {
    padding: 16px;
    border: 1px solid #DD4444 !important;
    border-color: #DD4444 !important;
    font-style: normal;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #DD4444; }
  #page .form-area .wpcf7 form .wpcf7-response-output {
    margin: 1em 0.5em 1em !important; }
  #page .form-area .wpcf7 form.sent .wpcf7-response-output {
    border: none !important;
    background: #EBF4FF;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 240%;
    letter-spacing: 0.02em; }
  #page .form-area .wpcf7-form.sent .button input {
    opacity: 0.5;
    pointer-events: none; }
  #page .form-area .people {
    position: absolute;
    bottom: 12px;
    left: 128px;
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 160%;
    letter-spacing: 0.02em; }
  #page .form-area .privacy label {
    justify-content: center; }
  #page .form-area .privacy input[type="checkbox"] + span {
    width: auto; }
  #page .form-area .privacy .wpcf7-list-item.first {
    margin-left: 0; }
  #page .form-area .button {
    display: flex;
    justify-content: center;
    position: relative;
    margin: 32px -16px 0 -58px; }
    #page .form-area .button input {
      width: 100%;
      height: 72px;
      padding: 20px 40px;
      border-radius: 0;
      background: url(./../img/icon/icon-btn-arrow-w.svg) left calc(50% + 100px) center/24px no-repeat #0069AD;
      font-family: "Zen Kaku Gothic New", serif;
      font-style: normal;
      font-weight: 500;
      font-size: 1rem;
      line-height: 160%;
      color: #fff;
      cursor: pointer; }
  #page .form-area .button-line {
    text-align: center;
    font-size: 1rem; }
  #page .form-area .form-tab {
    display: flex;
    justify-content: space-between; }
    #page .form-area .form-tab li {
      z-index: 2;
      width: calc(50% - 3px);
      padding: 8px;
      border: 1px solid #0069AD;
      border-bottom: none;
      border-radius: 8px 8px 0 0;
      background: #0069AD;
      text-align: center;
      color: #fff; }
      #page .form-area .form-tab li label, #page .form-area .form-tab li a {
        justify-content: center;
        font-style: normal;
        font-weight: 500;
        font-size: 0.875rem;
        line-height: 160%; }
      #page .form-area .form-tab li a {
        color: #fff; }
  #page .form-area .form {
    border: 1px solid #0069AD;
    border-radius: 8px;
    background: #fff;
    padding: 8px 0 0; }
  #page .form-area.tab .form-tab + .form, #page .form-area.tab .form-tab ~ .form {
    margin-top: -1.5px;
    padding: 9.5px 0 0; }
  #page .form-area.tab .form {
    display: none;
    border-radius: 0 0 8px 8px; }
  #page .form-area.tab .form-tab-input {
    display: none; }
  #page .form-area.tab #tab-individual:checked ~ #tab-content-individual,
  #page .form-area.tab #tab-group:checked ~ #tab-content-group {
    display: block; }
  #page .form-area.tab #tab-individual:checked ~ .form-tab .individual,
  #page .form-area.tab #tab-group:checked ~ .form-tab .group {
    background: #fff;
    color: #0069AD; }
  #page .form-area .group-people input[type="text"] {
    width: 120px; }
#page #entry .form-area {
  margin-bottom: 0; }
  #page #entry .form-area .select-area {
    display: flex;
    align-items: center;
    position: relative; }
    #page #entry .form-area .select-area .wpcf7-form-control-wrap {
      display: flex;
      align-items: center;
      gap: 24.4px; }
      #page #entry .form-area .select-area .wpcf7-form-control-wrap select {
        width: calc(100% - 24.4px);
        min-width: 0; }
  #page #entry .form-area .year, #page #entry .form-area .month, #page #entry .form-area .date {
    position: absolute;
    top: 22.5px;
    right: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 160%;
    letter-spacing: 0.02em; }
#page #form-confirm {
  padding: 0 16px; }
  #page #form-confirm h3 {
    margin-top: 12.8px;
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 240%;
    letter-spacing: 0.02em; }
  #page #form-confirm .confirm-table {
    width: 100%; }
    #page #form-confirm .confirm-table tr {
      border-bottom: 1px solid rgba(40, 34, 51, 0.2); }
      #page #form-confirm .confirm-table tr th {
        display: block;
        width: 100%;
        padding: 16px 16px 4px;
        text-align: left;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 200%;
        letter-spacing: 0.02em; }
      #page #form-confirm .confirm-table tr td {
        display: block;
        width: 100%;
        padding: 0 16px 16px;
        text-align: left;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 200%;
        letter-spacing: 0.02em; }
  #page #form-confirm .button {
    display: block;
    width: calc(100% + 32px);
    margin: 32px -16px -24px;
    height: 169px; }
  #page #form-confirm #back-btn {
    position: relative;
    background: url(./../img/icon/icon-btn-arrow-w-back.svg) left calc(50% - 88px) top 24px/24px no-repeat #0069AD; }
  #page #form-confirm input.wpcf7-submit {
    margin-top: 1px;
    margin-left: 0;
    border-radius: 0 0 4px 4px;
    background-position: left calc(50% + 100px) top 24px; }
#page .wpcf7 form.sent #form-confirm input.wpcf7-submit {
  border-radius: 0; }

#page #top #contents {
  padding-top: 0 !important; }
#page #top .button-area {
  justify-content: flex-end; }

#top h2.title + p {
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 160%;
  letter-spacing: 0.02em; }
#top .sec-title-area {
  margin-top: -24px; }
#top .sec-title-area + p {
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 200%;
  letter-spacing: 0.02em; }

#top #intro {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background: url("./../img/top/intro.jpg") center top/cover no-repeat; }
  #top #intro .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(12, 49, 128, 0.4); }
  #top #intro p {
    position: relative;
    z-index: 2;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 0.02em;
    text-shadow: 0px 0px 40px #1D446D, 0px 0px 40px #1D446D;
    color: #fff; }
  @media screen and (max-width: 414.98px) {
    #top #intro {
      padding-top: 89px;
      background-image: none; }
      #top #intro .cover {
        background-color: #587dac; }
      #top #intro p {
        text-shadow: none; } }

#top #news {
  margin: 16px 0 32px; }
  #top #news .title-area {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #top #news .title-area h2 {
      font-style: normal;
      font-weight: 800;
      font-size: 1.125rem;
      line-height: 120%;
      letter-spacing: 0.05em;
      color: #0069AD; }
    #top #news .title-area .button-area {
      justify-content: flex-end;
      margin: 0; }
  #top #news dl {
    display: flex;
    justify-content: flex-end;
    margin-top: 8px;
    padding: 12px 0;
    border-top: 1px solid #D6C9B5;
    border-bottom: 1px solid #D6C9B5; }
    #top #news dl dt.date {
      width: 67px;
      margin-top: 3px;
      font-style: normal;
      font-weight: 400;
      font-size: 0.75rem;
      line-height: 160%;
      letter-spacing: 0.05em; }
    #top #news dl dd.item {
      width: calc(100% - 67px); }
      #top #news dl dd.item .category {
        width: 90px;
        height: 25px;
        margin-left: 8px;
        padding: 4px;
        background: #F7F4F0;
        text-align: center;
        white-space: nowrap;
        font-style: normal;
        font-weight: 500;
        font-size: 0.75rem;
        line-height: 17px;
        letter-spacing: 0.02em; }
      #top #news dl dd.item .title {
        position: relative;
        margin-top: 8px;
        margin-left: -67px;
        padding-right: calc(47px + 8px);
        font-style: normal;
        font-weight: 400;
        font-size: 0.875rem;
        line-height: 160%;
        letter-spacing: 0.02em;
        color: #282233; }
        #top #news dl dd.item .title:after {
          content: '⋯more';
          position: absolute;
          top: 0;
          right: 0;
          width: 47px;
          height: 26px;
          white-space: nowrap;
          font-family: "Lato", sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 120%;
          letter-spacing: 0.05em;
          color: #0069AD; }

#top #requirements {
  position: relative;
  padding: 16px 0; }
  #top #requirements h2 {
    text-align: center; }
  #top #requirements ul li {
    margin-top: 8px; }
    #top #requirements ul li a {
      padding: 13px 16px;
      background: #fff;
      font-style: normal;
      font-weight: 500;
      font-size: 0.875rem;
      line-height: 160%;
      color: #0069AD; }
      #top #requirements ul li a:hover {
        transform: translateY(0.75px); }

#top #visit {
  padding: 32px 0; }
  #top #visit .wrap {
    padding: 16px 20px;
    border: 4px solid #F7F4F0; }
  #top #visit h2 {
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 160%;
    letter-spacing: 0.02em; }
  #top #visit p {
    margin-top: 8px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 160%;
    letter-spacing: 0.02em; }
  #top #visit .button-area {
    justify-content: center;
    margin-top: 16px; }

#top #benefits ul.list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
  margin-left: -16px;
  margin-right: -16px; }
  #top #benefits ul.list li {
    width: 25%;
    padding: 16px 8px 0;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 160%;
    letter-spacing: 0.02em; }
    @media screen and (max-width: 499.98px) {
      #top #benefits ul.list li {
        width: 33.333%; } }

#page #contents {
  padding-top: 62px; }
  @media screen and (max-width: 999.98px) {
    #page #contents {
      padding-top: 40px; } }
#page #back {
  position: absolute;
  top: 62px;
  right: 0;
  width: 50%; }
  #page #back.button-area {
    padding-top: 16px;
    padding-bottom: 64px;
    background: #fff; }
    #page #back.button-area .button-arrow {
      justify-content: flex-start; }
  @media screen and (max-width: 999.98px) {
    #page #back {
      position: static;
      width: 100%; }
      #page #back.button-area {
        padding-top: 66px;
        padding-bottom: 40px; } }
#page #back ~ #contents {
  padding-top: 166px; }
  @media screen and (max-width: 999.98px) {
    #page #back ~ #contents {
      padding-top: 16px; } }
#page h3.title {
  padding-left: 16px;
  border-left: 4px solid #D6C9B5;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 160%;
  letter-spacing: 0.02em; }
#page h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 160%;
  letter-spacing: 0.02em; }
#page .body-text {
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 200%;
  letter-spacing: 0.02em; }
#page .sub-text {
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 160%;
  letter-spacing: 0.02em; }
#page .button-area {
  justify-content: center; }
#page #numbers #contents section .mt-16,
#page #numbers #contents section > h3 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }
#page #not-found {
  justify-content: center;
  width: 100%;
  padding-bottom: 64px;
  background: #D6C9B5;
  text-align: center; }
  #page #not-found .wrap-80 {
    margin: 64px 16px 0;
    padding-bottom: 64px;
    border: 4px solid #F7F4F0;
    background: #fff; }
    #page #not-found .wrap-80 .pt-120 {
      padding-top: 24px;
      width: 75.757%;
      max-width: 800px;
      margin: 0 auto; }
      #page #not-found .wrap-80 .pt-120 > p {
        font-style: normal;
        font-weight: 400;
        font-size: 0.875rem;
        line-height: 160%;
        letter-spacing: 0.02em; }
  #page #not-found .page-title {
    width: 75.757%;
    max-width: 600px;
    margin: 0 auto; }
    #page #not-found .page-title h2 {
      font-family: "Lato", sans-serif;
      font-style: normal;
      font-weight: 800;
      font-size: 2rem;
      line-height: 100%;
      letter-spacing: 0.05em;
      color: #D6C9B5; }
      #page #not-found .page-title h2 .en {
        margin-top: 4px;
        font-style: normal;
        font-weight: 700;
        font-size: 0.875rem;
        line-height: 160%;
        letter-spacing: 0.02em;
        color: #282233; }
  @media screen and (max-width: 999.98px) {
    #page #not-found {
      padding-top: 50px; } }

#page #work #flow {
  padding: 32px 0 40px;
  background: #F7F4F0; }
  #page #work #flow ul li:nth-child(n+2) {
    margin-top: 49px; }
  #page #work #flow .item {
    padding: 0 16px 24px;
    border-radius: 16px;
    background: #fff; }
    #page #work #flow .item .image {
      position: relative; }
      #page #work #flow .item .image .title {
        position: absolute;
        top: -8px;
        left: 50%;
        transform: translateX(-50%);
        width: 86.7px;
        height: 33.48px; }
    #page #work #flow .item .sub-text {
      margin-top: 24px; }
  #page #work #flow .manufacturing .item .image > img {
    width: calc(100% + 4px); }
#page #work #other-work .image {
  width: 74.81px;
  margin: 0 0 0 auto; }
#page #work #flow .button-round.blue, #page #work #other-work .button-round.blue {
  max-width: 311px;
  margin-left: auto;
  margin-right: auto; }
#page #work ul.list-job {
  padding-bottom: 32px; }
  #page #work ul.list-job li:nth-child(n+2) {
    margin-top: 16px; }
  #page #work ul.list-job li:hover {
    transform: translateY(0.75px); }
  #page #work ul.list-job li a {
    color: #fff; }
  #page #work ul.list-job li h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #fff; }
    #page #work ul.list-job li h3 span {
      font-size: 0.75rem;
      line-height: 160%;
      letter-spacing: 0.02em; }
  #page #work ul.list-job li h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #fff; }
  #page #work ul.list-job li .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0) 100%);
    background-blend-mode: multiply;
    mix-blend-mode: multiply; }
  #page #work ul.list-job li .image {
    position: relative;
    overflow: hidden;
    max-height: 172px;
    padding-top: 50.145%;
    background-position: center;
    background-size: 100% auto; }
  #page #work ul.list-job li .item {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 16px 12px; }
  #page #work ul.list-job li .button-arrow {
    margin-left: 8px; }

#page #job {
  background: #fff; }
  #page #job.preprocessing #visual {
    background-image: url("./../img/job/preprocessing.jpg");
    background-position: center top; }
  #page #job.manufacturing #visual {
    background-image: url("./../img/job/manufacturing.jpg");
    background-position: right top; }
  #page #job.prime-mover #visual {
    background-image: url("./../img/job/prime-mover.jpg");
    background-position: right top; }
  #page #job.processing #visual {
    background-image: url("./../img/job/processing.jpg");
    background-position: center top; }
  #page #job.quality-control #visual {
    background-image: url("./../img/job/quality-control.jpg");
    background-position: left top; }
  #page #job.materials #visual {
    background-image: url("./../img/job/materials.jpg");
    background-position: center top; }
  #page #job.facility #visual {
    background-image: url("./../img/job/facility.jpg");
    background-position: right top; }
  #page #job.sales #visual {
    background-image: url("./../img/job/sales.jpg");
    background-position: left top; }
  #page #job.general-affairs_accounting #visual {
    background-image: url("./../img/job/general-affairs_accounting.jpg");
    background-position: center top; }
  @media screen and (max-width: 999.98px) {
    #page #job #visual.mainimage {
      top: 0;
      padding-top: 50.145%; }
    #page #job #visual {
      width: calc(100% - 16px); }
      #page #job #visual h2.title {
        position: absolute;
        top: -28px;
        bottom: auto;
        left: 50%;
        transform: translateX(-50%); }
        #page #job #visual h2.title .sub {
          text-shadow: 0px 0px 24px #000000;
          color: #fff; } }
  @media screen and (max-width: 767.98px) {
    #page #job #visual.mainimage {
      padding-top: 66.573%; } }
  #page #job .title .flex {
    align-items: center; }
  #page #job .title .category {
    width: auto;
    height: 18px;
    padding: 2px 8px;
    background: #F7F4F0;
    text-align: center;
    white-space: nowrap;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.02em; }
  #page #job .title .group {
    margin-left: 8px;
    font-style: normal;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 160%;
    letter-spacing: 0.02em; }
  #page #job .title h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 140%;
    letter-spacing: 0.02em; }
    #page #job .title h3 span {
      font-style: normal;
      font-weight: 700;
      font-size: 0.875rem;
      line-height: 160%;
      letter-spacing: 0.02em; }
  #page #job #work ul {
    padding: 16px;
    background: #EBF4FF; }
    #page #job #work ul li {
      padding-left: 32px;
      background: url(./../img/icon/check-box.svg) left top/24px 24px no-repeat; }
      #page #job #work ul li .sub-text {
        margin-top: 4px; }
      #page #job #work ul li:nth-child(n+2) {
        margin-top: 12px; }
  #page #job #career > div {
    padding: 16px;
    background: #EBF4FF; }
    #page #job #career > div .sub-text {
      margin-top: 12px; }
    #page #job #career > div .image {
      margin: 12px auto 0;
      max-width: 500px; }
      #page #job #career > div .image > div {
        margin-top: 12px;
        text-align: center;
        font-style: normal;
        font-weight: 400;
        font-size: 0.75rem;
        line-height: 160%;
        letter-spacing: 0.02em; }
  #page #job #work h5, #page #job #career h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 160%;
    letter-spacing: 0.02em; }
  #page #job #oneday .ex {
    padding: 12px 16px;
    border: 1px solid #D6C9B5; }
    #page #job #oneday .ex > p {
      font-style: normal;
      font-weight: 700;
      font-size: 0.75rem;
      line-height: 160%;
      letter-spacing: 0.02em; }
  #page #job #oneday .hours {
    padding: 16px 20px;
    background: #F7F4F0; }
  #page #job #oneday ul {
    margin-top: 28px;
    margin-left: 14.5px;
    padding-bottom: 16px;
    padding-left: 18.5px;
    border-left: 1px solid #D6C9B5; }
    #page #job #oneday ul li:nth-child(n+2) {
      padding-top: 32px; }
    #page #job #oneday ul li dt, #page #job #oneday ul li .unit {
      display: flex;
      align-items: flex-start;
      font-style: normal;
      font-weight: 700;
      font-size: 0.875rem;
      line-height: 160%;
      letter-spacing: 0.02em; }
      #page #job #oneday ul li dt .time, #page #job #oneday ul li .unit .time {
        margin-right: 8px;
        font-style: normal;
        font-weight: 700;
        font-size: 1rem;
        line-height: 120%;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #0069AD; }
      #page #job #oneday ul li dt span, #page #job #oneday ul li .unit span {
        display: block; }
        #page #job #oneday ul li dt span.block, #page #job #oneday ul li .unit span.block {
          display: inline-block; }
    #page #job #oneday ul li dl {
      position: relative; }
      #page #job #oneday ul li dl:after {
        content: '';
        position: absolute;
        top: 0;
        left: -25.5px;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: #0069AD; }
      #page #job #oneday ul li dl.notime:after {
        content: none; }
      #page #job #oneday ul li dl dt .time {
        width: 45px; }
      #page #job #oneday ul li dl dt span {
        margin-top: -5px; }
        #page #job #oneday ul li dl dt span.time {
          margin-top: -3px; }
      #page #job #oneday ul li dl dd .image {
        max-width: 500px;
        margin-bottom: 8px; }
        #page #job #oneday ul li dl dd .image > div {
          margin-top: 4px;
          text-align: center;
          font-style: normal;
          font-weight: 400;
          font-size: 10px;
          line-height: 160%;
          letter-spacing: 0.02em; }
      #page #job #oneday ul li dl dd .item {
        margin-top: 32px; }
        #page #job #oneday ul li dl dd .item .time span {
          margin-top: -1.6px; }
          #page #job #oneday ul li dl dd .item .time span.time {
            margin-top: 0; }
  #page #job.manufacturing .note {
    font-style: normal;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #0069AD; }
  #page #job.processing #oneday ul li:first-child .unit span {
    line-height: 120%; }
  #page #job.processing #oneday ul li:first-child dl dd .item {
    margin-top: 16px; }
  #page #job.processing #oneday ul li:nth-child(2) {
    padding-top: 20px; }
  #page #job.processing #oneday ul li:nth-child(n+3) {
    padding-top: 32px; }
  #page #job.materials #oneday ul li:first-child .unit span {
    line-height: 120%; }
  #page #job.materials #oneday ul li:first-child dl dd .item {
    margin-top: 16px; }
  #page #job.materials #oneday ul li:nth-child(2), #page #job.materials #oneday ul li:nth-child(3) {
    padding-top: 20px; }
  #page #job.materials #oneday ul li:nth-child(n+4) {
    padding-top: 32px; }
  #page #job.facility #oneday ul li:first-child .unit span {
    line-height: 120%; }
  #page #job.facility #oneday ul li:first-child dl dd .item {
    margin-top: 16px; }
  #page #job.facility #oneday ul li:nth-child(2), #page #job.facility #oneday ul li:nth-child(3) {
    padding-top: 20px; }
  #page #job.facility #oneday ul li:nth-child(n+4) {
    padding-top: 32px; }
  #page #job #interview-slider {
    padding-bottom: 16px; }

#page #interview {
  background: #fff; }
  #page #interview ul.list-interview li:nth-child(n+2) {
    margin-top: 40px; }
  #page #interview ul.list-interview li a .image {
    max-height: 228.67px;
    padding-top: 66.667%;
    background-position: center;
    background-size: 100% auto; }
  #page #interview ul.list-interview li a .item {
    max-width: 500px;
    margin: 0 auto; }
  #page #interview ul.list-interview li a .catch {
    margin-top: 8px;
    font-style: normal;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 160%;
    letter-spacing: 0.02em; }
  #page #interview ul.list-interview li a .data {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: 4px; }
    #page #interview ul.list-interview li a .data .category {
      width: auto;
      height: 18px;
      padding: 2px 8px;
      background: #F7F4F0;
      text-align: center;
      white-space: nowrap;
      font-style: normal;
      font-weight: 500;
      font-size: 10px;
      line-height: 14px;
      letter-spacing: 0.02em; }
    #page #interview ul.list-interview li a .data .job {
      margin-left: 8px;
      font-style: normal;
      font-weight: 400;
      font-size: 0.75rem;
      line-height: 160%;
      letter-spacing: 0.02em; }
    #page #interview ul.list-interview li a .data .name {
      margin-left: 8px;
      font-family: "Lato", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 1.5rem;
      line-height: 100%;
      letter-spacing: 0.05em; }
  @media screen and (max-width: 999.98px) {
    #page #interview.interview-detail #visual.mainimage {
      top: 0;
      padding-top: 50.145%; }
    #page #interview.interview-detail #visual {
      width: calc(100% - 16px); }
      #page #interview.interview-detail #visual h2.title {
        position: absolute;
        top: -28px;
        bottom: auto;
        left: 50%;
        transform: translateX(-50%); }
        #page #interview.interview-detail #visual h2.title .sub {
          text-shadow: 0px 0px 24px #000000;
          color: #fff; } }
  @media screen and (max-width: 767.98px) {
    #page #interview.interview-detail #visual.mainimage {
      padding-top: 66.573%; } }
  #page #interview.interview-detail .profile .catch {
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 160%;
    letter-spacing: 0.02em; }
  #page #interview.interview-detail .profile .data {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: 8px; }
    #page #interview.interview-detail .profile .data .job {
      font-style: normal;
      font-weight: 500;
      font-size: 0.875rem;
      line-height: 160%;
      letter-spacing: 0.02em; }
    #page #interview.interview-detail .profile .data .name {
      margin-left: 16px;
      font-family: "Lato", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 2rem;
      line-height: 100%;
      letter-spacing: 0.05em; }
    #page #interview.interview-detail .profile .data .join {
      margin-left: 4px;
      font-style: normal;
      font-weight: 400;
      font-size: 0.75rem;
      line-height: 160%; }
  #page #interview.interview-detail .comment {
    margin-top: 16px;
    margin-bottom: 32px;
    padding: 16px;
    background: #EBF4FF;
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 200%;
    letter-spacing: 0.02em; }
  #page #interview.interview-detail .faq dl {
    margin-top: 24px; }
    #page #interview.interview-detail .faq dl dt {
      position: relative;
      padding-left: 22px;
      font-style: normal;
      font-weight: 700;
      font-size: 0.875rem;
      line-height: 160%;
      letter-spacing: 0.02em; }
      #page #interview.interview-detail .faq dl dt:after {
        content: '';
        position: absolute;
        top: 11.5px;
        left: 0;
        width: 14px;
        height: 1px;
        background: #282233; }
    #page #interview.interview-detail .faq dl dd {
      margin-top: 8px;
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 200%;
      letter-spacing: 0.02em; }
  #page #interview.interview-detail .faq .image-area {
    justify-content: center; }

#page #benefits {
  background: #fff; }
  #page #benefits .image-left, #page #benefits .image-right {
    width: calc(100% - 16px); }
  #page #benefits .image-right {
    margin-left: auto;
    margin-right: 0; }
  #page #benefits #employee-benefits {
    padding-bottom: 16px; }
    #page #benefits #employee-benefits ul li {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #page #benefits #employee-benefits ul li:nth-child(n+2) {
        margin-top: 16px; }
      #page #benefits #employee-benefits ul li h4 {
        font-size: 0.875rem; }
      #page #benefits #employee-benefits ul li .icon, #page #benefits #employee-benefits ul li .icon-sm, #page #benefits #employee-benefits ul li .icon-md, #page #benefits #employee-benefits ul li .icon-lg {
        width: 109px; }
      #page #benefits #employee-benefits ul li .text {
        width: calc(100% - 109px);
        padding-left: 12px;
        font-size: 0.875rem; }
      #page #benefits #employee-benefits ul li .sub-text {
        margin-top: 4px;
        font-size: 0.75rem; }

#page #faq .wrap-50 .button-area {
  justify-content: flex-end; }
#page #faq .wrap > section:last-child {
  padding-bottom: 16px; }
#page #faq ul.faq-list li {
  margin-top: 16px; }
  #page #faq ul.faq-list li dl {
    border: 1px solid #D6C9B5; }
    #page #faq ul.faq-list li dl dt {
      position: relative;
      padding: 16.5px 20px 16.5px 62px;
      background: #F7F4F0;
      font-style: normal;
      font-weight: 500;
      font-size: 0.875rem;
      line-height: 160%;
      letter-spacing: 0.02em;
      color: #333333; }
      #page #faq ul.faq-list li dl dt:after {
        content: 'Q';
        position: absolute;
        top: 0;
        left: 20px;
        width: 26px;
        height: 51px;
        font-family: "Lato", sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 2rem;
        line-height: 160%;
        letter-spacing: 0.05em;
        text-align: center;
        color: #333333; }
    #page #faq ul.faq-list li dl dd {
      position: relative;
      padding: 10px 20px 10px 62px;
      font-style: normal;
      font-weight: 400;
      font-size: 0.875rem;
      line-height: 160%;
      letter-spacing: 0.02em;
      color: #282233; }
      #page #faq ul.faq-list li dl dd:after {
        content: 'A';
        position: absolute;
        top: 0;
        left: 20px;
        width: 26px;
        height: 51px;
        font-family: "Lato", sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 2rem;
        line-height: 160%;
        text-align: center;
        letter-spacing: 0.05em;
        color: #333333; }
      #page #faq ul.faq-list li dl dd a {
        display: inline;
        text-decoration: underline;
        color: #0069AD; }
      #page #faq ul.faq-list li dl dd .button-area {
        justify-content: flex-end;
        margin-top: 16px;
        margin-bottom: 8px; }
        #page #faq ul.faq-list li dl dd .button-area a.button-arrow {
          display: flex;
          text-decoration: none;
          color: #282233; }

#page #requirements .sub-menu ul {
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 358px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 0 16px; }
  #page #requirements .sub-menu ul li {
    margin-top: 8px; }
  @media screen and (max-width: 599.98px) {
    #page #requirements .sub-menu ul li {
      margin: 8px 4px 0; } }
#page #requirements .requirements-list dl {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D6C9B5; }
  #page #requirements .requirements-list dl dt {
    width: 104px;
    font-style: normal;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 160%;
    letter-spacing: 0.02em; }
  #page #requirements .requirements-list dl dd {
    padding: 12px 0 16px 12px;
    width: calc(100% - 104px);
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 160%;
    letter-spacing: 0.02em; }
#page #requirements .update {
  margin-top: 8px;
  text-align: right;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 200%;
  letter-spacing: 0.02em; }
#page #requirements .selection-text {
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 160%;
  letter-spacing: 0.02em; }
#page #requirements .button-area .button-round {
  padding: 13px 32.5px 13px 40.5px; }

#page #visit {
  background: #fff; }
  #page #visit #visual ul {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    position: absolute;
    left: 0;
    bottom: calc(18.625% + 145px);
    margin-bottom: 8px; }
    #page #visit #visual ul li {
      margin-bottom: 8px;
      padding: 4px 16px 4px 8px;
      border-radius: 0 25px 25px 0;
      background: #E7DAC5;
      font-style: normal;
      font-weight: 700;
      font-size: 1rem;
      line-height: 160%;
      letter-spacing: 0.02em;
      color: #282233; }
      #page #visit #visual ul li:nth-child(2n) {
        background: #fff; }
  #page #visit #visual .mainimage {
    display: none; }
  @media screen and (max-width: 999.98px) {
    #page #visit #visual {
      position: relative;
      width: 100%; }
      #page #visit #visual .mainimage {
        display: block;
        position: relative;
        margin-top: 24px;
        padding-top: 50.145%;
        background-image: url("./../img/visual/visit.jpg"); }
      #page #visit #visual ul {
        bottom: -21.8px;
        left: auto;
        right: 0;
        z-index: 2;
        align-items: flex-end;
        margin-bottom: 0; }
        #page #visit #visual ul li {
          padding: 4px 8px 4px 16px;
          border-radius: 25px 0 0 25px;
          text-align: right; } }
  @media screen and (max-width: 849.98px) {
    #page #visit #visual ul li {
      font-size: 0.875rem; } }
  @media screen and (max-width: 767.98px) {
    #page #visit #visual .mainimage {
      padding-top: 66.573%; } }
  @media screen and (max-width: 499.98px) {
    #page #visit #visual ul li {
      font-size: 0.75rem; } }
  @media screen and (max-width: 999.98px) {
    #page #visit #contents {
      padding-top: 56px; } }
  #page #visit #schedule dl {
    display: flex;
    border-radius: 8px;
    border: 1px solid #0069AD; }
    #page #visit #schedule dl dt {
      width: 94px;
      padding: 13.5px 16px;
      background: #0069AD;
      text-align: center;
      white-space: nowrap;
      font-style: normal;
      font-weight: 700;
      font-size: 0.75rem;
      line-height: 160%;
      letter-spacing: 0.02em;
      color: #fff; }
    #page #visit #schedule dl dd {
      display: flex;
      align-items: center;
      width: calc(100% - 94px);
      padding: 10px 16px;
      font-style: normal;
      font-weight: 700;
      font-size: 1rem;
      line-height: 160%;
      letter-spacing: 0.02em;
      color: #282233; }
      #page #visit #schedule dl dd span {
        margin-left: 8px;
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 160%;
        letter-spacing: 0.02em; }
    #page #visit #schedule dl.closed {
      border-color: rgba(40, 34, 51, 0.2); }
      #page #visit #schedule dl.closed dt {
        background: rgba(40, 34, 51, 0.2); }
      #page #visit #schedule dl.closed dd {
        color: rgba(40, 34, 51, 0.2); }
    #page #visit #schedule dl.upcoming {
      border-color: #EBF4FF; }
      #page #visit #schedule dl.upcoming dt {
        background: #EBF4FF;
        color: #0069AD; }
    #page #visit #schedule dl:nth-child(n+2) {
      margin-top: 16px; }
  #page #visit .visit-list dl {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D6C9B5; }
    #page #visit .visit-list dl dt {
      width: 104px;
      font-style: normal;
      font-weight: 700;
      font-size: 0.75rem;
      line-height: 160%;
      letter-spacing: 0.02em; }
    #page #visit .visit-list dl dd {
      padding: 12px 0 16px 12px;
      width: calc(100% - 104px);
      font-style: normal;
      font-weight: 400;
      font-size: 0.875rem;
      line-height: 160%;
      letter-spacing: 0.02em; }
      #page #visit .visit-list dl dd a {
        display: inline-block;
        font-weight: 700;
        text-decoration: underline;
        color: #0069AD; }

#page #entry .tel {
  margin-bottom: 100px;
  padding: 16px;
  border: 1px solid #0069AD;
  background: #fff; }
  #page #entry .tel h4 {
    font-size: 0.875rem; }
    #page #entry .tel h4 span {
      display: inline-block;
      font-style: normal;
      font-weight: 400;
      font-size: 0.75rem;
      line-height: 160%;
      letter-spacing: 0.02em; }
  #page #entry .tel .number {
    display: block;
    width: 311px;
    height: 38.06px;
    margin: 16px auto; }
    @media screen and (max-width: 414.98px) {
      #page #entry .tel .number {
        width: 100%;
        max-width: 311px; } }
  #page #entry .tel span.tel-number {
    display: block;
    width: 100%;
    height: 100%;
    background: url("./../img/entry/tel.svg") center/100% no-repeat; }
  #page #entry .tel > p {
    display: flex;
    justify-content: flex-end; }
    #page #entry .tel > p > span {
      position: relative;
      padding-bottom: 4px;
      font-style: normal;
      font-weight: 700;
      font-size: 0.75rem;
      line-height: 160%;
      letter-spacing: 0.02em;
      color: #0069AD; }
      #page #entry .tel > p > span:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #0069AD; }
    @media screen and (max-width: 999.98px) {
      #page #entry .tel > p br {
        display: none; } }
    @media screen and (max-width: 414.98px) {
      #page #entry .tel > p br {
        display: block; } }
