@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html,
body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  font: inherit;
  font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.5;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  cursor: pointer;
  text-decoration: none;
}

html {
  overflow-x: auto;
}

body {
  color: #4E4E5F;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
  width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  position: relative;
  font-size: 16px;
}

.scroll-prevent {
  height: 100%;
  overflow: hidden;
}

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

a {
  text-decoration: none;
  color: #4E4E5F;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
a[href^="tel:"] {
  pointer-events: none;
}

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

.bold {
  font-weight: 700;
}

.dib {
  display: inline-block;
}

.center {
  text-align: center;
}

.wave {
  padding-bottom: 9px;
  background: url(../img/svg/wave_parts.svg) repeat-x bottom left/auto 3px;
}

.wave--white {
  padding-bottom: 9px;
  background: url(../img/svg/wave_parts_white.svg) repeat-x bottom left/auto 3px;
}

.md {
  display: none;
}

.sm {
  display: none;
}

.sp {
  display: none;
}

.tab {
  display: none;
}

.pc {
  display: none;
}

.c-btn {
  display: block;
  padding: 1.5em 2em;
  position: relative;
  border-radius: 40px;
  background: #fff;
  width: 100%;
  max-width: 22em;
}
.c-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background ease 0.4s;
  transition: background ease 0.4s;
  -webkit-mask: url(../img/svg/arrow_right.svg);
          mask: url(../img/svg/arrow_right.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #4E4E5F;
}

.c-title-1,
.c-title-2,
.c-title-3 {
  font-weight: 700;
}

.c-title-1 {
  font-size: 1.875rem;
}

.c-title-2 {
  font-size: 1.5625rem;
}

.c-title-3 {
  font-size: 1.25rem;
}

.c-table {
  width: 100%;
  border-collapse: collapse;
}
.c-table tr:first-child th,
.c-table tr:first-child td {
  padding-top: 0;
}
.c-table tr {
  border-bottom: 2px solid #DDE9EA;
}
.c-table th,
.c-table td {
  border-collapse: collapse;
}
.c-table th {
  text-align: left;
  width: 10em;
  padding: 1.5em 0;
}
.c-table td {
  padding: 1.5em 0;
}
.c-table td a[href*="tel:"] {
  pointer-events: none;
}
.c-table td a[href*="mailto:"] {
  text-decoration: underline;
}
.c-table td ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.c-table td .map {
  margin-top: 1em;
  position: relative;
  padding-top: 56.25%;
}
.c-table td .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

input:not([type=radio]):not([type=checkbox]):not([type=submit]),
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  width: 100%;
  padding: 0.8em 1em;
  background: #fff;
  border: 1px solid #D9D9D9 !important;
}
input:not([type=radio]):not([type=checkbox]):not([type=submit]):focus,
select:focus,
textarea:focus {
  outline: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #BEBEBE;
  line-height: 1.5;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #BEBEBE;
  line-height: 1.5;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #BEBEBE;
  line-height: 1.5;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #BEBEBE;
  line-height: 1.5;
}

input::placeholder,
textarea::placeholder {
  color: #BEBEBE;
  line-height: 1.5;
}

input[type=submit] {
  cursor: pointer;
  border: none;
}

textarea {
  resize: vertical;
  min-height: 200px;
}

.c-form__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
  border-bottom: 2px solid #DDE9EA;
}
.c-form__block:nth-child(n+2) {
  padding: 1.5em 0;
}

.c-form__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 12em;
      -ms-flex: 0 0 12em;
          flex: 0 0 12em;
  padding-top: 0.8em;
}

.confirm .c-form__meta {
  padding-top: 0;
}

.cf7-form {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.cf7-form input {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  height: 50px;
}
.cf7-form textarea {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
}

.wpcf7-select {
  background-color: #fff;
  width: 100%;
  height: 2.5rem;
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  padding: 5px 10px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  color: #4E4E5F;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

span[data-name=menu].wpcf7-form-control-wrap {
  position: relative;
}
span[data-name=menu].wpcf7-form-control-wrap::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 40%;
  width: 6px;
  height: 6px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  border-right: 1px solid #4E4E5F;
  border-bottom: 1px solid #4E4E5F;
}

.c-form__required {
  padding: 0 6px;
  text-align: center;
  color: #fff;
  background-color: #D27E00;
  font-size: 0.875rem !important;
}

.wpcf7-spinner {
  display: none;
}

.c-form__privacy {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: #c4c4c4;
  display: block;
}

.c-form__check-block {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
}

.c-form__check-block label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-form__check-block input:hover {
  cursor: pointer;
}

.wpcf7-list-item-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
}

.c-form__check-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.5rem;
}

.c-form__check-block p {
  font-size: 0.875rem;
}

input[type=checkbox] + span:hover::after {
  background: #fff;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-form-control-wrap {
  display: block;
}

.cf7-form__select-2 .wpcf7-form-control.wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 40px;
}

.cf7-form__select-3 .wpcf7-form-control.wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px 40px;
}

span.wpcf7-list-item {
  position: relative;
}

.wpcf7-list-item-label {
  cursor: pointer;
}

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

