/*!****************************************************************************************************************************************************************************************************************!*\
  !*** 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;
  margin-top: 93px;
}

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

/* 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 {
  color: #333333;
  font-weight: 500;
  background-color: #fff;
  overflow-x: hidden;
}
body.is-active {
/*  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;*/
}

picture {
  display: block;
}

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

a {
  display: inline-block;
}

span {
  display: inline-block;
}
.l-header__container {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1290px;
}
.l-header__logo {
  width: 192px;
}
.l-header__list {
  display: flex;
  align-items: center;
  height: 100%;
}
.l-header__item {
  position: relative;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
}
.l-header__item:last-of-type a {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5.3px;
  padding: 24.3px 11px 13px;
  color: #fff;
  font-size: 1.2rem;
  background-color: #4ba27d;
}
.l-header__item:not(:last-of-type) {
  width: 130px;
}
.l-header__item:not(:last-of-type):hover a {
  color: #4ba27d;
}
.l-header__item:not(:last-of-type) a.current {
  color: #4ba27d;
}
.l-header__item a,
.l-header__item span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: all 0.3s;
}
.l-header__dropdown {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 5;
}
.l-header__dropdown-item:not(:last-of-type) {
  border-bottom: 0.3px solid #707070;
}
.l-header__dropdown-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 152px;
  height: 30px;
  color: #4ba27d;
  font-size: 1.4rem;
  background-color: #fff;
  transition: all 0.3s;
}
.l-header__dropdown-item a.current {
  color: #fff !important;
  background-color: rgba(75, 162, 125, 0.8);
}
.l-header__dropdown-item:hover a {
  color: #fff !important;
  background-color: rgba(75, 162, 125, 0.8);
}
.sns__head {
  text-align: center;
  font-size: 14px;
  color: #FFF;
  cursor: pointer;
  width: 95px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  border-right: #FFF 1px solid;
}
.sns__line {
    display: block;
}
.sns__body {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  border-radius: 0 0 8px 8px;
  background: #fff;
  color: black;
  border: transparent; /*borderを非表示の状態にする*/ 
  padding: 0 20px; /*上下のpaddingを0に書き換える*/
  line-height: 0; /* 非表示時、0*/
  opacity: 0; /* 非表示時、0*/
  box-shadow: rgba(0,0,0,0.16) 0 3px 6px;
  transition: .2s;
}

.sns__body.is-open {
  padding: 20px;
  line-height: 1.5;
  opacity: 1;
}

.sns__head.is-open::after {
  transform: rotate(45deg) translateY(-10px);
}
.sns__ul {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column-gap: 7%;
}
.sns__li {
  width: 60px;
}
.sns__anchor {
  background: none!important;
  color: #333 !important;
  text-align: center;
}
.sns__div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
}






.header-sns__ul {
  display: flex;
  grid-column-gap: 20px;
  padding-inline: 20px;
}
.header-sns__li {
  width: 40px;
  text-align: center;
}
.header-sns__div {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  margin-block: 10px;
}
.l-header__nav {
  display: flex;
}


@media screen and (max-width: 1200px){
  .l-header__item {
    font-size: 1.6rem;
  }
}



@media screen and (max-width: 900px) {
  .l-header__logo {
    align-self: center;
    width: 140px;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__nav {
    position: fixed;
    right: 0;
    transform: translateX(100%);
    padding-top: 37px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
    width: 300px;
    height: 100vh;
    background-color: #eeeeee;
    transition: all 0.3s;
    overflow-y: scroll;
    z-index: 5;
    display: none;
  }
  .l-header__nav.is-active {
    transform: none;
        display: block;
  }
  .l-header__list {
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    height: auto !important;
  }
  .l-header__item {
    width: 100% !important;
    height: 90px !important;
  }
  .l-header__item a {
    justify-content: flex-start;
  }
  .l-header__item:nth-of-type(4){
    margin-top: 184px;
  }
  .l-header__item:last-of-type a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.8rem;
  }
  .l-header__item span {
    justify-content: flex-start;
  }
  .l-header__dropdown {
    position: static;
    display: inline-block;
    margin-top: -20px;
    width: 100%;
  }
  .l-header__dropdown-item {
    border-bottom: none !important;
  }
  .l-header__dropdown-item a {
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    width: 100%;
    height: auto;
    color: #333 !important;
    background-color: transparent !important;
  }
}

