@charset "UTF-8";
/* リキッドレイアウト対応 */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 3.46vw;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  html,
:root {
    font-size: 100px;
    font-size: 1.11vw;
  }
}
/* pcの電話番号発信対応 */
@media screen and (min-width: 768px), print {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: text;
  }
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    -webkit-text-decoration-skip-ink: inherit;
            text-decoration-skip-ink: inherit;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px), print {
  a:hover {
    opacity: 0.8;
  }
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  color: #2E2E2E;
  overflow-x: hidden;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  font-weight: 400;
  letter-spacing: 0.03em;
  position: relative;
  word-wrap: break-word;
  word-break: break-all;
  line-height: 2;
  background-color: #FFFDE1;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  body {
    overflow-wrap: break-word;
    line-height: 1.8;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .u-hidden-pc {
    display: none;
  }
}

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

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

.is-kerning {
  margin-left: -0.35em;
  margin-right: -0.35em;
}

@font-face {
  font-family: "zenmin_m";
  src: url("../fonts/zenmin_m.woff2") format("woff2"), url("../fonts/zenmin_m.otf") format("opentype"), url("../fonts/zenmin_m.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "zenmin_b";
  src: url("../fonts/zenmin_b.woff2") format("woff2"), url("../fonts/zenmin_b.otf") format("opentype"), url("../fonts/zenmin_b.ttf") format("truetype");
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  list-style: none;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* 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 {
  max-width: 100%;
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
  height: auto;
}

/* 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);
}

iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  font-size: 16px;
}

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;
}

.l-body {
  position: relative;
}

#l-wrapper {
  overflow: hidden;
}

.l-header {
  position: fixed;
  width: calc(100% - 7.5rem);
  top: 0.625rem;
  left: 3.75rem;
  z-index: 10;
}
@media screen and (min-width: 768px), print {
  .l-header {
    border-radius: 1.25rem;
    transition: background-color ease 0.3s, border-radius 0.3s ease 0.3s, box-shadow ease 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    width: calc(100% - 1.25rem);
    top: 1.25rem;
    left: 0.625rem;
  }
}
@media screen and (min-width: 768px), print {
  body.p-scroll .l-header {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.05);
  }
}
body.open .l-header {
  border-radius: 1.25rem 1.25rem 0 0;
  transition: background-color ease 0.3s, border-radius 0.2s ease;
}
body.open .l-header:before {
  width: calc(100vw - 1.25rem);
  height: calc(100vh - 1.25rem);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
  border-radius: 3.125rem;
  content: "";
}
@media screen and (min-width: 768px), print {
  .l-header::before {
    background-color: rgba(0, 0, 0, 0.3);
    transition: background-color 0.6s;
  }
}
.l-header__inner {
  margin: 0 auto;
  display: grid;
  justify-content: space-between;
  align-items: center;
  height: 4.375rem;
}
@media screen and (min-width: 768px), print {
  .l-header__inner {
    grid-template-columns: 10.3125rem auto;
    padding: 0 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 8.125rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 1.875rem;
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 768px), print {
  .l-header__logo img {
    width: 14.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .l-main {
    display: flex;
    flex-direction: column;
  }
}
body#blog .l-main {
  padding-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  body#blog .l-main {
    padding-top: 9.375rem;
  }
}
body#news .l-main {
  padding-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  body#news .l-main {
    padding-top: 6.25rem;
  }
}
body#top .l-main {
  padding-top: 5.625rem;
}
@media screen and (max-width: 767px) {
  body#top .l-main {
    padding-top: 6.875rem;
  }
}
@media screen and (max-width: 767px) {
  body.single .l-main {
    padding-top: 8.125rem;
  }
}

@media screen and (max-width: 767px) {
  .l-contentsn {
    order: 1;
  }
}

.l-inner {
  max-width: 62.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: calc(100% - 5rem);
  }
}
@media screen and (max-width: 767px) {
  body.single .p-single .l-inner {
    max-width: calc(100% - 1.25rem);
  }
}

.l-footer {
  position: relative;
  padding: 5rem 0 1.875rem 0;
  margin-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 5rem 0 1.25rem;
    margin-top: 1.25rem;
  }
  body#top .l-footer {
    margin-top: 5rem;
  }
}
.l-footer::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-color: #EFA800;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  border-top-left-radius: 15.625rem;
  border-top-right-radius: 15.625rem;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l-footer::before {
    border-top-left-radius: 3.125rem;
    border-top-right-radius: 3.125rem;
  }
}
.l-footer .l-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .l-footer .l-inner {
    gap: 3.125rem;
  }
}
.l-footer__bnrs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .l-footer__bnrs {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.l-footer__bnr--01 {
  position: relative;
}
.l-footer__bnr--01 img {
  width: calc(100% + 0.625rem);
  max-width: calc(100% + 0.625rem);
  margin: -1.25rem -0.625rem 0 0;
}
.l-footer__profile {
  display: grid;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .l-footer__profile {
    grid-template-columns: 1fr 7.5rem 1fr;
    grid-gap: 3.125rem;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__profile {
    grid-template-columns: 1fr;
    padding: 0 0.625rem 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__profile:before {
    width: calc(100vw - 1.25rem);
    height: calc(100% - 1.875rem);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.4);
    border-radius: 1.875rem;
    content: "";
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__profile-item {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__profile-item--oluolu {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__profile-item--mabiki {
    order: 3;
  }
}
.l-footer__recruit {
  grid-row: 1/2;
  grid-column: 1/4;
}
.l-footer__name {
  line-height: 1.4;
}
.l-footer__name dt {
  font-weight: 700;
  text-align: center;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .l-footer__name dt {
    font-size: 1.0625rem;
  }
}
.l-footer__name dd {
  font-weight: 700;
  font-size: 1.375rem;
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-footer__name dd {
    font-size: 1.875rem;
    margin-top: 0;
  }
}
.l-footer__add {
  text-align: center;
  margin-top: 0.625rem;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .l-footer__add {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}
.l-footer__tel {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  padding-bottom: 1.875rem;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-footer__tel {
    margin-top: 0.3125rem;
  }
}
.l-footer__tel dt,
.l-footer__tel dd {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .l-footer__tel dt,
.l-footer__tel dd {
    font-size: 1.1875rem;
  }
}
.l-footer__tel dt a, .l-footer__tel dt span,
.l-footer__tel dd a,
.l-footer__tel dd span {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 0.3125rem;
  align-items: center;
}
.l-footer__tel dt a::before, .l-footer__tel dt span::before,
.l-footer__tel dd a::before,
.l-footer__tel dd span::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.l-footer__tel dt a::before {
  background-image: url(../../assets/images/common/icon_tel01.png);
  width: 0.875rem;
  aspect-ratio: 12/15;
}
.l-footer__tel dd span::before {
  background-image: url(../../assets/images/common/icon_fax01.png);
  width: 1.125rem;
  aspect-ratio: 1;
}
.l-footer__time {
  display: grid;
  grid-template-columns: 7.5rem auto;
  grid-gap: 0;
}
.l-footer__time dt,
.l-footer__time dd {
  letter-spacing: normal;
  height: 100%;
  font-size: 0.875rem;
}
.l-footer__time dt {
  background-color: #EFA800;
  color: #fff;
  line-height: 1.15;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.l-footer__time dd {
  line-height: 1.21;
  padding: 0.625rem;
  background-color: rgba(239, 168, 0, 0.15);
}
@media screen and (min-width: 768px), print {
  .l-footer__time dd {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__time dd {
    padding: 0.625rem 0.9375rem;
  }
}
.l-footer__time-dayservice dt {
  background-color: #2D8F24;
}
.l-footer__time-dayservice dd {
  background-color: rgba(45, 143, 36, 0.09);
}
.l-footer__logo {
  margin: 0 auto;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 8.125rem;
    order: 1;
  }
}

.l-copy {
  color: #EFA800;
  text-align: right;
}
@media screen and (min-width: 768px), print {
  .l-copy {
    font-size: 0.75rem;
    width: 62.5rem;
    margin: 1.875rem auto 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .l-copy {
    margin: 1.5625rem 0 0;
    font-size: 3vw;
    text-align: center;
  }
}

.c-btn {
  text-align: center;
}
.c-btn > a,
.c-btn > span {
  position: relative;
  color: #2E2E2E;
  line-height: 1.3;
  padding: 0.9375rem 0 1.5625rem;
  background-color: #EFA800;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 0;
  box-sizing: border-box;
}
@media screen and (min-width: 768px), print {
  .c-btn > a,
.c-btn > span {
    height: 3.75rem;
    width: 15.625rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn > a,
.c-btn > span {
    padding: 1.875rem;
    min-height: 5rem;
  }
}
.c-btn > a::before,
.c-btn > span::before {
  display: block;
  position: absolute;
  content: "";
  border-left: 1px solid #2E2E2E;
  border-bottom: 1px solid #2E2E2E;
  width: 100%;
  height: 100%;
  top: -0.3125rem;
  left: -0.3125rem;
}
.c-btn > a > span::before, .c-btn > a > span::after,
.c-btn > span > span::before,
.c-btn > span > span::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #2E2E2E;
}
.c-btn > a > span::before,
.c-btn > span > span::before {
  height: 1px;
  width: calc(100% - 0.625rem);
  left: -0.3125rem;
  top: -0.3125rem;
}
.c-btn > a > span::after,
.c-btn > span > span::after {
  width: 1px;
  height: calc(100% - 0.625rem);
  bottom: 0.3125rem;
  right: 0.3125rem;
}
.c-btn__arrow {
  position: relative;
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-btn__arrow::after {
  z-index: -1;
  top: 50%;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 0.9375rem;
  background-color: #2E2E2E;
  background-image: url(../../assets/images/common/icon_arrow01.svg);
  background-repeat: no-repeat;
  background-size: 0.375rem auto;
  background-position: center center;
  display: block;
  content: "";
  margin-left: 0.625rem;
}

.c-color-red {
  color: #CB1B45;
}
.c-color-blue {
  color: #113285;
}
.c-color-black {
  color: #2E2E2E;
}
.c-color-white {
  color: #fff;
}
.c-color-green {
  color: #2D8F24;
}
.c-color-orange {
  color: #EFA800;
}

.c-list > li {
  position: relative;
  padding-left: 1.25rem;
}
.c-list > li::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 0.3125rem;
  top: 0.875rem;
  left: 0;
  background-color: #2E2E2E;
}

.c-link__pdf:after {
  width: 0.875rem;
  aspect-ratio: 14/18;
  display: inline-block;
  margin: 0 0 -0.15em 0.3125rem;
  background: url(../../assets/images/common/icon_pdf01.png) center/contain no-repeat;
  content: "";
}

.c-sec-subtitle {
  text-shadow: 0 0 0.3125rem rgba(46, 46, 46, 0.4);
  color: #fff;
  display: inline-block;
  line-height: 1.5;
  padding: 0.3125rem 0.625rem;
  border-radius: 0.3125rem;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .c-sec-subtitle {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .c-sec-subtitle {
    font-size: 1.875rem;
    padding: 1vw 1.875rem;
  }
}
.c-sec-subtitle::before, .c-sec-subtitle::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: -1;
}
.c-sec-subtitle::before {
  background-color: #78BB05;
}
.c-sec-subtitle::after {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/common/img_btn-bg01.png);
}

.c-sec-title {
  font-size: 2.1875rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-sec-title {
    font-size: 1.875rem;
  }
}
.c-sec-title.js-scroll {
  opacity: 0;
}
.c-sec-title.js-scroll.is-active {
  -webkit-animation: bounceFade 0.6s linear forwards;
          animation: bounceFade 0.6s linear forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

@-webkit-keyframes bounceFade {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  40% {
    transform: translateY(-0.625rem);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes bounceFade {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  40% {
    transform: translateY(-0.625rem);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.c-table,
.p-post table,
.wp-block-table .has-fixed-layout {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.625rem;
  border: none;
}
@media screen and (max-width: 767px) {
  .c-table,
.p-post table,
.wp-block-table .has-fixed-layout {
    border-collapse: collapse;
  }
}
@media screen and (max-width: 767px) {
  .c-table tbody,
.c-table tr,
.p-post table tbody,
.p-post table tr,
.wp-block-table .has-fixed-layout tbody,
.wp-block-table .has-fixed-layout tr {
    display: block;
  }
}
.c-table th,
.c-table td,
.p-post table th,
.p-post table td,
.wp-block-table .has-fixed-layout th,
.wp-block-table .has-fixed-layout td {
  padding: 0.9375rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-table th,
.c-table td,
.p-post table th,
.p-post table td,
.wp-block-table .has-fixed-layout th,
.wp-block-table .has-fixed-layout td {
    display: block;
    padding: 1.875rem;
  }
}
.c-table th,
.p-post table th,
.wp-block-table .has-fixed-layout th {
  color: #fff;
}
@media screen and (min-width: 768px), print {
  .c-table th,
.p-post table th,
.wp-block-table .has-fixed-layout th {
    width: 18.125rem;
    text-align: left;
  }
}
.c-table thead th,
.p-post table thead th,
.wp-block-table .has-fixed-layout thead th {
  background-color: #2E2E2E;
  color: #fff;
}
.c-table td,
.p-post table td,
.wp-block-table .has-fixed-layout td {
  background-color: #fff;
  border: none;
  text-align: left;
}

.c-tel {
  z-index: 0;
}
.c-tel a {
  line-height: 1.2;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.c-tel a::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  width: 2.25rem;
  height: 2.25rem;
  background-image: url(../../assets/images/common/icon_tel01.svg);
}

/*==========================================
  Pagination
==========================================*/
.c-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    margin-top: 3.125rem;
  }
}
.c-pagination__list {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-pagination__list {
    gap: 0.3125rem;
  }
}
.c-pagination a.c-pagination__item, .c-pagination a.c-pagination__arrow,
.c-pagination span.c-pagination__item,
.c-pagination span.c-pagination__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 2.75rem;
  height: 2.75rem;
  padding: 0 0.5rem;
  text-decoration: none;
  transition: 0.3s;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-pagination a.c-pagination__item, .c-pagination a.c-pagination__arrow,