.wpcf7-list-item-label:before {
  content: "";
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: 1px solid #DEDEDE;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  margin-right: 0.625rem;
}

input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 22px;
  height: 22px;
  background: url(../img/svg/icon-check.svg) no-repeat center;
  background-size: contain;
}

.form__input-check + .wpcf7-list-item-label:before {
  top: -10px;
  width: 42px;
}

.wpcf7-form-control-wrap {
  position: static;
}

.form__check-box {
  position: relative;
}

.form__check-block .wpcf7-not-valid-tip {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.c-form__check-block .c-form__required {
  margin-right: 4px;
}

.c-form__step {
  margin: 3.5em auto 0;
  max-width: 30em;
  background: #4DA0AB;
  padding: 2.5em 1.5em;
  border-radius: 10px;
}

.c-form__step-text {
  color: #fff;
  font-size: 0.875rem;
}
.c-form__step-text a {
  color: #fff;
  text-decoration: underline;
}

.c-form__submit {
  margin: 1.5em auto 0;
  position: relative;
  max-width: 22em;
}
.c-form__submit p {
  position: relative;
}
.c-form__submit p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 8px;
  -webkit-mask: url(../img/svg/arrow_right.svg);
          mask: url(../img/svg/arrow_right.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #4E4E5F;
  -webkit-transition: background ease 0.4s;
  transition: background ease 0.4s;
}
.c-form__submit input {
  text-align: left;
  font-size: 1rem;
  -webkit-transition: background ease 0.4s, color ease 0.4s;
  transition: background ease 0.4s, color ease 0.4s;
  color: #4E4E5F;
}

.wpcf7-previous {
  padding: 1.5em 2em !important;
  background: #d9d9d9 !important;
  color: #999;
  cursor: pointer;
}

.c-section-head-1 {
  position: relative;
  margin-bottom: 2.5em;
  text-align: center;
}

.c-section-head-1__title {
  font-size: 7.5rem;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 300;
  color: #F3F3F4;
}
.c-section-head-1__title span {
  color: #CCE4E7;
}

.c-section-head-1__ja {
  font-size: 2.5rem;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: bold;
}

.c-section-head-2 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
.c-section-head-2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background: #4E4E5F;
}

.c-section-head-2__title {
  font-size: 1.25rem;
  font-weight: bold;
}

.c-section-title-2 {
  font-size: 1.25rem;
  padding-bottom: 0.3em;
  border-bottom: 2px solid #4DA0AB;
}

.c-cards {
  display: grid;
}

.c-cards--2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 20px;
}

.c-cards--3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}

.c-cards--4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.c-card__link {
  display: block;
  width: 100%;
  position: relative;
}

.c-card__img {
  position: relative;
  overflow: hidden;
}
.c-card__img img {
  aspect-ratio: 16/9;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.c-card__head {
  margin-top: 10px;
}

.c-card__title {
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  -webkit-transition: color ease 0.4s;
  transition: color ease 0.4s;
}

.c-card__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}

.c-card__cat {
  font-size: 0.75rem;
  color: #4DA0AB;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #4DA0AB;
  padding: 3px 10px;
  border-radius: 6px;
}

.c-post {
  border-bottom: 1px solid #DDE9EA;
}
.c-post:first-child {
  border-top: 1px solid #DDE9EA;
}

.c-post__link {
  padding: 1.5em 3em 1.5em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.c-post__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  height: 8px;
  -webkit-mask: url(../img/svg/arrow_right.svg);
          mask: url(../img/svg/arrow_right.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #4E4E5F;
}

.c-post__time {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 90px;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  font-size: 0.75rem;
  font-weight: bold;
}

.c-post__title {
  font-size: 0.9375rem;
}

.c-accordion__item {
  border-radius: 10px;
  padding: 0px 15px 0 20px;
  background: #fff;
}
.c-accordion__item:nth-child(n+2) {
  margin-top: 20px;
}

.c-accordion__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-accordion__icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 28px;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  display: inline-block;
  position: relative;
}
.c-accordion__icon::before {
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  font-size: 0.75rem;
  font-family: "Open Sans", sans-serif;
  line-height: 28px;
}

.c-accordion__q::before {
  content: "Q";
  border: 1px solid #4E4E5F;
  top: 18px;
}

.c-accordion__a::before {
  content: "A";
  color: #fff;
  background: #4E4E5F;
  top: 0;
}

.c-accordion__title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  position: relative;
  padding: 18px 26px 18px 0;
  margin-left: 10px;
  cursor: pointer;
}
.c-accordion__title::before, .c-accordion__title::after {
  content: "";
  position: absolute;
  top: 34px;
  right: 0;
  background-color: #4E4E5F;
  height: 1px;
  width: 15px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.c-accordion__title::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-accordion__title::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.c-accordion__body {
  display: none;
}

.c-accordion__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 12px;
}

.c-accordion__text {
  margin-left: 10px;
}

.js-accordion-title.open .c-accordion__title::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.bg-trigger {
  opacity: 0;
}

