@charset "UTF-8";
/*---------------------------------

Start reset.css

---------------------------------*/
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/*---------------------------------

End reset.css

---------------------------------*/
/*---------------------------------

base

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

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

html {
  font-size: 62.5%;
}

body {
  background-color: #FFFBEF;
  color: #1A1A1A;
  font-family: "Zen Maru Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 1.6em;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

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

img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: bottom;
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

section {
  padding-top: 9rem;
  padding-bottom: 10rem;
}

/**
 * "display:none"で消さず、"opacity:0;"を使う。（Tabキーで選択できなくなるのを防ぐため）また、親要素に"position:relative;"を指定すること。
 */
[type=checkbox],
[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

[type=checkbox] + span,
[type=radio] + span {
  display: inline-block;
  position: relative;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  cursor: pointer;
}

/**
* 標準で出力されるチェックボックスは消して、独自のチェックボックスを擬似要素で作成
*/
[type=checkbox] + span::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  background: #fff;
  content: "";
}

[type=checkbox] + span::after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  opacity: 0;
  width: 1em;
  height: 0.6em;
  margin-top: -0.2em;
  border-bottom: 3px solid rgba(0, 0, 0, 0.32);
  border-left: 3px solid rgba(0, 0, 0, 0.32);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  content: "";
}

[type=checkbox]:checked + span::after {
  opacity: 1;
}

/**
* 標準で出力されるラジオボタンは消して、独自のラジオボタンを擬似要素で作成
*/
[type=radio] + span::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  background: #fff;
  content: "";
}

[type=radio] + span::after {
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  width: 0.6em;
  height: 0.6em;
  border: 1px solid transparent;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.32);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  content: "";
}

[type=radio]:checked + span::after {
  opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
  a[href^="tel:"] {
    pointer-events: none;
  }

  a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  section {
    padding-top: 10rem;
  }
}
/*---------------------------------

Utility

---------------------------------*/
@media screen and (min-width: 768px) {
  .u-only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-only-pc {
    display: none !important;
  }
}
/*---------------------------------

Layout

---------------------------------*/
/*
    l-wrapper
---------------------------------*/
.l-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

/*
    l-header
---------------------------------*/
.l-header {
  position: relative;
  z-index: 100;
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #FFFBEF;
}

@media screen and (max-width: 767px) {
  .l-header {
    padding-top: 0.8rem;
    padding-bottom: 1.8rem;
  }
}
/*
    l-footer
---------------------------------*/
/*
    l-main
---------------------------------*/
.l-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*
    l-inner
---------------------------------*/
.l-inner {
  width: 100%;
  max-width: 93rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
}

.l-inner.l-inner--lg {
  max-width: 113rem;
}

.l-inner.l-inner--xl {
  max-width: 125rem;
}

@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
/*
    l-top-fv
---------------------------------*/
/*
    l-top-intro
---------------------------------*/
.l-top-intro {
  padding-top: 10rem;
}