.c-pagination span.c-pagination__item,
.c-pagination span.c-pagination__arrow {
    min-width: 1.875rem;
    height: 1.875rem;
    padding: 0 0.1875rem;
  }
}
.c-pagination__item--current {
  cursor: default;
}
.c-pagination__arrow {
  flex-shrink: 0;
  border-radius: 6.25rem;
  position: relative;
}
.c-pagination__arrow::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto auto auto 0.1875rem;
  background: url(../../assets/images/common/icon_arrow01.svg) center/contain no-repeat;
  width: 0.9375rem;
  height: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-pagination__arrow::after {
    width: 0.625rem;
    height: 0.625rem;
  }
}
.c-pagination__arrow--prev {
  margin-right: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-pagination__arrow--prev {
    margin-right: 0.3125rem;
  }
}
.c-pagination__arrow--prev::after {
  transform: scale(-1, 1);
  margin: auto 0.1875rem auto auto;
}
.c-pagination__arrow--next {
  margin-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-pagination__arrow--next {
    margin-left: 0.3125rem;
  }
}
.c-pagination a.c-pagination__arrow {
  background-color: #2E2E2E;
}
.c-pagination span.c-pagination__arrow {
  background-color: #D8D8D8;
}
.c-pagination__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 1.5625rem;
  height: 2.8125rem;
  color: #2E2E2E;
}

