@charset "UTF-8";

/************************************

reset

************************************/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}

li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
  border: 0;
}

table {
  border-collapse: collapse;
}

address,
em {
  font-style: normal;
}

button {
  padding: 0;
  border: 0;
}

hr {
  border: 0;
  border-top: 1px solid #000;
}

/************************************

base

************************************/
html {
  font-size: 625%;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 580%;
  }
}

body {
  position: relative;
  overflow-x: hidden;
  background-color: #fff;
  color: #333;
  font-size: 0.16rem;
  font-weight: 400;
  font-style: normal;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

a {
  color: #333;
  text-decoration: none;
  transition: 0.2s all ease 0s;
}

p {
  line-height: 1.6;
}

p a {
  text-decoration: underline;
}

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

sub {
  vertical-align: baseline;
  font-size: 0.7em;
}

img {
  max-width: 100%;
  height: auto;
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  min-height: 100vh;
  background: #fff url("../images/bg.png") no-repeat fixed center center/cover;
}

@media screen and (max-width: 768px) {
  .bg {
    width: 100%;
    height: 100vh;
  }
}

.main_body {
  position: relative;
  overflow: hidden;
  max-width: 640px;
  margin: 0 auto;
  background: #fff linear-gradient(90deg, rgba(0, 165, 227, 0.3), rgba(237, 122, 155, 0.3));
  box-shadow: 0 0 60px rgba(50, 90, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.6rem;
}

@media screen and (max-width: 1023px) {
  .main_body {
    margin-top: 60px;
    gap: 0.4rem;
  }
}

.container {
  position: relative;
  max-width: 640px;
  margin: 0;
  padding: 0 0.4rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 0.2rem;
  }
}

.memo_txt {
  margin: 0.4rem auto 0;
  font-size: 0.2rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
}

.memo_txt span {
  color: #ed7a9b;
}

.btn-navi {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border: 0;
  border-radius: 50%;
  background: #fff;
  outline: 0;
}

.btn-navi span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  width: 40%;
  height: 1px;
  margin: 0 auto;
  background: #ed7a9b;
}

.btn-navi span::after,
.btn-navi span::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #ed7a9b;
  transform-origin: center center;
  transition: 0.2s all ease 0s;
}

.btn-navi span::before {
  transform: translate(0, -0.06rem);
}

.btn-navi span::after {
  transform: translate(0, 0.06rem);
}

.is-open .btn-navi span {
  background: #fff;
}

.is-open .btn-navi span::before {
  transform: translate(0, 0) rotate(-45deg);
}

.is-open .btn-navi span::after {
  transform: translate(0, 0) rotate(45deg);
}

.btn-entry {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  padding: 0.2rem 0;
  background: #00A5E3;
  color: #fff;
  font-size: 0.22rem;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

@media screen and (max-width: 768px) {
  .btn-entry {
    padding: 0.15rem;
    font-size: 0.2rem;
  }
}

.btn-entry:hover {
  background: #005b7d;
}

.p-footer__entry {
  background: #00A5E3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 360px;
  font-size: 0.24rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  padding: 20px 0;
  margin: 0 auto;
  flex-direction: column;
}

.p-footer__entry span {
  display: block;
  font-size: 0.1rem;
  margin: 10px 0 0 0;
}

.p-footer__entry:hover {
  background: #005b7d;
}

.company {
  border-radius: 0.2rem;
}

.content_wrap {
  border: 1px solid #7A6A56;
  border-radius: 0.2rem;
  overflow: hidden;
  background: #fff;
}

.heading__type {
  background: #7A6A56;
  color: #fff;
  padding: 0.15rem;
  text-align: center;
  font-size: clamp(0.24rem, 0.127rem + 0.48vw, 0.32rem);
  font-weight: bold;
  letter-spacing: 2px;
}

.recruit_inner {
  padding: 0.2rem;
  text-align: justify;
  display: flex;
  gap: 0.4rem;
  flex-direction: column;
  align-items: flex-start;
}

.kg_area {
  width: 100%;
  gap: 0.1rem;
  display: flex;
  flex-direction: column;
}

.kk_area {
  width: 100%;
}

.heading_kg {
  position: relative;
  display: inline-block;
  padding: 0 10% 0 0;
  color: #ED7A9B;
  text-align: left;
  font-size: 0.2rem;
  font-weight: bold;
  margin: 0 0 0.1rem;
  width: 100%;
}

.heading_kg:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 72%;
  height: 2px;
  background-color: #ED7A9B;
}

