body {
  color: #5296a5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.u-desktop {
  display: block;
}

.u-mobile {
  display: none;
}

.u-sm {
  display: none;
}

.u-ht--none {
  display: block;
}

/* リキッドレイアウト対応 */

html {
  font-size: 16px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */

html {
  scroll-behavior: smooth;
}

/* Set core body defaults */

body {
  line-height: 1.5;
  min-height: 100vh;
  position: relative;
  text-rendering: optimizeLegibility;
  z-index: -9999;
}

body.no-scroll {
  overflow: hidden;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* ホバー */

a {
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

.layout-access {
  margin-top: 6.25rem;
}

.layout-footer {
  margin: 7.5rem 0;
}

.layout-footer--sub {
  margin-top: 15rem;
}

.layout-footer--recruit {
  margin-top: 4.375rem;
}

.layout-sub-section {
  margin-top: 11.25rem;
}

.layout-sub-top {
  margin-top: 7.5rem;
}

.layout-top-sp {
  margin: 0;
}

.layout-top {
  margin-top: 6.25rem;
}

.wp-block-button__link.wp-element-button {
  background: linear-gradient(
    170deg,
    rgb(194, 233, 251) 35%,
    rgb(234, 245, 248) 100%
  );
  border-radius: 3.125rem;
  box-shadow: 0 4px 8px rgba(89, 89, 89, 0.8);
  color: #e26262;
  display: inline-block;
  font-size: 1.875rem;
  font-weight: 700;
  padding: 0.75rem 2.25rem;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}

.wp-block-gallery.has-nested-images.is-cropped
  figure.wp-block-image:not(#individual-image) {
  align-items: center;
  display: flex;
}

.wp-block-gallery.has-nested-images.is-cropped
  figure.wp-block-image:not(#individual-image)
  img {
  -o-object-fit: cover;
  height: auto;
  object-fit: cover;
  width: 60%;
}

.wp-block-button__link.wp-element-button:hover {
  box-shadow: none;
  transform: translateY(4px);
}

.confirm_top-text {
  margin-bottom: 2rem;
  text-align: center;
}

.confirm_area dl:not(:first-child) {
  margin-top: 1.375rem;
}

.back_button {
  background-color: #fff;
  border: 2px solid #eb6969;
  display: inline-block;
  left: 1.25rem;
  padding: 0.125rem 0.625rem;
  position: absolute;
  top: 4.6875rem;
}

.wpcf7-response-output {
  display: none;
}

.wpcf7-spinner {
  display: none;
}

.wp-pagenavi {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.wp-pagenavi a.nextpostslink {
  justify-content: right;
}

.wp-pagenavi a {
  align-items: center;
  display: inline-flex;
  font-size: 1.25rem;
  font-weight: 700;
  justify-content: center;
  padding: 0 0.625rem;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}

.wp-pagenavi a:hover {
  transform: translateY(-4px);
}

.previouspostslink {
  left: 0;
  position: absolute;
  top: 0;
}

.nextpostslink {
  position: absolute;
  right: 0;
  top: 0;
}

.previouspostslink::before,
.nextpostslink::before {
  background-image: url(../images/common/pagenavi-logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.125rem;
  position: absolute;
  width: 1.125rem;
}

.previouspostslink::before {
  left: -0.5rem;
  top: 1.125rem;
  transform: translate(-50%, -50%) rotate(-180deg);
}

.nextpostslink:before {
  right: -1.125rem;
  top: 0.375rem;
}

/*////////////////////////////////////////
  access
////////////////////////////////////////*/
.access {
  overflow: hidden;
  text-align: center;
}

.access__info {
  margin-top: 1.625rem;
}

.access__map {
  height: 18.75rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 5rem;
  overflow: hidden;
  position: relative;
  width: 100vw;
  z-index: 1;
}

.access__map iframe {
  -o-object-fit: fill;
  height: 100%;
  object-fit: fill;
  vertical-align: bottom;
  width: 100%;
}

/*////////////////////////////////////////
  archive
////////////////////////////////////////*/
.inner.archive-news__inner {
  max-width: 50rem;
}

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

.archive-news__items {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 6.25rem;
}

.archive-news__item {
  border-bottom: 4px solid #5296a5;
}

.archive-news__pagenavi {
  margin-top: 3.125rem;
}

/*////////////////////////////////////////
  contact
////////////////////////////////////////*/
.contact {
  background-image: url(../images/contact/contact-01.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  padding: 6.25rem 0;
  position: relative;
  text-align: center;
}

.contact__triangle {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  background-color: rgba(82, 150, 165, 0.9);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 21.25rem;
}

.contact__head {
  left: 10%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.contact__wrap {
  align-items: center;
  display: flex;
  gap: 7.5rem;
  justify-content: center;
  position: relative;
}

.contact__text {
  font-size: 1.625rem;
}

.contact__text span {
  display: inline-block;
}

.contact__button a {
  align-items: center;
  border: 6px solid #fff;
  border-radius: 50%;
  display: inline-flex;
  height: 280px;
  justify-content: center;
  position: relative;
  transition: all 0.5s ease;
  width: 280px;
}

.contact__button a .contact__button-circle {
  animation: glow 2s infinite ease-in-out;
  background: #fff;
  border-radius: 50%;
  height: 16px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
}

.contact__button a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.contact__button p {
  display: inline-block;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/*////////////////////////////////////////
  content
////////////////////////////////////////*/
.content-inner {
  flex: 1;
  z-index: -50000;
}

.content-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  z-index: -50000;
}

/*////////////////////////////////////////
  footer
////////////////////////////////////////*/
.footer--recruit {
  background-color: #64a1b0;
  color: #fff;
  padding: 7.5rem 0;
}

.inner.footer__inner {
  max-width: 62.5rem;
}

.footer__wrap {
  align-items: center;
  display: flex;
  justify-content: space-around;
}

.footer__info-name {
  font-size: 1.625rem;
  font-weight: 700;
}

.footer__info-access {
  line-height: 1.8;
  margin-top: 1.375rem;
}

.footer__nav-items {
  display: flex;
  flex-direction: column;
  font-size: 1.25rem;
  font-weight: 500;
  gap: 1.375rem;
}

.footer__nav-item a {
  position: relative;
}

.footer__nav-item a::after {
  background-color: #5296a5;
  bottom: -0.25rem;
  content: "";
  height: 0.0625rem;
  position: absolute;
  right: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: all 0.3s;
  width: 100%;
}

.footer__nav-item--recruit a::after {
  background-color: #ffffff;
}

.footer__nav-item a:hover::after {
  transform: scale(1, 1);
}

/*////////////////////////////////////////
  form
////////////////////////////////////////*/
.form-button {
  background-color: #eb6969;
  border-radius: 0.625rem;
  box-shadow: 0 4px 0 #d33b3b;
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 900;
  padding: 1rem 0;
  text-align: center;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  width: 12.5rem;
}

.form-button--jobentry {
  border-radius: 0;
  background-color: #81cfe2;
  width: 22rem;
  box-shadow: 4px 4px 4px rgba(89, 89, 89, 0.4);
  font-size: 1.8rem;
  padding: 2rem 0;
}

.form-button:hover {
  box-shadow: none;
  transform: translateY(4px);
}

.form dl:not(:first-child) {
  /* margin-top: 1.375rem; */
  margin-top: 2.5rem;
}

.form__label {
  font-size: 1.2rem;
  font-weight: 700;
}

.form__label-jobentryRequired {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  color: #f33e3e;
  margin-left: 0.4rem;
  white-space: nowrap;
}

.form__input--name {
  display: flex;
  gap: 2.5rem;
}

.form__input--birth {
  display: flex;
  gap: 0.5rem;
}

.form__input--birth [data-name="birth1"] {
  width: 40%;
}

.form__input--birth [data-name="birth2"] {
  width: 30%;
}

.form__input--birth [data-name="birth3"] {
  width: 30%;
}

.form__button {
  margin-top: 3.25rem;
  text-align: center;
}

.form__button--confirm {
  position: relative;
}

.form__button--jobentry {
  margin-top: 7rem;
}

.form__text,
.form__email,
.form__tel,
.form__select,
.form__textarea,
.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 4px 10px rgba(89, 89, 89, 0.5);
  color: #595959;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 0.5rem;
  overflow: hidden;
  padding: 1.5rem;
  width: 100%;
}

.form__text:focus,
.form__email:focus,
.form__tel:focus,
.form__select:focus,
.form__textarea:focus,
.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required:focus {
  border: 1px solid #4076c6;
}

.form__text::-moz-placeholder,
.form__email::-moz-placeholder,
.form__tel::-moz-placeholder,
.form__select::-moz-placeholder,
.form__textarea::-moz-placeholder,
.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required::-moz-placeholder {
  color: rgba(82, 150, 165, 0.5);
}

.form__text::placeholder,
.form__email::placeholder,
.form__tel::placeholder,
.form__select::placeholder,
.form__textarea::placeholder,
.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required::placeholder {
  color: rgba(82, 150, 165, 0.5);
}

.form__select,
.form__select,
.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #595959;
  position: relative;
}

.form__select:focus,
.form__select:focus,
.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required:focus {
  border: 1px solid #4076c6;
}

.form__textarea {
  min-height: 18.75rem;
  resize: none;
  width: 100%;
}

.wpcf7 input[type="file"] {
  margin-top: 0.5rem;
}

.wpcf7-list-item {
  width: fit-content;
  margin: 0;
}

.wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
  font-size: 1.2rem;
  align-items: flex-start;
}

input[type="radio"] {
  opacity: 0;
  position: absolute;
}

.wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #5296a5;
  border-radius: 100%;
  content: "";
  width: 1.4em;
  height: 1.4em;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  transition: background-color 0.5s;
  flex: none;
}

.wpcf7-acceptance .wpcf7-list-item-label::before {
  border: 2px solid #5296a5;
  border-radius: 0;
}

input[type="radio"]:checked + .wpcf7-list-item-label::before {
  background-color: #7fbfff;
  box-shadow: inset 0 0 0 3px #fff;
}

.wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-top: 0.5rem;
}

.form-acceptance .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: -0.1rem;
  left: 0.35rem;
  transform: rotate(-50deg);
  width: 0.875rem;
  height: 0.625rem;

  border-left: 3px solid #7fbfff;
  border-bottom: 3px solid #7fbfff;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 0;
}

input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

/*////////////////////////////////////////
  header
////////////////////////////////////////*/
.header {
  height: 6.25rem;
  position: fixed;
  transition: 0.3s;
  width: 100%;
  z-index: 5000;
}

.header.header--color {
  background-color: rgba(97, 180, 198, 0.8);
}

.header.is-color {
  background-color: rgba(89, 89, 89, 0.4);
}

.header__inner {
  align-items: center;
  display: flex;
  height: inherit;
  padding: 0 1.5625rem;
  width: 100%;
}

.header__logo {
  align-items: center;
  display: flex;
  height: inherit;
  justify-content: center;
  margin-right: auto;
}

.header__logo--recruit {
  gap: 1.4rem;
}

.header__logo--recruit span {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
}

.header__logoLink {
  height: 3.5rem;
  overflow: hidden;
  width: 13.625rem;
}

.header__logoLink img {
  -o-object-fit: cover;
  height: inherit;
  object-fit: cover;
  width: 100%;
}

.header__hamburger {
  cursor: pointer;
  height: 1.4375rem;
  position: relative;
  width: 2.25rem;
  z-index: 10000;
}

.header__hamburger span {
  background-color: #fff;
  display: inline-block;
  height: 0.1875rem;
  left: 0;
  position: absolute;
  width: inherit;
}

.header__hamburger,
.header__hamburger span {
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.5s;
}

.header__hamburger span:nth-child(1) {
  top: 0;
}

.header__hamburger span:nth-child(2) {
  top: 0.625rem;
}

.header__hamburger span:nth-child(3) {
  top: 1.25rem;
}

.header__hamburger.is-active span:nth-child(1) {
  top: 0.6875rem;
  transform: translateY(10%) rotate(37deg);
}

.header__hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.header__hamburger.is-active span:nth-child(3) {
  top: 0.6875rem;
  transform: translateY(10%) rotate(-36deg);
}

.header__sp-nav {
  background-color: rgba(89, 89, 89, 0.8);
  display: none;
  height: 100vh;
  left: 0;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 3000;
}

.header__pc-nav {
  height: inherit;
}

/*////////////////////////////////////////
  history
////////////////////////////////////////*/
.history__top-wrap {
  background-color: #c3e7ef;
  background-image: url(../images/history/history-02.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding: 5rem 1.875rem;
  position: relative;
}

.history__top-wrap::before {
  background-color: rgba(89, 89, 89, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.history__textblock {
  align-items: center;
  display: flex;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  max-width: 81.25rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

.history__lists {
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 1.125rem;
  font-weight: 500;
  gap: 3.625rem;
  width: 38%;
}

.history__lists li:nth-child(even) {
  text-align: right;
}

.history__movie {
  height: 45rem;
  overflow: hidden;
  width: 100%;
}

.history__movie video {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

/*////////////////////////////////////////
  inner
////////////////////////////////////////*/
.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
}

.inner--sub {
  max-width: 920px;
}

/*////////////////////////////////////////
  list-item
////////////////////////////////////////*/
.list-item {
  align-items: center;
  border-bottom: 3px solid #5296a5;
  display: flex;
  padding-bottom: 2rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  position: relative;
}

.list-item:not(:first-child) {
  margin-top: 2.25rem;
}

.list-item__left {
  font-size: 1.125rem;
  font-weight: 500;
  left: 1.25rem;
  position: absolute;
  top: 0;
}

.list-item__right {
  text-align: center;
  width: 100%;
}

.list-item__right span {
  display: inline-block;
}

/*////////////////////////////////////////
  mission
////////////////////////////////////////*/
.mission {
  overflow: hidden;
  padding: 12.5rem 0;
  position: relative;
  text-align: center;
}

.mission__arrow {
  background-image: url(../images/common/icon-arrow--long.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 7.5rem;
  max-width: 80vw;
  position: absolute;
  right: 0;
  top: 38.6%;
  width: 100%;
}

.mission__triangle {
  -webkit-clip-path: polygon(100% 100%, 100% 0%, 0% 50%);
  background-color: #5296a5;
  clip-path: polygon(100% 100%, 100% 0%, 0% 50%);
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 21.25rem;
  z-index: 1;
}

.mission__head {
  position: absolute;
  right: 20%;
  top: 50%;
  transform: translateY(-50%);
}

.mission__textblock {
  display: inline-block;
  font-weight: 500;
  text-align: center;
}

.mission__title {
  font-size: 2.5rem;
}

.mission__text {
  font-size: 1.25rem;
  margin-top: 1.75rem;
}

.mission__text span {
  display: inline-block;
}

/*////////////////////////////////////////
  modal
////////////////////////////////////////*/
#modal {
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20000;
}

#modal img {
  -o-object-fit: contain;
  height: auto;
  left: 50%;
  max-height: 90%;
  max-width: 59.375rem;
  object-fit: contain;
  padding: 0.9375rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

/*////////////////////////////////////////
  mv
////////////////////////////////////////*/
.mv {
  color: #fff;
  opacity: 1;
  position: relative;
}

.mv::before {
  background-color: rgba(89, 89, 89, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.mv__inner {
  height: inherit;
  width: 100%;
}

.mv__movie,
.mv__image {
  height: 45rem;
  overflow: hidden;
  width: 100%;
}

.mv__movie video,
.mv__recruit-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mv__image img,
.mv__recruit-image img {
  -o-object-fit: cover;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.mv__logo,
.mv__title {
  height: auto;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 13.75rem;
}

.mv__title {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  text-align: center;
}

.mv__logo img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.mv__message {
  display: flex;
  position: absolute;
  right: 8%;
  top: 78%;
}

.mv__message--recruit {
  top: 70%;
  right: 50%;
  transform: translateX(50%);
  width: inherit;
  justify-content: center;
}

.mv__message p {
  font-family: "Noto Serif JP", serif;
  font-size: 2.375rem;
  font-weight: 300;
  text-shadow: 4px 4px 3px #595959;
}

.mv__message--recruit p {
  font-size: 3rem;
}

/*////////////////////////////////////////
  nav-item
////////////////////////////////////////*/
.nav-item a {
  align-items: center;
  display: flex;
  height: inherit;
  justify-content: center;
}

.nav-item__title {
  -webkit-text-decoration: none;
  color: #fff;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 400;
  perspective: 18.75rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-item__title span {
  backface-visibility: hidden;
  display: block;
  height: auto;
  height: initial;
  transition: transform 0.5s;
}

.nav-item__title span:first-child {
  transform: translateY(10px) rotateX(0deg);
}

.nav-item__title span:last-child {
  transform: rotateX(-90deg);
}

.nav-item__title:hover span:first-child {
  transform: rotateX(90deg);
}

.nav-item__title:hover span:last-child {
  transform: translateY(-10px) rotateX(0deg);
}

/*////////////////////////////////////////
  news
////////////////////////////////////////*/
.news-item__body {
  align-items: center;
  display: flex;
  padding-bottom: 1.5rem;
  padding-left: 0.25rem;
  padding-right: 3.625rem;
  position: relative;
}

.news-item__body.news-item__body--archive {
  padding-bottom: 2rem;
}

.news-item__body::before {
  -webkit-mask-image: url(../images/common/icon-roller.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
  background-color: #fff;
  bottom: 1.125rem;
  content: "";
  height: 2rem;
  mask-image: url(../images/common/icon-roller.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: cover;
  position: absolute;
  right: 0.625rem;
  width: 2rem;
}

.news-item__body.news-item__body--archive::before {
  background-color: #5296a5;
  bottom: 1.375rem;
  height: 2.8125rem;
  width: 2.8125rem;
}

.news-item__left {
  width: 6.25rem;
}

.news-item__left p {
  border: 2px solid #5296a5;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.375rem;
}

.news-item__right {
  flex: 1;
  font-size: 1.125rem;
  margin-left: 1.5rem;
  text-align: left;
}

.news-item__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  font-size: 1.125rem;
  font-weight: 400;
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}

.news-item:hover .news-item__title {
  transform: translateY(-4px);
}

.news {
  color: #fff;
  text-align: center;
}

.news__wrap {
  background-image: url(../images/common/bgi-blue-paint.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  min-height: 48.75rem;
  padding-bottom: 12.5rem;
  padding-top: 8.75rem;
  width: 48.75rem;
}

.news__items {
  display: flex;
  flex-direction: column;
  gap: 1.625rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  max-width: 35.625rem;
  padding-left: 1.5rem;
  text-align: left;
  width: 100%;
}

.news__item {
  border-bottom: 4px solid #fff;
}

.news__button {
  margin-top: 4rem;
}

/*////////////////////////////////////////
  page-company
////////////////////////////////////////*/
.page-company-history {
  overflow: hidden;
  position: relative;
}

.page-company-history::before {
  aspect-ratio: 3/2;
  background-image: url(../images/common/bgi-triangle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}

.inner.page-company-history__inner {
  max-width: 90rem;
}

.page-company-history__head {
  text-align: center;
}

.page-company-history__items {
  display: flex;
  height: 62.5rem;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.page-company-history__items li:nth-child(1) {
  left: 0;
  position: absolute;
  top: 0;
}

.page-company-history__items li:nth-child(2) {
  left: 15.625rem;
  position: absolute;
  top: 9.375rem;
}

.page-company-history__items li:nth-child(3) {
  left: 31.25rem;
  position: absolute;
  top: 20.625rem;
}

.page-company-history__items li:nth-child(4) {
  left: 46.875rem;
  position: absolute;
  top: 31.875rem;
}

.page-company-history__items li:nth-child(5) {
  position: absolute;
  right: 0;
  top: 43.125rem;
}

.page-company-history__item {
  align-items: center;
  background-color: #fff;
  border: 1px solid #5296a5;
  box-shadow: 2px 2px 4px rgba(82, 150, 165, 0.8);
  display: flex;
  flex-direction: column;
  height: 17.5rem;
  justify-content: space-between;
  padding-bottom: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.875rem;
  width: 17.5rem;
}

.page-company-history__item--now {
  border: 1px solid #5296a5;
  box-shadow: 8px 8px 6px rgba(96, 163, 179, 0.8);
}

.page-company-history__item-year {
  font-family: "Noto Serif JP", serif;
  font-size: 1.375rem;
  font-weight: 500;
  text-align: center;
}

.page-company-history__item-year--now {
  font-size: 1.625rem;
}

.page-company-history__item-text {
  color: #595959;
  text-align: center;
}

.page-company-history__item-text span {
  display: inline-block;
  text-align: left;
}

.page-company-history__item-text--small {
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  gap: 0.75rem;
  line-height: 1.2;
}

.page-company-history__item-text--now {
  font-size: 1.25rem;
}

.page-company-history__item-image {
  cursor: pointer;
  height: 4.5rem;
  overflow: hidden;
  width: 100%;
}

.page-company-history__item-image img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  transition-duration: 0.5s;
  width: 100%;
}

.page-company-history__item-image img:hover {
  transform: scale(1.08);
  transition-duration: 0.5s;
}

.page-company-mascot__head {
  text-align: center;
}

.page-company-mascot__wrap {
  align-items: center;
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  margin-top: 3.75rem;
  width: 100%;
}

.page-company-mascot__image,
.page-company-mascot__story {
  aspect-ratio: 489/703;
  max-width: 26.25rem;
  overflow: hidden;
}

.page-company-mascot__image {
  position: relative;
  width: 50%;
}

.page-company-mascot__image img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.page-company-mascot__image p {
  bottom: 0.375rem;
  font-size: 0.75rem;
  position: absolute;
  right: 3.375rem;
}

.page-company-mascot__story {
  align-items: center;
  background-image: url(../images/common/bgi-mascot-story.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  width: 50%;
}

.page-company-mascot__story p {
  font-size: max(0.75rem, min(4vw, 1.125rem));
  font-weight: 500;
  line-height: 3;
  white-space: nowrap;
  width: 70%;
}

.page-company-message__wrap {
  align-items: center;
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  width: 100%;
}

.page-company-message__head {
  position: relative;
}

.page-company-message__head::before {
  background-image: url(../images/common/icon-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -3.25rem;
  content: "";
  height: 1.25rem;
  left: 0;
  position: absolute;
  width: 104%;
}

.page-company-message__textblock {
  text-align: center;
  width: 50%;
}

.page-company-message__text {
  line-height: 1.8;
  margin-top: 5rem;
}

.page-company-message__text p:not(:first-child) {
  margin-top: 1rem;
}

.page-company-message__ceo-name {
  margin-top: 1.75rem;
}

.page-company-message__image {
  aspect-ratio: 3/4;
  max-width: 21.25rem;
  overflow: hidden;
  width: 50%;
  margin-top: 10rem;
}

.page-company-message__image img {
  height: 100%;
  width: 100%;
}

.inner.page-company-outline__inner {
  max-width: 62.5rem;
}

.page-company-outline__head {
  text-align: center;
}

.page-company-outline__items {
  margin-top: 5rem;
}

.inner.page-company-partner__inner {
  max-width: 57.5rem;
}

.page-company-partner__wrap {
  align-items: center;
  background-color: #5296a5;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 2.75rem;
  padding: 2.5rem 1.25rem;
}

.page-company-partner__head {
  text-align: center;
}

.page-company-partner__head h2 {
  color: #fff;
  font-size: 1.625rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
}

.page-company-partner__head span {
  display: inline-block;
}

.page-company-partner__items {
  display: flex;
  gap: 2.625rem;
}

.page-company-partner__item a {
  align-items: center;
  background-color: #fff;
  border-radius: 1.25rem;
  box-shadow: 4px 4px 5px #595959;
  display: flex;
  flex-direction: column;
  height: 15rem;
  justify-content: space-between;
  padding-bottom: 1rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 1.875rem;
  width: 20rem;
}

.page-company-partner__item img {
  transition-duration: 0.5s;
}

.page-company-partner__item a:hover img {
  transform: scale(1.08);
  transition-duration: 0.5s;
}

.page-company-partner__item-image {
  height: 100%;
  max-height: 7.5rem;
  max-width: 16rem;
  width: 100%;
}

.page-company-partner__item-image img {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.page-company-partner__item-text {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

/*////////////////////////////////////////
  page-contact
////////////////////////////////////////*/
.page-contact {
  padding-top: 15rem;
  text-align: center;
}

.inner.page-contact__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  width: 100%;
}

.page-contact__text {
  margin-top: 4.5rem;
}

.page-contact__text span {
  display: inline-block;
}

.page-contact__form {
  margin-top: 4.0625rem;
  text-align: left;
}

.page-contact__confirm {
  margin-top: 6.25rem;
  text-align: left;
}

.page-contact__confirm dl:first-child {
  margin-top: 4.0625rem;
}

.page-contact__privacy-text {
  margin-top: 4rem;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}

.page-contact__privacy-text a {
  border-bottom: 1px solid #61b4c6;
  font-size: 1.25rem;
  font-weight: 500;
}

.page-contact__privacy-text:hover {
  transform: translateY(-4px);
}

.page-contact__privacy-text span {
  display: inline-block;
}

/*////////////////////////////////////////
  page-privacypolicy
////////////////////////////////////////*/
.page-privacypolicy {
  /* height: 37.5rem; */
  padding-top: 15rem;
  /* position: relative; */
}

.inner.page-privacypolicy__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 60rem;
  width: 100%;
}

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

.page-privacypolicy__wrap {
  line-height: 1.8;
  margin-top: 4.5rem;
  /* left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%); */
}

.page-privacypolicy__wrap ul,
.page-privacypolicy__wrap ol {
  list-style: auto;
  list-style-position: inside;
}

.page-privacypolicy__wrap .sub-list {
  text-indent: -1em;
  padding-left: 2em;
}

.page-privacypolicy__wrap b {
  font-size: 1.2rem;
}

.page-privacypolicy__text {
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.page-privacypolicy__button {
  margin-left: -1.25rem;
  margin-top: 1.5rem;
  text-align: center;
}

/*////////////////////////////////////////
  page-services
////////////////////////////////////////*/
.page-services__top {
  background-image: url(../images/services/services-page-top.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 45.625rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 62.5rem;
  position: relative;
  width: 100%;
}

.page-services__top-item {
  align-items: center;
  background-color: #fff;
  bottom: -2.25rem;
  box-shadow: 4px 4px 10px rgba(89, 89, 89, 0.8);
  display: flex;
  flex-direction: column;
  height: 26.25rem;
  justify-content: center;
  padding: 2.5rem;
  position: absolute;
  right: 2%;
  width: 26.25rem;
}

.page-services__top-title {
  border-bottom: 1px solid #5296a5;
  font-family: "Noto Serif JP", serif;
  font-size: 1.875rem;
  padding-bottom: 0.625rem;
  text-align: center;
  width: 100%;
}

.page-services__top-title span {
  font-size: 3.75rem;
  font-weight: 500;
}

.page-services__top-text {
  display: flex;
  flex-direction: column;
  font-size: 1.125rem;
  gap: 1.25rem;
  margin-top: 1.75rem;
  text-align: center;
  white-space: nowrap;
}

.page-services__contents {
  display: flex;
  flex-direction: column;
  gap: 7.5rem;
  margin-top: 11.25rem;
}

.page-services__content-head {
  align-items: center;
  background-image: url(../images/services/services-item01-head.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  height: 35rem;
  justify-content: center;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  position: relative;
  text-shadow: 4px 4px 3px #595959;
  width: 100vw;
}

.page-services__content-head--2 {
  background-image: url(../images/services/services-item02-head.jpg);
}

.page-services__content-head--3 {
  background-image: url(../images/services/services-item03-head.jpg);
  background-position: top;
}

.page-services__contents-head::before {
  background-color: rgba(89, 89, 89, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.page-services__content-items {
  grid-gap: 5rem;
  display: grid;
  gap: 5rem;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  justify-items: center;
  margin-top: 6.25rem;
}

.page-services__content-item {
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}

.page-services__content-item:hover {
  transform: translateY(-8px);
}

.page-services__results {
  margin-top: 4.5rem;
  text-align: center;
}

.page-services__results p {
  font-size: 1.625rem;
}

.page-services__results span {
  display: inline-block;
}

.page-services__results a {
  background: linear-gradient(
    180deg,
    rgb(72, 130, 226) 35%,
    rgb(127, 166, 231) 100%
  );
  border-radius: 3.125rem;
  box-shadow: 0 4px 8px rgba(89, 89, 89, 0.8);
  color: #fff;
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: 2.25rem;
  font-weight: 700;
  margin-top: 1.75rem;
  padding: 0.75rem;
  position: relative;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  width: 16.25rem;
}

.page-services__results a:hover {
  box-shadow: none;
  transform: translateY(4px);
}

.page-services__bottom-image {
  background-image: url(../images/services/services-page-bottom.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 26.25rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 2.375rem;
  overflow: hidden;
  width: 100vw;
}

/*////////////////////////////////////////
  page-thanks
////////////////////////////////////////*/
.page-thanks {
  height: 50rem;
  position: relative;
}

.page-thanks__wrap {
  left: 50%;
  max-width: 75rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.page-thanks__text {
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
}

.page-thanks__text span {
  display: inline-block;
}

.page-thanks__button {
  margin-left: -1.25rem;
  margin-top: 3.75rem;
  text-align: center;
}

/*////////////////////////////////////////
  pagetop-button
////////////////////////////////////////*/
.pagetop-button {
  bottom: 0.625rem;
  position: fixed;
  right: 0.625rem;
  z-index: 5000;
}

.pagetop-button__circle {
  background-color: #5296a5;
  border: 3px solid #5296a5;
  border-radius: 50%;
  box-shadow: 0 2px 5px #595959;
  color: #fff;
  display: inline-block;
  height: 10rem;
  overflow: hidden;
  position: relative;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  width: 10rem;
}

.pagetop-button:hover .pagetop-button__circle {
  background-color: #fff;
  box-shadow: none;
  color: #5296a5;
  transform: translateY(4px);
}

.pagetop-button__body {
  align-items: center;
  display: flex;
  flex-direction: column;
  left: 50%;
  position: absolute;
  top: 48%;
  transform: translate(-50%, -50%);
}

.pagetop-button__body img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 4.5rem;
}

.pagetop-button__body p {
  margin-top: 0.125rem;
  white-space: nowrap;
}

/*////////////////////////////////////////
  pc-nav
////////////////////////////////////////*/
.pc-nav__items {
  display: flex;
  height: inherit;
}

.pc-nav__items li:nth-child(2) {
  margin-left: 2.375rem;
}

.pc-nav__items li:nth-child(3),
.pc-nav__items li:nth-child(4) {
  margin-left: 2.5rem;
}

.pc-nav__items li:nth-child(5) {
  margin-left: 2.125rem;
}

.pc-nav__item {
  display: flex;
  height: inherit;
  text-align: center;
  white-space: nowrap;
}

/*////////////////////////////////////////
  recruit
////////////////////////////////////////*/
.recruit-button {
  background: linear-gradient(
    170deg,
    rgb(194, 233, 251) 35%,
    rgb(234, 245, 248) 100%
  );
  border: 2px solid #595959;
  color: #e26262;
  display: inline-block;
  font-size: 1.875rem;
  font-weight: 700;
  padding: 0.75rem;
  position: relative;
  width: 15.625rem;
}

.recruit-button::before {
  border-bottom: 2px solid #595959;
  border-right: 2px solid #595959;
  content: "";
  height: 1.25rem;
  left: -1.25rem;
  position: absolute;
  top: -1.25rem;
  width: 1.25rem;
  z-index: -1;
}

.recruit-button::after {
  border-left: 2px solid #595959;
  border-top: 2px solid #595959;
  bottom: -1.25rem;
  content: "";
  height: 1.25rem;
  position: absolute;
  right: -1.25rem;
  width: 1.25rem;
  z-index: -1;
}

.recruit-button span {
  display: block;
  transition-duration: 0.5s;
}

.recruit-button:hover span {
  transform: scale(1.08);
  transition-duration: 0.5s;
}

.recruit {
  background-image: url(../images/recruit/recruit-01.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6.25rem 0;
  position: relative;
  text-align: center;
  z-index: -2;
}

.recruit::before {
  background-color: rgba(89, 89, 89, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: inherit;
}

.recruit__wrap {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
}

.recruit__head {
  text-shadow: 2px 2px 4px rgba(89, 89, 89, 0.8);
}

.recruit__text {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.8;
  text-shadow: 2px 2px 4px rgba(89, 89, 89, 0.8);
}

.recruit__text span {
  display: inline-block;
}

/*////////////////////////////////////////
  section-button
////////////////////////////////////////*/
.section-button {
  color: #5296a5;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 500;
  padding-left: 2.5rem;
  position: relative;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}

.section-button:hover {
  transform: translateY(-4px);
}

.section-button--pc-white {
  color: #fff;
}

.section-button p {
  border-bottom: 1px solid #5296a5;
  padding-bottom: 0.25rem;
}

.section-button::before {
  -webkit-mask-image: url(../images/common/icon-roller.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  background-color: #5296a5;
  content: "";
  display: inline-block;
  height: 2.375rem;
  left: 0;
  mask-image: url(../images/common/icon-roller.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  top: -10%;
  width: 2.375rem;
}

.section-button--pc-white::before {
  background-color: #fff;
}

/*////////////////////////////////////////
  section-head
////////////////////////////////////////*/
.section-head {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
}

.section-head--white {
  color: #fff;
}

.section-head--pc-white {
  color: #fff;
}

.section-head--border {
  border-bottom: 4px solid #c3e7ef;
  padding-bottom: 0.75rem;
}

.section-head p {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.section-head h1,
.section-head h2 {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-indent: 0.1em;
}

/*////////////////////////////////////////
  services
////////////////////////////////////////*/
.services-item {
  background-color: #fff;
  box-shadow: 4px 4px 10px rgba(89, 89, 89, 0.8);
  display: flex;
  flex-direction: column;
  aspect-ratio: 1 / 1;
  justify-content: space-between;
  padding: 2rem;
  text-align: center;
  width: 30rem;
}

.services-item__top {
  align-items: center;
  display: flex;
  gap: 1.25rem;
  padding-bottom: 3rem;
  position: relative;
}

.services-item__top::before {
  background-image: url(../images/common/icon-wave.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 2.375rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 23rem;
}

.services-item__number {
  color: #fac501;
  font-family: "Teko", sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
}

.services-item__number--2 {
  color: #4fad3a;
}

.services-item__number--3 {
  color: #4076c6;
}

.services-item__title {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 1;
  white-space: nowrap;
}

.services-item__title.services-item__title--small {
  font-size: 1.625rem;
}

.services-item__text {
  font-size: 1.375rem;
  margin-top: 1.75rem;
  white-space: nowrap;
}

.services-item__image {
  height: 7.5rem;
  margin-top: 0.625rem;
  overflow: hidden;
  width: 100%;
}

.services-item__image img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.services {
  overflow: hidden;
}

.services__top {
  padding: 12.5rem 0;
  position: relative;
}

.services__triangle {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  background-color: #5296a5;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 21.25rem;
}

.services__head {
  left: 20%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.services__contents {
  align-items: center;
  display: flex;
  gap: 3.75rem;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
  width: 100%;
}

.services__contents-title {
  -ms-writing-mode: tb-rl;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4375rem;
  font-weight: 500;
  writing-mode: vertical-rl;
}

.services__contents-items {
  display: flex;
  gap: 2.375rem;
  justify-content: center;
  max-width: 53.75rem;
  width: 100%;
}

.services__contents-item {
  align-items: center;
  border: 1px solid #5296a5;
  box-shadow: 4px 4px 4px rgba(82, 150, 165, 0.8);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  height: 13.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.875rem;
  width: 13.75rem;
}

.services__contents-item:last-child {
  margin-right: 1.375rem;
}

.services__contents-item-title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
}

.services__contents-item-text {
  color: #595959;
  font-size: 0.875rem;
}

.services__item {
  align-items: center;
  background-image: url(../images/services/services-item01-head.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  height: 30rem;
  justify-content: center;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  position: relative;
  width: 100vw;
}

.services__item h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  position: relative;
  text-shadow: 4px 4px 3px #595959;
}

.services__item:nth-child(2) {
  background-image: url(../images/services/services-item02-head.jpg);
}

.services__item:nth-child(3) {
  background-image: url(../images/services/services-item03-head.jpg);
  background-position: top;
}

.services__item::before {
  background-color: rgba(89, 89, 89, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.services__button {
  margin-top: 1.25rem;
  text-align: center;
}

/*////////////////////////////////////////
  single-news
////////////////////////////////////////*/
.single-news-button {
  background: linear-gradient(
    170deg,
    rgb(194, 233, 251) 35%,
    rgb(234, 245, 248) 100%
  );
  border-radius: 3.125rem;
  box-shadow: 0 4px 8px rgba(89, 89, 89, 0.8);
  color: #e26262;
  display: inline-block;
  font-size: 1.875rem;
  font-weight: 700;
  padding: 0.75rem 2.25rem;
}

.single-news {
  padding-top: 11.25rem;
}

.single-news__title {
  border-bottom: 4px solid #c3e7ef;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-bottom: 3.5rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  text-align: center;
}

.single-news__title h1 {
  font-size: 2.25rem;
}

.single-news__meta {
  align-items: center;
  display: flex;
  gap: 1.875rem;
  justify-content: right;
  margin-top: 0.5rem;
}

.single-news__category p {
  border: 2px solid #5296a5;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.375rem;
}

.single-news__body {
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6.625rem;
  max-width: 57.5rem;
  width: 100%;
}

.single-news__body h2 {
  font-size: 1.75rem;
  margin-top: 5rem;
}

.single-news__body h3 {
  font-size: 1.5rem;
  margin-top: 5rem;
}

.single-news__body h4 {
  font-size: 1.25rem;
  margin-top: 4rem;
}

.single-news__body h5 {
  font-size: 1.125rem;
  margin-top: 3rem;
}

.single-news__body h6 {
  font-size: 1rem;
  margin-top: 2.375rem;
}

.single-news__body p {
  margin-top: 2.375rem;
}

.single-news__body p a {
  -webkit-text-decoration: underline #5296a5;
  color: #5296a5;
  text-decoration: underline;
  text-decoration: underline #5296a5;
}

.single-news__body p a[target="_blank"]::after {
  background-image: url(../images/common/icon-link.svg);
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1rem;
  margin-bottom: -0.1875rem;
  margin-left: 0.3125rem;
  margin-right: 0.625rem;
  width: 1rem;
}

.single-news__body ul {
  margin-top: 2.375rem;
}

.single-news__body ul li {
  padding-left: 1.375rem;
  text-indent: -1.125rem;
}

.single-news__body ul li:not(:first-of-type),
.single-news__body ol li:not(:first-of-type) {
  margin-top: 1rem;
}

.single-news__body ul li::before {
  background-color: #5296a5;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.5rem;
  margin-right: 0.625rem;
  position: relative;
  top: -0.1875rem;
  width: 0.5rem;
}

.single-news__body ol {
  counter-reset: number;
  margin-top: 2.375rem;
}

.single-news__body ol li {
  padding-left: 1.75rem;
  text-indent: -0.75rem;
}

.single-news__body ol li::before {
  color: #5296a5;
  content: counter(number) ".";
  counter-increment: number;
  display: inline-block;
  line-height: 1;
  margin-right: 0.625rem;
}

.single-news__body figure {
  margin-top: 3rem;
  width: 100%;
}

.single-news__body figure img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.single-news__body .wp-block-buttons {
  gap: 1.25rem;
  margin-top: 2.375rem;
}

.single-news__pagenavi {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
  max-width: 50rem;
  width: 100%;
}

.single-news__pagenavi-pre,
.single-news__pagenavi-next {
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}

.single-news__pagenavi-pre:hover,
.single-news__pagenavi-next:hover {
  transform: translateY(-4px);
}

.single-news__pagenavi-pre a,
.single-news__pagenavi-next a {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0 1.75rem;
  position: relative;
  white-space: nowrap;
}

.single-news__pagenavi-pre a:hover,
.single-news__pagenavi-next a:hover {
  transform: translateY(-4px);
}

.single-news__pagenavi-pre a::before,
.single-news__pagenavi-next a::before {
  background-image: url(../images/common/pagenavi-logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1.125rem;
  position: absolute;
  width: 1.125rem;
}

.single-news__pagenavi-pre a::before {
  right: 0;
  top: 0.375rem;
}

.single-news__pagenavi-next a::before {
  left: 0.5rem;
  top: 0.875rem;
  transform: translate(-50%, -50%) rotate(-180deg);
}

.single-news__archive-button {
  text-align: center;
}

.single-news__archive-button a {
  border-bottom: 1px solid #61b4c6;
  display: inline-block;
  font-weight: 500;
  margin-top: 0.5rem;
  padding: 0.125rem;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}

.single-news__archive-button a:hover {
  transform: translateY(-4px);
}

/*////////////////////////////////////////
  sp-nav
////////////////////////////////////////*/
.sp-nav__items {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  height: 100%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 56.25rem;
  padding: 18.75rem 0;
  width: 100%;
}

/*/////////////////////////////////////////////////////////////////////
  採用サイト
/////////////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////
  page-recruit
////////////////////////////////////////*/
.page-recruit {
  height: 50rem;
  position: relative;
}

.page-recruit__wrap {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 60%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.page-recruit__info-text {
  font-size: 1.125rem;
}

.page-recruit__text {
  font-size: 3rem;
  font-weight: 700;
  margin-top: 2rem;
}

.page-recruit__text span {
  display: inline-block;
}

.page-recruit__button {
  margin-left: -1.25rem;
  margin-top: 2.625rem;
}

/*////////////////////////////////////////
  recruitSite-top
////////////////////////////////////////*/

/* topContents */
.recruitSite-top__topContents {
  position: relative;
}

.recruitSite-top__topContents-image {
  position: relative;
  width: 100%;
  max-height: 50rem;
  overflow: hidden;
}

.recruitSite-top__topContents-image::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-image: url(../images/recruit/recruitSite-top/recruitSite-top__topContent_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 37.5rem;
  width: 100%;
  height: 37.5rem;
}

.recruitSite-top__topContents-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruitSite-top__topContents-textBlock {
  position: absolute;
  top: 5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 5rem;
  padding-left: 3rem;
  max-width: 1400px;
  width: 100%;
  margin-inline: auto;
}

.recruitSite-top__topContents-text {
  font-size: 1.43rem;
  line-height: 3;
  letter-spacing: 0.01em;
  color: #fff;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}

.recruitSite-top__topContents-head {
  display: inline-block;
  text-align: center;
  color: #5296a5;
  background-color: #fff;
  box-shadow: 6px 6px 2px rgba(89, 89, 89, 0.8);
  padding: 1.375rem 1rem;
  margin-top: 4.5rem;
}

.recruitSite-top__topContents-head h2 {
  font-size: 2rem;
}

.recruitSite-top__topContents-message {
  position: absolute;
  bottom: 4.3rem;
  right: 4.3rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #fff;
}

/* wantedPerson */
.recruitSite-top__wantedPerson {
  margin-top: 8rem;
}

.recruitSite-top__wantedPerson-head {
  text-align: center;
}

.recruitSite-top__wantedPerson-head h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.875rem;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

.recruitSite-top__wantedPerson-contents {
  background-color: #dee9ec;
  box-shadow: 6px 6px 6px rgba(89, 89, 89, 0.4);
  padding: 3rem 4.7rem;
  max-width: 59rem;
  margin-top: 3.5rem;
  margin-inline: auto;
}

.recruitSite-top__wantedPerson-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 5rem;
  row-gap: 2rem;
}

.recruitSite-top__wantedPerson-item {
  width: 100%;
  height: 100%;
}

.recruitSite-top__wantedPerson-item-title {
  text-align: center;
  color: #fff;
  background-color: #5296a5;
  padding: 0.56rem;
}

.recruitSite-top__wantedPerson-item-title h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0.01em;
}

.recruitSite-top__wantedPerson-item-icon {
  width: 100%;
  min-height: 8.875rem;
  margin-top: 2.2rem;
}

.recruitSite-top__wantedPerson-item-icon img {
  width: 100%;
  object-fit: contain;
  margin-inline: auto;
}

.recruitSite-top__wantedPerson-item-icon[data-number="1"] img {
  aspect-ratio: 187 / 252;
  max-width: 5.84375rem;
}
.recruitSite-top__wantedPerson-item-icon[data-number="2"] img {
  aspect-ratio: 210 / 227;
  max-width: 6.5625rem;
}
.recruitSite-top__wantedPerson-item-icon[data-number="3"] img {
  aspect-ratio: 191 / 253;
  max-width: 5.96875rem;
}
.recruitSite-top__wantedPerson-item-icon[data-number="4"] img {
  aspect-ratio: 221 / 221;
  max-width: 6.90625rem;
}

.recruitSite-top__wantedPerson-item
  .recruitSite-top__wantedPerson-item-icon:nth-child(1)
  img {
  aspect-ratio: 187 / 252;
}

.recruitSite-top__wantedPerson-item-textWrap {
  margin-top: 0.8rem;
}

.recruitSite-top__wantedPerson-item-text {
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.01em;
}

/* jobsAvailable */
.recruitSite-top__jobsAvailable {
  margin-top: 16rem;
}

.recruitSite-top__jobsAvailable-head {
  text-align: center;
}

.recruitSite-top__jobsAvailable-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 7.5rem;
  overflow: hidden;
}

.recruitSite-top__jobsAvailable-character {
  width: 45%;
  height: 100%;
}

.recruitSite-top__jobsAvailable-character img {
  margin-inline: auto;
  width: 70%;
  height: auto;
  object-fit: contain;
}

.recruitSite-top__jobsAvailable-contents {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 32rem;
  width: 55%;
  padding: 4rem 1rem;
  background-color: #5296a5;
  box-shadow: 6px 6px 6px rgba(89, 89, 89, 0.4);
  transition: all 0.5s ease;
}

.recruitSite-top__jobsAvailable-contents:hover {
  transform: translateY(6px);
  box-shadow: none;
}

.recruitSite-top__jobsAvailable-contents-text {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #fff;
}

/* voice */
.recruitSite-top__voice {
  margin-top: 16rem;
}

.recruitSite-top__voice-head {
  text-align: center;
}

.recruitSite-top__voice-member {
  margin-top: 3.5rem;
}

/*////////////////////////////////////////
recruitSite-requirement
////////////////////////////////////////*/
.recruitSite-requirement {
  margin-top: 10rem;
}

.recruitSite-requirement__button-wrap {
  text-align: center;
  margin-top: 10rem;
}

.recruitSite-requirement__button {
  display: inline-block;
}

/*////////////////////////////////////////
recruitSite-hiringnow
////////////////////////////////////////*/
.recruitSite-hiringnow {
  margin-top: 8rem;
}

.recruitSite-hiringnow__items-wrap:not(:first-child) {
  margin-top: 10rem;
}

.recruitSite-hiringnow__items-title {
  text-align: center;
}

.recruitSite-hiringnow__items-title-block {
  display: inline-block;
  color: #ffffff;
  background-color: #64a1b0;
  box-shadow: 6px 6px 2px rgba(89, 89, 89, 0.8);
  min-width: 22rem;
  padding: 1.8rem 0.2rem;
}

.recruitSite-hiringnow__items-title-text {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
}

.recruitSite-hiringnow__items {
  margin-top: 6rem;
}

.recruitSite-hiringnow__button-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  text-align: center;
  margin-top: 12rem;
}

.recruitSite-hiringnow__button {
  display: inline-block;
}

/*////////////////////////////////////////
  recruitSite-jobentry
////////////////////////////////////////*/
.recruitSite-jobentry {
  padding-top: 4rem;
  text-align: center;
}

.inner.recruitSite-jobentry__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  width: 100%;
}

.recruitSite-jobentry__form {
  margin-top: 4.0625rem;
  text-align: left;
}

.recruitSite-jobentry__confirm {
  margin-top: 6.25rem;
  text-align: left;
}

.recruitSite-jobentry__confirm dl:first-child {
  margin-top: 4.0625rem;
}

.recruitSite-jobentry__privacy {
  margin-top: 2rem;
}

.recruitSite-jobentry__privacy-title {
  font-size: 1.6rem;
}

.recruitSite-jobentry__privacy-textBlock-wrap {
  font-size: 0.8rem;
  margin-top: 1rem;
}

.recruitSite-jobentry__privacy-textBlock-wrap
  .recruitSite-jobentry__privacy-textBlock:not(:first-child) {
  margin-top: 1.5rem;
}

.recruitSite-jobentry__privacy-textBlock p:not(:first-child) {
  margin-top: 0.2rem;
}

.recruitSite-jobentry__form-privacyCheck {
  margin-top: 2rem;
}

.recruitSite-jobentry__form-infoText {
  font-size: 1.3rem;
  margin-top: 4rem;
}

.recruitSite-jobentry__form-infoText-index {
  text-indent: -1em;
  padding-left: 1em;
}

/*////////////////////////////////////////
  recruitSite-voice-member
////////////////////////////////////////*/
.recruitSite-voice-member__imageWrap {
  display: flex;
  background-color: #dee9ec;
  max-width: 42rem;
  width: 100%;
  margin-inline: auto;
}

.recruitSite-voice-member__imageWrap-image {
  flex: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.recruitSite-voice-member__imageWrap-image img {
  width: 100%;
  object-fit: cover;
}

.recruitSite-voice-member__imageWrap-body {
  flex: 1;
  width: 100%;
  padding: 2.8125rem 2.25rem;
}

.recruitSite-voice-member__imageWrap-title {
  display: inline-block;
  font-size: 1.25rem;
  color: #fff;
  background-color: #5296a5;
  padding: 1.0625rem;
}

.recruitSite-voice-member__imageWrap-textBlock {
  font-size: 1rem;
  letter-spacing: 0.01em;
  color: #323232;
  margin-top: 1.75rem;
}

.recruitSite-voice-member__imageWrap-name--large {
  font-size: 1.4rem;
}

.recruitSite-voice-member__imageWrap-year {
  margin-top: 1.9375rem;
}

.recruitSite-voice-member__faq-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 3.59375rem;
  width: 100%;
}

.recruitSite-voice-member__faq-items {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  color: #323232;
  flex: 1;
  width: 100%;
}

.recruitSite-voice-member__faq-item-question-text {
  position: relative;
  font-size: 1.38rem;
  line-height: 1;
  font-weight: 700;
  padding: 0.9375rem 0 0.9375rem 3.96875rem;
}

.recruitSite-voice-member__faq-item-question-text::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/icon-question.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3.4375rem;
  height: 3.4375rem;
}

.recruitSite-voice-member__faq-item-answer {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-top: 2.1875rem;
}

.recruitSite-voice-member__faq-item-answer p:not(:first-child) {
  margin-top: 2.5rem;
}

.recruitSite-voice-member__faq-image {
  flex: 1;
  width: 100%;
}

.recruitSite-voice-member__faq-image img {
  aspect-ratio: 873 / 653;
  width: 100%;
  object-fit: cover;
}

/*////////////////////////////////////////
  recruitSite-section-head
////////////////////////////////////////*/

.recruitSite-section-head {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #5296a5;
  box-shadow: 4px 4px 2px rgba(89, 89, 89, 0.6);
  padding: 1.125rem 2rem;
  min-width: 17.71875rem;
  transition: all 0.5s ease;
}

.recruitSite-section-head.recruitSite-section-head--button:hover {
  transform: translateY(4px);
  box-shadow: none;
}

.recruitSite-section-head--button-hiringnow {
  min-width: 27rem;
}

.recruitSite-section-head--button-hiringnow-entry {
  background-color: #81cfe2;
}

.recruitSite-section-head p {
  font-size: 1.5rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.recruitSite-section-head h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.28125rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.recruitSite-section-head h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

/*////////////////////////////////////////
  recruitSite-entryContent
////////////////////////////////////////*/

.recruitSite-entryContent {
  text-align: center;
  background-color: #dee9ec;
  margin-top: 20rem;
  padding: 12rem 0;
}

.recruitSite-entryContent__button-wrap {
  position: relative;
}

.recruitSite-entryContent__button-wrap::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/mascot-character-03.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: -30%;
  left: 2rem;
  width: 15.28125rem;
  height: 14.5625rem;
}

.recruitSite-entryContent__button {
  display: inline-block;
}

/*////////////////////////////////////////
  recruitSite-subHead
////////////////////////////////////////*/
.recruitSite-subHead {
  position: relative;
  color: #fff;
  background-image: url(../images/recruit/bg-recruitSite-01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 10rem 0.5rem;
}

.recruitSite-subHead__text {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
}

/*////////////////////////////////////////
  recruitSite-bottomCharacter
////////////////////////////////////////*/
.recruitSite-bottomCharacter {
  padding: 5rem;
}

.recruitSite-bottomCharacter--hiringnow {
  margin-top: 10rem;
}

.recruitSite-bottomCharacter__image {
  max-width: 22.5rem;
  width: 100%;
  margin-inline: auto;
}

/*////////////////////////////////////////
  recruitSite-list
////////////////////////////////////////*/
.recruitSite-list {
  display: flex;
  flex-direction: column;
}

.recruitSite-list__item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  color: #64a1b0;
  width: 100%;
  padding-bottom: 1.2rem;
  border-bottom: 2px solid #64a1b0;
}

.recruitSite-list .recruitSite-list__item:nth-child(even) {
  color: #39bedf;
  border-bottom: 2px solid #39bedf;
}

.recruitSite-list .recruitSite-list__item:not(:first-child) {
  padding-top: 1.8rem;
}

.recruitSite-list__item-left {
  width: 180px;
}

.recruitSite-list__item-right {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.recruitSite-list__item-left-text,
.recruitSite-list__item-right-text {
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.recruitSite-list__item-right-text--small {
  font-size: 1.5rem;
}

.recruitSite-list__item-right-text--indent {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

.recruitSite-list__item-right
  .recruitSite-list__item-right-text:not(:first-child) {
  margin-top: 1.2rem;
}

/*/////////////////////////////////////////////////////////////////////
  ブレイクポイント
/////////////////////////////////////////////////////////////////////*/
@media screen and (max-width: 1440px) {
  .services__triangle {
    width: 24%;
  }

  .services__contents {
    flex-direction: column;
    gap: 2.625rem;
  }

  .services__contents-title {
    -ms-writing-mode: initial;
    writing-mode: initial;
  }
}

@media screen and (max-width: 1330px) {
  .u-ht--none {
    display: none;
  }

  .page-company-history::before {
    display: none;
  }

  .inner.page-company-history__inner {
    max-width: 50rem;
  }

  .page-company-history__items {
    flex-direction: column;
    gap: 2.375rem;
    height: 100%;
    margin-top: 3.5rem;
    padding-bottom: 0.625rem;
  }

  .page-company-history__items li:nth-child(1) {
    position: static;
  }

  .page-company-history__items li:nth-child(2) {
    position: static;
  }

  .page-company-history__items li:nth-child(3) {
    position: static;
  }

  .page-company-history__items li:nth-child(4) {
    position: static;
  }

  .page-company-history__items li:nth-child(5) {
    position: static;
  }

  .page-company-history__item {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: 100%;
  }

  .page-company-history__item-text--small {
    font-size: 1rem;
    gap: 0.25rem;
  }

  .page-company-history__item-image {
    height: 6.25rem;
    max-width: 32.5rem;
  }
}

@media (max-width: 1150px) {
  html {
    font-size: 1.3913043478vw;
  }
}

@media screen and (max-width: 1023px) {
  .contact__wrap {
    gap: 6.25rem;
  }

  .contact__button a {
    height: 220px;
    width: 220px;
  }

  .contact__button a .contact__button-circle {
    height: 14px;
    width: 14px;
  }

  .contact__button p {
    font-size: 2.125rem;
  }
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }

  .u-mobile {
    display: block;
  }

  html {
    font-size: 16px;
  }

  .layout-access {
    margin-top: 4.5rem;
  }

  .layout-footer--sub {
    margin-top: 7.5rem;
  }

  .layout-sub-section {
    margin-top: 6.25rem;
  }

  .layout-sub-top {
    margin-top: 5rem;
  }

  .layout-top-sp {
    margin-top: 5.125rem;
  }

  .wp-block-button__link.wp-element-button {
    font-size: 1.375rem;
    padding: 1.25rem;
    width: 13.75rem;
  }

  .wp-block-gallery.has-nested-images.is-cropped
    figure.wp-block-image:not(#individual-image)
    img {
    width: 85%;
  }

  .wp-pagenavi a {
    font-size: 1rem;
  }

  .previouspostslink::before,
  .nextpostslink::before {
    height: 1rem;
    width: 1rem;
  }

  .previouspostslink::before {
    top: 0.875rem;
  }

  .contact__triangle {
    -webkit-clip-path: none;
    background-color: inherit;
    clip-path: none;
    position: static;
    width: 100%;
  }

  .contact__head {
    position: static;
    transform: none;
    transform: initial;
  }

  .contact__wrap {
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 2.5rem;
  }

  .contact__button a {
    animation: glow 4s infinite ease-in-out;
    border-radius: 10px;
    height: 3.875rem;
    width: 11.25rem;
  }

  .contact__button a .contact__button-circle {
    display: none;
  }

  .contact__button p {
    font-size: 1.125rem;
  }

  .footer__wrap {
    flex-direction: column;
    gap: 3.25rem;
  }

  .footer__info {
    text-align: center;
  }

  .footer__nav {
    width: 100%;
  }

  .footer__nav-items {
    flex-direction: initial;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer__nav-item a::after {
    transform-origin: center top;
  }

  .form-button {
    font-size: 1.25rem;
    padding: 0.75rem;
    width: 10rem;
  }

  .header__inner {
    padding-left: 0.75rem;
  }

  .history__top-wrap {
    padding: 3.75rem 1.25rem;
  }

  .history__textblock {
    flex-direction: column;
  }

  .history__lists {
    font-size: 1rem;
    gap: 2rem;
    margin-top: 3.75rem;
    text-align: center;
    width: 100%;
  }

  .history__lists li:nth-child(even) {
    text-align: center;
  }

  .history__list-year {
    font-weight: 700;
  }

  .history__list-text {
    font-weight: 300;
  }

  .history__movie {
    height: 32.5rem;
  }

  .inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .list-item {
    flex-direction: column;
    gap: 0.75rem;
    padding-bottom: 2rem;
  }

  .list-item:not(:first-child) {
    margin-top: 1.25rem;
    margin-top: 1.75rem;
  }

  .list-item__left {
    font-weight: 700;
    position: static;
  }

  .mission {
    padding: 0;
  }

  .mission__arrow {
    display: none;
  }

  .mission__triangle {
    -webkit-clip-path: none;
    background-color: inherit;
    clip-path: none;
    position: static;
    width: 100%;
  }

  .mission__head {
    position: static;
    text-align: center;
    transform: none;
    transform: initial;
  }

  .mission__textblock {
    margin-top: 2.5rem;
  }

  .mission__title {
    font-size: 2rem;
  }

  .mission__title span:last-child {
    margin-left: 0.8rem;
  }

  .mission__text {
    font-size: 1rem;
    font-weight: 400;
    margin-top: 1.125rem;
  }

  .mv__title {
    font-size: 2.375rem;
  }

  .mv__recruit-image {
    height: auto;
  }

  .mv__image img,
  .mv__recruit-image img {
    height: 100%;
  }

  .mv__message {
    right: 6%;
    top: 80%;
  }

  .mv__message--recruit {
    top: 80%;
    right: 50%;
    transform: translateX(50%);
  }

  .mv__message p {
    font-size: 1.5rem;
  }

  .mv__message--recruit p {
    font-size: 1.3rem;
  }

  .news-item__body {
    align-items: initial;
    flex-direction: column;
    gap: 0.25rem;
  }

  .news-item__body.news-item__body--archive {
    gap: 0.625rem;
  }

  .news-item__body::before {
    background-color: #5296a5;
  }

  .news-item__left {
    width: auto;
  }

  .news-item__left p {
    font-size: 0.75rem;
    padding: 0.25rem;
  }

  .news-item__right {
    margin-left: 0;
  }

  .news {
    color: #5296a5;
  }

  .news__wrap {
    background-image: none;
    min-height: 0;
    padding: 0;
    width: 100%;
  }

  .news__items {
    padding-left: 0;
  }

  .news__item {
    border-bottom: 4px solid #5296a5;
  }

  .page-company-mascot__wrap {
    flex-direction: column;
    gap: 0;
    margin-top: 2.5rem;
  }

  .page-company-mascot__image {
    width: 64%;
  }

  .page-company-mascot__image p {
    bottom: 0;
    right: 0;
  }

  .page-company-mascot__story {
    width: 100%;
  }

  .page-company-message__wrap {
    flex-direction: column;
  }

  .page-company-message__head::before {
    display: none;
  }

  .page-company-message__textblock {
    width: 100%;
  }

  .page-company-message__text {
    line-height: 1.5;
    margin-top: 2.5rem;
    text-align: left;
    max-width: 38.75rem;
    margin-inline: auto;
  }

  .page-company-message__ceo-name {
    text-align: right;
  }

  .page-company-message__ceo-name span {
    display: inline-block;
    text-align: left;
  }

  .page-company-message__image {
    margin-top: 1.25rem;
    width: 84%;
  }

  .inner.page-company-outline__inner {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .page-company-outline__items {
    margin-top: 3.375rem;
  }

  .inner.page-company-partner__inner {
    max-width: 37.5rem;
  }

  .page-company-partner__head h2 {
    font-size: 1.375rem;
  }

  .page-company-partner__items {
    flex-direction: column;
    gap: 1.25rem;
    width: 80%;
  }

  .page-company-partner__item a {
    width: auto;
  }

  .page-company-partner__item-text {
    font-size: 1.125rem;
  }

  .page-privacypolicy__text {
    font-size: 3.75rem;
    margin-left: 0.8rem;
  }

  .page-recruit {
    height: 37.5rem;
  }

  .page-recruit__info-text {
    font-size: 1rem;
  }

  .page-recruit__text {
    font-size: 2rem;
  }

  .page-services__top {
    height: 38.75rem;
  }

  .page-services__top-item {
    height: 20rem;
    padding: 2rem;
    width: 20rem;
  }

  .page-services__top-title {
    font-size: 1.25rem;
    padding-bottom: 0.375rem;
  }

  .page-services__top-title span {
    font-size: 3rem;
  }

  .page-services__top-text {
    font-size: 1rem;
    margin-top: 1.25rem;
  }

  .page-services__contents {
    gap: 6.25rem;
    margin-top: 8rem;
  }

  .page-services__content-head {
    font-size: 2rem;
    height: 21.25rem;
  }

  .page-services__content-items {
    gap: 3.75rem;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .page-services__results p {
    font-size: 1.375rem;
  }

  .page-services__results a {
    font-size: 1.375rem;
    padding: 1.25rem;
    width: 13.75rem;
  }

  .page-services__bottom-image {
    height: 18.75rem;
  }

  .page-thanks {
    height: 37.5rem;
  }

  .page-thanks__text {
    font-size: 2.5rem;
  }

  .pagetop-button__circle {
    height: 5rem;
    width: 5rem;
  }

  .pagetop-button__body img {
    width: 1.875rem;
  }

  .pagetop-button__body p {
    font-size: 0.625rem;
    margin-top: 0;
  }

  .recruit-button {
    font-size: 1.5rem;
    padding: 1.125rem;
    width: 12.5rem;
  }

  .recruit__wrap {
    gap: 2.5rem;
  }

  .section-button {
    font-size: 1rem;
  }

  .section-button--pc-white {
    color: #5296a5;
  }

  .section-button::before {
    top: -24%;
  }

  .section-button--pc-white::before {
    background-color: #5296a5;
  }

  .section-head--pc-white {
    color: #5296a5;
  }

  .section-head p {
    font-size: 1.125rem;
  }

  .section-head h1,
  .section-head h2 {
    font-size: 1.75rem;
  }

  .section-head--tag h2 {
    font-size: max(1rem, min(5vw, 1.75rem));
  }

  .services-item {
    max-height: 20rem;
    max-width: 20rem;
    padding: 1.5rem;
  }

  .services-item__top {
    gap: 0.75rem;
    padding-bottom: 1.875rem;
  }

  .services-item__top::before {
    width: 17.5rem;
  }

  .services-item__number {
    font-size: 2.5rem;
  }

  .services-item__title {
    font-size: 1.25rem;
  }

  .services-item__title.services-item__title--small {
    font-size: 1.125rem;
  }

  .services-item__text {
    font-size: 0.9375rem;
    margin-top: 0.625rem;
  }

  .services__top {
    padding: 0;
  }

  .services__triangle {
    -webkit-clip-path: none;
    background-color: inherit;
    clip-path: none;
    position: static;
    text-align: center;
    width: 100%;
  }

  .services__head {
    position: static;
    transform: none;
    transform: initial;
  }

  .services__contents {
    flex-direction: column;
    gap: 1.625rem;
    margin-top: 3.5rem;
    max-width: 37.5rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .services__contents-items {
    align-items: center;
    flex-direction: column;
  }

  .services__contents-item {
    gap: 1.875rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 2.5rem;
    width: 100%;
  }

  .services__contents-item:last-child {
    margin-right: 0;
  }

  .services__contents-item-text {
    font-size: 1rem;
  }

  .services__items {
    margin-top: 4.25rem;
  }

  .single-news-button {
    font-size: 1.375rem;
    padding: 1.25rem;
    width: 13.75rem;
  }

  .single-news__title {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .single-news__title h1 {
    font-size: 1.5rem;
  }

  .single-news__meta {
    gap: 1rem;
  }

  .single-news__category p {
    font-size: 0.75rem;
    padding: 0.25rem;
  }

  .single-news__body {
    margin-top: 3.75rem;
  }

  .single-news__body h2 {
    font-size: 1.25rem;
    margin-top: 4rem;
  }

  .single-news__body h3 {
    font-size: 1.125rem;
    margin-top: 4rem;
  }

  .single-news__body h4 {
    font-size: 1rem;
    margin-top: 3rem;
  }

  .single-news__body h5 {
    font-size: 0.9375rem;
    margin-top: 2.5rem;
  }

  .single-news__body h6 {
    font-size: 0.875rem;
    margin-top: 2rem;
  }

  .single-news__body p {
    margin-top: 1.25rem;
  }

  .single-news__body ul {
    margin-top: 2rem;
  }

  .single-news__body ol {
    margin-top: 2rem;
  }

  .single-news__body figure {
    margin-top: 2rem;
  }

  .single-news__body .wp-block-buttons {
    margin-top: 1.25rem;
  }

  .single-news__pagenavi-pre a,
  .single-news__pagenavi-next a {
    font-size: 1rem;
  }

  .single-news__pagenavi-pre a::before,
  .single-news__pagenavi-next a::before {
    height: 1rem;
    width: 1rem;
  }

  .single-news__pagenavi-pre a::before {
    top: 0.25rem;
  }

  .single-news__pagenavi-next a::before {
    top: 0.875rem;
  }

  .single-news__archive-button {
    font-size: 0.875rem;
  }

  /*/////////////////////////////////////////////////////////////////////
  採用サイト
/////////////////////////////////////////////////////////////////////*/
  .recruitSite-top__topContents-textBlock {
    flex-direction: column-reverse;
    top: 2rem;
  }

  .recruitSite-top__topContents-image {
    height: 32rem;
  }

  .recruitSite-top__topContents-image::before {
    background-size: 100% 28.5rem;
    height: 28.5rem;
  }

  .recruitSite-top__topContents-textBlock {
    padding-right: 3rem;
    padding-left: 8vw;
  }

  .recruitSite-top__topContents-text {
    font-size: 1rem;
    line-height: 2;
    writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    margin-top: 2rem;
  }

  .recruitSite-top__topContents-head {
    margin-top: 0;
  }

  .recruitSite-top__topContents-head h2 {
    font-size: 1.4rem;
  }

  .recruitSite-top__topContents-message {
    font-size: 1.15rem;
    bottom: 3rem;
    right: 1rem;
  }

  .recruitSite-top__wantedPerson {
    margin-top: 6rem;
  }

  .recruitSite-top__wantedPerson-head h2 {
    font-size: 1.6rem;
  }

  .recruitSite-top__wantedPerson-contents {
    max-width: 36rem;
    padding-inline: 2.8rem;
    margin-top: 2rem;
  }

  .recruitSite-top__wantedPerson-items {
    grid-template-columns: 1fr;
    row-gap: 3rem;
  }

  .recruitSite-top__wantedPerson-item-title h3 {
    font-size: 1.4rem;
  }

  .recruitSite-top__wantedPerson-item-icon {
    max-height: 7rem;
  }

  .recruitSite-top__wantedPerson-item-textWrap {
    margin-top: 0;
  }

  .recruitSite-top__wantedPerson-item-text {
    font-size: 1rem;
    line-height: 1.5;
  }

  .recruitSite-top__jobsAvailable {
    margin-top: 10rem;
  }

  .recruitSite-top__jobsAvailable-wrap {
    margin-top: 4rem;
    flex-direction: column;
    max-height: initial;
    padding-bottom: 1rem;
  }

  .recruitSite-top__jobsAvailable-character {
    width: 100%;
  }

  .recruitSite-top__jobsAvailable-character img {
    width: 50%;
  }

  .recruitSite-top__jobsAvailable-contents {
    max-width: 32rem;
    width: 93%;
    max-height: 24rem;
    margin-top: 2rem;
    margin-inline: auto;
    padding: 1rem;
  }

  .recruitSite-top__jobsAvailable-contents-text {
    font-size: 1.2rem;
  }

  .recruitSite-top__voice {
    margin-top: 10rem;
  }

  .recruitSite-requirement {
    margin-top: 6rem;
  }

  .recruitSite-requirement__button-wrap {
    margin-top: 7rem;
  }

  .recruitSite-hiringnow {
    margin-top: 6rem;
  }

  .recruitSite-hiringnow__items-title-block {
    min-width: 18rem;
  }

  .recruitSite-hiringnow__items-title-text {
    font-size: 1.4rem;
  }

  .recruitSite-hiringnow__items-wrap:not(:first-child) {
    margin-top: 8rem;
  }

  .recruitSite-hiringnow__items {
    margin-top: 4rem;
  }

  .recruitSite-hiringnow__button-wrap {
    max-width: 18.75rem;
    width: 100%;
    margin-inline: auto;
    margin-top: 10rem;
  }

  .recruitSite-hiringnow__button {
    width: 100%;
  }

  .recruitSite-voice-member__imageWrap {
    flex-direction: column;
    max-width: 30rem;
  }

  .recruitSite-voice-member__imageWrap-image {
    max-height: 24rem;
  }

  .recruitSite-voice-member__imageWrap-body {
    text-align: center;
    padding: 1.8rem 1.8rem 2.5rem;
  }

  .recruitSite-voice-member__imageWrap-textBlock {
    display: flex;
    flex-direction: row-reverse;
    align-items: end;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.4rem;
  }

  .recruitSite-voice-member__imageWrap-year {
    margin-top: 0;
  }

  .recruitSite-voice-member__faq-wrap {
    flex-direction: column;
    gap: 4rem;
    margin-top: 2rem;
  }

  .recruitSite-voice-member__faq-items {
    gap: 2.2rem;
  }

  .recruitSite-voice-member__faq-item-question-text {
    padding-left: 2.5rem;
  }

  .recruitSite-voice-member__faq-item-question-text::before {
    width: 2.2rem;
    height: 2.2rem;
  }

  .recruitSite-voice-member__faq-item-answer {
    font-size: 1rem;
    margin-top: 0.8rem;
  }

  .recruitSite-voice-member__faq-item-answer p:not(:first-child) {
    margin-top: 0.8rem;
  }

  .recruitSite-voice-member__faq-image {
    max-width: 32rem;
  }

  .recruitSite-section-head {
    min-width: 16rem;
    padding: 0.8rem;
  }

  .recruitSite-section-head p {
    font-size: 1.2rem;
  }

  .recruitSite-section-head h2 {
    font-size: 1.8rem;
  }

  .recruitSite-section-head h3 {
    font-size: 1.5rem;
  }

  .recruitSite-section-head--button-hiringnow {
    min-width: initial;
    width: 100%;
  }

  .recruitSite-entryContent {
    margin-top: 10rem;
    padding-top: 4rem;
    padding-bottom: 13rem;
  }

  .recruitSite-entryContent__button-wrap::before {
    top: 5rem;
    left: 7%;
    width: 10rem;
    transform: rotate(-2deg);
  }

  .recruitSite-subHead {
    padding: 6rem 0.5rem;
  }

  .recruitSite-subHead__text {
    font-size: 1.8rem;
  }

  .recruitSite-bottomCharacter {
    padding: 3rem;
  }

  .recruitSite-bottomCharacter__image {
    max-width: 18rem;
    width: 70%;
  }

  .recruitSite-bottomCharacter--hiringnow {
    margin-top: 7rem;
  }

  .recruitSite-list__item {
    flex-direction: column;
    gap: 0.4rem;
  }

  .recruitSite-list__item-left-text {
    font-weight: 600;
    font-size: 1.4rem;
  }

  .recruitSite-list__item-left-text,
  .recruitSite-list__item-right-text {
    line-height: 1.4;
  }

  .recruitSite-list__item-right-text {
    font-size: 1.6rem;
  }

  .recruitSite-list__item-right
    .recruitSite-list__item-right-text:not(:first-child) {
    margin-top: 0.2rem;
  }
}

@media screen and (max-width: 480px) {
  .u-sm {
    display: block;
  }

  .header__logo--recruit {
    gap: 0.8rem;
  }

  .header__logo--recruit span {
    font-size: 1rem;
  }

  .header__logoLink--recruit {
    width: 10rem;
  }

  .page-company-history__item-text {
    font-size: max(0.875rem, min(3.5vw, 1rem));
  }

  .page-company-history__item-text--now {
    font-size: 1.125rem;
  }

  .page-company-history__item-image {
    height: 5.125rem;
  }

  .page-company-mascot__story p {
    width: 82%;
  }

  .inner.page-company-outline__inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .page-company-partner__items {
    width: 95%;
  }

  .page-company-partner__item-text {
    font-size: 1rem;
  }

  .page-services__top {
    height: 25rem;
  }

  .page-services__top-item {
    height: 17.5rem;
    padding: 1.25rem;
    width: 17.5rem;
  }

  .page-services__top-title {
    font-size: 1rem;
  }

  .page-services__top-title span {
    font-size: 2rem;
  }

  .recruitSite-voice-member__imageWrap-title {
    font-size: 1rem;
  }

  .recruitSite-voice-member__imageWrap-textBlock {
    flex-direction: column-reverse;
    align-items: center;
    gap: 0.5rem;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@keyframes glow {
  0%,
  100% {
    border-color: rgb(255, 255, 255);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5),
      0 0 15px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.5);
  }

  50% {
    border-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 20px rgb(255, 255, 255), 0 0 25px rgb(255, 255, 255),
      0 0 20px rgb(255, 255, 255);
  }
}

/*# sourceMappingURL=styles.css.map */