/*==========================================
  Post Content
==========================================*/
.c-post-content {
  background-color: #fff;
  padding: 3.75rem;
}
@media screen and (max-width: 767px) {
  .c-post-content {
    border-radius: 1.875rem;
    padding: 3.125rem;
  }
}
.c-post-content > * {
  margin: 1.875rem 0;
}
.c-post-content > * + * {
  margin-top: 3.125rem;
}
.c-post-content > :is(h1 + h1,
h2 + h2,
h3 + h3,
h4 + h4,
h5 + h5,
h6 + h6,
p + p,
ul + ul,
ol + ol,
table + table,
figure + figure,
blockquote + blockquote) {
  margin-top: 1.875rem;
}
.c-post-content h1 {
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .c-post-content h1 {
    font-size: 5.5vw;
  }
}
.c-post-content h2 {
  padding: 0.9375rem 1.5rem;
  border-radius: 0.5rem;
  background: linear-gradient(90deg, #ffddcf 0%, #fff4a4 55%, #dfff62 100%);
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-post-content h2 {
    font-size: 5.5vw;
  }
}
.c-post-content h3 {
  padding-bottom: 0.9375rem;
  border-bottom: 0.1875rem dotted #d6d6d6;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-post-content h3 {
    font-size: 5.5vw;
  }
}
.c-post-content h4 {
  position: relative;
  padding-left: 1.5625rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-post-content h4 {
    font-size: 5vw;
  }
}
.c-post-content h4::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: #e4f4a7;
  transform: translateY(-50%);
}
.c-post-content h5 {
  position: relative;
  padding-left: 1.5625rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-post-content h5 {
    font-size: 5vw;
  }
}
.c-post-content h5::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background: #ffec7a;
  transform: translateY(-50%);
}
.c-post-content h6 {
  position: relative;
  padding-left: 1.5625rem;
  line-height: 1.5;
  font-weight: 700;
}
.c-post-content h6::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 0.75rem;
  height: 1px;
  background: #d6d6d6;
}
.c-post-content p {
  line-height: 1.9;
}
.c-post-content p.is-left {
  text-align: left;
}
.c-post-content p.is-center {
  text-align: center;
}
.c-post-content p.is-right {
  text-align: right;
}
.c-post-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.c-post-content img.alignleft {
  margin-right: auto;
}
.c-post-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
}
.c-post-content img.alignright {
  margin-left: auto;
}
.c-post-content figure {
  margin-right: 0;
  margin-left: 0;
}
.c-post-content figure.alignleft {
  text-align: left;
}
.c-post-content figure.aligncenter {
  text-align: center;
}
.c-post-content figure.alignright {
  text-align: right;
}
.c-post-content figure img {
  display: inline-block;
}
.c-post-content ul,
.c-post-content ol {
  padding-left: 0;
  list-style: none;
}
.c-post-content ul li {
  position: relative;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .c-post-content ul li {
    padding-left: 1.25rem;
  }
}
.c-post-content ul li::before {
  content: "";
  position: absolute;
  top: 0.95em;
  left: 0.25rem;
  width: 0.375rem;
  height: 0.375rem;
  border: 0.125rem solid #f0b333;
  border-radius: 50%;
  transform: translateY(-50%);
}
.c-post-content ol {
  counter-reset: number;
}
.c-post-content ol li {
  position: relative;
  padding-left: 1.5625rem;
  counter-increment: number;
}
@media screen and (max-width: 767px) {
  .c-post-content ol li {
    padding-left: 3.125rem;
  }
}
.c-post-content ol li::before {
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
  color: #2e9b34;
  font-weight: 700;
}
.c-post-content li + li {
  margin-top: 0.625rem;
}
.c-post-content table {
  width: 100%;
  border-collapse: collapse;
}
.c-post-content table th,
.c-post-content table td {
  padding: 0.9375rem;
  border: 1px solid #d6d6d6;
}
@media screen and (max-width: 767px) {
  .c-post-content table th,
.c-post-content table td {
    font-size: 100%;
  }
}
.c-post-content table th {
  font-weight: 700;
}
.c-post-content table td {
  background-color: #fff;
}
.c-post-content table thead th {
  background-color: #f8f4b1;
}
.c-post-content table tbody th {
  background-color: #F1F1EC;
}
.c-post-content blockquote {
  padding: 1.5625rem;
  border-left: 0.25rem solid #f8f4b1;
  background: #f9f9f5;
}
.c-post-content hr {
  border: 0;
  border-top: 0.1875rem dotted #f8f4b1;
}

.c-post-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.125rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .c-post-nav {
    margin-top: 3.125rem;
  }
}
.c-post-nav__link {
  padding: 0.9375rem 1.75rem;
  border-radius: 6.25rem;
  color: #fff;
  line-height: 1;
  transition: 0.3s;
  position: relative;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-post-nav__link {
    width: 3.125rem;
    height: 3.125rem;
    padding: 0;
  }
}
.c-post-nav__link::after {
  content: "";
  display: block;
  margin: auto auto auto 0.1875rem;
  background-image: url(../../assets/images/common/icon_arrow01.svg);
  width: 0.9375rem;
  height: 0.9375rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}
@media screen and (max-width: 767px) {
  .c-post-nav__link::after {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    margin: 0;
    position: absolute;
  }
}
.c-post-nav__link:hover {
  opacity: 0.75;
}
.c-post-nav__link--prev {
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px), print {
  .c-post-nav__link--prev {
    padding-left: 1.5625rem;
  }
}
.c-post-nav__link--prev::after {
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .c-post-nav__link--prev::after {
    transform: translate(-50%, -50%) scale(-1, 1);
  }
}
@media screen and (min-width: 768px), print {
  .c-post-nav__link--next {
    padding-right: 1.5625rem;
  }
}
.c-post-nav__link.is-disabled {
  background-color: #D8D8D8;
  color: #2E2E2E;
  pointer-events: none;
}
.c-post-nav > a.c-post-nav__link {
  background-color: #2E2E2E;
}
.c-post-nav > span.c-post-nav__link {
  background-color: #D8D8D8;
  color: #2E2E2E;
}
.c-post-nav > span.c-post-nav__link::after {
  background-image: url(../../assets/images/common/icon_arrow-black01.svg);
}
.c-post-nav > a.c-post-nav__back {
  background-color: transparent;
}
.c-post-nav__text {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-post-nav__text {
    display: none;
  }
}
.c-post-nav__back {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.125rem;
  color: #2E2E2E;
  text-decoration: none;
  line-height: 1;
  transition: 0.3s;
  padding-top: 0.9375rem;
}
.c-post-nav__back::before {
  content: "";
  display: block;
  width: 1.875rem;
  height: 0.125rem;
  margin-bottom: 0.3125rem;
  background: #2E2E2E;
  box-shadow: 0 -0.625rem 0 #2E2E2E, 0 0.625rem 0 #2E2E2E;
}
.c-post-nav__back:hover {
  opacity: 0.65;
}