/*背景色が伸びて出現 共通*/
.bg-extend {
  -webkit-animation-name: bgextendAnimeBase;
          animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

.bg-extend--slow {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bg-appear {
  -webkit-animation-name: bgextendAnimeSecond;
          animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

.bg-appear--slow {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

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

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--------- 左から --------*/
.bg-LR-extend::before {
  -webkit-animation-name: bgLRextendAnime;
          animation-name: bgLRextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.bg-LR-extend--slow::before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.bg-LR-extend--white::before {
  background-color: #004C56;
}

@-webkit-keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
/*------------------------------------------------------------------------------
animation
------------------------------------------------------------------------------*/
@-webkit-keyframes startFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes startFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anm {
  opacity: 0;
}
.anm.is-animated {
  -webkit-animation: fadeIn 0.8s forwards;
          animation: fadeIn 0.8s forwards;
}

.anm-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.anm-up.is-animated {
  -webkit-animation: fadeInUp 0.8s forwards;
          animation: fadeInUp 0.8s forwards;
}

.anm-left {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
.anm-left.is-animated {
  -webkit-animation: fadeInLeft 0.8s forwards;
          animation: fadeInLeft 0.8s forwards;
}

.anm-right {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
.anm-right.is-animated {
  -webkit-animation: fadeInRight 0.8s forwards;
          animation: fadeInRight 0.8s forwards;
}

.anm-down {
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.anm-down.is-animated {
  -webkit-animation: fadeInDown 0.8s forwards;
          animation: fadeInDown 0.8s forwards;
}

.anm-list > * {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.anm-list > *.is-animated {
  -webkit-animation: fadeInUp 0.8s forwards;
          animation: fadeInUp 0.8s forwards;
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    -webkit-transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
            transition-timing-function: cubic-bezier(0, 0.4, 0.2, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  -webkit-transition: background ease 0.4s;
  transition: background ease 0.4s;
  padding: 22px 0;
  background: #fff;
}
.l-header.is-transform {
  -webkit-box-shadow: 0 3px 3px rgba(78, 78, 95, 0.1);
          box-shadow: 0 3px 3px rgba(78, 78, 95, 0.1);
}

.home .l-header {
  background: transparent;
}
.home .l-header .l-header__title a {
  color: #fff;
}
.home .l-header .l-header__link {
  color: #fff;
}
.home .l-header .l-header__link span {
  color: #fff;
}
.home .l-header .l-header__link span::before {
  background: #fff;
}
.home .l-header.is-transform {
  background: #fff;
}
.home .l-header.is-transform .l-header__title a {
  color: #4E4E5F;
}
.home .l-header.is-transform .l-header__link span {
  color: #4E4E5F;
}
.home .l-header.is-transform .l-header__link span::before {
  background: #4E4E5F;
}

.l-header__inner {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1120px;
}

.l-header__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-logo {
  max-width: 204px;
  line-height: 1;
}
.c-logo img {
  -o-object-fit: contain;
     object-fit: contain;
}

.l-header__title h1 {
  line-height: 1.5;
}
.l-header__title a {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  -webkit-transition: color ease 0.4s;
  transition: color ease 0.4s;
}

.l-header__menu.is-active {
  opacity: 1;
  pointer-events: auto;
}

.l-header__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.l-header__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header__link {
  display: block;
}
.l-header__link span {
  display: inline-block;
  font-weight: 500;
  position: relative;
  -webkit-transition: color ease 0.4s;
  transition: color ease 0.4s;
}
.l-header__link span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #4E4E5F;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform ease 0.4s;
  transition: -webkit-transform ease 0.4s;
  transition: transform ease 0.4s;
  transition: transform ease 0.4s, -webkit-transform ease 0.4s;
}

.l-header__sp-cta {
  display: none;
}
.l-header__sp-cta a {
  display: block;
  height: 100%;
  position: relative;
  background: #004C56;
  cursor: pointer;
}
.l-header__sp-cta a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  -webkit-mask: url(../img/svg/mail.svg);
          mask: url(../img/svg/mail.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
}

/* --------------- ハンバーガーメニュー --------------- */

.l-header__hamburger {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
}

.c-hamburger {
  cursor: pointer;
}

.c-hamburger__menu {
  display: none;
}
.c-hamburger__menu span {
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 40px;
  height: 2px;
  border-radius: 2px;
}
.c-hamburger__menu span:nth-of-type(1) {
  top: 35%;
}
.c-hamburger__menu span:nth-of-type(2) {
  top: 50%;
}
.c-hamburger__menu span:nth-of-type(3) {
  top: 65%;
}

.c-hamburger.is-active .c-hamburger__menu span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.c-hamburger.is-active .c-hamburger__menu span:nth-child(2) {
  opacity: 0;
}
.c-hamburger.is-active .c-hamburger__menu span:nth-child(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

/* --------------- cookie同意ポップアップ --------------- */
#cookie-notice {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.1s;
  transition: opacity 0.4s, visibility 0.1s;
}
#cookie-notice.is-active {
  opacity: 1;
  visibility: visible;
}

.l-footer {
  position: relative;
  padding: 64px 0 24px;
  background: #004C56;
  border-radius: 2.5em 0 0 0;
}

.l-footer__inner {
  position: relative;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1120px;
}

.l-footer__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5%;
}

.l-footer__info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 320px;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
}
.l-footer__title a {
  display: block;
  font-size: 2rem;
  color: #fff;
}

.l-footer__address {
  color: #fff;
  margin-top: 1.5em;
  line-height: 2;
}
.l-footer__address a {
  color: #fff;
}

.l-footer__item:nth-child(n+2) {
  margin-top: 1.5em;
}

.l-footer__link {
  display: block;
  position: relative;
  color: #fff;
}

.l-footer__cta {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 340px;
      -ms-flex: 0 1 340px;
          flex: 0 1 340px;
}
.l-footer__cta .c-btn {
  border: 2px solid #fff;
}

.l-footer__copyright {
  margin-top: 13em;
  font-size: 0.75rem;
  text-align: center;
  color: #fff;
}

.home .l-inner {
  max-width: 70em;
}

.l-inner {
  margin: 0 auto;
  max-width: 54em;
  padding: 0 2em;
}

.l-top-section {
  padding: 8em 0;
}

.l-section {
  padding: 5em 0;
}

.p-top-hero {
  height: 100vh;
  height: 100svh;
  width: 100%;
  position: relative;
  background: url(../img/fv.jpeg) no-repeat center center/cover;
}

.p-top-hero__inner {
  height: 100%;
}

.p-top-hero__head {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  text-align: center;
  padding: 0 30px;
}

.p-top-hero__title {
  color: #fff;
  font-size: 2.875rem;
  font-weight: bold;
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.2);
}
.p-top-hero__title span:not([class]) {
  font-size: 2.25rem;
}

.p-top-hero__sub-title {
  margin-top: 6em;
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.2);
}

.p-fixed-bg {
  position: relative;
  height: 540px;
}

.p-fixed-bg__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.p-fixed-bg__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.p-fixed-bg__bg.bg01 {
  background-image: url(../img/section_bg01.jpeg);
}
.p-fixed-bg__bg.bg02 {
  background-image: url(../img/section_bg02.jpeg);
}
.p-fixed-bg__bg.bg03 {
  background-image: url(../img/section_bg03.jpeg);
}

.p-top-news__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2%;
}
.p-top-news__wrapper .c-section-head-1 {
  margin-bottom: 0;
}

.p-top-news__body {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  background: #F7FBFB;
  padding: 2.5em 6em;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.07);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.07);
}
.p-top-news__body .p-news__item {
  border: none;
}
.p-top-news__body .p-news__link {
  display: block;
  padding: 0;
}
.p-top-news__body .p-news__link::after {
  display: none;
}

.p-top-news__btn {
  margin-top: 1.5em;
}
.p-top-news__btn a {
  text-decoration: underline;
  font-size: 0.875rem;
}

.p-top-service__wrapper {
  position: relative;
  padding-bottom: 6em;
}

.p-top-service__img {
  max-width: 640px;
}
.p-top-service__img img {
  border-radius: 10px;
  aspect-ratio: 3/2;
}

.p-top-service__textarea {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 480px;
  background: rgba(0, 76, 86, 0.7);
  padding: 2.5em;
  border-radius: 10px;
}

.p-top-service__text {
  color: #fff;
}

.p-top-service__btn {
  margin-top: 2em;
}

.p-top-company__wrapper {
  position: relative;
  padding-bottom: 6em;
}

.p-top-company__img {
  max-width: 640px;
  margin-left: auto;
}
.p-top-company__img img {
  border-radius: 10px;
  aspect-ratio: 3/2;
}

.p-top-company__textarea {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 480px;
  background: rgba(0, 76, 86, 0.7);
  padding: 2.5em;
  border-radius: 10px;
}

.p-top-company__text {
  color: #fff;
}

.p-top-company__btn {
  margin-top: 2em;
}

.p-top-recruit__wrapper {
  padding: 10em 0;
  position: relative;
  border-radius: 1em;
  overflow: hidden;
}
.p-top-recruit__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/recruit_bg.jpeg) no-repeat center center/cover;
  z-index: -2;
}
.p-top-recruit__wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(84, 84, 84, 0.7);
  z-index: -1;
}