.l-footer__container {
  margin: 0 auto;
  max-width: 1197px;
}
.l-footer__lists {
  padding-top: 64px;
  padding-bottom: 55px;
  background-color: #fafafa;
}
.l-footer__cps {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 30px;
  -moz-column-gap: 87px;
       column-gap: 87px;
  margin-bottom: 46px;
}
.l-footer__cp {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
}
.l-footer__sites {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.l-footer__site {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
}
.l-footer__infos {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  -moz-column-gap: 72.5px;
       column-gap: 72.5px;
  row-gap: 30px;
  padding-top: 84.8px;
  padding-bottom: 67.8px;
}
.l-footer__info:nth-of-type(2) {
  font-family: "Noto Sans JP", sans-serif;
}
.l-footer__info:nth-of-type(2) p {
  font-size: 1.6rem;
}
.l-footer__info:nth-of-type(2) a {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.7;
}
.l-footer__info:last-of-type {
  align-self: center;
/*  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);*/
  width: 22vw;
}
.l-footer__copyright {
/*  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 64px;
  background-color: #4ba27d;*/
    color: #fff;
    height: auto;
    background-color: #4ba27d;
    padding: 32px;
    text-align: center;
}
.l-footer__copyright small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}
.l-footer__copyright small br {
  display: none;
}
@media screen and (max-width: 1044px) {
  .l-footer__container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 776px) {
  .l-footer__infos {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .l-footer__info:nth-of-type(2) p {
    font-size: 1.2rem;
  }
  .l-footer__copyright small {
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;
  }
  .l-footer__copyright small br {
    display: block;
  }
}

.p-fv__container {
  position: relative;
  margin-left: auto;
  width: 83.333%;
  z-index: 1;
}
.p-fv svg {
  position: absolute;
  top: 40%;
  transform: translateX(-43%);
  width: clamp(0px, 25.1041666667vw, 482px);
  z-index: 10;
}
.p-fv__text-wrapper {
  position: absolute;
  bottom: 14%;
  z-index: 10;
}
.p-fv__text-wrapper p {
  padding-top: clamp(0px, 1vw, 10px);
  padding-bottom: clamp(0px, 1vw, 10px);
  padding-left: clamp(20px, 4vw, 40px);
  padding-right: clamp(0px, 1vw, 10px);
  font-family: "Noto Serif JP", sans-serif;
  font-size: clamp(0px, 4vw, 40px);
  background-color: #fff;
}
.p-fv__text-wrapper p:first-of-type {
  margin-bottom: clamp(0px, 4vw, 40px);
}
@media screen and (max-width: 1300px) {
  .p-fv svg {
    top: 30%;
  }
}

@-webkit-keyframes switch-img {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes switch-img {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.p-message {
  background-color: #fff;
}
.p-message__container {
  padding-top: 109px;
  padding-bottom: 201px;
  margin: 0 auto;
  max-width: 1012px;
}
.p-message__head {
  position: relative;
  margin-bottom: 32px;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-message__head::before {
  content: "MESSAGE";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 25px);
  transform: translateX(-50%);
  font-family: "Noto Sans JP", sans-serif;
  color: #4ba27d;
  font-size: 1.4rem;
}
.p-message__body {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
.p-message__body p:not(:last-of-type) {
  margin-bottom: 34px;
}
@media screen and (max-width: 1044px) {
  .p-message__container {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 756px) {
  .p-message__container {
    padding-top: 90px;
    padding-bottom: 80px;
  }
  .p-message__head {
    margin-bottom: 24px;
    font-size: 2.5rem;
  }
  .p-message__head::before {
    bottom: calc(100% + 12px);
  }
  .p-message__body p:not(:last-of-type) {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 500px) {
  .p-message__head {
    font-size: 2rem;
  }
}

.p-business {
  position: relative;
  padding-top: 122px;
  padding-bottom: 137px;
  background-color: rgba(75, 162, 125, 0.1);
  z-index: 1;
}
.p-business::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 197px;
  background-color: #4ba27d;
  z-index: -1;
}
.p-business__container {
  position: relative;
  padding-top: 109px;
  padding-bottom: 128.5px;
  margin: 0 auto;
  max-width: 1146px;
  background-color: #fff;
}
.p-business__container > img {
  position: absolute;
  top: 90px;
  left: -93px;
  width: 310.03px;
}
.p-business__head {
  position: relative;
  margin-bottom: 57px;
  font-family: "Noto Serif JP", serif;
  font-size: 3.3rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-business__head::before {
  content: "Business Summary";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%);
  font-family: "Noto Sans JP", sans-serif;
  color: #4ba27d;
  font-size: 14px;
  letter-spacing: 0.05em;
  white-space: pre;
}
.p-business__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 21px;
       column-gap: 21px;
  row-gap: 32px;
}
.p-business__item {
  width: 323px;
  z-index: 1;
}
.p-business__item a {
  position: relative;
}
.p-business__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 308px;
  height: 216px;
  border: 1px solid #fff;
      z-index: 100;
}
.p-business__item a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(75, 162, 125, 0.4);
  transition: all 0.3s;
}
.p-business__item a:hover::after {
  background-color: rgba(75, 162, 125, 0.8);
}
.p-business__item a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-shadow: 0 0 6px #000;
  white-space: pre;
  text-align: center;
  z-index: 1;
}
.p-business__item a span br {
  display: none;
}
@media screen and (max-width: 1330px) {
  .p-business__container > img {
    left: -20px;
  }
}
@media screen and (max-width: 1150px) {
  .p-business {
    padding-top: 80px;
  }
  .p-business::before {
    height: 150px;
  }
  .p-business__container {
    padding-top: 70px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 70px;
    margin: 0 20px;
  }
  .p-business__container > img {
    top: 50px;
    width: 250px;
  }
}
@media screen and (max-width: 756px) {
  .p-business {
    padding-bottom: 80px;
  }
  .p-business__container > img {
    top: 70px;
    width: 180px;
  }
  .p-business__head {
    margin-bottom: 35px;
  }
  .p-business__list {
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 20px;
  }
  .p-business__item {
    width: 47.22%;
  }
  .p-business__item a::before {
    width: calc(100% - 15px);
    height: calc(100% - 17px);
  }
  .p-business__item a span {
    font-size: 1.8rem;
  }
  .p-business__item a span br {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .p-business {
    padding-top: 50px;
  }
  .p-business::before {
    height: 110px;
  }
  .p-business__container {
    padding-bottom: 40px;
  }
  .p-business__container > img {
    display: none;
  }
  .p-business__item {
    width: 100%;
    text-align: center;
  }
  .p-business__item a span {
    font-size: 2rem;
  }
}

.p-news__container {
  position: relative;
  padding-top: 163.5px;
  padding-bottom: 128.5px;
  margin: 0 auto;
  max-width: 1012px;
}
.p-news__head {
  position: relative;
  margin-bottom: 52px;
  font-family: "Noto Serif JP", serif;
  font-size: 3.3rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-news__head::before {
  content: "NEWS";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%);
  font-family: "Noto Sans JP", sans-serif;
  color: #4ba27d;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.p-news__more {
  position: absolute;
  top: 183px;
  right: 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 9px;
       column-gap: 9px;
  font-family: "Noto Sans JP", sans-serif;
  color: #4ba27d;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.p-news__item {
  display: flex;
  -moz-column-gap: 65px;
       column-gap: 65px;
  padding-top: 28.8px;
  padding-bottom: 23.7px;
  transition: all 0.3s;
  line-height: 1.6;
}
.p-news__item:not(:last-of-type) {
  border-bottom: 1px solid #707070;
}
.p-news__item:hover {
  color: #4ba27d;
}
.p-news__item dt,
.p-news__item dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
}
.p-news__item .R7_12_7 {
  display: flex;
  grid-column-gap: 20px;
}
.p-news__item .R7_12_7 .col--1 {
  width: calc(100% - 240px - 20px);
}
.p-news__item .R7_12_7 .col--2 {
  width: 240px;
}
@media screen and (max-width: 1044px) {
  .p-news__container {
    padding-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 110px;
  }
  .p-news__more {
    top: 122px;
    right: 16px;
  }
  .p-news__item {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 756px) {
  .p-news__head {
    margin-bottom: 30px;
  }
  .p-news__more {
    right: auto;
    top: auto;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
  }
  .p-news__item .R7_12_7 {
  display: block;
}
.p-news__item .R7_12_7 .col--1 {
  width: 100%;
}
}

.p-menu {
  background-color: #fff;
}
.p-menu__container {
  margin: 0 auto;
  max-width: 1012px;
}
.p-menu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 19px;
       column-gap: 19px;
  row-gap: 22px;
  margin-bottom: 87px;
}
.p-menu__item {
  position: relative;
  width: 238px;
  height: 65px;
  background-color: #fff;
  border: 1px solid #4ba27d;
  transition: all 0.3s;
}
.p-menu__item::after {
  content: "v";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  right: 18.5px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 1.8rem;
  background-color: #4ba27d;
  border-radius: 50%;
  transition: all 0.3s;
}
.p-menu__item:hover {
  background-color: #4ba27d;
}
.p-menu__item:hover::after {
  color: #4ba27d;
  background-color: #fff;
}
.p-menu__item:hover a {
  color: #fff;
}
.p-menu__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #4ba27d;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-align: center;
  transition: all 0.3s;
}
@media screen and (max-width: 1044px) {
  .p-menu__container {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.p-service {
  margin-bottom: 152.8px;
  background-color: #fff;
}
.p-service__container {
  margin: 0 auto;
  max-width: 1012px;
}
.p-service__container figure {
  margin: 0 auto 120px;
  max-width: 840px;
}
.p-service__head {
  margin-bottom: 54px;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-service__list {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.p-service__item {
  width: 32.01%;
}
@media screen and (max-width: 1044px) {
  .p-service__container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 700px) {
  .p-service {
    margin-bottom: 80px;
  }
  .p-service__container figure {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 500px) {
  .p-service {
    margin-bottom: 40px;
  }
  .p-service__container figure {
    margin-bottom: 30px;
  }
}

.p-info {
  position: relative;
  padding-top: 87.2px;
  padding-bottom: 79.2px;
  background-color: rgba(75, 162, 125, 0.1);
  z-index: 1;
}
.p-info::before {
  content: "";
  position: absolute;
  top: 181.8px;
  display: block;
  width: 100%;
  height: 197px;
  background-color: #4ba27d;
  z-index: -1;
}
.p-info__container {
  margin: 0 auto;
  max-width: 1012px;
}
.p-info__head {
  margin-bottom: 118.8px;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-info__table-wrapper {
  padding: 36px 86px;
  background-color: #fff;
}
.p-info__table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.p-info__table th,
.p-info__table td {
  padding: 13px 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  border: 1px solid #e3e6ea;
}
.p-info__table th {
  width: 172px;
  background-color: rgba(164, 219, 221, 0.2);
}
.p-info__table td {
  line-height: 1.5;
}
@media screen and (max-width: 1044px) {
  .p-info__container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 800px) {
  .p-info {
    padding-top: 60px;
  }
  .p-info::before {
    top: 140px;
  }
  .p-info__head {
    margin-bottom: 110px;
  }
  .p-info__table-wrapper {
    padding: 16px 20px;
  }
  .p-info__table th {
    width: 130px;
  }
}
@media screen and (max-width: 800px) and (max-width: 420px) {
  .p-info__head {
    font-size: 2.3rem;
  }
  .p-info__table tr {
    display: flex;
    flex-direction: column;
  }
  .p-info__table th {
    width: 100%;
  }
}

.p-project__container {
  margin: 0 auto;
  max-width: 1012px;
}
.p-project__motto {
  margin-bottom: 108px;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 1.666;
  text-align: center;
}
.p-project__pickup {
  margin-bottom: 52px;
}
.p-project__pickup img {
  aspect-ratio: 253/140;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-project__pickup--only {
  margin-bottom: 100px;
}
.p-project__pickup--only img {
  aspect-ratio: 253/140;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-project__img-list {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 40px;
}
.p-project__img-item {
  width: 238px;
  cursor: pointer;
}
.p-project__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin: 0 auto 65px;
  max-width: 344px;
  height: 65px;
  font-family: "Noto Sans JP", sans-serif;
  color: #4ba27d;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  border: 1px solid #4ba27d;
  transition: all 0.3s;
}
.p-project__link br {
  display: none;
}
.p-project__link span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #4ba27d;
  border-radius: 50%;
  transition: all 0.3s;
}
.p-project__link span svg path {
  transition: all 0.3s;
}
.p-project__link:hover {
  color: #fff;
  background-color: #4ba27d;
}
.p-project__link:hover span {
  background-color: #fff;
}
.p-project__link:hover span svg path {
  stroke: #4ba27d;
}
@media screen and (max-width: 1044px) {
  .p-project__container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .p-project__motto {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 756px) {
  .p-project__motto {
    margin-bottom: 40px;
    font-size: 2.5rem;
  }
  .p-project__pickup {
    margin-bottom: 20px;
  }
  .p-project__img-list {
    -moz-column-gap: 15px;
         column-gap: 15px;
    margin-bottom: 30px;
  }
  .p-project__link {
    line-height: 1.3;
    text-align: center;
  }
  .p-project__link br {
    display: block;
  }
  .p-project__link span {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 500px) {
  .p-project__motto {
    margin-bottom: 25px;
    font-size: 22px;
    text-align: left;
}
  .p-project__pickup {
    margin-bottom: 10px;
  }
  .p-project__img-list {
    -moz-column-gap: 5px;
         column-gap: 5px;
    margin-bottom: 25px;
  }
}

.p-breadcrumb {
  background-color: #f8fafb;
}
.p-breadcrumb__container {
  padding-top: 20px;
  padding-bottom: 17px;
  margin: 0 auto;
  max-width: 1012px;
}
.p-breadcrumb__list {
  display: flex;
  align-items: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
}
.p-breadcrumb__item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
}
.p-breadcrumb__item:not(:last-of-type) {
  display: flex;
  align-items: center;
}
.p-breadcrumb__item:not(:last-of-type)::after {
  content: ">";
  margin-left: 14px;
  display: block;
  font-size: 1.3rem;
}
.p-breadcrumb__item a {
  color: #4ba27d;
}
@media screen and (max-width: 1044px) {
  .p-breadcrumb__container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

body.page-about .p-page-info__container > img {
  width: 330.41px;
}
body.page-privacy .p-page-info__container > img {
    width: 240px;
}
@media screen and (max-width: 756px) {
  body.page-about .p-page-info__container > img {
    width: 250px;
  }
  body.page-privacy .p-page-info__container > img {
    width: 190px;
}
}
@media screen and (max-width: 500px) {
  body.page-about .p-page-info__container > img {
    width: 150px;
  }
  body.page-privacy .p-page-info__container > img {
    width: 140px;
}
}
@media screen and (max-width: 400px) {
  body.page-about .p-page-info__container > img {
    display: none;
  }
}
body.page-medical .p-page-info__container > img {
  width: 330.41px;
}
body.page-contact .p-page-info__container > img {
  width: 160px;
}
@media screen and (max-width: 756px) {
  body.page-medical .p-page-info__container > img {
    width: 250px;
  }
    body.page-contact .p-page-info__container > img {
    width: 140px;
  }
}
@media screen and (max-width: 500px) {
  body.page-medical .p-page-info__container > img {
    width: 150px;
  }
  body.page-contact .p-page-info__container > img {
    width: 120px;
  }
}
@media screen and (max-width: 400px) {
  body.page-medical .p-page-info__container > img {
    display: none;
  }
}
body.page-nursing .p-page-info__container > img {
  width: 273.5px;
}
@media screen and (max-width: 756px) {
  body.page-nursing .p-page-info__container > img {
    width: 200px;
  }
}
@media screen and (max-width: 500px) {
  body.page-nursing .p-page-info__container > img {
    width: 150px;
  }
}
@media screen and (max-width: 400px) {
  body.page-nursing .p-page-info__container > img {
    display: none;
  }
}
body.page-grouphome .p-page-info__container > img {
  bottom: -13px;
  width: 255.71px;
}
@media screen and (max-width: 756px) {
  body.page-grouphome .p-page-info__container > img {
    width: 200px;
  }
}
@media screen and (max-width: 500px) {
  body.page-grouphome .p-page-info__container > img {
    width: 150px;
  }
}
@media screen and (max-width: 400px) {
  body.page-grouphome .p-page-info__container > img {
    display: none;
  }
}
body.page-media .p-page-info__container > img {
  bottom: -13px;
  width: 260px;
}
@media screen and (max-width: 756px) {
  body.page-media .p-page-info__container > img {
    width: 200px;
  }
}
@media screen and (max-width: 500px) {
  body.page-media .p-page-info__container > img {
    width: 150px;
  }
}
@media screen and (max-width: 400px) {
  body.page-media .p-page-info__container > img {
    display: none;
  }
}
body.page-product .p-page-info__container > img {
  bottom: -11px;
  width: 253.21px;
}
@media screen and (max-width: 756px) {
  body.page-product .p-page-info__container > img {
    width: 200px;
  }
}
@media screen and (max-width: 500px) {
  body.page-product .p-page-info__container > img {
    width: 150px;
  }
}
@media screen and (max-width: 400px) {
  body.page-product .p-page-info__container > img {
    display: none;
  }
}

.p-page-info {
  margin-bottom: 66px;
  background-color: rgba(75, 162, 125, 0.1);
}
.p-page-info__container {
  position: relative;
  display: flex;
  align-items: center;
  height: 124px;
  margin: 0 auto;
  max-width: 1012px;
}
.p-page-info__container > img {
  position: absolute;
  right: 16px;
  bottom: 10px;
}
.p-page-info__head {
  font-family: "Noto Serif JP", serif;
  font-size: 3.3rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1044px) {
  .p-page-info__container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 756px) {
  .p-page-info {
    margin-bottom: 55px;
  }
  .p-page-info__container {
    height: 100px;
  }
  .p-page-info__head {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 500px) {
  .p-page-info {
    margin-bottom: 40px;
  }
  .p-page-info__container {
    height: 80px;
  }
  .p-page-info__head {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 400px) {
  .p-page-info__container > img {
    display: none;
  }
}

.p-section {
  margin-bottom: 50px;
}
.p-section--greeting {
  margin-bottom: 88.5px;
}
.p-section--greeting .p-section__head {
  margin-bottom: 20.8px;
}
.p-section--greeting .p-section__content p:last-of-type br {
  display: none;
}
.p-section--greeting .p-section__content > div:last-of-type > div img {
  width: 237px;
}
.p-section--greeting .p-section__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin: 0 auto;
  max-width: 344px;
  height: 65px;
  font-family: "Noto Sans JP", sans-serif;
  color: #4ba27d;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  border: 1px solid #4ba27d;
  transition: all 0.3s;
}
.p-section--greeting .p-section__link:hover {
  color: #fff;
  background-color: #4ba27d;
}
.p-section--greeting .p-section__link:hover span {
  background-color: #fff;
}
.p-section--greeting .p-section__link:hover span svg path {
  stroke: #4ba27d;
}
.p-section--greeting .p-section__link span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #4ba27d;
  border-radius: 50%;
  transition: all 0.3s;
}
.p-section--greeting .p-section__link span svg path {
  transition: all 0.3s;
}
.p-section--philosophy {
  margin-bottom: 71px;
}
.p-section--philosophy .p-section__head {
  margin-bottom: 41px;
}
.p-section--purpose {
  margin-bottom: 51.2px;
}
.p-section--purpose .p-section__head {
  margin-bottom: 20.8px;
}
.p-section--target {
  margin-bottom: 38.2px;
}
.p-section--target .p-section__head {
  margin-bottom: 20.8px;
}
.p-section--quality {
  margin-bottom: 37.2px;
}
.p-section--quality .p-section__head {
  padding: 10px 0;
  padding-left: 16px;
  margin-bottom: 20.8px;
  height: auto;
}
.p-section--guidelines {
  margin-bottom: 38.2px;
}
.p-section--guidelines .p-section__head {
  margin-bottom: 20.8px;
}
.p-section--educational-policy {
  margin-bottom: 105.9px;
}
.p-section--educational-policy .p-section__head {
  margin-bottom: 20.8px;
}
.p-section--credo {
  margin-bottom: 95.9px;
}
.p-section--credo .p-section__head {
  margin-bottom: 44.4px;
}
.p-section--credo .p-section__olist {
  margin-bottom: 30px;
}
.p-section--info .p-section__head {
  margin-bottom: 58px;
}
.p-section--info .p-section__table {
  margin-bottom: 108px;
}
.p-section--content {
  margin-bottom: 98.8px;
}
.p-section--content .p-section__head {
  margin-bottom: 22px;
}
.p-section--content .p-section__item {
  display: block;
}
.p-section--content .p-section__item span {
  margin-right: 6px;
}
.p-section--content .p-section__item ul {
  padding-left: 16px;
  list-style-type: disc;
  list-style-position: inside;
  line-height: 1.8;
}
.p-section--content .p-section__item ul a {
  text-decoration: underline;
}
.p-section--youtube .p-section__head {
  margin-bottom: 29.8px;
}
.p-section--youtube .p-section__genre {
  margin-bottom: 8.2px;
}
.p-section--youtube .p-section__cards--md {
  margin-bottom: 50px;
}
.p-section--youtube .p-section__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin: 0 auto 86px;
  max-width: 344px;
  height: 65px;
  font-family: "Noto Sans JP", sans-serif;
  color: #4ba27d;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  border: 1px solid #4ba27d;
  transition: all 0.3s;
}
.p-section--youtube .p-section__link:hover {
  color: #fff;
  background-color: #4ba27d;
}
.p-section--youtube .p-section__link:hover span {
  background-color: #fff;
}
.p-section--youtube .p-section__link:hover span svg path {
  stroke: #4ba27d;
}
.p-section--youtube .p-section__link span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #4ba27d;
  border-radius: 50%;
  transition: all 0.3s;
}
.p-section--youtube .p-section__link span svg path {
  transition: all 0.3s;
}
.p-section--blog .p-section__head {
  margin-bottom: 17.7px;
}
.p-section--blog p {
  padding-left: 0 !important;
  margin-bottom: 31.7px;
}
.p-section--blog .p-section__genre {
  margin-bottom: 12.2px;
}
.p-section--blog .p-section__cards--md {
  margin-bottom: 14.2px;
}
.p-section--blog .p-section__container > a:last-of-type {
  margin-bottom: 94px;
}
.p-section--book {
  margin-bottom: 100px;
}
.p-section--book .p-section__head {
  margin-bottom: 33.8px;
}
.p-section--book .p-section__genre {
  margin-bottom: 30.2px;
}
.p-section--book .p-section__books {
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 30px;
}
.p-section--book .p-section__books::after {
  content: "";
  display: block;
  width: 190px;
}
.p-section--schedule {
  margin-bottom: 101px;
}
.p-section--schedule .p-section__head {
  margin-bottom: 44.8px;
}
.p-section--schedule p {
  padding-left: 0 !important;
  margin-bottom: 9.2px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.p-section--schedule p:last-of-type {
  display: flex;
  justify-content: flex-end;
}
.p-section--schedule p:last-of-type a {
  display: flex;
  align-items: center;
  -moz-column-gap: 9px;
       column-gap: 9px;
  margin-top: 10.9px;
  font-family: "Noto Sans JP", sans-serif;
  color: #4ba27d;
  font-size: 1.4rem;
  font-weight: 500;
}
.p-section--schedule .p-section__table-wrapper {
  overflow-x: scroll;
}
.p-section--schedule .p-section__table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 1012px;
}
.p-section--schedule .p-section__table th,
.p-section--schedule .p-section__table td {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  border: 1px solid #e3e6ea;
}
.p-section--schedule .p-section__table th {
  padding-top: 14px;
  padding-bottom: 12px;
  padding-left: 0;
  padding-right: 0;
  color: #fff;
  text-align: center;
  background-color: rgba(75, 162, 125, 0.6);
}
.p-section--schedule .p-section__table th:first-of-type {
  width: 14.92%;
}
.p-section--schedule .p-section__table th:nth-of-type(2) {
  width: 31.62%;
}
.p-section--schedule .p-section__table th:nth-of-type(3) {
  width: 31.62%;
}
.p-section--schedule .p-section__table th:last-of-type {
  width: 22.03%;
}
.p-section--schedule .p-section__table td {
  padding: 13px 12px;
  vertical-align: middle;
}
.p-section--schedule .p-section__table td:first-of-type {
  background-color: rgba(75, 162, 125, 0.2);
}
.p-section--schedule .p-section__table td:last-of-type {
/*  text-align: center;*/
  vertical-align: middle;
}
.p-section--schedule .p-section__table td.active a {
  color: #f4953b;
}
.p-section__container {
  margin: 0 auto;
  max-width: 1012px;
      margin-top: -96px;
    padding-top: 96px;
}
.p-section__container > p {
  padding-left: 16px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
.p-section__container > p span {
  color: #4ba27d;
}
.p-section__head {
  display: flex;
  align-items: center;
  -moz-column-gap: 26px;
       column-gap: 26px;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 20.8px;
  height: 50px;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  background-color: #4ba27d;
}
.p-section__head span {
  font-size: 1.6rem;
  vertical-align: middle;
}
.p-section__content {
  display: flex;
  -moz-column-gap: 27px;
       column-gap: 27px;
  padding-left: 16px;
}
.p-section__content > div:first-of-type {
  width: 73.49%;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
.p-section__content > div:first-of-type p:last-of-type {
  text-align: right;
}
.p-section__content > div:last-of-type div:first-of-type {
  margin-bottom: 26px;
}
.p-section__content > div:last-of-type a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 59.42px;
  font-family: "Noto Sans JP", sans-serif;
  color: #4ba27d;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  border: 1px solid #4ba27d;
}
.p-section__dlist {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  padding: 30px;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
  background-color: rgba(75, 162, 125, 0.1);
}
.p-section__dlist > div {
  display: flex;
  -moz-column-gap: 2px;
       column-gap: 2px;
}
.p-section__dlist dd {
  display: flex;
  -moz-column-gap: 9px;
       column-gap: 9px;
  color: #4ba27d;
}
.p-section__dlist dd::after {
  content: "…";
}
.p-section__olist {
  display: flex;
  flex-direction: column;
  row-gap: 42px;
  list-style-position: inside;
  list-style-type: decimal;
}
.p-section__oitem {
  font-family: "Noto Serif JP", serif;
  color: #4ba27d;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 600;
}
.p-section__oitem p {
  padding-left: 2.3rem;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 500;
}
.p-section__list {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  padding-left: 32px;
  margin-top: 30.8px;
  margin-bottom: 35px;
  list-style-position: inside;
}
.p-section__item {
  display: flex;
  -moz-column-gap: 6px;
       column-gap: 6px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
.p-section__item span {
  color: #4ba27d;
}
.p-section__table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
}
.p-section__table th,
.p-section__table td {
  padding-top: 16px;
  padding-bottom: 12px;
  font-weight: 400;
  line-height: 1.875;
  border: 1px solid #e3e6ea;
}
.p-section__table th {
  padding-left: 12px;
  width: 172px;
  background-color: rgba(164, 219, 221, 0.1);
}
.p-section__table td {
  padding-left: 32px;
  padding-right: 20px;
  background-color: #fff;
}
.p-section__cards, .p-section__cards--md {
  position: relative;
}
.p-section__cards--md {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.p-section__card--md {
  flex-shrink: 0;
  width: 238px !important;
  border: 0.5px solid #707070;
  transition: all 0.3s;
}
.p-section__card--md:hover {
  opacity: 0.5;
}
.p-section__card--md:hover .p-section__card-title {
  color: #4ba27d;
}
.p-section__card-body {
  padding: 10px 10.5px;
}
.p-section__card-title {
  margin-bottom: 8px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.56;
  transition: all 0.3s;
}
.p-section__card-title span {
  color: #4ba27d;
}
.p-section__card-date {
  color: #a2a2a2;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.p-section__more {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin: 0 auto 65px;
  max-width: 344px;
  height: 65px;
  font-family: "Noto Sans JP", sans-serif;
  color: #4ba27d;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  border: 1px solid #4ba27d;
}
.p-section__more br {
  display: none;
}
.p-section__more span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #4ba27d;
  border-radius: 50%;
}
.p-section__genre {
  margin-bottom: 12.2px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
}
.p-section__blog-link {
  display: block;
  margin-top: 5px;
  margin-left: auto;
  margin-bottom: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Sans JP", sans-serif;
  color: #0977e5;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  transition: all 0.3s;
}
.p-section__blog-link:hover {
  text-decoration: underline;
}
.p-section__books {
  display: flex;
  justify-content: space-between;
}
.p-section__book {
  flex-shrink: 0;
}
.p-section__book a {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 6px;
  width: 190px;
}
.p-section__book a img {
  height: 212px;
  width: auto;
}
.p-section__book a p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.p-section__book a span:first-of-type {
  color: #4ba27d;
}
.p-section__book a span.red {
  color: #ff0000;
  font-weight: bold;
}
.p-section__book:hover a p,
.p-section__book:hover a span.red {
  color: #4ba27d;
  text-decoration: underline !important;
}
@media screen and (max-width: 1044px) {
  .p-section__container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 830px) {
  .p-section--credo .p-section__head {
        flex-direction: column;
    align-items: flex-start;
    padding: 10px 16px;
    /* padding-left: 16px; */
    height: auto;
    line-height: 1.5;
  }
}
@media screen and (max-width: 700px) {
  .p-section--greeting .p-section__content {
    flex-direction: column;
    padding: 0;
  }
  .p-section--greeting .p-section__content > div:first-of-type {
    margin-bottom: 30px;
    width: 100%;
  }
  .p-section--greeting .p-section__content > div:first-of-type p:last-of-type br {
    display: block;
  }
  .p-section--greeting .p-section__content > div:last-of-type {
    text-align: center;
  }
  .p-section--greeting .p-section__content > div:last-of-type img {
    width: 60% !important;
  }
  .p-section--greeting .p-section__link {
    line-height: 1.3;
    text-align: center;
  }
  .p-section--greeting .p-section__link span {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
  }
  .p-section--philosophy .p-section__head {
    margin-bottom: 20.8px;
  }
  .p-section--philosophy .p-section__dlist {
    font-size: 1.6rem;
  }
  .p-section--info .p-section__table tr {
    display: flex;
    flex-direction: column;
  }
  .p-section--info .p-section__table th {
    padding-left: 12px;
    width: 100%;
  }
  .p-section--info .p-section__table td {
    padding-left: 12px;
    padding-right: 12px;
  }
  .p-section--content p {
    padding-left: 0;
  }
  .p-section--content .p-section__list {
    padding-left: 0;
  }
}

.c-scrollup {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 97px;
  bottom: 29px;
  width: 71px;
  height: 71px;
  color: #4eb4b8;
  font-size: 3rem;
  background-color: #fff;
  border: 2px solid #4eb4b8;
  box-shadow: 0 2px 3px 0 #a4dbdd;
  border-radius: 50%;
  z-index: 100;
}
.c-scrollup.is-active {
  z-index: 1;
}
@media screen and (max-width: 1250px) {
  .c-scrollup {
    right: 29px;
  }
}
@media screen and (max-width: 1000px) {
  .c-scrollup {
    right: 20px;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 500px) {
  .c-scrollup {
    right: 16px;
    width: 50px;
    height: 50px;
  }
}

.slick-slide:not(:last-of-type) {
  margin-right: 20px;
}

.slick-track {
  position: relative;
}

.next-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  color: #4ba27d;
  background-color: #fff;
  border: 0.5px solid #707070;
  border-radius: 3px;
  cursor: pointer;
}

.c-burger {
  display: none;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  z-index: 200;
  cursor: pointer;
}
.c-burger span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
      background-color: #fff;
  transform-origin: center;
  transition: all 0.3s;
  border-radius: 999px;
}
.c-burger.is-active span{
        background-color: #4ba27e;
}
.c-burger span:first-of-type {
  top: 5px;
}
.c-burger span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.c-burger span:last-of-type {
  bottom: 5px;
}
.c-burger.is-active span:first-of-type {
  transform: translateY(6.5px) rotate(-45deg);
}
.c-burger.is-active span:nth-of-type(2) {
  width: 0;
}
.c-burger.is-active span:last-of-type {
  transform: translateY(-6.5px) rotate(45deg);
}
@media screen and (max-width: 1200px) {
  .c-burger {
    display: block;
  }
  .l-header__dropdown-item:hover a{
      color: #4ba27d !important;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/slick-carousel/slick/slick.css ***!
  \****************************************************************************************************************************************************************************************************************************************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/slick-carousel/slick/slick-theme.css ***!
  \**********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url(.././images/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url(../fonts/slick.eot);
  src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../c94f7671dcc99dce43e2.ttf) format("truetype"), url(.././images/slick.svg#slick) format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
/*!**************************************************************************************************************************************************************************************************************************************!*\
  !*** 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 {
  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;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
a img:hover{
    opacity: .5;
    transition: .4s;
}
.p-section--content .p-section__item ul a:hover{
    color: #4BA27D;
}
.p-section__genre h4 small{
    font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .burger-box{
      background: #4ba27d;
      width: 248px;
      display: flex!important;
  }
    .item-mail a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 5.3px;
        padding: 12px 11px;
        color: #fff;
        font-size: 1.2rem;
        background-color: #4ba27d;
        width: 95px;
        border-right: 1px solid #fff;
        font-family: sans-serif;
        height: 100%;
    }
}
@media screen and (max-width: 800px) {

    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
}
@media screen and (max-width: 599px) {
    .p-fv__container {
        width: 100%;
        border-radius: none;
    }
    .p-fv__text-wrapper,
    .p-fv svg{
        display: none;
    }
    .p-news__item {
        padding-left: 16px;
        padding-right: 16px;
        display: block;
    }
    .p-news__item dt{
        margin-bottom: 16px;
    }
    .burger-box{
        background: #4ba27d;
    }
    .item-mail a{
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 5.3px;
        padding: 12px 0;
        color: #fff;
        font-size: 1.2rem;
        background-color: #4ba27d;
        width: 95px;
        border-right: 1px solid #fff;
            font-family: sans-serif;
    }
    .item-mail a svg{
        width: 30px;
        height: auto;
    }
    .sns__head {
      width: 90px;
    }
    .l-header__nav{
        display: none;
    }
    .l-header__nav.is-active{
        display: block;
    }
}

.youtube-link{
    background: #FAFAFA;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 36px auto;
}
.youtube-link > div{
    width: 50%;
}
.youtube-link > div a.p-section__link{
    margin: 0 auto;
}

.footer-link-box{
        display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    font-size: 14px;
    font-family: sans-serif;
}
.footer-link-box li{
    padding: 2px 16px;
    border-right: 1px solid #fff;
}
.footer-link-box li:last-child{
    border-right: none;
}

@media screen and (max-width: 599px) {
/*    .p-section__cards--md {
        display: block;
        flex-wrap: nowrap;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }*/
    .p-section__cards--md {
        display: flex;
        flex-wrap: wrap;
        -moz-column-gap: 20px;
        column-gap: 20px;
        box-sizing: border-box;
    }
/*    .p-section__card--md {
        flex-shrink: 0;
        width: 100% !important;
        border: 0.5px solid #707070;
        transition: all 0.3s;
        margin: 0 auto 4rem;
    }*/
    .p-section__card--md {
        flex-shrink: 0;
        width: 47% !important;
        border: 0.5px solid #707070;
        transition: all 0.3s;
        margin: 0 auto 2rem;
    }
    .p-section--blog .p-section__cards--md {
        margin-bottom: 0px;
    }
    .youtube-link > div {
        width: 100%;
        margin: 2rem auto;
    }
}
.text-center{
    text-align: center;
}

.p-contact__form-control {
    display: flex;
    align-items: center;
    -moz-column-gap: 78px;
    column-gap: 78px;
    padding: 30px 0;
}
.p-contact__form-control > div:first-of-type {
    flex-shrink: 0;
    width: 160px;
}
.p-contact__form-control > div:first-of-type label, .p-contact__form-control > div:first-of-type p {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.5;
}
.p-contact__form-control > div:first-of-type label.required::after, .p-contact__form-control > div:first-of-type p.required::after {
    content: "※必須";
    display: block;
    color: #e52020;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.428;
}
.p-contact__form-control > div:last-of-type input:not([type=radio]) {
    padding: 0 15px;
    width: 602px;
    height: 54px;
    font-size: 1.6rem;
    background-color: #fff;
    outline: none;
    border-radius: 12px;
        max-width: 100%;
}
.c-container {
    padding-left: 37px;
    padding-right: 37px;
    margin: 0 auto;
    max-width: 1086px;
}
.p-contact__form-control > div:last-of-type textarea {
    padding: 15px;
    width: 554px;
    height: 261px;
    font-size: 1.6rem;
    line-height: 1.875;
    background-color: #fff;
    border-radius: 12px;
    outline: none;
        max-width: 100%;
}
.p-contact__form{
    background: #F0F4F6;
    padding: 64px 0;
    margin: 4rem auto 0;
}
#means input, .means input{
    width: 24px;
    height: 24px;
    margin-right: 4px;
    border: none;
    margin-top: -2px;
}
#means label, .means label{
    line-height: 2;
}
input.c-btn{
        max-width: 100%;
    text-align: center;
    padding: 20px;
    border: 1px solid #4BA27D;
    background: #fff;
    position: relative;
    margin: 3rem auto 0;
    display: block;
    color: #4BA27D;
    width: 480px;
}
input.c-btn:before{
    content: '';
    background: url(../images/btn-green.svg);
    width: 20px;
    height: 20px;
    background-size: 100%;
    position: absolute;
    right: 16px;
    margin: auto;
    top: 0;
    bottom: 0;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
    font-size: 16px;
}
.p-contact__form-control{
    font-size: 16px;
}
input.c-btn {
    font-size: 16px;
}
.l-header{
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
}
@media screen and (max-width: 599px) {
.p-contact__form-control {
    display: block;
    align-items: center;
    -moz-column-gap: 78px;
    column-gap: 78px;
    padding: 30px 0;
}
.p-contact__form-control > div:last-of-type input:not([type=radio]),
.p-contact__form-control > div:last-of-type textarea{
    width: 300px;
}
.p-menu__item{
        width: 47%;
}
.p-menu__item::after {
    content: "v";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    right: 4.5px;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    color: #fff;
    font-size: 1rem;
    background-color: #4ba27d;
    border-radius: 50%;
    transition: all 0.3s;
    font-family: sans-serif;
}
.p-section__head{
    font-size: 2.2rem;
}
.page-privacy .p-section__container > p{
    padding-left: 0;
}
main {
    display: block;
    margin-top: 67px;
}
.wpcf7-list-item {
    display: block;
    margin: 0 0 0 1em;
    font-size: 16px;
}
.p-business__item a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(75, 162, 125, 0);
    transition: all 0.3s;
}
}
@media screen and (min-width: 1180px) {
    .l-footer__info:last-of-type {
      width: 20vw;
}
}
@media screen and (max-width: 1180px) {
    .l-footer__info:last-of-type {
      width: 26vw;
}
}
@media screen and (max-width: 830px) {
    .l-footer__info:last-of-type {
      width: 36vw;
}
}
@media screen and (max-width: 744px) {
    .l-footer__info:last-of-type {
      width: 240px;
}
}
@media screen and (max-width: 800px) {
    .p-business__item a::before {
    content: none;
  }
}
.wpcf7-not-valid-tip {
    text-align: center;
    color: #dc3232;
    font-size: 18px;
    font-weight: normal;
    display: block;
    margin-top: 1rem;
}
.blog-contents-img{
    position: relative;
    width: 100%;
    height: 158px;
    overflow: hidden;
}
.blog-contents-img img{
    width: 130%;
    max-width: 130%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.youtube-link div img{
    width: 80%;
}
@media screen and (max-width: 599px) {
    .blog-contents-img {
        height: 88px;
    }
    .p-section__card-title{
        font-size: 14px;
            font-family: 'Noto Sans JP' , sans-serif;
    }
    .p-service__head {
        margin-bottom: 54px;
        font-family: "Noto Serif JP", serif;
        font-size: 22px;
        letter-spacing: 0.05em;
        text-align: left;
    }
    .p-section__oitem span{
        width: 92%;
        vertical-align: top;
    }
    .p-section__item{
        margin-left: 24px;
    }
    .p-section__item{
        margin-left: 24px;
    }
    .p-section--content .p-section__item span {
        margin-left: -24px;
    }
    .p-section__container > p span {
        color: #4ba27d;
        margin-left: -24px;
    }
    .p-section__container > p.point-item{
        margin-left: 24px;
    }
    .p-project__pickup--only img {
        aspect-ratio: 200/170;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .p-section--content .p-section__item ul {
        padding-left: 16px;
        list-style-type: none;
        list-style-position: inside;
        line-height: 1.8;
    }
    .youtube-link div img{
        width: 100%;
    }
    .p-section__container > p{
        padding-left: 0;
    }
    .p-section__book a p {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.3;
        letter-spacing: 0.05em;
        padding: 0 16px;
    }
    .p-section__book {
        width: 47%;
    }
    .p-section--book .p-section__books{
        justify-content: space-between;
    }
    .p-section__container > p.form-ttl{
        text-align: left;
        font-size: 1.6rem;
    }
    .p-contact__form-control{
            padding: 30px 0 0;
    }
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em auto 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    text-align: center;
    font-size: 18px;
}
.wpcf7-response-output{
        max-width: 800px;
    margin: 2rem auto;
}
.l-footer__sites .l-footer__site{
    width: 20%;
}
@media screen and (max-width: 599px) {
    .l-footer__sites .l-footer__site {
        width: auto;
    }
    .p-section__container > p span.color-green{
        margin-left: 0;
    }
    .p-section__book a{
        width: 100%;
    }
}
.wpcf7-list-item-label {
  display: inline;
}
.event-data {
  border: #DDD 1px solid;
  margin-block: 10px;
  padding: 10px;
  line-height: 1.6;
}
.event-data li {
  padding-block: 5px;
}
.event-data li + li {
  border-top: #EEE 2px dotted;
}
.event-data li span{
  width: 7em;
  display: inline-block;
  font-weight: 700;
}
.p-contact__form-control > div:last-of-type input[type="number"]{
  width: 6em;
}

@media screen and (max-width: 768px) {
  .event-data li span{
    display: block;
  }
  .p-contact__form-control > div:first-of-type {
    width: 100%;
  }
}

.abuse-prevention .p-section__head {
  padding: 10px;
  height: auto;
  margin-block:  20px 10px;
  line-height: 1.4;
}
.abuse-prevention .p-section__head span {
  font-size: 2.5rem;
  vertical-align: baseline;
}
.abuse-prevention .area-01 {
  padding: 20px;
  border: #DDD 1px solid;
  font-family:  "Noto Serif JP", serif;
  margin-block: 20px;
}
.abuse-prevention .area-01__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}

.abuse-prevention .area-01 dl,
.abuse-prevention .area-01__list {
  line-height: 1.6;
  font-size: 16px;
}
.abuse-prevention .area-01__dd + .area-01__dt {
  margin-top: 10px;
}
.abuse-prevention .p-project p {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.abuse-prevention .sikou {
  margin-top: 1em;
}