/*==========================================
  Breadcrumb
==========================================*/
.c-breadcrumb {
  overflow-x: auto;
  white-space: nowrap;
}
@media screen and (min-width: 768px), print {
  .c-breadcrumb {
    padding: 0 0 3.125rem;
  }
  body#blog .c-breadcrumb, body#news .c-breadcrumb {
    padding-top: 6.25rem;
  }
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding-top: 5rem;
    order: 2;
  }
}
.c-breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px), print {
  .c-breadcrumb__list {
    width: 62.5rem;
    margin: 0 auto;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list {
    overflow-x: scroll;
    padding-bottom: 0.3125rem;
  }
}
.c-breadcrumb__item {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 0.875rem;
}
.c-breadcrumb__item:not(:last-child)::after {
  content: "";
  width: 1.25rem;
  height: 1px;
  display: inline-block;
  margin: 0 0 0 0.9375rem;
  background: rgba(46, 46, 46, 0.4);
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__item:first-child {
    margin-left: 1.875rem;
  }
}
.c-breadcrumb__item:first-child a:before {
  width: 1.125rem;
  aspect-ratio: 1;
  display: inline-block;
  background: url(../../assets/images/common/icon_gnavi01.png) center/contain no-repeat;
  margin: 0 0.4375rem -0.125rem 0;
  content: "";
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__item:last-child {
    margin-right: 1.875rem;
  }
}
.c-breadcrumb__link {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
.c-breadcrumb__link:hover {
  opacity: 0.65;
}
.c-breadcrumb__current {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list {
    gap: 0.625rem;
  }
  .c-breadcrumb__item:not(:last-child)::after {
    margin-left: 0.625rem;
  }
}

.c-deco--01 {
  width: 9.125rem;
  aspect-ratio: 146/102;
}
.c-deco--01 img {
  position: absolute;
  display: block;
  -webkit-animation: blinkScale 4s linear infinite;
          animation: blinkScale 4s linear infinite;
}
.c-deco--01 img:nth-child(1) {
  width: 23%;
  left: 0;
  bottom: 0;
}
.c-deco--01 img:nth-child(2) {
  width: 61%;
  left: 27%;
  top: 0;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.c-deco--01 img:nth-child(3) {
  width: 23%;
  right: 0;
  top: 0;
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}
.c-deco--02 {
  width: 5rem;
  aspect-ratio: 1;
}
.c-deco--02 img {
  position: absolute;
  display: block;
  -webkit-animation: blinkScale 4s linear infinite;
          animation: blinkScale 4s linear infinite;
}
.c-deco--02 img:nth-child(1) {
  width: 93%;
  top: 0;
  left: 0;
}
.c-deco--02 img:nth-child(2) {
  width: 37.5%;
  bottom: 0;
  right: 0;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@-webkit-keyframes blinkScale {
  0%, 100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.15) translateY(1.5625rem);
  }
}
@keyframes blinkScale {
  0%, 100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.15) translateY(1.5625rem);
  }
}
.c-deco--03.is-active {
  offset-path: path("M 0 0 C -50 30, -70 -30, 0 0 C 70 30, 50 -30, 0 0 ");
  offset-distance: 0%;
  offset-rotate: 0deg;
  -webkit-animation: butterflyFlight 5s linear forwards;
          animation: butterflyFlight 5s linear forwards;
}
.c-deco--04.is-active {
  offset-path: path("M 0 0 C -40 20, -60 -20, 0 0 C 60 20, 40 -20, 0 0");
  offset-distance: 0%;
  offset-rotate: 0deg;
  -webkit-animation: butterflyFlight 5s linear forwards;
          animation: butterflyFlight 5s linear forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@-webkit-keyframes butterflyFlight {
  from {
    offset-distance: 0%;
  }
  to {
    offset-distance: 100%;
  }
}
@keyframes butterflyFlight {
  from {
    offset-distance: 0%;
  }
  to {
    offset-distance: 100%;
  }
}

.c-anime-fadeup {
  opacity: 0;
}
.c-anime-fadeup.is-active {
  -webkit-animation: fadeUp 1s ease-out forwards;
          animation: fadeUp 1s ease-out forwards;
}
@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.c-anime-drop__char {
  display: inline-block;
  opacity: 0;
  transform: translateY(-0.5em);
}
.c-anime-drop.is-active .c-anime-drop__char {
  -webkit-animation: dropText 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
          animation: dropText 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  -webkit-animation-delay: var(--delay);
          animation-delay: var(--delay);
}
@-webkit-keyframes dropText {
  from {
    opacity: 0;
    transform: translateY(-0.5em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes dropText {
  from {
    opacity: 0;
    transform: translateY(-0.5em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.c-tab__cont {
  display: none;
}
.c-tab__cont.is-active {
  display: block;
}

.c-pagetitle {
  font-size: 2.5rem;
  text-align: center;
  padding: 5rem 0;
  height: 22.5rem;
  box-sizing: border-box;
  place-content: center;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-pagetitle {
    font-size: 2.1875rem;
    height: 17.5rem;
    padding: 5rem 0 3.125rem;
    margin-bottom: 3.125rem;
  }
}
.c-pagetitle:before {
  width: 100.3125rem;
  aspect-ratio: 1605/946;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../../assets/images/common/bg_title01.png) center bottom/contain no-repeat;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-pagetitle:before {
    width: 56.25rem;
  }
}

@media screen and (min-width: 768px), print {
  .p-dropdown {
    z-index: -2;
    position: absolute;
    left: 0;
    right: 0;
    line-height: 0;
    opacity: 0;
    transition: 0.3s ease-in-out;
    padding: 0;
    overflow: hidden;
    top: 6.25rem;
    font-size: 0;
    margin: 0 auto;
    height: 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px), print {
  body.p-scroll .p-dropdown {
    top: 3.75rem;
  }
}
.p-dropdown__inner {
  padding: 8.125rem 0 0 0;
}
@media screen and (min-width: 768px), print {
  .p-dropdown__inner {
    width: 62.5rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-dropdown__inner {
    padding: 0;
  }
}
@media screen and (min-width: 768px), print {
  .p-dropdown__inner:last-child {
    padding-bottom: 8.125rem;
  }
}
* + .p-dropdown__inner {
  padding: 1.875rem 0 0 0;
}
@media screen and (max-width: 767px) {
  * + .p-dropdown__inner {
    padding: 0;
  }
}
@media screen and (min-width: 768px), print {
  .l-header__nav-item:hover a + .p-dropdown {
    opacity: 1;
    line-height: normal;
    font-size: inherit;
    height: auto;
  }
}
@media screen and (min-width: 768px), print {
  .p-dropdown::before {
    content: "";
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.38);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
}
.p-dropdown__item {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .p-dropdown__items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-dropdown__items {
    height: 0;
    opacity: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px), print {
  * + .p-dropdown__item {
    padding-left: 0.3125rem;
  }
}
* + .p-dropdown__item::before {
  content: "/";
  display: block;
  position: absolute;
  transform: translate(0, -50%);
  left: 0;
  top: 50%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  * + .p-dropdown__item::before {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  .p-dropdown__item-title {
    display: inline-flex;
  }
}
@media screen and (max-width: 767px) {
  .p-dropdown__item-title {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .p-dropdown__item-title::before, .p-dropdown__item-title::after {
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    position: absolute;
    background-color: #fff;
    transition: all 0.3s ease-out;
  }
}
@media screen and (max-width: 767px) {
  .p-dropdown__item-title::before {
    width: 1.25rem;
    height: 0.125rem;
    right: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-dropdown__item-title::after {
    width: 0.125rem;
    height: 1.25rem;
    right: 8.75vw;
  }
}
.p-dropdown__item-title.active::after {
  transform: rotate(90deg);
  background-color: #fff;
}
* + .p-dropdown__item-title {
  padding-top: 0;
}
.p-dropdown__item-title a,
.p-dropdown__item-title span {
  color: #fff;
  height: auto;
  font-size: 1.125rem;
  line-height: 1.3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 768px), print {
  .p-dropdown__item-title a,
.p-dropdown__item-title span {
    background-color: #2E2E2E;
    justify-content: center;
    text-align: center;
    padding: 0.625rem 1.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-dropdown__item-title a,
.p-dropdown__item-title span {
    padding: 2vw 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-dropdown__item-title a {
    pointer-events: none;
    text-align: left;
  }
}
.p-dropdown__item a {
  color: #fff;
  height: auto;
  padding: 0.3125rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-dropdown__item a {
    padding: 0.5vw 5rem 0.5vw 8.125rem;
  }
}
.p-dropdown__item-title.active + .p-dropdown__items {
  height: auto;
  overflow: inherit;
  opacity: 1;
  transition: height 0.5s 0s ease, opacity 0.5s 0s ease;
}

#ez-toc-container .ez-toc-title-container {
  text-align: center;
}
body.single #ez-toc-container p.ez-toc-title {
  position: relative;
  text-align: center;
  font-size: 1.25rem;
  display: inline-flex;
  justify-content: center;
  background-color: #2E2E2E;
  color: #fff;
  width: 62%;
  padding: 0.9375rem;
  margin-bottom: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  body.single #ez-toc-container p.ez-toc-title {
    font-size: 4.5vw;
    padding: 1.25vw 2vw 0.75vw;
    margin-bottom: 3vw;
  }
}
body.single .post-content body.single #ez-toc-container {
  display: none;
}
@media screen and (min-width: 768px), print {
  body.single #ez-toc-container.counter-hierarchy {
    margin: 5rem 0;
    padding: 0 3.125rem 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  body.single #ez-toc-container.counter-hierarchy {
    padding: 0 1.875rem 1.875rem;
    margin: 5rem 0 1.875rem;
  }
}
body.single #ez-toc-container.counter-hierarchy nav ul {
  margin-bottom: 0;
  display: block;
  counter-reset: number;
  padding-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  body.single #ez-toc-container.counter-hierarchy nav ul {
    padding-top: 0;
  }
}
body.single #ez-toc-container.counter-hierarchy nav ul + * {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  body.single #ez-toc-container.counter-hierarchy nav ul + * {
    margin-top: 1.875rem;
  }
}
body.single #ez-toc-container.counter-hierarchy nav ul li {
  padding-left: 0;
  display: block;
}
body.single #ez-toc-container.counter-hierarchy nav ul li + * {
  margin-top: 0.625rem;
}
body.single #ez-toc-container.counter-hierarchy nav ul li::before {
  display: none;
}
body.single #ez-toc-container.counter-hierarchy nav ul li a {
  display: block;
  position: relative;
  color: #2E2E2E;
  padding: 1.5625rem 3.125rem 1.5625rem 5.625rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  body.single #ez-toc-container.counter-hierarchy nav ul li a {
    padding: 1.875rem 1.875rem 1.875rem 6.875rem;
  }
}
body.single #ez-toc-container.counter-hierarchy nav ul li a::before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  background-color: #113285;
  color: white;
  left: 0.9375rem;
  width: 3.125rem;
  height: 3.125rem;
  text-align: center;
  top: 0.9375rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  body.single #ez-toc-container.counter-hierarchy nav ul li a::before {
    width: 3.125rem;
    height: 3.125rem;
    font-size: 3vw;
    top: 1.875rem;
    left: 1.875rem;
  }
}
body.single #ez-toc-container.counter-hierarchy nav ul li ul {
  padding: 0.3125rem 0 0.9375rem 1.875rem;
}
body.single #ez-toc-container.counter-hierarchy nav ul li:last-child ul {
  padding: 0.625rem 0 0 1.25rem;
}