.p-top-recruit__textarea {
  margin: 0 auto;
  max-width: 21em;
}

.p-top-recruit__text {
  color: #fff;
}

.p-top-recruit__btn {
  margin-top: 4em;
}

.p-error .c-btn {
  margin-top: 40px;
}
.p-error .c-btn .c-btn__link {
  margin: 0 auto;
  max-width: 300px;
}

.p-page-head {
  margin-top: 70px;
  padding: 1em 0;
  background: #F7FBFB;
}

.p-page-head__inner {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1120px;
}

.p-page-head__title {
  font-size: 1.25rem;
  font-weight: bold;
}

body .p-page__wrapper h2,
body .p-page__wrapper h3,
body .p-page__wrapper h4 {
  font-weight: bold;
}
body .p-page__wrapper h2:nth-child(n+2),
body .p-page__wrapper h3:nth-child(n+2),
body .p-page__wrapper h4:nth-child(n+2) {
  margin-top: 2em;
}
body .p-page__wrapper h2 {
  margin-bottom: 1.5rem;
  font-size: 1.25rem !important;
  padding-bottom: 16px;
  position: relative;
  border-bottom: 1px solid #AAAAAA;
}
body .p-page__wrapper h3 {
  margin-bottom: 1.2rem;
  font-size: 1.125rem !important;
  padding-left: 16px;
  position: relative;
}
body .p-page__wrapper h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 80%;
  background-color: #4E4E5F;
}
body .p-page__wrapper h4 {
  margin-bottom: 1.2rem;
  font-weight: bold;
  font-size: 1rem;
}
body .p-page__wrapper p {
  padding-bottom: 1em;
}
body .p-page__wrapper p a {
  text-decoration: underline;
  position: relative;
}
body .p-page__wrapper p a[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  -webkit-mask: url(../img/svg/blank.svg) no-repeat center center/contain;
          mask: url(../img/svg/blank.svg) no-repeat center center/contain;
  background: #004C56;
}
body .p-page__wrapper .wp-block-image {
  margin-top: 2em;
  margin-bottom: 1.5em;
}
body .p-page__wrapper ul:not(.toc_list) {
  padding-bottom: 1em;
}
body .p-page__wrapper ul:not(.toc_list) li {
  padding-left: 1em;
  position: relative;
}
body .p-page__wrapper ul:not(.toc_list) li:nth-child(n+2) {
  margin-top: 0.5em;
}
body .p-page__wrapper ul:not(.toc_list) li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #4E4E5F;
}
body .p-page__wrapper .toc_list li {
  padding-left: 0;
  margin-top: 8px !important;
}
body .p-page__wrapper .toc_list li::before {
  display: none;
}
body .p-page__wrapper .wp-block-quote {
  margin: 1em 0;
  padding-left: 1.5em;
  position: relative;
}
body .p-page__wrapper .wp-block-quote p {
  padding-bottom: 0;
}
body .p-page__wrapper .wp-block-quote p:nth-child(n+2) {
  padding-top: 1em;
}
body .p-page__wrapper .wp-block-quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #C1C1C1;
}
body .p-page__wrapper .wp-block-quote cite {
  color: #DDE9EA;
  font-size: 0.875rem;
}
body .p-page__wrapper .wp-block-button__link {
  background-color: #004C56;
  border: 2px solid #004C56;
}
body .p-page__wrapper .wp-block-columns {
  padding-top: 1em;
}

