@charset "UTF-8";
/*
Theme Name: sakigake-corp
Author: 9BP
Author URI: 
Description: 
*/
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers
*/
article, aside, main, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --color-site-primary: #28499B;
  --color-site-secondary: #FF5300;
  --color-site-tertiary: #D9D9D9;
  --color-site-quaternary: #A93ABC;
  --color-txt-primary: #333;
  --color-txt-secondary: #666;
  --color-border-primary: #DDDDDD;
  --color-border-secondary: #CCCCCC;
  --color-border-tertiary: #595656;
}

::selection {
  color: #fff;
  background-color: var(--color-site-primary);
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  margin: 0;
  padding: 60px 0 0;
  color: var(--color-txt-primary);
  background-color: #fff;
  text-decoration-skip: none;
  -webkit-text-size-adjust: 100%;
}
body * {
  scroll-margin-top: 60px;
}
@media print, screen and (width > 768px) {
  body {
    padding-top: 91px;
  }
  body * {
    scroll-margin-top: 91px;
  }
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
}

@media only screen and (width <= 768px) {
  .u-use--pc {
    display: none !important;
  }
}

@media print, screen and (width > 768px) {
  .u-use--sp {
    display: none !important;
  }
}

@media only screen and (width <= 768px) {
  .aboutus_img {
    width:80%;
  }
}

@media print, screen and (width > 768px) {
  .aboutus_img {
    width:70%;
  }
}

@media only screen and (width <= 768px) {
  .primary_main_des {
    line-height: 1.5;
    font-size: 20px;
	color: rgba(255, 83, 0, 0.5019607843);
  }
}

@media print, screen and (width > 768px) {
  .primary_main_des {
    line-height: 1.5;
    font-size: 24px;
	color: rgba(255, 83, 0, 0.5019607843);
  }
}

@media only screen and (width <= 768px) {
  .p-mainvisual__des {
    margin: auto;
    padding-top: 10px;
    width: calc(100% - 20px);
    margin-bottom: 45px; !important;
  }
}