.p-blog__title {
  text-align: center;
  position: relative;
  padding-bottom: 1.25rem;
}
.p-blog__title::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(../../assets/images/common/img_pencil01.png);
  width: 23.75rem;
  aspect-ratio: 380/80;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .p-blog__title::before {
    width: 38vw;
  }
}
.p-blog__inner {
  position: relative;
}
.p-blog__deco {
  position: absolute;
  z-index: -1;
}
.p-blog__deco--01 {
  width: 16.25rem;
  bottom: -6.25rem;
  left: -12.5rem;
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .p-blog__deco--01 {
    width: 7.5rem;
    left: -3.125rem;
    bottom: -8.75rem;
  }
}
.p-blog__deco--02 {
  width: 12.5rem;
  right: -8.125rem;
  top: -9.375rem;
}
@media screen and (max-width: 767px) {
  .p-blog__deco--02 {
    width: 3.75rem;
    right: -1.875rem;
    top: -4.375rem;
  }
}
.p-blog__deco--03 {
  width: 1.875rem;
  left: 0;
  top: -6.875rem;
}
@media screen and (max-width: 767px) {
  .p-blog__deco--03 {
    width: 1.25rem;
    left: 0;
    top: -6.875rem;
  }
}
.p-blog__deco--04 {
  width: 1.875rem;
  left: -1.875rem;
  top: -5.625rem;
}
@media screen and (max-width: 767px) {
  .p-blog__deco--04 {
    width: 1.25rem;
    left: -1.25rem;
    top: -5rem;
  }
}
.p-blog__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3.125rem;
  margin-top: 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-blog__items {
    grid-template-columns: repeat(1, 1fr);
    margin: 3.125rem 0 0;
    grid-gap: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-blog__item a {
    display: grid;
    grid-template-columns: 42% auto;
    gap: 1.25rem;
  }
}
.p-blog__item-img {
  overflow: hidden;
  border-radius: 1.875rem;
  width: 100%;
  background-color: #fff;
  aspect-ratio: 323/210;
}
@media screen and (max-width: 767px) {
  .p-blog__item-img {
    border-radius: 1.25rem;
  }
}
.p-blog__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-blog__item-date {
  font-family: "Quicksand", sans-serif;
  margin-top: 1.25rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-blog__item-date {
    font-size: 3vw;
    margin-top: 0;
  }
}
.p-blog__item-text {
  padding: 0 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-blog__item-text {
    padding: 0.3125rem 0 0;
  }
}
.p-blog__item-title {
  margin-top: 0.625rem;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .p-blog__item-title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-blog__item-title {
    margin-top: 2vw;
    font-size: 1.875rem;
    line-height: 1.5;
    font-size: 1.0625rem;
  }
}