.p-meta__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-meta__title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 120px;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  text-transform: capitalize;
  font-weight: bold;
}

.p-meta__body {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px 20px;
}

.p-meta__text {
  font-size: 0.9375rem;
}
.p-meta__text.is-active {
  text-decoration: underline;
}

.p-news__pagination {
  margin-top: 60px;
}

ul.page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
ul.page-numbers li {
  margin: 0 3px;
}

span.page-numbers,
a.page-numbers {
  display: block;
  text-align: center;
}

a.page-numbers {
  background: #F7FBFB;
}

.page-numbers li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.page-numbers.current {
  background-color: #004C56;
  color: #fff;
}

.p-single__img {
  margin-top: 2.5em;
}
.p-single__img img {
  border-radius: 4px;
}

.p-single__title {
  font-size: 1.5rem;
  margin-top: 0.5em;
  font-weight: bold;
}

.p-single__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-single__time {
  font-size: 0.875rem;
}

.p-single__body {
  margin-top: 2.5em;
}
.p-single__body h2,
.p-single__body h3,
.p-single__body h4 {
  font-weight: bold;
}
.p-single__body h2:nth-child(n+2),
.p-single__body h3:nth-child(n+2),
.p-single__body h4:nth-child(n+2) {
  margin-top: 2em;
}
.p-single__body h2 {
  margin-bottom: 1.2rem;
  font-size: 1.375rem;
  padding-bottom: 8px;
  position: relative;
}
.p-single__body h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #DDE9EA;
}
.p-single__body h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background: #4E4E5F;
}
.p-single__body h3 {
  margin-bottom: 1.2rem;
  font-size: 1.25rem;
  padding-left: 16px;
  position: relative;
}
.p-single__body h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 80%;
  background-color: #4E4E5F;
}
.p-single__body h4 {
  margin-bottom: 1.2rem;
  font-size: 1rem;
}
.p-single__body p {
  padding-bottom: 1em;
}
.p-single__body p a {
  text-decoration: underline;
  position: relative;
}
.p-single__body p a[target=_blank]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  -webkit-mask: url(../img/svg/blank_white.svg);
          mask: url(../img/svg/blank_white.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
  background: #4E4E5F;
}
.p-single__body .wp-block-image {
  margin-top: 2em;
  margin-bottom: 1.5em;
}
.p-single__body .wp-block-image img {
  border-radius: 6px;
}
.p-single__body ul:not(.toc_list) {
  padding-bottom: 1em;
}
.p-single__body ul:not(.toc_list) li {
  padding-left: 1em;
  position: relative;
}
.p-single__body ul:not(.toc_list) li:nth-child(n+2) {
  margin-top: 0.5em;
}
.p-single__body ul:not(.toc_list) li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #4E4E5F;
}
.p-single__body .toc_list li {
  padding-left: 0;
  margin-top: 8px !important;
}
.p-single__body .toc_list li::before {
  display: none;
}
.p-single__body .wp-block-quote {
  margin: 1em 0;
  padding-left: 1.5em;
  position: relative;
}
.p-single__body .wp-block-quote p {
  padding-bottom: 0;
}
.p-single__body .wp-block-quote p:nth-child(n+2) {
  padding-top: 1em;
}
.p-single__body .wp-block-quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #C1C1C1;
}
.p-single__body .wp-block-quote cite {
  color: #DDE9EA;
  font-size: 0.875rem;
}
.p-single__body .wp-block-button__link {
  background-color: #004C56;
  border: 2px solid #004C56;
}
.p-single__body .wp-block-columns {
  padding-top: 1em;
}
.p-single__body .wp-block-embed {
  padding-top: 1em;
}
.p-single__body .wp-block-embed .wp-block-embed__wrapper {
  padding-top: 56.25%;
  position: relative;
}
.p-single__body .wp-block-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#toc_container {
  margin: 0 auto 2em;
}