@media screen and (max-width: 768px) {
  .heading_kg:after {
    width: 58%;
  }
}

.heading_kg:after {
  right: 0;
}

.heading_kk {
  position: relative;
  display: inline-block;
  padding: 0 10% 0 0;
  color: #004098;
  text-align: left;
  font-size: 0.2rem;
  font-weight: bold;
  margin: 0 0 0.2rem;
  width: 100%;
}

.heading_kk:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 72%;
  height: 2px;
  background-color: #004098;
}

@media screen and (max-width: 768px) {
  .heading_kk:after {
    width: 58%;
  }
}

.recruit_detail {
  display: flex;
  gap: 0.1rem;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.recruit_detail dt {
  width: 15%;
  background: #595757;
  text-align: center;
  color: #fff;
  padding: 0.1rem 0;
  border-radius: 0.05rem;
}

@media screen and (max-width: 768px) {
  .recruit_detail dt {
    width: 18%;
  }
}

.recruit_detail dd {
  flex: 1;
  text-align: justify;
}

.heading__detail {
  position: relative;
  margin: 0 0 0.5rem;
  color: #000000;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.heading__en {
  z-index: -1;
  color: rgba(237, 122, 155, 0.2);
  font-size: clamp(0.48rem, 0.169rem + 1.33vw, 0.7rem);
  font-weight: 700;
  font-style: normal;
}

.heading__ja {
  margin-top: -0.3rem;
  font-size: clamp(0.28rem, 0.223rem + 0.24vw, 0.32rem);
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .heading__ja {
    margin-top: -0.16rem;
  }
}

.summary_inner {
  text-align: justify;
  display: flex;
  gap: 0.4rem;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .summary_inner {
    gap: 0.2rem;
  }
}

.heading_summary {
  padding: 0.05rem 0.15rem;
  border-left: 4px double #004098;
  font-size: 0.24rem;
  font-weight: bold;
  color: #004098;
}

.summary_detail p {
  font-size: 0.2rem;
  font-weight: bold;
  padding: 0.1rem 0;
}

.summary_detail p span {
  font-size: 80%;
  font-weight: normal;
}

.map {
  position: relative;
  width: 100%;
  padding-top: 100%;
  /* 16:9のアスペクト比 */
  height: 0;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
}

ul.access {
  margin: 0.2rem 0 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.2rem;
  text-align: justify;
}

ul.access li {
  line-height: 1.6;
}

ul.access li span {
  font-weight: bold;
  font-size: 0.2rem;
}

.footer {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 0 1rem;
  text-align: center;
}

.footer__heading {
  color: #333;
  font-weight: bold;
  line-height: 1.8;
  font-size: 0.2rem;
  margin: 0 0 20px;
}

.footer__logo {
  margin: 0.6rem auto 0.2rem;
  display: flex;
  gap: 0.4rem;
  justify-content: center;
}

.footer__logo img {
  height: 0.3rem;
}

.entry__link {
  display: none;
}

@media screen and (max-width: 768px) {
  .entry__link {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 100;
    overflow: hidden;
    width: 640px;
    margin: 0 auto;
    transform: translateX(-50%);
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

@media screen and (max-width: 1023px) {
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    z-index: 50;
    background: #fff;
    position: fixed;
    top: 0;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

.main__logo {
  position: fixed;
  top: 0;
  left: 0;
  width: calc((100% - 640px) / 2);
}

.main__logo img {
  width: clamp(150px, -1130px + 125vw, 220px);
  margin: 0.2rem auto 0 0.2rem;
  transition: all 0.3s ease;
}

.main__logo:hover {
  opacity: 0.6;
}

.main__logo p {
  margin: 0.05rem auto 0 0.2rem;
  font-size: 0.18rem;
  font-weight: bold;
  color: #000;
}

@media screen and (max-width: 1023px) {
  .main__logo {
    position: relative;
    left: 0.1rem;
    width: calc(100% - 80px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .main__logo a {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
  }

  .main__logo img {
    height: auto;
    width: 120px;
    margin: auto;
  }

  .main__logo p {
    margin: 0;
  }

  .main__logo p::before {
    content: "";
    border-right: 2px solid #ed7a9b;
    border-radius: 10px;
    margin: 0 0.05rem;
  }
}

.navigation {
  position: fixed;
  right: 40px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  justify-content: flex-end;
  align-items: flex-end;
  box-sizing: border-box;
  width: calc((100% - 640px) / 2);
}

@media screen and (max-width: 1023px) {
  .navigation {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    display: block;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1079px) {
  .navigation {
    padding: 0;
  }
}

.navigation__btn {
  display: none;
}

@media screen and (max-width: 1023px) {
  .navigation__btn {
    position: absolute;
    top: 0.05rem;
    right: 0.1rem;
    z-index: 60;
    display: block;
  }
}

.navigation__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0 0 3rem;
  text-align: right;
}

@media screen and (max-width: 1023px) {
  .navigation__container {
    position: fixed;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100vh !important;
    padding: 1rem 0 0;
    background: #fff linear-gradient(90deg, rgba(0, 165, 227, 0.3), rgba(237, 122, 155, 0.3));
    transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1) all;
    transform: translate(100%, 0);
  }
}

.is-open .navigation__container {
  transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1) all;
  transform: translate(0, 0);
}

.navigation__item {
  margin: 0 0 0.3rem;
  padding: 0 0 0.1rem;
  border-bottom: 2px dashed;
  color: #333;
  font-size: 0.24rem;
  font-weight: 700;
  font-style: normal;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

@media screen and (max-width: 1023px) {
  .navigation__item {
    margin-top: 0.2rem;
    font-size: 0.3rem;
    text-decoration: none;
    transition: 0.4s cubic-bezier(0.87, 0, 0.13, 1) transform;
    transform: translate(130%, 0);
  }
}

@media screen and (min-width: 1024px) and (max-width: 1079px) {
  .navigation__item {
    margin-top: 0.2rem;
    font-size: 0.16rem;
  }
}

.navigation__item:hover {
  color: rgba(51, 51, 51, 0.6);
}

.is-open .navigation__item:nth-of-type(1) {
  transition: 0.25s cubic-bezier(0.87, 0, 0.13, 1);
  transform: translate(0, 0);
}

.is-open .navigation__item:nth-of-type(2) {
  transition: 0.25s cubic-bezier(0.87, 0, 0.13, 1);
  transform: translate(0, 0);
}

.is-open .navigation__item:nth-of-type(3) {
  transition: 0.25s cubic-bezier(0.87, 0, 0.13, 1);
  transform: translate(0, 0);
}

.is-open .navigation__item:nth-of-type(4) {
  transition: 0.25s cubic-bezier(0.87, 0, 0.13, 1);
  transform: translate(0, 0);
}

.is-open .navigation__item:nth-of-type(5) {
  transition: 0.25s cubic-bezier(0.87, 0, 0.13, 1);
  transform: translate(0, 0);
}

.is-open .navigation__item:nth-of-type(6) {
  transition: 0.25s cubic-bezier(0.87, 0, 0.13, 1);
  transform: translate(0, 0);
}

.is-open .navigation__item:nth-of-type(7) {
  transition: 0.25s cubic-bezier(0.87, 0, 0.13, 1);
  transform: translate(0, 0);
}

.is-open .navigation__item:nth-of-type(8) {
  transition: 0.25s cubic-bezier(0.87, 0, 0.13, 1);
  transform: translate(0, 0);
}

.is-open .navigation__item:nth-of-type(9) {
  transition: 0.25s cubic-bezier(0.87, 0, 0.13, 1);
  transform: translate(0, 0);
}

.is-open .navigation__item:nth-of-type(10) {
  transition: 0.25s cubic-bezier(0.87, 0, 0.13, 1);
  transform: translate(0, 0);
}

.is-open .navigation__item:nth-of-type(11) {
  transition: 0.25s cubic-bezier(0.87, 0, 0.13, 1);
  transform: translate(0, 0);
}

.is-open .navigation__item:nth-of-type(12) {
  transition: 0.25s cubic-bezier(0.87, 0, 0.13, 1);
  transform: translate(0, 0);
}

.side__entry {
  position: fixed;
  right: 0.4rem;
  bottom: 0.4rem;
  text-align: right;
  width: 80%;
  max-width: 240px;
}

@media screen and (max-width: 1023px) {
  .side__entry {
    display: none;
  }
}

.entry {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #fff;
}

.p-header__nav-entry {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  -webkit-animation: 2s ease-in-out infinite fuwafuwa;
  animation: 2s ease-in-out infinite fuwafuwa;
  font-weight: 700;
  font-style: normal;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

.p-header__nav-entry span {
  display: block;
  font-size: 0.14rem;
  margin: 10px 0 0;
}

@-webkit-keyframes catchFrame {
  0% {
    width: 0;
    transform: scaleX(1);
  }

  40% {
    width: 100%;
    transform: scaleX(1);
  }

  60% {
    width: 100%;
    transform: scaleX(1);
  }

  100% {
    width: 100%;
    transform: scaleX(0);
  }
}

@keyframes catchFrame {
  0% {
    width: 0;
    transform: scaleX(1);
  }

  40% {
    width: 100%;
    transform: scaleX(1);
  }

  60% {
    width: 100%;
    transform: scaleX(1);
  }

  100% {
    width: 100%;
    transform: scaleX(0);
  }
}

@-webkit-keyframes catchText {
  0% {
    visibility: hidden;
  }

  40% {
    visibility: hidden;
  }

  60% {
    visibility: visible;
  }

  100% {
    visibility: visible;
  }
}

@keyframes catchText {
  0% {
    visibility: hidden;
  }

  40% {
    visibility: hidden;
  }

  60% {
    visibility: visible;
  }

  100% {
    visibility: visible;
  }
}

@-webkit-keyframes blur {
  0% {
    opacity: 0;
    filter: blur(5px);
    transform: scale(0.97) skew(1.5deg);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1) skew(0);
  }
}

@keyframes blur {
  0% {
    opacity: 0;
    filter: blur(5px);
    transform: scale(0.97) skew(1.5deg);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1) skew(0);
  }
}

@-webkit-keyframes mouseon {
  1% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
  }
}

@keyframes mouseon {
  1% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes scale {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes scale {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes glitch {
  0% {
    opacity: 1;
  }

  30% {
    opacity: 0;
    transform: scaleX(1.4);
  }

  50% {
    opacity: 1;
    transform: scaleX(1.2);
  }

  85% {
    opacity: 0;
    transform: scaleX(1);
  }

  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes glitch {
  0% {
    opacity: 1;
  }

  30% {
    opacity: 0;
    transform: scaleX(1.4);
  }

  50% {
    opacity: 1;
    transform: scaleX(1.2);
  }

  85% {
    opacity: 0;
    transform: scaleX(1);
  }

  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@-webkit-keyframes fuwafuwa {
  0% {
    transform: translateY(5px) scale(1, 0.97);
    transform: translateY(5px) scale(1, 0.97);
  }

  50% {
    transform: translateY(-5px);
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(5px) scale(1, 0.97);
    transform: translateY(5px) scale(1, 0.97);
  }
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(5px) scale(1, 0.97);
    transform: translateY(5px) scale(1, 0.97);
  }

  50% {
    transform: translateY(-5px);
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(5px) scale(1, 0.97);
    transform: translateY(5px) scale(1, 0.97);
  }
}

.fade-in {
  opacity: 0;
}

.fade-in.is-show {
  -webkit-animation: fade 1s ease 0.1s forwards;
  animation: fade 1s ease 0.1s forwards;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fade-in-up {
  opacity: 0;
  transform: translate(0, 0.3rem);
}

.fade-in-up.is-show {
  -webkit-animation: fade-in-up 0.7s ease forwards;
  animation: fade-in-up 0.7s ease forwards;
}

@media all and (-ms-high-contrast: none) {
  .fade-in-up {
    opacity: 1;
  }
}

/************************************

Display switch

************************************/
.pc-block {
  display: block;
}

.sp-block {
  display: none;
}

.pc-inline {
  display: inline;
}

.sp-inline {
  display: none;
}

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

  .sp-block {
    display: block;
  }

  .pc-inline {
    display: none;
  }

  .sp-inline {
    display: inline;
  }
}