.p-post__inner .p-form {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-post__inner .p-form {
    margin: 3.125rem 0 0;
  }
}
.p-post__inner .p-form input[type=checkbox], .p-post__inner .p-form input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-appearance: inherit;
     -moz-appearance: inherit;
          appearance: inherit;
  cursor: pointer;
}
.p-post__inner .p-form input:checked + .wpcf7-list-item-label {
  color: #2E2E2E;
}
.p-post__inner .p-form input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-post__inner .p-form input[type=email]::-moz-placeholder, .p-post__inner .p-form input[type=tel]::-moz-placeholder, .p-post__inner .p-form input[type=text]::-moz-placeholder, .p-post__inner .p-form textarea::-moz-placeholder, .p-post__inner .p-form__select select::-moz-placeholder {
  color: #f5f5f5;
}
.p-post__inner .p-form input[type=email]:-ms-input-placeholder, .p-post__inner .p-form input[type=tel]:-ms-input-placeholder, .p-post__inner .p-form input[type=text]:-ms-input-placeholder, .p-post__inner .p-form textarea:-ms-input-placeholder, .p-post__inner .p-form__select select:-ms-input-placeholder {
  color: #f5f5f5;
}
.p-post__inner .p-form input[type=email]::placeholder,
.p-post__inner .p-form input[type=tel]::placeholder,
.p-post__inner .p-form input[type=text]::placeholder,
.p-post__inner .p-form textarea::placeholder, .p-post__inner .p-form__select select::placeholder {
  color: #f5f5f5;
}
.p-post__inner .p-form input[type=email],
.p-post__inner .p-form input[type=tel],
.p-post__inner .p-form input[type=text],
.p-post__inner .p-form textarea, .p-post__inner .p-form__select, .p-post__inner .p-form__select select {
  width: 100%;
  font-size: 100%;
}
.p-post__inner .p-form input[type=email],
.p-post__inner .p-form input[type=tel],
.p-post__inner .p-form input[type=text],
.p-post__inner .p-form textarea, .p-post__inner .p-form__select,
.p-post__inner .p-form .wpcf7-list-item-label {
  box-sizing: border-box;
  border-radius: 0.625rem;
  background-color: #f5f5f5;
}
.p-post__inner .p-form input[type=email],
.p-post__inner .p-form input[type=tel],
.p-post__inner .p-form input[type=text],
.p-post__inner .p-form textarea, .p-post__inner .p-form__select select,
.p-post__inner .p-form .wpcf7-list-item-label {
  padding: 1.25rem;
}
.p-post__inner .p-form input[type=email],
.p-post__inner .p-form input[type=tel],
.p-post__inner .p-form input[type=text], .p-post__inner .p-form__select,
.p-post__inner .p-form .wpcf7-list-item-label {
  min-height: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-post__inner .p-form input[type=email],
.p-post__inner .p-form input[type=tel],
.p-post__inner .p-form input[type=text], .p-post__inner .p-form__select,
.p-post__inner .p-form .wpcf7-list-item-label {
    min-height: 8.125rem;
  }
}
.p-post__inner .p-form__select,
.p-post__inner .p-form .wpcf7-list-item-label {
  overflow: hidden;
}
.p-post__inner .p-form__select {
  display: block;
  position: relative;
}
.p-post__inner .p-form__select::after {
  content: "";
  display: block;
  position: absolute;
  transform: translate(0, -50%) rotate(135deg);
  top: 46%;
  border-color: #2E2E2E #2E2E2E transparent transparent;
}
@media screen and (min-width: 768px), print {
  .p-post__inner .p-form__select::after {
    right: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-post__inner .p-form__select::after {
    right: 5vw;
  }
}
.p-post__inner .p-form__select select {
  width: 100%;
  height: 100%;
  display: block;
}
.p-post__inner .p-form .h-adr .wpcf7-form-control-wrap {
  display: block;
  margin-top: 0.625rem;
}
.p-post__inner .p-form__postcode {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-post__inner .p-form__postcode .wpcf7-form-control-wrap {
    margin-top: 0;
  }
}
.p-post__inner .p-form__postcode input[type=text] {
  width: 18.125rem;
  margin-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-post__inner .p-form__postcode input[type=text] {
    width: 62vw;
    margin-left: 1vw;
  }
}
.p-post__inner .p-form__postcode-locality {
  margin: 0.625rem 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-post__inner .p-form__postcode-locality {
    margin: 2vw 0;
  }
}
.p-post__inner .p-form .wpcf7-form-control {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(33.3333333333%, 1fr));
  grid-gap: 10px;
  grid-gap: 0.625rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-post__inner .p-form .wpcf7-form-control {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .p-post__inner .p-form .wpcf7-form-control.wpcf7-radio {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-post__inner .p-form .wpcf7-form-control.wpcf7-validates-as-required {
    display: block;
    width: 100%;
  }
}
.p-post__inner .p-form .wpcf7-form-control.wpcf7-validates-as-required .wpcf7-list-item {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-post__inner .p-form .wpcf7-form-control.wpcf7-validates-as-required .wpcf7-list-item {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-post__inner .p-form .wpcf7-form-control.wpcf7-validates-as-required.p-postal-code {
    width: 62vw;
    margin-left: 1vw;
  }
}
.p-post__inner .p-form .wpcf7-form-control .wpcf7-acceptance .wpcf7-list-item-label {
  align-items: center;
  padding: 0;
  justify-content: center;
}
.p-post__inner .p-form .wpcf7-form-control .wpcf7-acceptance .wpcf7-list-item-label::before {
  margin: 0 0.625rem 0 0;
  position: inherit;
  transform: none;
  left: auto;
  top: auto;
}
.p-post__inner .p-form .wpcf7-form-control .wpcf7-acceptance .wpcf7-list-item-label::after {
  transform: translate(-50%, -50%) rotate(45deg);
  left: 21%;
  top: 44%;
}
@media screen and (max-width: 767px) {
  .p-post__inner .p-form .wpcf7-form-control .wpcf7-acceptance .wpcf7-list-item-label::after {
    top: 7vw;
    left: 14.5vw;
  }
}
.p-post__inner .p-form .wpcf7-list-item {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  margin: 0;
}
.p-post__inner .p-form .wpcf7-list-item label {
  height: 100%;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  display: block;
}
.p-post__inner .p-form .wpcf7-list-item-label {
  position: relative;
  padding: 0 0 0 3.125rem;
  display: flex;
  align-items: center;
  line-height: 1.5;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-post__inner .p-form .wpcf7-list-item-label {
    padding: 1.875rem 1.875rem 1.875rem 13vw;
    min-height: 8.125rem;
  }
}
.p-post__inner .p-form .wpcf7-list-item-label::before, .p-post__inner .p-form .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  margin: auto;
}
.p-post__inner .p-form .wpcf7-list-item-label::before {
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #f5f5f5;
  transform: translateY(-50%);
  left: 1.25rem;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .p-post__inner .p-form .wpcf7-list-item-label::before {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.p-post__inner .p-form .wpcf7-list-item-label::after {
  top: 0.625rem;
  width: 1rem;
  height: 2rem;
  border: 2px solid;
  border-color: transparent #CB1B45 #CB1B45 transparent;
  transform: rotate(45deg);
  left: 1.4375rem;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-post__inner .p-form .wpcf7-list-item-label::after {
    top: 1.875rem;
    left: 5vw;
    width: 1.875rem;
    height: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-post__inner .p-form__table {
    border-bottom: none;
    margin-bottom: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-post__inner .p-form__table th,
.p-post__inner .p-form__table td {
    display: block;
  }
}
.p-post__inner .p-form__table th {
  vertical-align: top;
}
@media screen and (min-width: 768px), print {
  .p-post__inner .p-form__table th {
    width: 18.125rem;
    text-align: left;
  }
}
.p-post__inner .p-form__table textarea {
  resize: none;
  height: 15.625rem;
}
.p-post__inner .p-form__agree {
  text-align: center;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px), print {
  .p-post__inner .p-form__agree {
    margin: 3.125rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .p-post__inner .p-form__agree {
    margin-top: 1.875rem;
  }
}
.p-post__inner .p-form__agree .wpcf7-list-item-label {
  display: inline-flex;
  align-items: center;
  transition: all 0.1s ease;
  cursor: pointer;
  background-color: #fff;
  margin: 0 auto;
  min-height: 5rem;
}
@media screen and (min-width: 768px), print {
  .p-post__inner .p-form__agree .wpcf7-list-item-label {
    width: 23.75rem;
    border-radius: 6.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-post__inner .p-form__agree .wpcf7-list-item-label {
    width: 100%;
    padding: 0 0 0 5rem;
    margin: 0 auto;
    box-sizing: border-box;
    min-height: 8.125rem;
  }
}
.p-post__inner .p-form__alert {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px), print {
  .p-post__inner .p-form__alert {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-post__inner .p-form__alert {
    margin-top: 1.875rem;
  }
}
.p-post__inner .p-form__icon-wrap {
  display: grid;
  grid-template-columns: auto 3.125rem;
  grid-gap: 0.625rem;
  justify-content: space-between;
}
.p-post__inner .p-form__icon-hissu, .p-post__inner .p-form__icon-nini {
  color: #fff;
  display: block;
  padding: 0.375rem 0.3125rem 0.3125rem 0.3125rem;
  line-height: 1.3;
  font-size: 0.875rem;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-post__inner .p-form__icon-hissu, .p-post__inner .p-form__icon-nini {
    font-size: 3.5vw;
    padding: 1vw 2vw;
  }
}
.p-post__inner .p-form__icon-hissu {
  background-color: #CB1B45;
}
.p-post__inner .p-form__icon-nini {
  background-color: #113285;
}
.p-post__inner .p-form__btn.c-btn__contact {
  position: relative;
  margin-top: 1.875rem;
}
.p-post__inner .p-form__btn.c-btn__contacts {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-post__inner .p-form__btn.c-btn__contacts {
    margin-top: 5rem;
  }
}
.p-post__inner .p-form__btn.c-btn__contact span {
  background-color: #CB1B45;
  color: #fff;
  border: none;
  border-radius: 0.625rem;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: auto;
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-post__inner .p-form__btn.c-btn__contact span {
    width: 100%;
  }
}
.p-post__inner .p-form__btn.c-btn__contact span::after {
  border-color: #fff #fff transparent transparent;
}
.p-post__inner .p-form__btn.c-btn__contact input {
  background-color: transparent;
  font-size: 100%;
  color: #fff;
}
@media screen and (min-width: 768px), print {
  .p-post__inner .p-form__btn.c-btn__contact input {
    width: 23.75rem;
    height: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-post__inner .p-form__btn.c-btn__contact input {
    height: 8.125rem;
    width: 100%;
  }
}
.p-post__inner .p-form__btn.c-btn__contact input:disabled {
  background-color: rgba(255, 255, 255, 0.38);
}
.p-post__inner .p-form__btn.c-btn__contact .wpcf7-spinner {
  display: inline;
  position: absolute;
  bottom: -3.125rem;
}
.p-post__inner .p-form__btn-file-wrap {
  margin-top: 0.625rem;
  display: block;
}
.p-post__inner .p-form__btn-file-wrap .wpcf7-form-control-wrap {
  display: block;
  background-color: #f5f5f5;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 4.375rem;
  box-sizing: border-box;
  padding: 0 1.25rem;
}
.p-post__inner .p-form__btn-file-wrap .wpcf7-form-control-wrap input {
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.p-post__inner .p-form__privacy {
  margin-top: 5rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-post__inner .p-form__privacy {
    margin-top: 0;
    padding: 1.875rem 0;
  }
}
.p-post__inner .p-form__privacy-inner {
  height: 15.625rem;
  padding: 3.125rem;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-post__inner .p-form__privacy-inner {
    padding: 3.125rem;
    height: 50vw;
  }
}
.p-post__inner .p-form__privacy-title {
  text-align: center;
  color: #2E2E2E;
  padding: 0;
  margin: 0;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .p-post__inner .p-form__privacy-title {
    font-size: 5vw;
  }
}
.p-post__inner .p-form__privacy-title::before, .p-post__inner .p-form__privacy-title::after {
  display: none;
}
.p-post__inner .p-form__privacy-subtitle {
  color: #2E2E2E;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-post__inner .p-form__privacy-subtitle {
    margin-top: 1.875rem;
    font-size: 4.5vw;
  }
}
.p-post__inner .p-form__privacy-subtitle::before {
  background-color: #f5f5f5;
}
.p-post__inner .p-form__privacy .c-tel a::before {
  width: 1rem;
  height: 1rem;
}
.p-post__inner .p-form__privacy-text {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-post__inner .p-form__privacy-text {
    margin-top: 2vw;
  }
}
.p-post__inner .p-form__privacy ul {
  margin: 0 0 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-post__inner .p-form__privacy ul {
    margin-top: 2vw;
  }
}
.p-post__inner .p-form__privacy ul li {
  background-color: transparent;
  padding: 0 0 0 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-post__inner .p-form__privacy ul li {
    padding-left: 1.875rem;
  }
}
.p-post__inner .p-form__privacy ul li::before {
  left: 0;
  top: 0.625rem;
}
.p-post__inner .p-form__privacy-table {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-post__inner .p-form__privacy-table {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .p-post__inner .p-form__privacy-table tbody {
    display: block;
  }
}
.p-post__inner .p-form__privacy-table tr:nth-child(1) th {
  border-top: 1px solid #f5f5f5;
}
.p-post__inner .p-form__privacy-table tr:last-child th {
  border-bottom: 1px solid #f5f5f5;
}
.p-post__inner .p-form__privacy-table tr td {
  background-color: #f5f5f5;
}

/**********************************/
/* ハンバーガーメニューSP用 */
/**********************************/
@media screen and (min-width: 768px), print {
  .p-hamburger {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-hamburger {
    width: 14.69vw;
    height: 14.69vw;
    background-color: #2D8F24;
    right: 0;
    z-index: 3500;
    position: absolute;
    top: 0;
    display: block;
  }
}
.p-hamburger span,
.p-hamburger span::before,
.p-hamburger span::after {
  cursor: pointer;
  border-radius: 0.01rem;
  height: 2px;
  background: #FFF;
  position: absolute;
  display: block;
  transition: all 300ms ease-in-out;
  top: 0;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-hamburger span {
    width: 100%;
  }
}
.p-hamburger span::before, .p-hamburger span::after {
  content: "";
  width: 100%;
}
.p-hamburger span::before {
  top: -1.875rem;
}
.p-hamburger span::after {
  bottom: -1.875rem;
}
.p-hamburger.active span {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-hamburger.active span::before {
    transform: rotate(45deg);
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-hamburger.active span::after {
    transform: rotate(-45deg);
    bottom: 0;
  }
}

.p-recruit {
  position: relative;
  padding: 0.625rem;
}
@media screen and (min-width: 768px), print {
  .p-recruit {
    display: grid;
    grid-template-columns: 20rem auto;
    grid-gap: 1.25rem;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit {
    padding: 2vw;
    margin: 0 1.875rem;
  }
}
.p-recruit::before, .p-recruit::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.p-recruit::before {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../../assets/images/common/img_recruit-bg01.png);
  width: 100%;
  height: 100%;
  border-radius: 1.875rem;
}
.p-recruit::after {
  width: calc(100% - 1.25rem);
  height: calc(100% - 1.25rem);
  background-color: #fff;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  border-radius: 1.875rem;
}
.p-recruit__img {
  position: absolute;
  width: 15rem;
  left: 0;
}
@media screen and (min-width: 768px), print {
  .p-recruit__img {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__img {
    width: 45vw;
    top: -10vw;
  }
}
.p-recruit__title {
  line-height: 1.2;
}
@media screen and (min-width: 768px), print {
  .p-recruit__title {
    padding: 2.5rem 0 2.5rem 8.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__title {
    text-align: center;
    padding: 5rem 5rem 1.875rem;
  }
}
.p-recruit__title dt {
  font-weight: 700;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__title dt {
    font-size: 1.875rem;
  }
}
.p-recruit__title dt > span {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__title dt > span {
    font-size: 7vw;
  }
}
.p-recruit__title dd {
  font-size: 2.875rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-recruit__title dd {
    font-size: 5rem;
  }
}
.p-recruit__items {
  display: grid;
  grid-template-columns: 6.25rem 14.375rem 6.25rem 14.375rem;
  grid-gap: 0.625rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__items {
    grid-template-columns: 15vw auto;
    margin: 0 5rem;
    grid-gap: 1.875rem;
    padding-bottom: 5rem;
  }
}
.p-recruit__items::before, .p-recruit__items::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.p-recruit__items::before {
  width: 10rem;
  height: 2.125rem;
  background-image: url(../../assets/images/common/img_recruit03.png);
  top: 0;
  right: 1.25rem;
}
.p-recruit__items::after {
  width: 5.375rem;
  height: 2.5rem;
  background-image: url(../../assets/images/common/img_recruit04.png);
  right: -0.9375rem;
  bottom: -0.9375rem;
}
.p-recruit__item-title {
  line-height: 1.2;
  font-size: 1.25rem;
  text-align: center;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__item-title {
    font-size: 3.8vw;
  }
}
.p-recruit__item-title::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 6.25rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-recruit__item-title::before {
    width: 20vw;
    height: 20vw;
  }
}
.p-recruit__item-title--01::before {
  background-image: url(../../assets/images/common/img_recruit-bg02.png);
}
.p-recruit__item-title--02::before {
  background-image: url(../../assets/images/common/img_recruit-bg03.png);
}
.p-recruit__item-text {
  line-height: 1.47;
}
@media screen and (max-width: 767px) {
  .p-recruit__item-text {
    font-size: 1.875rem;
  }
}

#p-nav-toggle {
  z-index: 1000;
  position: fixed;
  top: 1.25rem;
  right: 1.5625rem;
  width: 4.375rem;
  aspect-ratio: 1;
  border-radius: 0 1.25rem 1.25rem 0;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 768px), print {
  #p-nav-toggle {
    display: none;
  }
}
#p-nav-toggle::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100vw;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
#p-nav-toggle > div {
  width: 100%;
  height: 100%;
}
#p-nav-toggle span {
  width: 1.875rem;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  background: #2E2E2E;
  position: absolute;
  transition: transform 0.4s ease-in-out, top 0.4s ease;
  top: 0;
  bottom: 0;
}
#p-nav-toggle span:nth-child(1) {
  transform: translate(0, -0.5rem);
}
.open #p-nav-toggle span:nth-child(1) {
  transform: rotate(35deg);
}
.open #p-nav-toggle span:nth-child(2) {
  width: 0;
}
#p-nav-toggle span:nth-child(3) {
  transform: translate(0, 0.5rem);
}
.open #p-nav-toggle span:nth-child(3) {
  transform: rotate(-35deg);
  top: 0;
  bottom: 0;
}

.p-nav {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .p-nav {
    margin: 0 0 0 auto;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .p-nav {
    overflow: hidden;
    position: absolute;
    top: 4.375rem;
    z-index: -999;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  body.open .p-nav {
    overflow: inherit;
    z-index: 999;
    pointer-events: auto;
  }
}
body.open .p-nav:before {
  height: 100%;
  transition: height 0.4s ease;
}
.p-nav__inner {
  grid-gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-nav__inner {
    grid-gap: 0;
  }
}
@media screen and (min-width: 768px), print {
  body.p-scroll .p-nav__inner {
    width: auto;
  }
}
.p-nav__item {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .p-nav__items {
    display: grid;
    grid-template-columns: repeat(5, auto);
  }
}
@media screen and (max-width: 767px) {
  .p-nav__items {
    display: flex;
    width: 100%;
    flex-flow: column;
    justify-content: center;
    gap: 3.75rem;
    opacity: 0;
    transition: opacity 0.3s;
    height: calc(100vh - 5.625rem);
    box-sizing: border-box;
    padding: 0 0 6.25rem;
  }
}
@media screen and (max-width: 767px) {
  body.open .p-nav__items {
    opacity: 1;
    transition: opacity 0.8s ease 0.3s;
  }
}
@media screen and (min-width: 768px), print {
  .p-nav__item + * {
    margin-left: 3.125rem;
  }
}
.p-nav__item a {
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-nav__item a {
    font-size: 1.5rem;
    font-weight: 700;
  }
}
.p-nav__item a::before {
  content: "";
  display: inline-block;
  margin: 0 0.625rem -0.5rem 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 1.875rem;
  aspect-ratio: 30/32;
}
@media screen and (max-width: 767px) {
  .p-nav__item a::before {
    display: block;
    margin: 0 auto 0.625rem;
    width: 2.5rem;
  }
}
.p-nav__item-index a::before {
  background-image: url(../../assets/images/common/icon_gnavi01.png);
}
.p-nav__item-service a::before {
  background-image: url(../../assets/images/common/icon_gnavi03.png);
}
.p-nav__item-news a::before {
  background-image: url(../../assets/images/common/icon_gnavi04.png);
}

.p-pagetop {
  position: fixed;
  display: none;
  z-index: 99;
  align-items: center;
  right: 1.25rem;
  bottom: 1.25rem;
}
@media screen and (min-width: 768px), print {
  .p-pagetop {
    position: fixed;
  }
}
.p-pagetop a {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  width: 4.375rem;
  aspect-ratio: 1;
  position: relative;
  border-radius: 50%;
  border: 2px solid #EFA800;
}
@media screen and (max-width: 767px) {
  .p-pagetop a {
    width: 3.75rem;
  }
}
.p-pagetop a::after {
  content: "";
  position: absolute;
  margin: auto;
  border-top: 2px solid #EFA800;
  border-right: 2px solid #EFA800;
  width: 1.25rem;
  height: 1.25rem;
  transform: translate(-50%, calc(-50% + 0.3125rem)) rotate(-45deg);
  left: 50%;
  top: 50%;
}

@media screen and (max-width: 767px) {
  .p-post {
    margin: 0 3.125rem;
  }
}
.p-post__title {
  font-weight: 700;
  font-size: 2.1875rem;
  text-align: center;
  margin: 5rem 0 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-post__title {
    font-size: 6vw;
    margin: 5rem 0;
  }
}
.p-post__date {
  text-align: center;
  margin: 5rem 0 3.125rem 0;
}
@media screen and (max-width: 767px) {
  .p-post__date {
    margin: 5rem 0;
  }
}
.p-post__inner {
  margin-top: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-post__inner {
    margin-top: 3.125rem;
  }
}
.p-post__inner img {
  width: auto;
  max-width: 100%;
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-post__inner img {
    margin-top: 5rem;
  }
}
.p-post__inner img.aligncenter {
  display: block;
  margin: 5rem auto;
}
@media screen and (max-width: 767px) {
  .p-post__inner img.aligncenter {
    margin: 5rem 0;
  }
}
.p-post__inner img.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0px;
}
.p-post__inner img.alignleft {
  margin-left: 0px;
  display: block;
  margin-right: auto;
}
.p-post__inner img[class*=”wp-image-“],
.p-post__inner img[class*=”attachment-“] {
  height: auto;
  max-width: 100%;
}
.p-post__inner strong {
  font-weight: bold;
}
.p-post__inner em {
  font-style: italic;
}
.p-post__inner blockquote {
  display: block;
  position: relative;
  padding: 3.125rem;
  box-sizing: border-box;
  border-left: solid 0.625rem #2E2E2E;
  background-color: #f5f5f5;
  margin: 3.125rem 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-post__inner blockquote {
    padding: 3.125rem;
    margin: 5rem 0;
  }
}
.p-post__inner blockquote::before {
  position: absolute;
  content: "“";
  line-height: 0.8;
  font-weight: 700;
  font-size: 8.125rem;
  margin: auto;
  height: 100%;
  left: 1.875rem;
  top: 2.5rem;
  color: #fff;
  z-index: -1;
}
.p-post__inner blockquote > *:first-child {
  margin-top: 0;
}
.p-post__inner code {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  border: 1px solid #f5f5f5;
  padding: 3.125rem;
  display: block;
  margin: 3.125rem 0;
}
@media screen and (max-width: 767px) {
  .p-post__inner code {
    padding: 3.125rem;
    margin: 5rem 0;
  }
}
.p-post__inner p {
  margin: 1.875rem 0;
}
@media screen and (max-width: 767px) {
  .p-post__inner p {
    margin: 1.875rem 0;
  }
}
.p-post__inner p:last-of-type {
  margin-bottom: 0;
}
.p-post__inner ul {
  margin: 5rem 0;
}
@media screen and (max-width: 767px) {
  .p-post__inner ul {
    margin: 3.125rem 0;
  }
}
.p-post__inner ul > li {
  position: relative;
  padding: 1.5625rem 3.125rem 1.5625rem 3.125rem;
  background-color: #fff;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-post__inner ul > li {
    padding: 1.875rem 1.875rem 1.875rem 14vw;
  }
}
.p-post__inner ul > li + * {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-post__inner ul > li + * {
    margin-top: 1.875rem;
  }
}
.p-post__inner ul > li::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.625rem;
  top: 2.1875rem;
  left: 1.875rem;
  background-color: #2E2E2E;
}
@media screen and (max-width: 767px) {
  .p-post__inner ul > li::before {
    top: 3.125rem;
    left: 3.125rem;
  }
}
.p-post__inner ol {
  margin: 3.125rem 0;
  counter-reset: number;
  list-style-type: none !important;
}
@media screen and (max-width: 767px) {
  .p-post__inner ol {
    margin: 3.125rem 0;
  }
}
.p-post__inner ol > li {
  position: relative;
  padding: 1.5625rem 3.125rem 1.5625rem 5rem;
  background-color: #f5f5f5;
  font-weight: 400;
  text-align: left;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-post__inner ol > li {
    padding: 1.875rem 1.875rem 1.875rem 14vw;
  }
}
.p-post__inner ol > li + * {
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-post__inner ol > li + * {
    margin-top: 2vw;
  }
}
.p-post__inner ol > li::before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  background-color: #2E2E2E;
  color: #fff;
  font-weight: 700;
  left: 0.9375rem;
  width: 3.125rem;
  height: 3.125rem;
  text-align: center;
  top: 0.9375rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px), print {
  .p-post__inner ol > li::before {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-post__inner ol > li::before {
    left: 1.875rem;
    top: 1.875rem;
    width: 3.125rem;
    height: 3.125rem;
    font-size: 3vw;
  }
}
.p-post__inner *:first-child {
  margin-top: 0;
}
.p-post__inner * + ol {
  margin-top: 0;
}
.p-post__inner h1,
.p-post__inner h2 {
  font-weight: 700;
  text-align: center;
  font-size: 1.875rem;
  margin: 5rem auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-post__inner h1,
.p-post__inner h2 {
    font-size: 3.125rem;
    margin: 3.125rem 0;
  }
}
.p-post__inner h1::before,
.p-post__inner h2::before {
  content: attr(data-en);
  display: block;
  font-size: 1rem;
  font-style: italic;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-post__inner h1::before,
.p-post__inner h2::before {
    font-size: 3.5vw;
    margin-bottom: 2vw;
  }
}
.p-post__inner h1::after,
.p-post__inner h2::after {
  position: absolute;
  content: "";
  bottom: -3.125rem;
  width: 1px;
  height: 1.875rem;
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .p-post__inner h1::after,
.p-post__inner h2::after {
    height: 1.875rem;
    bottom: -3.125rem;
  }
}
.p-post__inner h3 {
  font-size: 1.5625rem;
  font-weight: 700;
  margin: 3.125rem 0;
  text-align: center;
  padding: 0.3125rem 3.125rem;
  line-height: 1.6;
  position: relative;
  color: #fff;
  display: inline-flex;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-post__inner h3 {
    font-size: 1.875rem;
    padding: 2vw 3.125rem;
    margin: 3.125rem 0 1.875rem;
  }
}
.p-post__inner h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #2E2E2E;
  top: 0;
  z-index: -1;
  left: 0;
}
.p-post__inner h4 {
  font-size: 1.5625rem;
  font-weight: 700;
  margin: 5rem 0 3.125rem;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-post__inner h4 {
    font-size: 5vw;
    margin: 5rem 0;
  }
}
.p-post__inner h4::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #f5f5f5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  grid-row: 1/2;
  grid-column: 1/2;
}
.p-post__inner h5 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 3.125rem 0 1.875rem;
  position: relative;
  text-align: left;
  display: grid;
  grid-template-columns: 2.1875rem auto;
}
@media screen and (max-width: 767px) {
  .p-post__inner h5 {
    margin: 5rem 0 1.875rem;
    font-size: 5vw;
  }
}
.p-post__inner h5::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 1.25rem;
  background-color: #2E2E2E;
  position: relative;
  top: 0.625rem;
}
.p-post__inner h6 {
  text-align: left;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 3.125rem 0 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-post__inner h6 {
    margin: 5rem 0 1.875rem;
    font-size: 4.5vw;
  }
}
.p-post__inner p {
  text-align: left;
}
.p-post__inner table {
  margin: 3.125rem 0;
}
@media screen and (max-width: 767px) {
  .p-post__inner table {
    margin: 3.125rem 0;
  }
}
.p-post .addtoany_content {
  margin: 0;
  text-align: center;
}
.p-post .addtoany_content:first-child {
  margin-bottom: 8.125rem;
}
@media screen and (max-width: 767px) {
  .p-post .addtoany_content:first-child {
    margin-bottom: 1.875rem;
  }
}

