@charset "UTF-8";

/* header.css */
.p-header {
  position: fixed;
  z-index: 100;
  top: 0rem;
  left: 0;
  width: 100%;
  height: auto;
  background: transparent;
}

@media (min-width: 768px) {
  .p-header {
    top: 1.0625rem;
  }
}

.p-header {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-header__inner {
  width: 100%;
  max-width: 84.125rem;
  padding-inline: 0;
  height: inherit;
  background-color: transparent;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .p-header__inner {
    padding-inline: 0.625rem;
  }
}

.p-header__contents {
  position: relative;
  max-width: 100%;
  padding: 0.75rem 1.25rem;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  .p-header__contents {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.75rem 1.25rem;
    border-radius: 0.625rem;
  }
}

.p-header__logo {
  width: 9.1875rem;
  aspect-ratio: 147/47;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (min-width: 768px) {
  .p-header__logo {
    width: 9.1875rem;
  }
}

@media (any-hover: hover) {
  .p-header__logo:hover {
    opacity: 0.8;
  }
}

.p-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  /* or cover */
}

.p-header__nav {
  display: none;
}

@media (min-width: 768px) {
  .p-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .p-header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }
}

.p-header__item {
  display: grid;
  place-items: center;
  font-size: max(0.875rem, 11.2px);
}

@media (min-width: 0px) {
  .p-header__item {
    font-size: 0.875rem;
  }
}

.p-header__item {
  font-weight: 700;
  line-height: 0.03;
  color: #0391db;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (any-hover: hover) {
  .p-header__item:hover {
    opacity: 0.8;
  }
}

.p-header__item span {
  font-size: max(0.875rem, 11.2px);
}

@media (min-width: 0px) {
  .p-header__item span {
    font-size: 0.875rem;
  }
}

.p-header__item span {
  font-weight: 700;
  line-height: 0.8571428571;
  letter-spacing: 0.03em;
}

.p-header__item p {
  color: #3c3c3c;
  font-size: max(0.625rem, 8px);
}

@media (min-width: 0px) {
  .p-header__item p {
    font-size: 0.625rem;
  }
}

.p-header__item p {
  font-weight: 500;
  line-height: 0.06;
  letter-spacing: 0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-header__contact {
  -webkit-margin-start: 2.5rem;
  margin-inline-start: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #0391db;
  color: #333;
  font-size: 0.8125rem;
  padding: 0.875rem 1.5625rem;
  border-radius: 0.3125rem;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

.p-header__contact a,
.p-header__contact p {
  color: #ffffff;
  font-size: 0.8125rem;
}

.p-header__contact::before {
  content: "";
  width: 0.8125rem;
  height: 0.8125rem;
  background: url("https://mutsuna.net/system_panel/uploads/images/icon-newtab-white.png") no-repeat center/contain;
}

.p-header__recruit {
  -webkit-margin-start: 2.5rem;
  margin-inline-start: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #505050;
  color: #ffffff;
  font-size: 0.8125rem;
  padding: 0.875rem 1.5625rem;
  border-radius: 0.3125rem;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

.p-header__recruit a,
.p-header__recruit p {
  color: #ffffff;
  font-size: 0.8125rem;
}

.p-header__recruit::before {
  content: "";
  width: 0.75rem;
  height: 1.0625rem;
  background: url("https://sit-10160663.sibloo.com/system_panel/uploads/images/icon-contact.png") no-repeat center/contain;
}

/*----------------------------------
  ドロワーアイコン
-----------------------------------*/
.p-drawer__icon {
  position: fixed;
  z-index: 102;
  display: grid;
  place-items: center;
  background-color: #004fa4;
  cursor: pointer;
  top: 1.125rem;
  right: 1.25rem;
  width: 2.1875rem;
  height: 2.1875rem;
}

@media (min-width: 768px) {
  .p-drawer__icon {
    display: none;
  }
}

.p-drawer__icon--bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 0.3125rem;
}

.p-drawer__icon--bar1 {
  height: 1px;
  width: 1.25rem;
  background: #ffffff;
  border-radius: 100vmax;
}

@media (min-width: 768px) {
  .p-drawer__icon--bar1 {
    width: 1.625rem;
  }
}

.p-drawer__icon--bar2 {
  height: 1px;
  width: 1.25rem;
  background: #ffffff;
  border-radius: 100vmax;
}

@media (min-width: 768px) {
  .p-drawer__icon--bar2 {
    width: 1.625rem;
  }
}

.p-drawer__icon--bar3 {
  height: 1px;
  width: 1.25rem;
  background: #ffffff;
  border-radius: 100vmax;
}

@media (min-width: 768px) {
  .p-drawer__icon--bar3 {
    width: 1.625rem;
  }
}

.p-drawer__text {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 0.625rem;
  line-height: 0.75rem;
}

@media (min-width: 768px) {
  .p-drawer__text {
    font-size: 0.75rem;
    line-height: 1.0625rem;
  }
}

.p-drawer__icon.js-show .p-drawer__icon--bar1 {
  rotate: 45deg;
  translate: 0 3px;
}

.p-drawer__icon.js-show .p-drawer__icon--bar2 {
  display: none;
}

.p-drawer__icon.js-show .p-drawer__icon--bar3 {
  rotate: -45deg;
  translate: 0 -3px;
}

.p-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: 80vw;
  max-width: 26.25rem;
  height: 100svh;
  background: rgb(244, 250, 255);
  padding: 5rem 3.75rem;
}

@media (min-width: 768px) {
  .p-drawer {
    padding: 7.5rem 3.75rem;
  }
}

.p-drawer__icon--bar1,
.p-drawer__icon--bar2,
.p-drawer__icon--bar3 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-drawer {
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}

.p-drawer.js-show {
  translate: 0;
}

.p-drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .p-drawer__list {
    margin-bottom: 2.5rem;
  }
}

.p-drawer__item {
  text-align: center;
  width: 100%;
  font-size: 1rem;
  border-bottom: 1px solid #aaa9a9;
  padding-block: 0.9375rem;
  padding-block: 0.9375rem;
}

@media (min-width: 768px) {
  .p-drawer__item {
    font-size: 1.25rem;
    padding-block: 1.875rem;
  }
}

@media (any-hover: hover) {
  .p-drawer__item:hover p {
    opacity: 0.7;
  }
}

.p-drawer__item p {
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}