@media screen and (max-width: 767px) {
  .l-top-intro {
    padding-top: 26rem;
  }
}
/*
    l-top-philosophy
---------------------------------*/
/*
    l-top-news
---------------------------------*/
.l-top-news {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.l-top-news__inner::before {
  position: absolute;
  top: -6.5rem;
  left: -2.7rem;
  width: 8rem;
  height: 7.2rem;
  background-image: url(../images/common/img_leaf02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 767px) {
  .l-top-news {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .l-top-news::before {
    top: -8.3rem;
    left: -0.9rem;
  }
}
/*
    l-top-school-list
---------------------------------*/
.l-top-school-list {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 0;
}
.l-top-school-list::before {
  position: absolute;
  top: -18rem;
  left: 0;
  z-index: 2;
  width: 32.5rem;
  height: 73.5rem;
  background-image: url(../images/top/img_illust_pc03.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  content: "";
}
.l-top-school-list::after {
  position: absolute;
  top: -3rem;
  right: 0;
  z-index: 2;
  width: 35.1rem;
  height: 52.1rem;
  background-image: url(../images/top/img_illust_pc04.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 1300px) {
  .l-top-school-list::before {
    width: 28rem;
    height: 63.5rem;
  }

  .l-top-school-list::after {
    width: 31.1rem;
    height: 46.1rem;
  }
}
@media screen and (max-width: 960px) {
  .l-top-school-list::before {
    top: -14rem;
    width: 22rem;
    height: 55.5rem;
  }

  .l-top-school-list::after {
    width: 25.1rem;
    height: 39.1rem;
  }
}
@media screen and (max-width: 767px) {
  .l-top-school-list::before {
    top: -13.2rem;
    width: 11.6rem;
    height: 31.1rem;
    background-image: url(../images/top/img_illust_sp03.png);
  }

  .l-top-school-list::after {
    content: none;
  }
}
/*
    l-top-recruit
---------------------------------*/
.l-top-recruit {
  padding-bottom: 6.5rem;
}

/*
    l-gallery
---------------------------------*/
/*
    l-recruit
---------------------------------*/
.l-recruit {
  padding-top: 10rem;
}

/*
    l-faq
---------------------------------*/
.l-faq {
  position: relative;
  overflow: hidden;
}
.l-faq::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 143%;
  min-width: 205.9rem;
  height: 100%;
  border-radius: 100% 100% 0 0;
  background-color: #FFF;
  content: "";
}

@media screen and (max-width: 767px) {
  .l-faq::before {
    width: 260%;
    min-width: 98rem;
  }
}
/*
    l-qa
---------------------------------*/
.l-qa {
  position: relative;
  padding-top: 16rem;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(90rem, transparent), color-stop(90rem, #FFF), to(#FFF));
  background-image: linear-gradient(180deg, transparent 0, transparent 90rem, #FFF 90rem, #FFF 100%);
}
.l-qa::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 143%;
  min-width: 205.9rem;
  height: 90rem;
  border-radius: 100% 100% 0 0;
  background-color: #FFF;
  content: "";
}

@media screen and (max-width: 960px) {
  .l-qa {
    padding-top: 13rem;
  }
}
@media screen and (max-width: 767px) {
  .l-qa {
    padding-top: 10rem;
  }
  .l-qa::before {
    width: 260%;
    min-width: 98rem;
    height: 109rem;
  }
}
/*
    l-low-intro
---------------------------------*/
.l-low-intro {
  position: relative;
  padding-top: 6rem;
}

@media screen and (max-width: 960px) {
  .l-low-intro {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-low-intro {
    padding-top: 2.7rem;
  }
}
/*
    l-low-top
---------------------------------*/
.l-low-top {
  position: relative;
  padding-top: 6rem;
}

.l-low-top.l-low-top--honmachi::before {
  position: absolute;
  top: 37rem;
  left: 0;
  z-index: 1;
  width: 29.2rem;
  height: 49.9rem;
  background-image: url(../images/honmachi/img_illust01.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  content: "";
}

.l-low-top.l-low-top--kawaguchi::before {
  position: absolute;
  top: 41.7rem;
  left: 0;
  z-index: 1;
  width: 24.5rem;
  height: 32rem;
  background-image: url(../images/kawaguchi/img_illust01.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 1100px) {
  .l-low-top.l-low-top--honmachi::before {
    width: 23rem;
    height: 40rem;
  }
}
@media screen and (max-width: 960px) {
  .l-low-top {
    padding-top: 0;
  }

  .l-low-top.l-low-top--honmachi::before {
    width: 24.2rem;
    height: 41.9rem;
  }

  .l-low-top.l-low-top--kawaguchi::before {
    top: 37rem;
    width: 19.5rem;
    height: 29rem;
  }
}
@media screen and (max-width: 767px) {
  .l-low-top {
    padding-top: 0;
    padding-bottom: 10rem;
  }

  .l-low-top.l-low-top--honmachi::before {
    top: 22rem;
    right: -7rem;
    left: unset;
    width: 16.9rem;
    height: 16.7rem;
    background-image: url(../images/common/img_circle03.png);
    background-position: center right;
  }

  .l-low-top.l-low-top--kawaguchi::before {
    top: 0;
    right: -2.3rem;
    left: unset;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    width: 14.4rem;
    height: 18.8rem;
  }
}
/*
    l-recruit-charm
---------------------------------*/
.l-recruit-charm {
  position: relative;
}
.l-recruit-charm::before {
  position: absolute;
  top: -12rem;
  right: 7.8rem;
  width: 27rem;
  height: 27rem;
  background-image: url(../images/common/img_illust04.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 1200px) {
  .l-recruit-charm::before {
    top: -8rem;
    right: 4rem;
    width: 20rem;
    height: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit-charm::before {
    top: -5.5rem;
    right: unset;
    left: -1.6rem;
    width: 16.5rem;
    height: 16.5rem;
  }
}
/*
    l-recruit-recruitment
---------------------------------*/
.l-recruit-recruitment {
  position: relative;
  padding-top: 10rem;
}
.l-recruit-recruitment::before {
  position: absolute;
  top: -22.8rem;
  left: 0;
  width: 24.7rem;
  height: 50.7rem;
  background-image: url(../images/recruit/img_illust01.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 1300px) {
  .l-recruit-recruitment::before {
    top: -15.8rem;
    width: 21.7rem;
    height: 44.7rem;
  }
}
@media screen and (max-width: 960px) {
  .l-recruit-recruitment::before {
    top: -8.8rem;
    width: 16.7rem;
    height: 34.7rem;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit-recruitment {
    padding-top: 11rem;
    padding-bottom: 6.4rem;
  }
  .l-recruit-recruitment::before {
    top: -7.2rem;
    left: -3.4rem;
    width: 13.8rem;
    height: 28.7rem;
  }
}
/*
    l-recruit-career
---------------------------------*/
.l-recruit-career {
  position: relative;
  padding-top: 0;
  padding-bottom: 4rem;
}
.l-recruit-career::before {
  position: absolute;
  top: -3.4rem;
  left: 7rem;
  z-index: 1;
  width: 12.1rem;
  height: 12.2rem;
  background-image: url(../images/common/img_bards04.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 767px) {
  .l-recruit-career {
    padding-bottom: 10rem;
  }
  .l-recruit-career::before {
    content: none;
  }
}
/*
    l-recruit-voice
---------------------------------*/
.l-recruit-voice {
  position: relative;
}
.l-recruit-voice::before {
  position: absolute;
  top: -15rem;
  right: 3rem;
  width: 34.2rem;
  height: 36.9rem;
  background-image: url(../images/common/img_illust05.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
.l-recruit-voice::after {
  position: absolute;
  top: 54%;
  right: -3.7rem;
  width: 17.3rem;
  height: 20.6rem;
  background-image: url(../images/common/img_tryangle02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 1200px) {
  .l-recruit-voice::before {
    top: -12rem;
    width: 29.2rem;
    height: 31.9rem;
  }
}
@media screen and (max-width: 960px) {
  .l-recruit-voice::before {
    top: -14rem;
    width: 25.2rem;
    height: 27.5rem;
  }

  .l-recruit-voice::after {
    width: 14.3rem;
    height: 17.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit-voice::before {
    top: -16.8rem;
    right: -7.5rem;
    width: 22.9rem;
    height: 24.8rem;
  }

  .l-recruit-voice::after {
    content: none;
  }
}
/*
    l-recruit-lifestyle
---------------------------------*/
.l-recruit-lifestyle {
  position: relative;
  padding-top: 10rem;
}
.l-recruit-lifestyle::before {
  position: absolute;
  top: -5.6rem;
  left: 0;
  width: 19.9rem;
  height: 25.1rem;
  background-image: url(../images/common/img_circle02.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 960px) {
  .l-recruit-lifestyle::before {
    width: 15.9rem;
    height: 21.1rem;
  }
}
@media screen and (max-width: 767px) {
  .l-recruit-lifestyle::before {
    width: 12rem;
    height: 15.8rem;
  }
}
/*
    l-honmachi-greeting
---------------------------------*/
.l-honmachi-greeting {
  position: relative;
  padding-top: 10rem;
}
.l-honmachi-greeting::before {
  position: absolute;
  top: 4rem;
  right: 11.3rem;
  width: 8.6rem;
  height: 11.1rem;
  background-image: url(../images/common/img_bards01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 767px) {
  .l-honmachi-greeting {
    padding-top: 18rem;
  }
  .l-honmachi-greeting::before {
    top: 7.6rem;
    right: unset;
    left: -1.2rem;
    width: 7.6rem;
    height: 9.9rem;
  }
}
/*
    l-honmachi-about
---------------------------------*/
.l-honmachi-about {
  padding-top: 0;
  padding-bottom: 0;
}

/*
    l-honmachi-ingenuity01
---------------------------------*/
@media screen and (max-width: 767px) {
  .l-honmachi-ingenuity01 {
    padding-top: 11rem;
  }
}
/*
    l-honmachi-ingenuity02
---------------------------------*/
.l-honmachi-ingenuity02 {
  position: relative;
}
.l-honmachi-ingenuity02::before {
  position: absolute;
  top: -7.9rem;
  left: -3.4rem;
  width: 22.4rem;
  height: 22.3rem;
  background-image: url(../images/common/img_dot-circle02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
.l-honmachi-ingenuity02::after {
  position: absolute;
  top: 10rem;
  right: -2.4rem;
  width: 13.3rem;
  height: 5.4rem;
  background-image: url(../images/common/img_wave02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 767px) {
  .l-honmachi-ingenuity02::before {
    top: -8.4rem;
    right: -1.5rem;
    left: unset;
    width: 11.2rem;
    width: 11.1rem;
  }

  .l-honmachi-ingenuity02::after {
    content: none;
  }
}
/*
    l-honmachi-policy
---------------------------------*/
.l-honmachi-policy {
  position: relative;
}
.l-honmachi-policy::before {
  position: absolute;
  top: -12.9rem;
  left: 3.4rem;
  width: 34.3rem;
  height: 37rem;
  background-image: url(../images/common/img_illust05.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 1300px) {
  .l-honmachi-policy::before {
    top: -12rem;
    width: 29.2rem;
    height: 31.9rem;
  }
}
@media screen and (max-width: 960px) {
  .l-honmachi-policy::before {
    top: -11rem;
    left: 2rem;
    width: 25.2rem;
    height: 27.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-honmachi-policy::before {
    top: -8.6rem;
    left: -2.5rem;
    width: 19.6rem;
    height: 21.1rem;
  }
}
/*
    l-honmachi-lifestyle
---------------------------------*/
.l-honmachi-lifestyle {
  padding-top: 0;
  padding-bottom: 0;
}

/*
    l-honmachi-event
---------------------------------*/
@media screen and (max-width: 767px) {
  .l-honmachi-event {
    padding-top: 12.5rem;
  }
}
/*
    l-honmachi-admission
---------------------------------*/
.l-honmachi-admission {
  position: relative;
  padding-top: 8rem;
}
.l-honmachi-admission::before {
  position: absolute;
  top: -4.8rem;
  right: 5.5rem;
  width: 17.3rem;
  height: 20.6rem;
  background-image: url(../images/common/img_tryangle02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 960px) {
  .l-honmachi-admission::before {
    width: 14.3rem;
    height: 17.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-honmachi-admission {
    padding-top: 10rem;
  }
  .l-honmachi-admission::before {
    content: none;
  }
}
/*
    l-honmachi-overview
---------------------------------*/
.l-honmachi-overview {
  position: relative;
  padding-bottom: 0;
}
.l-honmachi-overview::before {
  position: absolute;
  top: 37.7rem;
  left: -1.5rem;
  width: 22rem;
  height: 28.4rem;
  background-image: url(../images/common/img_circle02.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 1100px) {
  .l-honmachi-overview::before {
    width: 19rem;
    height: 25rem;
  }
}
@media screen and (max-width: 767px) {
  .l-honmachi-overview {
    padding-top: 13rem;
  }
  .l-honmachi-overview::before {
    content: none;
  }
}
/*
    l-honmachi-news
---------------------------------*/
.l-honmachi-news {
  padding-top: 10rem;
  padding-bottom: 11rem;
}

.l-honmachi-news__inner::before {
  position: absolute;
  top: -5.7rem;
  left: -3.5rem;
  width: 8rem;
  height: 7.2rem;
  background-image: url(../images/common/img_leaf02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.l-honmachi-news .p-news__inner::after {
  bottom: -32rem;
}

@media screen and (max-width: 767px) {
  .l-honmachi-news {
    padding-bottom: 4rem;
  }
}
/*
    l-kawaguchi-greeting
---------------------------------*/
.l-kawaguchi-greeting {
  position: relative;
}
.l-kawaguchi-greeting::before {
  position: absolute;
  top: 8rem;
  right: 6rem;
  width: 20.3rem;
  height: 11.6rem;
  background-image: url(../images/common/img_plane.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 960px) {
  .l-kawaguchi-greeting::before {
    right: 4rem;
    width: 17rem;
    height: 9.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-kawaguchi-greeting {
    padding-top: 18rem;
  }
  .l-kawaguchi-greeting::before {
    top: 10rem;
    right: unset;
    left: -3rem;
    width: 12.4rem;
    height: 7.1rem;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}
/*
    l-kawaguchi-ingenuity
---------------------------------*/
.l-kawaguchi-ingenuity {
  position: relative;
}
.l-kawaguchi-ingenuity::before {
  position: absolute;
  top: -5.5rem;
  right: -4rem;
  width: 34.1rem;
  height: 33rem;
  background-image: url(../images/common/img_firework.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 960px) {
  .l-kawaguchi-ingenuity::before {
    top: -4.5rem;
    width: 28.5rem;
    height: 27rem;
  }
}
@media screen and (max-width: 767px) {
  .l-kawaguchi-ingenuity::before {
    top: -3.5rem;
    right: -1.4rem;
    width: 17rem;
    height: 16.5rem;
  }
}
/*
    l-kawaguchi-policy
---------------------------------*/
.l-kawaguchi-policy {
  position: relative;
}
.l-kawaguchi-policy::before {
  position: absolute;
  top: -9.2rem;
  left: 6rem;
  width: 34.3rem;
  height: 17.5rem;
  background-image: url(../images/common/img_illust02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 960px) {
  .l-kawaguchi-policy::before {
    top: -7.7rem;
    left: 4rem;
    width: 28.2rem;
    height: 14.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-kawaguchi-policy::before {
    top: -6.4rem;
    left: -2.2rem;
    width: 25.2rem;
    height: 12.9rem;
  }
}
/*
    l-kawaguchi-lifestyle
---------------------------------*/
.l-kawaguchi-lifestyle {
  padding-top: 0;
  padding-bottom: 0;
}

/*
    l-kawaguchi-event
---------------------------------*/
.l-kawaguchi-event {
  position: relative;
}
.l-kawaguchi-event::before {
  position: absolute;
  bottom: 0;
  right: 2.5rem;
  width: 26.7rem;
  height: 22.1rem;
  background-image: url(../images/common/img_ship.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 1300px) {
  .l-kawaguchi-event::before {
    width: 19.4rem;
    height: 16.1rem;
  }
}
@media screen and (max-width: 1100px) {
  .l-kawaguchi-event::before {
    width: 12.4rem;
    height: 10.1rem;
  }
}
@media screen and (max-width: 767px) {
  .l-kawaguchi-event::before {
    right: -0.4rem;
    width: 15rem;
    height: 12.3rem;
  }
}
/*
    l-kawaguchi-overview
---------------------------------*/
.l-kawaguchi-overview {
  padding-bottom: 0;
}

/*
    l-kawaguchi-news
---------------------------------*/
.l-kawaguchi-news__inner::before {
  position: absolute;
  top: -11.7rem;
  left: -8.5rem;
  width: 16.6rem;
  height: 15.1rem;
  background-image: url(../images/common/img_flower.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.l-kawaguchi-news .p-news__inner::after {
  bottom: -31rem;
}

.l-kawaguchi-news .p-news__contents {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .l-kawaguchi-news__inner::before {
    top: -11.7rem;
    left: -0.9rem;
    width: 11.6rem;
    height: 10.5rem;
  }

  .l-kawaguchi-news .p-news__inner::after {
    bottom: -14.5rem;
  }

  .l-kawaguchi-news .p-news__contents {
    margin-top: 3rem;
  }
}
/*
    l-about-info
---------------------------------*/
.l-about-info {
  padding-top: 0;
}

/*
    l-about-intro
---------------------------------*/
.l-about-intro {
  padding-bottom: 10rem;
}

@media screen and (max-width: 767px) {
  .l-about-intro.p-greeting .p-greeting__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
/*
    l-about-school-list
---------------------------------*/
.l-about-school-list {
  padding-top: 0;
  padding-bottom: 0;
}

.l-about-school-list .p-school-list__outer::before {
  content: none;
}

/*
    l-about-safety
---------------------------------*/
/*
    l-news-wrap
---------------------------------*/
.l-news-wrap {
  padding-bottom: 10rem;
}

/*
    l-contact
---------------------------------*/
.l-contact {
  padding-top: 0;
}

/*---------------------------------

Component

---------------------------------*/
/*  
    c-round-button
---------------------------------*/
.c-round-button {
  display: inline-grid;
  place-items: center start;
  position: relative;
  min-width: 32rem;
  min-height: 7rem;
  padding: 0.5em 7rem 0.5em 4rem;
  border: 2px solid #F39610;
  border-radius: 9999px;
  background-color: #FFF;
  color: #F39610;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.c-round-button.c-round-button--no-arrow {
  place-items: center;
  min-height: 6rem;
  padding: 0.5em 4rem;
}

.c-round-button span {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #F39610;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.c-round-button span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.8rem;
  height: 1.7rem;
  background-image: url(../images/common/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.c-round-button span svg path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .c-round-button:hover {
    opacity: 1;
    background-color: #F39610;
    color: #FFF;
  }

  .c-round-button:hover span {
    background-color: #FFF;
  }

  .c-round-button:hover span svg path {
    fill: #F39610;
  }
}
@media screen and (max-width: 767px) {
  .c-round-button {
    width: 100%;
    min-width: unset;
    max-width: 33.5rem;
  }
}
/*
    c-button
---------------------------------*/
.c-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-button span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #F39610;
}
.c-button span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.9rem;
  height: 0.8rem;
  background-image: url(../images/common/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

button.c-button span::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

button.c-button.is-open span::before {
  -webkit-transform: translate(-50%, -50%) rotate(270deg);
          transform: translate(-50%, -50%) rotate(270deg);
}

@media (hover: hover) and (pointer: fine) {
  .c-button:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .c-button {
    font-size: 1.5rem;
  }

  .c-button span {
    width: 1.8rem;
    height: 1.8rem;
  }
}
/*
    c-button02
---------------------------------*/
.c-button02 {
  display: inline-grid;
  place-items: center;
  height: 100%;
  min-height: 7rem;
  padding: 1rem;
  border: 2px solid #F39610;
  background-color: #F39610;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.44;
  text-align: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.c-button02 span {
  display: inline-block;
}

@media (hover: hover) and (pointer: fine) {
  .c-button02:hover {
    opacity: 1;
    background-color: #FFF;
    color: #F39610;
  }
}
@media screen and (max-width: 767px) {
  .c-button02 {
    min-height: 6.4rem;
    font-size: 1.5rem;
  }
}
/*
    c-external-button
---------------------------------*/
.c-external-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-external-button span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 2rem;
  margin-top: 0.2rem;
  margin-left: 1rem;
  border-radius: 50%;
  background-color: #F39610;
}
.c-external-button span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.9rem;
  height: 0.9rem;
  background-image: url(../images/common/icon_link.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

@media screen and (max-width: 767px) {
  .c-external-button {
    font-size: 1.5rem;
  }

  .c-external-button span {
    width: 1.8rem;
    height: 1.8rem;
    margin-top: 0;
  }
}
/*
    c-fixed-button
---------------------------------*/
.c-fixed-button {
  display: inline-block;
  position: relative;
  padding: 2.8rem 0.7rem;
  border-radius: 1rem 0 0 1rem;
  color: #FFF;
  font-size: 2rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.c-fixed-button.c-fixed-button--recruit {
  border: 2px solid #F39610;
  background-color: #F39610;
}
.c-fixed-button.c-fixed-button--recruit::before {
  position: absolute;
  top: -1.1rem;
  left: 0.2rem;
  width: 2.9rem;
  height: 3.3rem;
  background-image: url(../images/common/img_header_bird.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.c-fixed-button.c-fixed-button--contact {
  border: 2px solid #1A1A1A;
  background-color: #1A1A1A;
}
.c-fixed-button.c-fixed-button--contact::before {
  position: absolute;
  top: -0.7rem;
  left: 0.1rem;
  width: 3.7rem;
  height: 3.4rem;
  background-image: url(../images/common/icon_plane.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

@media (hover: hover) and (pointer: fine) {
  .c-fixed-button:hover {
    opacity: 1;
    background-color: #FFF;
  }

  .c-fixed-button.c-fixed-button--recruit:hover {
    color: #F39610;
  }

  .c-fixed-button.c-fixed-button--contact:hover {
    color: #1A1A1A;
  }
}
@media screen and (max-width: 767px) {
  .c-fixed-button {
    padding: 0.6rem 2.5rem;
    border-radius: 0.5rem 0.5rem 0 0;
    font-size: 1.7rem;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
  }

  .c-fixed-button.c-fixed-button--recruit::before {
    top: 0.2rem;
    left: -1.6rem;
    width: 2.5rem;
    height: 2.6rem;
  }

  .c-fixed-button.c-fixed-button--contact::before {
    top: 0.1rem;
    left: -1.3rem;
    width: 2.8rem;
    height: 2.9rem;
  }
}
/*
    c-category
---------------------------------*/
.c-category {
  display: inline-block;
  padding: 0.36em 0.65em;
  border: 1px solid #F39610;
  border-radius: 9999px;
  background-color: #FFF;
  color: #F39610;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.c-category.is-active {
  background-color: #F39610;
  color: #FFF;
}

.c-category.c-category--not-available {
  pointer-events: none;
  border-color: #EEE;
  background-color: #EEE;
  color: #CCC;
}

@media (hover: hover) and (pointer: fine) {
  a.c-category:hover {
    opacity: 1;
    background-color: #F39610;
    color: #FFF;
  }
}
/*
    c-font-abkiri
---------------------------------*/
.c-font-abkiri {
  font-family: "ab-kirigirisu", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

/*
    c-title
---------------------------------*/
.c-title {
  position: relative;
  margin-bottom: 4rem;
  padding-top: 3.2rem;
  font-size: 4rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
.c-title::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 9.2rem;
  height: 2.2rem;
  background-image: url(../images/common/img_title-deco01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.c-title.c-title--white {
  color: #FFF;
}
.c-title.c-title--white::before {
  background-image: url(../images/common/img_title-deco02.png);
}

.c-title.c-title--no-icon {
  padding-top: 0;
}
.c-title.c-title--no-icon::before {
  content: none;
}

.c-title__green {
  color: #08841A;
}

.c-title__orange {
  color: #F39610;
}

.c-title span {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .c-title {
    padding-top: 4rem;
  }
}
/*
    c-lead
---------------------------------*/
.c-lead {
  color: #006038;
  font-size: 3rem;
  line-height: 1.33;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-lead {
    text-align: left;
  }
}
/*
    c-text
---------------------------------*/
.c-text {
  font-size: 1.6rem;
  line-height: 1.625;
}

.c-text.c-text--center {
  text-align: center;
}

.c-text + .c-text {
  margin-top: 2.7rem;
}

@media screen and (max-width: 767px) {
  .c-text {
    font-size: 1.5rem;
    line-height: 1.67;
  }

  .c-text.c-text--center {
    text-align: left;
  }
}
/*
    c-to-top
---------------------------------*/
.c-to-top {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  right: 60px;
  bottom: 124px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  font-family: "ab-kirigirisu", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  letter-spacing: -0.2em;
  text-align: center;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.c-to-top.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.c-to-top img {
  width: 5.5rem;
}

.c-to-top__en {
  display: inline-block;
  margin-top: 0.7rem;
  color: #08841A;
  font-size: 2rem;
  text-transform: uppercase;
  text-shadow: 0 0 5px #FFF;
}

.c-to-top__ja {
  display: inline-block;
  margin-top: -0.3rem;
  font-size: 1.6rem;
  text-shadow: 0 0 5px #FFF;
}

@media (hover: hover) and (pointer: fine) {
  .c-to-top.is-active:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 960px) {
  .c-to-top img {
    width: 4.9rem;
  }

  .c-to-top__en {
    font-size: 1.8rem;
  }

  .c-to-top__ja {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-to-top {
    right: 20px;
    bottom: 100px;
  }

  .c-to-top img {
    width: 4.5rem;
  }

  .c-to-top__en {
    font-size: 2rem;
    letter-spacing: -0.2em;
  }

  .c-to-top__ja {
    font-size: 1.6rem;
  }
}
/*
    c-teacher
---------------------------------*/
.c-teacher {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-teacher__img {
  width: 16rem;
  height: 16rem;
  overflow: hidden;
  border-radius: 50%;
  border: 0.6rem solid #FFF;
}

.c-teacher__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 10.5rem;
  left: 7rem;
  width: 13.7rem;
  height: 10.3rem;
  background-image: url(../images/common/img_grass.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 1.4rem;
}

.c-teacher__name span {
  display: inline-block;
  margin-top: 0.4rem;
  color: #08841A;
  font-family: "Zen Maru Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
}

.c-teacher.c-teacher--reverse .c-teacher__name {
  right: 8rem;
  left: unset;
}

@media screen and (max-width: 1100px) {
  .c-teacher__img {
    width: 14rem;
    height: 14rem;
    border-width: 0.5rem;
  }

  .c-teacher__name {
    top: 8.5rem;
    left: 6rem;
  }

  .c-teacher.c-teacher--reverse .c-teacher__name {
    right: 6.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-teacher__img {
    width: 16rem;
    height: 16rem;
  }

  .c-teacher__name {
    top: 5.7rem;
    left: 10.8rem;
    width: 13.3rem;
    height: 10rem;
  }

  .c-teacher.c-teacher--reverse .c-teacher__name {
    right: unset;
    left: 10.8rem;
  }
}
/*---------------------------------

Project

---------------------------------*/
/*
    p-header
---------------------------------*/
.p-header__inner {
  max-width: 125rem;
}

.p-header__title {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: right;
}

.p-header__pc-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -2rem;
}

.p-header__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3rem;
}

.p-header__item {
  position: relative;
}
.p-header__item::before {
  position: absolute;
  top: 0;
  left: -0.5rem;
  width: 0.5rem;
  height: 100%;
  background-image: url(../images/common/img_header-line_pc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.p-header__item:last-child::after {
  position: absolute;
  top: 0;
  right: -0.5rem;
  width: 0.5rem;
  height: 100%;
  background-image: url(../images/common/img_header-line_pc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.p-header__item a {
  display: block;
  width: 14rem;
  min-height: 9rem;
  text-align: center;
}

.p-header__item-img {
  height: 5rem;
}

.p-header__item-img img {
  display: inline-block;
}

.p-header__items:nth-child(1) .p-header__item:nth-child(1) img {
  width: 2.2rem;
  -webkit-transform: translateY(0.9rem);
          transform: translateY(0.9rem);
}

.p-header__items:nth-child(1) .p-header__item:nth-child(2) img {
  width: 3.3rem;
  -webkit-transform: translateY(0.6rem);
          transform: translateY(0.6rem);
}

.p-header__items:nth-child(1) .p-header__item:nth-child(3) img {
  width: 3.8rem;
  -webkit-transform: translateY(0.8rem);
          transform: translateY(0.8rem);
}

.p-header__items:nth-child(3) .p-header__item:nth-child(1) img {
  width: 2.9rem;
  -webkit-transform: translateY(1.1rem);
          transform: translateY(1.1rem);
}

.p-header__items:nth-child(3) .p-header__item:nth-child(2) img {
  width: 2.6rem;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
}

.p-header__items:nth-child(3) .p-header__item:nth-child(3) img {
  width: 2.6rem;
  -webkit-transform: translateY(1.2rem);
          transform: translateY(1.2rem);
}

.p-header__item-text {
  font-size: 1.6rem;
  line-height: 1.2;
}

.p-header__item.is-active .p-header__item-text {
  color: #F39610;
}

.p-header__logo {
  width: 16rem;
  margin-right: 3rem;
  margin-left: 3rem;
}

.p-header__logo a {
  display: block;
}

.p-header__sp-menu,
.p-header__drawer {
  display: none;
}

@media screen and (max-width: 1100px) {
  .p-header__item a {
    width: 12rem;
  }

  .p-header__item-text {
    font-size: 1.5rem;
  }

  .p-header__logo {
    width: 14rem;
  }
}
@media screen and (max-width: 960px) {
  .p-header__pc-menu {
    display: none;
  }

  .p-header__sp-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -2rem;
  }

  .p-header__logo {
    position: relative;
    z-index: 10000;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
    width: 12rem;
    margin-right: 0;
    margin-left: 0;
  }

  .p-header__hamburger {
    display: block;
    position: relative;
    z-index: 10000;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: #231815;
  }

  .p-header__hamburger span {
    display: inline-block;
    position: absolute;
    left: 50%;
    width: 1.5rem;
    height: 0.2rem;
    border-radius: 9999px;
    background-color: #FFFBEF;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .p-header__hamburger span:nth-child(1) {
    top: 1.3rem;
  }
  .p-header__hamburger span:nth-child(2) {
    top: 1.9rem;
  }
  .p-header__hamburger span:nth-child(3) {
    top: 2.5rem;
  }

  .p-header__hamburger.is-active span {
    width: 1.8rem;
  }
  .p-header__hamburger.is-active span:nth-child(1) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(225deg);
            transform: translate(-50%, -50%) rotate(225deg);
  }
  .p-header__hamburger.is-active span:nth-child(2) {
    opacity: 0;
  }
  .p-header__hamburger.is-active span:nth-child(3) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-225deg);
            transform: translate(-50%, -50%) rotate(-225deg);
  }

  .p-header__drawer {
    display: block;
    -webkit-transition: opacity 0.3s, visibility 0.3s ease-out;
    transition: opacity 0.3s, visibility 0.3s ease-out;
  }

  .p-header__drawer[aria-hidden=true] {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 8rem;
  }

  .p-header__sp-menu {
    margin-top: 0;
  }
}
/*
    p-drawer
---------------------------------*/
@media screen and (max-width: 960px) {
  .p-drawer {
    position: fixed;
    inset: 13rem 0 0 0;
    z-index: 1000;
    overflow-y: auto;
    background-color: #FFFBEF;
  }

  .p-drawer__inner {
    position: relative;
    min-height: 100%;
    padding: 3.5rem 4rem 12rem;
  }

  .p-drawer__items {
    width: 100%;
    max-width: 29.5rem;
    margin-right: auto;
    margin-left: auto;
  }

  .p-drawer__item {
    position: relative;
  }
  .p-drawer__item::before {
    position: absolute;
    top: -0.5rem;
    left: 0;
    width: 100%;
    height: 0.5rem;
    background-image: url(../images/common/img_header-line_sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
  }

  .p-drawer__item:last-child::after {
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    width: 100%;
    height: 0.5rem;
    background-image: url(../images/common/img_header-line_sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
  }

  .p-drawer__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: clamp(6rem, 10vh, 8.3rem);
  }

  .p-drawer__item:nth-child(1) .p-drawer__item-img {
    width: 2.2rem;
  }

  .p-drawer__item:nth-child(2) .p-drawer__item-img {
    width: 2.5rem;
  }

  .p-drawer__item:nth-child(3) .p-drawer__item-img {
    width: 2.9rem;
  }

  .p-drawer__item:nth-child(4) .p-drawer__item-img {
    width: 3rem;
  }

  .p-drawer__item:nth-child(5) .p-drawer__item-img {
    width: 2.7rem;
  }

  .p-drawer__item:nth-child(6) .p-drawer__item-img {
    width: 2.7rem;
  }

  .p-drawer__item-text {
    margin-left: 1.5rem;
    font-size: 1.9rem;
    line-height: 1.5;
  }

  .p-drawer__button {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .p-drawer__button .c-fixed-button {
    padding: 0.6rem 2.5rem;
    border-radius: 0.5rem 0.5rem 0 0;
    font-size: 1.7rem;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
  }
  .p-drawer__button .c-fixed-button::before {
    top: 0.1rem;
    left: -1.3rem;
    width: 2.8rem;
    height: 2.9rem;
  }
}
@media screen and (max-width: 767px) {
  .p-drawer {
    inset: 9.6rem 0 0 0;
  }
}
/*
    p-footer
---------------------------------*/
.p-footer__main {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url(../images/common/img_green-bg_pc.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.p-footer__inner {
  max-width: 121rem;
}

.p-footer__main-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-footer__menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFF;
}

.p-footer__menu-block + .p-footer__menu-block {
  margin-left: 6rem;
}

.p-footer__menu-list + .p-footer__menu-list {
  margin-top: 1.8rem;
}

.p-footer__menu-list.p-footer__menu-list--has-child + .p-footer__menu-list {
  margin-top: 3.7rem;
}

.p-footer__menu a {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
}

.p-footer__child-menu {
  margin-top: 1.8rem;
}

.p-footer__child-menu-item + .p-footer__child-menu-item {
  margin-top: 0.8rem;
}

.p-footer__child-menu-item a {
  font-size: 1.3rem;
  line-height: 1.6;
}

.p-footer__contact {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 4rem;
  margin-left: 6rem;
  border-radius: 3rem;
  background-color: #FFF;
}
.p-footer__contact::before {
  position: absolute;
  top: -12.3rem;
  right: -10.7rem;
  width: 16.2rem;
  height: 16rem;
  background-image: url(../images/common/img_circle01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.p-footer__mail a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
}
.p-footer__mail a::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 3.5rem;
  height: 3.2rem;
  margin-right: 1.6rem;
  background-image: url(../images/common/icon_plane.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.p-footer__mail a span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
  border-radius: 50%;
  background-color: #F39610;
}
.p-footer__mail a span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.9rem;
  height: 0.8rem;
  background-image: url(../images/common/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.p-footer__tel-wrap {
  position: relative;
  margin-top: 2rem;
  padding-top: 2rem;
}
.p-footer__tel-wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-image: url(../images/common/img_line_pc.png);
  background-repeat: repeat-x;
  background-position: center left;
  background-size: 32rem 0.1rem;
  content: "";
}

.p-footer__tel-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
}
.p-footer__tel-text::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 3.2rem;
  height: 2.8rem;
  margin-right: 1.6rem;
  background-image: url(../images/common/icon_tel.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.p-footer__tel-list {
  margin-top: 2rem;
}

.p-footer__tel-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-footer__tel-item + .p-footer__tel-item {
  margin-top: 1rem;
}

.p-footer__tel-item-term {
  padding: 0.43em 0.72em;
  border-radius: 9999px;
  background-color: #F39610;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}

.p-footer__tel-item:nth-of-type(2) .p-footer__tel-item-term {
  background-color: #08841A;
}

.p-footer__tel-item-description {
  -webkit-transform: translateY(-0.2rem);
          transform: translateY(-0.2rem);
  margin-left: 1rem;
}

.p-footer__tel-item-description a {
  font-size: 3rem;
  font-weight: 700;
  white-space: nowrap;
}

.p-footer__bottom {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.p-footer__logo {
  width: 11.4rem;
}

.p-footer__logo a {
  display: block;
}

.p-footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
  margin-left: 19rem;
  font-size: 1.6rem;
  line-height: 1.6;
}

.p-footer__location + .p-footer__location {
  margin-left: 6rem;
}

.p-footer__location-name {
  font-weight: 700;
}

.p-footer__location-address {
  margin-top: -0.1rem;
}

.p-footer__location-address span {
  display: inline-block;
}

.p-footer__info-button {
  margin-top: 0.8rem;
}

.p-footer__copy small {
  font-size: 1.2rem;
}

@media screen and (max-width: 960px) {
  .p-footer__main-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .p-footer__contact {
    width: 60rem;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .p-footer__tel-text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .p-footer__tel-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .p-footer__menu-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 5rem;
  }

  .p-footer__bottom-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .p-footer__logo {
    margin-top: 6rem;
    margin-right: auto;
    margin-left: auto;
  }

  .p-footer__info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
    margin-left: 0;
  }

  .p-footer__location {
    max-width: calc(50% - 3rem);
    text-align: center;
  }

  .p-footer__location-address span {
    display: block;
  }

  .p-footer__copy {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__main {
    padding-top: 5rem;
  }

  .p-footer__contact {
    width: 100%;
    max-width: 60rem;
    padding: 3rem 2rem;
    border-radius: 1.5rem;
  }
  .p-footer__contact::before {
    top: -10rem;
    right: -10px;
    width: 12.2rem;
    height: 12rem;
  }

  .p-footer__mail a {
    font-size: 1.5rem;
    white-space: nowrap;
  }
  .p-footer__mail a::before {
    width: 2.8rem;
    height: 2.5rem;
    margin-right: 1rem;
  }

  .p-footer__mail a span {
    width: 1.8rem;
    height: 1.8rem;
  }

  .p-footer__tel-wrap {
    margin-top: 2.5rem;
    padding-top: 3rem;
  }

  .p-footer__tel-text {
    font-size: 1.5rem;
  }
  .p-footer__tel-text::before {
    width: 2.6rem;
    height: 2.3rem;
    margin-right: 1rem;
  }

  .p-footer__tel-item {
    display: block;
  }

  .p-footer__tel-item + .p-footer__tel-item {
    margin-top: 1.6rem;
  }

  .p-footer__tel-item-term {
    display: inline-block;
  }

  .p-footer__tel-item-description {
    margin-top: 0.9rem;
    margin-left: 0;
  }

  .p-footer__menu-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .p-footer__menu-block + .p-footer__menu-block {
    margin-left: 3rem;
  }

  .p-footer__menu-list + .p-footer__menu-list {
    margin-top: 1rem;
  }

  .p-footer__child-menu {
    margin-top: 1rem;
    padding-left: 1.2rem;
  }

  .p-footer__bottom {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .p-footer__info {
    display: block;
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .p-footer__location {
    max-width: unset;
  }

  .p-footer__location + .p-footer__location {
    margin-top: 2.5rem;
    margin-left: 0;
  }

  .p-footer__logo {
    width: 9.5rem;
  }

  .p-footer__copy {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 375px) {
  .p-footer__mail a {
    font-size: 1.4rem;
  }
}
/*
    p-fixed-menu
---------------------------------*/
.p-fixed-menu {
  position: fixed;
  right: 0;
  bottom: 14.4vh;
  z-index: 10;
}

.p-fixed-menu__item + .p-fixed-menu__item {
  margin-top: 3rem;
}

_::-webkit-full-page-media, _:future, :root .p-fixed-menu {
  right: 21px;
}

@-moz-document url-prefix() {
  .p-fixed-menu {
    right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .p-fixed-menu {
    right: 0;
    bottom: 0;
    left: 0;
  }

  .p-fixed-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .p-fixed-menu__item + .p-fixed-menu__item {
    margin-top: 0;
    margin-left: 2rem;
  }

  _::-webkit-full-page-media, _:future, :root .p-fixed-menu {
    right: 0;
  }

  @-moz-document url-prefix() {
    .p-fixed-menu {
      right: 0;
    }
  }
}
/*
    p-bg-green
---------------------------------*/
.p-bg-green {
  color: #FFF;
  background-image: url(../images/common/img_green-bg_pc.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-bg-green {
    background-image: url(../images/common/img_green-bg_sp.jpg);
  }
}
/*
    p-fv
---------------------------------*/
.p-fv {
  position: relative;
}
.p-fv::before {
  position: absolute;
  top: 5.2vw;
  left: 0;
  z-index: 2;
  width: 26vw;
  height: 50.7vw;
  background-image: url(../images/top/img_illust_pc01.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  content: "";
}
.p-fv::after {
  position: absolute;
  top: 10vw;
  right: 0;
  z-index: 2;
  width: 24.1vw;
  height: 47.4vw;
  background-image: url(../images/top/img_illust_pc02.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  content: "";
}

.p-fv__slide {
  overflow: hidden;
  border-radius: 6rem;
}

.p-fv__text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  bottom: 6.6rem;
  left: calc(50% + 2.4rem);
  z-index: 3;
  max-width: 52rem;
}
.p-fv__text-block::before {
  position: absolute;
  bottom: -6rem;
  right: 10.5rem;
  width: 10.7rem;
  height: 6.9rem;
  background-image: url(../images/common/img_wave.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.p-fv__text-block span {
  display: inline-block;
}

.p-fv__text-block span:nth-child(1) {
  padding: 0.18em 0.5em;
  border-radius: 1.4rem;
  background-color: #08841A;
  color: #FFF;
  font-size: 4rem;
}

@media screen and (max-width: 1300px) {
  .p-fv__text-block span:nth-child(1) {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 1100px) {
  .p-fv__text-block {
    left: 50%;
  }

  .p-fv__text-block span:nth-child(1) {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-fv__text-block {
    bottom: 4rem;
    left: 40%;
  }
}
@media screen and (max-width: 767px) {
  .p-fv::before {
    top: 45vw;
    width: 53vw;
    max-width: 30rem;
    height: 95vw;
    max-height: 54rem;
    background-image: url(../images/top/img_illust_sp01.png);
  }

  .p-fv::after {
    top: 79vw;
    width: 19.7vw;
    max-width: 10rem;
    height: 38.1vw;
    max-height: 20rem;
    background-image: url(../images/top/img_illust_sp02.png);
  }

  .p-fv__slide {
    border-radius: 3rem;
  }

  .p-fv__text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 66.8vw;
    bottom: unset;
    left: 30px;
  }
  .p-fv__text-block::before {
    content: none;
  }

  .p-fv__text-block span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .p-fv__text-block span + span {
    margin-top: 1rem;
  }

  .p-fv__text-block span:nth-child(2),
.p-fv__text-block span:nth-child(3) {
    padding: 0.18em 0.38em;
    border-radius: 1.4rem;
    background-color: #08841A;
    color: #FFF;
    font-size: 4rem;
  }
}
/*
    p-top-intro
---------------------------------*/
.p-top-intro__inner {
  position: relative;
}
.p-top-intro__inner::before {
  position: absolute;
  top: 16.5rem;
  right: 1rem;
  width: 8.6rem;
  height: 11.1rem;
  background-image: url(../images/common/img_bards01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.p-top-intro__lead {
  position: relative;
  z-index: 1;
  margin-top: 6rem;
}

.p-top-intro__text {
  position: relative;
  z-index: 1;
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .p-top-intro__inner::before {
    top: -7.3rem;
    right: unset;
    left: calc(50% + 7.5rem);
    height: 10.9rem;
  }

  .p-top-intro__text {
    margin-top: 3.8rem;
  }
}
/*
    p-philosophy
---------------------------------*/
.p-philosophy {
  position: relative;
}
.p-philosophy::after {
  position: absolute;
  bottom: -6.2rem;
  right: 4rem;
  width: 37.3rem;
  height: 19.1rem;
  background-image: url(../images/common/img_illust02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.p-philosophy__img {
  position: relative;
}
.p-philosophy__img::before {
  position: absolute;
  bottom: -7.6rem;
  left: -18.1rem;
  width: 29.7rem;
  height: 27rem;
  background-image: url(../images/common/img_tree.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
.p-philosophy__img::after {
  position: absolute;
  top: -7.8rem;
  right: -17rem;
  width: 31.6rem;
  height: 29.7rem;
  background-image: url(../images/common/img_deco01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.p-philosophy__img img {
  border-radius: 4rem;
}

.p-philosophy__text {
  margin-top: 4rem;
  font-size: 2.4rem;
  line-height: 1.83;
  text-align: center;
}

.p-philosophy__button {
  margin-top: 3rem;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .p-philosophy::after {
    width: 29rem;
    height: 16.7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy::after {
    bottom: -5.8rem;
    right: -1.9rem;
    width: 23rem;
    height: 11.8rem;
  }

  .p-philosophy__title {
    z-index: 1;
  }

  .p-philosophy__img::before {
    bottom: -3rem;
    left: -4.4rem;
    width: 14.5rem;
    height: 16rem;
  }

  .p-philosophy__img::after {
    top: -6.8rem;
    right: -9.5rem;
    width: 20.6rem;
    height: 15.8rem;
  }

  .p-philosophy__img img {
    width: 100%;
  }

  .p-philosophy__text {
    text-align: left;
  }

  .p-philosophy__button {
    text-align: left;
  }
}
/*
    p-news
---------------------------------*/
.p-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.p-news__inner::after {
  position: absolute;
  bottom: -26rem;
  left: 1rem;
  z-index: 1;
  width: 21.6rem;
  height: 32.2rem;
  background-image: url(../images/common/img_illust03.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.p-news__inner.p-news__inner--block {
  display: block;
}

.p-news__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-news__heading {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.p-news__inner.p-news__inner--block .c-title {
  text-align: left;
}

.p-news__contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 3.6rem;
  margin-left: 4rem;
}

.p-news__body .p-news__contents {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  width: 65%;
  max-width: 70rem;
  margin-top: 0;
  margin-left: 0;
}

.p-news__contents-item {
  display: none;
}

.p-news__contents-item.is-active {
  display: block;
}

.p-news__category-item + .p-news__category-item {
  margin-top: 1rem;
}

.p-news__category-item label {
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.p-news__list {
  max-height: 45rem;
  overflow-y: auto;
}

.p-news__button {
  margin-top: 3rem;
  text-align: right;
}

.p-news__sns {
  width: 27.8%;
  max-width: 30rem;
  -webkit-transform: translateY(-8rem);
          transform: translateY(-8rem);
}

.p-news__sns-title {
  position: relative;
  padding-top: 2.8rem;
  font-size: 3rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-news__sns-title::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.6rem;
  height: 2.6rem;
  background-image: url(../images/common/icon_instagram.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.p-news__sns-contents {
  margin-top: 2rem;
}

.p-news__sns-button {
  margin-top: 2.2rem;
  text-align: center;
}

.p-news__sns-button .c-round-button {
  width: 100%;
  min-width: unset;
}

@media (hover: hover) and (pointer: fine) {
  .p-news__category-item label:hover {
    background-color: #F39610;
    color: #FFF;
  }
}
@media screen and (max-width: 1200px) {
  .p-news__button {
    padding-right: 4rem;
  }
}
@media screen and (max-width: 1100px) {
  .p-news__inner::after {
    width: 19.4rem;
    height: 29.4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-news__inner.p-news__inner--block::after {
    content: none;
  }

  .p-news__body {
    display: block;
  }

  .p-news__body .p-news__contents {
    position: relative;
    width: 100%;
    max-width: unset;
  }
  .p-news__body .p-news__contents::after {
    position: absolute;
    bottom: -19.3rem;
    right: 0;
    z-index: 1;
    width: 17.6rem;
    height: 25.3rem;
    background-image: url(../images/common/img_illust03.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
  }

  .p-news__sns {
    width: 100%;
    margin-top: 19rem;
    margin-right: auto;
    margin-left: auto;
  }

  .p-news__body .p-news__button {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-news__inner {
    display: block;
  }
  .p-news__inner::after {
    right: 3rem;
    bottom: -14.5rem;
    left: unset;
    width: 11.6rem;
    height: 17.3rem;
  }

  .p-news__body .p-news__contents::after {
    bottom: -11.3rem;
    right: -1rem;
    width: 11.6rem;
    height: 17.3rem;
  }

  .p-news__heading .c-title {
    text-align: left;
  }

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

  .p-news__category-item {
    margin-right: 1rem;
    margin-bottom: 1rem;
  }

  .p-news__category-item + .p-news__category-item {
    margin-top: 0;
  }

  .p-news__contents {
    margin-top: 3rem;
    margin-left: 0;
  }

  .p-news__list {
    max-height: 64rem;
  }

  .p-news__button {
    text-align: left;
  }

  .p-news__sns {
    margin-top: 18rem;
  }

  .p-news__sns-title {
    padding-top: 4rem;
  }

  .p-news__sns-contents {
    margin-top: 4rem;
  }

  .p-news__sns-button {
    margin-top: 4rem;
  }
}
/*
    p-news-item
---------------------------------*/
.p-news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
}
.p-news-item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-image: url(../images/common/img_line_pc.png);
  background-repeat: repeat-x;
  background-position: center left;
  background-size: 32rem 0.1rem;
  content: "";
}

.p-news-item:first-child::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-image: url(../images/common/img_line_pc.png);
  background-repeat: repeat-x;
  background-position: center left;
  background-size: 32rem 0.1rem;
  content: "";
}

.p-news-item__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 19.6rem;
}

.p-news-item__time {
  min-width: 7rem;
  font-size: 1.6rem;
  font-weight: 500;
}

.p-news-item__category {
  margin-left: 2rem;
}

.p-news-item__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1.8rem;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 1100px) {
  .p-news-item__text {
    padding-right: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .p-news-item__text {
    margin-top: 1.7rem;
    margin-left: 0;
    padding-right: 2rem;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
/*
    p-news-wrap
---------------------------------*/
.p-news-wrap__tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  max-width: 125rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
}

.p-news-wrap__tab-list label {
  width: calc(16.66% - 2rem);
  margin: 1rem;
  background-color: #FFF;
  color: #F39610;
}

.p-news-wrap__tab-list label.is-active {
  background-color: #F39610;
  color: #FFF;
}

.p-news-wrap__content {
  display: none;
  margin-top: 10rem;
}

.p-news-wrap__content.is-active {
  display: block;
}

.p-news-wrap__box {
  padding: 3rem;
  border: 2px solid #08841A;
  border-radius: 6rem;
  background-color: #FFF;
}

.p-news-wrap__box-inner {
  height: 73rem;
  overflow-y: auto;
}

@media (hover: hover) and (pointer: fine) {
  .p-news-wrap__tab-list label:not(.is-active):hover {
    background-color: #F39610;
    color: #FFF;
  }
}
@media screen and (max-width: 1100px) {
  .p-news-wrap__tab-list label {
    width: calc(33.33% - 2rem);
  }
}
@media screen and (max-width: 767px) {
  .p-news-wrap__tab-list label {
    width: calc(50% - 2rem);
  }

  .p-news-wrap__box {
    padding: 3rem 20px;
    border-radius: 3rem;
  }

  .p-news-wrap__box-inner {
    height: 68rem;
  }
}
/*
    p-gallery
---------------------------------*/
.p-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.p-gallery__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: loop-list 50s linear infinite;
          animation: loop-list 50s linear infinite;
}

@-webkit-keyframes loop-list {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop-list {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.p-gallery__items img {
  min-width: 34rem;
}

@media screen and (max-width: 767px) {
  .p-gallery__items img {
    min-width: 17rem;
  }
}
/*
    p-school-list
---------------------------------*/
.p-school-list__outer {
  position: relative;
  width: calc(100% - 80px);
  margin-right: auto;
  margin-left: auto;
  padding-top: 9rem;
  padding-bottom: 10rem;
  border-radius: 6rem;
  background-color: #FFF;
}
.p-school-list__outer::before {
  position: absolute;
  top: 57%;
  left: -40px;
  z-index: 1;
  width: 19.9rem;
  height: 25.1rem;
  background-image: url(../images/common/img_circle02.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  content: "";
}
.p-school-list__outer::after {
  position: absolute;
  bottom: 0;
  right: 7.5rem;
  width: 19.2rem;
  height: 7.3rem;
  background-image: url(../images/common/img_bards02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.p-school-list__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-school-list__block + .p-school-list__block {
  margin-top: 8rem;
}

.p-school-list__flex .p-school-list__block {
  width: calc(50% - 6rem);
}

.p-school-list__flex .p-school-list__block + .p-school-list__block {
  margin-top: 0;
}

@media screen and (max-width: 1200px) {
  .p-school-list__inner.l-inner.l-inner--xl {
    max-width: 93rem;
  }

  .p-school-list__flex {
    display: block;
  }

  .p-school-list__flex .p-school-list__block {
    width: 100%;
  }

  .p-school-list__flex .p-school-list__block + .p-school-list__block {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-school-list__outer {
    width: 100%;
    padding-top: 9.5rem;
    border-radius: 0;
  }
  .p-school-list__outer::before {
    top: 143.8rem;
    left: -25px;
    width: 12rem;
    height: 14.6rem;
  }
  .p-school-list__outer::after {
    right: 20px;
    bottom: -1.8rem;
    width: 16rem;
  }
}
/*
    p-school
---------------------------------*/
.p-school {
  position: relative;
}

.p-school__name {
  position: absolute;
  top: 17rem;
  left: -2px;
  z-index: 1;
  padding-top: 4rem;
  padding-right: 4rem;
  border-radius: 0 1.4rem 0 0;
  background-color: #FFF;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.p-school__name span:nth-child(1) {
  color: #F39610;
}

.p-school__name span:nth-child(2) {
  color: #08841A;
}

.p-school__img-wrap {
  position: relative;
}

.p-school__img-wrap img {
  border-radius: 4rem;
}

.p-school__teacher {
  position: absolute;
  bottom: -4rem;
  right: -4.2rem;
}

.p-school__text {
  max-width: 70%;
  margin-top: 4rem;
  margin-right: auto;
  margin-left: auto;
  line-height: 2.25;
}

.p-school__box {
  margin-top: 4rem;
}

.p-school__button {
  margin-top: 4rem;
  text-align: center;
}

.p-school.p-school--reverse .p-school__name {
  right: -2px;
  left: unset;
  padding-right: 0;
  padding-left: 4rem;
  border-radius: 1.4rem 0 0 0;
}

.p-school.p-school--reverse .p-school__teacher {
  right: unset;
  left: -4.2rem;
}

.p-school.p-school--sm .p-school__name {
  padding-top: 3rem;
  padding-right: 3rem;
  font-size: 3.2rem;
  white-space: nowrap;
}

.p-school.p-school--sm.p-school--reverse .p-school__name {
  padding-right: 0;
  padding-left: 3rem;
}

.p-school.p-school--sm .p-school__img-wrap img {
  border-radius: 3rem;
}

.p-school.p-school--sm .p-school__teacher {
  bottom: -3rem;
  right: 0;
}

.p-school.p-school--sm.p-school--reverse .p-school__teacher {
  right: unset;
  left: 0;
}

.p-school.p-school--sm .c-teacher .c-teacher__img {
  width: 13rem;
  height: 13rem;
}

.p-school.p-school--sm .c-teacher .c-teacher__name {
  top: 8.5rem;
  left: 5.6rem;
  width: 11.9rem;
  height: 8.9rem;
  font-size: 1.2rem;
}

.p-school.p-school--sm.p-school--reverse .c-teacher .c-teacher__name {
  right: 6.7rem;
  left: unset;
}

.p-school.p-school--sm .c-teacher .c-teacher__name span {
  font-size: 1.8rem;
}

@media screen and (max-width: 1200px) {
  .p-school.p-school--sm .p-school__name {
    padding-top: 4rem;
    padding-right: 4rem;
    font-size: 3.6rem;
  }

  .p-school.p-school--sm.p-school--reverse .p-school__name {
    padding-right: 0;
    padding-left: 4rem;
  }

  .p-school.p-school--sm .p-school__img-wrap img {
    border-radius: 4rem;
  }

  .p-school.p-school--sm .p-school__teacher {
    bottom: -4rem;
    right: -4.2rem;
  }

  .p-school.p-school--sm.p-school--reverse .p-school__teacher {
    left: -4.2rem;
  }

  .p-school.p-school--sm .c-teacher .c-teacher__img {
    width: 16rem;
    height: 16rem;
  }

  .p-school.p-school--sm .c-teacher .c-teacher__name {
    top: 10.5rem;
    left: 7rem;
    width: 13.7rem;
    height: 10.3rem;
    font-size: 1.4rem;
  }

  .p-school.p-school--sm.p-school--reverse .c-teacher .c-teacher__name {
    right: 8rem;
  }

  .p-school.p-school--sm .c-teacher .c-teacher__name span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1100px) {
  .p-school__teacher {
    bottom: -3.8rem;
    right: 0.8rem;
  }

  .p-school.p-school--reverse .p-school__teacher {
    left: -2.5rem;
  }

  .p-school.p-school--sm .p-school__teacher {
    bottom: -3.8rem;
    right: 0.8rem;
  }

  .p-school.p-school--sm.p-school--reverse .p-school__teacher {
    left: -2.5rem;
  }

  .p-school.p-school--sm .c-teacher .c-teacher__img {
    width: 14rem;
    height: 14rem;
  }

  .p-school.p-school--sm .c-teacher .c-teacher__name {
    top: 8.5rem;
    left: 6rem;
  }

  .p-school.p-school--sm.p-school--reverse .c-teacher .c-teacher__name {
    right: 6.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-school__name {
    top: 9rem;
    padding-right: 3rem;
    font-size: 3.4rem;
  }

  .p-school.p-school--reverse .p-school__name {
    padding-left: 3rem;
  }

  .p-school.p-school--reverse .p-school__teacher {
    left: 0.8rem;
  }

  .p-school.p-school--sm .p-school__name {
    padding-right: 3rem;
    font-size: 3.4rem;
  }

  .p-school.p-school--sm.p-school--reverse .p-school__name {
    padding-left: 3rem;
  }

  .p-school.p-school--sm.p-school--reverse .p-school__teacher {
    left: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-school__name {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    padding-top: 1rem;
    padding-right: 0;
    border-radius: 0;
    background-color: transparent;
    font-size: 3rem;
    font-weight: 400;
    text-align: center;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
  }

  .p-school.p-school--reverse .p-school__name {
    right: 0;
    padding-left: 0;
  }

  .p-school__img-wrap {
    margin-top: 3rem;
  }

  .p-school__img-wrap img {
    width: 100%;
    border-radius: 3rem;
  }

  .p-school__teacher {
    right: calc(50% - 4rem);
    bottom: -8rem;
  }

  .p-school.p-school--reverse .p-school__teacher {
    right: calc(50% - 4rem);
    left: unset;
  }

  .p-school__text {
    max-width: unset;
    margin-top: 12.1rem;
    line-height: 2;
  }

  .p-school.p-school--sm .p-school__name {
    padding-right: 0;
    font-size: 3rem;
  }

  .p-school.p-school--sm.p-school--reverse .p-school__name {
    padding-left: 0;
  }

  .p-school.p-school--sm .p-school__img-wrap img {
    border-radius: 3rem;
  }

  .p-school.p-school--sm .p-school__teacher {
    right: calc(50% - 4rem);
    bottom: -8rem;
  }

  .p-school.p-school--sm.p-school--reverse .p-school__teacher {
    right: calc(50% - 4rem);
    left: unset;
  }

  .p-school.p-school--sm .c-teacher .c-teacher__img {
    width: 16rem;
    height: 16rem;
  }

  .p-school.p-school--sm .c-teacher .c-teacher__name {
    top: 5.7rem;
    left: 10.8rem;
    width: 13.3rem;
    height: 10rem;
  }

  .p-school.p-school--sm.p-school--reverse .c-teacher .c-teacher__name {
    right: unset;
    left: 10.8rem;
  }
}
/*
    p-box
---------------------------------*/
.p-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem;
  border-radius: 2rem;
  background-color: #F0F8F1;
}

.p-box__img-block {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 26rem;
}

.p-box__img-block img {
  border-radius: 1rem;
}

.p-box__text-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 4rem;
}

.p-box__text {
  font-weight: 500;
  letter-spacing: 0.1em;
}

.p-box__button {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .p-box {
    display: block;
    padding: 3rem;
  }

  .p-box__img-block {
    width: 100%;
    max-width: 26rem;
    margin-right: auto;
    margin-left: auto;
  }

  .p-box__text-block {
    margin-top: 1.8rem;
    margin-left: 0;
  }

  .p-box__text {
    line-height: 1.5;
  }
}
/*
    p-box02
---------------------------------*/
.p-box02 {
  padding: 3rem;
  border-radius: 2rem;
  background-color: #F0F8F1;
}

.p-box02__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.p-box02__item {
  display: block;
  padding: 3rem;
  border-radius: 1rem;
  background-color: #FFF;
}

.p-box02__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.p-box02__title span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
  border-radius: 50%;
  background-color: #F39610;
}
.p-box02__title span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.9rem;
  height: 0.8rem;
  background-image: url(../images/common/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.p-box02__text {
  margin-top: 1rem;
  font-size: 1.3rem;
  line-height: 1.44;
}

@media (hover: hover) and (pointer: fine) {
  .p-box02__item:hover {
    opacity: 1;
  }

  .p-box02__item:hover .p-box02__title {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .p-box02 {
    padding: 2rem 20px;
    border-radius: 1rem;
  }

  .p-box02__items {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .p-box02__item {
    padding: 2rem 20px;
  }

  .p-box02__title {
    font-size: 1.5rem;
  }

  .p-box02__title span {
    width: 1.8rem;
    height: 1.8rem;
    margin-top: 0.2rem;
  }
}
/*
    p-box03
---------------------------------*/
.p-box03__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 5rem 4rem 4rem;
  border-radius: 2rem;
  border: 2px solid #08841A;
  background-color: #F0F8F1;
}

.p-box03__title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 90%;
  padding: 0.05em 1.6rem;
  border-radius: 1.2rem;
  background-color: #08841A;
  color: #FFF;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
}

.p-box03__img-block {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 22rem;
}

.p-box03__img-block img {
  border-radius: 2rem;
}

.p-box03__text-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 4rem;
}

@media screen and (max-width: 767px) {
  .p-box03__inner {
    display: block;
    padding: 5.4rem 20px 4rem;
    border-radius: 1.5rem;
  }

  .p-box03__img-block {
    width: 100%;
  }

  .p-box03__img-block img {
    width: 100%;
    border-radius: 1.5rem;
  }

  .p-box03__text-block {
    margin-top: 3rem;
    margin-left: 0;
  }

  .p-box03__text {
    line-height: 1.45;
  }
}
/*
    p-box04
---------------------------------*/
.p-box04 {
  position: relative;
  padding: 5rem 4rem 4rem;
  border-radius: 2rem;
  border: 2px solid #08841A;
  background-color: #FFF;
}

.p-box04__title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 90%;
  padding: 0.05em 1.6rem;
  border-radius: 1.2rem;
  background-color: #08841A;
  color: #FFF;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-box04 {
    padding: 4.3rem 20px 3rem;
    border-radius: 1.5rem;
  }

  .p-box04__text {
    line-height: 1.45;
  }
}
/*
    p-recruit
---------------------------------*/
.p-recruit__img {
  position: relative;
}
.p-recruit__img::before {
  position: absolute;
  bottom: -3.2rem;
  left: -4.5rem;
  width: 9.9rem;
  height: 6.5rem;
  background-image: url(../images/common/img_leaf.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
.p-recruit__img::after {
  position: absolute;
  bottom: -6.6rem;
  right: -11.5rem;
  width: 18.4rem;
  height: 25.8rem;
  background-image: url(../images/common/img_illust01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.p-recruit__img img {
  border-radius: 4rem;
}

.p-recruit__text {
  margin-top: 4rem;
  line-height: 2.25;
}

.p-recruit__button {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

.p-recruit__text + .p-recruit__button {
  margin-top: 7.5rem;
}

@media screen and (max-width: 1100px) {
  .p-recruit__img::after {
    bottom: -3.6rem;
    right: -6.5rem;
    width: 16.6rem;
    height: 23.8rem;
  }
}
@media screen and (max-width: 960px) {
  .p-recruit__img::after {
    bottom: -2.6rem;
    right: -3.5rem;
    width: 14.6rem;
    height: 20.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__img::before {
    bottom: -1.5rem;
    left: -4.8rem;
    width: 11.1rem;
    height: 7.4rem;
    -webkit-transform: rotate(-17deg);
            transform: rotate(-17deg);
  }

  .p-recruit__img::after {
    right: -16px;
    width: 16.3rem;
    height: 22.9rem;
  }

  .p-recruit__img img {
    width: 100%;
    border-radius: 3rem;
  }

  .p-recruit__text {
    line-height: 2;
  }

  .p-recruit__img + .p-recruit__button {
    margin-top: 7.5rem;
  }
}
/*
    p-faq
---------------------------------*/
.p-faq__inner {
  position: relative;
  z-index: 1;
}

.p-faq__item {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.44;
}
.p-faq__item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-image: url(../images/common/img_line_pc.png);
  background-repeat: repeat-x;
  background-position: center left;
  background-size: 32rem 0.1rem;
  content: "";
}

.p-faq__item:last-child::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-image: url(../images/common/img_line_pc.png);
  background-repeat: repeat-x;
  background-position: center left;
  background-size: 32rem 0.1rem;
  content: "";
}

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

.p-faq__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  padding-right: 1rem;
}

.p-faq__term span,
.p-faq__description span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-grid;
  place-items: center;
  width: 4rem;
  height: 4rem;
  margin-right: 1.6rem;
  border-radius: 50%;
  background-color: #08841A;
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.p-faq__description span {
  background-color: #F39610;
}

.p-faq__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 0.8rem;
}

.p-faq__button {
  margin-top: 3rem;
  text-align: center;
}

.p-faq__list.p-faq__list--excerpt .p-faq__item:nth-child(n+4) {
  display: none;
}

@media screen and (max-width: 1100px) {
  .p-faq__text {
    padding-right: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__text {
    padding-top: 0.7rem;
    padding-right: 0;
    font-size: 1.5rem;
    line-height: 1.43;
  }

  .p-faq__description {
    padding-right: 0;
  }

  .p-faq__term span,
.p-faq__description span {
    width: 3.5rem;
    height: 3.5rem;
    padding-left: 2px;
  }

  .p-faq__button {
    text-align: left;
  }
}
/*
    p-qa
---------------------------------*/
.p-qa__anker {
  position: relative;
  z-index: 1;
}

.p-qa__inner {
  position: relative;
  z-index: 1;
}

.p-qa__block {
  padding-top: 10rem;
}

.p-qa__contents {
  padding: 3rem;
  border: 2px solid #08841A;
  border-radius: 6rem;
}

.p-qa__contents-inner {
  height: 83rem;
  overflow-y: auto;
}

@media screen and (max-width: 767px) {
  .p-qa__contents {
    padding: 3rem 20px;
    border-radius: 3rem;
  }

  .p-qa__contents-inner {
    height: 69rem;
  }
}
/*
    p-low-intro
---------------------------------*/
.p-low-intro__inner {
  max-width: 101rem;
}

.p-low-intro__img {
  position: relative;
}
.p-low-intro__img::before {
  position: absolute;
  top: 17%;
  left: -9.6rem;
  width: 15.7rem;
  height: 13.6rem;
  background-image: url(../images/common/img_tryangle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
.p-low-intro__img::after {
  position: absolute;
  bottom: -6.9rem;
  right: -7.4rem;
  width: 16.2rem;
  height: 16rem;
  background-image: url(../images/common/img_circle01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.p-low-intro__img img {
  width: 100%;
  border-radius: 6rem;
}

.p-low-intro__lead {
  margin-top: 6rem;
}

.p-low-intro__text {
  margin-top: 3rem;
}

.p-low-intro__movie-wrap {
  position: relative;
  max-width: 60rem;
  margin-top: 6rem;
  margin-right: auto;
  margin-left: auto;
}
.p-low-intro__movie-wrap::before {
  position: absolute;
  top: -0.9rem;
  left: -6rem;
  z-index: 1;
  width: 9.7rem;
  height: 12.5rem;
  background-image: url(../images/common/img_bards03.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
.p-low-intro__movie-wrap::after {
  position: absolute;
  bottom: -3.8rem;
  right: -5.3rem;
  z-index: 1;
  width: 10.4rem;
  height: 10.4rem;
  background-image: url(../images/common/img_dot-circle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.p-low-intro__movie {
  position: relative;
  overflow: hidden;
  border-radius: 4rem;
}
.p-low-intro__movie::before {
  display: block;
  padding-top: 60%;
  content: "";
}

.p-low-intro__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-low-intro__menu {
  position: absolute;
  top: 2rem;
  left: 40px;
  z-index: 10;
}

.p-low-intro__menu.is-scrolled {
  position: fixed;
  top: 6rem;
}

.p-low-intro__button {
  margin-top: 4rem;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .p-low-intro__menu {
    top: 17rem;
    left: 25px;
  }
}
@media screen and (max-width: 960px) {
  .p-low-intro__text {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .p-low-intro__menu {
    top: 11rem;
  }

  .p-low-intro__movie-wrap::after {
    bottom: -0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-low-intro__img::before {
    top: 21%;
    left: -3.6rem;
    width: 10.2rem;
    height: 10rem;
    background-image: url(../images/common/img_tryangle_sp.png);
  }

  .p-low-intro__img::after {
    bottom: -3.4rem;
    right: -4.9rem;
    width: 12.2rem;
    height: 12rem;
  }

  .p-low-intro__img img {
    border-radius: 3rem;
  }

  .p-low-intro__text {
    padding-right: 0;
    padding-left: 0;
  }

  .p-low-intro__movie-wrap::before {
    top: -3.6rem;
    left: -1.7rem;
    width: 8.6rem;
    height: 11rem;
  }

  .p-low-intro__movie-wrap::after {
    right: -2.7rem;
    bottom: -4rem;
    width: 8rem;
    height: 8rem;
  }

  .p-low-intro__movie {
    border-radius: 3rem;
  }

  .p-low-intro__menu {
    position: static;
    margin-top: 10rem;
  }

  .p-low-intro__menu.is-scrolled {
    position: static;
  }
}
/*
    p-low-top
---------------------------------*/
.p-low-top__inner {
  max-width: 133rem;
}

.p-low-top__fv {
  position: relative;
}

.p-low-top__title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-height: 9.4rem;
  padding: 1.8rem 6rem 3rem;
  border-radius: 0 0 4rem 4rem;
  background-color: #FFFBEF;
  font-size: 4rem;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}

.p-low-top__title span {
  display: inline-block;
}

.p-low-top__title span:nth-of-type(1) {
  color: #08841A;
}

.p-low-top__title span:nth-of-type(2) {
  color: #F39610;
}

.p-low-top__img {
  height: 50rem;
  overflow: hidden;
  border-radius: 6rem;
}

.p-low-top__img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-low-top__text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  right: 6rem;
  bottom: 4rem;
  max-width: 52rem;
}

.p-low-top__text-block span {
  display: inline-block;
}

.p-low-top__text-block span:nth-child(1),
.p-low-top__text-block span:nth-child(2) {
  padding: 0.1em 0.47em;
  border-radius: 1rem;
  background-color: #FFF;
  color: #006038;
  font-size: 3rem;
}

.p-low-top__text-block span:nth-child(2) {
  margin-left: 1rem;
}

.p-low-top__text-block span:nth-child(3) {
  margin-top: 1rem;
  padding: 0.18em 0.5em;
  border-radius: 1.4rem;
  background-color: #08841A;
  color: #FFF;
  font-size: 4rem;
}

.p-low-top__menu {
  position: absolute;
  top: 2rem;
  left: 40px;
  z-index: 10;
}

.p-low-top__menu.is-scrolled {
  position: fixed;
  top: 6rem;
}

@media screen and (max-width: 1300px) {
  .p-low-top__text-block span:nth-child(1),
.p-low-top__text-block span:nth-child(2) {
    font-size: 2.7rem;
  }

  .p-low-top__text-block span:nth-child(3) {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .p-low-top__menu {
    top: 17rem;
    left: 25px;
  }
}
@media screen and (max-width: 1100px) {
  .p-low-top__text-block {
    right: 0;
  }

  .p-low-top__text-block span:nth-child(1),
.p-low-top__text-block span:nth-child(2) {
    font-size: 2.4rem;
  }

  .p-low-top__text-block span:nth-child(3) {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-low-top__title {
    min-height: 8.5rem;
    padding: 1.8rem 6rem 2.6rem;
    font-size: 3.6rem;
  }

  .p-low-top__text-block {
    right: -6rem;
  }

  .p-low-top__menu {
    top: 11rem;
  }

  .p-low-top__menu.p-anker-menu {
    width: 23rem;
  }
}
@media screen and (max-width: 767px) {
  .p-low-top__title {
    max-width: 80%;
    min-height: 11rem;
    padding: 2rem 3rem;
    border-radius: 0 0 2rem 2rem;
    font-size: 3.5rem;
    line-height: 1;
  }

  .p-low-top__img {
    height: 38.5rem;
    border-radius: 3rem;
  }

  .p-low-top__text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 23rem;
    bottom: unset;
    left: 20px;
  }

  .p-low-top__text-block span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .p-low-top__text-block span:nth-child(1),
.p-low-top__text-block span:nth-child(2) {
    padding: 0.16em 0.34em;
    font-size: 3rem;
  }

  .p-low-top__text-block span:nth-child(2) {
    margin-left: 0;
  }

  .p-low-top__text-block span + span {
    margin-top: 1rem;
  }

  .p-low-top__text-block span:nth-child(4),
.p-low-top__text-block span:nth-child(5) {
    padding: 0.18em 0.38em;
    border-radius: 1.4rem;
    background-color: #08841A;
    color: #FFF;
    font-size: 4rem;
  }

  .p-low-top__menu {
    position: static;
    margin-top: 10.5rem;
  }

  .p-low-top__menu.is-scrolled {
    position: static;
  }

  .p-low-top__menu.p-anker-menu {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .p-low-top__text-block {
    left: 10px;
  }
}
/*
    p-anker-menu
---------------------------------*/
.p-anker-menu {
  width: 22rem;
  /*width: 28rem;*/
  padding: 3rem;
  border-radius: 2rem;
  background-color: #FFF;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
}

.p-anker-menu__item + .p-anker-menu__item {
  margin-top: 1.1rem;
}

@media screen and (max-width: 960px) {
  .p-anker-menu {
    width: 26rem;
  }

  .p-anker-menu__item .c-button {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-anker-menu {
    width: 100%;
    max-width: 33.5rem;
    margin-right: auto;
    margin-left: auto;
    border-radius: 1.5rem;
  }

  .p-anker-menu__item + .p-anker-menu__item {
    margin-top: 1.2rem;
  }
}
/*
    p-anker-memu02
---------------------------------*/
.p-anker-memu02 {
  max-width: 125rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
}

.p-anker-memu02__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -1rem;
}

.p-anker-memu02__item {
  width: 20%;
  padding: 1rem;
}

.p-anker-memu02__item a {
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .p-anker-memu02 {
    max-width: 103rem;
  }

  .p-anker-memu02__item {
    width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .p-anker-memu02__item {
    width: 50%;
    width: 100%;
  }
}
/*
    p-charm
---------------------------------*/
.p-charm__items {
  position: relative;
  z-index: 1;
  margin-top: 4rem;
}

@media screen and (max-width: 960px) {
  .p-charm__text {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-charm__text {
    padding-right: 0;
    padding-left: 0;
  }

  .p-charm__items {
    margin-top: 3.8rem;
  }
}
/*
    p-cards
---------------------------------*/
.p-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  gap: 3rem 3.2rem;
}

@media screen and (max-width: 960px) {
  .p-cards {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.9rem 2rem;
    padding-right: 0;
    padding-left: 0;
  }
}
/*
    p-card
---------------------------------*/
.p-card__img {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
}
.p-card__img::before {
  display: block;
  padding-top: 77%;
  content: "";
}

.p-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-card__text {
  margin-top: 1.4rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-card__img {
    border-radius: 1rem;
  }

  .p-card__text {
    margin-top: 0.6rem;
    font-size: 1.5rem;
  }
}
/*
    p-cards02
---------------------------------*/
.p-cards02 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 6rem 2rem;
}

@media screen and (max-width: 767px) {
  .p-cards02 {
    gap: 7rem 2rem;
  }
}
/*
    p-card02
---------------------------------*/
.p-card02 {
  position: relative;
  min-height: 30rem;
}

.p-card02__inner {
  height: 100%;
  padding: 5rem 3rem 3rem;
  border-radius: 2rem;
  background-color: #F0F8F1;
}

.p-card02__number {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #08841A;
  font-size: 5rem;
  font-weight: 700;
}

.p-card02__title {
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}

.p-card02__title span {
  display: inline-block;
}

.p-card02__title + .p-card02__text {
  margin-top: 2rem;
}

.p-card02__sub-title {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}

.p-card02__sub-title + .p-card02__text {
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .p-card02 {
    min-height: unset;
  }

  .p-card02__inner {
    padding: 4.5rem 20px 3rem;
    border-radius: 1.5rem;
  }

  .p-card02__number {
    font-size: 4.5rem;
  }

  .p-card02__title {
    font-size: 1.8rem;
  }

  .p-card02__sub-title {
    font-size: 1.5rem;
  }
}
/*
    p-cards03
---------------------------------*/
.p-cards03 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}

@media screen and (max-width: 767px) {
  .p-cards03 {
    grid-template-columns: 1fr;
    gap: 3.3rem;
  }
}
/*
    p-card03
---------------------------------*/
.p-card03__img {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
}
.p-card03__img::before {
  display: block;
  padding-top: 66.7%;
  content: "";
}

.p-card03__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-card03__text {
  margin-top: 2rem;
  line-height: 1.44;
}

@media screen and (max-width: 960px) {
  .p-card03__text {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-card03__img {
    border-radius: 1.5rem;
  }

  .p-card03__text {
    padding-right: 0;
    padding-left: 0;
  }
}
/*
    p-cards04
---------------------------------*/
.p-cards04 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 6rem 2rem;
}

.p-cards04.p-cards04--col4 {
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
}

@media screen and (max-width: 767px) {
  .p-cards04 {
    gap: 4rem 2rem;
  }
}
/*
    p-card04
---------------------------------*/
.p-card04__inner {
  position: relative;
  height: 100%;
  padding: 17.7rem 3rem 4rem;
  border-radius: 2rem;
  border: 2px solid #08841A;
  background-color: #FFF;
}

.p-card04__number {
  display: grid;
  place-items: center;
  position: absolute;
  top: -2rem;
  left: calc(50% - 9rem);
  z-index: 1;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #08841A;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.p-card04__img {
  position: absolute;
  top: -4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  overflow: hidden;
}

.p-card04__text {
  text-align: center;
}

.p-card04__text span {
  display: inline-block;
}

.p-card04.p-card04--sm .p-card04__inner {
  padding: 13rem 3rem 4rem;
}

.p-card04.p-card04--sm .p-card04__img {
  width: 14rem;
  height: 14rem;
}

@media screen and (max-width: 767px) {
  .p-card04__inner {
    border-radius: 1.5rem;
  }

  .p-card04__number {
    top: -1rem;
    left: calc(50% - 10rem);
  }

  .p-card04__img {
    top: -3rem;
  }

  .p-card04.p-card04--sm .p-card04__number {
    left: calc(50% - 9rem);
  }
}
@media screen and (max-width: 480px) {
  .p-card04.p-card04--sm .p-card04__inner {
    padding: 17.7rem 3rem 4rem;
  }

  .p-card04.p-card04--sm .p-card04__number {
    left: calc(50% - 10rem);
  }

  .p-card04.p-card04--sm .p-card04__img {
    width: 18rem;
    height: 18rem;
  }
}
/*
    p-cards05
---------------------------------*/
.p-cards05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -2rem;
  margin-bottom: -2rem;
  margin-left: -2rem;
}

.p-cards05__item {
  width: 50%;
  padding: 2rem;
}

@media screen and (max-width: 767px) {
  .p-cards05 {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .p-cards05__item {
    width: 100%;
    padding: 0;
  }

  .p-cards05__item + .p-cards05__item {
    margin-top: 3.3rem;
  }
}
/*
    p-card05
---------------------------------*/
.p-card05__img {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
}
.p-card05__img::before {
  display: block;
  padding-top: 66.7%;
  content: "";
}

.p-card05__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-card05__text {
  margin-top: 2rem;
  font-weight: 500;
  text-align: center;
}

.p-card05__text span {
  display: inline-block;
}

@media screen and (max-width: 960px) {
  .p-card05__text {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-card05__img {
    border-radius: 1.5rem;
  }
}
/*
    p-cards06
---------------------------------*/
.p-cards06 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 3rem;
}

@media screen and (max-width: 767px) {
  .p-cards06 {
    grid-template-columns: repeat(auto-fit, minmax(26rem, 1fr));
  }
}
/*
    p-card06
---------------------------------*/
.p-card06__inner {
  height: 100%;
  padding: 3rem;
  border-radius: 2rem;
  background-color: #F0F8F1;
}

.p-card06__title {
  font-size: 2rem;
  line-height: 1.5;
}

.p-card06__title span {
  display: inline-block;
}

.p-card06__list {
  margin-top: 1.8rem;
}

.p-card06__item + .p-card06__item {
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .p-card06__inner {
    padding: 3rem 20px;
    border-radius: 1.5rem;
  }

  .p-card06__title {
    font-size: 1.8rem;
  }
}
/*
    p-recruitment
---------------------------------*/
.p-recruitment__button {
  margin-top: 4rem;
  text-align: center;
}

/*
    p-tab-wrap
---------------------------------*/
.p-tab-wrap__content {
  position: relative;
  margin-top: 10rem;
  padding: 4rem;
  border-radius: 0 6rem 6rem 6rem;
  border: 2px solid #08841A;
  background-color: #FFF;
}

.p-tab-wrap__child-tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  bottom: 100%;
  left: -2px;
}

.p-tab-wrap__child-tab-list label {
  display: inline-grid;
  place-items: center;
  min-width: 24.8rem;
  min-height: 5rem;
  padding: 0.5rem 1rem;
  border-radius: 2rem 2rem 0 0;
  border: 2px solid #08841A;
  border-bottom: none;
  background-color: #08841A;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-tab-wrap__child-tab-list label:nth-of-type(n+2) {
  margin-left: 1rem;
}

.p-tab-wrap__child-tab-list label.is-active {
  min-height: 6rem;
  background-color: #FFF;
  color: #08841A;
}

.p-tab-wrap__child-content {
  display: none;
}

.p-tab-wrap__child-content.is-active {
  display: block;
}

.p-tab-wrap__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 2.1rem 2rem;
}
.p-tab-wrap__list-item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(../images/recruit/img_line.png);
  background-repeat: repeat-x;
  background-position: center left;
  background-size: 80rem 1px;
  content: "";
}

.p-tab-wrap__list-item:last-child::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(../images/recruit/img_line.png);
  background-repeat: repeat-x;
  background-position: center left;
  background-size: 80rem 1px;
  content: "";
}

.p-tab-wrap__list-term {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.44;
}

.p-tab-wrap__list-description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: calc(100% - 20rem);
  margin-left: 2rem;
  font-size: 1.6rem;
  line-height: 1.44;
}

.p-tab-wrap__box {
  margin-top: 4rem;
}

@media (hover: hover) and (pointer: fine) {
  .p-tab-wrap__child-tab-list label:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-tab-wrap__content {
    margin-top: 9rem;
    padding: 4rem 20px 4rem;
    border-radius: 0 3rem 3rem 3rem;
  }

  .p-tab-wrap__child-tab-list {
    max-width: 92%;
  }

  .p-tab-wrap__child-tab-list label {
    min-width: 14.5rem;
    min-height: 4.2rem;
    border-radius: 1.5rem 1.5rem 0 0;
    font-size: 1.5rem;
  }

  .p-tab-wrap__child-tab-list label.is-active {
    min-height: 5rem;
  }

  .p-tab-wrap__list-item {
    display: block;
    padding: 2rem 1rem;
  }

  .p-tab-wrap__list-term {
    width: 100%;
    font-size: 1.5rem;
  }

  .p-tab-wrap__list-description {
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 0;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 375px) {
  .p-tab-wrap__child-tab-list label {
    min-width: 14.1rem;
  }
}
/*
    p-career
---------------------------------*/
.p-career__outer {
  position: relative;
  width: calc(100% - 60px);
  margin-right: auto;
  margin-left: auto;
  padding-top: 9rem;
  padding-bottom: 10rem;
  border-radius: 6rem;
  background-color: #FFF;
}

.p-career__items {
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .p-career__outer {
    width: calc(100% - 40px);
    padding-top: 10rem;
    border-radius: 3rem;
  }
}
/*
    p-voice
---------------------------------*/
.p-voice__block {
  margin-top: 4rem;
}

.p-voice__block + .p-voice__block {
  margin-top: 8rem;
  padding-top: 8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 960px) {
  .p-voice__text {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__text {
    padding-right: 0;
    padding-left: 0;
  }

  .p-voice__block:nth-of-type(2) .p-voice-wrap__img-block {
    position: relative;
  }
  .p-voice__block:nth-of-type(2) .p-voice-wrap__img-block::before {
    position: absolute;
    top: -4.2rem;
    right: -5.8rem;
    width: 10.5rem;
    height: 12rem;
    background-image: url(../images/common/img_tryangle02.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
  }
}
/*
    p-voice-wrap
---------------------------------*/
.p-voice-wrap__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-voice-wrap__top.p-voice-wrap__top--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-voice-wrap__img-block {
  width: 37%;
  max-width: 32rem;
}

.p-voice-wrap__img-block img {
  border-radius: 3rem;
}

.p-voice-wrap__text-block {
  width: 59%;
  max-width: 50rem;
  margin-top: 2.2rem;
}

.p-voice-wrap__title {
  font-size: 3rem;
}

.p-voice-wrap__title > span {
  display: inline-block;
  margin-left: 1.8rem;
}

.p-voice-wrap__title span {
  font-size: 1.5rem;
}

.p-voice-wrap__title span span {
  font-size: 1.3rem;
  font-weight: 400;
}

.p-voice-wrap__career {
  margin-top: 1.4rem;
}

.p-voice-wrap__career-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-voice-wrap__career-item + .p-voice-wrap__career-item {
  margin-top: 1rem;
}

.p-voice-wrap__career-term {
  display: inline-grid;
  place-items: center;
  min-width: 7.6rem;
  height: 2.8rem;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  border: 1px solid #F39610;
  border-radius: 9999px;
  color: #F39610;
  font-size: 1.4rem;
}

.p-voice-wrap__career-description {
  -webkit-transform: translateY(-0.2rem);
          transform: translateY(-0.2rem);
  margin-left: 1.2rem;
  font-size: 1.6rem;
  font-weight: 700;
}

.p-voice-wrap__career-description span {
  font-size: 2.4rem;
}

.p-voice-wrap__list {
  margin-top: 4rem;
}

.p-voice-wrap__list-item + .p-voice-wrap__list-item {
  margin-top: 4rem;
}

.p-voice-wrap__list-term {
  position: relative;
  padding-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.p-voice-wrap__list-term::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(../images/recruit/img_line-white.png);
  background-repeat: repeat-x;
  background-position: center left;
  background-size: 50rem 1px;
  content: "";
}

.p-voice-wrap__list-description {
  margin-top: 2rem;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.44;
}

@media screen and (max-width: 960px) {
  .p-voice-wrap__list {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-voice-wrap__top {
    display: block;
  }

  .p-voice-wrap__img-block {
    width: 100%;
    max-width: unset;
  }

  .p-voice-wrap__img-block img {
    width: 100%;
    border-radius: 1.5rem;
  }

  .p-voice-wrap__text-block {
    width: 100%;
    max-width: unset;
    margin-top: 4.2rem;
  }

  .p-voice-wrap__title > span {
    margin-left: 1rem;
  }

  .p-voice-wrap__career {
    margin-top: 1.8rem;
  }

  .p-voice-wrap__career-description {
    font-size: 1.5rem;
  }

  .p-voice-wrap__list {
    margin-top: 4.2rem;
    padding-right: 0;
  }

  .p-voice-wrap__list-term {
    font-size: 1.5rem;
  }

  .p-voice-wrap__list-description {
    font-size: 1.5rem;
  }

  .p-voice-wrap__bottom {
    margin-top: -0.3rem;
  }
}
/*
    p-lifestyle
---------------------------------*/
.p-lifestyle__inner {
  max-width: 113rem;
}

.p-lifestyle__flow {
  margin-top: 4rem;
}

@media screen and (max-width: 960px) {
  .p-lifestyle__text {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-lifestyle__text {
    padding-right: 0;
    padding-left: 0;
  }
}
/*
    p-lifestyle02
---------------------------------*/
.p-lifestyle02__outer {
  position: relative;
  width: calc(100% - 80px);
  margin-right: auto;
  margin-left: auto;
  padding-top: 9rem;
  padding-bottom: 10rem;
  border-radius: 6rem;
  background-color: #FFF;
}

.p-lifestyle02__outer.p-lifestyle02__outer--honmachi::before {
  position: absolute;
  top: -4.4rem;
  right: 6rem;
  width: 12rem;
  height: 12rem;
  background-image: url(../images/common/img_bards05.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.p-lifestyle02__outer.p-lifestyle02__outer--honmachi::after {
  position: absolute;
  top: 29.8rem;
  right: -40px;
  width: 45.7rem;
  height: 75.6rem;
  background-image: url(../images/honmachi/img_honmachi_lifestyle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.p-lifestyle02__outer.p-lifestyle02__outer--kawaguchi::before {
  position: absolute;
  top: -6.4rem;
  right: 7.4rem;
  width: 17.1rem;
  height: 14.4rem;
  background-image: url(../images/common/img_tryangle03.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.p-lifestyle02__outer.p-lifestyle02__outer--kawaguchi::after {
  position: absolute;
  top: 29.8rem;
  right: -40px;
  width: 45.7rem;
  height: 75.6rem;
  background-image: url(../images/kawaguchi/img_kawaguchi_lifestyle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.p-lifestyle02__list {
  width: 74.5%;
  max-width: 65.3rem;
  margin-top: 6rem;
}

.p-lifestyle02__list-item {
  position: relative;
  min-height: 10rem;
  padding-bottom: 5.7rem;
}
.p-lifestyle02__list-item::before {
  position: absolute;
  top: 0;
  left: 5.2rem;
  width: 0.3rem;
  height: 100%;
  background-image: url(../images/common/img_line-vertical.png);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 0.3rem 8.8rem;
  content: "";
}

.p-lifestyle02__list-item:last-child {
  padding-bottom: 0;
}
.p-lifestyle02__list-item:last-child::before {
  content: none;
}

.p-lifestyle02__list-term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.45;
}

.p-lifestyle02__list-time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 10.3rem;
  margin-right: 3rem;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
}
.p-lifestyle02__list-time::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 7.7rem;
  background-image: url(../images/common/img_grass.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.p-lifestyle02__list-description {
  margin-top: 0.9rem;
  padding-left: 13.3rem;
}

.p-lifestyle02__box {
  padding-top: 10rem;
}

@media screen and (max-width: 1400px) {
  .p-lifestyle02__outer.p-lifestyle02__outer--honmachi::after,
.p-lifestyle02__outer.p-lifestyle02__outer--kawaguchi::after {
    width: 33vw;
    height: 53vw;
  }

  .p-lifestyle02__list {
    width: 70%;
  }
}
@media screen and (max-width: 1100px) {
  .p-lifestyle02__list {
    width: 65%;
  }
}
@media screen and (max-width: 960px) {
  .p-lifestyle02__outer.p-lifestyle02__outer--kawaguchi::before {
    top: -5.3rem;
    right: 6rem;
    width: 13.1rem;
    height: 11.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-lifestyle02__outer {
    width: calc(100% - 40px);
    padding-top: 10rem;
    border-radius: 2rem;
  }

  .p-lifestyle02__outer.p-lifestyle02__outer--honmachi::before {
    content: none;
  }

  .p-lifestyle02__outer.p-lifestyle02__outer--kawaguchi::before {
    top: -4.5rem;
    right: -4.5rem;
    width: 16.3rem;
    height: 13.7rem;
  }

  .p-lifestyle02__outer.p-lifestyle02__outer--honmachi::after,
.p-lifestyle02__outer.p-lifestyle02__outer--kawaguchi::after {
    content: none;
  }

  .p-lifestyle02__list {
    width: 100%;
  }

  .p-lifestyle02__list-item {
    padding-bottom: 3.3rem;
  }
  .p-lifestyle02__list-item::before {
    content: none;
  }

  .p-lifestyle02__list-time {
    display: grid;
    place-items: center;
    width: 9.3rem;
    min-height: 6rem;
    margin-right: 1.5rem;
  }
  .p-lifestyle02__list-time::before {
    height: 7rem;
  }

  .p-lifestyle02__list-description {
    margin-top: 2rem;
    padding-left: 0;
    line-height: 1.45;
  }

  .p-lifestyle02__box {
    padding-top: 9rem;
  }
}
/*
    p-flow
---------------------------------*/
.p-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-flow__img-block {
  display: grid;
  gap: 1rem;
  width: 43%;
  max-width: 46rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.p-flow__img {
  overflow: hidden;
  border-radius: 2rem;
}

.p-flow__img:nth-child(1) {
  grid-row: 1/2;
  grid-column: 1/3;
}

.p-flow__img:nth-child(2) {
  grid-row: 2/3;
  grid-column: 1/2;
}

.p-flow__img:nth-child(3) {
  grid-row: 2/3;
  grid-column: 2/3;
}

.p-flow__text-block {
  width: 50%;
  max-width: 54rem;
}

.p-flow__list-item {
  position: relative;
  padding-bottom: 2rem;
}
.p-flow__list-item::before {
  position: absolute;
  top: 0.4rem;
  left: 1rem;
  width: 1px;
  height: 100%;
  background-image: url(../images/recruit/img_line-vertical.png);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 1px 8rem;
  content: "";
}

.p-flow__list-item:last-child {
  padding-bottom: 0;
}

.p-flow__list-term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.44;
}

.p-flow__list-circle {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 2rem;
  margin-top: 0.3rem;
  border-radius: 50%;
  border: 1px solid #08841A;
  background-color: #FFF;
}
.p-flow__list-circle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #08841A;
  content: "";
}

.p-flow__list-time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-grid;
  place-items: center;
  min-width: 4.5rem;
  height: 2.4rem;
  margin-right: 1rem;
  margin-left: 2rem;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  border-radius: 9999px;
  background-color: #08841A;
  color: #FFF;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}

.p-flow__list-description {
  margin-top: 1rem;
  padding-left: 4rem;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.44;
}

.p-flow__annotation {
  margin-top: 4rem;
}

@media screen and (max-width: 1200px) {
  .p-flow__list-description {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow {
    display: block;
  }

  .p-flow__img-block {
    width: 100%;
    max-width: unset;
  }

  .p-flow__img {
    border-radius: 1rem;
  }

  .p-flow__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .p-flow__img:nth-child(1) {
    grid-row: 1/3;
    grid-column: 1/10;
  }

  .p-flow__img:nth-child(2) {
    grid-row: 1/2;
    grid-column: 10/15;
  }

  .p-flow__img:nth-child(3) {
    grid-row: 2/3;
    grid-column: 10/15;
  }

  .p-flow__text-block {
    width: 100%;
    max-width: unset;
    margin-top: 4rem;
  }

  .p-flow__list-term {
    font-size: 1.5rem;
  }

  .p-flow__list-circle {
    margin-top: 0.2rem;
  }

  .p-flow__list-time {
    -webkit-transform: translateY(-0.1rem);
            transform: translateY(-0.1rem);
  }

  .p-flow__list-description {
    font-size: 1.5rem;
  }
}
/*
    p-greeting
---------------------------------*/
.p-greeting__lead + .p-greeting__text {
  margin-top: 3rem;
}

.p-greeting__img-block {
  position: relative;
  margin-top: 5rem;
}

.p-greeting__teacher {
  position: absolute;
  top: -7.5rem;
  right: -7rem;
}

@media screen and (max-width: 1200px) {
  .p-greeting__teacher {
    right: -4rem;
  }
}
@media screen and (max-width: 1100px) {
  .p-greeting__teacher {
    top: unset;
    right: calc(50% - 14.4rem);
    bottom: -4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-greeting__inner {
    padding-right: 0;
    padding-left: 0;
  }

  .p-greeting__teacher {
    right: calc(50% - 4rem);
    bottom: -11rem;
  }
}
/*
    p-grid-img
---------------------------------*/
.p-grid-img {
  display: grid;
  gap: 1rem;
}

.p-grid-img__item {
  overflow: hidden;
  border-radius: 2rem;
}

.p-grid-img__item:nth-child(1) {
  grid-row: 1/3;
  grid-column: 1/8;
}

.p-grid-img__item:nth-child(2) {
  grid-row: 1/2;
  grid-column: 8/13;
}

.p-grid-img__item:nth-child(3) {
  grid-row: 2/3;
  grid-column: 8/13;
}

.p-grid-img__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .p-grid-img {
    gap: 0.5rem 1rem;
  }

  .p-grid-img__item {
    border-radius: 1rem;
  }

  .p-grid-img__item:nth-child(1) {
    grid-row: 1/3;
    grid-column: 1/10;
  }

  .p-grid-img__item:nth-child(2) {
    grid-row: 1/2;
    grid-column: 10/15;
  }

  .p-grid-img__item:nth-child(3) {
    grid-row: 2/3;
    grid-column: 10/15;
  }
}
/*
    p-about
---------------------------------*/
.p-about__outer {
  position: relative;
  width: calc(100% - 80px);
  margin-right: auto;
  margin-left: auto;
  padding-top: 9rem;
  padding-bottom: 10rem;
  border-radius: 6rem;
  background-color: #FFF;
}
.p-about__outer::before {
  position: absolute;
  top: -4.4rem;
  right: 6rem;
  width: 12rem;
  height: 12rem;
  background-image: url(../images/common/img_bards05.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.p-about__img {
  position: relative;
}
.p-about__img::before {
  position: absolute;
  top: -0.5rem;
  left: -9rem;
  width: 15.7rem;
  height: 13.6rem;
  background-image: url(../images/common/img_tryangle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
.p-about__img::after {
  position: absolute;
  bottom: 4rem;
  right: -11.3rem;
  width: 16.2rem;
  height: 16rem;
  background-image: url(../images/common/img_circle01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.p-about__img img {
  border-radius: 6rem;
}

.p-about__box {
  margin-top: 4rem;
}

@media screen and (max-width: 960px) {
  .p-about__outer::before {
    top: -0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__outer {
    width: calc(100% - 40px);
    padding-top: 10rem;
    border-radius: 2rem;
  }
  .p-about__outer::before {
    top: -4rem;
    right: 0;
    width: 7.7rem;
    height: 7.8rem;
  }

  .p-about__img::before {
    top: -1.2rem;
    left: -5.6rem;
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
    width: 10.2rem;
    height: 10rem;
    background-image: url(../images/common/img_tryangle_sp.png);
  }

  .p-about__img::after {
    right: -8.4rem;
    bottom: -2rem;
    width: 12.4rem;
    height: 12.3rem;
  }

  .p-about__img img {
    width: 100%;
    border-radius: 3rem;
  }

  .p-about__box {
    margin-top: 6.3rem;
  }
}
/*
    p-about-info
---------------------------------*/
.p-about-info__block + .p-about-info__block {
  position: relative;
  margin-top: 6rem;
  padding-top: 6rem;
  border-top: 1px solid #DDD;
}

.p-about-info__items {
  max-width: 40rem;
  margin-right: auto;
  margin-left: auto;
}

.p-about-info__item + .p-about-info__item {
  margin-top: 1rem;
}

.p-about-info__item a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
}

@media screen and (max-width: 767px) {
  .p-about-info__item a {
    font-size: 1.5rem;
  }
}
/*
    p-ingenuity
---------------------------------*/
.p-ingenuity__items {
  margin-top: 4rem;
}

@media screen and (max-width: 960px) {
  .p-ingenuity__text {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-ingenuity__text {
    padding-right: 0;
    padding-left: 0;
  }
}
/*
    p-ingenuity02
---------------------------------*/
.p-ingenuity02__items {
  margin-top: 2rem;
}

@media screen and (max-width: 960px) {
  .p-ingenuity02__text {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-ingenuity02__text {
    padding-right: 0;
    padding-left: 0;
  }

  .p-ingenuity02__items {
    margin-top: 4rem;
  }
}
/*
    p-media-wrap
---------------------------------*/
.p-media-wrap__item + .p-media-wrap__item {
  margin-top: 4rem;
}

/*
    p-media
---------------------------------*/
.p-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-media__img-block {
  width: 36.5%;
  max-width: 32rem;
}

.p-media__img-block img {
  border-radius: 2rem;
}

.p-media__text-block {
  width: 57%;
  max-width: 50rem;
}

.p-media__title {
  position: relative;
  padding-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 1.44;
}
.p-media__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(../images/recruit/img_line-white.png);
  background-repeat: repeat-x;
  background-position: center left;
  background-size: 50rem 1px;
  content: "";
}

.p-media__text {
  margin-top: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.44;
}

@media screen and (max-width: 960px) {
  .p-media__text-block {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-media {
    display: block;
  }

  .p-media__img-block {
    width: 100%;
    max-width: unset;
  }

  .p-media__img-block img {
    width: 100%;
    border-radius: 1rem;
  }

  .p-media__text-block {
    width: 100%;
    max-width: unset;
    margin-top: 3rem;
    padding-right: 0;
  }

  .p-media__title {
    font-size: 1.5rem;
  }
}
/*
    p-policy
---------------------------------*/
.p-policy__items {
  margin-top: 8rem;
}

/*
    p-event
---------------------------------*/
.p-event__items {
  margin-top: 4rem;
}

.p-event__box {
  margin-top: 4rem;
}

/*
    p-event-list
---------------------------------*/
.p-event-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-event-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4rem;
  margin-bottom: 2rem;
}

.p-event-list__season {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-grid;
  place-items: center;
  min-width: 4.8rem;
  height: 3.5rem;
  margin-right: 1.4rem;
  padding-right: 0.35em;
  padding-left: 0.35em;
  border: 2px solid currentColor;
  border-radius: 9999px;
  background-color: #FFF;
  font-size: 1.6rem;
  font-weight: 700;
}

.p-event-list__item:nth-child(1) .p-event-list__season {
  color: #F5B3D1;
}

.p-event-list__item:nth-child(2) .p-event-list__season {
  color: #08841A;
}

.p-event-list__item:nth-child(3) .p-event-list__season {
  color: #F97513;
}

.p-event-list__item:nth-child(4) .p-event-list__season {
  color: #0E2D6D;
}

.p-event-list__item:nth-child(5) .p-event-list__season {
  color: #7D7D7D;
}

.p-event-list__text {
  margin-top: 0.5rem;
  line-height: 1.44;
}

.p-event-list__table {
  margin-top: 0.6rem;
}

.p-event-list__table th,
.p-event-list__table td {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.44;
  vertical-align: middle;
}

.p-event-list__table td {
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  .p-event-list__season {
    height: 3.4rem;
    margin-right: 0.7rem;
    border-width: 1px;
    font-size: 1.5rem;
  }

  .p-event-list__text {
    margin-top: 0.6rem;
  }

  .p-event-list__table {
    margin-top: 0.5rem;
  }

  .p-event-list__table th,
.p-event-list__table td {
    font-size: 1.5rem;
  }
}
/*
    p-admission
---------------------------------*/
/*
    p-link
---------------------------------*/
.p-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 3rem 2.2rem;
}
.p-link::before, .p-link::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(../images/recruit/img_line-white.png);
  background-repeat: repeat-x;
  background-position: center left;
  background-size: 50rem 1px;
  content: "";
}
.p-link::before {
  top: 0;
}
.p-link::after {
  bottom: 0;
}

.p-link__text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 50%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.38em 1.03em;
  border-radius: 9999px;
  background-color: #FFF;
  color: #08841A;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.44;
  text-align: center;
}

.p-link__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 4rem;
  margin-top: 0.6rem;
  margin-left: 4rem;
}

@media screen and (max-width: 960px) {
  .p-link {
    display: block;
  }

  .p-link__text {
    margin-right: auto;
    margin-left: auto;
  }

  .p-link__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: unset;
    margin: 1rem -2rem -1rem;
  }

  .p-link__item {
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-link__text {
    max-width: unset;
    font-size: 1.5rem;
  }
}
/*
    p-overview
---------------------------------*/
.p-overview__body {
  position: relative;
  z-index: 1;
  padding: 4rem;
  border-radius: 4rem;
  background-color: #FFF;
  color: #1A1A1A;
}

.p-overview__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 2.1rem;
  padding-bottom: 2rem;
  padding-left: 2.1rem;
}
.p-overview__list-item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(../images/recruit/img_line.png);
  background-repeat: repeat-x;
  background-position: center left;
  background-size: 80rem 1px;
  content: "";
}

.p-overview__list-term {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.44;
  text-transform: uppercase;
}

.p-overview__list-description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 2rem;
  font-size: 1.6rem;
  line-height: 1.44;
}

.p-overview__list-description span {
  font-weight: 700;
}

.p-overview__list-button {
  margin-top: 1rem;
}

.p-overview__map {
  position: relative;
  margin-top: 4rem;
  overflow: hidden;
  border-radius: 2rem;
}
.p-overview__map::before {
  display: block;
  padding-top: 47.5%;
  content: "";
}

.p-overview__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .p-overview__body {
    padding: 2rem 20px 4rem;
    border-radius: 2rem;
  }

  .p-overview__list-item {
    display: block;
    padding: 2rem 10px;
  }

  .p-overview__list-term {
    width: 100%;
    font-size: 1.5rem;
  }

  .p-overview__list-description {
    margin-top: 1rem;
    margin-left: 0;
    font-size: 1.5rem;
  }

  .p-overview__map {
    border-radius: 1.5rem;
  }
  .p-overview__map::before {
    padding-top: 64.5%;
  }
}
/*
    p-safety
---------------------------------*/
.p-safety__contents {
  margin-top: 6rem;
  padding: 3rem;
  border-radius: 6rem;
  background-color: #FFF;
}

@media screen and (max-width: 767px) {
  .p-safety__contents {
    padding: 3rem 20px;
    border-radius: 2rem;
  }
}
/*
    p-contact
---------------------------------*/
.p-contact__block + .p-contact__block {
  position: relative;
  margin-top: 6rem;
  padding-top: 6rem;
  border-top: 1px solid #DDD;
}

.p-contact__contents {
  padding: 6rem 4rem;
  border-radius: 6rem;
  border: 2px solid #08841A;
  background-color: #FFF;
}

.p-contact__tel-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-contact__tel-item + .p-contact__tel-item {
  margin-top: 2rem;
}

.p-contact__tel-name {
  padding: 0.43em 0.72em;
  border-radius: 9999px;
  background-color: #F39610;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}

.p-contact__tel-item:nth-child(2) .p-contact__tel-name {
  background-color: #08841A;
}

.p-contact__tel-number {
  -webkit-transform: translateY(-0.3rem);
          transform: translateY(-0.3rem);
  margin-left: 2rem;
}

.p-contact__tel-number a {
  font-size: 3.6rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-contact__contents {
    padding: 4rem 20px;
    border-radius: 3rem;
  }

  .p-contact__tel-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .p-contact__tel-number {
    margin-top: 1rem;
    margin-left: 0;
  }
}
/*
    p-form
---------------------------------*/
.p-form.p-form--recruit {
  display: none;
}

.p-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 3rem 2rem;
}
.p-form__item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(../images/recruit/img_line.png);
  background-repeat: repeat-x;
  background-position: center left;
  background-size: 80rem 1px;
  content: "";
}

.p-form__item.p-form__item--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-form__item:last-child::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(../images/recruit/img_line.png);
  background-repeat: repeat-x;
  background-position: center left;
  background-size: 80rem 1px;
  content: "";
}

.p-form__term {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
}

.p-form__term span {
  margin-left: 0.5rem;
  color: #DB0000;
}

.p-form__description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 3rem;
  font-size: 1.6rem;
  line-height: 1.625;
}

.p-form__description label {
  display: inline-block;
  position: relative;
  padding: 1rem;
  cursor: pointer;
}

.p-form__description input,
.p-form__description textarea {
  width: 100%;
  padding: 1.2rem;
  border: 1px solid #CECECE;
  font-size: 1.6rem;
  line-height: 1.625;
}

.p-form__description input:focus,
.p-form__description textarea:focus {
  outline: 2px solid #08841A;
  -webkit-box-shadow: 0 0 7px #08841A;
          box-shadow: 0 0 7px #08841A;
}

.p-form__description textarea {
  resize: vertical;
}

.p-form.p-form--about .p-form__item:nth-child(5) .p-form__description textarea {
  height: 11rem;
}

.p-form.p-form--about .p-form__item:nth-child(7) .p-form__description textarea {
  height: 20rem;
}

.p-form.p-form--recruit .p-form__item:nth-child(6) .p-form__description textarea,
.p-form.p-form--recruit .p-form__item:nth-child(9) .p-form__description textarea {
  height: 11rem;
}

.p-form.p-form--recruit .p-form__item:nth-child(10) .p-form__description textarea {
  height: 20rem;
}

.p-form__radio-wrap {
  margin: -1rem;
}

.p-form__radio-wrap [type=radio] + span {
  margin: 0;
  padding-left: 2.5rem;
}
.p-form__radio-wrap [type=radio] + span::before {
  top: 0.5rem;
  -webkit-transform: unset;
          transform: unset;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #CECECE;
}
.p-form__radio-wrap [type=radio] + span::after {
  top: 0.56em;
  left: 0.24em;
  -webkit-transform: unset;
          transform: unset;
  width: 1rem;
  height: 1rem;
  border: none;
  background-color: #08841A;
}

.p-form__checkbox-wrap {
  margin: -1rem;
}

.p-form__checkbox-wrap [type=checkbox] + span {
  margin: 0;
  padding-left: 2.5rem;
}
.p-form__checkbox-wrap [type=checkbox] + span::before {
  top: 0.5rem;
  -webkit-transform: unset;
          transform: unset;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #CECECE;
}
.p-form__checkbox-wrap [type=checkbox] + span::after {
  top: 0.72em;
  left: 0.21em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 1.1rem;
  height: 0.8rem;
  border-bottom-color: #08841A;
  border-left-color: #08841A;
}

.p-form__radio-wrap input:focus + span::before,
.p-form__checkbox-wrap input:focus + span::before {
  outline: 2px solid #08841A;
  -webkit-box-shadow: 0 0 7px #08841A;
          box-shadow: 0 0 7px #08841A;
}

.p-form__select-wrap {
  position: relative;
}
.p-form__select-wrap::after {
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 1rem;
  height: 1rem;
  border-bottom: 1px solid #1A1A1A;
  border-left: 1px solid #1A1A1A;
  content: "";
}

.p-form__select-wrap select {
  width: 100%;
  padding: 1.2rem 5rem 1.2rem 1.2rem;
  border: 1px solid #CECECE;
  font-size: 1.6rem;
}

.p-form__select-wrap select:focus {
  outline: 2px solid #08841A;
  -webkit-box-shadow: 0 0 7px #08841A;
          box-shadow: 0 0 7px #08841A;
}

.p-form__submit {
  margin-top: 4rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-form__item {
    display: block;
    padding: 2rem 10px;
  }

  .p-form__term {
    width: 100%;
  }

  .p-form__description {
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .p-form__description label {
    padding: 0.5rem;
  }

  .p-form__radio-wrap {
    margin: -0.5rem;
  }

  .p-form__checkbox-wrap {
    margin: -0.5rem;
  }

  .p-form.p-form--about .p-form__item:nth-child(5) .p-form__description textarea {
    height: 15rem;
  }

  .p-form.p-form--about .p-form__item:nth-child(7) .p-form__description textarea {
    height: 30rem;
  }

  .p-form.p-form--recruit .p-form__item:nth-child(6) .p-form__description textarea,
.p-form.p-form--recruit .p-form__item:nth-child(9) .p-form__description textarea {
    height: 15rem;
  }

  .p-form.p-form--recruit .p-form__item:nth-child(10) .p-form__description textarea {
    height: 30rem;
  }

  .p-form__submit .c-round-button {
    font-size: 1.8rem;
  }
}
/*# sourceMappingURL=style.css.map */


.PC-width50{
  width: 50%;
}
.center{
  text-align: center;
}

.c-button2 {
  color: #06c655;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.c-button3 {
  color: #06c655;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.saiyo-title {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.saiyo-title .item1{
    width: 50%;
}
.saiyo-title .item2{
    text-align: center;
    width: 25%;
    padding-bottom: 20px;
}
.saiyo-title .item3{
    width: 25%;
}
@media(max-width:767px){
 .saiyo-title {
  flex-direction: column;
}
.saiyo-title .item1{
    width: 100%;
}
.saiyo-title .item2{
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
}
.saiyo-title .item3{
    width: 100%;
}

.sp-no{
  display: none;
}
}