.p-visual {
  position: relative;
  padding: 11.25rem 0 5rem;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-visual {
    padding: 3.125rem 0;
  }
}
.p-visual__title {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.p-visual__title-ja, .p-visual__title-en {
  position: relative;
  display: inline-flex;
  line-height: 1.3;
  font-weight: normal;
  color: #fff;
  padding: 0.625rem 3.125rem;
  z-index: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-visual__title-ja, .p-visual__title-en {
    padding: 2vw 3.125rem;
  }
}
.p-visual__title-ja {
  font-size: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-visual__title-ja {
    font-size: 5.5vw;
  }
}
.p-visual__title-en {
  font-size: 1.25rem;
  font-family: "Quicksand", sans-serif;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-visual__title-en {
    font-size: 2.5vw;
    margin-top: 2vw;
  }
}

@media screen and (min-width: 768px), print {
  .p-single__inner {
    width: 62.5rem;
    margin: 0 auto;
  }
}
.p-single__time {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}
body#news .p-single__time {
  color: #2D8F24;
}
body#blog .p-single__time {
  color: #EFA800;
}
.p-single__time + h1 {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px), print {
  .p-single__title {
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .p-single__title {
    margin: 0 3.125rem 1.875rem;
  }
}
.p-single__title > span {
  display: inline-block;
  font-size: 1.25rem;
  z-index: 1;
  white-space: nowrap;
}
@media screen and (min-width: 768px), print {
  .p-single__title > span {
    position: absolute;
    top: -3.125rem;
    left: -3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-single__title > span {
    position: relative;
    font-size: 1.5rem;
  }
}
.p-single__title > span::before, .p-single__title > span::after {
  content: "";
  display: block;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .p-single__title > span::before, .p-single__title > span::after {
    display: inline-block;
  }
}
.p-single__title > span::before {
  margin: 0 auto;
}
body#news .p-single__title > span::before {
  background-image: url(../../assets/images/common/img_megaphone02.png);
  width: 4.375rem;
  aspect-ratio: 70/58;
}
@media screen and (max-width: 767px) {
  body#news .p-single__title > span::before {
    width: 1.875rem;
    margin: 0 0.625rem -0.3125rem -1.875rem;
  }
}
body#blog .p-single__title > span::before {
  background-image: url(../../assets/images/common/img_pen02.png);
  width: 3.75rem;
  aspect-ratio: 60/52;
}
@media screen and (max-width: 767px) {
  body#blog .p-single__title > span::before {
    width: 1.875rem;
    margin: 0 0.625rem -0.3125rem -1.875rem;
  }
}
@media screen and (min-width: 768px), print {
  .p-single__title > span::after {
    z-index: -1;
    width: 8.75rem;
    height: 8.75rem;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }
  body#news .p-single__title > span::after {
    background-image: url(../../assets/images/common/img_balloon-green01.png);
  }
  body#blog .p-single__title > span::after {
    background-image: url(../../assets/images/common/img_balloon-yellow01.png);
  }
}
body#news .p-single__title > span > span {
  color: #2D8F24;
}
body#blog .p-single__title > span > span {
  color: #EFA800;
}/*# sourceMappingURL=styles.css.map */