@media print, screen and (width > 768px) {
  .p-mainvisual__des {
    width: 85.714vw;
    margin: auto;
    line-height: 1.5;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 60px;
  background-color: #fff;
}
.l-header.is_scroll {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}
@media print, screen and (width > 768px) {
  .l-header {
    height: 91px;
  }
}
@media only screen and (width <= 768px) {
  .l-header.menu_open .l-header__btn__line:nth-child(1) {
    top: 50%;
    translate: 0 -1px;
    rotate: 45deg;
  }
  .l-header.menu_open .l-header__btn__line:nth-child(2) {
    opacity: 0;
  }
  .l-header.menu_open .l-header__btn__line:nth-child(3) {
    bottom: 50%;
    translate: 0 1px;
    rotate: -45deg;
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
  padding: 4px 20px;
}
@media print, screen and (width > 768px) {
  .l-header__inner {
    padding: 16px 40px;
  }
}
.l-header__btn {
  width: 26px;
  height: 18px;
  border: 0;
  background-color: transparent;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media print, screen and (width > 768px) {
  .l-header__btn {
    display: none;
  }
}
.l-header__btn__line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background-color: var(--color-border-tertiary);
}
.l-header__btn__line:nth-child(1) {
  top: 0;
}
.l-header__btn__line:nth-child(2) {
  top: 50%;
  translate: 0 -1px;
}
.l-header__btn__line:nth-child(3) {
  bottom: 0;
}

.l-main__inner {
  padding: 60px 0;
}
@media print, screen and (width > 768px) {
  .l-main__inner {
    padding: 80px 0;
  }
}

.l-article__inner {
  padding: 60px 0;
  width: calc(100% - 20px);
  margin: 0 auto 0;
}
@media print, screen and (width > 768px) {
  .l-article__inner {
    max-width: 900px;
  }
}
@media print, screen and (width > 768px) {
  .l-article__inner {
    padding: 80px 0;
  }
}
.l-article__inner--contact {
  width: calc(100% - 20px);
  margin: 0 auto 0;
}
@media print, screen and (width > 768px) {
  .l-article__inner--contact {
    max-width: 1000px;
  }
}

.l-entry__head {
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 2px solid var(--color-site-primary);
}
.l-entry__time {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
@media print, screen and (width > 768px) {
  .l-entry__time {
    font-size: 18px;
  }
}
.l-entry__title {
  font-size: 22px;
  font-weight: 600;
}
.l-entry__title:not(:first-child) {
  margin-top: 12px;
}
@media print, screen and (width > 768px) {
  .l-entry__title {
    font-size: 24px;
  }
}

.l-footer {
  position: sticky;
  top: 100vh;
  padding: 60px 20px;
  background-color: var(--color-site-primary);
}
@media print, screen and (width > 768px) {
  .l-footer {
    padding-right: 0;
    padding-left: 0;
  }
}
.l-footer__inner {
  width: calc(100% - 20px);
  margin: 0 auto 0;
}
@media print, screen and (width > 768px) {
  .l-footer__inner {
    max-width: 1000px;
  }
}
@media only screen and (width <= 768px) {
  .l-footer__inner {
    max-width: 335px;
  }
}
@media print, screen and (width > 768px) {
  .l-footer__inner {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .l-footer__inner .p-fnav {
    order: 2;
  }
}
.l-footer__box {
  width: fit-content;
  margin: auto;
}
@media print, screen and (width > 768px) {
  .l-footer__box {
    order: 1;
    margin: 0;
  }
}
.l-footer__address {
  font-size: min(4.26vw, 16px);
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
@media print, screen and (width > 768px) {
  .l-footer__address {
    font-size: 16px;
    line-height: 1.5;
  }
}
.l-footer__tel {
  margin-top: 8px;
  font-size: min(4.26vw, 16px);
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
@media print, screen and (width > 768px) {
  .l-footer__tel {
    font-size: 16px;
    line-height: 1.5;
  }
}
.l-footer__tel__number {
  color: inherit;
  text-decoration: none !important;
}
@media print, screen and (width > 768px) {
  .l-footer__tel__number {
    pointer-events: none;
  }
}

.c-hd--primary {
  display: grid;
  width: fit-content;
  margin: 0 auto 40px;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  grid-template-columns: 100%;
  gap: 12px;
}
@media print, screen and (width > 768px) {
  .c-hd--primary {
    gap: 8px;
  }
}
.c-hd--primary__main {
  color: rgba(255, 83, 0, 0.5019607843);
  font-size: 24px;
}
.c-hd--primary__sub {
  color: var(--color-site-primary);
  font-size: 36px;
}
@media print, screen and (width > 768px) {
  .c-hd--primary__sub {
    font-size: 50px;
  }
}
.c-hd--secondary {
  width: fit-content;
  margin: 0 auto 24px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--color-site-secondary);
  font-size: 22px;
  font-weight: 600;
  color: var(--color-site-primary);
}
@media print, screen and (width > 768px) {
  .c-hd--secondary {
    margin-bottom: 40px;
    font-size: 32px;
  }
}
.c-hd--tertiary {
  margin: 0 auto 20px;
  font-size: 20px;
  font-weight: 600;
  color: var(--color-site-primary);
}
@media print, screen and (width > 768px) {
  .c-hd--tertiary {
    margin-bottom: 24px;
    font-size: 32px;
  }
}

.c-txt, .l-entry p {
  font-size: 16px;
  line-height: 1.5;
}
.c-txt:not(:last-child), .l-entry p:not(:last-child) {
  margin-bottom: 24px;
}
@media print, screen and (width > 768px) {
  .c-txt, .l-entry p {
    font-size: 18px;
    line-height: 1.75;
  }
}
.c-em {
  color: var(--color-site-secondary);
  font-weight: 700;
}

.c-link, .l-entry p a {
  color: var(--color-site-secondary);
  text-decoration: underline;
}
@media (hover: hover) {
  .c-link:where(:any-link, :enabled, summary):hover, .l-entry p a:where(:any-link, :enabled, summary):hover {
    text-decoration: none;
  }
}
.c-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto 40px;
}
@media only screen and (width <= 768px) {
  .c-img {
    width: 100vw;
    max-width: 100vw;
    margin-left: -10px;
  }
}

.c-btn {
  display: inline-block;
  width: fit-content;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-decoration: none !important;
}
@media (hover: hover) {
  .c-btn:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
.c-btn--primary {
  min-width: 200px;
  padding: 8px 10px;
  color: #fff;
  border-radius: 100px;
  background-color: var(--color-site-primary);
}
@media print, screen and (width > 768px) {
  .c-btn--primary {
    min-width: 160px;
  }
}
.c-btn--secondary {
  min-width: 200px;
  padding: 8px 10px;
  color: var(--color-site-secondary);
  border-radius: 100px;
  background-color: #fff;
}
@media print, screen and (width > 768px) {
  .c-btn--secondary {
    min-width: 160px;
  }
}
.c-btn--tertiary {
  min-width: 280px;
  padding: 24px;
  font-size: 20px;
  color: #fff;
  border-radius: 10px;
  background-color: var(--color-site-primary);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media print, screen and (width > 768px) {
  .c-btn--tertiary {
    min-width: 320px;
    font-size: 24px;
  }
}
.c-btn--quaternary {
  min-width: 232px;
  padding: 12px 10px;
  font-weight: 500;
  color: #fff;
  border-radius: 100px;
  background-color: var(--color-site-primary);
}

.c-list:not(:last-child), .l-entry .wp-block-list:not(:last-child) {
  margin-bottom: 24px;
}
.c-list li, .l-entry .wp-block-list li, .c-list__item {
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.c-list li:not(:last-child), .l-entry .wp-block-list li:not(:last-child), .c-list__item:not(:last-child) {
  margin-bottom: 8px;
}
.c-list li::before, .l-entry .wp-block-list li::before, .c-list__item::before {
  position: absolute;
  left: 0;
}
@media print, screen and (width > 768px) {
  .c-list li, .l-entry .wp-block-list li, .c-list__item {
    font-size: 18px;
  }
}
.c-list:is(ul) li, .l-entry .wp-block-list:is(ul) li,
.c-list:is(ul) .c-list__item,
.l-entry .wp-block-list:is(ul) .c-list__item {
  padding-left: 22px;
}
.c-list:is(ul) li::before, .l-entry .wp-block-list:is(ul) li::before,
.c-list:is(ul) .c-list__item::before,
.l-entry .wp-block-list:is(ul) .c-list__item::before {
  content: "・";
  font-size: 18px;
}
.c-list:is(ol), .l-entry .wp-block-list:is(ol) {
  counter-reset: my-counter;
}
.c-list:is(ol) li, .l-entry .wp-block-list:is(ol) li,
.c-list:is(ol) .c-list__item,
.l-entry .wp-block-list:is(ol) .c-list__item {
  padding-left: 19px;
}
.c-list:is(ol) li::before, .l-entry .wp-block-list:is(ol) li::before,
.c-list:is(ol) .c-list__item::before,
.l-entry .wp-block-list:is(ol) .c-list__item::before {
  content: counter(my-counter) ".";
  counter-increment: my-counter;
  color: var(--color-site-primary);
}
@media print, screen and (width > 768px) {
  .c-list:is(ol) li, .l-entry .wp-block-list:is(ol) li,
  .c-list:is(ol) .c-list__item,
  .l-entry .wp-block-list:is(ol) .c-list__item {
    padding-left: 21px;
  }
}
.c-table {
  width: 100%;
}
.c-table:not(:last-child) {
  margin-bottom: 120px;
}
.c-table__tr:last-child .c-table__th,
.c-table__tr:last-child .c-table__td {
  border-bottom: 2px solid;
}
.c-table__tr:last-child .c-table__th {
  border-bottom-color: var(--color-site-primary);
}
.c-table__tr:last-child .c-table__td {
  border-bottom-color: var(--color-site-tertiary);
}
.c-table__th, .c-table__td {
  padding: 24px 12px;
  text-align: left;
  vertical-align: top;
  border-top: 2px solid;
  font-size: 16px;
  font-weight: 500;
}
@media print, screen and (width > 768px) {
  .c-table__th, .c-table__td {
    font-size: 18px;
  }
}
.c-table__th {
  width: 137px;
  border-top-color: var(--color-site-primary);
}
@media print, screen and (width > 768px) {
  .c-table__th {
    width: 224px;
  }
}
.c-table__td {
  border-top-color: var(--color-site-tertiary);
}

.p-logo__img {
  width: 100%;
  height: auto;
}
@media (hover: hover) {
  .p-logo__link:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
.p-logo--header {
  width: 80px;
}
@media print, screen and (width > 768px) {
  .p-logo--header {
    width: 110px;
  }
}
.p-logo--footer {
  width: 202px;
  margin-bottom: 16px;
}
@media only screen and (width <= 768px) {
  .p-logo--footer {
    width: 160px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (width <= 768px) {
  .p-gnav {
    display: none;
    width: 100%;
    height: calc(100vh - 60px);
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 60px;
    left: 0;
  }
  .menu_open .p-gnav {
    display: flex;
    justify-content: flex-end;
  }
}
@media print, screen and (width > 768px) {
  .p-gnav__list {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    column-gap: min(1.666vw, 24px);
  }
}
@media only screen and (width <= 768px) {
  .p-gnav__list {
    width: fit-content;
    padding: 40px;
    background-color: #353535;
  }
}
.p-gnav__item.is_current .p-gnav__link {
  color: var(--color-site-secondary);
}
.p-gnav__item.is_current .p-gnav__link::before {
  display: block;
}
.p-gnav__link {
  display: inline-block;
  padding: 8px 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none !important;
  position: relative;
}
.p-gnav__link::before {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-site-secondary);
}
@media only screen and (width <= 768px) {
  .p-gnav__link {
    line-height: 1.888;
    color: #fff;
  }
}
@media (hover: hover) {
  .p-gnav__link:where(:any-link, :enabled, summary):hover {
    color: var(--color-site-secondary);
  }
  .p-gnav__link:where(:any-link, :enabled, summary):hover::before {
    display: block;
  }
}

.p-mainvisual {
  padding-top: 30px;
  position: relative;
  overflow: hidden;
}
@media print, screen and (width > 768px) {
  .p-mainvisual {
    padding-top: 55px;
  }
}
.p-mainvisual__title {
    width: calc(100% - 20px);
    margin: auto;
    line-height: 1.5;
    font-size: 30px;
    font-weight: 600;
    color: var(--color-site-primary);
    font-family: 游明朝;
    margin-bottom: 30px;
    margin-top: 20px;
}
@media print, screen and (width > 768px) {
  .p-mainvisual__title {
    width: 85.714vw;
    font-size: 40px;
  }
}
.p-mainvisual__company {
  display: block;
  margin-top: 12px;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media print, screen and (width > 768px) {
  .p-mainvisual__company {
    font-size: 80px;
  }
}
.p-mainvisual__slide {
  height: 360px;
  position: relative;
  z-index: 1;
}
@media print, screen and (width > 768px) {
  .p-mainvisual__slide {
    height: 690px;
  }
}
.p-mainvisual__track {
  height: 100%;
}
@media print, screen and (width > 768px) {
  .p-mainvisual__track {

  }
}
.p-mainvisual__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-mainvisual__pagination {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
  width: calc(100% - 20px);
  margin: -1vw auto 0;
  position: relative;
  z-index: 2;
  transform: rotate(-4deg);
}
@media print, screen and (width > 768px) {
  .p-mainvisual__pagination {
    gap: 25px;
    width: 85.714vw;
    margin-top: -2.4vw;
  }
}
.p-mainvisual__pagination li {
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.p-mainvisual__pagination li .splide__pagination__page {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #eaeaea;
  opacity: 1;
  transform: scale(1);
  cursor: pointer;
}
.p-mainvisual__pagination li .splide__pagination__page.is-active {
  background-color: #ff5300;
}

.p-pagetitle {
  height: 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 12px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: url(./assets/images/common/bg_blue.jpg) no-repeat center bottom;
  background-size: 100% auto;
}
@media print, screen and (width > 768px) {
  .p-pagetitle {
    height: 152px;
  }
}
.p-pagetitle__main {
  font-size: 16px;
}
@media print, screen and (width > 768px) {
  .p-pagetitle__main {
    font-size: 20px;
  }
}
.p-pagetitle__sub {
  font-size: 32px;
  text-transform: uppercase;
}
@media print, screen and (width > 768px) {
  .p-pagetitle__sub {
    font-size: 40px;
  }
}

.p-thumbnail {
  display: block;
  margin: 0 auto 40px;
  text-align: center;
}
@media only screen and (width <= 768px) {
  .p-thumbnail {
    margin-left: -10px;
  }
}
.p-thumbnail__img {
  width: auto;
  max-width: 100%;
  height: auto;
}
@media only screen and (width <= 768px) {
  .p-thumbnail__img {
    width: 100vw;
    max-width: 100vw;
  }
}

.p-lead {
  margin-bottom: 24px;
}
@media print, screen and (width > 768px) {
  .p-lead {
    margin-bottom: 60px;
  }
}
.p-lead__txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
.p-lead__txt:not(:last-of-type) {
  margin-bottom: 16px;
}
@media print, screen and (width > 768px) {
  .p-lead__txt {
    font-size: 18px;
  }
  .p-lead__txt:not(:last-of-type) {
    margin-bottom: 0;
  }
}

.p-flow {
  display: grid;
  grid-template-columns: 100%;
  place-items: center;
}
.p-flow__list {
  width: 100%;
  margin-bottom: 25px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 7.2vw;
}
@media print, screen and (width > 768px) {
  .p-flow__list {
    margin-bottom: 40px;
    column-gap: 80px;
  }
}
.p-flow__list__item {
  position: relative;
  display: grid;
  min-height: 78px;
  padding: 10px;
  color: #fff;
  background-color: var(--color-site-primary);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  place-items: center;
}
.p-flow__list__item:last-child {
  background-color: var(--color-site-secondary);
}
.p-flow__list__item:not(:last-child) {
  position: relative;
}
.p-flow__list__item:not(:last-child)::after {
  content: "";
  width: 9px;
  height: 18px;
  background-color: var(--color-site-primary);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  right: calc(-3.6vw - 9px);
  top: 50%;
  translate: -50% -50%;
}
@media print, screen and (width > 768px) {
  .p-flow__list__item {
    font-size: 24px;
    line-height: 1.5;
    min-height: 194px;
  }
  .p-flow__list__item:not(:last-child)::after {
    width: 17px;
    height: 32px;
    right: -57px;
  }
}
.p-flow__txt {
  padding: 0 33px;
  font-size: 16px;
  font-weight: 600;
}
.p-flow__txt:not(:last-child) {
  margin-bottom: 8px;
}
@media print, screen and (width > 768px) {
  .p-flow__txt {
    padding: 0;
    text-align: center;
    font-size: 20px;
  }
  .p-flow__txt:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media print, screen and (width > 768px) {
  .p-flow__tel {
    text-decoration: none !important;
    pointer-events: none;
    color: inherit !important;
  }
}

.p-news--top {
  padding: 40px 0;
  width: calc(100% - 20px);
  margin: 0 auto 0;
}
@media print, screen and (width > 768px) {
  .p-news--top {
    max-width: 1000px;
  }
}
@media print, screen and (width > 768px) {
  .p-news--top {
    display: grid;
    grid-template-columns: 128px 1fr;
    grid-template-rows: auto 1fr;
    gap: 40px min(12vw, 120px);
    padding: 120px 0;
  }
}
@media print, screen and (width > 768px) {
  .p-news--top .p-news__head {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .p-news--top .p-news__head .c-hd--primary {
    text-align: left;
    margin-bottom: 0;
  }
  .p-news--top .p-news__head .c-hd--primary__sub {
    font-size: 42px;
  }
}
@media only screen and (width <= 768px) {
  .p-news--top .p-news__bottom {
    margin-top: 32px;
    text-align: right;
  }
}
@media print, screen and (width > 768px) {
  .p-news--top .p-news__bottom {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media print, screen and (width > 768px) {
  .p-news--top .p-news__list {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
.p-news--top .p-news__link {
  padding: 16px 0 !important;
}
.p-news--top .p-news__time {
  font-size: 10px;
  color: var(--color-txt-secondary);
}
.p-news--top .p-news__desc {
  font-weight: 500;
}
.p-news--category {
  padding: 60px 0;
  width: calc(100% - 20px);
  margin: 0 auto 0;
}
@media print, screen and (width > 768px) {
  .p-news--category {
    max-width: 1000px;
  }
}
@media print, screen and (width > 768px) {
  .p-news--category {
    padding: 80px 0;
  }
}
.p-news--category .p-news__item:last-child {
  border-bottom: 0;
}
.p-news__index {
  display: inline-block;
  padding-right: 18px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.p-news__index::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(./assets/images/common/icon_arrow.svg) no-repeat left top;
  background-size: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}
@media print, screen and (width > 768px) {
  .p-news__index {
    padding-right: 32px;
  }
}
.p-news__list {
  border-top: 1px solid var(--color-border-primary);
}
.p-news__item {
  border-bottom: 1px solid var(--color-border-primary);
}
.p-news__link {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 4px 8px;
  padding: 28px 10px;
  font-weight: 400;
  text-decoration: none !important;
}
@media print, screen and (width > 768px) {
  .p-news__link {
    padding: 24px 16px;
  }
  .p-news__link:hover .p-news__desc {
    text-decoration: underline !important;
  }
}
.p-news__time {
  font-size: 15px;
}
.p-news__tag {
  min-width: 64px;
  padding: 6px 10px;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.p-news__tag--information {
  background-color: var(--color-site-primary);
}
.p-news__tag--vermin {
  background-color: var(--color-site-secondary);
}
.p-news__tag--recruit {
  background-color: var(--color-site-quaternary);
}
.p-news__desc {
  width: 100%;
  font-size: 16px;
}

.p-about {
  padding: 60px 10px;
  background: url(./assets/images/common/bg_about.svg) no-repeat center 223px;
  background-size: 360px 128px;
}
@media print, screen and (width > 768px) {
  .p-about {
    padding: 80px 10px;
    background-position: center 80px;
    background-size: 1000px 357px;
  }
}
.p-about__body {
  width: min(100%, 900px);
  margin: auto;
}
@media print, screen and (width > 768px) {
  .p-about__body {
    padding-bottom: 35px;
  }
}

.p-service {
  padding: 60px 10px;
}
@media print, screen and (width > 768px) {
  .p-service {
    padding: 80px 10px;
  }
}
.p-service__section {
  width: min(100%, 1000px);
  margin: auto;
  display: grid;
  grid-template-columns: 100%;
  gap: 20px 0;
}
.p-service__section:not(:last-child) {
  margin-bottom: 40px;
}
@media print, screen and (width > 768px) {
  .p-service__section {

    gap: 20px 40px;
  }
  .p-service__section:not(:last-child) {
    margin-bottom: 24px;
  }
  .p-service__section:nth-of-type(even) {
    grid-template-columns: 47.7% 1fr;
  }
  .p-service__section:nth-of-type(even) .p-service__hd {
    grid-column: 2/3;
  }
  .p-service__section:nth-of-type(even) .p-service__photo {
    grid-column: 1/2;
  }
  .p-service__section:nth-of-type(even) .c-txt {
    grid-column: 2/3;
  }
  .p-service__section:nth-of-type(even) .c-list {
    grid-column: 2/3;
  }
}
.p-service__hd {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}
@media only screen and (width <= 768px) {
  .p-service__hd {
    margin: auto;
  }
}
@media print, screen and (width > 768px) {
  .p-service__hd {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.p-service__hd--secondary {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
}
@media print, screen and (width > 768px) {
  .p-service__photo {
    grid-column: 2/3;
    grid-row: 1/8;
  }
}
.p-service__img {
  width: 100%;
  height: auto;
}
.p-service .c-txt {
  font-size: 16px;
  margin-bottom: 4px !important;
}
@media print, screen and (width > 768px) {
  .p-service .c-txt {
    grid-column: 1/2;
    margin-bottom: 12px !important;
  }
}
@media print, screen and (width > 768px) {
  .p-service .c-list {
    grid-column: 1/2;
  }
}
.p-service .c-list__item {
  padding-left: 20px !important;
  font-size: 16px !important;
}
.p-service .c-list__item::before {
  font-size: 16px !important;
}
.p-service .c-btn {
  margin: auto;
}
@media print, screen and (width > 768px) {
  .p-service .c-btn {
    margin: 0;

  }
}

.p-company {
  background: url(./assets/images/common/bg_blue.jpg) no-repeat center center;
  background-size: cover;
}
.p-company--top {
  padding: 60px 20px;
}
@media print, screen and (width > 768px) {
  .p-company--top {
    padding: 80px 10px;
  }
}
.p-company--top .p-company__inner {
  width: min(100%, 1000px);
  gap: 20px 40px;
}
.p-company--top .c-hd--primary__main, .p-company--top .c-hd--primary__sub {
  color: #fff;
}
.p-company--top .c-btn {
  display: block;
  margin: 32px auto 0;
}
@media print, screen and (width > 768px) {
  .p-company--top .c-btn {
    float: right;
  }
}
.p-company__inner {
  width: min(100%, 900px);
  margin: auto;
  display: grid;
  gap: 20px 60px;
}
@media print, screen and (width > 768px) {
  .p-company__inner {
    grid-template-columns: 47.7% 1fr;
  }
}
.p-company__inner .c-txt {
  color: #fff;
}
.p-company__img {
  width: 100%;
  height: auto;
}

.p-recruit--top {
  padding: 60px 20px;
  text-align: center;
  background: rgba(40, 73, 155, 0.1) url(./assets/images/top/bg_recruit.svg) no-repeat center 177px;
  background-size: 360px 128px;
}
@media print, screen and (width > 768px) {
  .p-recruit--top {
    padding: 120px 10px;
    background-position: center 90px;
    background-size: 1000px 357px;
  }
}
.p-recruit--top .c-txt {
  margin-bottom: 32px;
}

.p-greeting {
  width: 100vw;
  margin: 60px 0 60px -10px;
  padding: 60px 10px;
  background: url(./assets/images/common/bg_blue.jpg) no-repeat center center;
  background-size: cover;
}
@media print, screen and (width > 768px) {
  .p-greeting {
    margin: 80px auto;
    padding: 80px 0;
    position: relative;
    left: 50%;
    translate: -50% 0;
  }
}
.p-greeting__inner {
  display: grid;
  gap: 20px;
  width: calc(100% - 0px);
  margin: 0 auto 0;
}
@media print, screen and (width > 768px) {
  .p-greeting__inner {
    max-width: 900px;
  }
}
@media print, screen and (width > 768px) {
  .p-greeting__inner {
    grid-template-columns: 47.777% 1fr;
    gap: 6.666%;
  }
}
.p-greeting__img {
  width: 100%;
  height: auto;
}
.p-greeting__sign {
  margin-top: 40px;
  text-align: right;
}
.p-greeting .c-hd {
  color: #fff;
}
.p-greeting .c-txt {
  color: #fff;
}

.p-policy__lead {
  font-size: 18px;
  line-height: 1.75;
  font-weight: 600;
}
.p-policy__lead:not(:last-child) {
  margin-bottom: 24px;
}
.p-policy__lead:not(:first-child) {
  margin-top: 24px;
}
.p-policy__hd {
  font-weight: 700;
}
.p-policy__hd--primary {
  padding: 3px 0;
  border-bottom: 1px solid var(--color-site-secondary);
  font-size: 24px;
}
.p-policy__hd--primary:not(:last-child) {
  margin-bottom: 24px;
}
.p-policy__hd--primary:not(:first-child) {
  margin-top: 40px;
}
.p-policy__hd--secondary {
  font-size: 18px;
  line-height: 1.75;
}
.p-policy__hd--secondary:not(:last-child) {
  margin-bottom: 12px;
}
.p-policy__hd--secondary:not(:first-child) {
  margin-top: 24px;
}
.p-policy__txt {
  font-size: 16px;
  line-height: 1.75;
}
.p-policy__txt:not(:last-child) {
  margin-bottom: 12px;
}
.p-policy__txt:not(:first-child) {
  margin-top: 24px;
}
.p-policy__list:not(:last-child) {
  margin-bottom: 12px;
}
.p-policy__list:is(ol) {
  counter-reset: my-counter;
}
.p-policy__list:is(ol) .p-policy__list__item {
  padding-left: 29px;
}
.p-policy__list:is(ol) .p-policy__list__item::before {
  content: counter(my-counter) ".";
  counter-increment: my-counter;
  width: 27px;
}
.p-policy__list:is(ul) .p-policy__list__item::before {
  content: "・";
}
.p-policy__list__item {
  padding-left: 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  position: relative;
}
.p-policy__list__item::before {
  position: absolute;
  left: 0;
}
.p-policy__list__item:not(:last-child) {
  margin-bottom: 12px;
}

.p-contact input[type=text],
.p-contact input[type=email],
.p-contact select,
.p-contact textarea {
  width: 100% !important;
  height: 63px !important;
  padding: 5px !important;
  background: #FFFFFF !important;
  border: 1px solid var(--color-site-tertiary) !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}
.p-contact input[type=text]::placeholder,
.p-contact input[type=email]::placeholder,
.p-contact select::placeholder,
.p-contact textarea::placeholder {
  color: var(--color-border-secondary) !important;
}
.p-contact input[type=text]::-ms-input-placeholder,
.p-contact input[type=email]::-ms-input-placeholder,
.p-contact select::-ms-input-placeholder,
.p-contact textarea::-ms-input-placeholder {
  color: var(--color-border-secondary) !important;
}
.p-contact input[type=text]:-ms-input-placeholder,
.p-contact input[type=email]:-ms-input-placeholder,
.p-contact select:-ms-input-placeholder,
.p-contact textarea:-ms-input-placeholder {
  color: var(--color-border-secondary) !important;
}
@media print, screen and (width > 768px) {
  .p-contact input[type=text],
  .p-contact input[type=email],
  .p-contact select {
    max-width: 380px;
  }
}
.p-contact select {
  width: 100%;
  appearance: none;
}
.p-contact select::-ms-expand {
  display: none;
}
.p-contact textarea {
  min-height: 270px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.p-contact .snow-monkey-form[data-screen=complete] {
  padding: 0;
  background: none;
}
@media print, screen and (width > 768px) {
  .p-contact .snow-monkey-form[data-screen=complete] {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }
}
.p-contact .snow-monkey-form[data-screen=complete] .c-hd {
  text-align: center;
}
.p-contact .snow-monkey-form[data-screen=complete] .c-btn {
  display: block;
  margin: 40px auto 0;
}
.p-contact .snow-monkey-form:not([data-screen=complete]) {
  padding: 60px 10px;
  background-color: #f9f9f9;
}
@media print, screen and (width > 768px) {
  .p-contact .snow-monkey-form:not([data-screen=complete]) {
    padding: 60px 10%;
  }
}
.p-contact .snow-monkey-form[data-screen=confirm] {
  border-top: 1px dotted var(--color-border-secondary);
}
.p-contact .snow-monkey-form[data-screen=confirm] .smf-item {
  padding-bottom: 24px;
  margin-bottom: 0 !important;
  border-bottom: 1px dotted var(--color-border-secondary);
  font-size: 16px;
  font-weight: 400;
}
.p-contact .snow-monkey-form[data-screen=confirm] .smf-item__col--label {
  padding-top: 24px;
  padding-bottom: 24px;
}
.p-contact .snow-monkey-form[data-screen=confirm] .smf-item:not(.p-contact__policy) .wp-block-columns {
  display: grid;
}
@media print, screen and (width > 768px) {
  .p-contact .snow-monkey-form[data-screen=confirm] .smf-item:not(.p-contact__policy) .wp-block-columns {
    grid-template-columns: auto 1fr;
    gap: 8px;
  }
}
.p-contact .snow-monkey-form[data-screen=confirm] .p-contact__policy {
  display: none !important;
}
.p-contact .snow-monkey-form[data-screen=confirm] .p-contact__require .smf-item__label__text::after {
  display: none;
}
.p-contact .snow-monkey-form .smf-item {
  padding: 0;
}
.p-contact .snow-monkey-form .smf-item:not(:last-child) {
  margin-bottom: 40px;
}
.p-contact .snow-monkey-form .smf-item__col--label {
  padding-bottom: 0;
}
.p-contact .snow-monkey-form .smf-item:not(.p-contact__policy) .wp-block-columns {
  display: grid;
  grid-template-columns: 100%;
  gap: 8px 40px;
}
.p-contact .snow-monkey-form .smf-item:not(.p-contact__policy) .wp-block-columns:not(:last-child) {
  margin-bottom: 40px;
}
@media print, screen and (width > 768px) {
  .p-contact .snow-monkey-form .smf-item:not(.p-contact__policy) .wp-block-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-contact .snow-monkey-form .smf-item__label__text {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  column-gap: 12px;
}
.p-contact .smf-control-description {
  position: relative;
  margin-top: 4px;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 500;
}
.p-contact .smf-control-description::before {
  position: absolute;
  left: 0;
  content: "※";
}
@media print, screen and (width > 768px) {
  .p-contact .smf-control-description {
    grid-column: 1/3;
    padding-left: 18px;
  }
}
.p-contact .smf-action {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 40px;
  margin: 24px auto 0;
}
@media print, screen and (width > 768px) {
  .p-contact .smf-action {
    flex-direction: row-reverse;
    margin-top: 40px;
  }
}
.p-contact .smf-action button[data-action=confirm], .p-contact .smf-action button[data-action=complete] {
  appearance: none;
  cursor: pointer;
  width: 232px;
  height: 48px;
  background: var(--color-site-primary);
  border: 0;
  border-radius: 100px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
@media (hover: hover) {
  .p-contact .smf-action button[data-action=confirm]:where(:any-link, :enabled, summary):hover, .p-contact .smf-action button[data-action=complete]:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
.p-contact .smf-action button[data-action=back] {
  appearance: none;
  cursor: pointer;
  width: 232px;
  height: 48px;
  background: #4B4B4B;
  border: 0;
  border-radius: 100px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
@media (hover: hover) {
  .p-contact .smf-action button[data-action=back]:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
.p-contact__select .smf-select-control {
  display: block;
  position: relative;
}
.p-contact__select .smf-select-control::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(./assets/images/common/icon_select.svg) no-repeat left top;
  background-size: 16px;
  position: absolute;
  right: 8px;
  top: 23px;
  z-index: 10;
  pointer-events: none;
}
.p-contact__policy .wp-block-columns {
  display: block;
  width: fit-content;
  margin: 24px auto 0;
  padding-left: 28px;
  text-align: center;
  position: relative;
}
.p-contact__policy .wp-block-columns .smf-label .smf-checkbox-control {
  display: block;
  gap: 0;
}
.p-contact__policy .wp-block-columns .smf-label label input {
  display: grid;
  place-items: center;
  appearance: none;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid var(--color-site-secondary);
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 4px;
  cursor: pointer;
}
.p-contact__policy .wp-block-columns .smf-label label input:checked {
  background-color: var(--color-site-secondary);
}
.p-contact__policy .wp-block-columns .smf-label label input:checked::before {
  content: "";
  width: 16px;
  height: 13px;
  background: url(./assets/images/common/icon_check.svg) no-repeat left top;
  background-size: 16px 13px;
  border: 0 !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  transform: rotate(0) !important;
}
.p-contact__policy__txt {
  font-size: 16px;
  font-weight: 500;
}
.p-contact__require .smf-item__label__text::after {
  content: "必須";
  width: fit-content;
  padding: 3px 8px;
  color: #fff;
  border-radius: 20px;
  background-color: var(--color-site-secondary);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.07;
}

.p-pager__fraction, .p-pager .page-numbers, .p-pager__link, .p-pager__arrow {
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  border: 1px solid var(--color-border-secondary);
  border-radius: 50%;
  position: relative;
}

.p-pager {
  width: fit-content;
  height: 44px;
  margin: 60px auto 0;
  padding: 0 52px;
  position: relative;
}
.p-pager__list {
  height: 44px;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.p-pager__arrow {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
}
@media (hover: hover) {
  .p-pager__arrow:where(:any-link, :enabled, summary):hover {
    background-color: var(--color-site-primary);
    border-color: var(--color-site-primary);
  }
  .p-pager__arrow:where(:any-link, :enabled, summary):hover .p-pager__icon {
    background-color: #fff;
  }
}
.p-pager__arrow--prev {
  left: 0;
}
.p-pager__arrow--prev .p-pager__icon {
  rotate: 180deg;
}
.p-pager__arrow--next {
  right: 0;
}
.p-pager__icon {
  display: block;
  width: 16px;
  height: 16px;
  -webkit-mask-image: url(./assets/images/common/icon_arrow.svg);
  -webkit-mask-size: 16px 16px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(./assets/images/common/icon_arrow.svg);
  mask-size: 16px 16px;
  mask-repeat: no-repeat;
  mask-position: center;
  background: var(--color-site-primary);
}
.p-pager__item, .p-pager__fraction {
  width: 44px;
  height: 44px;
}
.p-pager__item.current .page-numbers,
.p-pager__item.current .p-pager__link {
  color: #fff !important;
  background-color: var(--color-site-primary);
  border-color: var(--color-site-primary);
}
.p-pager .page-numbers, .p-pager__link {
  height: 100%;
  text-decoration: none !important;
}
@media (hover: hover) {
  .p-pager .page-numbers:where(:any-link, :enabled, summary):hover, .p-pager__link:where(:any-link, :enabled, summary):hover {
    color: #fff !important;
    background-color: var(--color-site-primary);
    border-color: var(--color-site-primary);
  }
}
.p-fnav {
  margin-bottom: 26px;
  display: grid;
  grid-template-columns: 100%;
  gap: 24px 0;
}
@media print, screen and (width > 768px) {
  .p-fnav {
    padding-top: 20px;
    width: fit-content;
    gap: 32px 0;
  }
}
.p-fnav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 0;
}
@media print, screen and (width > 768px) {
  .p-fnav__list {
    grid-template-columns: repeat(4, 1fr);
    gap: min(4vw, 40px);
  }
  .p-fnav__list:nth-child(2) .p-fnav__item:nth-child(2) {
    grid-column: 2/5;
  }
}
.p-fnav__link {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (width <= 768px) {
  .p-fnav__link {
    font-size: min(4.26vw, 16px);
  }
}

.p-copyright {
  width: fit-content;
  margin: 32px auto 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
