/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/sass/style.scss ***!
  \****************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
img{
    max-width: 100% !important;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #222222;
  font-weight: 400;
  background-color: #fff;
}

picture {
  display: block;
}

img {
  width: 100%;
  height: auto;
}

a {
  display: inline-block;
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  height: 94px;
  padding-left: 59px;
  padding-right: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 5;
}
.l-header__logo {
  align-self: center;
}
.l-header__logo h1 {
  position: relative;
}
.l-header__logo h1::after {
  content: "採用サイト";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #699566;
  font-size: 1.6rem;
  font-weight: 500;
}
.l-header__dropdown-list {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-header__dropdown-item {
  display: block;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.l-header__dropdown-item:not(:last-of-type) {
  margin-bottom: 3px;
}
.l-header__dropdown-item a {
  padding: 7px 6px;
  width: 100%;
  color: #37a1db;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.428;
  white-space: nowrap;
}
.l-header__list {
  display: flex;
  align-items: center;
  height: 100%;
}
.l-header__item {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
.l-header__item:first-of-type {
  margin-right: 61px;
}
.l-header__item:nth-of-type(2) {
  position: relative;
  margin-right: 56px;
}
.l-header__item:nth-of-type(2) > div {
  position: relative;
}
.l-header__item:nth-of-type(2) > div img {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 9.05px;
}
.l-header__item:nth-of-type(3) {
  margin-right: 38px;
}
.l-header__item:nth-of-type(4) {
  margin-right: 52px;
}
.l-header__item:nth-of-type(5) {
  margin-right: 72px;
}
.l-header__item:last-of-type a {
  flex-direction: column;
  justify-content: center;
  padding-top: 17px;
  padding-bottom: 11px;
  width: 204px;
  height: auto;
  font-size: 1.6rem;
  line-height: 1.2;
  background-color: #fec312;
  border-radius: 9999px;
}
.l-header__item:last-of-type a span {
  font-size: 1.2rem;
}
.l-header__item > a {
  display: flex;
  align-items: center;
  height: 100%;
}
.l-header__burger {
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translateY(-50%);
  display: none;
  height: 20px;
  width: 30px;
  cursor: pointer;
}
.l-header__burger span {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #707070;
  transition: all 0.3s;
}
@media screen and (max-width: 1270px) {
  .l-header__list {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .l-header__item {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 1120px) {
  .l-header__nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    padding-bottom: 15px;
    background-color: #fff;
  }
  .l-header__list {
    flex-direction: column;
  }
  .l-header__item {
    justify-content: center;
  }
  .l-header__item:nth-of-type(2) {
    flex-direction: column;
  }
  .l-header__item > a {
    padding: 10px;
  }
  .l-header__burger {
    display: block;
  }
  .l-header__burger span {
    position: absolute;
  }
  .l-header__burger span:first-of-type {
    top: 0;
  }
  .l-header__burger span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .l-header__burger span:last-of-type {
    bottom: 0;
  }
  .l-header__burger.is-active span:first-of-type {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .l-header__burger.is-active span:nth-of-type(2) {
    width: 0;
  }
  .l-header__burger.is-active span:last-of-type {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
  .l-header__dropdown-list {
    position: static;
    transform: none;
  }
  .l-header__dropdown-item {
    box-shadow: none;
  }
}
@media screen and (max-width: 1000px) {
  .l-header {
    padding-left: 11px;
  }
}
@media screen and (max-width: 600px) {
  .l-header {
    height: 60px;
  }
  .l-header__logo h1::after {
    font-size: 1rem;
  }
}

.l-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  background-color: #4ba27d;
}
.l-footer small {
  padding: 0 15px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
}
@media screen and (max-width: 600px) {
  .l-footer {
    height: 75.44px;
  }
  .l-footer small {
    font-size: 1.5rem;
    text-align: center;
  }
}

.p-fv--top .p-fv__container {
  position: relative;
  height: 700px;
}
.p-fv--top .p-fv__container::before {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 86.35%;
  height: 100%;
  background-size: cover;
}
.webp .p-fv--top .p-fv__container::before {
  background-image: url(.././images/fv.webp);
}
.no-webp .p-fv--top .p-fv__container::before {
  background-image: url(.././images/fv.png);
}
.p-fv--top .p-fv__container div:first-of-type {
  position: absolute;
  top: 46%;
  left: 36%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: nowrap;
}
.p-fv--top .p-fv__container div:first-of-type p {
  margin-bottom: 10.6px;
  color: #37a1db;
  font-size: 1.4rem;
}
.p-fv--top .p-fv__container div:first-of-type h2 {
  margin-bottom: 13.9px;
  font-family: "Noto Serif JP", serif;
  font-size: 4.4rem;
  line-height: 1.4;
}
.p-fv--top .p-fv__container div:first-of-type h2 br {
  display: none;
}
.p-fv--top .p-fv__container div:first-of-type h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.3rem;
  line-height: 1.65;
}
.p-fv--top .p-fv__container .p-fv__recruit {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 11px;
  right: 224px;
  bottom: 58px;
  width: 216px;
  height: 216px;
  background-color: #fff;
  border-radius: 50%;
}
.p-fv--top .p-fv__container .p-fv__recruit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 196px;
  height: 196px;
  border: 1px dashed #37a1db;
  border-radius: 50%;
  pointer-events: none;
}
.p-fv--top .p-fv__container .p-fv__recruit p {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.p-fv--top .p-fv__container .p-fv__recruit a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 38px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #37a1db;
}
@media screen and (max-width: 1470px) {
  .p-fv--top .p-fv__container .p-fv__recruit {
    right: 70px;
  }
}
@media screen and (max-width: 1250px) {
  .p-fv--top .p-fv__container div:first-of-type {
    left: 50%;
    transform: translateX(-50%);
  }
  .p-fv--top .p-fv__container .p-fv__recruit {
    right: 37px;
  }
}
@media screen and (max-width: 900px) {
  .p-fv--top .p-fv__container::before {
    width: 100%;
  }
  .p-fv--top .p-fv__container div:first-of-type {
    top: 174px;
  }
  .p-fv--top .p-fv__container .p-fv__recruit {
    right: auto;
    left: 60%;
  }
}
@media screen and (max-width: 800px) {
  .p-fv--top .p-fv__container div:first-of-type {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 640px) {
  .p-fv--top .p-fv__container {
    height: 616px;
  }
  .p-fv--top .p-fv__container div:first-of-type p {
    font-size: 1.2rem;
  }
  .p-fv--top .p-fv__container div:first-of-type h2 {
    font-size: 3rem;
  }
  .p-fv--top .p-fv__container div:first-of-type h2 br {
    display: block;
  }
  .p-fv--top .p-fv__container div:first-of-type h3 {
    font-size: 1.6rem;
  }
  .p-fv--top .p-fv__container .p-fv__recruit {
    bottom: 27px;
    width: 180px;
    height: 180px;
  }
  .p-fv--top .p-fv__container .p-fv__recruit::before {
    width: 164px;
    height: 164px;
  }
  .p-fv--top .p-fv__container .p-fv__recruit p {
    font-size: 2rem;
  }
  .p-fv--top .p-fv__container .p-fv__recruit a {
    width: 136px;
    height: 31px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 550px) {
  .p-fv--top .p-fv__container .p-fv__recruit {
    right: 37px;
    left: auto;
  }
}
.p-fv--sub {
  position: relative;
}
.p-fv--sub::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 80.63%;
  height: 100%;
  background-image: linear-gradient(160deg, #37a1db, #37a1db, #c6fcfc);
  opacity: 0.3;
}
.p-fv--sub .p-fv__container {
  margin: 0 auto;
  max-width: 1010px;
  height: 400px;
}
.p-fv--sub .p-fv__container svg {
  position: absolute;
  top: 125px;
  left: 10.69%;
}
.p-fv--sub .p-fv__container h2 {
  position: absolute;
  top: 270px;
  left: 10.1%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 76px;
  font-family: "Noto Serif JP", serif;
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #fff;
}
.p-fv--sub .p-fv__container h2.s {
  width: 322px;
}
.p-fv--sub .p-fv__container h2.m {
  width: 477px;
}
.p-fv--sub .p-fv__container h2.l {
  width: 571px;
}
@media screen and (max-width: 800px) {
  .p-fv--sub .p-fv__container svg {
    top: 130px;
    left: 6%;
  }
  .p-fv--sub .p-fv__container h2 {
    left: 7%;
  }
}
@media screen and (max-width: 600px) {
  .p-fv--sub::before {
    height: 300px;
  }
  .p-fv--sub .p-fv__container {
    height: 300px;
  }
  .p-fv--sub .p-fv__container svg {
    top: 80px;
  }
  .p-fv--sub .p-fv__container h2 {
    top: 180px;
    left: 0;
    padding: 0 20px;
    width: auto !important;
    height: 60px;
    font-size: 2.5rem;
  }
  .p-fv--sub .p-fv__container h2.s {
    min-width: 230px;
  }
}

.p-news {
  padding: 0 36.5px;
}
.p-news__container {
  position: relative;
  padding-top: 209.8px;
  padding-bottom: 220px;
  margin: 0 auto;
  max-width: 1012px;
}
.p-news__container svg {
  position: absolute;
  top: 17.6px;
  transform: translateX(-80%);
  min-width: 243.64px;
}
.p-news__head {
  position: relative;
  margin-bottom: 17.6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Serif JP", serif;
  font-size: 3.3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-news__head::before {
  content: "RECURUIT NEWS";
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  color: #37a1db;
  font-size: 1.4rem;
  white-space: nowrap;
}
.p-news__item {
  padding: 22.4px 0 21.1px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid #707070;
  transition: all 0.3s;
}
.p-news__item:first-of-type {
  border-top: 1px solid #707070;
}
.p-news__item a {
  display: flex;
  -moz-column-gap: 62px;
       column-gap: 62px;
}
.p-news__item time {
  flex-shrink: 0;
}
.p-news__item:hover {
  color: #37a1db;
}
@media screen and (max-width: 1770px) {
  .p-news__container svg {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1490px) {
  .p-news__container svg {
    transform: translateX(-20%);
  }
}
@media screen and (max-width: 1210px) {
  .p-news__container svg {
    transform: translateX(0);
    width: 80%;
  }
}
@media screen and (max-width: 450px) {
  .p-news__container {
    padding-top: 154.2px;
    padding-bottom: 176.8px;
  }
  .p-news__container svg {
    top: 0;
  }
  .p-news__head {
    margin-bottom: 26.7px;
    font-size: 2.6rem;
  }
  .p-news__head::before {
    font-size: 1.2rem;
    left: 0;
    transform: none;
  }
  .p-news__item {
    padding: 17.8px 0 16.2px;
    font-size: 1.5rem;
  }
  .p-news__item a {
    flex-direction: column;
  }
}

.p-about {
  position: relative;
  padding: 0 36.5px;
}
.p-about::before {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 69.6875%;
  height: 100%;
  background-color: #f5f8f9;
  z-index: -1;
}
.p-about__container {
  padding-top: 134px;
  padding-bottom: 312px;
  margin: 0 auto;
  max-width: 1012px;
}
.p-about__head {
  position: relative;
  margin-bottom: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Serif JP", serif;
  font-size: 3.3rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.51;
}
.p-about__head::before {
  content: "ABOUT US";
  position: absolute;
  bottom: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #37a1db;
  font-size: 1.4rem;
}
.p-about__message {
  margin-bottom: 44px;
  max-width: 414px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.94;
  text-shadow: 0 0 5px #fff;
}
.p-about__more {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 324px;
  height: 65px;
  color: #37a1db;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #fff;
  border: 1px solid #37a1db;
  transition: all 0.3s;
}
.p-about__more::after {
  content: "＞";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding-left: 2px;
  color: #37a1db;
  font-size: 1.2rem;
  background-color: #fff;
  border: 1px solid #37a1db;
  border-radius: 50%;
}
.p-about__more:hover {
  color: #fff;
  background-color: #37a1db;
}
.p-about__list {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-wrap: wrap;
  width: 53.07%;
  z-index: -1;
}
.p-about__item {
  width: 33.3333333333%;
  min-width: 175px;
}
@media screen and (max-width: 1000px) {
  .p-about::before {
    width: 697px;
  }
  .p-about__list {
    width: 531px;
  }
}
@media screen and (max-width: 600px) {
  .p-about::before {
    width: 69.6%;
  }
  .p-about__container {
    padding-top: 97px;
    padding-bottom: 80px;
  }
  .p-about__head {
    margin-bottom: 24.7px;
    font-size: 2.6rem;
  }
  .p-about__head::before {
    font-size: 1.2rem;
  }
  .p-about__message {
    margin-bottom: 38px;
    font-size: 1.5rem;
  }
  .p-about__more {
    margin-bottom: 38px;
  }
  .p-about__list {
    position: static;
    transform: none;
    width: 100%;
  }
  .p-about__item {
    width: 50%;
    min-width: auto;
  }
}

.p-work {
  padding: 0 36.5px;
  background-image: linear-gradient(30deg, #d8f9f9, #fcfceb);
}
.p-work__container {
  padding-top: 153px;
  padding-bottom: 158.6px;
  margin: 0 auto;
  max-width: 1012px;
}
.p-work__container > p {
  margin-bottom: 65.4px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.1875;
}
.p-work__head {
  position: relative;
  margin-bottom: 32px;
  font-family: "Noto Serif JP", serif;
  font-size: 3.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.51;
}
.p-work__head::before {
  content: "WELFARE/WORK-LIFE BALANCE";
  position: absolute;
  left: 0;
  bottom: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #37a1db;
}
.p-work__head br {
  display: none;
}
.p-work__list {
  display: flex;
  justify-content: center;
  -moz-column-gap: 29.4px;
       column-gap: 29.4px;
  row-gap: 30px;
  flex-wrap: wrap;
}
.p-work__item {
  width: 100%;
  max-width: 315px;
  height: 311.9px;
  background-color: #fff;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
}
.p-work__item a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}
.p-work__item a::after {
  content: "＞";
  position: absolute;
  right: 13.6px;
  bottom: 14.9px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 2px;
  width: 20px;
  height: 20px;
  color: #37a1db;
  font-size: 1.2rem;
  border: 1px solid #37a1db;
  border-radius: 50%;
}
.p-work__item a h3 {
  margin-bottom: 19.1px;
  color: #37a1db;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.1;
}
.p-work__item a p {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.56;
  text-align: center;
}
.p-work__item:first-of-type a {
  padding-top: 44.5px;
}
.p-work__item:first-of-type a svg {
  margin-bottom: 4.8px;
}
.p-work__item:nth-of-type(2) a {
  padding-top: 32.5px;
}
.p-work__item:nth-of-type(2) a svg {
  margin-bottom: 16.8px;
}
.p-work__item:last-of-type a {
  padding-top: 32.5px;
}
.p-work__item:last-of-type a svg {
  margin-bottom: 16.8px;
}
@media screen and (max-width: 630px) {
  .p-work__head br {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  .p-work__container {
    padding-top: 97.2px;
    padding-bottom: 79.9px;
  }
  .p-work__container > p {
    margin-bottom: 38px;
    font-size: 1.5rem;
  }
  .p-work__head {
    margin-bottom: 38px;
    font-size: 2.6rem;
  }
  .p-work__head::before {
    font-size: 1.2rem;
  }
  .p-work__list {
    row-gap: 20px;
  }
  .p-work__item a h3 {
    font-size: 2rem;
  }
}

.p-top-interview {
  padding: 154.3px 36.5px 0;
}
.p-top-interview__container {
  position: relative;
  margin: 0 auto;
  max-width: 1012px;
}
.p-top-interview__container svg {
  position: absolute;
  transform: translate(-50%, -70%);
}
.p-top-interview__head {
  margin-bottom: 126.3px;
  font-family: "Noto Serif JP", serif;
  font-size: 3.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.51;
}
.p-top-interview__list {
  display: flex;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 102.7px;
}
.p-top-interview__list::after {
  content: "";
  width: 238px;
}
.p-top-interview__item {
  width: 238px;
}
.p-top-interview__item a {
  display: inline-block;
  width: 100%;
}
.p-top-interview__item:hover picture {
  filter: opacity(50%);
}
.p-top-interview__item:hover dl > div dt,
.p-top-interview__item:hover dl > div dd {
  color: #37a1db;
}
.p-top-interview__item-icon {
  position: relative;
  margin-bottom: 21px;
}
.p-top-interview__item-icon.no-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 280px;
  background-color: rgb(200, 200, 200);
}
.p-top-interview__item-icon span {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  padding: 0 6px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.56;
  background-color: #fff;
  z-index: 1;
}
.p-top-interview__item-icon picture {
  filter: opacity(100%);
  transition: all 0.3s;
}
.p-top-interview__item-info dl > div:first-child {
/*  display: flex;*/
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.p-top-interview__item-info dl > div:not(:last-of-type) {
  margin-bottom: 11px;
}
.p-top-interview__item-info dl > div dt,
.p-top-interview__item-info dl > div dd {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  transition: all 0.3s;
}
.p-top-interview__item-info dl > div dt {
  flex-shrink: 0;
}
.p-top-interview__more {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 324px;
  height: 65px;
  color: #37a1db;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  background-color: #fff;
  border: 1px solid #37a1db;
  transition: all 0.3s;
}
.p-top-interview__more::after {
  content: "＞";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 2px;
  width: 20px;
  height: 20px;
  color: #37a1db;
  font-size: 1.2rem;
  background-color: #fff;
  border: 1px solid #37a1db;
  border-radius: 50%;
}
.p-top-interview__more:hover {
  color: #fff;
  background-color: #37a1db;
}
@media screen and (max-width: 1230px) {
  .p-top-interview__container svg {
    transform: translateY(-100%);
  }
}
@media screen and (max-width: 600px) {
  .p-top-interview {
    padding-left: 0;
    padding-right: 0;
  }
  .p-top-interview__head {
    padding: 0 36.5px;
  }
  .p-top-interview__list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    -moz-column-gap: 0;
         column-gap: 0;
    margin-bottom: 37px;
  }
  .p-top-interview__item {
    width: auto;
  }
  .p-top-interview__item-icon {
    width: 100%;
  }
  .p-top-interview__item-icon.no-image {
    width: auto;
    height: auto;
  }
  .p-top-interview .swiper-button-prev {
    transform: translateY(-70%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #37a1db;
    border-radius: 50%;
    background-color: #fff;
  }
  .p-top-interview .swiper-button-prev::after {
    content: "＜" !important;
    font-size: 1.6rem;
  }
  .p-top-interview .swiper-button-next {
    transform: translateY(-70%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #37a1db;
    border-radius: 50%;
    background-color: #fff;
  }
  .p-top-interview .swiper-button-next::after {
    content: "＞" !important;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 400px) {
  .p-top-interview__item-info dl > div {
    flex-direction: column;
  }
  .p-top-interview__item-info dl > div dt,
.p-top-interview__item-info dl > div dd {
    font-size: 1.4rem;
  }
  .p-top-interview__more {
    width: calc(100% - 73px);
  }
}

.p-breadcrumb__container {
/*  padding: 56px 36.5px 34px;*/
    padding: 56px 0 34px;
  margin: 0 auto;
  max-width: 1010px;
}
.p-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 8px;
}
.p-breadcrumb__item {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p-breadcrumb__item:not(:last-of-type)::after {
  content: "/";
  margin-left: 15px;
}
@media screen and (max-width: 500px) {
  .p-breadcrumb__container {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

.p-message {
  position: relative;
  height: 559px;
  overflow: hidden;
}
.p-message::before {
  content: "";
  position: absolute;
  right: 0;
  width: 86.25%;
  min-width: 1200px;
  height: 100%;
  background-color: #f5f8f9;
  z-index: -1;
}
.p-message__container {
  padding: 60.9px 36.5px 0;
  margin: 0 auto;
  max-width: 1010px;
}
.p-message__container > div {
  display: flex;
  justify-content: space-between;
}
.p-message__container > div > picture {
  align-self: flex-end;
}
.p-message__head {
  margin-bottom: 11.1px;
  font-family: "Noto Serif JP", serif;
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.p-message__body {
  width: 57.425%;
}
.p-message__body p {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
.p-message__body p:first-of-type {
  margin-bottom: 14px;
}
.p-message__body p:last-of-type {
  text-align: right;
}
.p-message__body picture {
  display: none;
}
@media screen and (max-width: 820px) {
  .p-message {
    height: auto;
  }
}
@media screen and (max-width: 700px) {
  .p-message__container {
    padding-top: 40px;
  }
  .p-message__container > div > picture {
    display: none;
  }
  .p-message__head {
    font-size: 2.8rem;
  }
  .p-message__body {
    width: 100%;
  }
  .p-message__body picture {
    display: block;
    margin: 0 auto;
    width: 50%;
    max-width: 315px;
    min-width: 280px;
  }
}

.p-management {
  padding: 0 36.5px;
  background-size: cover;
  background-position: center bottom;
}
.webp .p-management {
  background-image: url(.././images/management_bg.webp);
}
.no-webp .p-management {
  background-image: url(.././images/management_bg.jpg);
}
.p-management__container {
  padding-top: 134px;
  padding-bottom: 253.5px;
}
.p-management__container section:first-of-type {
  margin-bottom: 126.5px;
}
.p-management__container section:first-of-type h2 {
  margin-bottom: 25px;
}
.p-management__container section:first-of-type h2::before {
  content: "経営理念";
}
.p-management__container section:first-of-type dl > div {
  text-align: center;
}
.p-management__container section:first-of-type dl > div:not(:last-of-type) {
  margin-bottom: 36px;
}
.p-management__container section:first-of-type dl > div dt {
  margin-bottom: 12px;
  font-size: 2rem;
  line-height: 1.45;
}
.p-management__container section:first-of-type dl > div dd {
  font-size: 1.8rem;
  line-height: 1.5;
}
.p-management__container section:nth-of-type(2) {
  margin-bottom: 156px;
}
.p-management__container section:nth-of-type(2) h2 {
  margin-bottom: 10.2px;
}
.p-management__container section:nth-of-type(2) h2::before {
  content: "経営目的";
}
.p-management__container section:last-of-type h2 {
  margin-bottom: 10.2px;
}
.p-management__container section:last-of-type h2::before {
  content: "経営目標";
}
.p-management__container section h2 {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 5.3rem;
  font-weight: 300;
  letter-spacing: 0.045em;
  line-height: 1.71;
  text-align: center;
}
.p-management__container section h2::before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Noto Sans JP", sans-serif;
  color: #37a1db;
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p-management__container section p {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .p-management__container section h2 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 500px) {
  .p-management__container {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .p-management__container section:not(:last-of-type) {
    margin-bottom: 90px !important;
  }
  .p-management__container section h2 {
    font-size: 2.8rem;
  }
}

.p-policy {
  padding: 0 36.5px;
  background-color: rgba(236, 243, 247, 0.5);
}
.p-policy__container {
  padding-top: 143.8px;
  padding-bottom: 102.2px;
}
.p-policy__container section h2 {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 5.3rem;
  font-weight: 300;
  letter-spacing: 0.045em;
  line-height: 1.71;
  text-align: center;
}
.p-policy__container section h2::before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Noto Sans JP", sans-serif;
  color: #37a1db;
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p-policy__container section p {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
.p-policy__container section:first-of-type {
  margin-bottom: 182.5px;
}
.p-policy__container section:first-of-type h2 {
  margin-bottom: 10.2px;
}
.p-policy__container section:first-of-type h2::before {
  content: "ブレイングループ・クオリティー";
}
.p-policy__container section:nth-of-type(2) {
  margin-bottom: 131.7px;
}
.p-policy__container section:nth-of-type(2) h2 {
  margin-bottom: 24.5px;
}
.p-policy__container section:nth-of-type(2) h2::before {
  content: "行動指針";
}
.p-policy__container section:nth-of-type(2) ul {
  display: flex;
  justify-content: center;
  gap: 45px;
  flex-wrap: wrap;
}
.p-policy__container section:nth-of-type(2) li {
  flex-shrink: 0;
  padding-top: 50.7px;
  padding-left: 20px;
  padding-right: 20px;
  width: 306px;
  height: 279.83px;
  background-color: #fff;
  box-shadow: 0 0 10px #d8f9f9;
}
.p-policy__container section:nth-of-type(2) li h3 {
  margin-bottom: 26.1px;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
}
.p-policy__container section:nth-of-type(2) li h3 span {
  font-size: 2.2rem;
  font-weight: 400;
}
.p-policy__container section:nth-of-type(2) li p {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.83;
}
.p-policy__container section:last-of-type h2 {
  margin-bottom: 15px;
}
.p-policy__container section:last-of-type h2::before {
  content: "教育方針";
}
.p-policy__container section:last-of-type > p {
  margin-bottom: 39px;
}
.p-policy__container section:last-of-type > div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0px;
  margin: 0 auto;
  max-width: 498px;
  background-color: #fff;
}
.p-policy__container section:last-of-type > div p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .p-policy__container section h2 {
    font-size: 3.5rem;
  }
  .p-policy__container section:last-of-type > div {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-policy__container section:last-of-type > div > p {
    font-size: 1.8rem;
  }
}

.p-credo {
  padding: 0 36.5px;
}
.p-credo__container {
  padding-top: 112.8px;
  padding-bottom: 40px;
  margin: 0 auto;
  max-width: 1012px;
}
.p-credo__container > p {
  margin-bottom: 130px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
.p-credo__head {
  position: relative;
  margin-bottom: 34.2px;
  font-family: "Open Sans", sans-serif;
  font-size: 5.3rem;
  font-weight: 300;
  letter-spacing: 0.045em;
  line-height: 1.71;
  text-align: center;
}
.p-credo__head::before {
  content: "ブレイングループクレド";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Noto Sans JP", sans-serif;
  color: #37a1db;
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.p-credo__list {
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}
.p-credo__item {
  display: flex;
  justify-content: center;
  -moz-column-gap: 110px;
       column-gap: 110px;
}
.p-credo__item picture {
  flex-shrink: 0;
  width: 410px;
}
.p-credo__item h3 {
  margin-bottom: 12px;
  font-size: 2.2rem;
  line-height: 1.81;
}
.p-credo__item p {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
@media screen and (max-width: 900px) {
  .p-credo__item {
    justify-content: space-between;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .p-credo__item picture {
    width: 48%;
    min-width: 300px;
  }
  .p-credo__item > div {
    width: 48%;
  }
}
@media screen and (max-width: 650px) {
  .p-credo__container > p {
    margin-bottom: 40px;
  }
  .p-credo__head {
    font-size: 3.5rem;
  }
  .p-credo__head::before {
    font-size: 1.8rem;
  }
  .p-credo__list {
    row-gap: 40px;
  }
  .p-credo__item {
    flex-direction: column;
  }
  .p-credo__item > picture {
    margin-bottom: 20px;
    width: 100%;
    min-width: auto;
  }
  .p-credo__item > div {
    width: 100%;
  }
}

.p-welfare__container {
  margin: 0 auto;
  max-width: 1012px;
}
.p-welfare section {
  padding: 0 36.5px;
}
.p-welfare section:first-of-type {
  padding-top: 50px;
  padding-bottom: 91.3px;
}
.p-welfare section:first-of-type .p-welfare__head {
  position: relative;
  margin-bottom: 30.9px;
  font-size: 5.3rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 0.045em;
  line-height: 1.81;
  text-align: center;
}
.p-welfare section:first-of-type .p-welfare__head::before {
  content: "あなたらしい働き方を応援します";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Noto Sans JP", sans-serif;
  color: #37a1db;
  font-size: 2.3rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.p-welfare section:first-of-type p {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 2.22;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .p-welfare section:first-of-type .p-welfare__head {
    margin-bottom: 20px;
    font-size: 3.5rem;
  }
  .p-welfare section:first-of-type .p-welfare__head::before {
    font-size: 1.5rem;
  }
}
.p-welfare section:nth-of-type(2) {
  padding-top: 152.8px;
  padding-bottom: 142.5px;
  background-color: #f5f8e5;
}
.p-welfare section:nth-of-type(2) h2 {
  margin-bottom: 21.3px;
  font-family: "Open Sans", sans-serif;
  font-size: 4.3rem;
  font-weight: 300;
  letter-spacing: 0.045em;
  text-align: center;
  line-height: 1.81;
}
.p-welfare section:nth-of-type(2) ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 29.4px;
       column-gap: 29.4px;
  row-gap: 30px;
}
.p-welfare section:nth-of-type(2) li {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  padding: 0 19px;
  width: 315px;
  height: 290px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.p-welfare section:nth-of-type(2) li h3 {
  margin-bottom: 13.4px;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.p-welfare section:nth-of-type(2) li p {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.83;
}
.p-welfare section:nth-of-type(2) li:first-of-type {
  padding-top: 26.5px;
}
.p-welfare section:nth-of-type(2) li:first-of-type svg {
  margin-bottom: 14.4px;
}
.p-welfare section:nth-of-type(2) li:nth-of-type(2) {
  padding-top: 31.5px;
}
.p-welfare section:nth-of-type(2) li:nth-of-type(2) svg {
  margin-bottom: 14.7px;
}
.p-welfare section:nth-of-type(2) li:last-of-type {
  padding-top: 28.1px;
}
.p-welfare section:nth-of-type(2) li:last-of-type svg {
  margin-bottom: 14.3px;
}
@media screen and (max-width: 600px) {
  .p-welfare section:nth-of-type(2) {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .p-welfare section:nth-of-type(2) h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 400px) {
  .p-welfare section:nth-of-type(2) li {
    padding-bottom: 30px;
    width: 100%;
    height: auto;
  }
}
.p-welfare section:nth-of-type(3) {
  position: relative;
  padding-top: 68.5px;
  padding-bottom: 218.9px;
  background-image: linear-gradient(315deg, rgba(198, 252, 252, 0.5) 0%, rgba(55, 161, 219, 0.5) 90%, rgba(55, 161, 219, 0.5) 100%);
}
.p-welfare section:nth-of-type(3)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 334px;
  background-color: #fff;
  z-index: 0;
}
.p-welfare section:nth-of-type(3) h2 {
  position: relative;
  margin-bottom: 32.5px;
  font-family: "Open Sans", sans-serif;
  font-size: 4.3rem;
  font-weight: 300;
  letter-spacing: 0.045em;
  text-align: center;
  line-height: 1.81;
}
.p-welfare section:nth-of-type(3) ul {
  position: relative;
  padding: 73.2px 86px 74px;
  margin: 0 auto;
  max-width: 840px;
  background-color: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.16);
}
.p-welfare section:nth-of-type(3) li {
  padding-bottom: 12.7px;
  border-bottom: 0.5px solid #707070;
}
.p-welfare section:nth-of-type(3) li:not(:first-of-type) {
  margin-top: 18.5px;
}
.p-welfare section:nth-of-type(3) li h3 {
  margin-bottom: 6px;
  font-size: 2.3rem;
  letter-spacing: 0.045em;
  line-height: 1.3;
}
.p-welfare section:nth-of-type(3) li p {
  font-size: 1.6rem;
  letter-spacing: 0.045em;
  font-weight: 300;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .p-welfare section:nth-of-type(3) {
    padding-bottom: 100px;
  }
  .p-welfare section:nth-of-type(3) h2 {
    font-size: 3rem;
  }
  .p-welfare section:nth-of-type(3) ul {
    padding: 30px;
  }
  .p-welfare section:nth-of-type(3) li h3 {
    font-size: 2rem;
  }
  .p-welfare section:nth-of-type(3) li p {
    font-size: 1.4rem;
  }
}
.p-welfare section:nth-of-type(4) {
  padding-top: 88.4px;
  padding-bottom: 88.4px;
  background-color: rgba(236, 243, 247, 0.5);
}
.p-welfare section:nth-of-type(4) .p-welfare__container > p {
  margin-bottom: 37.5px;
  color: #e33e85;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
  text-align: center;
}
.p-welfare section:nth-of-type(4) .p-welfare__container > div {
  padding-top: 23.5px;
  padding-right: 24px;
  padding-bottom: 36.5px;
  padding-left: 41px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.p-welfare section:nth-of-type(4) .p-welfare__container > div div {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 15.5px;
}
.p-welfare section:nth-of-type(4) .p-welfare__container > div div picture {
  flex-shrink: 0;
  width: 100px;
}
.p-welfare section:nth-of-type(4) .p-welfare__container > div div p {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
.p-welfare section:nth-of-type(4) .p-welfare__container > div a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 324px;
  height: 65px;
  color: #e33e85;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  background-color: #fff;
  border: 1px solid #e33e85;
  transition: all 0.3s;
}
.p-welfare section:nth-of-type(4) .p-welfare__container > div a::after {
  content: "＞";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 2px;
  width: 20px;
  height: 20px;
  color: #e33e85;
  font-size: 1.2rem;
  background-color: #fff;
  border: 1px solid #e33e85;
  border-radius: 50%;
}
.p-welfare section:nth-of-type(4) .p-welfare__container > div a:hover {
  color: #fff;
  background-color: #e33e85;
}
.p-welfare section:nth-of-type(4) h2 {
  margin-bottom: 20.5px;
  font-family: "Open Sans", sans-serif;
  font-size: 4.3rem;
  font-weight: 300;
  letter-spacing: 0.045em;
  text-align: center;
  line-height: 1.81;
}
.p-welfare section:nth-of-type(4) ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 25.4px;
       column-gap: 25.4px;
  row-gap: 20px;
  margin-bottom: 58.2px;
}
.p-welfare section:nth-of-type(4) li {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  width: 318.59px;
  height: 280px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.p-welfare section:nth-of-type(4) li h3 {
  margin-bottom: 13.4px;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.p-welfare section:nth-of-type(4) li p {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.66;
}
.p-welfare section:nth-of-type(4) li:first-of-type {
  padding-top: 36.4px;
}
.p-welfare section:nth-of-type(4) li:first-of-type svg {
  margin-bottom: 22.8px;
}
.p-welfare section:nth-of-type(4) li:last-of-type {
  padding-top: 14.7px;
}
@media screen and (max-width: 600px) {
  .p-welfare section:nth-of-type(4) {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-welfare section:nth-of-type(4) h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 550px) {
  .p-welfare section:nth-of-type(4) .p-welfare__container > div {
    padding: 30px 20px;
  }
  .p-welfare section:nth-of-type(4) .p-welfare__container > div div {
    margin-bottom: 20px;
    flex-direction: column;
    row-gap: 15px;
  }
}
.p-welfare section:last-of-type {
  padding-top: 116px;
  padding-bottom: 40px;
}
.p-welfare section:last-of-type .p-welfare__container > p {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 2.22;
  text-align: center;
}
.p-welfare section:last-of-type h2 {
  margin-bottom: 20.9px;
  font-family: "Open Sans", sans-serif;
  font-size: 4.3rem;
  font-weight: 300;
  letter-spacing: 0.045em;
  text-align: center;
  line-height: 1.81;
}
.p-welfare section:last-of-type ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 29.4px;
       column-gap: 29.4px;
  row-gap: 30px;
  margin-bottom: 61px;
}
.p-welfare section:last-of-type li {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  width: 315px;
  height: 290px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.p-welfare section:last-of-type li h3 {
  margin-bottom: 13.4px;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.p-welfare section:last-of-type li p {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
.p-welfare section:last-of-type li:first-of-type {
  padding-top: 36.3px;
}
.p-welfare section:last-of-type li:first-of-type svg {
  margin-bottom: 22.8px;
}
.p-welfare section:last-of-type li:nth-of-type(2) {
  padding-top: 38.9px;
}
.p-welfare section:last-of-type li:nth-of-type(2) svg {
  margin-bottom: 22.8px;
}
.p-welfare section:last-of-type li:last-of-type {
  padding-top: 14.7px;
}
@media screen and (max-width: 600px) {
  .p-welfare section:last-of-type {
    padding-top: 60px;
  }
  .p-welfare section:last-of-type h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 400px) {
  .p-welfare section:last-of-type li {
    padding-bottom: 20px;
    width: 100%;
    height: auto;
  }
  .p-welfare section:last-of-type li h3 {
    font-size: 2rem;
  }
}

.p-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 98px 36.5px;
}
.p-banner a {
  position: relative;
  padding-top: 57.4px;
  padding-bottom: 50px;
  padding-left: 27.7px;
  width: 100%;
  max-width: 658.08px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  background-color: #f6f6f6;
}
.p-banner a:hover picture {
  opacity: 0.4;
}
.p-banner a br {
  display: none;
}
.p-banner a svg {
  margin-left: 25.1px;
  vertical-align: baseline;
}
.p-banner a picture {
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
}
.p-banner a picture:last-of-type {
  display: none;
}
@media screen and (max-width: 720px) {
  .p-banner {
    padding-top: 32px;
    padding-bottom: 47px;
  }
  .p-banner a {
    padding-top: 31px;
    padding-bottom: 30px;
    padding-left: 12.7px;
    max-width: 400px;
    font-size: 2.2rem;
  }
  .p-banner a br {
    display: block;
  }
  .p-banner a svg {
    margin-left: 10px;
  }
  .p-banner a picture {
    height: 100%;
  }
  .p-banner a picture:first-of-type {
    display: none;
  }
  .p-banner a picture:last-of-type {
    display: block;
  }
  .p-banner a picture img {
    height: 100%;
  }
}
@media screen and (max-width: 400px) {
  .p-banner a {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.9rem;
  }
  .p-banner a svg {
    width: 70px;
  }
}

.p-entry {
  background-size: cover;
  background-position: right;
}
.webp .p-entry {
  background-image: url(.././images/entry_bg.webp);
}
.no-webp .p-entry {
  background-image: url(.././images/entry_bg.jpg);
}
.p-entry__container {
  position: relative;
  padding-top: 59px;
  padding-bottom: 73px;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-entry__container svg {
  position: absolute;
  top: 80px;
  right: 108%;
}
.p-entry__container p {
  text-align: center;
}
.p-entry__container p:first-of-type {
  margin-bottom: 10.5px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.65;
}
.p-entry__container p:last-of-type {
  margin-bottom: 44.5px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.66;
}
.p-entry__container p br {
  display: none;
}
.p-entry__container a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 437px;
  height: 88px;
  color: #37a1db;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #fff;
  border: 1px solid #37a1db;
  transition: all 0.3s;
}
.p-entry__container a:hover {
  color: #fff;
  background-color: #37a1db;
}
.p-entry__container a:hover span {
  color: #37a1db;
}
.p-entry__container a span {
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26.98px;
  height: 26.98px;
  font-size: 1.6rem;
  letter-spacing: 0;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #37a1db;
}
@media screen and (max-width: 1280px) {
  .p-entry__container svg {
    position: static;
    margin-bottom: 4.9px;
  }
}
@media screen and (max-width: 1100px) {
  .p-entry {
    background-position-x: 85%;
  }
}
@media screen and (max-width: 600px) {
  .p-entry {
    background-position: center;
  }
  .webp .p-entry {
    background-image: url(.././images/entry_bg_sp.webp);
  }
  .no-webp .p-entry {
    background-image: url(.././images/entry_bg_sp.jpg);
  }
  .p-entry__container {
    padding-top: 10px;
    padding-left: 36.5px;
    padding-right: 36.5px;
    padding-bottom: 26px;
  }
  .p-entry__container svg {
    width: 100%;
  }
  .p-entry__container p:first-of-type {
    margin-bottom: 7.7px;
    font-size: 2.2rem;
  }
  .p-entry__container p:last-of-type {
    margin-bottom: 6.8px;
    font-size: 1.5rem;
  }
  .p-entry__container p br {
    display: block;
  }
  .p-entry__container a {
    width: 100%;
    height: 60px;
    font-size: 1.6rem;
  }
  .p-entry__container a span {
    width: 20px;
    height: 20px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 400px) {
  .p-entry__container svg {
    margin-bottom: -15px;
  }
}

.p-site {
  padding: 65px 36.5px 54px;
  background-color: #fafafa;
}
.p-site__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 30px;
}
.p-site__list:first-of-type {
  -moz-column-gap: clamp(30px, 5vw, 87px);
       column-gap: clamp(30px, 5vw, 87px);
  margin-bottom: 46px;
}
.p-site__list:first-of-type .p-site__item a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 324px;
  height: 122px;
  background-size: cover;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.p-site__list:first-of-type .p-site__item a::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 95.98%;
  height: 100%;
}
.p-site__list:first-of-type .p-site__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 90.98%;
}
.p-site__list:first-of-type .p-site__item a p:first-of-type {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.p-site__list:first-of-type .p-site__item a p:last-of-type {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.23;
}
.p-site__list:first-of-type .p-site__item:first-of-type a::before {
  border-left: 4px solid #efc1c1;
  border-right: 4px solid #efc1c1;
}
.p-site__list:first-of-type .p-site__item:first-of-type a::after {
  border-top: 4px solid #efc1c1;
  border-bottom: 4px solid #efc1c1;
}
.p-site__list:first-of-type .p-site__item:first-of-type a p:first-of-type {
  color: #dd7f7f;
}
.p-site__list:first-of-type .p-site__item:last-of-type a::before {
  border-left: 4px solid #dceb82;
  border-right: 4px solid #dceb82;
}
.p-site__list:first-of-type .p-site__item:last-of-type a::after {
  border-top: 4px solid #dceb82;
  border-bottom: 4px solid #dceb82;
}
.p-site__list:first-of-type .p-site__item:last-of-type a p:first-of-type {
  color: #a6c300;
}
.p-site__list:last-of-type {
  -moz-column-gap: 26.5px;
       column-gap: 26.5px;
}
.p-site__list:last-of-type .p-site__item a {
  position: relative;
  display: flex;
  padding: 9px 11px 8px;
  width: 324px;
  height: 90px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.p-site__list:last-of-type .p-site__item a picture {
  height: 100%;
}
.p-site__list:last-of-type .p-site__item a picture img {
  height: 100%;
  width: auto;
}
.p-site__list:last-of-type .p-site__item a > div p:first-of-type {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-site__list:last-of-type .p-site__item a > div p:last-of-type {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.277;
  text-align: center;
}
.p-site__list:last-of-type .p-site__item a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 13.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.p-site__list:last-of-type .p-site__item:not(:last-of-type) a picture {
  margin-right: 11px;
}
.p-site__list:last-of-type .p-site__item:not(:last-of-type) a > div p:first-of-type {
  color: #03a11f;
}
.p-site__list:last-of-type .p-site__item:not(:last-of-type) a span {
  background-color: #30af1f;
}
.p-site__list:last-of-type .p-site__item:nth-of-type(2) a > div p:first-of-type {
  margin-bottom: 7.6px;
}
.p-site__list:last-of-type .p-site__item:last-of-type a picture {
  margin-right: 28px;
}
.p-site__list:last-of-type .p-site__item:last-of-type a > div p {
  color: #e7327b;
}
.p-site__list:last-of-type .p-site__item:last-of-type a span {
  background-color: #e7327b;
}
@media screen and (max-width: 400px) {
  .p-site {
    padding-top: 27.8px;
    padding-bottom: 42.7px;
  }
  .p-site__list .p-site__item {
    width: 100%;
  }
  .p-site__list .p-site__item a {
    width: 100% !important;
    height: 110px;
  }
}
@media screen and (max-width: 375px) {
  .p-site__list:last-of-type .p-site__item a {
    height: 80px;
  }
  .p-site__list:last-of-type .p-site__item a picture {
    width: 60px;
  }
  .p-site__list:last-of-type .p-site__item a picture img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-site__list:last-of-type .p-site__item a > div p:first-of-type {
    font-size: 1.2rem;
  }
  .p-site__list:last-of-type .p-site__item a > div p:last-of-type {
    font-size: 1.4rem;
  }
  .p-site__list:last-of-type .p-site__item:last-of-type a picture {
    margin-right: 15px;
  }
}

.p-info__container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: clamp(30px, 5vw, 73px);
       column-gap: clamp(30px, 5vw, 73px);
  padding: 84.8px 36.5px 33.8px;
}
.p-info__container > div address,
.p-info__container > div p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
}
.p-info__container > div a:first-of-type {
  font-size: 3.5rem;
  font-weight: bold;
}
.p-info__container > div a:last-of-type {
  color: #4ba27d;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
}
.p-info__logo {
  max-width: 357px;
}
@media screen and (max-width: 845px) {
  .p-info__container {
    padding-top: 40px;
  }
}
@media screen and (max-width: 450px) {
  .p-info__container {
    padding-top: 15.3px;
    padding-bottom: 38.2px;
  }
  .p-info__container > div address,
.p-info__container > div p {
    font-size: 1.5rem;
  }
  .p-info__container > div a:last-of-type {
    font-size: 1.5rem;
  }
}

.p-job-description {
  padding: 0 36.5px;
}
.p-job-description__container {
  margin: 0 auto;
  max-width: 1012px;
}
.p-job-description__tabs {
  display: flex;
  -moz-column-gap: 4px;
       column-gap: 4px;
  row-gap: 4px;
  flex-wrap: wrap;
  margin-bottom: 59px;
}
.p-job-description__tab {
  padding: 8px;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.05em;
  background-color: #37a1db;
  opacity: 0.5;
  cursor: pointer;
}
.p-job-description__tab.is-active {
  opacity: 1;
}
.p-job-description__item:not(:first-of-type) {
  display: none;
}
.p-job-description__table-wrapper:not(:last-of-type) {
  margin-bottom: 77px;
}
.p-job-description__table {
  table-layout: fixed;
  border-collapse: collapse;
  margin-bottom: 52px;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.56;
}
.p-job-description__table th,
.p-job-description__table td {
  padding: 13px 22px;
  font-weight: 400;
  border: 1px solid #e3e6ea;
}
.p-job-description__table th {
  width: 172px;
  background-color: #ecf3f7;
}
.p-job-description__more {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 324px;
  height: 65px;
  color: #37a1db;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #fff;
  border: 1px solid #37a1db;
  transition: all 0.3s;
}
.p-job-description__more::after {
  content: "＞";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 2px;
  width: 20px;
  height: 20px;
  color: #37a1db;
  font-size: 1.2rem;
  background-color: #fff;
  border: 1px solid #37a1db;
  border-radius: 50%;
}
.p-job-description__more:hover {
  color: #fff;
  background-color: #37a1db;
}
@media screen and (max-width: 550px) {
  .p-job-description__table th,
.p-job-description__table td {
    font-size: 1.4rem;
  }
  .p-job-description__table th {
    width: 160px;
  }
}
@media screen and (max-width: 450px) {
  .p-job-description__tabs {
    margin-bottom: 40px;
  }
  .p-job-description__table {
    margin-bottom: 30px;
  }
  .p-job-description__table tr {
    display: flex;
    flex-direction: column;
  }
  .p-job-description__table tr th {
    width: 100%;
  }
}

.p-employee {
  padding: 0 36.5px;
}
.p-employee__container {
  margin: 0 auto;
  max-width: 1012px;
}
.p-employee__list {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 50px;
  flex-wrap: wrap;
}
.p-employee__item {
  width: 238px;
}
.p-employee__item a {
  width: 100%;
}
.p-employee__item:hover .p-employee__item-icon picture {
  filter: opacity(50%);
}
.p-employee__item:hover .p-employee__item-info {
  color: #37a1db;
}
.p-employee__item-icon {
  position: relative;
  margin-bottom: 21px;
  width: 100%;
  height: 280px;
}
.p-employee__item-icon.no-image {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(200, 200, 200);
}
.p-employee__item-icon span {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  padding: 0 6px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.56;
  background-color: #fff;
  z-index: 1;
}
.p-employee__item-icon picture {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.p-employee__item-icon picture img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-employee__item-info {
  font-size: 1.6rem;
  line-height: 1.56;
  letter-spacing: 0.05em;
}
.p-employee__item-info dl {
  transition: all 0.3s;
}
.p-employee__item-info dl div {
/*  display: flex;*/
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.p-employee__item-info dl div:not(:last-of-type) {
  margin-bottom: 11px;
}
.p-employee__item-info dl div dt {
  flex-shrink: 0;
  font-weight: 400;
}
@media screen and (max-width: 1084px) {
  .p-employee__list {
    justify-content: center;
  }
  .p-employee__list::after {
    content: "";
    display: block;
    width: 238px;
  }
}

.p-interview {
  padding: 0 36.5px;
}
.p-interview__container {
  position: relative;
  padding-bottom: 74px;
  margin: 0 auto;
  max-width: 1012px;
}
.p-interview__container dl > div:first-of-type, .p-interview__container dl > div:nth-of-type(2) {
  width: 61.85%;
}
.p-interview__container dl > div:not(:last-of-type) {
  margin-bottom: 64.2px;
}
.p-interview__container dl > div dt {
  margin-bottom: 17.8px;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.73;
  letter-spacing: 0.05em;
}
.p-interview__container dl > div dd {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
.p-interview__name {
  font-family: "Open Sans", sans-serif;
  color: #37a1db;
  font-size: 5.3rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.045em;
}
.p-interview__info {
  margin-bottom: 74.2px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.p-interview__icon {
  position: absolute;
  top: 35px;
  right: 0;
}
.p-interview__icon.no-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 324px;
  height: 445px;
  background-color: rgb(200, 200, 200);
}
.p-interview__icon.no-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 950px) {
  .p-interview__container dl > div:first-of-type, .p-interview__container dl > div:nth-of-type(2) {
    width: 55%;
  }
  .p-interview__icon.no-image {
    width: 280px;
    height: 384.57px;
  }
}
@media screen and (max-width: 730px) {
  .p-interview__container dl > div {
    width: 100% !important;
  }
  .p-interview__info {
    margin-bottom: 40px;
  }
  .p-interview__icon {
    position: static;
    margin-bottom: 50px;
    width: 100%;
    max-width: 280px;
    height: auto;
  }
  .p-interview__icon.no-image {
    height: 384.57px;
  }
}
@media screen and (max-width: 500px) {
  .p-interview__container {
    padding-bottom: 50px;
  }
  .p-interview__container dl > div:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .p-interview__container dl > div dt {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .p-interview__name {
    font-size: 3.5rem;
  }
}

.p-schedule {
  padding: 0 36.5px;
  background-color: #f2faff;
}
.p-schedule__container {
  padding-top: 62.2px;
  padding-bottom: 90px;
  margin: 0 auto;
  max-width: 1016px;
}
.p-schedule__container h2 {
  margin-bottom: 26.3px;
  color: #37a1db;
  font-size: 2.3rem;
  line-height: 1.73;
  letter-spacing: 0.05em;
}
.p-schedule__list {
  margin-bottom: 90.5px;
}
.p-schedule__item {
  padding: 18px 12px;
  font-size: 1.6rem;
  border-bottom: 0.5px dashed #707070;
}
.p-schedule__item:first-of-type {
  border-top: 0.5px dashed #707070;
}
.p-schedule__item span {
  display: inline-block;
  margin-right: 40px;
  min-width: 120px;
}
.p-schedule__more {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 324px;
  height: 65px;
  color: #37a1db;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  background-color: #fff;
  border: 1px solid #37a1db;
  transition: all 0.3s;
}
.p-schedule__more::after {
  content: "＞";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 2px;
  width: 20px;
  height: 20px;
  color: #37a1db;
  font-size: 1.2rem;
  background-color: #fff;
  border: 1px solid #37a1db;
  border-radius: 50%;
}
.p-schedule__more:hover {
  color: #fff;
  background-color: #37a1db;
}
@media screen and (max-width: 600px) {
  .p-schedule__list {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 400px) {
  .p-schedule__item {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 1.3rem;
  }
  .p-schedule__item span {
    min-width: 95px;
  }
  .p-schedule__more {
    font-size: 1.4rem;
  }
  .p-schedule__more::after {
    right: 10px;
    transform: translateY(-50%) scale(0.8);
  }
}

.p-contact {
  padding: 0 36.5px;
  background-color: #f2faff;
}
.p-contact__container {
  padding-top: 117.3px;
  padding-bottom: 97.5px;
  margin: 0 auto;
  max-width: 1012px;
}
.p-contact__head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 34.1px;
  height: 60px;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #37a1db;
}
.p-contact__announce {
  margin-bottom: 88px;
  font-family: "Noto Sans JP", serif;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
.p-contact__form > p {
  margin-bottom: 40.4px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
.p-contact__form > p input {
  margin-right: 20px;
  transform: scale(2);
  vertical-align: baseline;
  accent-color: #e33e85;
}
#wpcf7-f451-o1 input#send-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 324px;
  height: 65px;
  color: #37a1db;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #fff;
  border: 1px solid #37a1db;
  transition: all 0.3s;
}
.wpcf7-form > p{
    text-align: center;
    margin-bottom: 16px;
}
.p-contact__form > button::after {
  content: "＞";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 2px;
  width: 20px;
  height: 20px;
  color: #37a1db;
  font-size: 1.2rem;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #37a1db;
}
#wpcf7-f451-o1 input#send-box:hover {
  color: #fff;
  background-color: #37a1db;
}
.p-contact__table {
  table-layout: fixed;
  margin-left: auto;
  margin-bottom: 19.6px;
  width: 100%;
  max-width: 896px;
  border-spacing: 0 35px;
}
.p-contact__table th {
  width: 130px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
      background: none;
          border: none;
}
table.p-contact__table tr:nth-of-type(2n+1) {
    background: none;
}
.p-contact__table th.required label::after {
  content: "※必須";
  display: block;
  color: #ff0000;
  font-size: 1.4rem;
}
.p-contact__table td {
  font-size: 1.6rem;
      border: none;
}
.p-contact__table td p {
  color: #707070;
  line-height: 1.5;
}
.wpcf7-form-control-wrap select{
    background: #fff;
    padding: 8px 16px;
}
.p-contact__table tr input:not([type=radio]) {
  height: 43px;
}
.p-contact__table tr input:not([type=radio]),
.p-contact__table tr textarea {
  padding: 10px;
  font-size: 1.6rem;
  border: 1px solid #707070;
  border-radius: 6px;
  outline: none;
  background-color: #fff;
  box-shadow: 0 3px 6px inset rgba(0, 0, 0, 0.16);
}
.p-contact__table tr.name input, .p-contact__table tr.ruby input, .p-contact__table tr.tel input, .p-contact__table tr.email input {
  width: 100%;
  max-width: 370px;
}
.p-contact__table tr.zipcode input {
  width: 100%;
  max-width: 152px;
}
.p-contact__table tr.address input {
  width: 100%;
}
.p-contact__table tr.occupation label {
  font-size: 1.6rem;
  line-height: 1.5;
}
.p-contact__table tr.occupation input[type=radio] {
  margin-right: 10px;
  vertical-align: baseline;
}
.p-contact__table tr.occupation input[type=radio]:enabled {
  accent-color: #e33e85;
}
.p-contact__table tr.occupation input[type=radio]:disabled {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-contact__table tr.occupation input[type=radio]:disabled::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #707070;
  border-radius: 50%;
}
.p-contact__table tr.occupation td > div {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 7.5px;
}
.p-contact__table tr.occupation td > div:first-of-type {
  margin-bottom: 7.5px;
}
.p-contact__table tr.occupation p {
  color: #707070;
  font-size: 1.6rem;
  line-height: 1.5;
}
.p-contact__table tr.message textarea {
  width: 100%;
  height: 295px;
}
@media screen and (max-width: 850px) {
  .p-contact__announce {
    margin-bottom: 30px;
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  .p-contact__table {
    margin-bottom: 30px;
    border-spacing: 0;
  }
  .p-contact__table tr {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
  }
  .p-contact__table tr:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .p-contact__table tr.zipcode input[type=text] {
    width: 93.5% !important;
  }
  .p-contact__table td input:not([type=radio]) {
    width: 100% !important;
    max-width: none;
  }
  .p-welfare section:nth-of-type(4) .p-welfare__container > p{
    text-align: left;
  }
}

.p-privacy {
  background-color: #f2faff;
  padding: 0 36.5px;
}
.p-privacy__container {
  padding-top: 107px;
  padding-bottom: 82px;
  margin: 0 auto;
  max-width: 1010px;
}
.p-privacy__container p {
  margin-bottom: 65px;
  font-size: 1.6rem;
  line-height: 1.875;
}
.p-privacy__container a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  max-width: 324px;
  height: 65px;
  font-family: "Noto Serif JP", serif;
  color: #37a1db;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  border: 1px solid #37a1db;
/*  background-color: #fff;*/
  transition: all 0.3s;
}
.p-privacy__container a:hover {
  background-color: #37a1db;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .p-privacy__container {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .p-privacy__container p {
    margin-bottom: 30px;
  }
}

.c-scroll-top {
  position: fixed;
  right: 98px;
  bottom: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border: 1px solid #37a1db;
  border-radius: 50%;
  cursor: pointer;
}
.c-scroll-top svg {
  transform: rotate(180deg);
}
@media screen and (max-width: 1000px) {
  .c-scroll-top {
    right: 50px;
  }
}
@media screen and (max-width: 600px) {
  .c-scroll-top {
    right: 35px;
    width: 50px;
    height: 50px;
  }
  .c-scroll-top svg {
    width: 20px;
  }
  .l-header{
      position: fixed;
      background-color: rgba(255, 255, 255, 0.9);
  }
}

.u-sm--hidden {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-sm--hidden {
    display: none;
  }
}
.u-sm--block {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sm--block {
    display: block;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/swiper/swiper-bundle.min.css ***!
  \**************************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
/*  width: 100%;
  height: 100%;*/
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  display: none!important;
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.noto{
    font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 600px) {
    .l-header__dropdown-list{
        display: block !important;
        margin-top: 1rem;
    }
    .l-header__dropdown-item a {
        color: #37A1E2;
        font-size: 1.4rem;
        border: 1px solid #37A1E2;
        margin-top: 1rem;
    }
    .p-breadcrumb__list{
            margin-left: 5%;
    }
    .p-policy__container section h2::before{
            width: 220px;
    }
}
.wpcf7-not-valid-tip {
/*    text-align: center;*/
    text-align: left;
    color: #dc3232;
    font-size: 18px;
    font-weight: normal;
    display: block;
    margin-top: 1rem;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
    font-size: 18px;
}
.p-work__item:hover{
    opacity: .7;
    transition: .4s;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
@media screen and (max-width: 600px) {
    .pc{
    display: none;
    }
    .sp{
        display: block;
    }
}
@media screen and (min-width: 1040px) {
    li.p-top-interview__item:nth-child(5),
    li.p-top-interview__item:nth-child(6),
    li.p-top-interview__item:nth-child(7),
    li.p-top-interview__item:nth-child(8){
        display: none;
    }
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    text-align: center;
    padding: 1rem;
    font-size: 16px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    text-align: center;
    padding: 1rem;
    font-size: 16px;
}
.form-privacy{
    text-align: center;
    padding: 1rem 0;
}