.p-single__pagination {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-single__next,
.p-single__prev {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50px;
      -ms-flex: 0 1 50px;
          flex: 0 1 50px;
  height: 50px;
  display: block;
  text-align: center;
  position: relative;
}
.p-single__next span:not([class]),
.p-single__prev span:not([class]) {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #4E4E5F;
  border: 1px solid #4E4E5F;
  border-radius: 50%;
  -webkit-transition: background ease 0.4s;
  transition: background ease 0.4s;
}
.p-single__next span:not([class])::after,
.p-single__prev span:not([class])::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 8px;
  -webkit-mask: url(../img/svg/arrow_right.svg);
          mask: url(../img/svg/arrow_right.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: #fff;
  -webkit-transition: background ease 0.4s;
  transition: background ease 0.4s;
}

.p-single__next span:not([class])::after {
  -webkit-transform: rotate(180deg) translate(50%, 50%);
          transform: rotate(180deg) translate(50%, 50%);
}

.p-single__prev span:not([class])::after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-single__back {
  display: inline-block;
  text-align: center;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-family: "Open Sans", sans-serif;
}

span.p-single__next span:not([class]),
span.p-single__prev span:not([class]) {
  background: #F7FBFB !important;
  border-color: #F7FBFB !important;
}
span.p-single__next span:not([class])::after,
span.p-single__prev span:not([class])::after {
  background: #fff !important;
}

.p-related {
  margin-top: 100px;
  border-top: 1px solid #DDE9EA;
  padding-top: 40px;
}

.p-related__wrapper {
  margin-top: 40px;
}

.p-service__wrapper {
  margin-top: 3em;
}

.p-service__item {
  display: grid;
  gap: 2em 1.5em;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto 1fr;
  grid-template-areas: "a a" "b c";
}
.p-service__item:nth-child(n+2) {
  margin-top: 3em;
}

.p-service__title {
  grid-area: a;
}

.p-service__img {
  grid-area: c;
}
.p-service__img img {
  overflow: hidden;
  aspect-ratio: 16/9;
}

.p-service__textarea {
  grid-area: b;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.p-recruit__wrapper {
  margin-top: 5em;
}

.p-recruit__item:nth-child(n+2) {
  margin-top: 5em;
}

.p-recruit__table {
  margin-top: 1.5em;
}

.p-recruit__textarea {
  margin: 3em auto 0;
  max-width: 30em;
  background: #4DA0AB;
  border-radius: 10px;
  padding: 2.5em;
}

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

.p-recruit__btn {
  margin-top: 2em;
}
.p-recruit__btn .c-btn {
  margin: 0 auto;
}

.p-contact__wrapper {
  margin-top: 4em;
}

.confirm .p-contact__wrapper,
.thanks .p-contact__wrapper {
  margin-top: 0;
}

.p-thanks__text {
  margin-top: 2.4em;
}

.p-thanks__btn {
  margin-top: 2.5em;
}

@media screen and (min-width: 1025px) {
  html {
    margin: 0;
  }
  .pc {
    display: block;
  }
  .none-pc {
    display: none;
  }
}

@media screen and (min-width: 1441px) {
  html {
    margin: 0;
  }
}

@media screen and (max-width: 1280px) {
  html {
    margin: 0;
  }
}

@media screen and (max-width: 1024px) {
  html {
    margin: 0;
  }
  .tab {
    display: block;
  }
  .none-tab {
    display: none !important;
  }
  .home .l-header .l-header__link {
    color: #4E4E5F;
  }
  .home .l-header .l-header__link span::before {
    background: #4E4E5F;
  }
  .l-header__nav {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-header__items {
    display: grid;
    gap: 0;
    width: 100%;
  }
  .l-header__item {
    display: block;
  }
  .l-header__item:not(:last-child) {
    border-bottom: 1px dashed #fff;
  }
  .l-header__link {
    padding: 1.5em 0;
    text-align: center;
  }
  .l-header__link span {
    color: #fff !important;
  }
  .l-header__sp-cta {
    display: block;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 60px;
    width: 60px;
    height: 60px;
  }
  .l-header__menu {
    position: fixed;
    z-index: 100;
    background: #004C56;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    height: 100vh;
    padding: 80px 5vw 120px;
    -webkit-transition: opacity ease 0.4s;
    transition: opacity ease 0.4s;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    pointer-events: none;
  }
  .c-hamburger__menu {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    background: #4E4E5F;
  }
  .p-page-head {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  html {
    margin: 0;
  }
  a[href^="tel:"] {
    pointer-events: initial;
  }
  .sp {
    display: block;
  }
  .none-sp {
    display: none;
  }
  .c-btn {
    padding: 1.2em 2em;
  }
  .c-title-1 {
    font-size: 1.375rem;
  }
  .c-title-2 {
    font-size: 1.25rem;
  }
  .c-table th {
    width: 8em;
    padding: 1em 0;
  }
  .c-table td {
    padding: 1em 0;
  }
  .c-table td a[href*="tel:"] {
    pointer-events: inherit;
    text-decoration: underline;
  }
  .cf7-form__select-3 .wpcf7-form-control.wpcf7-checkbox {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-form__step {
    margin: 2.5em auto 0;
    padding: 2.5em 5vw;
  }
  .c-section-head-1__title {
    font-size: 4rem;
  }
  .c-section-head-1__ja {
    font-size: 1.5rem;
  }
  .c-cards--2 {
    gap: 50px 18px;
  }
  .c-cards--3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-cards--4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
  .c-post__link {
    padding: 1.5em 2em 1.5em 0;
  }
  .c-post__link::after {
    right: 0;
  }
  .c-accordion__item {
    padding: 0 20px;
  }
  .c-accordion__item:nth-child(n+2) {
    margin-top: 10px;
  }
  .c-accordion__title {
    padding: 18px 30px 18px 0;
  }
  .c-accordion__text {
    padding-right: 30px;
  }
  .l-header {
    padding: 19px 0;
  }
  .l-header__inner {
    padding: 0 5vw;
  }
  .c-logo {
    max-width: 180px;
  }
  .l-header__title a {
    font-size: 1.25rem;
  }
  .l-header__sp-cta {
    right: 60px;
    width: 60px;
    height: 60px;
  }
  .l-header__sp-cta a::after {
    width: 24px;
    height: 24px;
  }
  .c-hamburger__menu {
    width: 60px;
    height: 60px;
  }
  .c-hamburger__menu span {
    width: 30px;
  }
  .l-footer__inner {
    padding: 0 5vw;
  }
  .l-footer__wrapper {
    display: block;
  }
  .l-footer__title {
    text-align: center;
  }
  .l-footer__title a {
    font-size: 1.5rem;
  }
  .l-footer__title .c-logo {
    margin: 0 auto;
  }
  .l-footer__address {
    text-align: center;
    font-size: 0.9375rem;
  }
  .l-footer__menu {
    margin-top: 2em;
    text-align: center;
  }
  .l-footer__link {
    font-size: 0.9375rem;
  }
  .l-footer__cta {
    margin-top: 2em;
  }
  .l-footer__cta .c-btn {
    margin: 0 auto;
  }
  .l-footer__copyright {
    margin-top: 5em;
    font-size: 0.625rem;
  }
  .l-inner {
    padding: 0 5vw;
  }
  .l-top-section {
    padding: 5em 0;
  }
  .l-section {
    padding: 4em 0;
  }
  .p-top-hero__head {
    padding: 0 5vw;
  }
  .p-top-hero__title {
    font-size: 2rem;
  }
  .p-top-hero__title span:not([class]) {
    font-size: 1.75rem;
  }
  .p-top-hero__sub-title {
    margin-top: 4em;
    font-size: 1.25rem;
  }
  .p-fixed-bg {
    height: auto;
    padding-top: 62.5%;
  }
  .p-fixed-bg__bg {
    position: relative;
    width: inherit;
    height: inherit;
  }
  .p-top-news__wrapper .c-section-head-1 {
    margin-bottom: 2.5em;
  }
  .p-top-news__wrapper {
    display: block;
  }
  .p-top-news__body {
    padding: 2em 5vw;
  }
  .p-top-service__wrapper {
    padding-bottom: 0;
  }
  .p-top-service__textarea {
    position: relative;
    margin: -1em auto 0;
    width: 90%;
    padding: 2em 5vw;
  }
  .p-top-company__wrapper {
    padding-bottom: 0;
  }
  .p-top-company__textarea {
    position: relative;
    margin: -1em auto 0;
    width: 90%;
    padding: 2em 5vw;
  }
  .p-top-recruit__wrapper {
    padding: 5em 0;
  }
  .p-top-recruit__btn {
    margin-top: 2em;
  }
  .p-page-head__inner {
    padding: 0 5vw;
  }
  body .p-page__wrapper h2 {
    padding-bottom: 12px;
    margin-bottom: 1.5rem;
    font-size: 1rem !important;
  }
  body .p-page__wrapper h3 {
    font-size: 0.9375rem !important;
  }
  body .p-page__wrapper h4 {
    font-size: 0.875rem;
  }
  body .p-page__wrapper p {
    font-size: 0.875rem;
  }
  body .p-page__wrapper ul:not(.toc_list) li {
    font-size: 0.875rem;
  }
  body .p-page__wrapper ul:not(.toc_list) li::before {
    top: 8px;
  }
  body .p-page__wrapper .wp-block-button {
    width: 100% !important;
    max-width: 300px !important;
  }
  .p-meta__body {
    margin-top: 20px;
  }
  .p-single__body h2 {
    font-size: 1.25rem;
  }
  .p-single__body h3 {
    font-size: 1.125rem;
  }
  .p-single__body p {
    font-size: 0.9375rem;
  }
  .p-single__body ul:not(.toc_list) li {
    font-size: 0.875rem;
  }
  .p-single__body ul:not(.toc_list) li::before {
    top: 8px;
  }
  .p-single__body .wp-block-button {
    width: 100% !important;
    max-width: 300px !important;
  }
  .p-single__pagination {
    margin-top: 60px;
  }
  .p-single__next,
.p-single__prev {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 40px;
        -ms-flex: 0 1 40px;
            flex: 0 1 40px;
    height: 40px;
  }
  .p-single__next span:not([class]),
.p-single__prev span:not([class]) {
    width: 40px;
    height: 40px;
  }
  .p-single__next span:not([class])::after,
.p-single__prev span:not([class])::after {
    width: 14px;
  }
  .p-service__item {
    display: block;
  }
  .p-service__img {
    margin-top: 1em;
  }
  .p-service__textarea {
    margin-top: 1em;
  }
  .p-recruit__textarea {
    padding: 2em 5vw;
  }
}

@media screen and (max-width: 599px) {
  html {
    margin: 0;
  }
  .md {
    display: block;
  }
  .none-md {
    display: none;
  }
  .c-table th,
.c-table td {
    display: block;
  }
  .c-table th {
    font-weight: bold;
    padding: 1.5em 0 0.5em;
  }
  .c-table td {
    padding: 0 0 1.5em;
    font-size: 0.9375rem;
  }
  .c-form__block {
    display: block;
  }
  .c-form__meta {
    padding-top: 0;
  }
  .cf7-form {
    margin-top: 8px;
  }
  .c-cards--3 {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .c-cards--4 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .c-post__link {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .p-meta__wrapper {
    display: block;
  }
}

@media screen and (max-width: 425px) {
  html {
    margin: 0;
  }
  .sm {
    display: block;
  }
  .none-sm {
    display: none;
  }
}

@media screen and (max-width: 375px) {
  html {
    margin: 0;
  }
}

@media (hover: hover) {
  .c-btn:hover {
    background: #004C56;
    color: #fff;
  }
  .c-btn:hover::after {
    background: #fff;
  }
  .c-table td a[href*="mailto:"]:hover {
    text-decoration: none;
  }
  .c-form__step-text a:hover {
    text-decoration: none;
  }
  .c-form__submit p:hover::after {
    background: #fff;
  }
  .c-card__link:hover .c-card__img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .c-card__link:hover .c-card__title {
    color: #004C56;
  }
  .c-post__link:hover {
    background: #F7FBFB;
  }
  .c-post__link:hover .c-post__title {
    text-decoration: underline;
  }
  .l-header__link:hover span::before {
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .l-footer__link:hover {
    text-decoration: underline;
  }
  .p-top-news__btn a:hover {
    text-decoration: none;
  }
  body .p-page__wrapper p a:hover {
    text-decoration: none;
  }
  body .p-page__wrapper .wp-block-button__link:hover {
    background-color: #f9f9f9;
    color: #004C56;
  }
  .p-meta__text:hover {
    text-decoration: underline;
  }
  a.page-numbers:hover {
    text-decoration: underline;
  }
  .p-single__body p a:hover {
    text-decoration: none;
  }
  .p-single__body .wp-block-button__link:hover {
    background-color: #f9f9f9;
    color: #004C56;
  }
  .p-single__next:hover span:not([class]),
.p-single__prev:hover span:not([class]) {
    background: transparent;
  }
  .p-single__next:hover span:not([class])::after,
.p-single__prev:hover span:not([class])::after {
    background: #4E4E5F;
  }
  .p-single__back:hover {
    text-decoration: none;
  }
}

@media screen and (min-width: 768px) {
  .c-form__check-block {
    margin-top: 2.5rem;
  }
  .wpcf7-list-item-label {
    font-size: 1rem;
  }
  .c-form__check-block p {
    font-size: 1rem;
  }
  .form__input-check + .wpcf7-list-item-label:before {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    width: 26px;
  }
  .form__check-block .wpcf7-not-valid-tip {
    width: auto;
  }
}
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */